html {
    font-size: 100%;
    height: 100%;
}
body {
    min-height: 100%;
  font-family: 'Montserrat', sans-serif;
    background-color: #FAFAFA;
}
div#loginPage {
    background: url(bg.png);
    height: 100vh;
    background-size: 100%;
    background-position: center;relative-item
    background-repeat: no-repeat;
    position: relative;
    padding: 0 4rem;
}

div#loginPage:before {content: "";position: absolute;top: 0;width: 100%;left: 0;bottom: 0;background: #00000078;}

.topWrapper {
    padding: 3rem 0;
}

.topWrapper .logo {
    width: 130px;
}

.topWrapper .btn-wrapper .signIn {
    font-family: Roboto;
    background: #FFE609;
    border-radius: 30px;
    font-size: 1.8rem;
    padding: 0.4rem 1.7rem;
    font-weight: 500;
}

.topWrapper .btn-wrapper .signUp {
    color: #d6d6d6;
    font-size: 1.8rem;
    margin-left: 2rem;
}

.welcomeText {
    color: #fff;
    border-right: 7px solid #ffffff40;
    /* padding: 1rem 0; */
    /* width: 90%; */
}

.welcomeText h2 {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.loginWraper {
    color: #fff;
    padding: 0 5rem;
}
.loginWraper h2 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.loginWraper p:nth-child(2) {
    font-size: 1.4rem;
    color: #c7c7c7;
    width: 60%;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 3rem;
}

.loginWraper .form-group input.form-control {
    font-size: 1.3rem;
    background: transparent;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #c7c7c7;
    padding: 0.5rem 0.5rem 0.5rem 5rem;
}
p.forgetPassword{
font-size: 1.5rem;
font-weight: 100;
margin-bottom: 2rem;
}

.signInPrimary {
font-size: 1.5rem;
font-family: Roboto;
padding: 0.5rem 2rem;
border-radius: 10px;
}
.loginWraper .form-group {
    position: relative;
}

.loginWraper .form-group svg {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
}
.welcomeText p {
    font-size: 1.3rem;
    color: #c7c7c7;
}
.loginWraper .form-group input.form-control::placeholder {
    color: #c1c1c1;
  }
  .loginWraper .form-group input.form-control:focus {
    border-color: #007bff;
}
span.errorMsg {
    color: #f00;
    position: absolute;
    bottom: -30px;
    display: none;
}
.loginWraper .form-group .form-control.error {
    border: 2px solid #f00;
}

header {
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
        position: fixed;
    left: 0;
    right: 0;
    height: 82px;
    z-index: 1001;
   
        top: 0px;
}
.main-wrap {
    padding-top: 10px;
    margin-top: 30px;
}
.side-menu {
    width: 285px;
    position: fixed;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
            
}
.left-main-content {
    margin-left: 285px;
    padding: 15px;
    width: calc(100% - 285px);
    transition: 0.3s ease-in-out;
}


.menutoogle-row {
    display: flex;
    align-items: center;
    width: 12%;
        margin-top: 10px;
}
.searchinput {
    position: relative;
        width: 22.5vw;
}
.searchinput span {
       position: absolute;
    top: 50%;
    right: -37px;
    transform: translateY(-50%);
    background-color: #23658D;
    padding: 17px 24px;
    border-radius: 17px;
}
.searchinput span img {
        width: 20px;
}
.menutooglicon {
        margin-right: 28px;
}
.searchinput input{
        border: 0px;
    width: 450px;
    height: 56px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    padding-left: 30px;
}
.userdropdown {
        display: flex;
    align-items: center;
    padding-right: 18px;
}
.userdropdown  ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
        margin-right: 20px;
}
.userdropdown ul li{
        margin-right: 20px;
}
.userdrop-name {
    display: flex;
        align-items: center;
}
.shortname {
        background-color: #CDE6FF;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    padding: 9px;
    margin-right: 8px;
}
.dropdown .dropdown-toggle::after {
    display: none;
}
.ur-fullname p {
   margin: 0;
    font-size: 16px;
    line-height: 0;
    font-weight: 600;
    margin-bottom: 3px;
    color:#fff;
}
.ur-fullname span {
      font-size: 14px;
    color: #a7a7a7;
    padding-top: 4px;
    display: block;
}
.dropdown .dropdown-toggle {
    cursor: pointer;
}
.side-menu ul#navbar  {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 180px;
    margin-left: 0px;
    
}
.side-menu ul#navbar li {
        margin-bottom: 1.4rem;
        position:relative;
}
.side-menu ul li a {
    color: #000000;
    text-decoration: none;
    padding: 13px 15px 13px 19px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    border-radius: 36px;
}
.side-menu ul li.active a {
    background-color: #226a44;
    color: #ffffff;
    margin-left: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.side-menu ul li.active a svg path {
    fill: #ffffff;
}
.side-menu ul li a:hover {
    background-color: #226a44;
    color: #ffffff;
  
}
.side-menu ul li a:hover svg path {
     fill: #ffffff; 
}
.side-menu ul li  svg {
    width: 20px;
        width: 40px;
}
.main-title h2 {
            font-size: 35px;
        margin: 0px;
        font-weight: 600;
}

.main-title span{

    font-weight: 400;
    color: #242424;
}
.main-title h2 svg {
        margin-right: 10px;
    position: relative;
    top: -1px;
}
.card-box {
      background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 7px #0000001a;
}
.card-box-title h3 {
    font-size: 18px;
    margin: 0px;
    font-weight: 700;
}
.custombtn {
        background-color: #2d8ae8;
    color: #ffffff;
    border-radius: 35px;
    font-size: 16px;
    padding: 6px 20px;
    box-shadow: 0px 3px 5px #2d8ae83b;
}
.card-box-title {
        border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 13px 20px;
}
.main-title {
         margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination-list li a {
        color: #8A8A8A;
    font-size: 16px;
    margin-right: 5px;
}
.pagination-list .activepage a {
    color: #2D8AE8
}
.card-box-conent {
        padding: 20px;
}
.pagination-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
.table-action {
    display: flex;
}
.table-action a {
    margin-right: 10px;
    background-color: #0C8FF3;
    color: #000000;
    border-radius: 35px;
    font-size: 16px;
    padding: 7px 23px;
    font-weight: 600;
    color: #fff;
}
.custom-table thead tr th {
   background-color: #4825141c;
    border-bottom: 0;
}
.dataTables_wrapper .dataTables_filter input {
        margin-left: 0.5em;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.dataTables_length select {
      margin-left: 0.5em;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem; 
}
.dataTables_wrapper .dataTables_filter input:focus {
    outline: none;
}
.fullwidth .side-menu{
  width: 60px;  
}
.fullwidth .side-menu ul li a span {
    display: none;
        transition: 0.5s ease-in-out;
}
.fullwidth .side-menu ul li svg {
    width: 20px;
}
.side-menu ul li a span {
 
    transition: 0.3s ease-in-out;
}
.fullwidth header {
       
}
.fullwidth .left-main-content {
        width: calc(100% - 60px);
    margin-left: 60px;
}
.menutooglicon {
    cursor: pointer;
    width: 5%;
    display: flex;
    justify-content: end;
}

.searchbar{
        width: 59%;
    display: flex;
    justify-content: start;
    padding-right: 25px;
}
.ur-fullname {
        padding-top: 0px;
}
.userdropdown .dropdown-menu a:hover {
    background-color:#226a44;
    color: #ffffff;
}
.btn-secondary {
        background-color: #545b62;

    color: #ffffff;
    border-radius: 35px;
    font-size: 16px;
    padding: 5px 20px;
 
}
.btn-primary {
    background-color: #2d8ae8;
    color: #ffffff;
    border-radius: 35px;
    font-size: 16px;
    padding: 5px 20px;
  
}
.modal-header {
    background-color: #113522;
    color: #ffffff;
    border-bottom: 0;
    border-radius: 0;
}
.modal-header .close {
        background-color: white;
    width: 25px;
    height: 25px;
    position: relative;
    top: 14px;
    padding: 0;
    right: 15px;
    opacity: 1;
}
.modal-content {
        border: 0px;
    border-radius: 0;
}
.modal-footer {
        background-color: #f3f3f3;
    border-top: 0;
        padding-top: 0;
}
.modal-body {
    background-color: #f3f3f3;
}
.custombtn:hover {
    color: #ffffff;
}

.pagination-list p{

    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}

div.relativeli.blue-light {
    background-color: #fff;
}
li.relativeli.green-light {
    background-color: #79BB50;
}
li.relativeli.orange-light {
    background-color: #F3954E;
}
li.relativeli.purple-light {
    background-color: #5F7AE5;
}
li.relativeli.green-light .absolute {
    padding: 7px;
    background-color: #3EA100;
    border-radius: 7px;
}
li.relativeli.orange-light .absolute {
    padding: 7px;
    background-color: #C95D0B;
    border-radius: 7px;
}
li.relativeli.purple-light .absolute {
    padding: 7px;
    background-color: #2249E1;
    border-radius: 7px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}

ul.total-list.d-flex.justify-content-between {
    padding-left: 0px;
    margin: auto;
}

div.relativeli.blue-light .absolute {
        padding: 19px 20px;
    background-color: #E6F8FF;
    border-radius: 18px;
}

ul.ul-dropprofile li {
    position: relative;
}
ul.ul-dropprofile li span {
    position: absolute;
    right: -9px;
    background-color: #3E7C17;
    color: #fff;
    font-weight: 700;
    padding: 0px 7px;
    border-radius: 17px;
    top: -5px;
}
.profile-img img{

    width: 60px;
}
.table-action .fa {
    font-size: 18px;
    border: 1px solid #2d8ae8;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    color: #2d8ae8;
    background-color: #ffffff;
    
}

 #large{
         width: 35px;
         }
         .main-wrap .logo {
         width: 100%;
         padding: 10px 10px;
         display: inline-block;
         max-width: 225px;
         display: none;
         }
         .total-list{
         list-style: none;
         }
   .inner-list h3 {
    display: inline-block;
    margin: 0px;
    font-size: 40px;
    color: #55ADCE;
    font-weight: 700;
}
.inner-list {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    align-items: center;
}

         .absolute img{
         width: 22px;
         }
     .divtext {
    font-size: 1.5rem;
    color: #000;
    text-align: left;
    font-weight: 600;
}
         .absolute1{
         position: absolute;
         top: 5%;
         left: 50%;
         transform: translateY(-50%);
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
         color: #fff !important;
         border: 1px solid #979797;
         background-color: white;
         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
         background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
         background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
         background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
         background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
         background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
         background: #0c8ff3;
         border-radius: 43px;
         border: #0c8ff3;
         }
         .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
         cursor: default;
         color: #000 !important;
         border: 1px solid transparent;
         background: transparent;
         box-shadow: none;
         }
 .relativeli {
    position: relative;
    width: 100%;
    margin-right: 15px;
    padding: 1.1rem 1.5rem;
    border-radius: 20px;
    min-height: 165px;
    box-shadow: 0px 2px 3px #ededed;
}
.table-main {
    margin-top: 2rem;
}
.table-heading h4 {
    font-weight: 600;
    font-size: 24px;
}
         .upper-arrow{
         width: 50%;
         }
         .custombtn {
    background-color: #0C8FF3;
    color: #000000;
    border-radius: 35px;
    font-size: 16px;
    padding: 10px 23px;
    
    font-weight: 600;
    color: #fff;
}
         .custom-table thead tr th {
         background-color: #ffffff1c;
         border-bottom: 1px solid #d5d5d5;
         }
   img.logo {
    width: 100%;
    max-width: 226px;
    margin: auto;
}
         .menutooglicon img {
         max-width: 25px;
         }
         .table-heading h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1.3rem;
}

