 @font-face {
     font-family: 'General Sans';
     src: url('../fonts/GeneralSans-Bold.eot');
     src: url('../fonts/GeneralSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
         url('../fonts/GeneralSans-Bold.woff') format('woff'),
         url('../fonts/GeneralSans-Bold.ttf') format('truetype'),
         url('../fonts/GeneralSans-Bold.svg#GeneralSans-Bold') format('svg');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'General Sans';
     src: url('../fonts/GeneralSans-Semibold.eot');
     src: url('../fonts/GeneralSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
         url('../fonts/GeneralSans-Semibold.woff') format('woff'),
         url('../fonts/GeneralSans-Semibold.ttf') format('truetype'),
         url('../fonts/GeneralSans-Semibold.svg#GeneralSans-Semibold') format('svg');
     font-weight: 600;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'General Sans';
     src: url('../fonts/GeneralSans-Light.eot');
     src: url('../fonts/GeneralSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeneralSans-Light.woff2') format('woff2'),
         url('../fonts/GeneralSans-Light.woff') format('woff'),
         url('../fonts/GeneralSans-Light.ttf') format('truetype'),
         url('../fonts/GeneralSans-Light.svg#GeneralSans-Light') format('svg');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'General Sans';
     src: url('../fonts/GeneralSans-Regular.eot');
     src: url('../fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
         url('../fonts/GeneralSans-Regular.woff') format('woff'),
         url('../fonts/GeneralSans-Regular.ttf') format('truetype'),
         url('../fonts/GeneralSans-Regular.svg#GeneralSans-Regular') format('svg');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'General Sans';
     src: url('../fonts/GeneralSans-Medium.eot');
     src: url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
         url('../fonts/GeneralSans-Medium.woff') format('woff'),
         url('../fonts/GeneralSans-Medium.ttf') format('truetype'),
         url('../fonts/GeneralSans-Medium.svg#GeneralSans-Medium') format('svg');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }

 body {
     font-family: "General Sans", serif;
     font-size: 14px;
     font-weight: normal;
     color: #333 !important;
     background:#fdfeff;
 }

 img {
     max-width: 100%;
 }

input,select,button{
    font-size: 14px;
}
 /* Login */

 .login-wrapper {
     width: 100%;
     height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 30px;
     background: rgba(248, 251, 255, 1);
     flex-direction: column;
 }

 .login-box {
     padding: 50px;
     max-width: 480px;
     min-width: 420px;
     box-shadow: 0px 4px 24px #DAE5FF;
     display: flex;
     gap: 24px;
     flex-direction: column;
     border-radius: 12px;
     background: #fff;
 }

 .form-control,
 .form-select {
     /* border: none; */
     border: 1px solid rgba(235, 239, 246, 1);
     color: #333 !important;
     padding-left: 0;
     box-shadow: 0px 2px 4px 0px rgba(0, 56, 141, 0.05);
     padding: .5rem 1rem;
     border-radius: .5rem;
 }

 .form-control:focus,
 .form-select:focus {
     border-color: #85A2FF !important;
     box-shadow: 0px 2px 4px 0px rgba(0, 56, 141, 0.05);
 }


 .form-floating>.form-control,
 .form-floating>.form-control-plaintext,
 .form-floating>label {
     padding: 1rem 0rem;
 }

 .login-h4 {
     position: relative;
 }

 .login-h4:before {
     content: "";
     height: 2px;
     width: 50px;
     position: absolute;
     bottom: -10px;
     background: rgba(0, 0, 0, 0.1);
     margin: 0 auto;
     left: 0;
     right: 0;
 }

 .input-icon {
     position: relative;
 }

 .input-icon i {
     position: absolute;
     right: 10px;
     bottom: 6px;
     font-size: 18px;
     color: RGB(191 191 191);
     cursor: pointer;
 }

 header {
     min-height: 80px;
     padding: 16px;
 }

 header .logo img {
     max-height: 42px;
 }

 footer {
     padding: 16px;
 }

 .content-bg .card {
     min-width: 580px;
     max-width: 580px;
     border-radius: 1rem;
 }

 .content-bg .card .card-body {
     padding: 2.5rem;
 }

 .user-icon {
     border: none;
     outline: none;
     background: none;
 }

 .content-bg {
     min-height: calc(100vh - 133px);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .card {
     box-shadow: 0px 0px 16px 0px rgba(223, 233, 245, 1);

     box-shadow: 4px 0px 20px #DAE5FF;
     border: unset;
     border-radius: 12px;
     color: #333 !important;


 }

 .card .card-header {
     /* padding: 0px 0px 8px 0px; */
     border-bottom: solid 1px #E2E8F1;
     background: none;
     font-size: 18px;
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }


 .card .card-body .status-img {
     max-height: 120px;
     min-height: 120px;
 }

 .heading {
     font-size: 24px;
     font-weight: 600;
     text-align: center;
     margin-top: 40px;
 }

 .page-title {
     font-size: 21px;
     font-weight: 500;
     padding-left: 10px;
 }

 .success {
     color: rgba(62, 195, 75, 1);
 }

 .failed {
     color: rgba(235, 75, 75, 1);
 }

 .error {
     color: rgba(0, 0, 0, 1);
 }

 .text {
     color: rgba(51, 51, 51, 0.65);
     font-size: 18px;
     text-align: center;
     min-height: 81px;
 }

 .btn-primary {
     background: rgba(33, 64, 154, 1);
     border: unset !important;
     background: rgba(31, 106, 220, 1);
     min-width: 100px;
 }

 .loader {
     width: 5px;
     aspect-ratio: 1;
     border-radius: 50%;
     animation: l5 1s infinite linear alternate;
     margin-left: 20px;
 }



 @keyframes l5 {
     0% {
         box-shadow: 10px 0 #000, -10px 0 #0002;
         background: #000
     }

     33% {
         box-shadow: 10px 0 #000, -10px 0 #0002;
         background: #0002
     }

     66% {
         box-shadow: 10px 0 #0002, -10px 0 #000;
         background: #0002
     }

     100% {
         box-shadow: 10px 0 #0002, -10px 0 #000;
         background: #000
     }
 }



 .sidebar {
     position: fixed;
     top: 0;
     left: 0;
     width: 60px;
     height: 100%;
     background: #fff;
     color: #fff;
     padding: 10px;
     box-shadow: 4px 0px 12px 0px rgba(229, 237, 255, 1);
 }

 .sidebar a {
     display: block;
     text-align: center;
     font-size: 20px;
     text-decoration: none;
     color: rgba(51, 51, 51, 0.65);
     width: 35px;
     height: 35px;
     line-height: 35px;
     margin-bottom: 1rem;
 }

 .sidebar a.active {
     box-shadow: 0px 4px 4px 0px rgba(229, 237, 255, 1);
     color: rgba(33, 68, 151, 1);
     border-radius: 8px;
 }

 .menu-icon {
     color: rgba(10, 64, 104, 1) !important;
 }

 .content {
     margin-left: 60px;
 }

 .selected-company {
     background-color: #FFF;
     color: #214497;
     padding: 4px 16px;
     border-radius: 24px;
     font-weight: 500;
     box-shadow: 0 4px 2px rgb(76 51 203 / 15%);
     text-align: center;
     font-size: 12px;
     border: solid 1px #eceaf8;
 }

 .dropdown-menu {
     box-shadow: 0px 4px 12px rgba(72, 33, 151, 0.25);
     border: solid 1px #eceaf8;
 }

 .dropdown-heading {
     font-size: 12px;
     font-weight: 600;
     margin-top: -8px;
     display: flex;
     justify-content: space-between;
     background: #e0eaff;
     padding: 10px;
     gap: 16px;
     margin-bottom: 12px;
     border-top-left-radius: var(--bs-dropdown-border-radius);
     border-top-right-radius: var(--bs-dropdown-border-radius);
 }

 .dropdown-menu ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .company-list {
     font-size: 12px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 4px 8px;
 }

 .company-list span {
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     max-width: 300px;
     min-width: 120px;
     padding: 4px 8px;
     cursor: pointer;
     display: block;
     border-radius: 6px;
     flex-grow: 1;
 }

 .company-list.selected span,
 .company-list span:hover {
     background-color: #e2ebff;
     color: #214497;
 }

 .company-list .form-check {
     min-height: auto;
     margin-bottom: 0;
     width: 80px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .company-list .form-check-input:checked {
     background-color: #214497;
     border-color: #214497;
 }

 .dropdown-menu .company-list .form-check-input {
     height: 1.5em;
     width: 2.5em;
     box-shadow: none;
 }

 .sort-filter {
     width: 40px;
     text-align: center;
     line-height: 40px;
     box-shadow: 0px 0px 4px 0px rgba(227, 236, 255, 1);
     /* color: rgba(255, 255, 255, 1); */
     color: rgba(51, 51, 51, 0.65);
     font-size: 20px;
     height: 40px;
     border-radius: 8px;
 }

 .user-info {
     display: flex;
     align-items: center;
 }

 .db-header {
     padding: 8px 16px;
     box-shadow: 0px 2px 12px #DAE5FF;
     margin-bottom: 16px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     background-color: #FFF;
     min-height: unset;
 }


 .tbl-actions {
     width: 24px;
     height: 24px;
     line-height: 24px;
     border-radius: 50%;
     text-align: center;
     box-shadow: 0px 4px 12px rgba(33, 68, 151, 0.25);
     color: #214497;
     display: inline-block;
     text-decoration: none;
     cursor: pointer;
 }

 .vh-scroll {
     min-height: calc(100vh - 244px);
     max-height: calc(100vh - 244px);
     overflow-y: auto;
 }

.quotevault-table {
    border-collapse: separate;  
    border-spacing: 0px 16px;
    padding-right: 10px;
    padding-left: 10px
}

 .quotevault-table th {
     white-space: nowrap;
 }

 .quotevault-table thead tr {
     border: solid 1px #FFF;
     position: sticky;
     top: 0;
     z-index: 999;
 }

 .quotevault-table thead tr th {
     background-color: #E5EDFF;
     box-shadow: 0px 4px 4px #DAE5FF;
     font-weight: 500;
 }

 .quotevault-table tbody tr {
     background-color: #FFF;
     box-shadow: 0px 4px 16px #DAE5FF;
     border-bottom: solid 1px transparent !important;
     font-weight: 400;
 }

 .quotevault-table tbody tr td {
     padding-bottom: 8px;
     padding-top: 8px;
     vertical-align: middle;
     color: #333;
     white-space: nowrap;
 }
 .history-table td{
     white-space: normal !important;
 }

 .quotevault-table tbody tr td:first-child,
 .quotevault-table thead tr th:first-child {
     border-top-left-radius: 8px;
     border-bottom-left-radius: 8px;
 }

 .quotevault-table tbody tr td:last-child,
 .quotevault-table thead tr th:last-child {
     border-top-right-radius: 8px;
     border-bottom-right-radius: 8px;
 }

 .td-premium {
     color: #214497 !important;
     font-weight: 600;
 }

 .td-link-btn {
     padding: 4px 12px;
     box-shadow: 0px 4px 8px rgba(33, 68, 151, 0.10);
     display: inline-block;
     border-radius: 16px;
 }

 .cell-width-200 {
     text-overflow: ellipsis;
     max-width: 200px;
     overflow: hidden;
     white-space: nowrap;
 }

 .text-success {
     color: #40C315 !important;
 }

 .text-primary {
     color: #2C73D2 !important;
 }

 .text-danger {
     color: #E0592D !important;
 }

 .pagination-block {
     justify-content: center;
     display: flex;
     padding-top: 5px;
 }

 .pagination-block .page-item .page-link {
     margin: 0px 4px 0px 4px;
     width: 24px;
     height: 24px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: none !important;
     color: #214497;
 }

 .pagination-block .form-select {
     display: inline-block;
     width: 60px;
     border: solid 1px #D1DBE7;
     height: 24px;
     padding: 0 0px 0 4px;
 }

 .pagination-block .active>.page-link,
 .pagination-block .page-link.active {
     background-color: #214497;
     border-color: #214497;
     color: #FFF;
 }
 td span.dropdown{
   display: inline-block;
 }
 .text-primary{
    cursor: pointer;
 }
.dropdown-menu .dropdown-item{
    gap:5px
}
.dropdown-menu .dropdown-item i{
    font-size:18px;
}
.dropdown-item {
    font-size: 14px !important;
    display: flex;
    gap: 10px;
    align-items: center
}

 .dropdown-item.active,
 .dropdown-item:active {
     background-color: #85A2FF !important;
 }

 .new-quote-drop .btn {
     background-color: rgba(99, 136, 255, 1);
     border: solid 1px rgba(99, 136, 255, 1);
     color: #FFF !important;
 }

 .switch-box {
     background-color: #FFF;
     padding: 12px 0px;
     /* box-shadow: 0px 4px 12px rgba(33, 68, 151, 0.15); */
     box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.15);
     margin-bottom: 16px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     /* border-radius: 12px; */
 }

 .shadow-box {
     /* box-shadow: 0px 4px 12px rgba(33, 68, 151, 0.15); */
     box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.15);
     margin-bottom: 16px;
     padding: 12px 0px;
     /* border-radius: 12px; */
 }

 .mh-260 {
     max-height: 260px;
     overflow-y: auto;
 }

 .data-item {
     display: flex;
     flex-direction: column;
 }

 .data-item label {
     color: rgba(51, 51, 51, 0.65);
 }

 .data-item span {
     font-weight: 600;
 }

 .switch-box .form-check-inline {
     margin-bottom: 0 !important;
 }

 .btn-check:checked+.btn {
     background: #85A2FF !important;
 }

 .btn-check+.btn {
     color: #333;
     font-size: 14px;
     border-radius: 24px;
     background: none;
     border: 1px solid #85A2FF !important;
     min-width: 65px;
 }

 .btn-check+.btn:hover {
     background: #85A2FF !important
 }

 .form-check {
     padding-left: 2.5em;
 }

 .form-check:not(.form-switch) .form-check-input {
     margin-left: -2.2em;
     margin-top: -2px;
     width: 21px;
     height: 21px;
     border-radius: 0 !important;
     border-color: #85A2FF;
     box-shadow: 0px 4px 8px rgba(33, 68, 151, 0.15);
 }

 .pre-dollar-icon {
     position: relative;
 }

 .pre-dollar-icon .form-control {
     padding-left: 16px;
 }

 .pre-dollar-icon span {
     position: absolute;
     left: 0;
     top: 25px;
     font-size: 16px;
 }

 .carriers-container {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
     flex-wrap: wrap;
     gap: 12px;
 }

 .carriers-item {
     box-shadow: 0px 4px 20px rgba(33, 68, 151, 0.15);
     padding: 16px;
     width: 100%;
     box-sizing: border-box;
     border-radius: 12px;
     border: solid 1px transparent;
 }

 .carriers-item .cr-name {
     font-size: 18px;
     font-weight: 500;
     text-align: center;
     line-height: 20px;
     margin-bottom: 16px;
     margin-top: 16px;
 }

 .carriers-item .cr-price {
     font-size: 36px;
     font-weight: 500;
     color: #5BBD72;
     display: flex;
     align-items: flex-start;
     justify-content: center;
 }

 .carriers-item .cr-price span {
     color: rgba(51, 51, 51, 0.65);
     font-size: 18px;
     margin-right: 6px;
     padding-top: 8px;
 }

 .carriers-item .btn {
     border-radius: 24px;
     width: 100%;
     border: solid 1px #214497 !important;
     background: #FFF !important;
     color: #214497 !important;
 }

 .carriers-item.selected {
     border: solid 1px #85A2FF;
 }

 .carriers-item.selected .btn,
 .carriers-item .btn:hover {
     border: solid 1px #85A2FF !important;
     background-color: #85A2FF !important;
     color: #FFF !important;
 }

 .drag-area {
     border: 1px dashed #85A2FF;
     background: #fff;
     border-radius: 8px;
     padding: 25px;
     text-align: center;
     cursor: pointer;
     position: relative;
     box-shadow: 0px 4px 8px rgba(33, 68, 151, 0.15);
 }

 .drag-area .file-input {
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     cursor: pointer;
     min-height: inherit;
     width: 100%;
     padding: 0 !important;
     bottom: 0;
 }

 .file-block {
     padding: 12px 16px;
     box-shadow: 0px 4px 12px rgba(33, 68, 151, 0.15);
     border-radius: 8px;
     background: #ebf1ff;
     border: solid 2px #FFF;
 }

 main .stepsbar {
     display: none;
 }

 .form-floating.pre-dollar-icon label,
 .form-floating.pre-dollar-icon>.form-control:focus~label {
     padding-left: 20px;
 }


 .db-header .logo {
     display: flex;
     align-items: end;
     gap: 2px;
 }

 .tbl-search-box .form-control{
    border: none;
    border-bottom: 1px solid rgba(235, 239, 246, 1);
    border-radius: 0;
 }

 .sub-heading{
    background-color: #f1f5ff;
    padding: 4px 8px;
 }
  .offcanvas-bottom{
        height:auto !important
    }
    .offcanvas-header,.modal-header{
        background: #E5EDFF
    }
    label span{
        color:#7b7d82
    }
    .status-label{
    
    border-radius: 13px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;

    }
    .data-item {
    margin-bottom: 8px;
    border-bottom: solid 1px rgba(51, 51, 51, 0.10);
    padding: 8px;
}
/*Forgot Password*/
.rules p {
    color: #a2a2a2;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}
.rules p:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #00a769;
    border-radius: 100%;
    left: 4px;
    top: 5px;
}

/*New Changes*/

.loader-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1046;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-icon {
    position: absolute;
    width: 60px;
 /*   height: 60px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
}
.loader-primary {
    /*    color: #a1ca3b;*/
    color: #4862A5;
    height: 80px;
    width: 80px;
}
.modal-backdrop + .modal-backdrop {
    z-index: 1055;
}
@media(min-width:1024px) {
    .offcanvas-end {
        min-width: 50%
    }
}
.span-count {
    background: #0d6efd;
    padding: 0 5px;
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    font-size: 14px;
}