*, *::before, *::after{
    box-sizing: border-box;
}

:root {
    --bs-app-bg-color: #f4f7fb !important;
    --bs-light: #f4f7fb !important;

    /*--general-color: #9660d9;*/
    --bs-symbol-label-bg: #3839528f;
    --general-color: #383952;
    --general-color-80: #3839528f;
    --bs-primary: var(--general-color) !important;
    --bs-progress-bar-bg: var(--general-color);
    --bs-text-primary: var(--general-color);
    --bs-primary-active: var(--general-color);
    --bs-btn-active-color: var(--general-color);
    --bs-primary-light: rgba(17, 59, 189, 0.1);
    --bs-link-color-rgb: var(--general-color) !important;
    --bs-link-hover-color-rgb: var(--general-color-80) !important;

    /*BTN*/

}

html { scroll-behavior: smooth; }

body{
    padding: 0;
    margin: 0;
    background-color: var(--bs-app-bg-color) ;
    font-family: 'Roboto', sans-serif;
    min-width: 375px;
}

/*GENERAL*/

section{
    padding: 50px 0;
}

.hide{
    display: none;
}

.encrypted-alert{
    display: flex;
}


.bg-tyllu {
    background-color: var(--general-color); !important;
}

.no-padding{
    padding: 0 !important;
}

/*SWIPER*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*OVERRIDE*/

.app-content {
    overflow-x: hidden;
}

/*SERVICE CARD*/

.purchase-button {
    border-radius: 30px;
}

.modal-form .label-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0;
}

.modal-form label input {
    display: none;
}

.modal-form label span {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    background: rgba(204, 204, 204, 0.15);
    transition: all .1s ease-in-out;
}

.modal-form input:checked + span {
    border: 2px solid var(--general-color);
    color: var(--general-color);
    font-weight: 500;
    background: #fff;
}

.modal-form input[type=text] {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 2px 8px 16px;
    transition: all .1s ease-in-out;
}
.modal-form input[type=text]:focus {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.4) 2px 8px 16px;
}
.modal-form input[type=text]::placeholder {
    color: var(--bs-text-gray-400);
}

.subscription-label span{
    border: 1px solid rgba(221, 221, 221, 0);
    transition: .3s ease-in-out;
}
.subscription-label:hover span{
    border-color: #000;
}

/*SERVICE*/

.service-box{
    box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1);
    border: 2px solid #f4f7fb;
}

.service-box:hover{
    transition: all .3s;
    border-color: #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 12px 0px;
}

.service-box.disabled{
    filter: grayscale(1);
    color: #78829d;
}

.service-box.disabled::before{
    content: '';
}

.service-box.disabled .card-footer{
    display: none;
}

#social-links ul{
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}
#social-links ul li {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: .15s ease-in-out;
}

.service-box .collapse:not(.show) {
    display: block;
    height: 89px;
    overflow: hidden;
}

.service-box .collapsing {
    height: 89px;
    overflow: hidden;
    transition: height 0.35s ease;
}

/*GENERAL*/
.bg-tyllu{
    background: var(--general-color);
}

.btn-tyllu{
    background: var(--general-color);
    color: #fff;
    border: 1px solid var(--general-color) !important;
}

.btn-tyllu:hover{
    color: #fff;
    background: var(--general-color-80);
}

/*SOCIAL SHARE LINKS*/

#social-links ul li:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#social-links ul li a {
    border-radius: 5px;
    font-size: 32px;
}
#social-links .fa-facebook{
    color: #0d6efd;
}
#social-links .fa-twitter{
    color: deepskyblue;
}
#social-links .fa-linkedin{
    color: #0e76a8;
}
#social-links .fa-whatsapp{
    color: #25D366
}
#social-links .fa-reddit{
    color: #FF4500;;
}
#social-links .fa-telegram{
    color: #0088cc;
}


/*HEADER*/

h1{
    font-size: 36px;
    max-width: 810px;
    text-align: center;
    margin: 50px auto;
}

h2{
    font-size: 32px;
    max-width: 800px;
    /*text-align: center;*/
    margin: 25px auto;
}

.page-header b{
    color: var(--general-color-80);
}