.table-custom1 div#table_id_wrapper div#table_id_length label select {
    background-color: #fff;
    width: 80px;
    border: 0px;
    height: 40px;
    box-shadow: 0px 2px 3px #ededed;
    border-radius: 5px;
    margin-right: 4px;
}
.table-custom1 div#table_id_wrapper div#table_id_filter label input[type="search"] {
    background-color: #fff;
    width: 70%;
    border: 0px;
    height: 40px;
    box-shadow: 0px 2px 3px #ededed;
    border-radius: 5px;
    margin-right: 4px;
}
.table-custom1 table#table_id thead tr {
    background-color: #F5F5F5;
}
.table-custom1 table#table_id thead tr th {
    padding: 15px 15px;
    border-bottom: 1px solid #cdcdcd;
}
.table-custom1 table#table_id tbody tr.odd .table-custom1 table#table_id tbody tr {
    background-color: #fff;
}
.table-custom1 table#table_id tbody tr.odd td {
    padding: 15px;
    background-color: #fff;
}
.table-custom1 table#table_id {
    border: 1px solid #D8D8D8;
}
table#table_id.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff;
}
.actions-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 99px;
}


@media screen and (max-width: 1600px){
    html {
        font-size: 85%;
    }
    div#loginPage {
        background-size: 120%;
    }
}
@media screen and (max-width: 1300px){
    html {
        font-size: 70%;
    }
    div#loginPage {
        background-size: 130%;
    }
    .loginWraper .form-group input.form-control {
        padding: 0.5rem 0.5rem 0.5rem 6rem;
    }
    
}

