@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

.auth_Check{
display: flex;
}
.auth{
display: flex;
}
.manage{
    display: none;
border-radius: 10px;
border: 2px solid rebeccapurple;
background-color:transparent;
}
.manage:hover{
   background-color: #3A0078;
   color: white;
   font-weight:700;
   border-color: rgb(150, 150, 214);
    }
    .manage:active{
        background-color:antiquewhite;
         }
.step_menu{
    display: none;
    align-items: center;
    gap: 15px;
    }
.user_status>div:nth-child(1)>i{
    transform: scale(1.5);
        }
.head_index{
    justify-content: space-between;
    display: flex;
    align-items: center;

}

.biList_index{
    display: none;
    }
.list_managment{
width: 100%;
}
.list_managment>li>a{
font-size: large;
}
.list_managment>li:nth-child(3)>a{
    color: #3A0078!important;
    }
.head_index>div{
display: flex;
align-items: center;
}
.dropdown{
position: relative;
}
.user_toogle{
    position: relative;
    margin-right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #3A0078;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    
}


.head_index>div:last-child{
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    }
    ul{
    margin-top: revert;
    }
    i{
    transform: scale(1.5);
    position: relative;
    margin-top: -10px;
    }

    header ul:first-child>li:hover{
    box-shadow:#3A0078;
   border: 1px solid whitesmoke;
   transform: scale(1.5);
    }
    

    .list_managment>li:last-child>a{
        color: #3A0078;
    }
    
    ul>li:active{
       background-color: #ece9ee;
        }
        .auth>p:nth-child(2){
        width: 111px;
        height: 36px;
        flex-direction: row;
        align-items: flex-start;
        padding: 7px;
        gap: 10px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 36px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.5px;
        color: #3A0078;
        background: rgba(155, 81, 224, 0.15);
        border-radius: 10px;
        /* Inside auto layout */
        margin-right: 20px;
        flex: none;
        order: 0;
        flex-grow: 0;
        }
li{
list-style-type: none;
}

.menu{
    flex-basis: 30%;
    display: flex;
    gap: 25px;
}

.auth_tm{
display: none;
}

@media screen and (max-width: 900px){
    .auth{
        display: none!important;
    }
    .menu_step > *:not(:last-child) {
        text-align: right;
        border-bottom: 3px solid rgb(185, 174, 174);
      }
    
    .biList_index{
        display: inherit !important;
        }
    
.head_index>div:last-child{
    display: inherit !important;
   
}
.head_index > div:last-child>p{
display: none;
}
.auth_tm{
    display: block;
    transform: scale(2);
    }

.menu {
    display: none !important;;
}
.head_index {
    justify-content: space-between;
    margin-right: 20px;
}

}

@media screen and (max-width: 300px){
    .user_toogle {
        position: relative;
        margin-right: 20px;
        width: 25px;
        height: 25px;
    }
    .user_status > div:nth-child(1) > i {
        transform: scale(1.2);
      }
      .index > img {
        height: 60px;
      }
    }

