body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
/* Regular (400) */
.regular {
    font-weight: 400;
}

/* Semi-Bold (600) */
.semibold {
    font-weight: 600;
}

/* Bold (700) */
.bold {
    font-weight: 700;
}
.btn-main{
    width: 100%;
    min-height: 56px;
    color: #ffffff;
    background-color: #00217A;
    border: 1px solid #00217A;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.5s;
}
.btn-main:hover{ 
    background-color: #ffffff;
    color: #00217A;
    border: 1px solid #00217A; 
}
.register-wraper{
    padding: 0 15px;
}
.credential-main{
    max-width: 650px;
    width: 100%;
    min-height: calc(100vh - 100px) ;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    padding: 80px 80px;
    border-radius: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.credential-logo-part{ 
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.credential-logo-part h1{
    font-size: 32px;
    color: #000000;
    margin-top: 15px;
}
.registered-form{
    width: 100%;
}
.password-wrapper {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 68%;
    transform: translateY(-50%);
    cursor: pointer;
}

.field-parent{
    margin-bottom: 20px
}
.field-parent label{
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}
.field-parent .form-control{
    min-height: 56px;
    font-size: 15px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 10px;
}
.registered-form button{
    margin-top: 25px;
}
.already-account{
    margin-top: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.already-account a{
    font-weight: 600;
    color: #00217A;
    text-decoration: none;
}
.already-account a:hover{
    color: #00217A;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .credential-main {
        max-width: 370px;
        padding: 50px 30px;
    }
    .credential-logo-part{
        margin-bottom: 10px;
    }
}

/* ------Admin Panel----------------- */
.admin-panel-main{
    background-color: #F9F9F9;
}
.sidebar-inner{
    width: 280px;
}
.sidebar {
    width: 345px;
    height: 100vh;
    background-color: #fff;
    padding: 28px 32px;
    position: fixed;
    z-index: 9;
    transition: all 0.3s;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}
.sidebar a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #333333;
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: 600;
}
.sidebar a.active, .sidebar a:hover  {
    background-color: #001F60;
    color: white;
    border-radius: 55px;
    transition: 0.5s;
}
.sidebar a.active svg path, .sidebar a:hover svg path {
    stroke: #ffffff;
}
.profile-basic-info{
    width: 370px;
}
.profile-basic-info .translate-middle{
    top: 8px ;
    border-radius: 50%  ;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00217A;
}
.admin-right-section {
    margin-left: 345px; 
    transition: all 0.3s;
}
.sidebar.collapsed {
    width: 110px;
    overflow: hidden;
}
.sidebar.collapsed a span{
    display: none;
}
.admin-right-section.collapsed {
    margin-left: 110px;
}
.admin-right-section.collapsed .admin-header {
    padding: 23px 45px 23px 80px; 
}
.toggle-btn {
    position: fixed;
    top: 20px;
    left: 260px;
    cursor: pointer;
    transition: all 0.3s;
}
.collapsed .toggle-btn {
    left: 115px;
}
.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}
.table thead {
    background-color: #f8f9fa;
}
.pagination .page-item.active .page-link {
    background-color: #001F60;
    border-color: #001F60;
}
@media (max-width: 768px) {
    .sidebar {
        padding: 15px 5px;
        width: 250px;
        overflow: hidden;
    }
    .content {
        margin-left: 60px;
    }
    .toggle-btn {
        left: 180px;
        top: 7px;
    }
}
.sidbar-main-link h2{
    font-size: 36px;
    font-weight: 900;
    margin-left: 12px;
}
.menu-listing{
    margin-top: 150px;
}
.menu-listing a{
    font-size: 18px;
    font-weight: 300;
}
.menu-listing a svg{
    width: 28px;
    height: 28px;
    margin-right: 15px;
}
.admin-header{
    padding: 23px 45px;
    background-color: #ffffff;
    min-height: 120px;
}
.admin-content-main{
    padding: 50px 45px 50px 45px;
}
.header-heading h1{
    font-size: 28px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 0;
}
.admin-profile{
    margin-left: 75px;
}
.admin-profile button:focus{
    border: none;
}
.admin-profile button span{
    font-size: 16px;
    font-weight: 600;
    color: #020202;
    text-align: left; 
}
.admin-profile button span span{
    font-size: 14px;
    font-weight: 300;
    color: #535353;
}
.admin-profile button.dropdown-toggle::after{
    margin-left: 30px;
}
.settings{
    margin-left: 30px;
}
.tranaction-listing{
    background-color: #ffffff;
    border-radius: 13px;
    padding: 24px 24px;
}
.transaction-content-main .tranaction-listing{
    background-color: transparent;
}
.search-bar-header h5{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 0;
}
.search-field{
    width: 280px;
    min-height: 42px;
    border-radius: 50px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
}
.search-field input{
    border: none;
    outline: none;
    font-size: 14px;
    color: #8A8D8E;
}
.search-field input:focus{
    box-shadow: none;
    outline: none;
}
.search-field i{
    color: #8A8D8E;
}
.admin-table-listing .dt-layout-table{
    margin: 35px 0;
    border-radius: 10px;
    border: 1px solid rgba(167, 169, 170, 0.25);
}
.admin-table-listing table{
    margin-bottom: 0;
}
.dt-search .dt-input{
    border: 1px solid #DFDFDF !important;
    border-radius: 50px !important;
}
.dt-layout-cell label{
    margin: 0 5px;;
}
.admin-table-listing table thead th:first-child{ 
    border-top-left-radius: 10px; 
}
.admin-table-listing table thead th:last-child{ 
    border-top-right-radius: 10px; 
}
.admin-table-listing table th, .admin-table-listing table td {
    border-bottom: 1px solid rgba(167, 169, 170, 0.25) !important;
}
.admin-table-listing table tbody tr:last-child td {
    border-bottom: none;
}
.admin-table-listing table thead tr th{          
    background-color: rgba(0, 33, 122, 0.07);
    padding: 24px 0.7rem; 
    font-size: 16px;
    font-weight: 300;
    color: #242424;
}
.admin-table-listing table tbody tr td{ 
    padding: 24px 0.7rem; 
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
.admin-table-listing table tbody tr{
    vertical-align: middle;
}
.admin-table-listing table tbody tr td{
    background-color: transparent;
}
.admin-table-listing table tbody tr:hover{
    background-color: rgba(0, 33, 122, 0.07);
    transition: 0.5s;
}
.admin-table-listing table tbody .badge{
    width: 100px;
    border: 1px solid #00217A;
    background-color: #ffffff;
    color: #00217A;
    font-size: 14px;
    border-radius: 10px;
    padding: 7px 5px;
    font-weight: 300;
}   
.payment-card{
    background-color: #F7F8FA;
    border-radius: 50px;
    min-width: 140px;
    display: inline-block;
    padding: 9px 15px;
}
.actions a{
    text-decoration: none; 
}
.prev .page-link, .next .page-link{
    padding: 1px 5px;
    border-radius: 5px;
    border: 1px solid #A7A9AA;
}
.pages-number .page-link{
    font-size: 17px;
    color: #8A8D8E;
    border: none;
    border-radius: 5px;
}
.pages-number .page-link.active{
    background-color: rgba(255, 219, 247, 0.3);
    font-size: 17px;
    font-weight: 800;
    color: #242424;
}
/* -------------------------- */
/* Transaction page */
/* .progress-circle {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: conic-gradient(#FF5733 75%, #e0e0e0 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .inner-circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.67) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  } */
  .progress-container {
    position: relative;
    width: 100px;
    height: 100px;
}

.circle-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px; /* Circle size */
    height: 66px;
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.91) 0%, rgba(255, 255, 255, 0.67) 100%); */
    background: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%); 
}

