@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Roman.otf");
}

:root {
    --fs-modal-title: 1.75rem;
    /* 28px */
    --fs-modal-txt: 1.375rem;
    /* 22px */
    --fs-modal-options: 1.125rem;
    /* 18px */
    --fs-modal-btn: 1.437rem;
    /* 23px */
    --fs-modal-btn-two: 1.25rem;
    /* 20px */

    --ff-opensans: "Open Sans", sans-serif;
    --ff-avenir: "Avenir";

    --clr-white: #fff;
    --clr-lightblue: #4adede;
    --clr-blue: #0072ff;
    --clr-blue2: #1aa7ec;
    --clr-darkblue: #020b56;
    --clr-darkgray: #77869e;

    --shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    --shadow2: 0 3px 6px 2px rgba(0, 0, 0, 0.16);
    --no-shadow: 0 0 0 0 rgba(0, 0, 0, 0);

    --perc: 0;
}


.modal-backdrop {
    opacity: 0.5;
}

.modal_txt {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.modal_content {
    max-width: 44rem;
    width: 100%;
    border-radius: 1.625rem;
    -webkit-border-radius: 1.625rem;
    -moz-border-radius: 1.625rem;
    -ms-border-radius: 1.625rem;
    -o-border-radius: 1.625rem;
    position: relative;
    padding: 3.3125rem 4.8625rem 2.4375rem 6.5625rem;
    box-shadow: var(--shadow);
}

.modal_header {
    border-bottom: transparent;
    padding: 0;
}

.modal_footer {
    border-top: transparent;
}

.close.modal_close {
    position: absolute;
    left: -14px;
    top: 0;
    width: 3.51rem;
    height: 3.51rem;
    background-color: var(--clr-white) !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: var(--shadow) !important;
    opacity: 1;
    padding: 0 !important;
}

.modal_close-x {
    width: 0;
}

.modal_close-x::before,
.modal_close-x::after {
    content: "";
    width: 2.63rem;
    height: 0.47rem;
    background-color: var(--clr-lightblue);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    left: 7px;
    top: 46%;
}

.modal_close-x::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.modal_close-x::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.close.modal_close:hover {
    opacity: 1 !important;
}

.modal_title {
    font-family: var(--ff-opensans);
    font-size: var(--fs-modal-title);
    line-height: 1.07;
    color: var(--clr-darkblue);
    padding-left: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.modal_body {
    padding: 0 !important;
    margin-top: 1.375rem;
}

.modal_txt-desc {
    font-family: var(--ff-opensans);
    font-size: var(--fs-modal-txt);
    line-height: 1.36;
    color: var(--clr-darkblue);
    padding-left: 0.94rem;
}

.modal_common-btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: var(--ff-opensans);
    font-size: var(--fs-modal-btn-two);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    box-shadow: var(--shadow) !important;
    width: 12.625rem;
    border: none;
}

.modal_one-btn {
    background-color: var(--clr-lightblue);
    color: var(--clr-white);
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal_one-btn:hover,
.modal_one-btn:active {
    color: var(--clr-white);
}

.modal_two-btn {
    display: flex;
    justify-content: space-evenly;
}

.btn_num-one {
    background-color: var(--clr-white);
    color: var(--clr-lightblue);
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.btn_num-two {
    background-color: var(--clr-lightblue);
    color: var(--clr-white);
    padding-top: 10px;
    padding-bottom: 10px;
}


.btn_num-one:hover,
.btn_num-one:active {
    color: var(--clr-lightblue);
}

.btn_num-two:hover,
.btn_num-two:active {
    color: var(--clr-white);
}

.modal_one-btn:hover,
.btn_num-one:hover,
.btn_num-two:hover {
    filter: brightness(0.96);
    -webkit-filter: brightness(0.96);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.modal.fade {
    background: rgba(37, 36, 36, 0.8);
    /* background-color: rgba(82, 82, 85, 0.6); */
}

.modal-backdrop.fade {
    opacity: 0;
}

/* ************************** 
 * Name: under_construction 
 * Location: marketplace/reports
 * ************************* */

.print_options {
    height: 5.56rem;
    row-gap: 10px;
}

.print_label>input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1.86rem;
    height: 1.86rem;
    border: 1px solid var(--clr-darkgray);
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.print_label>input[type="checkbox"]:checked {
    border: 3px solid var(--clr-lightblue);
    background: radial-gradient(var(--clr-lightblue) 50%,
            rgba(255, 0, 0, 0) 25%);
}

.print_label>input[type="checkbox"]:focus {
    outline: 0;
    box-shadow: var(--no-shadow);
}

.print_label-txt {
    font-family: var(--ff-opensans);
    font-size: var(--fs-modal-options);
    line-height: 1.33;
    letter-spacing: 0.38px;
    color: var(--clr-darkgray);
    margin-left: 10px;
}

.print_btn-download {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 4.06rem;
    margin-top: 4.7rem;
    padding: 0;
    position: relative;
}

.print_btn-download:focus {
    outline: 0;
    box-shadow: var(--no-shadow);
}

.print_progress {
    height: 100%;
    width: 100%;
    box-shadow: var(--shadow);
    border: solid 2px var(--clr-lightblue);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.print_progress.color-front {
    background-color: var(--clr-white);
    clip-path: inset(0 0 0 var(--perc));
    -webkit-clip-path: inset(0 0 0 var(--perc));
    position: absolute;
}

.print_progress.color-back {
    background-color: var(--clr-lightblue);
}

.print_btn-download-txt {
    font-family: var(--ff-avenir);
    font-size: var(--fs-modal-btn);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.58px;
    text-align: center;
    width: 100%;
    margin: auto;
}

.txt-color-front {
    color: var(--clr-blue);
}

.txt-color-back {
    color: var(--clr-white);
}

/* ************************** 
 * Name: unauth_modal
 * Location: modal_showing_errors
 * ************************* */
.txt-color {
    color: var(--clr-lightblue);
}

/* ************************** 
 * Name: not_event_user_modal
 * Location: car_events_module
 * ************************* */

.btn_cancel {
    background-color: var(--clr-blue2);
    color: var(--clr-white);
}

.btn_contact {
    border: solid 2px var(--clr-blue2);
}

.btn_contact>a {
    color: var(--clr-blue2);
}

.btn_cancel:hover {
    color: var(--clr-white);
}

/* ************************** 
 * Name: inventory_search_results_append (Upgrade Ad to premium)
 * Location: dashboards/company/inventory_search_results_append
 * ************************* */

/* ************************** 
 * Name: coming_soon-two
 * Location: modal_showing_errors
 * ************************* */
.text_effect {
    font-size: var(--fs-modal-title);
    font-family: var(--ff-opensans);
    color: var(--clr-darkblue);
    text-shadow: 2px 3px var(--clr-blue2);
    text-transform: uppercase;
    font-weight: bold;
}

/* ************************** 
 * Name: product_restricted_auth
 * Location: modal_showing_errors
 * ************************* */

.userType_alert>a {
    color: var(--clr-lightblue);
}

/* ************************** 
 * Name: maintenanceDocConfirmation
 * Location: car_tokenization_module/maintenance-add-record
 * ************************* */

/* ************************** 
 * Name: serial_link_modal and serial_unlink_modal
 * Location: serial_link_modal
 * ************************* */

/* ************************** 
 * Name: add_url_modal and edit_url_modal
 * Location: dynamic_url_modal
 * ************************* */

/* ************************** 
 * Name: empty_input
 * Location: edit_forms/manual_form_edits/manual-edit-vehicle-lover
 * ************************* */

/* ************************** 
 * Name: cancelSubscriptionModal
 * Location: cancelSubscriptionModal
 * ************************* */

/* ************************** 
 * Name: subscribe-modal 
 * Location: marketplace/reports
 * ************************* */

.subscribe-modal-content {
    background-image: url('../img/home-kickstarter/subscribe-img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    max-height: 37.125rem;
    max-width: 48rem;
    width: 100%;
    padding: 2.4375rem 4.8625rem 3.5rem 2.9375rem;
    border-radius: 1.625rem;
    -webkit-border-radius: 1.625rem;
    -moz-border-radius: 1.625rem;
    -ms-border-radius: 1.625rem;
    -o-border-radius: 1.625rem;
    position: relative;
    box-shadow: var(--shadow);
}

.subscribe-modal-wrapper {
    display: grid;
    grid-template-columns: 25rem auto;
    grid-auto-rows: auto;
}

.subscribe-modal-description {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.subscribe-modal-inside {
    max-width: 20.75rem;
}

.subscribe-modal-title {
    color: #1E2F97;
    text-transform: inherit;
    line-height: 2.25rem;
    margin-bottom: 2.375rem;
}

.subscribe-modal-text {
    padding-left: 0;
    font-size: 1.0625rem;
    color: #5F5F5F;
}

.subscribe-modal-text p strong {
    color: #1E2F97;
    font-weight: 700;
}

.subscribe-modal-input {
    margin-top: 2rem;
}


.subscribe-modal-email {
    appearance: none;

    width: 100%;
    background: #E4E2E2;
    border: 2px solid #1AA7EC;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #1AA7EC;
    padding: 13px 40px;

    margin-top: 0;
    margin-bottom: 1em;

}

.subscribe-modal-email::placeholder {
    color: #1E2F97;
    opacity: 1;
}

.subscribe-modal-email:placeholder-shown {
    border: 1px solid #E4E2E2;
}


/* ?----------  CHECKBOX*/
.privacy-policy-modal-label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;

    color: #787C85;
    cursor: pointer;
    /* !--------- */

    display: block;
    position: relative;
    padding: 0 55px;
    user-select: none;
    margin-bottom: 1.875rem;
    width: fit-content;
}

.privacy-policy-modal-label input {
    position: absolute;
    display: none;
    cursor: pointer;
}

.privacy-policy-modal-label a {
    color: #1AA7EC;
}

.privacy-policy-modal-label a:hover {
    color: #1AA7EC;
    text-decoration: underline 1px #1AA7EC;
}

.privacy-policy-modal-label a:active {
    color: #007bff;
}

.check-circle-modal {
    position: absolute;
    left: 20px;
    top: 0;

    height: 16px;
    width: 16px;
    background-color: #FFFFFF;
    border: 3px solid #1AA7EC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.privacy-policy-modal-label input:hover+.check-circle-modal {
    background-color: #f3f2f2;
}

.privacy-policy-modal-label input:checked+.check-circle-modal {
    background-color: #FFFFFF;
}

.check-circle-modal::after {
    content: '';
    position: absolute;
    display: none;
    top: 1px;
    left: 1px;
}

.privacy-policy-modal-label input:checked+.check-circle-modal::after {
    display: block;
}

.privacy-policy-modal-label .check-circle-modal::after {

    width: 8px;
    height: 8px;

    background: #1AA7EC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* ?---------- */

.subscribe-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-btn-subscribe {
    min-width: 257px;
    padding: 11px 17px 9px 19px;

    background: #4ADEDE;
    border: 1px solid #4ADEDE;

    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;


    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;

    color: #1E2F97;
}

.subscribe-btn-subscribe:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    background: #4ADEDE;
}

.subscribe-btn-subscribe:disabled {
    background: #787C85;
    border: 1px solid #4ADEDE;
}

.subscribe-btn-subscribe:disabled:hover {
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    background: #787C85;
}

/* ************************** 
 * Name: coming-soon_subscribe 
 * Location: car_tokenization_module
 * ************************* */

.btn-newsletter {
    width: inherit;
    padding-left: 25px;
    padding-right: 25px;
}

/* ************************** 
 * Name: temp-url-modal 
 * Location: car_tokenization_module
 * ************************* */

.temp-url-radio__label {
    margin-left: 10px;
    color: #b8b8ba;
}

.temp-url-radio__label input[type="radio"] {
    width: 28px;
    height: 28px;
    background-color: #f9f8fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #77869e;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.temp-url-radio__label input[type="radio"]:checked {
    border: 0.25rem solid #4adede;
    background: radial-gradient(#4adede 52%, rgba(255, 0, 0, 0) 40%);
}

.url-radio-div {
    margin-top: 1rem;
}

.temp-btn:hover,
.temp-btn:focus {
    text-decoration: none;
}

#temp-redirect__span {
    word-break: break-word;
    font-family: var(--ff-openSans);
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #4adede;
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 10px;
}


.copy-btn.modal_common-btn.modal_one-btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: var(--ff-opensans);
    font-size: var(--fs-modal-btn-two);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    box-shadow: var(--shadow) !important;
    width: 12.625rem;
    height: auto;
    border: none;

    background-color: var(--clr-lightblue);
    color: var(--clr-white);
    padding-top: 15px;
    padding-bottom: 15px;
}

.copy-btn.modal_common-btn.modal_one-btn:hover,
.copy-btn.modal_common-btn.modal_one-btn:focus {
    text-decoration: none;
}


/* ************************** 
 * Name: car-tokenization-transfer-modal
 * Location: car_tokenization_module
 * ************************* */
.form_my_class {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* !!!!! */
.transfer_email {
    width: 27.7813em;
    height: 2.8125em;
    font-family: var(--ff-sfcompact) !important;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: var(--clr-input);
    border: none;
    outline: none;
    padding-bottom: 5px;

    background: linear-gradient(90deg, var(--clr-details), var(--clr-details)) center bottom/0 2px no-repeat,
        linear-gradient(90deg, var(--bg-btn-grey), var(--bg-btn-grey)) left bottom/100% 2px no-repeat;
    transition: background-size 0.3s ease;
    -webkit-transition: background-size 0.3s ease;
    -moz-transition: background-size 0.3s ease;
    -ms-transition: background-size 0.3s ease;
    -o-transition: background-size 0.3s ease;

}

.placeholder {
    color: var(--clr-txt-grey);
    font-size: 1.125rem;
    font-family: var(--ff-dmsans) !important;
    position: absolute;
    left: 0;
    top: calc(50% + 0.9375rem);
    transform: translateY(-50%);
    transition: top 0.3s ease, font-size 0.3s ease;
    -webkit-transition: top 0.3s ease, font-size 0.3s ease;
    -moz-transition: top 0.3s ease, font-size 0.3s ease;
    -ms-transition: top 0.3s ease, font-size 0.3s ease;
    -o-transition: top 0.3s ease, font-size 0.3s ease;
}

.transfer_email.focusOn+.placeholder,
.transfer_email:focus+.placeholder {
    top: 10px;
    font-size: 1rem;
}

.transfer_email:focus,
.transfer_email:hover,
.transfer_email:active {
    box-shadow: none;
    border: 0px;
    border-bottom: solid 1px var(--bg-btn-grey);
    outline: 0px;
}

.transfer_email.focusOn,
.transfer_email:focus {
    background-size: 100% 3px, 100% 2px;
}

input:-webkit-autofill.transfer_email {
    border-bottom: solid 3px var(--clr-details) !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255) inset !important;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255) inset !important;
    -webkit-text-fill-color: var(--clr-input) !important;
}


.custom-input {
    position: relative;
    font-size: 1.125rem;
    margin-bottom: 5px;
    padding-top: 1.25rem
}

.submit_transfer:disabled {
    background-color: var(--bg-btn-grey);
    cursor: not-allowed;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    filter: inherit;
    -webkit-filter: inherit;
}

/* ************************** 
 * Name: modal_delete_account
 * Location: auth
 * ************************* */

.btn-delete {
    background-color: #1AB7F2;

}

/* ************************** 
 * Name: car_tokenization_record-modal
 * Location: car_tokenization_module.car_tokenization_record-modal
 * ************************* */

/* ************************** 
 * Name: select_operator
 * Location: emission_dashboard
 * ************************* */

/* * PROGRESS BAR * */

.div_progress {
    position: relative;
}

.content-box {
    position: absolute;
    top: -395px;
    /* margin: auto; */
    width: 698px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

    padding: 10px;
}

.progressbar-content {
    max-width: 852px;
    max-height: 99px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
}

.circle_body {
    display: inline-block;
    background: #D9D9D9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0.3125rem;
    z-index: 1;
}

.content_one,
.content_two,
.content_three {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 0.5em;
}

.content_one {
    grid-area: 1 / 1 / 3 / 2;
    cursor: pointer;
}

.content_two {
    grid-area: 1 / 3 / 3 / 4;
    cursor: pointer;
}

.content_three {
    grid-area: 1 / 5/ 3 / 6;
    cursor: pointer;
}

.circle_inside {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #CCCCCC;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.bar_one,
.bar_two {
    display: inline-block;
    position: absolute;
    width: 15.8em;
    height: 2px;
    top: 12px;
    border: 3px solid #CCCCCC;
    margin-left: -5px;
    margin-right: -5px;
    z-index: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.bar_one {
    left: 82px;
}

.bar_two {
    right: 82px;
}

.sub_title {
    word-wrap: normal;
    width: 6.25em;
    font-family: 'Open Sans';
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19.07px;
    text-align: center;
}


.sub_title_bar {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: center;
}

/* * Done * */
.circle_body.active {
    display: inline-block;
    background: #fff;
    padding: 1px;
    border: 4px solid #4cdede;
}

.circle_inside.active {
    display: inline-block;
    background: #4cdede;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #4cdede;
}

.bar_two.active,
.bar_one.active {
    border: 3px solid #4cdede;
}

/* * OPERATORS * */
.operators_container {
    display: flex;
    width: 550px;
    gap: 0.3em;
    flex-direction: row;
    flex-wrap: wrap;
}

.operator_item {
    display: grid;
    object-fit: contain;
    grid-template-columns: 1.7em auto;
}

.img_operator img {
    object-fit: contain;
    width: 15.125rem;
    height: 3.875rem;
}

.img_operator.cch img,
.img_operator.geo img {
    object-fit: cover;
}

.operator_item input[type="radio"] {
    width: 25px;
    height: 25px;
    background-color: #f9f8fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #77869e;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin: auto;
}

.operator_item input[type="radio"]:checked {
    border: 0.25rem solid var(--clr-lightblue);
    background: radial-gradient(var(--clr-lightblue) 35%, rgba(255, 0, 0, 0) 40%);
}




.visibility-container {
    position: absolute;
    right: 5em;
    /* top: 0.9em; */
    bottom: 4em;
    display: block;
}

.check-container {
    cursor: pointer;
    appearance: none;
}

.visibility {
    display: none;
}


.visibility+.icon-eye::before {
    content: url("../img/login-register/invisible.svg");
    width: 33.8px;
    height: 28.1px;
    position: absolute;
    bottom: 0.9em;
}

.visibility:checked+.icon-eye::before {
    content: url("../img/login-register/visible.svg");
    width: 33.8px;
    height: 24px;
}

.form-control:disabled {
    background: white;
}

.form-item {
    position: relative;
    margin: 15px 0px;
}

.form-item input {
    box-shadow: none;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    border-radius: 44px;
    height: 50px;
    display: block;
    background: white;
    border: solid 1px #ededed;
    transition: all 0.3s ease;
    padding: 0 25px;
    color: #020B56 !important;
    font-weight: normal;
    width: 100%;
}

.form-control:focus {
    box-shadow: none;
    background: transparent;
}

.form-item input[type="text"] {
    font-size: 14px;
}

.form-item input:focus {
    border-color: #1aa7ec;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 14px;
    left: 20px;
    font-size: 14px;
    background: transparent;
    /*color: #1aa7ec;*/
    color: gray;
    font-weight: normal;
    transition: all 0.3s ease;
    line-height: 1.38;
}

.form-item label:hover {
    color: #1aa7ec;
    cursor: pointer;
}

.form-item input:focus+label {
    color: #1aa7ec;
}

.form-item input:valid {
    border: 1px solid #1aa7ec;
}


.form-item input:focus+label,
.form-item input:valid+label {
    font-size: 11px;
    top: -10px;
    color: #1aa7ec;
    background: #f9f8fd;
    cursor: none;
}


/* ************************** 
 * Name: carbon_credit_order
 * Location: emission_dashboard
 * ************************* */