﻿@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Tapestry&display=swap');
@font-face {
  /* font-family: myFirstFont;*/
  font-family: 'Roboto', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
  font-weight: normal;
}
.sdBar {
    font-family: 'Tapestry', cursive;
    font-size: 25px;
    text-align: center;
    color: #451911;
}


body {
    font-family: Roboto;
    background-color: #fff;
}

.lftTab {
    background-color: #209F85;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -20px;
    height:101vh;
    /*width: 13.88%;*/
}
.rgtTab {
    /*width: 86.12%;*/
}
.hghtFl {
    height: 95vh;
}
.imgTsklogo {
    width : 70%;
    height : 10%;
    position: absolute;
    left: 35px;
    top: 24px;
    align-content: center;
    align-items: center;
}
.imgBiologo {
    /*    width : 66px !important;
    height : 65px !important;
    */
    position: absolute;
    top: 30px;
    left: 15px;
    align-content: center;
    align-items: center;
}
.imgIconlft {
    margin-top: 650px;
}
.lgout {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 650px;
}
.tabEdt {
    background-color: #F2F8F1;
    color: #209F85;
    font-size: 16px;
    font-weight: 500;
}
.ttl {
    color: #209F85;
    font-size: 16px;
    font-weight: 600;
    margin-top: 45px;
    margin-left: 40px;
}
.hrLine {
    border: 1px solid #209F85;
    align-content: center;
    align-items: center;
    margin-top: -2px;
}
.box {
    background-color: #F2F8F1;
    height: auto;
    margin-top: -16px;
    margin-left: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width:95vw;
}
.lbl {
    margin-top: 5px;
    padding: 10px;
    font-size: 14px;
}
.cntrl {
    margin-top: -10px;
    margin-left: -10px;
}
.imgIcon {
    margin-top: -18px;
    margin-left: 28px;
}
.btn1 {
    background-color: #000;
    width: auto;
    border-radius: 5px;
    margin-top: -10px;
    margin-left: -10px;
}
.btn2 {
    background-color: #209F85;
    width: 50px;
    height: 25px;
    border-radius: 5px;
    margin-top: -10px;
    margin-left: 20px;
}
.bckGry{
    background : #eeebeb;
}

.icn{
    margin-right: -40px; 
    margin-top: -8px;
}


.btn{
     background-color:#209F85; 
     color:#fff; 
     font-weight:900; 
     border-radius:5px; 
     border:2px solid white;
}

.lftTabhsp {
    /*background-color: #209F85;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /*width: 13.88%;*/
}

.cmbMrg {
    padding-right: 0px !important;
    padding-left: 0px!important;
}

