.flex-align{
    align-items: center;
}
.center{
    text-align: center;
}
.all-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-card-header{
    background-color: #28a745;
    color: #fff;
}
.margin-left-10{
    margin-left: 10px;
}
.mr-top-32{
    margin-top: 32px;
}
.preloader-animation{
    border-radius: 5px;
}
.nav-bar-icons{
    width: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.header-icon-link{
    transition: 0.3s;
}
.header-icon-link:hover{
    transform: scale(1.3);
}
.circle-profile{
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
}
.add-btn{
    float: right;
    margin: 5px 0 0 0;
}
.option2{
    margin: 0;
}
.scroll{
    scroll-behavior: smooth;
}

.select-patiant{
    color: blue;
    cursor: pointer;
}
.scroll-xx{
    overflow-x: scroll;
}

.padding-in{
    padding: 15px 10px 0;
}

.table-side-head{
    background-color: #e9ecef;
}
.eye-select{
    min-width: 100px;
}
.remove{
    color: brown;
}
.flex{
    display: flex;
}
.flex-between{
    justify-content: space-between;
}


.profile-user-img {
    height: 100px;
}
.right-profile-btngrp{
    background-color: transparent;
    display: flex;
    flex-flow: row-reverse;
}
.right-profile-btngrp button{
    margin-left: 10px;
}
.right-profile-btngrp .btnlink{
    margin-left: 10px;
}

.hide{
    display: none;
}
.login-logo-with-address{
    width: 500px;
    text-align: center;
}
.login-box{
    margin: 0 auto;
}
.slider-description{
    text-align: center;
    margin: 15px auto 30px;
    max-width: 500px;
}
.presentation{
    background-color: #000;
}
.splide__pagination__page {
    background: #000;
}
.splide__pagination__page.is-active {
    background: #000;
}
.login-footer{
    margin: 0px 10px 50px;
}
.login-section{
    margin: 100px auto;
}
.icheck-primary{
    text-align: left;
}
.forget-password{
    margin-left: 10px;
}
.relative{
    position: relative;
}
.profile-box{
    overflow: hidden;
}
.edit-profile-pic{
    position: absolute;
    top:30px;
    transform: scale(10);
    opacity: 0;
    cursor: pointer;
}
.uppercase{
    text-transform: uppercase;
}
.profile-input{
    margin-bottom: 10px;
}

/*responcive*/
@media only screen and (max-width: 1180px){}
@media only screen and (max-width: 1080px){}
@media only screen and (max-width: 1023px){}
@media only screen and (max-width: 992px){}
@media only screen and (max-width: 990px){}
@media only screen and (max-width: 880px){}
@media only screen and (max-width: 768px){
    /*this is used on buttons like search, +add hospital, +add doctor*/
    .mr-btm-16{
        margin-bottom: 16px!important;
    }
}
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 485px){}
@media only screen and (max-width: 420px){
    .scroll-x{
        overflow-x: scroll;
    }
}
@media only screen and (max-width: 400px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 280px){}