@media screen and (max-width: 768px){
    
    .loginWraper .form-group input.form-control {
        height: 70px;
    }

    .menutoogle-row {
    display: flex;
    align-items: center;
    width: 44%;
    margin-right: 16px;
}
.total-list {
    list-style: none;
    flex-direction: column;
}
.relativeli {
    position: relative;
    width: 100%;
    margin-right: 15px;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 7px;
}
}
@media screen and (max-width: 480px){
    div#loginPage {
        padding: 0 2rem;
        background-size: 400%;
    }
    span.errorMsg {
        bottom: -20px;
    }
    .loginWraper {
        margin-top: 10rem;
    }
    .topWrapper {
        padding: 1rem 0;
    }
    .topWrapper .logo {
        width: 70px;
    }
    .welcomeText {
        border-right: none;
        border-bottom: 7px solid #ffffff40;
        margin-bottom: 3rem;
    }
    .loginWraper .form-group input.form-control {
        height: 60px;
        background: #484848b5;
    }
    .welcomeText {
        display: none;
    }
    .loginWraper .form-group svg {
        width: 20px;
    }
    .welcomeText p:last-child {
        margin-bottom: 3rem;
    }
    .signInPrimary {
        font-size: 2rem;
        padding: 0.5rem 2rem;
        border-radius: 10px;
        width: 100%;
        height: 60px;
    }
}


