* {
    overflow-anchor: none !important;
    scroll-snap-stop: normal !important;
    overscroll-behavior: unset !important;
    scroll-behavior: unset !important;
}

.page_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.ui-widget.ui-widget-content {
    border: 0;
    background: #ffffff;
    color: #333333;
    padding: 15px;
    border-radius: 8px !important;
}

.ui-widget-header {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 15px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: var(--var-medium-gray-color) !important;
    font-family: "Inter", SFProDisplay, "Helvetica Neue", sans-serif;
    font-weight: 600;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent !important;
    border: 0;
    color: var(--var-medium-gray-color) !important;
    font-family: "Inter", SFProDisplay, "Helvetica Neue", sans-serif;
    font-weight: 600;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: var(--var-dark-gray-color) !important;
    font-family: "Inter", SFProDisplay, "Helvetica Neue", sans-serif;
    font-weight: 600;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    content: ' ';
    height: 4px;
    display: block;
    margin-top: 35px;
    width: 100%;
    background-color: #000000;
}

.reviewTabs {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.dscroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dscroll::-webkit-scrollbar {
    display: none;
}

.account-card {
    /* max-width: 500px;
    width: 500px; */
    margin: 0 auto;
    margin-top: 10px;
}

.account-card input {
    font-size: 16px;
    width: 100% !important;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #2b4266 !important;
    padding: 12px 16px;
    outline: none;
    box-shadow: none !important;
    background-color: #1c2533;
    resize: no;
    transition: border-color 0.2s;
    color: #bebebe;
}

.form-control:focus
{
    background-color: #1e1f22;
}

.account-card input:focus {
    border-color: #689ab9 !important
}

.account-card input[readonly] {
    background-color: #e4e3e3;
}

.account-card .label {
    margin-left: 5px;
    margin-bottom: 4px;
    font-size: 14px;
}

.account-card .ac-box {
    padding: 0;
    background-color: transparent;
    border-radius: 8px;
    margin-top: 18px;
}

.account-card .ac-box .title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.17px;
    color: var(--var-dark-gray-color);
}

.account-card .ac-box .description {
    margin-top: 8px;
    margin-bottom: 28px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.28px;
    color: var(--var-dark-gray-color);
}

.btn-action {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 6px;
    position: relative;
    text-decoration: none;
    background-color: rgb(88 100 235);
    color: rgb(255 255 255);
    font-size: 15px !important;
    height: 42px;
    min-width: 160px;
    transition: background 0.1s ease 0s;
    width: 100%;
}

.btn-action:hover {
    background-color: #4853C0;
}

.ac-header {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.17px;
    color: var(--var-dark-gray-color);
    font-family: Inter,-apple-system,Helvetica Neue,sans-serif;
    font-weight: 600;
}

