@import url('http://fonts.cdnfonts.com/css/sofia-pro');

body {
    background: url(../image/body_back.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Sofia Pro', sans-serif !important;
}

header {
    background: #FFFFFF;
    height: 70px;
    border-bottom: 1px solid #AEAEAE;
}

.header-logo {
    height: 40px;
    float: left;
    margin: 15px 0px;
}

.header-person-link {
    float: right;
    margin: 20px 10px 20px 0px;
}

.header-person-logout {
    float: right;
    margin: 20px 0px 20px 10px;
}

footer {
    height: 70px;
    background: #303030;
}

.footer-copyright {
    font-size: 18px;
    line-height: 70px;
    color: #E4E4E4;
    text-align: center;
    font-weight: normal;
}

.login-container {
    background: rgba(255, 255, 255, 0.84);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    padding: 25px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.login-branding {
    text-align: center;
}

.login-logo {
    height: 200px;
    margin: 15px 0px;
}

.login-desc {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #303030;
}

.login-username label,
.login-password label {
    width: 100%;
}

#loginform {
    text-align: center;
}

#loginform input[type="text"],
#loginform input[type="password"] {
    background: #FFFFFF;
    border: 1px solid #AEAEAE;
    box-sizing: border-box;
    color: #303030;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

#loginform input[type="submit"] {
    background: #1E1E1E;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 25px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .container-small {
        width: 100%;
    }

    .container-large {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .container-small {
        width: 100%;
    }

    .container-large {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }

    .container-large {
        width: 1500px;
    }
}

.container-small,
.container-large {
    max-width: 100%;
}

.dashboard-container {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(5px);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    min-height: calc(100vh - 140px);
}

.sidebar {
    flex: 0 0 280px;
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-button {
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    color: #303030;
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px solid #AEAEAE;
}

.sidebar-button.active {
    border-left: 3px solid #303030;
    margin-left: -1px;
}

.sidebar-button-carfax {
    padding: 12px 0px;
}

.sidebar-button a {
    color: #303030;
}

.sidebar-button a:hover {
    color: #303030;
}

.first-column {
    flex: 1;
}

.second-column {
    flex: 1;
    border-left: 1px solid #AEAEAE;
    border-right: 1px solid #AEAEAE;
}

.last-cars-container {
    padding: 30px 20px;
}

.last-cars-title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
    padding: 0 10px;
}

.last-cars-table .table thead th {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #303030;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}

.last-cars-table .table td {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #303030;
}

.last-cars-table .table tbody tr {
    background: rgba(255, 255, 255, 0.5);
}

.last-cars-table .table tbody tr:nth-of-type(odd) {
    background: rgba(211, 211, 211, 0.5);
}

.last-cars-row {
    cursor: pointer;
}

.last-cars-more {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    color: #303030;
}

.last-cars-more a {
    color: #303030;
}

.dashboard-balance-carfax-container,
.dashboard-incurience-container {
    padding: 30px;
}

.dashboard-balance-carfax-container {
    float: left;
    width: 50%;
}

.carfax-vin-row {
    clear: both;
    width: 100%;
}

.carfax-payment-details-sep {
    color: #999;
    margin: 0 0.15rem;
}

.carfax-payment-details {
    font-weight: 600;
    color: #303030;
}

.carfax-payment-details .carfax-payment-intro {
    margin-bottom: 1rem;
    line-height: 1.35;
}

.carfax-payment-details .carfax-payment-options-title {
    margin-bottom: 0.35rem;
    font-weight: 700;
}

.carfax-payment-details .carfax-payment-options-list {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.carfax-payment-details .carfax-payment-options-list a {
    font-weight: 600;
    text-decoration: underline;
}

.carfax-payment-details .carfax-payment-qr-item {
    margin-top: 0.15rem;
}

.carfax-payment-details .carfax-payment-qr {
    max-width: 180px;
    width: 180px;
    height: auto;
    display: block;
}

.dashboard-balance-carfax-title h3,
.dashboard-incurience-title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
}

.dashboard-balance-carfax-value,
.dashboard-incurience-value {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #303030;
}

.dashboard-incurience-value span {
    text-transform: uppercase;
}

.news-container {
    padding: 30px 20px;
}

.news-title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
    padding: 0 10px;
}

