.select2-container--default .select2-selection--single {
    border: 0px;
    height: 46px;
}
  
.select2-container {
    height: 46px;
}
  
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 10px;
}
  
.select2-results__option--selectable {
    font-family: "Inter";
    font-weight: 400;
    font-size: 1.0625em;
    color: #66788B;
}

.status-select {
  cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ddd;
    color: #66788B;
}
  
.select2-container--default .select2-results__option--selected {
    background-color: white;
}
  
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: '';
    background-image: url("/images/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.875rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.93125rem;
    transition: all .5s ease-in;
    border-style: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .form-control {
    border: 0.0625rem solid #B7C2CF;
    border-radius: 0.25rem;
    height: 46px;
    width: 100%;
    font-family: "Inter";
    font-weight: 400;
    font-size: 1.0625em;
    line-height: 1.29412;
    color: #66788B;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
    outline: none;
    -webkit-appearance: none; 
}


table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background : none;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 0;
  border-bottom: none;
}

table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled {
  content: "";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  content: "\2304";
  top: 0.01em;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 0.5em;
  top: 0em;
  content: "\2303";
}

.form__error {
    background-color: #ca0b00;
    color: #fff;
    padding: 0.625rem;
    margin-bottom: 10px;
    display: none;
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    display: block;
}

.dataTables_paginate .paginate_button.next a {
  transform: rotate(180deg);
  margin-left: 0.625rem;
}

.dataTables_paginate .paginate_button.previous a {
  margin-right: 0.625rem;
}

.dataTables_paginate .paginate_button.next a, .dataTables_paginate .paginate_button.previous a {
  background: #E7EBF0;
}

.paginate_button.page-item.active a {
  color: #FFFFFF;
  background-color: #214C89;
}

.pagination a {
  border-radius: 0.25rem;
  color: #0A2540;
  font-size: 1em;
  line-height: 1.375;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
}

.page-link {
  border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin-left: 0;
  color: transparent;
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: white;
  border: 0;
}

.dataTables_paginate .paginate_button.next a:hover {
  background: #214C89;
}

div.dataTables_paginate {
  width: 100%;
  text-align: center;
}

div.dataTables_wrapper div.dataTables_processing {
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: white;
  background: white;
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #66788B;
}

.cr.notification .notification__title h3 {
  margin-left: 0.5rem;
}

.cr.notification-panel .notification-panel__composer form button {
  bottom: 0.9525rem;
}

.l-link, .see-all-results-button, a.sort-title {
  cursor: pointer;
}

a.disabled {
  pointer-events: none;
}

.pagination {
  justify-content: center;
}

a.sort-title {
  color: #66788B;
}

.invert-arrow {
  transform: rotate(180deg);
}

.sort-sales-hide {
  display: none;
}

a.no_text_decoration, a.pagination__link {
  text-decoration: none;
}

span#current-balance-tag {
  font-weight: bold;
}

a.td-link {
  font-size: 1em;
  line-height: 1.375;
  font-weight: 500;
  min-width: 7.5rem;
  padding-right: 0.625rem;
  color: #0A2540;
  padding: 0.6875rem 0;
  text-decoration: none;
}

.l-tab--users .cr.l-table table tbody td {
  padding: 0.6875rem 10px 0.6875rem 0px;
}

.daterangepicker .ranges ul li.active:after  {
  opacity: 1;
}

#chart_div {
  text-align: center;
}

.cr.authentication .authentication__header {
  display: flex;
}

picture.check-mark {
  width: 42px;
  margin-left: 32px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.vector-check-mark {
  width: 32px;
  height: 22px;
}

.daterangepicker .ranges ul li, .l-checkbox label {
  color: #425466;
}

.l-dropdown__select img {
  margin-bottom: 4px;
}

.l-btn--grey-sec, .l-btn--grey {
  background-color: #E7EBF0;
  color: #0A2540;
}

.l-btn--grey-sec:hover, .l-btn--grey:hover {
  background-color: #545454;
  color: white;
}

input:read-only {
  background-color: #f1f1f1;
}

.form-control:focus {
  color: #66788B;
}

.l-select .l-select__options {
  min-width: 11.25rem;
}

.l-select .l-select__options li:hover {
  background-color: #ddd;
}

.page-title__actions .l-btn--icon i {
  margin-right: 11.33px;
}

div#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.116);
  z-index: 9999;
}

a.sort-title.sort-dealership, a.sort-invoice {
  color: #66788B;
  font-size: 1em;
  line-height: 1.375;
  font-weight: 500;
  padding-bottom: 0.625rem;
  white-space: nowrap;
}

th.table__sort button {
  cursor: pointer;
}

.profile-link {
  font-size: 1em;
    line-height: 1.375;
    font-weight: 500;
    min-width: 7.5rem;
    padding-right: 0.625rem;
    color: #0A2540;
    text-decoration: none;
}

