.dark-layout .form-control[type=file]::-webkit-file-upload-button {
    background-color: #283046;
}

.dark-layout .form-control[type=file]::file-selector-button {
    background-color: #283046;
}


.error {
    color: #F00;
    padding: 10px;
    /* background-color: #FFF; */
}

.w-23 {
    min-width: 120px;
}

.iti {
    width: 100%;
    display: block;
}

.bg-group {
    background-color: #f3f3f3;

}

.bg-seo {
    background-color: #eeeeee;

}

.bg-activity {
    background-color: #e9f0af;
}


.plan-item {
    /* display: flex; */
    margin-top: 3px;
    list-style: none;
}



.plan-item i {
    font-size: 25px;
    align-items: center;
    line-height: 24px;
    margin: auto 15px auto;
    cursor: move;
}

.plan-item-original {
    display: flex;
    margin-top: 3px;
    list-style: none;

}

.plan-item-original i {
    font-size: 25px;
    align-items: center;
    line-height: 24px;
    margin: auto 15px auto;
    cursor: move;
}

.add-new {
    margin-left: 3%;
    margin-top: 15px;
}

.circle_icon {
    background-color: #d1d1d1;
    border-radius: 50%;
    width: 40px;
    user-select: none;
    cursor: pointer;
    height: 40px;
    position: relative;
}


.circle_icon i {
    position: absolute;
    top: 50%;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle_icon2 {
    background-color: #a4a0a0;
    border-radius: 50%;
    width: 30px;
    /* border: 1px solid black; */
    user-select: none;
    cursor: pointer;
    margin-left: 5px;
    height: 30px;
    position: relative;
}


.circle_icon2 i {
    position: absolute;
    top: 50%;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
}



.formy {
    display: block;
    padding: 0.571rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.357rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}


.space {
    margin: auto 5px;
}

.modal-bg-grey {
    background-color: #dddddde6;
    color: black;
}

.transparent {
    background-color: transparent !important;
}


.progress-zone {
    position: relative;
}

.progress-left {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 0.5px 0.5px 10px #000;

}

.progress-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 0.5px 0.5px 10px #000;
}

.group-title {
    font-size: 18px;
    background-color: #f5f7fd;
    height: 50px;
    align-items: center;
    position: relative;
    color: #000;

}

.group-title .head {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.group-title .actions {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.group-title a i {
    margin: 5px;
}



.highlighted-text {
    color: #429bd5;
}

.progress-bottom-info {
    margin-top: 8px;
}


.bg-brand {

    /* background-color: #3b7fb9; */

    /* background-image: linear-gradient(190deg, #3b7fb9, #2d5a81); */
    background-color: #002060;
}

/* ***BTN ** */

.btn-primary {
    color: #fff;

    background-color: #283772 !important;
    border-color: #283772 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2f3d74 !important;
    border-color: #2f3d74 !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #2f3d74 !important;
    border-color: #2f3d74 !important;
    box-shadow: 0 0 0 0.25rem rgba(56, 50, 118, 0.5) !important;
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f3d74 !important;
    border-color: #2f3d74 !important;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(63, 58, 126, 0.5) !important;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #283772 !important;
    border-color: #283772 !important;
}


/* Rating */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/** End Rating **/

/*
body.ar #myc-prev-week {
    transform: scaleX(1);
}

body.ar #myc-next-week {
    transform: scaleX(-1);
} 
*/

.testi-user img,
.cc-teacher img {
    margin-right: 13px;
}


/* Style */
.sso-hidden {
    display: block;
}

.banner {
    padding: 0;
    background-color: #52575c;
    color: white;
}

.banner-text {
    padding: 8px 20px;
    margin: 0;
}


#join-form {
    margin-top: 10px;
}

.tips {
    font-size: 12px;
    margin-bottom: 2px;
    color: gray;
}

.join-info-text {
    margin-bottom: 2px;
}

.join-info-group input {
    width: 100%;
    margin-bottom: 2px;
}

.player {
    width: 480px;
    height: 320px;
}

.player-name {
    margin: 8px 0;
}

#social-links ul {
    padding-left: 0;
}

#social-links ul li {
    display: inline-block;
}

#social-links ul li a {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 1px;
    font-size: 25px;
}

#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;
}

#success-alert,
#success-alert-with-token {
    display: none;
}

@media (max-width: 640px) {
    .player {
        width: 320px;
        height: 240px;
    }
}

.collapse-wrapper {
    display: inline-block;
    position: relative;
}

.collapse-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.collapse-wrapper .collapse-btn {
    padding-left: 6.5rem;
    padding-right: 6.5rem
}

@media (max-width: 640px) {
    .collapse-wrapper {
        margin-top: 10px;
    }
}

@media (max-width: 380px) {
    .collapse-wrapper .collapse-btn {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }
}



/* /join-video-call/ */

.div-block-13 {
    padding-right: 50px;
    padding-left: 50px;
}

.div-block-14 {
    position: static;
    display: flex;
    min-height: 400px;
    min-width: 100%;
    align-items: center;
    border-radius: 15px;
    background-image: url('../imgs/joinImages/vidoMask.png');

    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.section-2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-block-15 {
    display: flex;
    min-height: 100px;
    min-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-image: linear-gradient(120deg, #3e94cf, #25529b);
}

.div-block-16 {
    padding-bottom: 5px;
    border-radius: 15px;
    box-shadow: 0 5px 11px 6px rgba(0, 0, 0, 0.2);
}

.listheader {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}

.div-block-17 {
    overflow: auto;
    height: 350px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -o-object-fit: fill;
    object-fit: fill;
}

.div-block-17::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.div-block-17::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.div-block-17::-webkit-scrollbar-thumb {
    background: #295ba3;
    ;
    border-radius: 10px;
}

/* Handle on hover */
.div-block-17::-webkit-scrollbar-thumb:hover {
    background: #10305c;
    ;
}

.listitemdiv {
    display: flex;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #000;
}

.image {
    border-radius: 50%;
}

.studentname {
    color: #295ba3;
    font-size: 20px;
    line-height: 27px;
}

.image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}


.div-block-18 {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    align-items: flex-start;
}

.btnlabel {
    color: #295ba3;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
}

.div-block-19 {
    display: flex;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f8f8f8;
    box-shadow: 0 7px 8px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.html-embed {
    margin-top: 0px;
    padding-top: 5px;
}

.html-embed.closesvgicon {
    padding-left: 5px;
}

.div-block-20 {
    margin-right: 10px;
    margin-left: 10px;
}

.spbtn {
    display: block;
}

.RTLReflect {
    direction: ltr;
}

.unstyledBtn {
    background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 991px) {

    .div-block-13 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .div-block-16 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 479px) {
    .div-block-13 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .div-block-14 {
        min-height: 300px;
    }

    .div-block-16 {
        padding-top: 0px;
    }
}

/* /end /join-video-call// */