:root {
    --global-color: #003936;
    --signup-max-width: 468px;
}


/* * {
  outline: 1px solid red !important;
} */


/* :focus {
  text-decoration: underline;
} */

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    user-select: none;
    min-width: 330px;
}

:focus {
    outline: thin dotted;
}

:focus {
    border-color: #000;
}


/* desktop-version */

@media only screen and (min-width: 730px) {
    .login-container {
        margin: 0 auto;
        background-color: #FFFFFF;
        box-shadow: 0px 2px 8px rgba(128, 128, 128, 0.25);
        padding: 25px;
        text-align: left;
        min-width: 400px;
        border-radius: 3px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .signup-data-view {
        padding: 40px 24px;
        min-height: 100vh;
        flex-grow: 100;
    }
    .signup-container {
        padding: 32px;
    }
    .spa-container {
        margin: 5px;
        display: none;
    }
    .column-left>* {
        margin-right: 10px;
    }
    .column-right>* {
        margin-left: 10px;
    }
    .mobile-version {
        display: none !important;
    }
    .account-types {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .signup-account-types {
        padding: 0px 20px 0 30px;
    }
    .account-type {
        display: flex;
        width: 300px;
        height: 670px;
        justify-content: center;
        margin: 22px 24px;
    }
    .account-type-content {
        width: 330px;
        height: 460px;
        padding: 20px;
    }
    .account-type-column {
        height: 670px !important;
    }
    .half-ondesk {
        width: 50%;
    }
}


/* mobile-version */

@media only screen and (max-width: 730px) {
    .login-container {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #FFFFFF;
        padding: 50px 25px 25px 25px;
        text-align: left;
        min-width: 330px;
    }
    .signup-data-view {
        padding: 40px 24px;
        min-height: 100vh;
        flex-grow: 100;
    }
    .signup-container {
        padding: 16px;
    }
    .spa-container {
        margin: 0px;
        display: none;
    }
    .desktop-version {
        display: none !important;
    }
    .row>* {
        display: block !important;
        width: 100% !important;
        margin-right: 0;
    }
    .row .flex-grow {
        margin-right: 0;
        margin-top: 20px;
    }
    .mobile-version-block {
        display: block !important;
        width: 100%;
    }
    .mobile-version-margin-top {
        margin-top: 10px !important;
    }
    .account-types {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .signup-account-types {
        padding: 0px 10px 0 10px;
    }
    .account-type {
        display: flex;
        width: 300px;
        height: fit-content;
        justify-content: center;
        margin: 10px;
    }
    .account-type-content {
        width: 290px;
        height: fit-content;
        padding: 10px;
    }
    .img-upload {
        justify-content: space-between;
    }
    .popup-view {
        display: flex;
        align-items: flex-end !important;
        justify-content: center;
    }
    .center-popup {
        width: 100% !important;
        padding-bottom: 20px !important;
    }
}

html,
body,
#main_view {
    margin: 0;
    height: 100%;
}

.fixed-bottom {
    border-top: 3px solid #F5F5F5;
    flex-grow: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}

.fixed-bottom .transparent-button {
    margin: 0px;
    padding-left: 0px;
}

.fixed-bottom .transparent-button:hover {
    background-color: transparent;
}

#signup_previous_step {
    font-size: 16px;
    font-weight: bold;
}

#signup_previous_step i {
    color: #78909C;
}

#signup_next_step {
    margin: 0px;
    min-width: 90px;
}