.ac-description {
    font-family: Inter,-apple-system,Helvetica Neue,sans-serif;
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.28px;
    background: rgb(88 100 235);
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

.ac-description-kvkk {
    font-family: Inter,-apple-system,Helvetica Neue,sans-serif;
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.28px;
    background: #5864eb;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
}

.account-card .info {
    font-family: Inter,-apple-system,Helvetica Neue,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -.24px;
    color: var(--var-dark-gray-color);
    display: flex;
    align-items: center;
}

.account-card .info i {
    margin-right: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.address-block, .billing-block {
    border-radius: 8px;
    box-shadow: #00000054 0px 0px 21px;
    background: #1e1f22;
}

.btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: 2px solid #111a25;
    text-align: center;
    background-color: #111a25;
    box-shadow: #d9d9d9 0px 4px 15px;
    line-height: 2.1;
    font-size: 14px;
    margin-left: 8px;
    color: #bebebe;
}

.btn-icon:hover {
    background-color: #2B2D31 !important;
    border-color: #2B2D31 !important;
    color: #bebebe;
}

.btn-new {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 6px;
    position: relative;
    text-decoration: none;
    background-color: rgb(47, 130, 251);
    color: rgb(255 255 255);
    font-size: 15px;
    height: 42px;
    min-width: 160px;
    transition: background 0.2s ease 0s;
}

.btn-new:hover {
    background-color: rgb(0, 96, 230);
}

.btn-new i {
    margin-right: 8px;
}

.default-address {
    line-height: 16px;
    color: #ffffff !important;
    border: 2px solid #afb5ff;
    box-shadow: #5965e754 0px 0px 10px;
    padding: 5px 15px;
    background: #5965e7;
}

.btn-action.default-address
{
    padding: 8px !important;
    font-size: 13px;
    height: 40px;
    line-height: 1.2;
    transition: all ease 0.2s;
    border: #D73B41;
    box-shadow: #00000045 0px 0px 10px;
    padding: 5px 15px;
    background: #D73B41;
    color: #fff !important;
}

.gsm-verify-box
{
    background-color: #1e1f22 !important;
}

.btn-action.default-address:hover {
    background: #af2e33;
}

.address-block .text-danger, .billing-block .text-danger {
    float: left;
    line-height: 3.5;
    margin-left: 10px;
}

.address-block .text-danger i, .billing-block .text-danger i {
    font-size: 17px;
    margin-right: 5px;
    vertical-align: middle;
}

.modal-body input, .modal-body select, .modal-body textarea {
    margin: 0;
    outline: 0;
    margin-top: 5px;
    font-size: 13px;
    width: 100% !important;
    min-height: 41px;
    border-radius: 8px;
    border: 2px solid #1e1f22 !important;
    padding: 10px 17px;
    outline: none;
    box-shadow: none !important;
    background-color: #fff;
    resize: no;
    transition: border-color 0.2s;
}

.modal-body input[type='checkbox'], .modal-body input[type='radio'] {
    width: auto !important;
    height: auto !important;
    margin: 5px;
    padding: 0;
    min-height: auto;
    margin-right: 5px;
    vertical-align: sub;
    transform: scale(1.2);
}

.modal-body label {
    margin-left: 5px;
}

.btn-cancel {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    background-color: rgb(199 41 41 / 16%);
    color: rgb(199 41 41);
    font-size: 16px;
    height: 48px;
    flex: 1 1;
}

.btn-cancel:hover {
    background-color: rgb(199 41 41 / 20%);
}

.btn-cancel i {
    margin-right: 8px;
}

.default-bi-address {
    line-height: 16px;
    color: #ffffff !important;
    border: 2px solid #afb5ff;
    box-shadow: #5965e754 0px 0px 10px;
    padding: 5px 15px;
    background: #5965e7;
}

.bg-button {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 8px;
    position: relative;
    text-decoration: none;
    background-color: var(--var-button-success-background);;
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: 46px;
    min-width: 184px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    margin: auto;
}

.bg-button:hover {
    background-color: var(--var-button-success-background-hover);
}

.bg-text-input {
    background-color: rgb(238, 238, 238) !important;
    border: 2px solid rgb(238, 238, 238) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    color: rgb(155, 155, 155) !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: -0.32px !important;
    line-height: 1.5 !important;
    outline: 0px !important;
    width: 100% !important;
    padding: 14px !important;
    box-shadow: unset !important;
    margin-right: 10px !important;
    transition: border-color 0.2s ease 0s !important;
}

.timer {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.timer .time-count {
    font-size: 24px;
    font-weight: 600;
    background: #17181a;
    padding: 8px 15px;
    border-radius: 8px;
    width: 58px;
    text-align: center;
}

.timer .time-sep
{
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    margin: 0 5px;
}

.api-input-area
{
    display: flex;
    justify-content: space-between;
}

.api-input-area .input
{
    width: 85%;
}

.btn-float
{
    width: 50px !important;
    padding: 0 !important;
    min-width: unset !important;
}

.btn-purple {
    background: #8b82ff;
    color: white;
    text-shadow: 0px 1px 3px black;
}

.btn-purple:hover {
    background: #776fdf;
}

.btn-action i {
    margin-right: 8px;
}

.btn-float i
{
    margin: 0 !important;
}

.claim-description {
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 50px;
    width: 100%;
    background-color: #f4f6fe;
    margin-top: 24px;
    margin-bottom: 8px;
}

.claim-description .left-border {
    background-color: #6c84fa;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 8px;
}

.claim-description .claim-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px 24px;
}

.claim-description .claim-container i {
    color: #6c84fa;
    font-size: 18px;
    margin-right: 10px;
    line-height: 1.5;
}

.claim-description .claim-container .claim-content {
    -ms-flex: 1;
    flex: 1;
}

.claim-description .claim-container .claim-content .claim-message {
    color: var(--var-dark-gray-color);
    font-size: 14px;
    letter-spacing: -.28px;
    line-height: 1.5;
}

.claim-description.success
{
    background-color: #dbfcda;
}

.claim-description.success .claim-container i
{
    color: #367123;
}

.claim-description.danger
{
    background-color: #fce6e6;
}

.claim-description.danger .claim-container i
{
    color: #712323;
}

.account-card .form-check
{
    padding-left: 5px;
    margin-top: 10px !important;
}

.qr-area input {
    max-width: 180px;
}

.qrcode img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 1rem 0;
    border-radius: 6px;
    padding: 6px;
    background: #fff;
}

.account-card input[type=checkbox], .account-card input[type=radio]
{
    width: 25px !important;
    height: 25px !important;
    padding: 5px !important;
    outline: 0 !important;
    float: none !important;
    margin: 0 !important;
}

.account-card input[type=checkbox] + label, .account-card input[type=radio] + label
{
    font-size: 14px;
    margin-top: 2px;
    margin-left: 3px;
    user-select: none;
    -webkit-user-drag: none;
    color: #c2c2c2;
}

.com-contact-form {
    max-width: 500px;
    margin: 1.5rem 0;
}

.check-list-wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 32px;
    margin: 1rem auto;
}

.check-list-wrapper .check-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-list-wrapper .check-option .form-switch {
    padding: 0;
    zoom: 2;
    margin-left: 2rem;
    display: flex;
    align-items: center;
    justify-content: end;
}

.check-list-wrapper .check-option:not(:first-child) {
    margin-top: 38px;
}

.check-list-wrapper .check-option .opt-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -.28px;
}

.check-list-wrapper .check-option .opt-description {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.28px;
    margin-top: 13px;
    margin-right: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .tab-navs {
        overflow: auto;
    }

    .ui-tabs .ui-tabs-nav {
        width: 260%;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 1em 0;
    }

    .account-card {
        width: 100%;
        max-width: 100%;
        padding-bottom: 50px;
    }

    .account-card .ac-box {
        padding: 16px;
    }
}


