*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 14px;
}
body{
    font-size: 1rem;
    line-height: 1.4;
    color: var(--primaryTextClr);
    font-family: var(--regularFont);
    background: var(--bodyBg);
}
.loginPage{
    --bodyBg: #fff;
    background: var(--bodyBg);
}
h1{
    font-size: 2.5rem;
    font-family: var(--boldFont);
    line-height: 1.3;
}
h2{
    font-size: 2rem;
    font-family: var(--boldFont);
    line-height: 1.3;
}
h3{
    font-size: 1.8rem;
    font-family: var(--boldFont);
    line-height: 1.3;
}
h4{
    font-size: 1.4rem;
    font-family: var(--semiBoldFont);
    line-height: 1.3;
}
h5{
    font-size: 1.2rem;
    font-family: var(--semiBoldFont);
    line-height: 1.3;
}
h6{
    font-size: 1rem;
    font-family: var(--mediumFont);
    line-height: 1.3;
}
.alert > h3 , .alert h4 , .alert h5{
    font-size: 1.1rem;
    margin: 0;
}
label{
    font-family: var(--boldFont);
    margin-bottom: 8px;
}
.mobileTble label {
    display: block;
    opacity: 1;
    font-family: var(--regular-font);
    margin-bottom: 10px;
    /* color: red; */
    color: var(--primaryBg);
}
.loginHeader{
    background: var(--whiteBg);
}
.topHeader{
    background: var(--primaryBg);
    color: var(--whiteTxt);
    padding: 8px 15px;
    display: flex;
    justify-content: flex-end;
}
.socialList{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
.socialList li a{
  color: var(--whiteTxt);
  text-decoration: none;
  transition: all 5000ms ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.socialList li a i{
    font-size: 120%;
}
.mainHeader {
    padding: 10px 0;
}
.logoBox img{
    height: 75px;
    object-fit: contain;
}
.mainLogo img{
    max-height: 50px;
}
.textDanger{
    color: var(--dardRed);
}
header .textDanger{
    text-shadow: 1px 1px 2px var(--orangeBg) ;
}
.listMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.6rem;
    
}
.listbtn{
    display: inline-flex;
    padding: 5px 8px;
    font-size: 1.8rem;
    color: var(--primaryBg);
    border-radius: 5px;
    border: 0;
    background: transparent;
    transition: all 500ms ease;
}

.listMenu li .dropdown-menu{
    padding: 10px 0;
    border-radius: 15px;
    min-width: 250px;
}
.listMenu li .dropdown-menu li {
    padding: 3px;
}
.listMenu li .dropdown-menu li a {
    display: flex;
    gap: 15px;
}
.listMenu li .dropdown-menu li button{
        text-align: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 4px 40px;
}
.listMenu li .dropdown-menu li a i{
    font-size: 1.8rem;
}

.firstScreen{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    
}
.loginFirstScreen{
    max-width: 800px;
    padding: 40px 15px;
    margin: auto;
    display: none;
}

.loginFirstScreen .textDanger small{
    display: block;
    font-size: 80%;
    line-height: 1.2;
    color: var(--orangeBg);
}
.iconsRight{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
}
.iconsRight.showPass , .iconsRight.hidePass {
    display: none;
    font-size: 25px;
    color: var(--primaryBg);
    cursor: pointer;
}
section.formBox{
    height: calc(100dvh - 150px);
   
    padding: 10px 50px;    
}
.bgDoctor{
 background: url(../images/login/loginBg.png) no-repeat right center;
    background-size: auto 100%;
}
.formWrap {
        width: 95%;
    max-width: 420px;
    background-color: var(--whiteBg);
    margin-left: 30%;
    position: relative;
    z-index: 2;
}
.loginBody label{
    margin-left: 20px;
}
.loginHead{
    background-color: var(--primaryBg);
    background-image: url(../images/login/Rectangle.svg);
    background-repeat: no-repeat;
    background-position: center -20px;
    background-size: 100% auto;
    border-radius: 35px 35px 0 0;
    color: var(--whiteTxt);
    padding: 8px 15px;
    border: 2px solid var(--primaryBg);
    border-bottom: 0;
}
.loginHead .d-flex{
    align-items: center;
    gap: 4rem;
}
.loginHead .d-flex img{
    height: 60px;
}
.loginBody{
    border: 2px solid var(--primaryBg);
    border-top: 0;
    padding: 25px 25px;
    background: var(--whiteBg);
    border-radius: 0 0 35px 35px;
}
.btnPrimary{
    background-color: var(--primaryBg);
    color: var(--whiteTxt);
    font-family: var(--semiBoldFont);
    font-size: 1.1rem;
    padding: 12px 15px;
    border-radius: 20px;
    border: 1px solid var(--primaryBg);
    transition: all 500ms ease;
    letter-spacing: 0.5px;
    line-height: 1;
    width: 100%;
    display: block;
}
.btnPrimary:hover{
    background-color: var(--primaryBgHvr);
}
.radius8{
    border-radius: 8px;
}
.idImg{
                        width: 170px;
                        }
.form-control , .form-select , .input-group , input[type="text"]:disabled ,
input[type="email"]:disabled , input[type="number"]:disabled , input[type="date"]:disabled,
textarea:disabled {
        --liteBorder: #949596;
    border: 1px solid var(--liteBorder);
    background-color: var(--liteBg);
    height: unset;
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    box-shadow: unset;
}
.input-group{
    padding: 0;
    background-color: transparent;
}
.input-group  .form-control , .card .form-select , .card .form-control {
    background-color: transparent;
}

.input-group .input-group-text {
   background: transparent;
   font-size: 1.5rem;
   border: 0;
   color: var(--primaryBg);
}
.input-group .form-control , .input-group .form-select{
   border: 0;
}
.loginBody .form-control{
    border-radius: 30px;
}
.imgBottoms{
    position: absolute;
    left: 5%;
    bottom: 0;
        max-width: 30vw;
}
.cardBx{
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 0;
    border: 0;
    cursor: pointer;
    transition: all 500ms ease;
    position: relative;
}
.cardBx + .cardBx{
    margin-top: 1rem;
}
.cardBx:hover .overlayLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
}
.logoTop{
    margin: 1rem auto 1.3rem;
}
.cardBx:hover{
    opacity: 0.9;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
/* sidebar css */
.mx320{
    max-width: 320px;
}
.profileUsertop {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 18px;
    position: relative;
}
.iconround {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--whiteBg);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.userImgs {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: var(--userBg);
    position: relative;
    margin: 8px auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryBg);
}
.userImgs i{
    font-size: 2rem;
}
.profileUsertop h4 {
    position: relative;
    margin: 0;
    color: var(--primaryBg);
    font-size: 1rem;
    text-transform: inherit;
    font-family: inherit;
    line-height: 1.1;
}
.menu2 {
    border-radius: 0px;
    overflow: auto;
    padding: 20px 10px;
    max-height: calc(100% - 120px);
}
body .divWthSidebar{
	padding: 0;
	padding-left: 310px;
	margin: 0;
    transition: all 500ms ease;
}
.sidebar-menu{
    margin-bottom: 20px;
}
.sidebar{
    height: 100%;
        padding: 5px;
    background: var(--whiteBg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    z-index: 0;
    width: 300px;
        transition: all 500ms ease;
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.menu2 .sidebar-menu > li .treeview-menu, .menu2 .sidebar-menu > li > a {
    background-color: var(--whiteBg);
    color: var(--darkClr);
    border-radius: 10px;
    margin: 0 0 5px;
}
.menu2 .sidebar-menu > li .treeview-menu{
    background-color: var(--tableHead);
}
.menu2 .sidebar-menu > li .treeview-menu li a{
    color: var(--secondry);
    padding: 5px 0;
}
.menu2 .sidebar-menu > li .treeview-menu li a.active{
    color: var(--primaryBg);
}
.mainWraps .main-sidebar .btn2 {
    background: transparent;
}
.menu2 .sidebar-menu > li .treeview-menu {
    padding: 10px;
}
.sidebar-menu > li > a svg , .sidebar-menu > li > a i{
        max-height: 22px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin-right: 12px;
    fill: var(--darkClr);
}
.sidebar-menu > li > a i{
    font-size: 1.6rem;
}
.menu2 .sidebar-menu > li.active > a {
     background-color: var(--primaryBg) !important;
    color: var(--whiteTxt) !important;
}
.menu2 .sidebar-menu > li > a:hover{
    background-color: var(--tableHead) !important;
}
.menu2 .sidebar-menu > li.menu-open > a {
    background: var(--tableHead);
    cursor: pointer;
}
.sidebar-menu > li > a .la-angle-down {
    margin-left: auto;
    position: absolute;
    right: 0;
    font-size: 15px;
    opacity: 1;
    top: 20px;
}
.doctrPresc{
    min-height: 420px;
}

.tableBill table.table tr th {
    width: 160px;
}
.tableBill table.table tr > *, .tableBill table.table {
    border: 0 !important;
}

/* li.mobileMenuBtn.d-lg-none {
    display: block !important;
} */
/* end of sidebar css */
.fileUploadField.input-group{
    flex-wrap: unset;
}
.fileUploadBox{
    border: 1px dashed var(--primaryBg);
    padding: 15px;
    border-radius: 10px;
    text-align: left;
        position: relative;
}

.fileUploadBox input , .fileUpload{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.files .fileName {
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fileIcon{
    margin: 10px auto;
    background: var(--primaryBgHvr);
    color: var(--whiteTxt);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.fileUploadBox h4{
    font-size: 1.1rem;

}
.fileName{
    opacity: 0.8;
    font-size: 0.9rem;
    font-family: var(--regularFont);
}
.filewrap {
    align-items: center;
    flex-wrap: unset;
}


.checkBoxWrap{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding: 0 15px;
}
.checkboxItem{
    position: relative;
}
.checkboxItem input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.checkboxItem label {
    padding-left: 35px;
    color: var(--primaryTextClr);
    transition: all 500ms ease;
    font-family: var(--regularFont);
    cursor: pointer;
}

.checkboxItem label:before , .checkboxItem label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    background: var(--whiteBg);
    border: 1px solid var(--darkClr);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
}
.checkboxItem label:after{
        content: "\f00c";
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: var(--bgSucces);
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background: transparent
}
.checkboxItem input:checked + label {
    color: var(--bgSucces);
}
.checkboxItem input:checked + label:before{
    background: var(--bgSucces);  
    border-color: var(--bgSucces);  
    font-weight: 900;
}
.checkboxItem input:checked + label:after{
    opacity: 1;
    color: var(--whiteTxt);
}

/* form input  */
.input-wrapper {
  position: relative;
}
.input-wrapper label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1rem;
  transition: 0.2s ease all;
  pointer-events: none;
  z-index: 5;
  background: transparent;
  color: var(--paraGraphClr);
  font-family: var(--mediumFont);
}
.input-wrapper.focused label{
      top: -9px;
    font-size: 0.8rem;
    color: var(--darkClr);
     background: var(--whiteBg);
}
.input-wrapper{
    flex: 1;
}
.mb80{
    min-width: 80px;
}
/* end of input */

/* pdf bill csss */
  .pdfLogo{
    display: inline-flex;
    max-width: 50px;
  }
  .pdfLogo img{
    width: 50px;
  }
  
.recipthead {
    border-right: 0;
    border: 2px solid var(--darkClr);
    margin: 20px 0;
    border-left: 0;
    border-right: 0;	
    padding: 15px 0;
  }
/* end of bill css */

/* calender css */
.ajax__calendar {
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    left: 0;
     font-family: var(--regularFont);
     font-size: 12px;
}
.inputFields .ajax__calendar{
    left: auto !important;
    right: 0;
}
.ajax__calendar .ajax__calendar_container {
    border: 0;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /* font-family: inherit; */
    font-family: var(--regularFont);
}

.ajax__calendar table{
    width: 100%;
}
.ajax__calendar .ajax__calendar_header {
    height: auto;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #dde2f9;
    font-family: var(--regularFont);
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years{
    width: 100%;
}

.ajax__calendar .ajax__calendar_month ,
.ajax__calendar  .ajax__calendar_year {
    height: auto;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-family: var(--semiBoldFont);
    font-size: 12px;
    line-height: 1;
}
.ajax__calendar .ajax__calendar_month br ,
.ajax__calendar .ajax__calendar_year br{
    display: none;
}

.ajax__calendar td.ajax__calendar_active .ajax__calendar_month ,
.ajax__calendar td.ajax__calendar_active .ajax__calendar_year {
    background-color: #feba0f;
    border-color: #feba0f;
    color: #131619;
}

.ajax__calendar .ajax__calendar_body {
    height: 260px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    font-family: var(--regularFont);
}
.ajax__calendar .ajax__calendar_body td{
    padding: 3px;
}

.ajax__calendar .ajax__calendar_dayname , .ajax__calendar .ajax__calendar_day {
    height: auto;
    width: 30px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
    font-family: var(--semiBoldFont);
}
.ajax__calendar .ajax__calendar_day {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    background: rgb(231 240 252);
    display: inline-block;
    padding: 0;
    line-height: 30px;
    font-family: var(--semiBoldFont);
}

.ajax__calendar .ajax__calendar_today .ajax__calendar_day {
    border-color: #0d4586;
    background: #0d4586;
    color: #fff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #0d4586;
    border-color: #0d4586;
    color: #ffffff;
}

.ajax__calendar .ajax__calendar_footer {
    display: inline-flex;
    border-top: 0;
    padding: 5px 10px;
    height: auto;
    align-self: center;
    border-radius: 10px;
    font-size: 13px;
    font-family: var(--regularFont);
}

.ajax__calendar .ajax__calendar_days, .ajax__calendar .ajax__calendar_months, .ajax__calendar .ajax__calendar_years{
    width: 100%;
    background-color: #fff;
}
.tableCheckBox , .tableCheckBox tr{
    display: block;
    width: fit-content;
}
.tableCheckBox tbody {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tableCheckBox td span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.tableCheckBox td  label {
    margin: 0;
}
.tableCheckBox td input{
    margin-right: 5px;   
}
.radioBxBtn , .radioBxBtn tr {
    display: block;
}
.radioBxBtn tbody, .radioBxBtn tr td {
    display: flex;
    gap: 1rem;
    position: relative;
}
.radioBxBtn tbody {
    padding: 5px;
    background: var(--tableHead);
    border-radius: 30px;
    gap: 10px;
}
.radioBxBtn tr td label {
    border-radius: 15px;
    padding: 5px 10px;
    background-color: var(--bodyBg);
    border: 1px solid var(--borderClrs);
    display: block;
    padding-left: 30px;
}
.radioBxBtn tr td input{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.radioBxBtn tr td input:checked + label {
    background: var(--primaryBgHvr);
    color: var(--whiteTxt);
}
.noWrap{
    white-space: nowarp;
}

.form-message > div {
    border-radius: 10px;
}
.mobileMenuBtn button {
    display: inline-flex;
    width: 35px;
    height: 35px;
    margin: 3px;
    border-radius: 100% !important;
    background: var(--primaryBg);
    align-items: center;
    justify-content: center;
    color: var(--whiteTxt);
    max-width: 35px;
    min-width: 35px;
    padding: 0;
    font-size: 18px;
}
.listICons{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.iconTbl{
           width: 60px;
    height: 50px;
    position: relative;
    border: 1px solid var(--grayHilited);
    /* background-color: rgb(229, 231, 253); */
    border-radius: 5px;
    cursor: pointer;
}
.iconTbl.activeTable{
    border-color: var(--primaryBg);
    background-color:  var(--grayHighlight);
}
.iconTbl img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 35px;
    /* opacity: 0.5; */
   transition: all 500ms ease-in-out;
}
.hvrActive{
    opacity: 0;
}
.iconTbl.activeTable img{
    opacity: 0;
}
.iconTbl.activeTable .hvrActive{
    opacity: 1;
   
}
.form-check-inline .form-check-input{
    border: 0;
}
/* custom popup */
.custom-modal{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
   background: rgba(0, 0, 0, 0.3);
   overflow: auto;
   display: none;
}

/* end of Custom pop */

/* filter dropdown  */
.actionBox{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--whiteBg);
    color: var(--primaryTextClr);
    border-radius: 15px;
    padding: 20px;
    display: none;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
    width: 100%;
}
.inputFields{
    display: none;
    padding: 0 0 12px;
}
.inputFields h5 {
    margin-bottom: 15px;
}
.actionBox .closeBtn{
    position: absolute;
    right: 0;
    top: 0;
    color: var(--darkClr);
    font-size: 1.2rem;
    z-index: 1;
    border: 0;
}

/* end of filter dropdown */


@media (min-width: 992px){
    body.menu-open .divWthSidebar{
        padding: 0;
    }
    .menu-open .sidebar{
        left: -110%
    }

   body.menu-open .mobileMenuBtn  .la-times,
   body .mobileMenuBtn  .la-bars{
       display: none;
    }
     body.menu-open .mobileMenuBtn  .la-bars{
       display: block;
    }
}

@media (max-width: 991px){
    body .divWthSidebar {
    padding: 0 10px;
    margin: 0;
}
    .sidebar{
        left: -320px;
        z-index: 99;
        transition: all 500ms ease;
    }
   .menu-open .sidebar{
        left: 0;
    }
     body .mobileMenuBtn  .la-times ,
 body.menu-open .mobileMenuBtn  .la-bars{
       display: none;
    }
     body.menu-open .mobileMenuBtn .la-times{
       display: block;
    }

}

@media (max-width: 768px){
    .mainHeader .col.text-center{
         display: none;
    }
    .mainHeader .row .col:last-child{
        margin-left: auto;;
    }

    .bottmFooter {
    overflow: hidden;
    font-size: 8px;
    display: none;
}
.w-mb-100{
    max-width: 100%;
    width: 100%;
}  
}
@media (max-width: 580px){
    html {
    font-size: 12px;
}
    .card-body .row > .col {
    flex: unset;
    margin-bottom: 15px;
}


.loginFirstScreen .mainHeader.d-block {
    display: block;
}
.loginFirstScreen .mainHeader.d-block .row{
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.textShow h2 {
    font-size: 1.65rem;
}

.textShow .socialList {
    justify-content: center;
    padding: 10px 0;
}
.textShow .socialList li a{
    background: var(--blueBgGrade);
    padding: 8px 15px;
    border-radius: 10px;
    color: var(--whiteTxt);
}
.logoBox img {
    height: 45px;
}
.mainLogo img {
    max-height: 35px;
}
.bottmFooter{
    max-height: 0;
}
.loginPage .formBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginBody {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.loginPage .formWrap {
    width: 100%;
    max-width: 100%;
    background-color: var(--whiteBg);
    margin-left: 0;
    position: relative;
    z-index: 2;
    margin-top: 0;
}
.loginPage section.formBox {
    padding: 20px;
}

   .firstScreen .mainHeader .row .col:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .firstScreen{
        background-color: var(--whiteBg);
    }

.logoBox img {
    height: 50px;
    object-fit: contain;
}
.mainLogo img {
    max-height: 40px;
}

    body .divWthSidebar {
        padding: 0;
        margin: 0;
    }
    .loginFirstScreen{
        display: block;
    }
}
@media (max-height: 800px){
    .containSmall{
        max-width: 1000px;
    }
    .cardBx i img{ 
        height: 35px;
        object-fit: contain;

        object-position: center bottom;
        display: inline-block;
        margin-bottom: 1rem;
    }
    .cardBx h4{
        font-size: 1.1rem;
    }
    .formWrap{
        margin-top: 50px;
    }
}

@media (max-width: 580px){
    section.formBox {
    padding: 10px 0;
}
   .formBox .mobileSetCol{
    display: flex;
    gap: 12px;
    overflow: auto;
    margin-bottom: 15px;
    }
    .formBox   .cardBx{
        flex: 1;
        min-width: 120px;
		margin-bottom: 5px;
    }
 .formBox   .cardBx + .cardBx {
    margin-top: 0;
}
  .formBox  .cardBx h4 {
        font-size: 0.9rem;
    }
}