.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);
}

/* ***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;
}