.news-item {
    width: 24.5rem;
    margin-right: -2rem;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-bottom: 5px;
}

.news-item .card-body {
    padding: 0;
}

.news-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 5px;
}

.news-new-badge {
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    color: #FFFFFF;
    background: #1E1E1E;
    border-radius: 0;
    float: right;
}

.news-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.news-date {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.news-more {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration-line: underline;
    color: #333333;
}

.news-more:hover {
    color: #333333;
}

.library-container {
    padding: 30px 20px;
}

.library-title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
    padding: 0 10px;
}

.library-item {
    padding: 10px;
    float: left;
    width: 100%;
}

.library-item-title {
    float: left;
    width: 70%;
}

.library-item-title a {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #303030;
}

.library-item-time {
    float: left;
    width: 30%;
    text-align: right;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    color: #303030;
}

.coming-soon {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
    padding: 0 10px;
}

.calculator-container {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(5px);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.calculator-wrapper {
    flex: 1;
    height: calc(100vh - 140px);
    min-width: 75%;
    border-right: 1px solid #AEAEAE;
}

.carfax-container {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(5px);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    min-height: calc(100vh - 140px);
}

#tracking_pro {
    flex: 1;
    min-width: 75%;
}

.my-cars-container {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(5px);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    height: calc(100vh - 140px);
}

.cars-table-wrapper {
    flex: 1;
    width: 75%;
    padding: 20px;
}

.cars-table-search-box,
.cars-table-filter-box {
    float: left;
    width: 50%;
}

.cars-table-search-input {
    float: left;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #AEAEAE;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #9C9C9C;
    padding: 7px;
}

.cars-table-check {
    float: left;
    padding: 8px 25px;
    background: #1E1E1E;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.cars-table-filter-text {
    float: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #303030;
    margin-top: 8px;
}

.cars-table-filter {
    float: right;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #AEAEAE;
    border: none;
    border-bottom: 1px solid #AEAEAE;
    background: transparent;
    margin-top: 8px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    visibility: hidden;
}

.dataTables_filter {
    position: absolute;
    visibility: hidden;
}

input:focus {
    outline-width: 0;
}

#all_cars_table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: separate;
    border-spacing: 0 10px;
}

#all_cars_table tbody tr {
    cursor: pointer;
}

.car-table-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #303030;
    margin-bottom: 5px;
}

.car-table-sub-title {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #303030;
}

table.dataTable tr td {
    vertical-align: top;
    padding: 10px;
}

table.dataTable tr {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.5) !important;
}

table.dataTable tr td:first-child {
    padding: 0;
}

table.dataTable tr td:last-child {
    background-color: rgba(211, 211, 211, 0.5);
    text-align: center;
}

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

table.dataTable.no-footer thead {
    visibility: hidden;
}

#all_cars_table_info {
    position: absolute;
    visibility: hidden;
}

.cars-table-wrapper {
    position: relative;
}

#all_cars_table_wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
    top: 50px;
}

.paginate_button.previous:before {
    content: url(../image/arrow-back.png);
    height: 20px;
    width: 20px;
}

.paginate_button.next:after {
    content: url(../image/arrow-next.png);
    height: 20px;
    width: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    float: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    float: left;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    color: #303030;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    text-decoration: underline;
    border: none;
    background: none;
}

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

#tracking_pro {
    padding: 20px;
}

.carfax-success-notice {
    margin-top: 1rem;
    z-index: 1;
}

.dataTables_scrollBody {
    overflow-x: hidden !important;
}

.sidebar-dropdown {
    display: none;
}

.sidebar-dropdown-main {
    background: rgba(211, 211, 211, 0.5);
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #303030;
    padding: 14px;
    text-align: center;
    width: 100%;
    border: none;
    border-left: #303030 solid 3px;
}