.cr.l-table--accounts tbody tr td .l-link.view-link:hover, .l-dropdown__list a {
  text-decoration: none;
}

.cr.page-title .page-title__text .l-btn--account {
  margin-top: 71px;
}

.cr.page-title .page-title__btn {
  margin-bottom: 19px;
}

a.client-info-email {
  color: #0A2540;
  font-size: 1em;
  line-height: 1.375;
  font-weight: 500;
  text-decoration: none;
}

.cr.popup--credit .credit-action a.popup-active-credits, a.l-btn-link {
  text-decoration: none;
}

.active-credits {
  padding-left: 37px;
}

.cr.popup--credit .credit-action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

a.jsPopup.view-credits {
  color: #3FA9F5;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.28571;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;

}

a.jsPopup.view-credits:hover {
  color: #214C89;
}
.cr.package .l-board.l-accordion--package {
  padding-bottom: 40px;
}
.package__terms_and_conditions ul li {
  margin-bottom: 36px;
  gap: 4px;
  align-items: center;
}
.package__terms_and_conditions ul li p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #425466;
}
.cr.package .l-board.l-accordion--package .package__terms_and_conditions ul li p a.l-btn {
  font-size: 16px;
  line-height: 22px;
  color: #3FA9F5;
  background-color: transparent;
  font-weight: 500;
  text-decoration: underline;
  padding: 0;
}

.l-info li.terms-accepted label, .l-info li.terms-accepted span {
  min-width: auto;
  margin-right: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.l-info li.terms-accepted label[for="Sent On"] {
  margin-right: 5px;
}
.l-info li.terms-accepted label[for="Accepted by"] {
  margin-left: 20px;
}
.l-info li.terms-accepted span a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.l-info li.terms-accepted span, .l-info li.terms-accepted span a {
  color: #425466;
}

.l-info li.terms-accepted label {
  color: #B7C2CF;
}
#custom-tooltip {
  display: none; 
  position: absolute; 
  padding: 5px; 
  background-color: #fff; 
  border: 1px solid #e7ebf0; 
  border-radius: 4px;
  transition: opacity 0.3s;
  opacity: 0; /* Start hidden */
  pointer-events: none; /* Let mouse events pass through */
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #425466;
  padding: 24px 16px;
  min-width: 300px;
}
.section--terms_and_conditions {
  padding: 22px 6px;
}
@media screen and (min-width: 768px) {
  .section--terms_and_conditions {
    padding: 0 16px;
  }
}
.section--terms_and_conditions h1 {
  margin-bottom: 36px;
  color: #425466;
}
@media screen and (min-width: 768px) {
  .section--terms_and_conditions h1 {
    margin-bottom: 46px;
  }
}
.section--terms_and_conditions h2 {
  margin-bottom: 30px;
  color: #425466;
}
.section--terms_and_conditions h3, .section--terms_and_conditions p {
  font-size: 16px;
  line-height: 22px;
  color: #425466;
}
.section--terms_and_conditions h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.section--terms_and_conditions p {
  font-weight: 400;
  margin-bottom: 20px;
}
.section--terms_and_conditions form {
  margin-top: 40px;
}
.section--terms_and_conditions form label {
  font-size: 17px;
  line-height: 22px;
  color: #0A2540;
  font-family: "SF Pro Text";
}
.section--terms_and_conditions form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .section--terms_and_conditions form input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
}
.section--terms_and_conditions form .agreement-checkbox {
  margin-bottom: 28px;
  padding: 5px 8px;
  gap: 8px;
}
.section--terms_and_conditions form .agreement-checkbox, .section--terms_and_conditions form .agreement-submission {
  display: flex;
  align-items: center;
}
.section--terms_and_conditions form .agreement-submission {
  gap: 16px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .section--terms_and_conditions form .agreement-submission {
    margin-bottom: 54px;
  }
}
.section--terms_and_conditions form .agreement-submission input{
  padding: 8px 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  border: 0;
  border-radius: 4px;
}
@media screen and (max-width: 564px) {
  .section--terms_and_conditions form .agreement-submission input {
    flex-basis: 50%;
  }
}
.section--terms_and_conditions form .agreement-submission input.agreement-decline {
  background-color: #e7ebf0;
  color: #214C89;
}
.section--terms_and_conditions form .agreement-submission input.agreement-decline:hover, .section--terms_and_conditions form .agreement-submission input.agreement-accept:hover {
  color: #3fa9f5;;
}
.section--terms_and_conditions form .agreement-submission input.agreement-accept {
  background-color: #214C89;
  color: #fff;
}

#cookies_banner{
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

@media (min-width: 576px){
    #cookies_banner{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    #cookies_banner{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    #cookies_banner{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    #cookies_banner{
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    #cookies_banner{
        max-width: 1320px;
    }
}