@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@200&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.menutoggle {
    cursor: pointer;
    font-size: 30px;
}

.fa_rotate_360 {
    transform: rotate(360deg) !important;
    cursor: pointer;
}

.alert {
    height: 30px !important;
    padding: 3px 3px;
    font-size: 15px;
    text-align: center;
}

.bg-sign-in {
    background: #fff;
    height: 100vh;
}

.responseMessage {
    color: #28a8b5;
}

.form-sign-in,
.sign-up {
    width: 380px;
}

.bg-show {
    display: block !important;
    z-index: 0;
}

.bg {
    background-color: rgba(0, 0, 0, 0.575);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    cursor: pointer;
    display: none;
}

/* SKELETON */
.skeleton {
    position: relative;
}

.skeleton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
    background-size: 200%;
    animation: skeleton 1s infinite reverse;
}

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

    100% {
        background-position: 100% 0;
    }
}

/* SKELETON */

.register {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1000px;
    transform: translate(-190px, -260px);
    transition: 1s ease-out;
}

.register-active {
    margin-top: 0;
    transition: 1s ease-out;
}

.farm {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.button-add-student {
    padding-top: 30px;
}

.tableAfilier tr {
    background: #6e797f;
    color: #fff !important;
}

.tableAfilier tr:nth-child(2n) {
    background-color: #077cb7;
}

.tableAfilier td {
    color: #fff !important;
}

.text-start {
    white-space: nowrap;
}

button[type="submit"] {
    white-space: nowrap;
    background-color: #2CA5B8;
}

.colorB {
    color: #fff !important;
}

.img-admin {
    padding: 0.5rem 1rem;
}

.E-classe {
    border-left: solid 6px #2CA5B8;
}

.bg-sign-in p,
.bg-sign-in label {
    font-size: 14px;
    line-height: 17, 07px;
    font-weight: 400;
    color: #6C6C6C;
}

input[type="email"]::placeholder,
input[type="password"]::placeholder {
    font-size: 12px;
    line-height: 15px;
    color: #CDCDCD;
}

.sign-in {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
}

/* start dashboard */
/* start sidebar */
.bg-sidebar {
    background-color: #023047;
    transition: margin 0.6s ease-in-out;
    z-index: 1;
}

.bg-content {
    background: #F8F8F8;
}

.h7 {
    font-size: 14px;
}

.h7 span {
    padding-left: 8px;
}

/* end sidebar */
/* start cards */
.admin-color {
    color: #04b7ee;
}

.cards .card__items {
    border-radius: 8px;
    width: 220px;
    height: 150px;
}

.card__items--blue {
    background-color: #cce8fb;
    /* border: 1px solid #0000002e; */

}

.card__items--blue i {
    color: #74C1ED;
}

.card__items--rose {
    background-color: #ffe7f6;
}

.card__items--rose i {
    color: #EE95C5;
}

.card__items--yellow {
    background-color: #fff3b4;
}

.card__items--yellow i {
    color: #00C1FE;
}

.card__items--gradient {
    background: linear-gradient(110.42deg, #00C1FE 18.27%, #FAFFC1 91.84%);
}

.card__items--gradient i {
    color: #FFFFFF;
}

.nbr {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* end cards */
/* end dashboard */


/* start students list  */
.student_list {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table th {
    font-size: 12px;
    color: #ACACAC;
}

table tbody {
    font-size: 14px;
}

.table a {
    color: #00C1FE;
}

.student-list-header {
    border-bottom: 2px solid #E5E5E5;
}

.student-list-header i {
    color: #00C1FE;
}

.btn-primary {
    background-color: #00C1FE;
    border-color: #00C1FE;
}

.btn-primary:hover {
    background-color: #04a6d8;
    border-color: #04a6d8;
}

.btn-primary:focus {
    background-color: none;
}

/* end students list */
.fa-search {
    left: -30px;
}

/* .bg-sidebar a:hover{
    background-color: #00C1FE;
    border-radius: 5px;
    width: 130px;
} */
.form-label::after {
    content: " *";
    color: #e74c3c;
}

.valid {
    color: red;
}

.product-group,
.form-section {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    border-left: 4px solid #1e8893;
}

.form-section h2 {
    color: #1e8893;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

@media screen and (min-width:768px) {
    .bg-sidebar {
        position: sticky !important;
        top: 0;
        width: 25% !important;
    }

    .hidden-sidebar {
        margin-left: -25%;

    }
}

@media screen and (max-width:768px) {
    .hidden-sidebar-mobile {
        margin-left: -50%;
    }
}

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

    .form-sign-in,
    .sign-up {
        width: auto;
    }

    .register {
        transform: translate(-50%, -50%);
        width: 100%;
    }
}