:root {
    --font-regular: 'Inter-regular';
    --font-medium: 'Inter-medium';
    --font-semibold: 'Inter-semibold';
    --font-bold: 'Inter-bold';
    --blue-color: #3475E0;
    --gray-color: #757575;
    --red-color: #FA0F0F;
    --lightgray-color: #EAEAEA;
    --transition: all 0.3s ease;
    --hover-color: #4c4c4c;
}

@font-face {
    font-family: 'Inter-regular';
    font-display: swap;
    src: url(/fonts/Inter-regular.eot);
    src: url(/fonts/Inter-regular.eot?#iefix) format("embedded-opentype"), url(../c/fonts/Inter-regular.woff) format("woff"), url(../c/fonts/Inter-regular.ttf) format("truetype"), url(../c/fonts/Inter-regular.svg?#webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Inter-medium';
    font-display: swap;
    src: url(/fonts/Inter-medium.eot);
    src: url(/fonts/Inter-medium.eot?#iefix) format("embedded-opentype"), url(../c/fonts/Inter-medium.woff) format("woff"), url(../c/fonts/Inter-medium.ttf) format("truetype"), url(../c/fonts/Inter-medium.svg?#webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Inter-semibold';
    font-display: swap;
    src: url(/fonts/Inter-semibold.eot);
    src: url(/fonts/Inter-semibold.eot?#iefix) format("embedded-opentype"), url(../c/fonts/Inter-semibold.woff) format("woff"), url(../c/fonts/Inter-semibold.ttf) format("truetype"), url(../c/fonts/Inter-semibold.svg?#webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Inter-bold';
    font-display: swap;
    src: url(/fonts/Inter-bold.eot);
    src: url(/fonts/Inter-bold.eot?#iefix) format("embedded-opentype"), url(../c/fonts/Inter-bold.woff) format("woff"), url(../c/fonts/Inter-bold.ttf) format("truetype"), url(../c/fonts/Inter-bold.svg?#webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: normal;
    font-family: var(--font-medium);
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

    blockquote:after,
    blockquote:before {
        content: '';
        content: none
    }

    q:after,
    q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

*,
:after,
:before {
    box-sizing: border-box
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

select::-ms-expand {
    display: none
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    background-color: transparent
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: 0
}

table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}



input,
select,
textarea {
    outline: 0
}

input {
    -webkit-appearance: none;
}

a::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0
}

a:active,
a:focus,
button:active,
button:focus {
    outline: 0
}

#smartbanner {
    position: fixed !important;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.white-bg {
    background-color: #fff;
}



.main-wrapper {
    padding: 30px 0;
}

.brands-logo {
    margin: 0 auto 10px;
    text-align: center;
}

    .brands-logo img {
        max-width: 120px;
    }

.tab-title {
    font-size: 18px;
    font-family: var(--font-bold);
    color: var(--gray-color);
    padding-left: 14px;
    line-height: 36px;
    position: relative;
    margin-bottom: 20px;
}

    .tab-title:before {
        content: "";
        position: absolute;
        left: 0;
        border-radius: 0px 4px 0px 0px;
        background: var(--blue-color);
        width: 7px;
        height: 100%;
    }

.membership-block {
    background: #FDFDFD;
    border: 1px solid var(--lightgray-color);
    padding: 20px 15px 40px;
    margin-bottom: 20px;
    /* margin-left: calc(-0.5 * var(--bs-gutter-x)); */
    /* margin-right: calc(-0.5 * var(--bs-gutter-x)); */
    border-radius: 8px;
}

.tabs-component input[type=radio] {
    display: none !important;
}

.tabs-component [type=radio]:checked + label.tab,
.tabs-component [type=radio]:not(:checked) + label.tab {
    padding-left: 0;
}

.tabs-component label.tab {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px !important;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-bold);
    color: var(--gray-color);
    width: 50%;
    border-bottom: 0.5px solid #757575;
}

    .tabs-component label.tab:after,
    .tabs-component label.tab:before {
        display: none;
    }


.tabs-component input[type=radio]:checked + label.tab {
    border-bottom: 3px solid var(--blue-color);
    margin: 0;
    color: var(--blue-color);
}

.tabs-component .tab-body {
    display: none;
}


#tab-login:checked ~ .tab-body-component #login-block,
#tab-register:checked ~ .tab-body-component #register-block {
    display: block;
}

/* ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°lk tab grubu */


#tab-personal:not(:checked) ~ .tab-body-component #register-block,
#tab-corporate:not(:checked) ~ .tab-body-component #login-block {
    display: none;
}

#tab-personal:checked ~ .tab-body-component #login-block,
#tab-corporate:checked ~ .tab-body-component #register-block {
    display: block;
}