.dropdown-menu {
    background: transparent;
    backdrop-filter: blur(5px);
    margin: 0 20px;
    padding: 0;
    transform: translate3d(0px, 40px, 0px) !important;
}

.dropdown-toggle::after {
    content: "";
    position: absolute;
    right: 40px;
    font-size: 16px;
    border: none;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sidebar-dropdown-item {
    background: rgba(211, 211, 211, 0.5);
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #303030;
    padding: 14px;
    text-align: center;
    float: left;
    width: 100%;
    border: none;
    border-top: 1px solid #AEAEAE;
}

.sidebar-dropdown-item:focus,
.sidebar-dropdown-main:focus {
    outline: 0 !important;
}

.sidebar-dropdown-item:hover {
    color: #000;
    text-decoration: none;
}

.login-go-back {
    position: absolute;
    top: 5px;
    right: 5px;
}

.login-go-back a,
.header-person-home {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
}

.login-go-back a:hover,
.header-person-home:hover {
    color: #333;
    text-decoration: none;
}

.header-person-home {
    float: right;
    margin: 20px 0px 20px 10px;
}

.header-person-home img {
    width: 30px;
}

.table-container {
    overflow-x: auto;
}

@media (max-width: 1024px) {
    .dashboard-balance-carfax-value {
        width: 50%;
        float: left;
    }

    .dashboard-balance-carfax-container {
        width: 100%;
    }

    .second-column {
        margin-left: 280px;
    }

    .cars-table-search-box,
    .cars-table-filter-box {
        width: 100%;
    }

    .cars-table-filter-box {
        margin-top: 10px;
    }

    #all_cars_table_wrapper {
        top: 90px;
    }

    .dataTables_scrollBody {
        overflow-x: scroll !important;
    }

    .cars-table-wrapper {
        height: calc(100vh - 160px);
        top: -20px;
    }

    .cars-table-filter-container {
        margin-top: 20px;
    }

    .calculator-wrapper {
        min-width: 50%;
    }

    #tracking_pro {
        min-width: 50%;
    }
}

@media (max-width: 767px) {
    .sidebar-dropdown {
        display: block;
        margin-top: 20px;
        padding: 0 20px;
    }

    .sidebar-buttons {
        display: none;
    }

    .second-column {
        margin-left: 0px !important;
    }

    .sidebar {
        flex: 0 0 100%;
        height: 60px;
    }

    .last-cars-table .table td {
        font-size: 12px;
    }

    .cars-table-wrapper {
        height: calc(100vh - 250px);
        top: -20px;
    }

    .cars-table-search-input {
        min-width: 1px;
        width: 69.5%;
    }

    .cars-table-check {
        width: 27%;
    }

    .cars-table-filter {
        max-width: 80px;
    }

    #all_cars_table_wrapper {
        top: 20px;
    }

    .dataTables_scrollBody {
        overflow-x: scroll !important;
    }

    .cars-table-filter-container {
        margin-top: 0px;
    }

    #all_cars_table_wrapper {
        top: 100px;
    }

    .vin-form-pro .rounded-pill,
    #carfax_lang {
        margin-top: 20px;
    }

    .login-logo {
        width: 100%;
        height: auto;
    }
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

.calculator2-container {
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(5px);
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.calculator2-wrapper {
    flex: 1;
    min-width: 75%;
    border-right: 1px solid #AEAEAE;

    padding: 30px 40px;
    font-family: 'Akrobat', sans-serif;
}

.calc-section {
    margin-bottom: 10px;
}

.calculator2-wrapper .calc-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;

    margin-bottom: 10px;
}

.calculator2-wrapper .calc-row.calc-row--half .calc-radio-wrapper {
    flex: 0 0 350px;
}

.calculator2-wrapper .calc-repair-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    margin-bottom: 10px;
}

.calculator2-wrapper .calc-repair-section .calc-row--half {
    flex: 0 0 350px;
    align-items: flex-start;
    gap: 10px;
}

.calculator2-wrapper .calc-divider {
    width: 1px;
    height: 25px;
    background: #AEAEAE;
    flex: 0 0 1px;
}

