.os-theme-dark > .os-scrollbar-vertical {
    padding: 0 !important;
    width: 6px !important;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background-color: #e0e0e0 !important;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    background-color: #fafafa !important;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 0 !important;
}



/* TOM Select */
.ts-control {
    -webkit-appearance: none;
    -webkit-align-items: baseline;
    align-items: center;
    border: 1px solid #d0d2d9;
    border-radius: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-width: 250px;
    outline: none !important;
}
.ts-wrapper.single .ts-control {
    font-size: 13px;
    font-weight: 400;
}
.animatedLabelsForm .ts-wrapper.single .ts-control {
    border: 1px solid #d0d2d9;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}
.animatedLabelsForm .ts-wrapper.single .ts-control .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    height: 54px;
    padding: 18px 20px;
}
.animatedLabelsForm .ts-wrapper.single .ts-control .item {
    padding: 25px 19px 10px;
}
.animatedLabelsForm .ts-wrapper.single .ts-control .item .ts-selectPlaceholderLabel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #68696c;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 18px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    transition-delay: 0.2s;
    padding: 5px 0;
    transform: translateY(-18px);
}




/* Auth */
.authPage {
    float: left;
    position: relative;
    width: 100%;
}
.authBackgroundImage {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.authBackgroundOverlay {
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.authMainWrapper {
    float: left;
    position: relative;
    width: 100%;
    z-index: 3;
}
.authContainer {
    float: left;
    position: relative;
    width: 100%;
}
.authMainContainer {
    background-color: #fff;
    float: left;
    max-width: 800px;
    position: relative;
    width: 100%;
}
.authBody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 100%;
}
.authFormContainer {
    float: left;
    position: relative;
    width: 100%;
}
.authFormTitle {
    float: left;
    position: relative;
    width: 100%;
}
.authFormText {
    float: left;
    font-size: 14px;
    position: relative;
    width: 100%;
}
.authForm {
    float: left;
    font-size: 14px;
    position: relative;
    width: 100%;
}
.authInfoContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    max-width: 600px;
    padding: 0 0 0 100px;
    position: relative;
    width: 50%;
}
.authInfoTitle {
    color: #fff;
    float: left;
    font-size: clamp(20px,calc(20px + (35 - 20)*((100vw - 320px)/(2000 - 320))),35px);
    font-weight: 700;
    position: relative;
    width: 100%;
}
.authInfoTextWrapper {
    float: left;
    position: relative;
    width: 100%;
}
.authInfoTextContainer {
    float: left;
    position: relative;
    width: 100%;
}
.authInfoTextWrapper {
    color: #fff;
    float: left;
    position: relative;
    width: 100%;
}
.authInfoIcon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 4px 0 0;
    padding: 0 20px 0 0;
    position: relative;
    width: 50px;
}
.doubleContentSliderMainButton {
    float: left;
    position: relative;
    width: 100%;
}
.doubleContentSliderMainButton a {
    font-size: 18px;
    font-weight: 700;
}
.authInfoText {
    float: left;
    position: relative;
    width: calc(100% - 50px);
}
.authInfoText .subtitle {
    float: left;
    font-size: clamp(20px,calc(20px + (24 - 20)*((100vw - 320px)/(2000 - 320))),24px);
    font-weight: 700;
    position: relative;
    width: 100%;
}
.authInfoText .text {
    float: left;
    font-size: clamp(16px,calc(16px + (18 - 16)*((100vw - 320px)/(2000 - 320))),18px);
    position: relative;
    width: 100%;
}

.socialButton {
    -webkit-appearance: none;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f7f7f7;
    background-image: none !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    float: left;
    font-size: 18px;
    font-weight: 400;
    min-height: clamp(45px,calc(45px + (60 - 45)*((100vw - 320px)/(2000 - 320))),60px);
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 210px;
    outline: none !important;
    padding: 10px clamp(20px,calc(20px + (30 - 20)*((100vw - 320px)/(2000 - 320))),30px);
    position: relative;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.socialButton:hover {
    background-color: #f2f2f2;
}
.socialButton .icon {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 30px;
}
.socialButton .label {
    float: left;
    position: relative;
}


/* Tables */
.generalTextMain table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
.generalTextMain tbody tr td {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
}

@media (max-width: 980px) {
    .authMainContainer {
        max-width: 650px;
        width: 100%;
    }
    .authInfoContainer {
        max-width: 650px;
        padding: clamp(60px,calc(60px + (100 - 60)*((100vw - 320px)/(2000 - 320))),100px) 0 0;
        width: 100%;
    }
}
@media (max-width: 680px) {
    /*/* Fix for tables */
    .generalTextMain table:before {
        content: "Scroll horizontally to view the whole table";
        height: 14px;
        width: 100%;
        display: block;
        font-size: 10px;
        margin-top: -30px;
        margin-bottom: 10px;
    }
    .generalTextMain table {
        width: 680px!important;
        display: block!important;
        padding: 30px 0 20px 0;
        overflow:scroll;
    }
    .generalTextMain table tbody,
    .generalTextMain table thead,
    .generalTextMain table tfoot {
        width: 540px!important;
        display: table;
    }
}
@media (max-width: 580px) {
    .goToTopButton {
        height: 50px;
        width: 50px;
    }
    .socialButton {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .socialButton {
        font-size: 14px;
    }
}