.tab-container {
    max-width: 416px;
    margin: auto;
    /* text-align: center; */
    height: 100%;
}

.form-title {
    font-size: 14px;
    font-family: var(--font-bold);
    color: #4C4C4C;
    line-height: 22px;
    display: block;
    padding-left: 7px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}

select.form-control {
    background: #F6F6F6;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ABABAB;
    background: var(--bs-white);
    height: 56px;
    padding-left: 24px;
    font-size: 16px;
    font-family: var(--font-medium);
    color: #000;
    width: 100%;
    transition: var(--transition);
    background-position: right calc(0.375em + 0.1875rem) center;
}

textarea.form-control {
    height: 130px;
    padding: 10px;
}

.form-control.form-control::-ms-input-placeholder {
    /* Edge 12-18 */
    font-size: 16px;
    font-family: var(--font-regular);
    color: #ABABAB;
}

.form-control::placeholder {
    font-size: 16px;
    font-family: var(--font-regular);
    color: #ABABAB;
}

.form-control:focus {
    border: 1px solid #000;
}

.form-item {
    margin-bottom: 20px;
    position: relative;
}

.password-showhide {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 8px));
    transform: translateY(calc(-50% - 8px));
    cursor: pointer;
}

.password-block.only-pass .password-showhide {
    transform: translateY(-50%);
}

.was-validated .password-showhide {
    right: 40px;
    display: none;
}

.password-showhide:after {
    content: "";
    background: url('../i/visible.svg') 0 0 no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
    opacity: .7;
}

.password-showhide.hide:after {
    background-image: url('../i/invisible.svg');
}

.password-block {
    position: relative;
}

#inputPassword {
    padding-right: 70px;
}

.check-block {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #4c4c4c;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 5px;
}

input[type=checkbox] {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    cursor: pointer;
}

    input[type=checkbox] + label {
        margin-left: 8px;
        cursor: pointer;
        user-select: none;
        font-size: 10px;
        font-family: var(--font-bold);
        color: #3E5D25;
    }

    input[type=checkbox]:focus {
        border-color: #ACACB8;
        color: #2E3236;
    }

input[type='checkbox']:checked {
    position: relative;
}

    input[type='checkbox']:checked:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        background: #3475e0 url(../i/tick-icon.svg) center no-repeat;
        background-size: 100%;
    }

.form-other-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.note-block {
    padding-right: 5px;
}

.note-item {
    font-size: 13px;
    font-family: var(--font-medium);
    color: var(--blue-color);
    margin-bottom: 10px;
    display: inline-block;
    transition: var(--transition);
}

    .note-item + .note-item {
        margin-left: 5px;
    }

    .note-item:hover {
        color: var(--hover-color);
    }

.form-submit {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: var(--blue-color);
    border-radius: 24px;
    color: var(--bs-white);
    font-size: 14px;
    font-family: var(--font-semibold);
    transition: var(--transition);
    cursor: pointer;
}

    .form-submit:hover {
        background: #0e0e0e;
    }

    .form-submit.type-02:not(:hover) {
        background: var(--red-color);
    }

.tabs-component {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-body-component {
    width: 100%;
    margin-top: 20px;
}

.social-media-list li a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: var(--transition);
    flex-shrink: 0;
}

.social-media-list.flex-column {
    margin-right: 0;
    width: 100%;
}

.g-profil-info {
    color: var(--hover-color);
}

.g-profil-name {
    font-size: 13px;
}

.g-profil-mail {
    display: block;
    font-size: 10px;
}

.social-media-list.flex-column li {
    width: 100%;
}

