:root {
    --main-color: #260054;
    --white: #ffffff;
    background-color: var(--main-color);
}


/* ::-webkit-scrollbar {
    width: 10px;
} */

* {
    font-size: 16px;
}

html {
    font-size: 1rem;
}

body {
    overscroll-behavior-y: none;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 0.7rem;
    }


}

@media only screen and (max-width: 600px) {
    .img-1 {
        margin-left: auto !important;
        width: 75% !important;

    }

    .img-2 {
        width: 100% !important;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.1rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.2rem;
    }
}

.text-1_5 {
    font-size: 1.5rem !important;
}

.text-2 {
    font-size: 2rem !important;
}

.text-3 {
    font-size: 3rem !important;
}

.text-4 {
    font-size: 4rem !important;
}

.text-5 {
    font-size: 5rem !important;
}

.text-small {
    font-size: 0.6rem;
}

.mt-10 {
    margin-top: 100px !important;
}

.navbar {
    padding: 30px;
}

.hidden {
    display: none;
}

.mt-12 {
    margin-top: 80px;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    background: rgba(54, 54, 54, 0.369) !important;
}

.container-fluid {
    min-height: calc(100vh - 250px);
}

.allow-footer {
    min-height: 0px !important;
}

.navbar {
    color: white;
    background-color: var(--main-color);
}

.nav-link,
.dropdown a {
    font-size: 1.2rem !important;
}

.logo {
    width: 250px;
}

.list-group-item:focus {
    background-color: var(--main-color) !important;
    color: white;
}


/* promo row */

.promo-row {
    background-image: url("../image/living_room.jpg");
    background-color: #313131;
    background-repeat: no-repeat;
    color: white;
    background-size: cover;
}

.promo-content {
    margin-top: 250px;
    margin-bottom: 250px;
}



.row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.feature-icon {
    border: solid var(--main-color) 1px;
    width: 110px;
    border-radius: 150px;
    font-size: 50px;
    padding: 25px;
    color: white !important;
}

.fa {
    font-weight: 30px !important;
}

.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--main-color);
    color: white;
}

.footer-links a {
    text-decoration: none;
    color: white;
    margin-right: 5px;
    margin-left: 5px;
}

.login-form {
    background-color: white;
}

.mform-control {
    outline: none;
    border: none;
    width: 80%;
}

.form-group {
    border-bottom: 1px solid rgba(128, 128, 128, 0.161);
}

.type-icon {
    width: 90px;
    height: auto;
}

/* Search subtitles */
.subtitle-logo {
    width: 70px !important;
    height: 90px !important;
    object-fit: cover !important;
    cursor: zoom-in;
}

.subtitle-table {
    position: relative;
    height: 540px;
    overflow: auto;
}

/* 750px */

td {
    vertical-align: middle !important;
    user-select: none !important;
}

.badge {
    user-select: none !important;
}

.video-container {
    height: 360.562px !important;
    background-color: black;
}

video {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

video source {
    width: 100% !important;
    object-fit: fill;
    margin: auto;
}

.alpha5 {
    opacity: 0.7;
}

.fa-solid:hover {
    color: orange;
}

.bg-selected,
.bg-selected:hover {
    background-color: #6c757d47 !important;
}

.swal-wide {
    width: 60% !important;
}

.btn-accent {
    background-color: var(--main-color) !important;
    color: white !important;
    border-radius: 20px !important;
}

.btn-accent:hover {
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.2), 0 10px 5px 0 rgba(0, 0, 0, 0.19) !important;
}

.preview-loading {
    height: 60px;
    width: 60px;
}

img.mfp-img {
    height: 700px !important;
}

.mfp-zoom-out-cur {
    user-select: none !important;
}

.btn,
.btn:focus {
    outline: none !important;
    border: none !important;
}




.dataTables_filter label input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    outline: none;
    border: none;
    font-weight: lighter;
}

.dataTables_length label select {
    border-radius: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-weight: lighter !important;
    outline: none !important;
}

.dataTables_length,
.dataTables_filter {
    font-weight: lighter;
}

.bg-green {
    background: green !important;
}

.g-recaptcha div{
            width: 100% !important;
        }
        