@media (min-width: 768px) {
    .auth.auth-img-bg .auth-form-transparent {
        width: 80%;
        margin: auto;
    }
    .auth.auth-img-bg .entrance-form-transparent {
        width: 90%;
        margin: auto;
    }
}

/* tabs */
.tabs{
    height:auto;
    margin:0 auto;
}

/* tab list item */.tabs .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
.tabs .tabs-list li{
    width:200px;
    float:left;
    margin:0px;
    margin-right:2px;
    padding:10px 5px;
    text-align: center;
    background-color: lavender;
    border-radius:3px;
}
.tabs .tabs-list li:hover{
    cursor:pointer;
}
.tabs .tabs-list li a{
    text-decoration: none;
    color:black;
}

/* Tab content section */.tabs .tab{
    display:none;
    width:96%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    clear:both;
}
.tabs .tab h3{
    border-bottom:3px solid cornflowerblue;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
}
.tabs .tab p{
    line-height:20px;
    letter-spacing: 1px;
}

/* When active state */.active{
    display:block !important;
}
.tabs .tabs-list li.active{
    background-color:cornflowerblue !important;
    color:white !important;
}
.active a{
    color:white !important;
}

/* media query */
@media screen and (max-width:360px){
    .tabs{
        margin:0;
        width:96%;
    }
    .tabs .tabs-list li{
        width:80px;
    }
}
/**/
.entrance-form-btn {
    color: white;
    float: right;
}
.hide-div {
    display: none;
}
.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

.has-error{
    color: #bd362f;
}
select.form-control {
    color: black !important;
}
.tabs .tabs-list li.disabled {
    pointer-events: none;
}
.input-group-img{
    padding: 0px !important;
}
.input-group-img img {
    width: 60px !important;
}
#user_preview {
    min-height: 150px !important;
    max-height: 150px !important;
}
.dp-hide {
    display: none;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.center {
    text-align: center;
}
.table th, .table td {
    line-height: 0.1;
}
.dataTables_wrapper .dataTable thead th {
    padding: 0.8em 1em;
    text-align: center;
}
.unapproved {
    background-color: red;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: white;
}
.approved {
    background-color: green;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: white;
}
.ml-5 {
    margin-left: 5px;
}
.mr-5 {
    margin-right: 5px;
}
.admit_download img{
    width: 350px;
    border: 1px solid transparent;
    border-radius: 20px;
}
.dp-hide {
    display: none;
}
.admit_card tr > td{
    padding: 5px;
}

.admit_photo img{
   min-width: 120px;
   max-width: 120px;
}
.admit_head {
    text-align: center;
}
.admit_head img{
   max-width: 200px;
}
.address {
    font-size: 12px;
}
.phone {
    font-size: 11px;
}
.admit-card {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.fishes{
    position: relative;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    object-fit:cover;
}
.fish{
    position: absolute;
    top: 70px;
    left: 30px;
    max-width: 100px;
}
.dahsboard-block h5{
    padding: 10px;;
}