.ms-3.login-success {
    width: 100%;
}

.success-bar {
    width: 100%;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 20px;
    border-radius: 10px;
    color: #4AAC3A;
    border: 1px solid #4AAC3A;
    margin-bottom: 30px;
}

.social-media-list li .g-exit {
    border: 1px solid var(--hover-color) !important;
    width: 61px;
    font-size: 10px;
    white-space: nowrap;
    height: 24px;
    color: var(--hover-color);
}

    .social-media-list li .g-exit:hover {
        background: var(--hover-color);
        color: var(--bs-white);
        top: 0;
    }

.social-media-list.flex-column li .ms-3 {
    font-size: 13px;
}

.social-media-list,
.social-media-accounts {
    display: flex;
    align-items: center;
}

.social-media-accounts {
    flex-wrap: wrap;
    padding-top: 20px;
    margin-top: 40px;
    justify-content: center;
    border-top: 0.5px solid #ABABAB;
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 20px;
}

.media-title {
    font-size: 14px;
    font-family: var(--font-medium);
    color: var(--gray-color);
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.social-media-list .apple a {
    background: #000;
}

.social-media-list .facebook a {
    background: #3B5999;
}

.social-media-list .google a {
    border: 2px solid #587dbd;
}

.social-media-list {
    gap: 10px;
    margin-right: 10px;
}

    .social-media-list li a:hover {
        top: -2px;
    }

.qr-code {
    margin-bottom: 15px;
}

.qr-title {
    font-size: 22px;
    font-family: var(--font-bold);
    margin-bottom: 15px;
    line-height: 1;
}

.qr-form {
    color: var(--gray-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background: var(--bs-white);
    padding: 20px;
    align-items: center;
}

.qr-desc {
    font-size: 12px;
    line-height: normal;
    font-family: var(--font-regular);
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.brands-title {
    margin-bottom: 40px;
    text-align: center;
    font-family: var(--font-medium);
    color: #000;
    font-size: 12px;
    display: none;
}

    .brands-title strong {
        font-family: var(--font-bold);
    }

input[type=file] {
    display: none;
}

label[for="addPic"] {
    width: 72px;
    height: 72px;
    display: flex;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.file-block {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--font-medium);
    color: #757575;
    margin-bottom: 25px;
}

.file-title {
    display: inline-block;
    margin-left: 15px;
}

.email-block {
    position: relative;
}

.mail-icon {
    position: absolute;
    left: 1px;
    width: 34px;
    height: 54px;
    background: #EAEAEA;
    border-radius: 8px 0 0 8px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.email-block input {
    padding-left: 44px;
}

.line-break {
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex: 1% 0 0;
    gap: 10px;
    padding: 0 10px;
}

.note {
    font-size: 13px;
    color: #949494;
    padding: 0 10px;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.needs-validation .line-break > span {
    width: 100%;
    display: block;
    height: 6px;
    border-radius: 8px;
    background: #D6D6D6;
}

.was-validated :invalid ~ .line-break > span.low {
    background: #FF2E00;
}

.was-validated :invalid ~ .line-break > span.middle {
    background: #FF7A00;
}

.was-validated :invalid ~ .line-break > span.near {
    background: #FDD032;
}

.was-validated :invalid ~ .line-break > span.pass {
    background: #04B701;
}

.alert-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    display: flex;
}

.form-item-desc {
    position: relative;
}

.alert.note-item {
    color: var(--red-color);
    display: block;
    margin: 5px 0 0 !important;
    padding-left: 5px;
}

.error-input {
    border: 1px solid var(--red-color) !important;
}

    .error-input + .mail-icon svg path {
        fill: var(--red-color);
    }

.info {
    margin-bottom: 20px;
    color: #ABABAB;
    font-size: 16px;
    font-family: var(--font-medium);
}

strong,
b {
    font-family: var(--font-bold);
}

.info-block.d-block.active .info-desc {
    display: block !important;
    position: absolute;
    right: 0;
    width: 210px;
    text-align: right;
    padding: 30px 10px 10px 10px;
    background: var(--bs-white);
    border-radius: 8px;
    box-shadow: 1px 1px 10px #d7d2d2;
    top: 0;
    z-index: 999;
}

.info-block {
    position: relative;
}

    .info-block.active .info-icon {
        z-index: 9999999;
        position: relative;
        right: 5px;
        top: 5px;
        background: url(../i/close.svg) no-repeat;
    }

.info-icon {
    display: flex;
    background: url(../i/info.svg) no-repeat;
    width: 22px;
    height: 22px;
}

.file-title .info-block.active .info-icon {
    z-index: unset!important;
}

.basic-page {
    font-size: 15px;
    line-height: 24px;
    color: #757575;
    font-family: var(--font-regular);
    max-height: 619px;
    overflow-y: auto;
    max-width: 809px;
    margin: auto;
    padding-right: 20px;
}

    .basic-page h1,
    .basic-page h2,
    .basic-page h3,
    .basic-page h4,
    .basic-page h5,
    .basic-page h6 {
        font-family: var(--font-bold);
        font-size: 17px;
        margin-bottom: 20px;
    }

    .basic-page p {
        margin-bottom: 20px;
    }

.back-btn {
    width: 51px;
    height: 33px;
    border-radius: 6px;
    background: #F2F2F2;
    padding-left: 10px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    position: absolute;
    left: 20px;
    top: 40px;
}

    .back-btn:hover {
        background: var(--hover-color);
    }

        .back-btn:hover svg path {
            fill: var(--bs-white);
        }

.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: inherit;
    font-size: 24px !important;
    font-family: var(--font-bold) !important;
    margin-bottom: 20px !important;
    color: #000;
}

/* width */
.basic-page::-webkit-scrollbar {
    width: 8px;
}

.membership-block.type-02 .form-valid {
    max-width: 416px;
    margin: auto;
}

    .membership-block.type-02 .form-valid .note-item {
        color: #4C4C4C;
        text-align: center;
        font-size: 18px;
        font-family: var(--font-regular);
        line-height: 24px;
        padding: 0;
    }

        .membership-block.type-02 .form-valid .note-item a {
            font-family: var(--font-medium);
        }

/* Track */
.basic-page::-webkit-scrollbar-track {
    border: 1px solid #D6D6D6;
    border-radius: 8px;
}

.modal-content.basic-page::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.basic-page::-webkit-scrollbar-thumb {
    background: #B9B9B9;
    border-radius: 8px;
}

    /* Handle on hover */
    .basic-page::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.modal-form {
    max-width: 856px;
    margin: 40px auto 0px;
    padding-top: 15px;
    border-top: 0.5px solid #ABABAB;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    display: none;
    color: var(--red-color) !important;
    padding-left: 5px;
    margin-top: 5px !important;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='22' height='22' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: 32px;
}

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545;
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-select.is-invalid:focus,
    .was-validated .form-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
    }

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

    .form-check-input.is-invalid:checked,
    .was-validated .form-check-input:invalid:checked {
        background-color: #dc3545
    }

    .form-check-input.is-invalid:focus,
    .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
    }

    .form-check-input.is-invalid ~ .form-check-label,
    .was-validated .form-check-input:invalid ~ .form-check-label {
        color: #dc3545
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 3
}


.modal {
    z-index: 1072;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    /* background: var(--bs-white); */
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.show {
        opacity: 1;
    }

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal .form-submit {
    max-width: 416px;
    margin: 30px auto 0;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.show {
    display: block;
    z-index: 999;
}


.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 12px;
    outline: 0;
    padding: 60px 20px;
}

body.modal-open:before {
    content: "";
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 99;
}

.modal-close {
    width: 36px;
    height: 36px;
    background: #757575;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    align-self: flex-end;
    min-height: 36px;
    right: 10px;
    top: 10px;
    transition: var(--transition);
}

    .modal-close:hover {
        background: var(--blue-color);
    }

body.modal-open {
    overflow: hidden;
}

.box-item {
    width: 46px;
    height: 56px;
    border: 1px solid #ABABAB;
    border-radius: 8px;
    transition: var(--transition);
    padding: 0 5px;
    font-size: 15px;
    font-family: var(--font-bold);
    text-align: center;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.box-block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.box-item:focus {
    border-color: #000;
}

.date {
    font-size: 14px;
    font-family: var(--font-bold);
    color: var(--red-color);
    line-height: 18px;
    gap: 10px;
    margin-bottom: 40px;
}

.form-submit.light-button:not(:hover) {
    background: #d6d6d6;
}

.tab-title.pass-title:before {
    background: #319F43;
}

.tab-title.error-title:before {
    background: var(--red-color);
}

.sidebar {
    border-radius: 8px 0px 0px 8px;
    position: sticky;
    top: 20px;
    padding: 10px 0;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
}

    .sidebar ul li a {
        display: flex;
        align-items: center;
        padding: 10px 6px;
        font-size: 12px;
        color: #757575;
        font-family: var(--font-medium);
        transition: all 0.3s ease;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        background: #F6F6F6;
        border-radius: 8px;
        max-width: 100%;
        line-height: 15px;
    }

    .sidebar .icon {
        display: flex;
        height: 52px;
        align-items: center;
        justify-content: center;
        width: 52px;
        border-radius: 100%;
        background: #D6D6D6;
        flex-shrink: 0;
        margin-bottom: 10px;
    }


    .sidebar ul li.active a .icon {
        background: #4AAC3A;
    }

    .sidebar ul li.active-exit:hover a .icon {
        background: #f00;
    }

    .sidebar ul li.active a {
        font-family: var(--font-bold);
    }

    .sidebar ul li:last-child {
        border: 0;
    }

    .sidebar ul li a:hover {
        background: #e5e5e5;
    }

.social-media-accounts.type-02 {
    padding-top: 0;
    margin-top: 200px;
    border: 0;
    width: 100%;
    height: 100%;
    align-content: flex-start;
    position: relative;
}

.sidebar ul {
    display: flex;
    gap: 10px;
    max-width: 406px;
    width: 100%;
    flex-wrap: wrap;
}

    .sidebar ul li {
        flex: 1 0 0%;
    }

.progress {
    height: 3px !important;
}

.magazine .img {
    border-radius: 8px;
    background: var(--bs-white);
    border: 1px solid #ABABAB;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.magazine .title {
    font-size: 22px;
    font-family: var(--font-bold);
    margin-bottom: 10px;
    line-height: normal;
}

.magazine {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22px;
    font-family: var(--font-regular);
}

.monthly-block .tabs-component.type-02 {
    border-radius: 8px;
    background: var(--bs-white);
    border: 1px solid #ABABAB;
    padding: 20px;
    color: #4C4C4C;
    font-size: 14px;
    gap: 10px;
    position: relative;
    font-family: var(--font-medium);
}

.price {
    font-size: 24px;
    font-family: var(--font-bold);
    color: var(--blue-color);
    position: relative;
    display: flex;
    align-items: center;
}

.monthly-block .tabs-component.type-02 label strong {
    font-size: 16px;
}

.choosen {
    position: absolute;
    right: 10px;
    top: -14px;
    background: var(--blue-color);
    border-radius: 42px;
    color: var(--bs-white);
    padding: 4px 12px;
    font-size: 12px;
}


.price:after {
    content: "";
    position: relative;
    background: url(../i/tl-icon.svg) no-repeat;
    width: 14px;
    height: 19px;
    flex-shrink: 0;
    background-size: 95%;
    display: block;
    margin-left: 5px;
}

.monthly-block .tabs-component.type-02 {
    margin-bottom: 30px;
}

.monthly-block {
    color: #757575;
    font-family: var(--font-bold);
    margin-top: 30px;
}

.form-group {
    margin-bottom: 10px;
}

.show-pass {
    position: absolute;
    top: 5%;
    right: 8%;
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.tabs-component.type-02 label.tab {
    color: #4C4C4C;
    font-size: 16px;
    width: auto;
    padding: 0 !important;
    border: 0;
    font-family: var(--font-medium);
}

.tabs-component.type-02 input[type=radio]:checked + label.tab {
    border: 0;
    color: #4C4C4C;
    font-family: var(--font-bold);
}

.tabs-component.type-02 {
    justify-content: flex-start;
    max-width: 416px;
    margin: auto;
}

    .tabs-component.type-02 input[type=radio] {
        background-color: transparent;
        border: 2px solid #757575;
        border-radius: 100%;
        cursor: pointer;
        font: inherit;
        height: 16px;
        outline: none;
        width: 16px;
        -moz-appearance: none;
        -webkit-appearance: none;
        display: block !important;
        margin: 0;
        background: none;
        margin-top: 3px;
        margin-right: 8px;
        flex-shrink: 0;
    }

        .tabs-component.type-02 input[type=radio]:checked {
            background-color: #3475E0;
            box-shadow: inset 0px 0 0 0.1875em #fff;
            -webkit-transition: background 0.15s, box-shadow 0.1s;
            transition: background 0.15s, box-shadow 0.1s;
            border-color: #3475E0;
        }

.monthly-block .tabs-component.type-02 label {
    font-family: var(--font-medium) !important;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap: 10px;
}


.tabs-component.type-02 #tab-corporate {
    margin-left: 20px !important;
}

.tick-area {
    max-width: 416px;
    margin: auto;
    flex-wrap: wrap;
}

    .tick-area input[type=radio] {
        display: block !important;
        width: 24px;
        height: 24px;
        background: url(../i/tick-01.svg) no-repeat;
        margin: 0 10px 15px 0 !important;
    }

        .tick-area input[type=radio]:checked {
            background: url(../i/tick-02.svg) no-repeat;
        }

    .tick-area label {
        color: #979797;
        font-size: 14px;
        font-family: var(--font-medium);
        cursor: pointer;
        margin-bottom: 15px;
    }

label.tab[for=tab-fatura],
label.tab[for=tab-fatura2] {
    margin-right: 20px !important;
}

.tick-area input[type=radio]:checked + label {
    color: #000;
}

.adress-item {
    padding: 15px 22px 0;
    border: 1px solid #C2C2C2;
    border-radius: 8px;
    max-width: 400px;
    font-size: 14px;
    color: #4C4C4C;
}

.adress-block .tick-block {
    margin: 0 -22px;
    border-top: 1px solid #C2C2C2;
    padding-top: 10px;
}

    .adress-block .tick-block .tick-area {
        max-width: 100%;
        justify-content: start;
        width: 100%;
        padding: 0 10px;
    }

        .adress-block .tick-block .tick-area input,
        .adress-block .tick-block .tick-area label {
            margin-bottom: 10px !important;
        }

.adress {
    margin-bottom: 27px;
}

.adress-item .title {
    font-family: var(--font-bold);
}

.adress-item > .d-flex {
    margin-bottom: 30px;
}

.adress-block {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    justify-content: space-around;
    gap: 30px;
}

.text-center {
    text-align: center;
}

.price-detail-iframe-main {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 20px;
}

    .price-detail-iframe-main > * {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.tabs-component.type-02 .tab-body-component {
    margin-top: 25px;
}

.security-title {
    font-size: 24px;
    font-family: var(--font-bold);
    color: #9f9f9f;
    margin-bottom: 20px;
}

    .security-title.type-02 {
        color: #319F43;
    }

.security-alert {
    font-family: var(--font-semibold);
    font-size: 18px;
}

.security-item {
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    padding: 18px 15px 30px 15px;
    position: relative;
    background: #E4E4E4;
}

.device-name {
    font-size: 10px;
    font-family: var(--font-semibold);
}

.device-up {
    margin: -18px -15px 0;
    padding: 18px 15px 15px;
    background: #FDFDFD;
    border-radius: 6px;
    overflow: hidden;
}

.device-exit:hover {
    background: #000;
    color: var(--bs-white);
}

.switch-block.active {
    background: #B4E5BC;
}

    .switch-block.active .security svg path {
        fill: #319f43;
    }

.chrome-icon {
    width: 14px;
    height: 14px;
    background: url(../i/chrome-icon.svg) no-repeat;
    background-size: 100%;
}

.device-icon {
    margin-right: 8px;
    display: inline-block;
    flex-shrink: 0;
}

.device-type {
    display: flex;
    align-items: center;
}

.device-exit {
    width: 71px;
    height: 22px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 8px;
    color: #000;
    font-family: var(--font-bold);
    border-radius: 3px;
    border: 1px solid #000;
    transition: var(--transition);
    text-align: center;
}

.device-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    flex-wrap: wrap;
    gap: 10px;
}

.device-list ul li {
    font-size: 11px;
    color: #6C757D;
    line-height: 13px;
}

    .device-list ul li.first {
        color: #000;
    }

    .device-list ul li .icon {
        margin-right: 8px;
        display: flex;
        flex-shrink: 0;
    }

    .device-list ul li + li {
        margin-top: 15px;
    }

.device-list {
}

.switch-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 30px;
}

.security {
    display: flex;
    margin-left: auto;
}


.switch-block input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch-block label {
    cursor: pointer;
    text-indent: -9999px;
    width: 30px;
    height: 18px;
    background: #adadad;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-left: 0 !important;
    line-height: 18px;
}

    .switch-block label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

.switch-block input:checked + label {
    background: #319F43;
    text-indent: 36px;
}

    .switch-block input:checked + label:after {
        left: calc(100% - 2px);
        transform: translateX(-100%);
    }

.switch-block label:active:after {
    width: 14px;
}


@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog {
        max-width: 922px;
        margin: 1.75rem auto;
    }
}

@media (min-width:768px) {
    .tabs-component label.tab {
        width: 208px;
    }

    .tabs-component label.tab {
        font-size: 22px;
    }

    .membership-block {
        padding: 30px 50px;
        margin-left: 0;
        margin-right: 0;
        min-height: 500px;
    }

    .tab-title {
        font-size: 22px;
        line-height: 40px;
    }

    .note-item + .note-item {
        margin-left: 14px;
    }

    .note-item,
    .check-block {
        margin-bottom: 20px;
        width: auto;
    }

    .brands-title {
        font-size: 16px;
        color: #ABABAB;
    }

    .brands-logo img {
        max-width: inherit;
    }


    .page-title {
        position: relative;
    }

    .back-btn {
        top: 0;
        left: 0;
    }

    .modal-content {
        padding: 60px 50px;
    }

    .form-other-block {
        justify-content: space-between;
    }

    .brands-title {
        display: block;
    }

    .w-auto {
        width: auto !important
    }

    .monthly-block {
        padding-left: 30px;
        border-left: 1px solid #EAEAEA;
    }

    .adress-block .tick-block .tick-area {
        justify-content: center;
    }
}

@media (min-width:1200px) {

    .sidebar {
        background: #F6F6F6;
        justify-content: start;
        width: auto;
        margin-right: calc(-1 * var(--bs-gutter-x));
        margin-top: 60px;
        padding: 10px 20px;
    }

        .sidebar ul li a {
            text-align: left;
            border-radius: 0;
            flex-direction: row;
            text-transform: uppercase;
            padding: 10px 20px;
            font-size: 16px;
            max-width: 100%;
            width: 100%;
            justify-content: start;
            line-height: normal;
        }

        .sidebar .icon {
            margin-bottom: 0;
            margin-right: 10px;
            width: 62px;
            height: 62px;
        }

        .sidebar ul li {
            border-bottom: 1px solid #e9e9e9;
            width: 100%;
            flex: auto;
        }

    .social-media-accounts.type-02 .media-title {
        text-align: center;
        width: 80%;
        border-bottom: 0.5px solid #ABABAB;
        display: flex;
        justify-content: center;
    }

    .sidebar ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 0;
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
    }

    .social-media-accounts.type-02:before {
        content: "";
        position: absolute;
        left: -7px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #EAEAEA;
        height: calc(100% - 200px);
    }
}

@media (min-width:1400px) {
    .social-media-accounts.type-02:before {
        left: -40px;
    }

    .device-list ul li {
        font-size: 13px;
    }
}

@media (max-width:1199px) {
    .social-media-accounts.type-02 {
        margin-top: 30px;
        border-left: 0;
    }
}

@media (max-width:767px) {
    .modal .basic-page {
        max-height: 330px;
    }
}

@media (max-width:360px) {
    .sidebar ul {
        gap: 7px;
    }
}

@media (max-width:320px) {
    .form-submit {
        font-size: 11px;
    }
}
