/* styles.css */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body, html {
    min-height: 100vh;
    background-color: #f4f6f9;
    color: #333;
}

.container {
    display: flex;
    width: 100%;
}
.sidebar {
      width: 15%;
    background-color: #2c3e50;
    color: #ecf0f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 250px;
    position: fixed;
    height:90%;
    overflow: scroll;
}

.content_main{
  width: 80%;
    /* margin: 2%; */
    border: 1px solid #3f51b5a6;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 0px;
    right: 0;
    float: right;
    /* right: 20%; */
    margin-left: 20%;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height:84vh;
    background-color:#fff;
}

.sidebar .logo img {
    width: 80%;
    margin: 20px 0;
}

.sidebar ul {
    list-style: none;
    width: 100%;
    padding: 0;
}

.sidebar ul li {
    width: 100%;
}

.sidebar ul li a {
   text-decoration: none;
    color: #ecf0f1;
    display: block;
    padding: 9px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid #cccccc61;
}

.sidebar ul li a:hover {
    background-color: #34495e;
}

.sidebar ul li a i {
    margin-right: 10px;
}

.content {
    flex-grow: 1;
    padding: 20px;
}

.footer {
    text-align: center;
    padding: 10px;
    background-color: #2c3e50;
    color: #ecf0f1;
    margin-top:20px;
}


.container_main_top{
    width: 100%;
    margin: auto;
    padding: 20px;
    max-width: 1600px;
    display:flex;
   display: flex;
    justify-content: space-between;
}

input,select{
    width: 300px;
    padding: 6px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding-right: 20px!important;
}


input[type="checkbox" i] {
width:auto!important;
    
}


input[type="file" i]{
    background-color: transparent!important;
    border:none!important;
}
    
    
.mjoiyteds{
    text-align: center;
    margin-bottom: 20px;
}


.my_images_profile{
    min-width: 353px;
    height: auto;
    margin-top: 30px;
}


.arara{
    padding: 10px 15px!important;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid!important;
}

.profile-details ul{
    list-style:none!important;
}

.profile-picture img {
    width: 316px!important;
    height: auto;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.profile-details-inner,.mkopuyy{
    display: flex;
    flex-wrap: wrap;
}

.edit_thomn,.mkopuyy_inner{
    width:32%;
        
}

.gududud .edit_thomn,
.gududud .mkopuyy_inner{
border: 1px solid #cccccc29;
    padding: 5px;
    border-radius: 4px;
    background-color: #f2ffef;
    margin: 2px;
}

.edit_thomn strong{
    padding-bottom: 15px;
}

textarea{
    min-width: 82%;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 4px 23px;
}

h2.thohm_main_title{
    text-align:center;
    margin-top: -39px;
    margin-bottom: 50px;
    background-color: #2c3e50;
    border-radius: 30px;
    color: #fff;
    font-size: 21px;
    padding-top: 6px;
    padding-bottom: 4px;

}

button{
    padding: 7px 40px;
    background-color: #3f51b5;
    color: #fff;
    border-radius: 20px;
    font-weight: bold;
}

.araeat{
    background-color: #3f51b5;
    padding: 0px 20px;
    color: #FFF;
    
}


.radio-group input{
    width:auto!important;
}

.tyranus_forms{
    display:flex;
    justify-content:center!important;
}

.report-table-first{
    width:30%;
}

.report-table-second{
    width:22%;
}

.report-table-third{
    width:22%;
}

.report-table-fourth{
    width:25%;
}

.report-table{
    width:100%!important;
}

.report-table tr{
    text-align:left;
}


.button,button{
    background-color: #3f51b5;
    text-decoration: none;
    color: #fff;
    padding: 8px 19px;
    border-radius: 20px;
}

.delete-button{
    background-color: #ff0000!important;
}

.pagination{
    margin-top:50px;
}

.pagination a{
    padding:20px;
        padding: 10px 18px;
    background-color: black;
    color: #fff;
    border-radius: 20px;
}


.areaea{
      display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    /* height: 100%!important; */
    margin-top: 11%;
    margin-bottom: 10%;
}

.login-container h2{
    text-align: center;
    text-transform: uppercase;
}

.tbhj{
    display: flex;
    justify-content: center;
}

.tbhj button{
       letter-spacing: 7px;
    font-size: 18px;
    padding: 3px 20px;

}

.mkuppidd{
    display:flex;
    justify-content:center;
}


.mgtopp{
      background-color: #000;
    padding: 20px;
    color: #fff;
}


.mgtopp th{
    padding:10px;
}

tr{
    background-color: #cccccc21;
    padding: 10px;
    height: 28px;
}

.unread_messages{
    padding: 5px 20px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 20px;
    font-weight: 800;
}

.read_messages{
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    font-weight: 800;
}

.messages{
    list-style: none;
    margin-top: 20px;
}

.messages li{
    background-color: #fbfbfb;
    padding: 5px;
    margin-bottom: 2px;
}

.messages li a{
    list-style:none;
}

.mainsec{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.mainsec .mjopi{
    width:32%;
}


.login-container{
            background-color: #fff;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 20px;
    
}