@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

:root {
    --primaryCol: #0d1f45;
    --secondaryCol: #3057a4;
    --eleCol01: #a5daff;
    --eleCol02: #4679df;
    --midGrey: #F4F4F4;
    --mainTxt: #3a3a3a;
    --lightTxt: #8f989f;
    --darkTxt: #333;
    --border: #7ab5dd;
    --pgBg: #FAFAFA;
}

* {
    font-family: 'Poppins', sans-serif;
    color: var(--mainTxt);    
    font-size: 14px;
    font-weight: 400;
}
body{
    background-color: var(--pgBg);
}
h1{}

h2{
    font-size: 1.2rem;
    line-height:1.2rem ;
}
h3{
    font-size: 1.1rem;
    line-height:1.1rem ;
}
h4{
    font-size: 0.9rem;
    line-height:0.9rem ;
}
h5{
    font-size: 0.9rem;
    line-height:0.9rem ;
}
h6{
    font-size: 0.8rem;
    line-height:0.8rem ;
}
.darkTxt{
    color:var(--darkTxt);
}
.eleCol02Txt{
    color:var(--eleCol02)
}
.secondaryColTxt {
    color: var(--secondaryCol)
}
.greidentStrip{
    width: 100%;
    background-image: linear-gradient(to right, #91cbf3 , #3d7aa3);
    min-height: 12px;
    height: 12px;
}
footer{
    margin: 16px 0;
    text-align: center;
    font-size: 0.9rem;       
}

.header{
    background: var(--eleCol01) !important;
}
.header img{
    height: 40px;
}
/* -------------------------------------------------------------
    Left Panel --------------------------------------------------------- */

.leftPanal{
    background-color: #fff; 
    min-height: calc(100vh - 140px);  
    margin-right: 10px; 
    padding: 0 16px;
}
.leftPanal h2{
    color: var(--secondaryCol);
    font-weight: bold;
}
.leftPanal h6{
    color: var(--secondaryCol);
    font-weight: bold;
}
.leftPanalPatDetail{
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    border-bottom: 1px solid var(--border);
    min-height: 180px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.userProfImg{
    position: relative;
}
/*.lftPanUserCircle {*/
.lftPanPatPic {

    width: 150px;
    height: 150px;
    display: flex;
    /* border: 1px solid var(--border); */
    /* margin: 10px 0 10px 0; */
    overflow: hidden;


    /* width: 101px;
    height: 101px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--secondaryCol);
    margin: 30px 0 10px 0;
    overflow: hidden; */
}
.lftPanCircleTick{
    position: absolute;
    top: 21px;
    right: -25px;
}
.lftPanUserCircle img{
    width: 100%;
    background-size: contain;
}
.lftPanList{    
    padding: 19px 0 12px 0;
    border-bottom:1px solid var(--border);
}
.lftPanList h3{
    color:var(--mainTxt);
    font-weight: 400;
}
.lftPanList h5{
    color:var(--lightTxt);
    font-weight: 400;
}

 /*  ------------- tabs on Right --------------------------------------
 --------------------------------------------------------------  */

.rightPanel{
   background-color: #fff;
   height: 100%;
   padding: 14px;
 }

 .rightPanel .nav-item svg{
    width: 29px;
    height: 29px;
    fill: #5495c1;
 }
 .top-link{
    display: flex;
    flex-direction: column;
 }

 .tabstyle01 .nav{
    /* border-bottom: 1px solid var(--border); */
 }

 .tabstyle01 .nav-pills .nav-link.active,  
 .tabstyle01 .nav-pills .show>.nav-link {
    /* color: #fff;
    background-color:var(--eleCol01);
    color: var(--secondaryCol);
    border-bottom: 3px solid var(--secondaryCol);    */
    
    background-color: var(--eleCol01);
    color: var(--secondaryCol);
    border-bottom: 4px solid var(--secondaryCol);


}
.tabstyle01 .nav-pills .nav-link{
    display: flex;
    flex-direction: column; 
    align-items: center;
    color: #000;    
}

.tabstyle01 .nav-link.active div {
    color: var(--secondaryCol);
}
.tabstyle01 .nav-link.active .svg{
    fill:var(--secondaryCol);
}
.tabstyle01 .nav-link {    
    padding: 0.5rem 1.6rem;
}
.tabstyle01 .nav-item:hover{
    background-color: #fff7f3;    
}
.svg{
    height: 19px; 
    max-height: 19px;
    color: var(--darkTxt);
    fill:var(--mainTxt);
    stroke:var(---darkTxt);
}
.svgActive{
    height: 19px; 
    max-height: 19px;
    fill:var(--secondaryCol)
}
.tabstyle01 .nav-pills .nav-link {
    /* background: 0 0;
    border: 0;
    border-radius: 0rem;   */

    background: 0 0;
    border: 1px solid #7ab5dd;
    border-radius: 1rem 1rem 0rem 0rem;
    margin-right: 8px;
    border-bottom: 4px solid #7ab5dd;
}
.tableBox{
    width: 100%;
    background-color: #fff;
    border:1px solid #7ab5dd; 
    /* padding: 12px; */
}
.tableBox table thead tr th{
    font-weight: bold;
    color: #000;
    
}
@media screen and (max-width: 776px) {
    .leftPanal{
        margin-right: 0;
    }
}
.modal-header {
    width: 100%;
    background-image: linear-gradient(to right, var(--eleCol01), var(--secondaryCol));
    min-height: 12px;
}

.modal-header h5 {
   font-size: 1.25rem;
}

.modal-title {
    color: var(--primaryCol);
}

.modal-header .close {
    color: #fff !important;
    font-size: 2rem;
    opacity: 0.9;
}

.modal-body .bigTxt {
    font-size: 1.7rem;
    text-align: center;
    color: var( --primaryCol);
    margin: 20px 0;
}


/* .greidentStripmodel {
    width: 100%;    
    background-image: linear-gradient(to right, #91cbf3 , #3d7aa3);
    min-height: 12px;
    height: 12px;
} */
.smallColumn {
    max-width: 260px;
}

.welcomeMess {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .welcomeMess h1 {
        padding-top: 14px;
        color: var(--darkTxt)
    }

.welcomeTxt {
    font-size: 1.9rem;
    color: var(--secondaryCol);
}

@media screen and (max-width: 776px) {
    .leftPanal {
        margin-right: 0;
    }
}
.textalign {
    text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(226 238 247);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #728da9;
    background: #c5deef;
}

.pagination {
    padding: 0.5rem;
    border-radius: 0;
    border-top: 1px solid #aecfe5;
    background: #c5deef;
    margin: 0;
}



.page-item .page-link {
    /* color: var(--secondaryCol) !important;
    pointer-events: none;
    cursor: auto;
    background-color: #95c3e1;
    border-color: #7ab5dd;
     */

    background-color: var(--eleCol01);
    color: var(--secondaryCol);
    border: 1px solid #7ab5dd;
    width: 50px;
    border-radius: 0;
}

 .page-item.disabled .page-link {
       
    background-color: #dee2e6;
    border-color: #bcc2c7;
} 

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    --d: 15.6px;
    width: 1.9px;
    height: 1.9px;
    border-radius: 50%;
    color: #0c4f7f;
    box-shadow: calc(1*var(--d))      calc(0*var(--d))     0 0,
           calc(0.707*var(--d))  calc(0.707*var(--d)) 0 0.5px,
           calc(0*var(--d))      calc(1*var(--d))     0 1px,
           calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 1.4px,
           calc(-1*var(--d))     calc(0*var(--d))     0 1.9px,
           calc(-0.707*var(--d)) calc(-0.707*var(--d))0 2.4px,
           calc(0*var(--d))      calc(-1*var(--d))    0 2.9px;
    animation: spinner-a90wxe 1s infinite steps(8);
 }
 
 @keyframes spinner-a90wxe {
    100% {
       transform: rotate(1turn);
    }
 }
.ajaxSpinnerContainer{
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.605);
    z-index: 30001;
    opacity: 0.8;
}
.ajaxSpinnerContainer .spinner{
    position: absolute !important;
    z-index: 30002;
}