.ul-approved ul{
    display: flex;
    padding:0px;
    text-decoration: none;
    list-style: none;


}
.ul-approved ul li{

    padding-left: 30px;
    position: relative;
}

.ul-approved ul li.first div::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #49A80C;
    position: absolute;
    left: 10px;
    border-radius: 10px;
    top: 5px;
}
.ul-approved ul li.second div::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #FF8427;
    position: absolute;
    left: 10px;
    border-radius: 10px;
    top: 5px;
}


.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
    border: 1.5px solid #484848;
    border-radius: 6px;
    padding: 7px 30px 7px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 700;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
      z-index: 999;
}
.main-title h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.h3-left h3{

    font-size: 1.3rem;
    font-weight: 800;
}

.img-chart img{

    max-width: 
}

.card-box-conent{
    overflow-x: auto;
}

li.relativeli.blue-light h3 {
    color: #23648C;
        font-weight: 900;
}

.mar-15 {
    margin-left: 15.4%;
    background-color: #226a44;
}

.relativeli.second {
    background-color: #fff;
    
}

.relativeli.second .absolute.large {
    padding: 19px 20px;
    background-color: #ECE6FF;
    border-radius: 18px;
}

.relativeli.third {
    background-color: #fff;
}
.relativeli.fourth {
    background-color: #fff;
}

.relativeli.third h3 {
    color: #7AC590;
}

.relativeli.second h3 {
    color: #7C70AD;
}

.relativeli.third .absolute.large {
    padding: 19px 19px;
    background-color: #E2FFEB;
    border-radius: 18px;
}

.relativeli.fourth h3 {
    color: #FAB140;
}

.relativeli.fourth .absolute.large {
    padding: 19px 19px;
    background-color: #FFEED4;
    border-radius: 18px;
}

.divtext.grey {
    color: #000000;
}
.ur-fullname.pl-2 i.fa.fa-angle-down {
    font-size: 1.3rem;
    margin-left: 1rem;
}

.side-menu ul li span {
    margin-left: 10px;
}

.side-menu ul li span.black-color{

    color: #000;
}

.fullwidth .menutoogle-row img.small-logo{

display: block;
width: 35px;
transition: 0.5s ease-in-out;

}

.menutoogle-row img.logo{

display: block;
transition: 0.5s ease-in-out;

}

 .menutoogle-row img.small-logo{

display: none;
transition: 0.5s ease-in-out;

}