.recovery-container {
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(128, 128, 128, 0.25);
    padding: 25px;
    text-align: left;
    width: 330px;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.signup-container {
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signup-main-view {
    width: 100%;
    max-width: var(--signup-max-width);
    background-color: white;
    box-shadow: 0px 2px 8px rgba(128, 128, 128, 0.25);
}

.signup-account-types {
    min-width: fit-content;
    height: fit-content;
    background-color: #F5F5F5;
}

.account-type-content {
    position: absolute;
    margin-top: 130px;
    border-radius: 7px;
    background-color: #E8EBED;
    z-index: 10;
}

.account-type-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    background-color: white;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 10px 10px -5px;
}

.account-type-column .yellow-text {
    width: 120px;
    height: 35px;
    position: absolute;
    text-align: center;
    padding-top: 5px;
    font-weight: bolder;
    border-radius: 0 0 10px 10px;
    z-index: 5;
}

.account-type-column .yellow-image {
    width: 120px;
    height: 35px;
    align-self: center;
}

.account-type-column .description {
    display: flex;
    flex-direction: row;
}

.account-type-column .price {
    margin: 0;
    padding: 20px 5px 20px 20px;
    min-width: 100px;
}

.account-type-column .info-text {
    margin: 0;
    padding: 20px 10px 20px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
}

.account-type-content>span {
    display: flex;
    flex-direction: row;
    padding: 15px 10px 15px 10px;
    align-items: center;
    font-size: 13px;
}

.account-type-content i {
    margin-right: 10px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    color: white;
    background: var(--global-color);
}

.center-popup {
    position: absolute;
    background-color: white;
    margin: auto;
    padding: 24px;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.popup-view {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: rgb(113, 125, 144, .95);
    overflow: auto;
    z-index: 10;
}

.popup-view h2 {
    font-size: 20px;
    margin: 0 0 16px 0;
}

.popup-close {
    position: absolute;
    right: 24px;
    top: 28px;
    cursor: pointer;
    font-size: 30px;
    color: #546E7A;
}

.popup-view form {
    min-width: 250px;
}

.popup-view textarea {
    height: 95px;
    resize: none;
    -webkit-box-shadow: inset 0 0 1px grey;
    -moz-box-shadow: inset 0 0 1px grey;
    box-shadow: inset 0 0 1px grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: .875rem;
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    width: 100%;
    padding: 0.6rem 0.7rem 0.5rem 0.7rem;
}

.popup-view label,
.popup-view span {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: normal;
}

.popup-view #submit {
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    background-color: #FFBC00;
    color: #fff;
    border: 1px solid #FFCB00;
    padding: 10px 0;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}


/*  Account not found Popup CSS here ***** */

#account_notfound_popup {
    display: flex;
    flex-direction: column;
    width: 373px;
}

#account_notfound_popup h3 {
    margin: 0;
    padding: 20px;
}

#account_notfound_popup h5 {
    text-align: center;
    margin-left: 20px;
    margin-top: 0px;
}

#account_notfound_popup .middle {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

#account_notfound_popup .middle span {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

#account_notfound_popup .middle svg {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 16px;
}


/* ***** */

.align-bottom {
    display: inline-block;
    align-self: flex-end;
    width: 100%
}

.step-view {
    display: none;
}

.step-view h2 {
    margin: 12px 0 40px 0;
}

.step-view span,
.step-view label {
    font-size: 14px;
}

.input-border {
    -webkit-box-shadow: inset 0 0 1px grey;
    -moz-box-shadow: inset 0 0 1px grey;
    box-shadow: inset 0 0 1px grey;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

input:not(.value-input):not([type='radio']):not([type='checkbox']) {
    -webkit-box-shadow: inset 0 0 1px grey;
    -moz-box-shadow: inset 0 0 1px grey;
    box-shadow: inset 0 0 1px grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 10px 16px 8px 16px;
}


/* input::-webkit-calendar-picker-indicator {
  display: none;
} */

textarea {
    resize: none;
}

input[type="checkbox"] {
    color: #21344C;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 10px 0 0;
}

input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0;
    border: none;
    box-shadow: none;
    width: 18px;
    height: 18px;
    color: var(--global-color);
}

input[type="password"] {
    padding: 0.6rem 2.5rem 0.5rem 0.7rem;
}

input[type="submit"] {
    border: none;
    color: #EAEBEC;
    background-color: var(--global-color);
    font-size: 1rem;
    padding: .5rem 1rem;
    cursor: pointer;
}

input[type="submit"]:disabled {
    cursor: default;
}

input[type="submit"].loading {
    background: url(../graphics/spinner_loading.gif) no-repeat center center;
    color: rgba(255, 255, 255, 0);
}

input[type="submit"].success {
    background-color: green;
}

input[type="submit"].error {
    background-color: red;
}

input:disabled {
    background-color: #B0BEC5;
}

#input[type=file] {
    background-color: #F00 !important;
}

.input-box {
    align-content: center;
    align-items: center;
}

.input-box input:not(.padding-left) {
    padding-right: 30px;
}

.input-box .mini-icon {
    position: relative;
    left: -25px;
    width: 0;
    margin: 0;
}

.input-box .left-icon {
    position: relative;
    right: -10px;
    width: 0;
}

label {
    display: inline-block;
    margin-bottom: 10px;
}

.full-width {
    width: 100%;
}

#login_container {
    width: 373px;
    padding: 32px 24px 24px 24px;
}

#recovery_container {
    width: 373px;
    padding: 32px 24px 24px 24px;
}

#login_container h3 {
    margin: 0 0 24px 0;
    font-size: 20px;
    font-weight: bold;
}

#recovery_container h3 {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: bold;
}

.login-img {
    width: 129;
    height: 32px;
    margin-bottom: 24px;
}

.forgot-password {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

#togglePassword {
    color: #78909C;
    cursor: pointer;
}
#toggleConfirmPassword {
    color: #78909C;
    cursor: pointer;
}
.remember-me {
    margin: 0;
    color: var(--global-color);
}

