#field {
    margin-left: .5em;
    float: left;
}
.activee{
    border: solid violet;
    background-color: violet;
    border-radius: 0 35%;
}

#field,
label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

br {
    clear: both;
}

input {
    border: 1px solid black;
    margin-bottom: .5em;
}

input.error {
    border: 1px solid red;
}

label.error {
    background: url('../img/unchecked.gif') no-repeat;
    padding-left: 16px;
    margin-left: .3em;
}

.tab_b {
    cursor: pointer;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    width: fit-content;
}

.tab_b.acb {
    border: 1px solid #77347f;
}

.tab_b i {
    color: #77347f;
}

.tope {
    display: none;
    visibility: hidden;
}

.tope.act {
    display: block;
    visibility: visible;
}

.formr {
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 2px;
}

.p {
    padding: 0;
}

.d {
    color: black;
}

.b-btn span {
    display: none;
}
.b-btn:hover{
    background-color: #e6c9e9;
}

.b-btn:hover span {
    display: block;
    position: absolute;
    color: black;
    border: 1px solid;
    font-size: 12px;
    margin-top: 35px;
}

.formc {
    width: 100%;
    border-radius: 0.35rem;
    padding-inline: 0.75rem;
    margin: 0;
    height: 26px;
}

.formheading {
    padding: 5px;
    background-color: #77347f !important;
    border-color: #77347f !important;
    color: #fff;
}

input {
    font-size: 12px;
}

label.valid {
    background: url('../img/checked.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

.margin-login {
    margin-top: 150px;
}

.color-purple {
    background-color: #77347f;
    /*background: linear-gradient(to top, #9b52db 10%, #901bb7 100%);*/
    /*background-image: linear-gradient(180deg, #77347f 90%, white 10%);*/
    background-size: cover;
}

.btn-purple {
    background-color: #77347f;
    color: white;
}

.btn-new-purple {
    background-color: #673AB7;
    color: white;
}

.border-left-purple {
    /*border-left: 0.25rem solid #77347f !important;*/
    border-left: 0.25rem solid #901bb7 !important;
}

.text-purple {
    color: #77347f !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #77347f;
    border-color: #77347f;
}

table.dataTable>thead>tr>th {
    font-size: small;
}

table.dataTable>tfoot>tr>th {
    font-size: small;
}

/* .logo{
    width: 200px;
} */

.hospitalIMG {
    width: 242px;
    height: 200px;
}

.hospitalLogoImg {
    height: 200px !important;
    width: 200px !important;
}

/* Rushikesh css */
/* patient view */

.custom-nav-font {
    font-size: medium !important;
}

/*.active {*/
    /* background:#858796 !important;*/
/* }*/