.fullwidth .menutoogle-row img.logo{

display: none;
transition: 0.5s ease-in-out;

}
.menutooglicon span {
    background-color: #fff;
    display: inline-block;
    padding: 14px 16px;
    border-radius: 7px;
}
.no-mar{

    margin-left: 3.4%!important;
    background-color: #226a44;
    transition: .3s ease-in-out;
}
.fullwidth .side-menu a {
    text-align: center;
}

p.id-text {
    display: block;
    margin-top: 10px;
    color: #fff;
}
.dashboard-main {
    background-color: #fff;
    padding: 30px 0px;
}
@media only screen and(max-width: 1368px){

    .mar-15 {
    margin-left: 20.4%;
    background-color: #fafafa;
}
}
.matrix-heading h3 {
    font-weight: 600;
    color: #226a44;
}
.btn-custom-green {
    background-color: #226a44;
    border: 1px solid #226a44;
    font-size: 1rem;
    font-weight: 500;
    color:#fff;
}
.input-dropdown .dropdown.bootstrap-select {
    width: 100%!important;
    max-width: 400px;
}

.chosen-container.chosen-container-multi {
    width: 50%!important;
    max-width: 300px;
    height: 31px;
}
table#mytable td:last-child {
    display: flex;
    justify-content: center;
}
table#mytable thead tr th:last-child {
    display: flex;
    justify-content: center;
}
.border-btn {
    display: flex;
    border-top: 1px solid #bdbdbd;
    width: 100%;
    justify-content: end;
    margin-top: 10px;
    padding-top: 10px;
}
div#matrix_img, .matrix-heading  {
    display: flex;
    justify-content: space-between;
}
.my-form {
    max-width: 66%;
    margin-left: 40px;
    width: 100%;
    position: relative;
}
.my-form h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 5px;
    margin: 0px;
    margin-bottom: 10px;
}
.my-form p {
    font-size: 16px;
    font-weight: 300;
    color: #838383;
    font-weight: 300;
}
.txt_field label {
    font-size: 19px;
    color: #000000;
    font-weight: 500;
}
.relative-item {
    position: relative;
}
.txt_field input {
    width: 100%;
    padding: 0px 5px 0px 45px;
    height: 55px;
    font-size: 16px;
    border: 1px solid #ffffff;
    background: #fff;
    outline: none;
    border-radius: 30px;
    background-color: #ffffff;
}
.relative-item .absolute-mail {
    position: absolute;
    left: 19px;
    top: 53px;
}
.loginmain .relative-item .absolute-mail {
    position: absolute;
    left: 19px;
    top: 16px;
}
.relative-item .absolute-mail i, .absolute-eye i {
    color: #929292;
    font-size: 18px;
}
.round span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.pass {
    margin: -5px 0 9px 0;
    color: #226A44;
    cursor: pointer;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.btn-my {
    font-size: 20px;
    width: 100%;
    background-color: #226a44;
    color: #ffffff;
    padding: 11px 0px;
    border-radius: 30px;
    font-family: 'Poppins';
    border: 1px solid #226a44;
    font-weight: 500;
    font-family: 'Montserrat';
    box-shadow: 0px 2px 16px #226a4459;
}
form.form-register .txt_field input {
    border: 1px solid #d3d3d3;
    max-height: 50px;
}
.adduser-form {
    max-width: 90%;
    margin: auto;
}

.adduser-form2 {
    max-width: 40%;
    margin: auto;
}
table.table-custom-listing tbody tr td:last-child {
    width: 21%;
}
table.table-custom-listing tbody tr td:last-child {
    width: 13%;
}
p.user-name {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    margin: 0px;
}


.required {
  color: red;
}
.form-w-auto input {
    width: auto;
    height: auto;
    margin: 0px;
    position: unset;
}
.check-bx-flex {
    display: flex;
    align-items: center;
}
table.table-custom-listing thead tr {
    background-color: #226a44;
}
table.table-custom-listing1 thead tr {
    background-color: #226a44;
}
table.table-custom-listing thead tr th {
    color: #fff;
}
table.table-custom-listing1 thead tr th {
    color: #fff;
}
table.table-custom-listing {
    border: 1px solid #dee2e6;
}
table.table-custom-listing1 {
    border: 1px solid #dee2e6;
}

table.table-custom-listing1 thead tr th {
    color: #fff;
    padding: 12px 15px;
    vertical-align: middle;
}
span.camera-custom {
    line-height: 25px;
}
.table-listing-single{

max-height:400px;
overflow-x:auto}
.delete-list h2 {
    font-size: 1.2rem;
    color: #113522;
    font-weight: 600;
}

#live_cam img{
width:100%
}