.circle-wrapper img {
    width: 40px; /* Icon size */
    height: 40px;
}

.circle-bar {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg); /* Rotate to start from the top */
}

.circle-bar circle {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}


.circle-bar .progress {
    stroke: #ffffff; /* Progress color */
    /* stroke-dasharray: 180; Total length of circle */
    stroke-dashoffset: 90; /* Adjust progress (50% complete) */
    transition: stroke-dashoffset 0.5s ease;
}
.transaction-status{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}
.transaction-card-main{
    color: #ffffff;
    width: 31%;
}
.transaction-card{
    border-radius: 26px;
    width: 100%;
    /* height: 100%; */
    min-height: 221px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;    
    background: linear-gradient(90deg, rgba(0, 33, 122, 1) 0%, rgba(0, 33, 122, 0.53) 100%);
    padding: 28px 40px;
    margin-bottom: 50px;
}
.transaction-card-title{
    color: #ffffff;
    font-size: 21px;
    width: 60%;
}
.transaction-card-title h3{
    color: #ffffff;
    font-size: 52px;
}
.btn-detail{
    width: 100%;
    min-height: 57px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    background: linear-gradient(90deg, rgba(0, 33, 122, 1) 0%, rgba(0, 33, 122, 0.53) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.transaction-detail-section{
    border: 2px solid #D0D0D0;
    border-radius: 10px;
    margin-top: 50px;
}
.request-quote-detail-section{
    border: 2px solid #EFEFF4;
    border-radius: 30px;
    background-color: white;
    margin-top: 0;
}
.transaction-detail-section table{
    margin-bottom: 0;
}
.request-quote-detail-section .table-responsive{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.request-quote-detail-section table{
    margin-bottom: 25px;
    border-collapse: separate;
    border-spacing: 0 25px;
}
.request-quote-detail-section table th{
    background-color: #EFEFF4;
    color: #333333 !important;
    font-weight: 300 !important;
}
.request-quote-detail-section table tbody tr td:first-child{
    border-left: 1px solid #C8C7CC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.request-quote-detail-section table tbody tr td:last-child{
    border-right: 1px solid #C8C7CC;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.transaction-detail-section table th, .transaction-detail-section table td{
    padding: 37px 42px;
}
.transaction-detail-section table th{
    font-size: 20px;
    font-weight: 600;
    color: #939393;
}
.transaction-detail-section table td{
    font-size: 24px;
    font-weight: 600;
    color: #939393;
    vertical-align: middle;
}
.request-quote-detail-section.transaction-detail-section table td{
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    border: 1px solid #C8C7CC;
    border-left: none;
    border-right: none;
}
.transaction-detail-section .search-bar-header{
    padding: 38px 42px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.request-quote-detail-section .search-bar-header{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.transaction-detail-section .search-bar-header h5 {
    font-size: 36px;
    color: #242424;
}
.transaction-detail-section .search-bar-header.quote-request-heading h5{
    font-size: 22px;
    font-weight: 400;
}
.transaction-detail-section .search-bar-header .a-link{
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
    color: #00217A;
}
.transaction-detail-section .search-bar-header .dropdown button{
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}
.transaction-detail-section .search-bar-header .dropdown button:focus{
    border: none;
}
.quote-product-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quote-product-image {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    object-fit: cover;
}
.quote-product-details {
    display: flex;
    flex-direction: column;
}
.quote-product-title {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}
.quote-product-price {
    font-size: 16px;
    color: #00217A;
}
.view-detail{
    color: #6074AC;
    text-decoration: none;
}
.constructor-detail-section .quote-product-title{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.view-detail-dd button{
    width: 36px;
    height: 36px;
    background-color: #FAFAFA;
    border-radius: 10px;
    border: 1px solid #EBF0ED;
    justify-content: center;
}
.view-detail-dd button:after{
    display: none;
}
.profile-container {
    display: flex;
    align-items: center;
    gap: 15px;
}
.profile-photo {
    position: relative;
    width: 78px;
    height: 78px;
    border-radius: 50%; 
    background-color: #ddd;
    cursor: pointer; /* Makes the cursor pointer when hovering */
}
.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.camera-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.profile-photo input {
    display: none; /* Hide the file input */
}
.profile-details {
    display: flex;
    flex-direction: column;
}
.profile-name {
    font-size: 18px;
    font-weight: bold;
}
.profile-title {
    font-size: 14px;
    color: gray;
}
.sub-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.sub-title h3{
    font-size: 24px;
    font-weight: 600;
    color: #18120F;
    margin-bottom: 12px;
}
.logout-btn{
    font-size: 14px;
    text-decoration: none;
    color: #00217A;
    border: 1px solid #EBF0ED;
    background-color: #FAFAFA;
    padding: 8px 21px;
    border-radius: 10px;
    transition: 0.5s;
}
.logout-btn:hover{
    text-decoration: underline;
}
.profile-basics{
    margin: 20px 0 50px;
}
.my-profile-info{
    color: #18120F;
    border-bottom: 1px solid #333333;
    font-size: 13px;
    padding: 7px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.my-profile-info span{
    color: #6B6B6B;
    font-size: 12px;
    text-transform: uppercase;
}
.my-profile-info strong{
    font-weight: 600;
}
.login-queue{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #EBF0ED;
}
.login-queue .quote-product-title{
    font-size: 14px;
    font-weight: 600;
    color: #18120F;
}
.login-queue .quote-product-price{
    font-size: 13px;
    color: #6B6B6B;
}
.login-queue a{
    font-size: 14px;
    font-weight: 600;
    color: #00217A;
    text-decoration: none;
}
.login-queue a:hover{
    text-decoration: underline;
}
.my-profile-form-main{
    padding-left: 50px;
}
.my-profile-fields{
    padding: 15px 15px;
    border: 1px solid #EBF0ED;
    border-radius: 15px;
}
.my-profile-fields .field-parent{
    margin-bottom: 30px;
}
.my-profile-fields .field-parent .form-control{
    background-color: #FAFAFA;
    color: #6B6B6B;
}
.form-btn{
    width: 168px;
}
.add-role{
    font-size: 20px;
    font-weight: 500;
    color: #18120F;
    text-decoration: none;
}
.custom-checkbox {
    display: none;
}

/* Custom box */
.custom-label {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #333;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

/* Blue background when checked */
.custom-checkbox:checked + .custom-label {
    background-color: #00217A;
    border-color: #00217A;
}
.role-badge:hover{
    transition: 0.5s;
    background-color: #00217A !important;
    color: #ffffff !important;
}
.del-notification button{
    border: none;
    background-color: transparent;
}
.notification-table th{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border-bottom: none;
    padding-bottom: none;
}
.notification-table table  {
    border-spacing: 0 4px; /* Adds vertical spacing between rows */
    border-collapse: separate; 
}
.notification-table table tbody tr td{
    font-size: 14px;
    font-weight: 400;
    background-color: #E5E5E5;
    color: #424242;
    vertical-align: middle;
}
.add-role{
    max-width: 665px;
    padding: 50px 50px !important;
}
.add-role .select2-container .select2-selection--multiple { 
    min-height: 56px;
    font-size: 15px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 10px;
}
.add-role .select2-container .select2-search__field{
    margin-top: 10px;
    color: #333333;
}
.add-role .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: .375rem .75rem;
}
.add-role .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 6px;
    border: 1px solid #00217A;
    background-color: #fff;
    font-size: 13px;
    color: #333333;
    padding: 4px 8px;
}
.form-btns{
    display: flex;
    justify-content: end;
}
.form-btns .form-btn{
    width: 131px;
}
.btn-transparent{
    background-color: #ffffff;
    color: #00217A;
}
.btn-transparent:hover{
    color: #ffffff;
    background-color: #00217A;
}
.circular-graph{
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
@keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
  }
  
  @property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
  }
  
  .circular-progressbar{
    --size: 550px;
    --fg: #44A6E9;
    --bg: #F1F7FF;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
      radial-gradient(closest-side, white 86%, transparent 0 99.9%, white 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    
  }
  
  div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
  }
  .c-2.circular-progressbar{
    --size: 396px;
    --fg: #15CAB8;
    --bg: #F4FFFF;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
      radial-gradient(closest-side, white 82%, transparent 0 99.9%, white 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
  }
  .c-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-3.circular-progressbar{
    --size: 247px;
    --fg: #FEC600;
    --bg: #FFFBF0;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
      radial-gradient(closest-side, white 75%, transparent 0 99.9%, white 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
  }
  .c-3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .legend {
    display: flex;
    justify-content: space-between;
    gap: 15px; 
    max-width: 310px;
    margin: 50px auto 50px;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    margin-right: 5px;
}

.legend-color.complete {
    background: #036666;
}

.legend-color.pending {
    background: #15CAB8;
}

.legend-color.cancelled {
    background: #FEC600;
}
.pending-order-state{
    padding: 0 42px 38px;
}
.order-state{
    color: #6B6B6B;
    font-size: 31px;
    font-weight: 500;
    padding-bottom: 35px;
    padding-left: 90px;
    position: relative;
}
.order-state::after{
    content: "";
    width: 2.5px;
    height: 99%;
    position: absolute;
    left: 21px;
    top: 43px;
    background-color: #00217A;
}
.dot{
    position: absolute;
    left: 0;
    top: 0;
}
.order-state h3{
    color: #18120F;
    font-size: 39px;
    font-weight: 500;
}
.order-state h6{
    color: #6B6B6B;
    font-size: 36px;
    font-weight: 600;
}
.order-state p{
    margin-bottom: 5px;
}
  /* demo */ 

  /* Data Table */
  /* .dispute-table .dt-info{
    display: none;
  }
  .dispute-table div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end{
    margin-right: auto;
    justify-content: flex-start;
    width: 100%;
  } */
 .dispute-table #myTable_wrapper .dt-layout-row:first-child, .dispute-table #myTable_wrapper .dt-layout-row:nth-last-child(2){
    padding-left: 0.7rem;
    padding-right: 0.7rem;
 }
  .dispute-table .dt-paging .dt-paging-button.first, .dispute-table .dt-paging .dt-paging-button.last{
    display: none;
  }
  .dispute-table .dt-paging .dt-paging-button.first, .dispute-table .dt-paging .dt-paging-button{
    padding:3px 10px!important;
    background: transparent !important;
    border: none !important;
    color: #8A8D8E !important;
    line-height: normal;
  }
  .dispute-table .dt-paging .dt-paging-button.first, .dispute-table .dt-paging .dt-paging-button.current{
    background-color: #FFDBF74D !important;
    color: #242424 !important;
  }
  .dispute-table .dt-paging .dt-paging-button.first, .dispute-table .dt-paging .dt-paging-button.previous{
    border: 2px solid #A7A9AA !important;
    border-radius: 5px;
    margin-right: 20px;
    width: 26px;
    height: 26px;
    padding: 0 !important;
    line-height: normal;
  }
  .dispute-table .dt-paging .dt-paging-button.first, .dispute-table .dt-paging .dt-paging-button.next{
    border: 2px solid #A7A9AA !important;
    border-radius: 5px;
    margin-left: 20px;
    width: 26px;
    height: 26px;
    padding: 0 !important;
    line-height: normal;
  }
 
/* ---------------Responsive------------------------- */
@media screen and (min-width: 1320px) and (max-width: 1750px) {
    .sidebar {
        width: 300px;
    }
    .sidebar-inner {
        width: 235px;
    }
    .sidbar-main-link h2 {
        font-size: 30px; 
    }
    .menu-listing {
        margin-top: 125px;
    }
    .toggle-btn { 
        left: 230px; 
    }
    .admin-right-section {
        margin-left: 300px; 
    }
    .header-heading h1 {
        font-size: 25px; 
    }
    .profile-basic-info .notification svg, .profile-basic-info .settings svg{
        width: 23px;
        height: 23px;
    }
    .profile-basic-info .translate-middle {
        top: 14px; 
        font-size: 10px;
        width: 18px;
        height: 18px; 
    }
    .search-bar-header h5 {
        font-size: 20px; 
    }
    .tranaction-listing { 
        padding: 24px 15px;
    }
    .transaction-card {
        border-radius: 26px;  
        padding: 20px 30px;
        margin-bottom: 50px;
    }
    .transaction-card-title { 
        font-size: 17px; 
    }
    .transaction-card-title h3 { 
        font-size: 40px;
    }
    .transaction-detail-section .search-bar-header h5 {
        font-size: 26px;
        color: #242424;
    }
    .transaction-detail-section .search-bar-header .a-link {
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        color: #00217A;
    }
    .transaction-detail-section table th {
        font-size: 17px; 
    }
    .transaction-detail-section table td {
        font-size: 18px; 
    }
    .request-quote-detail-section.transaction-detail-section table td {
        font-size: 17px; 
    }
    .quote-product-title {
        font-size: 16px; 
    }
    .quote-product-price {
        font-size: 15px; 
    }
    .constructor-detail-section .quote-product-title {
        font-size: 18px; 
    }
    .admin-right-section .admin-header { 
        position: sticky;
        top: 0;
        z-index: 2;
    }
    .order-state { 
        font-size: 22px; 
    }
    .order-state h6 { 
        font-size: 23px; 
    }
    .order-state h3 { 
        font-size: 26px; 
    }
}
@media screen and (max-width: 768px) {
    .admin-right-section {
        margin-left: 60px; 
    }
    .sidebar-inner {
        width: 100%;
    }
    .sidebar.collapsed {
        width: 60px; 
    }
    .menu-listing {
        margin-top: 50px;
    }
    .menu-listing a {
        font-size: 16px;
        font-weight: 300;
        padding: 12px 5px;
        justify-content: start;
    } 
    .sidebar.collapsed .menu-listing a {
        justify-content: center;
    }
    .sidebar.collapsed .menu-listing a svg { 
        margin-right: 0px;
    }
    .sidbar-main-link{
        flex-flow: row wrap;
        justify-content: start;
        min-height: 108px;
    }
    .sidbar-main-link h2{
        width: 100%;
        font-size: 26px;
        margin-top: 5px;
        margin-left: 0;
        text-align: left;
    }
    .sidebar.collapsed .sidbar-main-link h2 {
        width: 100%;
        font-size: 13px;
        margin-top: 5px;
        margin-left: 0;
        text-align: center;
    }
    .profile-basic-info { 
        width: auto;
        position: relative;
        /* z-index: -1; */
    }
    .profile-basic-info svg{
        width: 20px;
        height: 20px;
    }
    .collapsed .toggle-btn {
        left: 65px;
        top: 7px;
    }
    .admin-right-section.collapsed {
        margin-left: 60px;
    }
    .admin-right-section .admin-header {
        padding: 15px 0px 15px 60px;
        min-height: 90px;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    .admin-right-section.collapsed .admin-header {
        padding: 15px 0px 15px 60px;
        min-height: 90px;
    }
    .header-heading h1 {
        font-size: 26px; 
    }
    .settings {
        margin-left: 15px;
    }
    .admin-profile {
        margin-left: 10px;
    }
    .admin-profile button{
        padding: 0 3px;
    }
    .admin-profile button img{
        margin-right: 0 !important;
    }
    .admin-profile button span{
        display: none;
    }
    .admin-profile button.dropdown-toggle::after {
        display: none;
    }
    .admin-content-main {
        padding: 30px 15px 30px 15px;
    }
    .tranaction-listing { 
        padding: 24px 15px;
    }
    .add-role {
        padding: 24px 15px !important; 
    }
    .profile-basic-info .translate-middle { 
        width: 18px;
        height: 18px; 
        font-size: 10px;
    }
    .search-bar-header{
        flex-flow: row wrap;
    }
    .search-bar-header h5 { 
        width: 100%;
        margin-bottom: 15px;
    }
    .admin-table-listing table {
        width: 1300px;
    }
    .transaction-card-main { 
        width: 100%;
        margin-bottom: 50px;
    }
    .transaction-card { 
        padding: 20px 20px; 
        min-height: 185px;
        margin-bottom: 20px;
    }
    .transaction-card-title { 
        font-size: 15px;
        width: 56%;
    }
    .transaction-card-title h3 { 
        font-size: 38px;
    }
    .btn-detail { 
        min-height: 40px; 
        font-size: 16px; 
    }
    .transaction-detail-section { 
        margin-top: 0px;
    }
    .transaction-detail-section .search-bar-header {
        padding: 20px 20px; 
    }
    .transaction-detail-section .search-bar-header h5 {
        font-size: 26px; 
    }
    .transaction-detail-section .search-bar-header .a-link {
        font-size: 14px; 
    }
    .transaction-detail-section table th, .transaction-detail-section table td {
        padding: 20px 20px;
    }
    .transaction-detail-section table { 
        width: 1000px;
    }
    .transaction-detail-section table th {
        font-size: 18px; 
    }
    .transaction-detail-section table td {
        font-size: 16px; 
    }
    .quote-product-title {
        font-size: 16px; 
    }
    .quote-product-price {
        font-size: 14px; 
    }
    .request-quote-detail-section.transaction-detail-section table td {
        font-size: 16px; 
    }
    .transaction-detail-section .search-bar-header .dropdown button { 
        padding: 0 0;
    }
    .constructor-detail-section .quote-product-title {
        font-size: 16px; 
    }
    .request-quote-detail-section table {
        width: 800px;
    }
    .my-profile-form-main {
        padding-left: 0;
        margin-top: 50px;
    }
    .notification-table table  {
        width: 1000px;
    }
    .circular-graph { 
        max-width: 200px; 
    }
    .circular-progressbar{
        --size: 200px;
    }
    .c-2.circular-progressbar{
        --size: 150px;
        /* display: none; */
    }
    .c-3.circular-progressbar{
        --size: 100px;
        /* display: none; */
    }
    .legend {  
        max-width: 240px;
        margin: 30px auto 30px;
    }
    .legend-item { 
        font-size: 12px; 
    }
    .request-quote-detail-section .search-bar-header h3{
        width: 100%;
    }
    .order-state { 
        font-size: 12px; 
        padding-left: 35px;
    }
    .order-state::after { 
        width: 2px;  
        left: 12px;
        top: 24px; 
    }
    .order-state h6 { 
        font-size: 13px; 
    }
    .order-state h3 { 
        font-size: 14px; 
    }
    .order-state p img{
        width: 40px;
    } 
    .pending-order-state {
        padding: 0 10px 30px 24px;
    }
    .dot{
        width: 25px;
        height: 25px;
    }
    /* .admin-content-main {
        padding: 50px 20px 50px 20px;
    } */
    /* .transaction-detail-section .search-bar-header {
        padding: 20px 20px; 
    }
    .tranaction-listing { 
        padding: 0;
    }
    .transaction-detail-section .search-bar-header.quote-request-heading h5 {
        font-size: 18px; 
    } */
}