.calculator2-wrapper .calc-input-wrapper {
    flex: 0 0 350px;
    padding: 12px 29px 12px 29px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #AEAEAE;
    border-radius: 4px;
}

.calculator2-wrapper .calc-label-wrapper {
    flex: 0 0 350px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.calculator2-wrapper .calc-label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #303030;

    flex: 0 0 228px;
    margin: 0;
}

.calculator2-wrapper .sublabel {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    margin: 0;

    position: absolute;
    bottom: -75%;
    left: 0;
}

.calc-value {
    visibility: hidden;
    /* Приховуємо за замовчуванням */
}

.calc-radio:checked+.calc-radio-label .calc-value {
    visibility: visible;
    /* Показуємо, якщо чекбокс вибраний */
}

.calculator2-wrapper .calc-input {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #303030;

    flex: 0 0 44px;
    width: 44px;
    max-width: 44px;

    background: transparent;
    border: none;
}

.calculator2-wrapper .calc-input.calc-input--text {
    flex: 0 0 100%;
    max-width: unset;
}

.calculator2-wrapper .calc-prefix {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}

.calculator2-wrapper .calc-postfix {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}

.calculator2-wrapper .calc-input--dollar {
    margin-left: -8px;
}

.calculator2-wrapper .calc-input--percent {
    margin-right: -8px;
}

/* Chrome, Safari, Edge, Opera */
.calculator2-wrapper input::-webkit-outer-spin-button,
.calculator2-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.calculator2-wrapper input[type=number] {
    -moz-appearance: textfield;
}

.calculator2-wrapper input:focus,
.calculator2-wrapper select:focus,
.calculator2-wrapper textarea:focus,
.calculator2-wrapper button:focus {
    outline: none;
}

.calculator2-wrapper .calc-select {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    background: transparent;
    border: none;
    flex: 0 0 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711L15.0711 2.34315C15.4616 1.95262 15.4616 1.31946 15.0711 0.928932C14.6805 0.538408 14.0474 0.538408 13.6569 0.928932L8 6.58579L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L7.29289 8.70711ZM7 7V8H9V7L7 7Z" fill="%23303030"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    position: relative;
}

.calculator2-wrapper .calc-select::-ms-expand {
    display: none;
}

/* Ensure the select is not affected by padding */
.calculator2-wrapper .calc-select option {
    padding: 0;
}

.calculator2-wrapper #auction.calc-select,
.calculator2-wrapper #car-transporter-ukraine.calc-select {
    background-position: right 20% center;
}

.calculator2-wrapper #location-wrapper .select2-selection__arrow {
    right: 20%;
}

.calculator2-wrapper .calc-select-number {
    position: absolute;
    left: 80%;
    font-weight: 700;
}

body.pdf-generation {
    height: auto;
}

.pdf-generation .calc-select {
    background-image: none !important;
}

.pdf-generation header,
.pdf-generation footer,
.pdf-generation .sidebar {
    display: none;
}

.pdf-generation #full-calc-wrap {
    max-width: unset;
    width: 100%;
}

.select2-container--open .location-dropdown {
    width: 350px !important;
    margin-left: -31px;
}

.location-dropdown .select2-search__field {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #303030;

    border: 1px solid #AEAEAE;
    border-radius: 4px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 216px !important;
}

.select2-container--default .select2-selection--single {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    background: transparent !important;
    border: none !important;
    height: unset !important;

    flex: 0 0 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 25px !important;
    color: #303030 !important;
    padding: 0 !important;
}