.col-md-12.border-btn{
border-top:none;
margin-bottom:10px;
}
.btn-custom-back {
    background-color: #d1d1d1;
    border: none;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}
.btn-custom-submit {
    background-color: #226a44;
    border: none;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

div#cam_button {
    position: absolute;
    top: -85px;
}
.customMrg{
    margin-left: 14rem;
}

.uploadicon {
    padding: 10px;
}
.table-listing-single.showRecordTable{

    max-height: 76vh;
overflow-x:auto}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    div#loginPage {
        background-size: 250%;
    }
    .loginWraper p:nth-child(2) {
        width: 100%;
     }
     .loginWraper {
        padding: 0;
    }
   .left-main-content {
        width: calc(100% - 60px);
        margin-left: 60px;
        transition: none;
    }
    
    .fullwidth .left-main-content {
        margin-left: 60px;
    padding: 15px;
    width: calc(100% - 60px);
    transition: 0.3s ease-in-out;
    transition: none;
    }
    .side-menu {
        width: 60px;
        z-index: 99;
        box-shadow: 5px 3px 9px #0000002e;
    }

    .fullwidth .side-menu {
        width: 285px;

    }
    .fullwidth .side-menu ul li a span {
        display: initial;
        transition: none;
    
  
    }
    .side-menu ul li a span {
        display: none;
  
    }
    .menutoogle-row img.logo {
        display: none;
    }
    .menutoogle-row img.small-logo {
        display: block;
    }
    .fullwidth .mar-15 {
        margin-left: 60px !important;
        background-color: #226a44;
    }
    .fullwidth  .menutoogle-row {
        width: 100%;
        margin-right: 0px;
    }
    .fullwidth .menutoogle-row img.small-logo {


        width: 3%;
    }
    .menutoogle-row {
        width: 100%;
        margin-right: 0px;
    }
    .menutoogle-row {
        margin-top: 10px;
    }

    header {
        background-color: white;
    }
    .mar-15 {
        margin-left: 60px;
    }
    .menutooglicon {
        margin-left: 20px;
    }
    .menutoogle-row img.small-logo {
        width: 3%;
    }
    .side-menu ul li svg {
        width: 20px;
    }
    .fullwidth .side-menu a {
    text-align: left;
}
.adduser-form {
    max-width: 100%;
    margin: auto;
}
.side-menu ul {
    margin-top: 120px;
}
.parent-custom-zoom {
    margin-bottom: 10px;
}
}

.zoom-selector{
    display: none !important;
}
.zoom-box .viewer-box {
    right:-320px;
    left: inherit !important;


}


#cam_upload {
 display : none;
}

.sample_data{
color:red
}
.col-md-12.customcheckbox input {
    width: 16px;
    max-height:20px;
    margin-left: 12px;
}
.col-md-12.customcheckbox label{
margin-bottom:0
}
.btn-w-200 {
    width: 100%;
    max-width: 300px;
}
#id_gender {
    display: flex;
    font-size: 19px;
    color: #000;
    font-weight: 500
}
div#id_gender > div{
margin-right:15px;
}
div#id_gender > div label {
    display: flex;
    align-items: center;
}
div#id_gender > div label input {
    margin-right: 12px;

}

ul.submenu {
    margin: 0;
    padding: 0 10px 0 55px;
    list-style: none;

}
.submenu{
display:none;
}
.submenu.expand{
display:block;
}


div#id_gender input {
    width: auto;
    height: auto;
    margin: 0 9px 0 15px;
    color: #000;
    font-size: 19px;
    }
    select#current_doctor {
    width: 100%;
    padding: 0px 5px 0px 45px;
    height: 55px;
    font-size: 16px;
    border: 1px solid #dedede;
    background: #fff;
    outline: none;
    border-radius: 30px;
    background-color: #ffffff;
}

/*======= 27-09-2022 Css Start =======*/
.fullwidth ul.submenu {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    left: 61px;
    top: 0;
    width: 230px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;


}


 .fullwidth .side-menu ul li:hover ul.submenu {

    display:block;

}

.fullwidth .submenu.expand {
display:none;
}

.side-menu > a {
display:none;
}

@media only screen and (max-width: 1080px) {
.fullwidth .side-menu ul li:hover ul.submenu {
display:none;}
}




