﻿.rz-tabview-nav{
   /*display:block !important;*/
}

.rz-tabview-nav li a{
    width:100% !important;
}

.turcasoft-nav-back {
    height: 100px;
    position:relative;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.turcasoft-nav {
    background-color: cornflowerblue;
    position: sticky;
    bottom: 0px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 70px;
}

.turcasoft-navbar {
    width: 100%;
    overflow-x: scroll;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 80%);
}

.turcasoft-navbar .nav {
    width: 1890px;
    margin: 5px;
}

.turcasoft-navbar .rz-button {
    height: 50px;
    margin: 0px 10px;
}

.rz-dialog-wrapper .rz-dialog {
    position: relative !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.bg-login {
    background-image: linear-gradient( 180deg, rgb(112 182 255) 0%, #f7f7f7 90%);
    position: sticky;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .bg-login .logo {
        width: 200px;
    }

@media(max-width:500px) {
    .bg-login .logo {
        width:130px;
    }
}

.login-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
}

@media(min-width:991px) {
    .login-logo .main-logo {
        position: relative;
        left: -50%
    }
}

@media(max-width:991px) {
    .login-logo {
        position:relative;
        z-index: 1;
        margin-bottom: -115px;
        text-align: center;
        left:0%;
    }
}

.login-patient {
    background-color: #f7f7f7;
    border-radius: 20px;
    height: 500px;
}

.login-aca {
    background-color: #f7f7f7;
    border-radius: 20px;
    height: 625px;
    margin-right: 5%;
}

@media(max-width:991px) {
    .login-aca {
        margin-right: 0%;
    }
}

.login-btn-border {
    border:1px solid rgba(0,0,0,0.4) !important
}

@media(min-width:767px) {
    .search-divider {
        height: auto;
        overflow: hidden;
        border-left: 1px solid rgba(0,0,0,0.5);
        margin-right: 20px;
    }
}