.clearfix {
    overflow: auto;
  }

.login-page, .register-page {
    /* background: linear-gradient(180deg, #F3F3FB 0%, #FDFBFD 100%) !important; */
    /* background: linear-gradient(0deg, #98C3E8 1.84%, #F3F3FB 35.12%, #FDFBFD 100%) !important; */

    background: url(../images/login-wall.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.login-box-body{
    box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
    border-radius: 6px !important;
    
    /* top: 250px; */
}

.login-container{
    position: relative;
    z-index: 999;
    transform: translate(-50%, -50%);
    top: 32vh;
    left: 50%;
    
}

.table_loading{
    position: relative;
    z-index: 999;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 6em;
    margin-bottom: 2em;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    
    
}


.skin-black .main-header .logo {
    background: linear-gradient(92.68deg, #7CB8F7 0%, #2A8BF2 100%) !important;
    color: white !important;
    
}

.skin-black .main-header li.user-header {
    background-color: #eeeeee;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    color: rgb(90 90 90);
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: 2px;
    
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    margin-top: 1em;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    border: 1px solid #e8e8e8;
}


.btn{
    border-radius: 6px !important;
}

.btn-primary {
    
    background: linear-gradient(92.68deg, #7CB8F7 0%, #2A8BF2 100%);
    box-shadow: 6px 6px 25px rgba(42, 139, 242, 0.15), 4px 4px 25px rgba(42, 139, 242, 0.05), 10px 6px 25px rgba(42, 139, 242, 0.15);
    border-color: #7CB8F7;
    padding: 10px;
}

.btn-sign{
    background: linear-gradient(92.68deg, #f4f4f4 0%, #dcdcdc 100%);
    box-shadow: 6px 6px 25px rgba(243, 243, 243, 0.15), 4px 4px 25px rgba(148, 148, 148, 0.05), 10px 6px 25px rgba(242, 242, 242, 0.15);
    border-color: #dcdcdc;
    padding: 10px;
}

.form-control{
    border-radius: 6px !important;
    
}

.login-logo a img{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 38%;
    z-index: 1;
    top: 44%;
    left: 50%;
}

.content-wrapper {
    background: linear-gradient(180deg, #F3F3FB 0%, #FDFBFD 100%) !important;
}

.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side {
    /* background: linear-gradient(180deg, #7CB8F7 0%, #2A8BF2 100%); */
    box-shadow: 6px 6px 25px rgba(42, 139, 242, 0.15), 4px 4px 25px rgba(42, 139, 242, 0.05), 10px 6px 25px rgba(42, 139, 242, 0.15);
    
}

.content-header{
    background: #FFF4F2 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 4em;
    height: 100px;
    padding: 15px !important;
    color: #5A5A5A !important;
}

.icon-header{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 4em;
    top: 50px;
    width: 60px !important;
    height: 60px;
}

.content-header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5em;
}


.content-header-left{
    margin-left: 7em;
}

.content-header-left h3{
    margin-bottom: 5px !important;
    margin-top: 10px !important;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 2em;
}

.btn-create{
    width: 150px;
}

.btn-cancel{
    width: 150px;
    background: linear-gradient(92.68deg, #f77c8c 0%, #f22a45 100%);
    box-shadow: 6px 6px 25px rgba(242, 42, 79, 0.15), 4px 4px 25px rgba(242, 42, 52, 0.05), 10px 6px 25px rgba(242, 42, 45, 0.15);
    border-color: #f77c8c;
    padding: 10px;
}

.bg-orange{
    width: 150px;
    background: linear-gradient(92.68deg, #ff9e53 0%, #fa860a 100%);
    box-shadow: 6px 6px 25px rgba(242, 162, 42, 0.15), 4px 4px 25px rgba(242, 129, 42, 0.05), 10px 6px 25px rgba(242, 129, 42, 0.15);
    border: none !important;
    padding: 10px;
}

.content-header-modal{
    margin-top: 1em !important;
}

.btn-close-modal{
    width: 50px;
    font-size: 1.2em;
    color: white !important;
}

.btn-modal{
    margin-right: 1em;
    width: 100px;
}

.modal-dialog {
    margin: 50px auto !important;
}

.table.dataTable thead,tfoot{
    background: linear-gradient( 92.68deg, #7CB8F7 0%, #2A8BF2 100%) !important;
    color: white !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    
    background: linear-gradient( 92.68deg, #7CB8F7 0%, #2A8BF2 100%) !important;
    border-color: #7CB8F7;
}

.search_result_table thead{
    background: #2A8BF2 !important;
    color: white !important;
}

.patient-archieve{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    
}

.patient-archieve p{
    font-weight: 900;
    
}

.patient-archieve .btn-success{
    font-weight: 500;
    
}





@media screen and (max-width: 530px){
    .login-container{
        top: 40vh;
    }
    .login-logo a img {
        width: 90%;
        top: 35%;
        left: 50%;
    }

}