.select2-container .select2-selection--single {
    position: relative;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__arrow::after {
    content: '';
    display: block;
    width: 16px;
    height: 9px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711L15.0711 2.34315C15.4616 1.95262 15.4616 1.31946 15.0711 0.928932C14.6805 0.538408 14.0474 0.538408 13.6569 0.928932L8 6.58579L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L7.29289 8.70711ZM7 7V8H9V7L7 7Z" fill="%23303030"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.calculator2-wrapper .calc-radio-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 21px;
}

.calculator2-wrapper input[type="checkbox"].calc-radio {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: transparent;
    /* Not removed via appearance */
    margin: 0;
    color: #303030;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

.calculator2-wrapper input[type="checkbox"].calc-radio::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: #303030;
}

.calculator2-wrapper input[type="checkbox"].calc-radio:checked::before {
    transform: scale(1);
}

.calculator2-wrapper .calc-radio-label {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    margin: 0;
}

.calculator2-wrapper .calc-value {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    margin: 0;
}

.calc-sum-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 21px;
    width: 40%;
}

@media (max-width: 767px) {
    .calc-sum-wrapper {
        width: 90%;
    }
}

.calc-sum-title,
.calc-sum-result {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #303030;
    margin: 0;
}

.calc-sum-result--sixty {
    width: 60px;
}

.calc-sum-result--input {
    background: none;
    border: none;
    max-width: 60px;
}

.calc-section-divider {
    height: 1px;
    width: 100%;
    background: #AEAEAE;
}

.calc-hider {
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9" viewBox="0 0 16 9" fill="none"><path d="M7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711L15.0711 2.34315C15.4616 1.95262 15.4616 1.31946 15.0711 0.928932C14.6805 0.538408 14.0474 0.538408 13.6569 0.928932L8 6.58579L2.34315 0.928932C1.95262 0.538408 1.31946 0.538408 0.928932 0.928932C0.538408 1.31946 0.538408 1.95262 0.928932 2.34315L7.29289 8.70711ZM7 7V8H9V7L7 7Z" fill="%23303030"/></svg>');
}

.calc-section.hide .calc-hider {
    transform: rotate(180deg);
}

.calc-row {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.calc-section.hide .calc-row {
    opacity: 0;
}

.calc-section.hide .calc-hider {
    opacity: 1 !important;
    /* Ensure hider remains visible */
}

.calc-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 30px;
    gap: 100px;

    border: 2px solid #0C52C0;
    border-radius: 6px;
}

.calc-footer__full-price {
    display: flex;
    flex-direction: row;
    flex: 0 0 calc(50% - 50px);
    justify-content: space-between;
}

.calc-footer__full-title,
.calc-footer__full-summ {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.calc-footer__download {
    display: flex;
    flex-direction: row;
    flex: 0 0 calc(50% - 50px);
    gap: 30px;
    justify-content: center;
}

.calc-footer__download-button {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    cursor: pointer;
}

@media (max-width: 767px) {
    .calculator2-wrapper .calc-row--with-sublabel {
        padding-bottom: 30px;
    }

    .calculator2-wrapper {
        padding: 20px 10px;
        overflow-x: hidden;
    }

    .calculator2-wrapper .calc-row {
        gap: 10px;
    }

    .calculator2-wrapper .calc-input-wrapper {
        flex: 0 0 100%;
        justify-content: end;
    }

    .calculator2-wrapper .calc-label {
        margin-right: auto;
    }

    .calculator2-wrapper .calc-radio-wrapper {
        flex: 0 0 48%;
    }

    .calc-footer__full-price {
        flex: 0 0 100%;
    }

    .calc-footer {
        position: relative;
        margin-bottom: 88px;
    }

    .calc-footer__download {
        position: absolute;
        bottom: -38px;
        left: 0;
        right: 0;
    }

    .select2-container {
        width: 100% !important;
    }

    .select2-container--open .location-dropdown {
        width: calc(100% + 2px) !important;
    }
}

.language-switcher {
    list-style: none;
    padding: 0;
    float: right;
    margin: 20px 0px 10px 10px;
}

.language-switcher li {
    display: inline;
    margin-right: 10px;
}

.language-switcher li a {
    text-decoration: none;
    color: #333;
}

.language-switcher li a.active {
    font-weight: bold;
    color: #000;
}

/* Стилі для повідомлення про коригування року митних платежів */
.calc-customs-notice {
    width: 100%;
    margin-top: 8px;
}

.calc-customs-notice span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    margin: 0;
}