/*FOOTER*/

.app-footer .menu, .menu-wrapper{
    flex-flow: inherit;
}


/*REVIEW*/

.review {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 0 10px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    cursor: default;
    text-align: left;
}

.review .author {
    font-size: 18px;
    color: #01b67a;
}

.review .stars {
    font-size: 20px;
    color: #e6e6e6;
}

.review .stars .active {
    color: #01b67a;
}

.review .time {
    font-size: 14px;
    text-align: left;
    color: #b5b5b5;
}

.review p {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2px;
}

.review img{
    width: 130px;
    height: auto;
}

.review .rating{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.more{
    font-size: 18px;
    font-weight: 700;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    transition: all .3s;
}

.more:hover {
    padding-left: 5px;
    transition: all .3s;
}


/*SYMBOL*/

.symbol-group.symbol-hover .symbol {
    border: 2px solid #fff;
    transition: all .2s;
}

.symbol-group .symbol:hover{
    transform: scale(1.3);
    transition: all .2s;
}

.table th,
.table td {
    white-space: nowrap;
}

.table th.sorting {
    cursor: pointer;
}

/*SEASONAL*/

/*.seasonal-bg::before{*/
/*    content: '';*/
/*    background: url("/img/web/seasonal/christmas/bg.svg") center center no-repeat;*/
/*    background-size: contain;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    bottom: -40px;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    opacity: 0.8;*/
/*}*/

/*.seasonal-logo::after{*/
/*    content: '';*/
/*    background: url(/img/web/seasonal/christmas/logo_after.svg) center center no-repeat;*/
/*    background-size: contain;*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -68px;*/
/*}*/

/*.seasonal-btn-1::before{*/
/*    content: '';*/
/*    background: url(/img/web/seasonal/christmas/btn_1.svg) center center no-repeat;*/
/*    background-size: contain;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    position: absolute;*/
/*    top: -97px;*/
/*    right: -57px;*/
/*}*/

/*.seasonal-list > div:nth-child(3) .btn-tyllu, .seasonal-btn-1, .seasonal-btn-2, .seasonal-logo{*/
/*    position: relative;*/
/*}*/

/*.seasonal-list > div:nth-child(3) .btn-tyllu::before{*/
/*    content: '';*/
/*    background: url(/img/web/halloween/christmas/btn_2.svg) center center no-repeat;*/
/*    background-size: contain;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    position: absolute;*/
/*    top: -87px;*/
/*    right: -45px;*/
/*}*/

/*.seasonal-btn-3{*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: url(/img/web/seasonal/christmas/btn_3.svg) center center no-repeat;*/
/*    background-size: contain;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*}*/

/*.swing {*/
/*    animation: swing ease-in-out 1s infinite alternate;*/
/*    transform-origin: center -20px;*/
/*    float:left;*/
/*}*/

@media (max-width: 1199.98px) {

}

@media (max-width: 1144.98px) {
    .subscription-login {
        flex-wrap: wrap;
    }
    .subscription-login > div {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .subscription-login {
        flex-wrap: nowrap;
        gap: 15px;
    }
    .subscription-login > div {
        width: 50% !important;
    }
}

@media (max-width: 575.98px) {
    .modal-form .label-group label {
        margin: 10px 0;
    }
}

@media (max-width: 399px) {
    .subscription-login {
        flex-wrap: wrap;
        gap: 0;
    }
    .subscription-login > div {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
}


@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.data-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.dataTables_wrapper {
    position: relative;
}

.spinner-border {
    width: 4rem;
    height: 4rem;
    border-width: 0.4rem;
}

.daterangepicker .calendar-table {
    width: 100%;
}
.daterangepicker .drp-calendar.left {
    display: block !important;
}
.daterangepicker .drp-calendar.right {
    display: none !important;
}

.copy-container {
    cursor:pointer;
}

.pwd-input:hover {
    cursor: pointer;
}

.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.agree {
    display: none;
}

.unavailable-item {
    padding: 9px 20px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: -8px;
    font-size: 14px !important;
}

.text-danger-underline {
    text-decoration: underline;
    text-decoration-color: #f1416c;
}
