*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Segoe WPC, Segoe UI, sans-serif;
}
ol{
    padding-left: 0px;
}
.bg-blue{
    background-color: #005193;
}
.text-gray{
    color: #4A4A4A;
    font-weight: 500;
}
.text-white{
    color: #ffffff;
    font-weight: 500;
}

.form-label{
    margin-bottom: 15px;
}

.form-control{
    background-color: #F7F7F7;
}

.btn{
    background-color: #005193;
    margin-top: 10px;
    padding: 10px;
}

.button a{
   padding: 10px 20px;
}


.form-control {
    padding: 10px 10px;
}
.login-form{
    max-width: 400px;
    margin: 0 auto;
}
.logo-block{
    text-align: center;
}

.form-content-block{
    padding: 60px;
}
.form-title{
    margin-bottom: 40px;
}
.left-block {
    background: #0a0a0a;
    padding: 60px;
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 767px) {
    .login-form.row{
       gap: 50px;
    }
    .login-form{
       padding: 0px 16px;
    }
    .login-form .form-title{
        padding: 0px;
    }
    .form-login{
        padding-bottom:50px ;
    }
    .form-title{
        margin-bottom: 30px;
    }
    .left-block {
        padding: 40px 15px;
    }
    .logo-block img{
        width: 250px;
        height: auto;
    }
    .form-content-block{
        min-height: auto;
        padding: 40px 0px;
    }
   }
/* dashboard */
.dropdown-item{
    position:relative;
}
.dropdown-item::after{
    content: "";
    position: absolute;
    left: -23PX;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/icon/logout.svg) no-repeat center;
    background-size: contain;
}

.form-title{
    display: flex;
    align-items: center;
}
.user-section{
    padding-top: 50px;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .user-section{
        padding-top:0px;
        padding-bottom:50px;
    }
    .form-title{
        margin-bottom: 30px;
    }
  
   }
.user-card{
    padding: 40px;
    border: 1px solid #A2A2A2;
    border-radius: 20px;
}
.user-list-card{
    padding: 40px;
    border: 1px solid #A2A2A2;
    border-radius: 20px;
}
.list-group-item{
    border: none !important;
    padding: 10px 0px;
}
.card-inner{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.btn-sm{
    padding: 2px 10px;
    min-width: 70px;
}
.btn-outline-primary{
background-color: transparent;
border-color: #c70101;
color: #c70101;
}
.user-edit{
    margin-left: auto;
}
.btn-primary{
background-color: #0081E9;

}
.btn:hover{
    background-color: #02467e;
}
.btn:focus{
    background-color: #02467e;
}
.btn:active{
    background-color: #02467e;
}

.btn-outline-primary:hover{
    background-color: #c70101;
    color: #ffffff;
    border-color: #c70101;
}

.user-list tr{
border-style:none;
border-color: none;
}
.table>:not(caption)>*>*{
    border:none;
    padding: 5px 5px;
}
.user-list td:last-child{
    text-align: end;
}
.user-list td{
    color: #4A4A4A;
    font-weight: 500;
}
@media (max-width: 767px) {
    .user-card{
        padding: 20px;
    }
    .user-list-card{
        padding: 20px;
    }
    .btn-sm{
        min-width: 60px;
    }
   }
   @media (max-width: 991px) {
   
    .btn-sm{
        min-width: 60px;
    }
   }


   /*edit user*/
   .Previous-button{
    margin-top: 30px;
   }
   .Previous-button a{
    font-size: 18px;
   }
   .back-button{
    position: relative;
   }
    a{
    text-decoration: none;
   }
   .back-button::after{
    content: "";
    position: absolute;
    left: -23PX;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/icon/arrow-left.svg) no-repeat center;
    background-size: contain;
   }
   .edit-user-section{
   padding-top: 100px;
   padding-bottom: 100px;
   }
   .check-box{
    margin-top: 30px;
   justify-content: center;
   display: flex;
   }
   .check-box .btn{
    padding: 10px 10px;
    text-align: center;
   }
   .form-check{
    margin-right: 20px;
   }
   @media (max-width: 767px) {
    .edit-user-section{
          padding-top: 50px;
        padding-bottom: 50px;
    }
    .check-box{
        display: block;
    }
    .Previous-button{
        text-align: center;
        margin-top: 20px;
    }

   }
.save-button{
    text-align: center;
    margin-top: 30px;
   
}
.save-button .btn-primary{
    background-color:#0081E9;
}


/*reports*/
.reports-section{
    padding-top: 50px;
    padding-bottom: 100px;
    

}
.report-list{
    background-color: #EEF5FB;
    padding: 10px 0px;
}
.report-list h3{
   font-size: 22px;
}

@media (max-width: 767px) {
    .reports-section{
          padding-top: 50px;
        padding-bottom: 50px;
    }
    .report-list h3{
        font-size: 20px;
     }
}