* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow: hidden;
}
.bg-gradient-new {
    background: linear-gradient(-180deg, rgba(150,221,200,1) 5%, #FFFFFF 100%) !important;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(150,221,200,1) 15%, rgba(0,108,85,1) 90%);
    color: #0f7a64;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.preloader-image {
    width: 200px;
    margin-bottom: 10px;
}
.preloader-title {
    color: #0f7a64;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.preloader-text::after {
    content: "";
    animation: dots 1.5s infinite;
}
@keyframes dots {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
}
.form_wrap {
    height: 300px;
    width: 500px;
    background: white;
    margin: 50px auto;
    padding: 125px 0px 0px 100px;
    outline: 5px solid rgba(0,0,0,0.1);
    position: relative;
}
.input_wrap input[type="text"], input[type="password"] {
    border: 2px solid #afbdcf;
    border-radius: 5px;
    height: 50px;
    color: #000000;
    font-size: 16px;
    padding-left: 20px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input_wrap input:focus + label, input:valid + label {
    font-size: 12px;
    color: #afbdcf;
    top: -5px;
    right: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
}

.input_wrap {
    width: auto;
    height: auto;
    position: relative;
}

    .input_wrap label {
        font-size: 16px;
        color: #afbdcf;
        padding: 14px;
        position: absolute;
        top: 0;
        right: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
    }

    .input_wrap input[type="text"], input[type="password"]:focus {
        outline: none;
    }

.input-style {
    border: 2px solid #afbdcf !important;
    border-radius: var(--radius) !important;
}
.btn, .form-select, .dropdown-menu {
    font-size: 16px
}
.btn {
    padding: 1rem 2rem;
    border-radius: 0.5rem !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
    .btn:hover {
        box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    }
.btn-green-gradient {
    color: rgba(0,108,85,1);
/*    text-shadow: 0px 5px 6px rgba(0,108,85,1);*/
    border: solid rgba(122,221,200,1) 2px;
    border-radius: 10px !important;
    background: radial-gradient(circle, rgba(122,221,200,1) 50%, rgba(0,108,85,1) 150%);
}
    .btn-green-gradient:hover {
        color: #fff;
        text-shadow: 0px 0px 6px rgba(0,108,85,1);
        background: radial-gradient(circle, rgba(122,221,200,1) 10%, rgba(0,108,85,1) 100%);
    }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    height: 50px;
}
.text-justify{
    text-align: justify;
}
.opacity-25 {
    opacity: .25 !important;
}
.rounded-10{
    border-radius:10px;
}
input[type=checkbox] ~ label {
    padding-top: 3px !important;
    padding-right: 25px !important;
}
.menu-title-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slide-background {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-text {
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6);
}
.slide-button {
    padding-left: 80px;
    padding-right: 80px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
}
.slide-button:hover {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.7);
}
.course-image {
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
}
.course-image-menu {
    object-fit: cover;
}
.input-label {
    position: absolute;
    color: #afbdcf;
    background-color: #fff;
    top: -20px;
    font-size: 12px;
    margin-top:7px;
    z-index: 1000;
}
.input-label-date {
    position: absolute;
    color: #afbdcf;
    background-color: #fff;
    top: -10px;
    right:10px;
    font-size: 12px;
    margin-top: 7px;
    z-index: 1000;
}
::placeholder {
    color: #C1CCDA !important;
}
::-ms-input-placeholder {
    color: #C1CCDA !important;
}
.bg-black{
    background-color:#000;
}
.bg-gradient-green {
    background: linear-gradient(180deg, rgba(30, 229, 117, 0.6) 55%, rgba(255,255,224,0.0) 100%);
}
.custom-select {
    height: 50px;
    margin-left: -7px;
    margin-right: 2px;
}
.custom-select button {
    max-height: 40px;
}
.rbt-header .logo a img {
    max-height: 80px;
}
.logo a img {
    max-height: 80px;
}
input[type=checkbox],
input[type=radio] {
    display:none;
}
.session-part-green {
    padding: 1rem;
    border: 2px dashed #198754;
    border-radius: 0.8rem
}
.session-part-gray {
    padding: 1rem;
    border: 2px dashed #e6e3f1;
    border-radius: 0.8rem
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will make sure the video covers the area */
}
.rbt-lesson-content-wrapper {
    min-height: calc(100vh - 80px);
}
.header-space-betwween {
    padding-right: 2rem;
    padding-left: 2rem;
}
@media only screen and (min-width: 992px) {
    .course-content-panel {
        height: 75vh;
        border: 1px dashed;
        overflow-y:scroll;
    }
    .content-panel {
        height: 100vh;
    }
}
@media only screen and (min-width: 1200px) {
    .course-image-menu {
        min-height: 150px;
        max-height: 150px;
    }  
}
@media only screen and (min-width: 2000px) {
    .course-image-menu {
        min-height: 200px;
        max-height: 200px;
    }
}