.signup-link {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.signup-link>span {
    color: var(--global-color);
    margin-right: 3px;
}

.signup-link a {
    color: #78909C;
}

#loginButton {
    margin: 32px 0 20px 0;
}

.login-body label {
    color: #5A5A5A;
    font-size: .875rem;
}

label[for=rememberMe] {
    color: #556376;
}

#send_recovery_email {
    margin: 24px 0 20px 0;
}

.paragraph {
    display: inline-block;
    color: black;
    font-size: 14px;
    margin-bottom: 24px;
}

h4 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

h5,
h3 {
    margin-bottom: 1rem;
    font-weight: 700;
}

a {
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.transparent-button {
    min-width: 90px;
    display: flex;
    height: 35px;
    border: none;
    border-radius: 3px;
    color: black;
    background-color: transparent;
    font-size: 1rem;
    padding: .5rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    align-items: center;
}

.transparent-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.select-button,
.apply-button {
    background-color: var(--global-color);
    border: none;
    width: 100%;
    min-width: 90px;
    color: white;
    padding: 10px 18px;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}

.cancel_button {
    color: var(--global-color);
    background-color: white;
    border: 1px solid var(--global-color);
    border-radius: 3px;
    text-align: center;
    font-size: 1rem;
    padding: .5rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.select-button:hover {
    background-color: black;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.tabs-views>*:not(:first-child) {
    display: none;
}

.tabs-views.column {
    overflow: auto;
    height: 500px;
}

.flex-grow {
    flex-grow: 100;
}

.no-margin {
    margin: 0 !important;
}

.padding {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-left {
    padding-left: 35px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.margin-10 {
    margin: 10px !important;
}

.margin {
    margin: 20px;
}

.margin-5 {
    margin: 5px !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-16 {
    margin-right: 16px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-top {
    margin-top: 20px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.margin-bottom {
    margin-bottom: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.inline-block {
    display: inline-block;
    align-items: center;
}

.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.space-evenly {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.block {
    display: block;
    align-items: center;
}

.small-text {
    font-size: 13px;
    font-weight: normal;
}

.medium-text {
    font-size: 14px;
    font-weight: normal;
}

.big-text {
    font-size: 16px;
    font-weight: bold;
}

.grey-text {
    color: #78909C;
    font-weight: normal;
}

.global-color-text {
    color: var(--global-color);
    font-weight: normal;
}

.plan-card {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f5f5f5;
}

.plan-card.active {
    color: #fafafa;
    background-color: #172b44;
}

.plan-card p {
    margin-top: 0;
    color: #3A3A3A;
    font-size: 12px;
}

.plan-card.active p {
    color: #fafafa;
}

.plan-card .all-features {
    display: none;
}

.plan-card .all-features .feature {
    display: flex;
    margin-top: 10px;
    font-size: 12px;
}

.plan-card .all-features .feature i {
    margin-right: 10px;
}

.plan-card .view-features {
    font-size: 14px;
}

.plan-card .hide-features {
    font-size: 14px;
}

.plan-card .view-features:hover,
.plan-card .hide-features:hover {
    cursor: pointer;
}

.radio-buttons-row {
    margin-bottom: 20px;
    margin-top: 30px;
    white-space: nowrap;
}

.radio-buttons-row h4 {
    margin-bottom: 10px;
}

.radio-buttons-row>div {
    display: flex;
    flex-wrap: wrap;
}

.radio-buttons-row label {
    display: flex;
    font-size: 13px;
    margin-top: 10px;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.radio-buttons-row label input {
    margin-right: 10px;
}

.drop-arrow-icon {
    margin-left: 5px;
    font-size: 11px;
}

.upload_title {
    display: flex;
    position: absolute;
    align-items: center;
}

.info-icon {
    display: inline-block;
    background-color: #e2e2e2;
    font-size: 9px;
    margin-left: 12px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.info-icon:before {
    display: inline-block;
    vertical-align: sub;
    text-align: center;
    align-self: center;
    margin-top: 4px;
}

.image-holder {
    display: flex;
    position: relative;
    width: 202px;
    height: 144px;
    justify-content: center;
    border-color: grey;
    border-width: 1px;
    border-style: dashed;
    cursor: pointer;
    margin-top: 27px;
}

#bank_name {
    display: flex;
    align-items: center;
    background-color: #FFF8ED;
    padding: 13px 18px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}

.img-upload {
    display: flex;
    flex-wrap: wrap;
}

.img-upload>div {
    overflow: hidden;
}

.img-upload span {
    display: flex;
    align-items: center;
    font-size: 14px;
    vertical-align: middle;
}

.img-upload .change-img {
    position: absolute;
    font-size: 20px;
    padding: 10px;
    color: white;
    top: 0;
    right: 0;
    cursor: pointer;
}

.img-upload input {
    display: none;
}

.img-upload img {
    display: block;
    margin: auto;
}

.img-upload img.filled {
    margin: 0;
    width: 100%;
    height: 100%;
}

textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
}

.mini-icon {
    margin-right: 10px;
    font-size: 14px;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: flex;
    align-items: center;
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: left;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    font-weight: normal;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 200px;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -103px;
    /* Use half of the width to center the tooltip */
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover .tooltiptext:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 51.5%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.tooltip:hover .tooltiptext:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 51%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}


/* Tooltip text left */

.tooltip .tooltiptext-left {
    visibility: hidden;
    background-color: white;
    color: black;
    text-align: left;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    font-weight: normal;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 200px;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -150px;
    /* Use half of the width to center the tooltip */
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext-left {
    visibility: visible;
}

.tooltip:hover .tooltiptext-left:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 75%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.tooltip:hover .tooltiptext-left:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 74.5%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.tabs-buttons {
    display: flex;
    justify-content: space-evenly;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.tabs-buttons>* {
    width: 100%;
}

.tab-button {
    display: inline-flex;
    justify-content: center;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: var(--global-color);
    padding: 9px;
    font-weight: normal;
    text-align: center;
    align-items: center;
}

.tab-button.active {
    background-color: var(--global-color);
    color: white;
}

.hr-line {
    border: 0;
    width: 100%;
    height: 1px;
    margin: 0;
    background: #d8d8d8;
}

.option-select {
    padding: 8px;
    font-size: 14px;
    width: 100%;
}

.option-select>option {
    padding: 8px;
    font-size: 17px;
    width: 100%;
}

.divider {
    margin-left: 16px;
    border-top: 1px solid #B0BEC5;
    height: 1px;
}

.allow-refill-switch {
    margin-left: 20px;
}


/* Rounded switch */

input.toggle-round {
    display: none;
}

input.toggle-round:disabled+label {
    background-color: #B0BEC5;
}

input.toggle-round+label {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1px;
    width: 38px;
    height: 20px;
    background-color: #ddd;
    border-radius: 50px;
    border: 1px solid #ccc;
}

input.toggle-round+label:after {
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 2px 3px #888;
    transition: margin 0.5s;
}

input.toggle-round:checked+label {
    background-color: var(--global-color);
}

input.toggle-round:checked+label:after {
    margin-left: 18px;
}


/* DropDown container show elements when clicked when click */

.dropdown-container {
    height: fit-content;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 3px;
    margin-top: 24px;
}

.dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 14px 20px;
}

.dropdown-header>* {
    padding: 6px 6px 6px 0px;
}

.dropdown-header-icon {
    padding: 6px;
    cursor: pointer;
}

.dropdown-contents {
    margin: 3px;
}

.checkbox-header {
    display: flex;
    align-items: center;
    margin: 33px 0px;
}

.dropdown-view {
    background-color: white;
    padding: 20px 17px 10px 17px;
}

.dropdown-view>*:first-child {
    margin-top: 0px;
}

.address-view>label {
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 20px 17px;
    margin-top: 3px;
}

.address-view>label>div {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}

.address-view>label>div span:first-child {
    margin-bottom: 6px;
}

.simple-number {
    -moz-appearance: textfield;
}

.simple-number::-webkit-outer-spin-button,
.simple-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*  Custom Select DropDown CSS here ***** */

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    border: 1px solid #B0BEC5;
    box-sizing: border-box;
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b;
    height: 33px;
    line-height: 33px;
    background: #ffffff;
    cursor: pointer;
}

.custom-options {
    position: absolute;
    display: block;
    top: 103%;
    left: -1px;
    right: -1px;
    border: 1px solid #b6b6b6;
    border-top: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 10px 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b;
    line-height: 35px;
    cursor: pointer;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.custom-option.selected {
    color: #ffffff;
    background-color: var(--global-color);
}

.custom-option.custom-option-button {
    background-color: #F5F5F5;
    font-weight: bold;
    color: var(--global-color);
    border-top: 1px solid #b6b6b6;
}

.arrow {
    position: relative;
    height: 7px;
    width: 7px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.07rem;
    height: 100%;
}

.arrow::before {
    left: -2.3px;
    transform: rotate(-45deg);
    background-color: #394a6d;
}

.arrow::after {
    left: 2.3px;
    transform: rotate(45deg);
    background-color: #394a6d;
}

.open .arrow::before {
    left: -2.3px;
    transform: rotate(45deg);
}

.open .arrow::after {
    left: 2.3px;
    transform: rotate(-45deg);
}


/* ***** */