html {
    scroll-behavior: smooth;
  }
body {
width:100%;
margin:0px;
font-family:'Montserrat','Cabin','PT Sans','Nunito','Baloo Tamma',Corbel,Arial;
text-align:left;
/* background-color:#f1f1f1; */
background: #dce0e2;
text-decoration:none;
-webkit-font-smoothing: subpixel-antialiased;
}
:root {
    --theme-green: rgb(112 18 216);
    --theme-light-green: rgb(160 98 228);
    --theme-active-green: rgb(85 1 177);
    --theme-dark-green: rgb(54 6 105);
    --white: rgb(255, 255, 255);
    --purple: rgb(103, 58, 183);
    --light-purple: rgb(105 80 150);
    --blue: rgb(56 94 113);
    --dark-blue: #37474f;
}
a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
  cursor: pointer;
}
h4 {
    color: #1a3b4b;
    font-size: 16px;
    text-align: left;
    padding: 3px 0px 6px 22px;
    margin-bottom: 2px;
    font-weight: 600;
    margin-top: 3px;
}
img {
    cursor: pointer; 
}
header {
    top:0;
}
footer {
 bottom:0;
}

button {
font-family:'Montserrat','Cabin','PT Sans','Nunito',Corbel,Arial;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #FFFFFF;
    border-radius: 3px;
    background-color: #FFFFFF;
}

::-webkit-scrollbar
{
   height:10px; 
    width: 10px;
    background-color:#e6e6e6;
}

::-webkit-scrollbar-thumb
{
 
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    
}
::-webkit-tap-highlight-color { 
background-color:rgba(201, 224, 253, 0.8);
}
input:focus {
outline:none;
}
/*********utilities************/
.success1,.error1 {
    background:rgba(255, 255, 255, 0.8392156862745098);
    border-radius: 4px;
    /* top: 50%; */
    bottom: 190px;
    /* left: 0px; */
    right: 0px;
    width: 320px;
    position: fixed;
    height: auto;
    margin: auto;
    padding: 0px;
}
@keyframes hidei {
from {
    opacity:1;
}
to {
   opacity:0;
    }
}

.text-left {
    text-align:left !important;
}

.text-right {
    text-align:right !important;
}

.success1 p, .error1 p {
       margin: 0px;
    padding: 0px;
    text-align: center;
    color: #66ac16;
    font-weight: 600;
    line-height: 4;
}
@media (min-width:0px) and (max-width: 678px) {
.success1 {
    background: rgb(249, 249, 249);
    border: none;
    border-radius: 30px;
    /* top: 50%; */
    bottom: 190px;
    left: 0px;
    right: 0px;
    width: 265px;
    position: fixed;
    height: 35px;
    margin: auto;
    padding: 0px;
    box-shadow:0px 11px 29px #e0e0e0;
}
.success1 p, .error1 p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    line-height: 3.5;
    font-size: 11px;
} 
}
.error1 p {
 color:red;
}
   
.normal-case {
text-transform:none !important;
} 
.upper-case {
    text-transform: uppercase !important;
}  
    
.hide{
visibility:hidden;
}
.details {
    padding-left: 20px;
    padding-bottom: 7px;
    margin-bottom: 0px;
    border-bottom: 1px solid #607D8B;
}
.font-size10 {
 font-size:10px !important;
}
.font-size11 {
 font-size:11px !important;
}
.font-size12 {
 font-size:12px !important;
}
.font-size13 {
 font-size:13px !important;
}
.font-size14 {
    font-size:14px !important;
}
.font-size15 {
    font-size:15px !important;
}
.font-size20 {
 font-size:20px !important;
}
.font-weight-600{
    font-weight: 600;
}
.clrfloat{
float:unset !important;
margin:auto !important;
}
.floatleft{
float:left !important;
}
.floatright{
float:right !important;
}
.noshadow{
box-shadow:unset !important;
}
.borderred {
border-bottom:1px solid red !important;
}
.bordergrey {
border-bottom:1px solid #e6e6e6 !important;
}
.border-top-grey {
    border-top:1px solid #e6e6e6 !important;
    }
.bordergreytransparent {
border-bottom:1px solid #9e9e9e1a !important;
}
.border-left-top{
border: 1px dashed #f3f3f3;
border-right: none;
border-bottom: none;
}
.redtag {
    background: #ff00008f !important;
    color: #90261e !important;
    border-radius: 3px;
    font-weight: 600 !important;
    margin: 0px 10px 0px 10px !important;
    padding: 3px 3px 3px 3px !important;
}
.grey-blue {
color:#214556 !important;
}
.blue{
    /*background: #1a3b4b !important;*/
}
.f7 {
background:#f7f7f7 !important;
}
.skyblue {
color:#03A9F4 !important;
}
.bluecolor{
 color: #1976D2 !important;
}
.green-ohm-color {
color:#5208a3 !important;
}
.orange-ohm-color {
    color: rgb(179, 36, 0) !important;
    }
.green-dark-ohm-color {
    color: var(--theme-dark-green) !important;
}
.red {
color: #ffbbbb !important;
-webkit-text-stroke: 1px #ff1403 !important;
}
.pink {
color: pink !important;
    -webkit-text-stroke: 1px #E91E63 !important;
}
.light-pink {
color:#f68eaa !important;
}
.greencolor{
color:#558B2F !important;
}
.purple1 {
color:#9C27B0 !important;
}
.freshgreen {
color:#4CAF50 !important;
}
.darkgreen1 {
color:#009688 !important;
}
.darkgreycolor{
color:#4d4d4d !important;
}
.bgdarkgreycolor{
background:#4d4d4d !important;
}
.bg-light-grey {
background: #f5f5f5 !important;
}
.bg-faint-white {
background-color:#f9f9f9 !important ;
}
.bld500 {
font-weight:500 !important;
}
.bld600 {
font-weight:600 !important;
}
.bld700 {
font-weight:700 !important;
}
.bld800 {
font-weight:800 !important;
}
.bluefont {
color: #BBDEFB !important;
    -webkit-text-stroke: 2px #1565C0 !important;
}
.yellow {
    color: #FFF59D !important;
    -webkit-text-stroke: 2px #FDD835 !important;
}
.darkgreen {
    color: #B2DFDB !important;
    -webkit-text-stroke: 1px #009688 !important; 
}
.lightgreen1 {
     color: #E6EE9C !important;
     -webkit-text-stroke: 1px #C0CA33 !important;
}
.lightgreen {
     color: #E6EE9C !important;
     -webkit-text-stroke: 2px #C0CA33 !important;
}
.greentag {
    background: #4caf50a6 !important;
    border-radius: 5px;
    border-radius: 3px;
    color: #5501b1 !important;
    font-weight: 500;
    margin: 0px 10px 0px 10px !important;
    padding: 3px 3px 3px 3px !important;
}
.orangetag {
    background: rgba(248, 171, 99, 0.651) !important;
    border-radius: 5px;
    border-radius: 3px;
    color: #be3c00 !important;
    font-weight: 500;
    margin: 0px 10px 0px 10px !important;
    padding: 3px 3px 3px 3px !important;
}
.yellowtag {
    background: #f1f3afa6 !important;
    border-radius: 5px;
    border-radius: 3px;
    color: #8c8b39 !important;
    font-weight: 500;
    margin: 0px 10px 0px 10px !important;
    padding: 3px 3px 3px 3px !important;
}
.light-orangetag {
    background: #f3dbafa6 !important;
    border-radius: 5px;
    border-radius: 3px;
    color: #844f00 !important;
    font-weight: 500;
    margin: 0px 10px 0px 10px !important;
    padding: 3px 3px 3px 3px !important;
}
.light-greentag {
    background: rgb(0 183 107 / 56%) !important;
    color: #226348 !important;
    border-radius: 3px;
    font-weight: 600 !important;
    margin: 0px 10px 0px 10px !important;
    padding: 3px 3px 3px 3px !important;
}
.newflap {
    width: 200px;
    background: #fff;
    border-radius: 3px 3px 0px 0px;
    margin-top: -36px !important;
    /* border: 1px solid; */
    padding: 6px 0px 6px 12px !important;
    box-shadow: -1px -1px 5px #c5c5c51f !important;
    border-bottom: 1px solid #006b4738;
    border-bottom-style: dashed;
    font-size: 13px !important;
    color: #009688;
    font-weight: 600;
}

.purple {
 color: #E1BEE7 !important;
    -webkit-text-stroke: 1px #9C27B0 !important;
}
.white1{
    color:#fff !important;
}
.orange{
    color: #FFE0B2 !important;
    -webkit-text-stroke: 2px #FB8C00 !important;
}
.magenta{
color: #CFD8DC !important;
    -webkit-text-stroke: 1px #607D8B !important;
}
.magentacolor {
    color:#00897B !important;
}

.colorred{
    color:red !important;
}
.color-purple {
    color: rgb(103, 58, 183) !important;
}
.bgwhite {
background:#fff;
}

.close {
    font-size: 30px;
    color: #4d4d4d;
    float: right;
    margin-right: 10px;
}
.divider1_1 {
    width: 100%;
    height: fit-content;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.divider1_2 {
    width: 100%;
    height: 24%;
}

.baselabel {
    font-size: 14px;
    text-align: left;
    float: left;
    margin: 0px;
    line-height: 2.5;
    margin-left: 15px;
    color: #000;
    font-weight: 600; 
}
.new-label {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    color: var(--dark-blue);
    padding: 21px 21px;
    border-bottom: 1px dotted #e6e6e6;
}
.new-label span {
    font-size: 18px;
    display: block;
    margin: 14px 0px 0px;
    font-weight: 700;
    text-transform: capitalize;
}
.no-border{
border:none!important;
}

.border{
border:1px solid #ececec !important;
}

.border-radius-4 {
border-radius: 4px !important;
}

.automargin {
margin:auto !important;
}
.margin-16 {
    margin:16px !important;
    }
.margin-top0{
margin-top:0px !important;
}
.margin-top3{
margin-top:3px !important;
}
.margin-top4{
    margin-top:4px !important;
}
.margin-top7{
margin-top:7px !important;
}
.margin-top9{
    margin-top:9px !important;
}
.margin-top10{
margin-top:10px !important;
}
.margin-top{
margin-top:50px !important;
}
.margin-top-1{
margin-top:60px !important;
}
.margin-top1{
margin-top:25px !important;
}
.margin-left6{
margin-left:6px !important;
}
.margin-left30{
margin-left:30px !important;
}

.margin-top-25{
margin-top:-25px !important;
}
.margin-right25{
margin-right:25px !important;
}
.padding0 {
    padding: 0px !important;
}
.padding10 {
padding:10px; 
}
.padding-left4 {
padding-left:4px !important; 
}
.padding-left25 {
padding-left:25px; 
}
.padding-right25 {
padding-right:25px !important; 
}
.padding-right4 {
padding-right:4px !important; 
}
.padding-left10 {
padding-left:10px; 
}
.padding-top10 {
padding-top:10px;
}

.padding-bottom10 {
padding-top:10px;
}
.margin-bottom0{
    margin-bottom:0px !important;
}
.margin-bottom3{
margin-bottom:3px !important;
}
.margin-bottom10{
margin-bottom:10px !important;
}
.margin-bottom15{
    margin-bottom:15px !important;
}
.margin-bottom-40{
margin-bottom:40px !important;
}
.margin-bottom{
margin-bottom:50px !important;
}
.margin-bottom1{
margin-bottom:25px !important;
}
.box-shadow {
box-shadow:4px 6px 19px 0px #0000002b;
}
.sno {
    width: 41px;
}
.widthauto {
width:auto !important; 
}
.width-1 {
    width:1px !important; 
}
.width20 {
width:20% !important; 
}
.width25 {
width:25% !important; 
}
.width30 {
width:30% !important; 
}
.width40 {
width:40% !important; 
}
.width44 {
width:44% !important; 
}
.width48 {
width:48% !important; 
}
.width50 {
width:50% !important; 
}
.width85 {
width:85% !important; 
}
.width80 {
    width:80% !important; 
}
.width70 {
width:70% !important; 
}
.width98 {
width:98% !important;
}
.width100 {
width:100% !important;
}
.width90 {
width:90% !important;
}

.width95 {
width:95% !important;
}

.width150 {
width:150px !important;
}
.width180 {
width:180px !important;
}
.width260 {
    width:260px !important;
}
.width290 {
width:290px !important;
}
.width1070 {
width:1070px !important;
}
.width125float{
    width: 125px !important;
    float:left;
}
.width125{
    width: 125px !important;
}
.width816 {
width:816px !important;
}
.width-max-content {
width:max-content !important;
}
.height30 {
    height:30px !important;
}
.height64 {
height:64px !important;
}
.height70 {
height:70px !important;
}
.height32 {
height:32% !important;
}
.height90{
height:90vh !important;
}
.height80{
height:80vh !important;
}
.height70v{
height:70vh !important;
}
.height93v{
    height:93vh !important;
    }
.height100 {
height:100vh !important;
}
.height14 {
height:14px !important;
}
.height25 {
height:25px !important;
}
.height20 {
height:20px !important;
}
.height130 {
height:130px !important;
}
.height240 {
height:240px !important;
}
.height260 {
    height:260px !important;
}
.height340 {
    height: 340px !important;
}
.height348 {
    height: 348px !important;
}
.max-height410 {
max-height:410px !important;
}
.no_borderleft{
border-left:hidden !important;
}
.centerit {
    text-align:center !important;
}
.heightauto {
height:auto !important;
}
.nogrid {
display:block !important;
}
.grid {
display:grid !important;
}
.displayinline {
display:inline-block !important;
}
.display-inline-grid {
    display:inline-grid !important;
}
.display-flex {
display:inline-flex !important;
}
.display-grid-50 {
    display: grid;
    grid: 100%/ 49% 49%;
    grid-gap: 14px;
}
.display-grid-25-auto {
    display: grid;
    grid: 100%/ 25% 25% auto;
    grid-gap: 14px;
}
.display-grid-30 {
    display: grid;
    grid: 100%/ 30% 30% 30%;
    grid-gap: 2%;
}
.display-flex-special {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.display-flex-special > div {
    width: max-content;
    margin: 0px 4px 0px 11px;
}
.nofloat {
float:unset !important;
}
.nofloatm {
float:initial;
}
@media (min-width:0px) and (max-width: 1024px) {
    .display-flex-special {
        flex-wrap: wrap;
        justify-content: left;
    }
}
@media (min-width:0px) and (max-width: 678px) {
.nofloatm {
float:unset !important;
}
}
.no-display {
display:none !important;    
}
.no-overflow {
	overflow:hidden !important;
}
.overflow-x {
overflow-x:auto;
}
.overflow-y {
overflow-y:hidden !important;
}
.overflow-y-s {
overflow-y:scroll !important;
}
.left-align {
text-align:left !important;
}
.scrollslide {
    margin-top: 6px !important;
    z-index: 10000;
}

.scrollslidebutton {    
    width: auto;
    height: 24px;
    border: none;
    font-size: 10px !important;
    padding: 0px 9px 0px 9px;
    /* display: block; */
    margin: 6px 8px 6px 0px;
    border-radius: 5px;
    box-shadow: 4px 6px 20px 0px rgb(0 0 0 / 6%);
    background: rgb(85 1 177) !important;
    color: rgb(255 255 255) !important;
}
.scrollslidebutton:hover, .scrollslidebutton:focus {
    background: #8acb8d !important;
    color: #00693f !important;
    outline: none;
    border: none;
}
.scrollslidebutton:hover i {
    outline: none;
    border: none;
}

.searchbar {
    width: 100% !important;
    border-radius: 4px !important;
    height: 33px !important;
    border: 1px solid #f4f4f4 !important;
    padding: 0px 30px 0px 6px !important;
    margin: 8px !important;
    font-size: 13px !important;
    color: #3F51B5 !important;
    font-weight: 500 !important;
    font-family: 'Nunito Sans','Nunito' !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    float: left;
}

.searchbar:focus {
    outline:none;
}

.newi {
    margin: -36px -3px 0px 0px;
    float: right;
    font-size:21px;
    color:#d8d8d8;
}
.line-pre {
white-space:pre-line;
}
.wrap-no {
white-space:nowrap;
}
.nofont {
font-family:'Roboto' !important;
}
.marginunset {
margin:unset !important;
}
.speciali {
    float: left !important;
    margin: -4px 6px 0px 10px !important;
    color: white !important;
    -webkit-text-stroke: 1px #03A9F4 !important;
}
.z-index-2{
    z-index: 2 !important;
}
.position-unset{
    position: unset !important;
}
/************************/
/*****button*********/
.button_3 {
    width: 30px;
    height:30px;
    background: unset;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    color: var(--light-purple);
    padding: 6px 5px 2px 5px;
    /* display: block; */
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    float: unset;
}
.button_3 p {
    visibility: hidden;
    position: relative;
    background: rgb(0 0 0 / 85%);
    color: #fff !important;
    padding: 1px 6px 0px 6px !important;
    font-size: 12px !important;
    font-weight: 500;
    border-radius: 5px;
    margin: 5px 0px 2px 0px !important;
    /* height: 30px; */
    display: inline-block;
}
.button_3 p:hover {
 font-size:12px !important;
}
.button_3 p::after{
    position: absolute;
    content: "";
    bottom: 100%;
     left: 4px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    }

.button_3:hover p, .button_3:hover .hide {
visibility:visible;
 font-size:12px !important;
}
.button_3:focus ,.button_3:hover  {
    outline: none;
    border: 2px solid #e7d9ff;
    background: #e1d1ff;
}
.button_3 i {
font-size:21px;
}
.button_3:hover i, .button_3:focus i {
   margin-top: -3px;
    text-align: center;
    margin-left: -2.5px;
}
.button_3can {
color:red !important;
}
.button_3hld,.button_3hld3 {
    width: 71px;
height:auto;
margin:auto;
}
.button_3hld3 {
    width: 180px;
}     
 .button_3hld6 {
   width: 314px;
   }   
   .button_3hld2{
      width:100px;
   }
@media (min-width:0px) and (max-width: 480px) { 
     .button_3hld6 { 
   width: 314px;
   }
   .button_3hld3 {
   width: 130px;
   }
 .button_3 {
    font-size: 18px;
    padding: 6px 6px 2px 6px;
    margin:0px 3px 0px 3px;
 }  
 .btnhld225 {
    width:225px !important;
 }
}
/**********************/
.mainhead {
    width: 100%;
    height: 50px;
    box-shadow: 0px 1px 14px 1px rgb(0 0 0 / 32%);
    position: fixed;
    z-index: 100000;
    top: 0;
    background: rgb(41 139 106);
    background: -webkit-linear-gradient(to right, rgb(90 18 166), rgb(96 24 166));
    background: linear-gradient(to right, rgb(90 18 166), rgb(96 24 166))
}
.mainhead ul {
width:111px;
height:50px;
padding:0px;
margin: 0px 20px 0px;
float:right;
}
.mainhead ul li  {
width:30px;
height:30px;
float:left;
list-style:none;
margin-left:4px;
margin-top:11px;
}
.mainhead ul li button {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    margin-right: 7px;
}
.mainhead ul li button:focus{
  outline:none;
  border:none;
}
.mainhead ul li:hover .dropdown {
display:block;
color:red;
outline:none;
right:20px;
}
.mainhead ul li:focus {
outline:none;
}

.mainhead ul li i {
font-size:21px;
color:#fff;

}
.mainhead ul li span {
       font-size: 8px;
    font-weight: 600;
    min-width: 9px;
    min-height: 4px;
    color: #FFF;
    background-color: #ff6d6d;
    position: absolute;
    padding: 3px 1px 3px 1px;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
    margin: -25px 0px 0px 4px;
}

@media (min-width:0px) and (max-width: 570px) {
.mainhead ul {
width:150px;    
}   
.mainhead ul li {
    width: auto;
    height: 30px;
    float: left;
    list-style: none;
    margin-left: 7px;
    margin-right: 8px;
    margin-top: 8px;
}
.mainhead ul li button {
     width: 30px; 
    height: 30px;
    background: none;
    border: none;
    margin-right: -2px;
    padding: 0px;
    padding-left: 0px;
        background-color: #5501b1;
    border-radius: 50%;
}
.mainhead ul li i {
        font-size: 18px;
    margin-top: 2px;
}

.mainhead ul li span {
     
    margin: -6px 0px 0px -7px;
 
}

}

.mainhead h3 {
    font-size: 20px;
    text-align: left;
    float: left;
    margin: 0px;
    line-height: 2.5;
    margin-left: 5px;
    color:#000;
    font-weight:400;
    font-family: 'Nunito', cursive;
}
.mainhead h3 img {
    width: 22px;
    height: auto;
    margin: 0px 0px 2px 2px;
    background: #fff;
    padding: 3px 3px 3px 3px;
    border-radius: 27px;
}

.mainhead h3 p {
padding: 0px;
    float: right;
    margin: 0px 0px 0px 9px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.mainhead i {
    font-size: 14px;
}

@media (min-width:0px) and (max-width: 470px) { 
.mainhead h3 {
font-size:16px;
}
.mainhead h3 p {
display:none;
}
}
.dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 135px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top:-10px;
    margin-right:-3px;
}

.dropdown a {
    color: black;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
    font-size:12px;
    font-weight:600;
    text-align: left;
}
.dropdown a:hover {
    background-color:#e6e6e6;
}

.footer {
width:100%;
height:40px;
background:rgba(255, 255, 255, 0.75);
box-shadow:0px 1px 7px 0px #e6e6e6;
position:fixed;
bottom:0;
z-index:1000;
display:none;
}
.footer p {
    font-size: 15px;
    margin-left: 12px;
    margin-right: 7px;
    margin-top: 13px;
    color: #4d4d4d;
    float: left;
}
.foothandel {
       width: 19.7%;
    height: 90%;
    float: left;
    text-align:center;
    display:none;
}
.foothandel i {
line-height: 1.6;
    font-size: 23px;
    color: #333333;

}
@media (min-width:0px) and (max-width: 768px) {
    .footer{
    display:block;
    }
.footer p, .footer button{
display:none;
    
}   
.foothandel {
display:block;
}   
} 

/**************************/
/**************************/
/**.sidenav {
    height: auto;
    margin-top: 50px;
    width: 100% !important;
    z-index: 10000;
    top: 0;
    left: 0;
       background: #1a3b4b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 2px;
}*/
.sidenav {
    height: 93vh;
    margin-top: 50px;
    width: 250px !important;
    z-index: 10000;
    /* top: 0; */
    left: 0;
    /*background: #1a3b4b;*/
    background: rgb(85 1 177);
    transition: 0.5s;
    padding-top: 0px;
    float: left;
	position:fixed;
}
.sidenav-overlay {
    flex: 0 0 300px;
    padding: 0;
    background: url(../images/db-bg-wide.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


@media (min-width:0px) and (max-width: 768px) {
.sidenav {
    height: 94%;
    width: 218px !important;
    z-index: 10000;
    box-shadow: 1px 6px 10px #0000004a;
}   


.sidenav::-webkit-scrollbar-track
{
    border-radius: 3px;
    background-color: #f2f2f200;
    display:none;
}

.sidenav::-webkit-scrollbar
{
   height:7px;
    width: 10px;
    background-color:#f2f2f200;
    display:none;
}

.sidenav::-webkit-scrollbar-thumb
{
 
    border-radius: 3px;
    background-color: #f2f2f200;
    display:none;
}
}
/*.sidenav a {
        padding: 6px 1px 6px 10px;
    text-decoration: none;
    font-size: 12px;
    color: #d0e6f0;
    border-bottom: 1px solid #284a5b;
    display: block;
    transition: 0.4s color cubic-bezier(0, 0, 0.2, 1);
    float: left;
}
*/

.sidenav a {
    padding: 12px 1px 12px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgb(8 109 75 / 11%);
    display: block;
    transition: 0.4s color cubic-bezier(0, 0, 0.2, 1);
}



.sidenav a:hover {
      background: rgb(0 98 65 / 40%);
}
.sidenav a:focus {
-webkit-tap-highlight-color :rgba(26, 59, 75, 0.38);
outline:0;
}
/*.sidenav a i {
    font-size: 18px;
    vertical-align: middle;
}
*/

.sidenav a i {
 font-size: 21px;
    vertical-align: middle;
    margin-right: 8px; 
}

/**
.sidenav ul {
    padding: 0px;
    margin: 0px;
    background: #264d61;
    animation: mymove1 .2s cubic-bezier(0, 0, 0.08, 0.45);
    position: absolute;
    display: inline-grid;
    margin-top: 31px;
    margin-left: -91px;
	overflow-x: auto;
    height: auto;
	max-height:84vh;
}
*/
.sidenav ul {
    padding: 0px;
    margin: 0px;
    background: rgb(7 105 72 / 33%);
    animation: mymove1 .2s cubic-bezier(0, 0, 0.08, 0.45);
    /* position: absolute; */
    /* display: inline-grid; */
    /* margin-top: 31px; */
    /* margin-left: -91px; */
    overflow-x: auto;
    height: auto;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove1 {
    from {height: 0px;}
    to {height: auto;}
}



/* Standard syntax */
@keyframes mymove1 {
    from {height: 0px;}
    to {height: auto;}
}
.sidenav ul li {
    padding: 0px 6px 0px 8px;
    text-decoration: none;
    font-size: 15px;
    color: #2196F3;
    border-bottom: 1px solid rgb(0 98 65 / 4%);
    display: block;
    transition: 0.3s;
    margin-left: 0px;
	margin-top: 3px;
}

@media (min-width:0px) and (max-width: 480px) { 
.sidenav ul {
    position: unset;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
	overflow-x: auto;
    height: auto;
	max-height:84vh;
}

.sidenav ul li {
  display:contents;
}

}

.sidenav ul li a {
padding-top:5px !important;
}


.sidenav .closebtn {
      position: absolute;
    top: -9px;
    right: 7px;
    font-size: 27px;
    margin-left: 0px;
    border: none;
}
 #minmain {
    display:none;
 }

/*#main {
  
    padding: 8px;
    margin-left: 2%;
    width: 98%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 70px;
    float:right;
    
    }
*/	
#main {
    padding: 8px;
    margin-left: 1%;
    width: 82%;
    height: 86vh;
    margin-top: 50px !important;
    margin-bottom: 70px;
    float: right;
    overflow-y: auto;
    padding-top: 30px;
}
.sub-main {
    display: flow-root;
    margin-top: 0px;
    padding: 0px;
    height: fit-content;
}
 @media (min-width:0px) and (max-width: 480px) { 
 #main {
     width:100%;
    padding:0px;
    margin-left:0px;
    overflow-x:hidden;
 }
 #minmain {
    display:block;
    position:fixed;
 }
 }
    

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.openit {
    font-size: 30px;
    cursor: pointer;
    margin-top: 48px;
    position: absolute;
}
#mem {
   color: #4d4d4d;
    display: none;
    animation: close 0.3s;
    width: 28px;
    height: 27px;
    margin: 13px 3px 0px 8px;
    float: left;
    }
@keyframes close {
 from{ -ms-transform: scale(0.2,0.2); /* IE 9 */
    -webkit-transform: scale(0.2,0.2); /* Safari */
    transform: scale(0.2,0.2); /* Standard syntax */
      -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
 }
 to {
      -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1); /* Standard syntax */
     
 }
 
}
#mem i{
color:#fff;
font-size:24px;
animation:closei 0.6s;
cursor:pointer;
}
@keyframes closei {
from {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 42%;
}
to {
background-color: none;
    border-radius: none;
}
}

#me {   animation:menu 0.3s;
      color: #4d4d4d;
    display: none;
    width: 28px;
    height: 27px;
    margin: 13px 3px 0px 8px;
    float: left;
    }
@keyframes menu {
 from{ -ms-transform: scale(0.2,0.2); /* IE 9 */
    -webkit-transform: scale(0.2,0.2); /* Safari */
    transform: scale(0.2,0.2); /* Standard syntax */
      -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
 }
 to {
      -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1); /* Standard syntax */
 }
 
}

#me i{
font-size:24px;
animation:menui 0.6s;
color:#fff;
cursor:pointer;
}
@keyframes menui {
from {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 42%;
}
to {
background-color: none;
    border-radius: none;
}
}
/**********************************/
/**************Notification*****************/
.sidenotify {
    height: 93vh;
    margin-top: 50px;
    width: 270px !important;
    z-index: 100000;
    top: 0;
    right: 0;
    background: rgb(253 253 253 / 83%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 2px;
    float: left;
    position: fixed;
    backdrop-filter: blur(3px);
}


@media (min-width:0px) and (max-width: 768px) {
.sidenotify {
    height: 93.5%;
    width: 270px !important;
    z-index: 1000000;
    box-shadow: 1px 0 10px #0000004a;
}   


.sidenotify::-webkit-scrollbar-track
{
    border-radius: 3px;
    background-color: #f2f2f200;
    display:none;
}

.sidenotify::-webkit-scrollbar
{
   height:7px;
    width: 10px;
    background-color:#f2f2f200;
    display:none;
}

.sidenotify::-webkit-scrollbar-thumb
{
 
    border-radius: 3px;
    background-color: #f2f2f200;
    display:none;
}
}





.sidenotify ul {
    padding: 0px;
    margin: 0px;
    background: #264d61;
    animation: notimove1 .2s cubic-bezier(0, 0, 0.08, 0.45);
    /* position: absolute; */
    /* display: inline-grid; */
    /* margin-top: 31px; */
    /* margin-left: -91px; */
    overflow-x: auto;
    height: auto;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes notimove1 {
    from {height: 0px;}
    to {height: auto;}
}



/* Standard syntax */
@keyframes notimove1 {
    from {height: 0px;}
    to {height: auto;}
}
.sidenotify ul li {
    padding: 0px 6px 0px 8px;
    text-decoration: none;
    font-size: 15px;
    color: #2196F3;
    border-bottom: 1px solid #143a4e;
    display: block;
    transition: 0.3s;
    margin-left: 0px;
	margin-top: 3px;
}

@media (min-width:0px) and (max-width: 480px) { 
.sidenotify ul {
    position: unset;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
	overflow-x: auto;
    height: auto;
	max-height:84vh;
}

.sidenotify ul li {
  display:contents;
}

}

.sidenotify ul li a {
padding-top:5px !important;
}


.sidenotify .closebtn {
      position: absolute;
    top: -9px;
    right: 7px;
    font-size: 27px;
    margin-left: 0px;
    border: none;
}
    

@media screen and (max-height: 450px) {
  .sidenotify {padding-top: 15px;}
  .sidenotify a {font-size: 18px;}
}
.openit {
    font-size: 30px;
    cursor: pointer;
    margin-top: 48px;
    position: absolute;
}
#noti {
   color: #4d4d4d;
    display: none;
    animation: closen 0.3s;
    width: 28px;
    height: 27px;
    margin: 0px 0px 0px 0px;
    float: left;
	background: none;
    }

@keyframes closen {
 from{ -ms-transform: scale(0.2,0.2); /* IE 9 */
    -webkit-transform: scale(0.2,0.2); /* Safari */
    transform: scale(0.2,0.2); /* Standard syntax */
      -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Safari */
    transform: rotateY(180deg); /* Standard syntax */
 }
 to {
      -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1); /* Standard syntax */
     
 }
 
}
#noti i{
color:#fff;
font-size:24px;
animation:closeni 0.6s;
cursor:pointer;
}
@keyframes closeni {
from {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 42%;
}
to {
background-color: none;
    border-radius: none;
}
}

#notime {   animation:notimenu 0.3s;
      color: #4d4d4d;
    display: none;
    width: 28px;
    height: 27px;
    margin: 0px 0px 0px 0px;
    float: left;
    }
@keyframes notimenu {
 from{ -ms-transform: scale(0.2,0.2); /* IE 9 */
    -webkit-transform: scale(0.2,0.2); /* Safari */
    transform: scale(0.2,0.2); /* Standard syntax */
      -ms-transform: rotateY(100deg); /* IE 9 */
    -webkit-transform: rotateY(100deg); /* Safari */
    transform: rotateY(100deg); /* Standard syntax */
 }
 to {
      -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1); /* Standard syntax */
 }
 
}

#notime i{
font-size:24px;
animation:notimenui 0.6s;
color:#fff;
cursor:pointer;
}
@keyframes notimenui {
from {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 42%;
}
to {
background-color: none;
    border-radius: none;
}
}


/*****notiheadings******/
.headingnew {
border-bottom: 1px solid rgba(152, 152, 152, 0.12156862745098039);
    padding: 4px 0px 4px 0px;
    margin: 0px;
}
.notidivide {
	border-bottom: 1px solid rgba(152, 152, 152, 0.12156862745098039);
}
.notihold {
	height: 380px;
	overflow: hidden;
    overflow-y: auto;
}

.noticard {
    height: auto;
    width: 92%;
    /* border: 1px solid black; */
    margin: 11px auto;
    border-radius: 6px;
    background: rgb(249 249 249 / 74%);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 15%);
}
.noticard:hover {
    background: rgb(249 249 249 / 88%);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
    transition: .3s linear box-shadow;
}
.New-case {
	height: auto;
    width: 97%;
    /* border: 1px solid red; */
    display: inline-block;
}
.noti-icon {
	font-size: 17px;
    float: left;
    color: #c1c1c1;
    height: auto;
    display: inline-block;
    margin: 12px 0px 3px 6px;
}
.new-case-p {
	float: left;
    height: auto;
    display: inline-block;
    padding: 10px 5px 9px 6px;
    margin: 0px;
    font-size: 12px;
    color: #225443;
    width: 75%;
    font-weight: 400;
}
.closei {
	float: right;
    right: 0;
    font-size: 13px;
    margin: 11px 0px 0px 0px;
    display: inline-block;
    font-weight: 900;
    color: #607D8B;
}
.notispann {
	font-size: 8px;
    margin: 10px 0px 2px 0px;
    padding: 0px;
    display: inline-block;
    float: right;
}

.notichat {
	 border: 1px solid rgb(255, 255, 255);
    padding: 7px 0px 3px 0px;
    float: left;
    width: 49%;
    text-align: center;
    background: rgba(0, 255, 255, 0.16862745098039217);
}
.notichat i {
	font-size: 25px;
    /* float: left; */
    color: #3eadad;
    height: auto;
    text-align: center;
    /* display: inline-block; */
    margin: 5px auto;
}
.notichat img {
	    height: 45px;
    width: auto;
	    margin: auto;
    display: block;
}
.notichathld {
	    position: absolute;
    bottom: 21px;
}

/**********************************/
.container_1{
width:75%;
height:auto;
margin:auto;
}
.container_2{
width:85%;
height:auto;
margin:auto;
background:#fff;
}
.container_3{
width:100%;
height:auto;
margin:auto;
}
.container_4{
width:50%;
height:auto;
margin:auto;
}
@media (min-width:0px) and (max-width: 480px) { 
.container_3{
width:95%;
}
.container_4{
width:98%;
}
}
@media (min-width:0px) and (max-width: 800px) {
.container_1, .container_2, .container_3, .container_4  {
    margin-bottom: 70px;
}
}

.form-separator {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 8px 0px 4px 0px;
}

.form-separator span {
    font-size: 18px;
    color: #E91E63;
}

.form {
width:100%; 
/*min-width:600px;*/
height:auto;
display:inline-block;
background:#fff;
box-shadow:2px 2px 8px rgba(0, 0, 0, 0.07058823529411765);
margin:auto;
}
h3 {
      color: #1a3b4b;
    font-size: 20px;
    text-align: center;
    padding: 8px 0px 8px 0px;
    margin-bottom: 2px;
    font-weight: 400;
    margin-top: 3px;
}
.form p {
        font-size: 12px;
    text-align: left;
    
    line-height:2;
}
.success {
    font-size: 17px;
    color: #7CB342;
}

.labelspan {
         margin-top: -9px;
    background: #fff;
    width: fit-content;
    padding: 0px 6px 0px 5px;
    margin: -8px 0px 0px -3px;
	}

.form input ,.form textarea,.form select {
width: 93%;
    height: 33px;
    border: none;
    /*border: 1px solid #efefef*/
    border-radius: 5px;
    padding: 0px 4px 0px 6px;
      margin-top: 1px;
       font-size: 13px;
    color: #3F51B5;
    font-weight: 500;
    font-family: 'Montserrat';
    -webkit-font-smoothing: subpixel-antialiased;
    
}
.form select { 
    background: transparent;
 background: url(drop.png) no-repeat right center;
 background-size: 18px;
   height: 33px;
   width: 228px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    text-indent: 1px;
    text-overflow: '';
}

.formslctmul {
    background: url(multi.png) no-repeat right center !important;
    background-size: 18px;
    height:33px;
    width: 240px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    overflow: hidden;
    text-indent: 1px;
    transition:height .8s linear;
    padding-bottom:5px !important;
}
@media (min-width:0px) and (max-width: 480px) {
.form select, .formslctmul {
background-size:6%;
}       
}
.formslctmul:hover {
 height:315px !important;
padding-bottom:15px !important;
}

.form textarea {
    width: 99%;
    min-width: 99%;
    max-width: 99%;
    min-height: 33px;
    max-height: 90px;
    font-family:'Nunito Sans','Nunito';
}
.form input:focus ,.form textarea:focus,.form select:focus {
    outline:none;
       /* border-bottom: 2px solid #2196F3; */
}


.form input::placeholder ,.form textarea::placeholder{
    color:#ccc;
}
.button_1 {
    width: auto;
    height: 34px;
    background:var(--theme-active-green);
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    float: unset;
    box-shadow: 1px 1px 4px rgb(93 93 93 / 38%);
}
.button_1:focus {
outline:none;
border: 2px solid var(--theme-green);
}
.btnhld {
display:inline-block;

}
.pre_data {
        width: auto;
    height: 33px;
    /* border: 1px solid; */
    float: left;
    padding: 0px 6px 0px 7px;
    line-height: 2.4;
    background: #e6e6e6;
    margin-top: 1px;
}
.input_btn {
width: 77% !important;
    height: 33px !important;
    border: none !important;
    border: 1px solid #f4f4f4 !important;
    padding: 4px 4px 0px 6px !important;
      margin-top: 1px !important;
       font-size: 16px !important;
    color: #3F51B5 !important;
    font-weight: 500 !important;
    font-family: 'Nunito Sans','Nunito' !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    float: left;
}
.input_btn_1 {
    width: 77% !important;
    /* height: 33px !important; */
    border: none !important;
    border: 1px solid #efefef !important;
    padding: 8px 4px 8px 6px !important;
    margin-top: 1px !important;
    font-size: 14px !important;
    color: #3F51B5 !important;
    font-weight: 500 !important;
    font-family: 'Nunito Sans','Nunito' !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    float: left;
	border-radius: 2px;
}
.input_i,.input_i1 {
height: 25px;
    margin-left: -27px;
    margin-top: 4px;
    float: left;
    }
.input_i1 {
color:#8BC34A;
}
.input_i{
    animation: mymove .6s linear infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {transform: rotate(360deg);}
    to { transform: rotate(0deg);}
}

@keyframes mymove {
    from {transform: rotate(360deg);}
    to { transform: rotate(0deg);}
} 
.button_2 {
  width: auto;
    height: 32px;
    background: #1976D2;
    border: 1px solid #1565C0;
    font-size: 13px;
    color: #fff !important;
    padding: 0px 6px 0px 6px;
    /* display: block; */
    margin: auto;
    margin-bottom: 10px;
    margin-top: 1px;
    float: unset;
}
.button_2:focus {
outline:none;
border: 2px solid #1565C0;
}
.button_4 {
        width: auto;
    height: 38px;
    background: #fff;
    border: none;
    font-size: 12px;
    color: #2196F3;
    padding: 2px 18px 0px 9px;
    /* display: block; */
    margin:10px;
    border-radius: 25px;
    box-shadow: 4px 6px 20px 0px rgb(0 0 0 / 6%);
}
.button_4:hover,.button_4:focus {
 outline:none;
 box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
}
.button_4:hover .hide {
display:block;

}
.button_4 i {
font-size: 22px;
    float: left;
    margin: 1px 2px 2px 2px;
    color:var(--theme-green);
}
.button_4 p {
    font-size: 12px;
    font-weight: 500;
    width: auto !important;
    float: left !important;
    margin: 4px 4px 0px 3px !important;
    color:var(--theme-green);

}
.active-button{
    background: var(--theme-active-green) !important;
}
.active-button p, .active-button i {
    color:var(--white) !important;
}
.form1 {
width: 1070px;
    /* min-width: 600px; */
    height: auto;
    display: inline-block;
    background: #fff;
	
    margin: auto;
}
.form1 span {
    color: #616161 !important;
    font-size: 12px !important;
    font-weight: 400;
    padding: 0px 6px 0px 5px;
    margin: 0px 0px 0px -3px;
}

.form1 label {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 13px !important;
    margin: 8px 10px 0px 10px !important;
    padding: 5px 6px 6px 13px !important;
    font-weight: 600 !important;
    display: inline-grid !important;
    width: 226px !important;
    float: left !important;
    color: #000000 !important;
    height: 50px;
    border: 1px #efefef solid !important;
	}
.form1 input, .form1 select {
   outline:none;
   border:none;
   font-size: 13px !important;
   color:#000;
   }

.form label {
    font-size: 12px;
    margin: 16px 0px 11px 17px;
    padding: 0px 10px 8px 10px;
    font-weight: 600;
    display: inline-grid;
    width: 225px;
    float: left;
    color: #00291b;
    height: auto;
    border: 1px solid rgba(26, 59, 75, 0.11);
    border-radius: 3px;
}

.form label label{
    width: 83% !important;
    margin: 0px;
    padding: 0px;
    height: 46px;
}
.form label label input {
  position:unset !important;
}
.form label p {
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
    color: red;
    font-size: 11px; 
}

.label1 {
    font-size: 14px;
    margin: 0px 6px 10px 12px;
    padding: 0px 10px 0px 10px;
    font-weight: 500;
    display: inline-grid;
    width: 200px;
    float: left;
    color: #808080;
    height: 61px;
}

.label1 p {
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
    color: red;
    font-size: 14px; 
    text-align:left !important;
}

.label1 select {
    background: transparent;
 background: url(drop.png) no-repeat right center;
 background-size: 18px;
   height: 36px;
   width: 240px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    text-indent: 1px;
    text-overflow: '';
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 4px 0px 6px;
      margin-top: 1px;
       font-size: 15px;
    color: #3F51B5;
    font-weight: 500;
    font-family: 'Nunito Sans','Nunito';
    -webkit-font-smoothing: subpixel-antialiased;
}
.label1 select:focus {
    outline:none;
        border-bottom: 2px solid #2196F3;
}

.l_long{
width:93% !important;
}
.l_middle{
width:44.5% !important;
}
@media (min-width:0px) and (max-width: 480px) {
.form label,.l_long,.l_middle{
width: 86.5% !important; 
}
}
/******switch******/
.switch {
    position: relative;
    display: inline-block;
    width: 45px !important;
    height: 12px!important;
    padding: unset !important;
    margin-top: 7px !important;
    margin-left: 0px !important;
    float: none !important;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow:inset 0px 0px 1px 0px rgba(0, 0, 0, 0.7098039215686275);
}

.slider:before {
  position: absolute;
  content: "";
  height: 8px!important;
  width: 13px!important;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 0 1px rgb(0, 0, 0);
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 6px;
}

.switch:hover {
    border: none;
}
.switch p {
    margin-top: 17px !important;
    width: max-content !important;
}
/****end*******/
/************checkbox****************/
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px !important;
    padding-top: 2px !important;
    padding-bottom: unset !important;
    cursor: pointer;
    font-size: 15px !important;
    color: #363636 !important;
        float: unset !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
   position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border:1px solid #0072cc;
    border-radius:3px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
       left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: 1px solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/******end**********/
/********************table****************/
.divscroll {
    width: auto;
}
.sticky-header{
    position: sticky;
    top: 0;
    background: #fff;
}
.sticky-column{
    position: sticky;
    left: 0;
    z-index:1;
}
.tabel_1 ,.tabel_11{
width:100%;
height:auto;
background:#fff;
display:inline-block;
overflow-x:auto;
border-bottom: 1px solid #f4f4f4;
border-radius: 4px;
}
.tabel_1 table, .tabel_11 {
width:100%;
margin-bottom:22px;
}
.tabel_1 {
    height: auto;
    border-bottom: unset;
    margin-bottom: 4px;
}

@media (min-width:0px) and (max-width: 480px) { 
.tabel_1 table {
margin-bottom:16px;
}
}
.tabel_1 tr , .tabel_11 tr{
    
    height: 40px;
    transition:.2s background linear;
}
.tabel_11 tr {
 border:1px solid #e6e6e6;
}
.tabel_11 td {
	border-bottom:1px solid #dadada; 
}
.tabel_1 td , .tabel_11 td{
    /*border-bottom: 1px solid #f0f0f0;*/
    height: 40px;
        border-left: 1px solid #dadada;
    border-left-style: dashed;
       text-align: center;
       font-size:14px;
}
.tabel_1 td:first-child, .tabel_1 td:first-child:hover, .tabel_1 tr:hover td:first-child {
    border: none;
}
/* .tabel_1 tr:nth-child(odd) {
    background: #fff;
}

.tabel_1 tr:nth-child(even) {
        background: #f6fbff;
} */
.tabel_1 tr:hover, .tabel_1 tr:hover > td,tr:nth-child(odd):hover,tr:nth-child(even):hover {
    background:rgb(243 251 255); 
}
.tabel_1 tr:hover td {
 border-left: 1px solid #adadad;
 border-left-style: dashed;
}



.tabel_1 th , .tabel_11 th{
    border-bottom: 1px solid rgb(116 185 162 / 10%);
    height: 25px;
    color: #5501b1;
    font-weight: initial;
    padding: 1px 25px 1px 25px;
    text-align: center;
    font-size: 13px;
    white-space: pre;
}
.tabel_1 td p {
    text-align: center;
    color: #000;
    padding: 0px 7px 0px 7px;
    font-size: 13px;
    white-space: pre;
    margin: 0px 0px 0px 13px;
}
.tabel_11 td p {
text-align: left;
    color: #000;
    padding: 8px 10px 5px 10px;
    font-size: 10px;
    white-space: pre-line;
    margin: 0px;
    transition: .2s font-weight linear;
}

.tabel_1 tr:hover td p {
font-weight:600;
color:#000;
}

.tabel_1 tr p {
       color: var(--blue);
}
.tabel_1 input {
    border:none;
    font-size: 11px;
    width: 90% !important;
    margin-left: 2%;
}
@media (min-width:0px) and (max-width: 480px) {
.tabel_1 td p {
    padding: 0px 9px 0px 9px;
    font-size: small;
}
}
/*************modal************/
.wrapit {
background:rgba(0, 0, 0, 0.82);
width:100%;
height:100vh;
position:fixed;
z-index:100000;
display:unset;
 top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal_1 {
    width: 800px;
    height: 90vh;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5vh;
    overflow-y:auto;
    border-radius: 4px;
}
.modal_2 {
width:540px;
    height: 100vh;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0vh;
    overflow-y:auto;
    border-radius: 4px;
}
.modal_3 {
width:320px;
    height: 90vh;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5vh;
    overflow-y:auto;
    border-radius: 4px;
}
.modal_4 {
width:1000px;
    height: 90vh;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5vh;
    overflow-y:auto; 
    border-radius: 4px;
}
@media (min-width:0px) and (max-width: 480px) { 
.modal_1,.modal_2,.modal_3,.modal_4{
width: 100%;
    height: 100vh;
    top: 0;
    margin: auto;
    padding-bottom: 25px;
    margin-top: 50px;
    overflow-y: auto;
    animation:up .2s cubic-bezier(0.4, 0, 1, 1);
} 

@keyframes up {
 from{ margin-top:15vh;
 }
 to {
     margin-top:0vh;
     
 }
}
}
.count_card1, .count_card2 {
    width: 273px;
    height: 200px;
    background: #fff;
    box-shadow: 1px 1px 5px #bdc2de ;
    border-radius: 3px;
    float:left; 
    margin-left: 24px;
    margin-bottom: 24px;
}
.count_card2{
    width: 330px;
}
@media (max-width: 480px) and (min-width: 0px){
.count_card1, .count_card2 {
   
    float:unset;
    margin:auto;
    margin-top: 20px;
    
}
}
/**********pagination***********/
.pagi {
    width: 80%;
    height: auto;
    display: inline-block;
    margin: 3px 6px 0px 0px;
    padding: 0px;
}

.paginum,.paginum1{
    width: 20px;
    height: 20px;
    border: 2px solid #5501b1;
    float: left;
    text-align: center;
    margin-left: 4px;
    color: #5501b1;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
}

.paginum1{
    border: 2px solid #5501b1;
    color: #fff;
    background: #5501b1;
}

.pagi-i {
    padding: 0px 0px;
    margin: 0px -4px;
    font-size: 20px;
}
.pagi-i:focus {
    outline: none;
}
.paginum i,.paginum1 i{
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    text-align: center;
}
.show_more{
    width: max-content;
    height: 36px;
    float: left;
    font-family: 'Nunito Sans','Nunito';
    font-size: 13px;
    margin: 0px 8px;
}
.show_more select {
    width: 40px;
    height: 25px;
    font-size: 12px;
    border: 1px solid #f5f5f5;
    background: #f3f3f3;
    border-radius: 4px;
    font-family: 'Nunito Sans','Nunito';
    background: transparent;
    background: url(drop.png) no-repeat right center;
    background-size: 45%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 3px;
    text-overflow: '';
    }
.show_more select:focus{
    outline:none;
}
/**********************/
.tabs {
    background: #fff;
    width: 100%;
    height: auto;
    display: inline-block;
}

.tabs_top {
    height: auto;
    display:inline-block;
    width: 100%;
    overflow-x: auto;
    overflow-y:hidden;
}
.tabsscroll{
width:auto;
display:flex;
      height: 48px;
}


.tabs_top::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #FFFFFF;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.tabs_top::-webkit-scrollbar
{
   height:7px;
    width: 10px;
    background-color:#e6e6e6;
}

.tabs_top::-webkit-scrollbar-thumb
{
 
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    
}
@media (min-width:0px) and (max-width: 480px) {
    
.tabs_top::-webkit-scrollbar
{
   height:2px;
    width: 200px;
    background-color:#e6e6e6;
}
}

/*.tabs_top > div {
    width: 100px;
    height: 44px;
    float:left;
}*/

.tabs_r {
    width: auto;
    height: 38px;
    float: left;
    background: #f3f3f3;
    border-left: 1px solid #eaeaea;
}
.tabs_ra {
    width: auto;
    border: 1px solid #ffffff;
    border-bottom: none;
    color: #5501b1;
    font-weight: 500;
    border-radius: 3px 3px 0px 0px;
    background: #ffffff;
    /* box-shadow: 0px 5px 10px rgb(0 0 0 / 12%); */
    position: relative;
    z-index: 10;
}
.tabs_r p {
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    text-align: center;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
    white-space: nowrap;
}
.tabs_content {
width:100%;
height:auto;
background:#fff;
}
/*********************/
.searchdrop {
width: 67%;
    height: auto;
    background: #fff;
    position: absolute;
    margin-top: 34px;
    margin-left: 1px;
    box-shadow: 0px 1px 4px #ebebeb
}
.searchdiv {
border-bottom: 1px solid #e6e6e6;
    border-bottom-style: dotted;
}
.searchdiv p {
    font-size: 13px;
    margin: 10px 0px 10px 7px;
    font-weight: 600;
    font-family: 'Nunito';
}
/********************************************/
.loader {
width:100%;
height:68px;

}
.inloader {
    width: 114px;
    height: 67px;
    margin: auto;
    text-align:center;
}
.inloader i {
font-size:35px;
color:#dddddd;
text-align:center;
    animation: load .8s linear infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes load {
    from {transform: rotate(0deg);}
    to { transform: rotate(360deg);}
}

@keyframes load {
    from {transform: rotate(0deg);}
    to { transform: rotate(360deg);}
} 
.inloader p {
font-size:14px;
padding: 0px;
    margin: 8px 0px 0px 0px;
}
/******************************/
.receipt {
width:100%; 
min-width:400px;
height:auto;
display:inline-block;
background:#fff;
box-shadow:1px 1px 4px #e8e8e8;
margin:auto;
}
.receipt h3 {
      color: #1E88E5;
    font-size: 20px;
    text-align: center;
    padding: 3px 0px 6px 0px;
    margin-bottom: 2px;
    font-weight: 400;
    margin-top: 3px;
}
.receipt p {
      color: #4d4d4d;
    font-size: 13px;
    text-align: right;
    padding: 3px 20px 6px 20px;
    margin-bottom: 2px;
    font-weight: 500;
    margin-top: 3px;
}
.receipt table tr:hover {
    background:unset !important;
    height:unset !important;
    font-size:unset !important;

}
.receipt table tr td {
    font-size: 13px;
    text-align: right;
        border: 1px dashed #e6e6e6;
        padding-right:6px;
}
.receipt table tr td > p ,.receipt table tr th > p {
 font-size:12px;
 padding:2px 6px 2px 0px;
}
.receipt table tr th > p  {
 font-size:13px;
 padding-right: 6px;
}
.receipt table tr th {
    font-size:14px;
    text-align:right;
    border: 1px dashed #e7e7e7;
    padding-right: 6px;
}

/****************************/
.documents {
width: 250px;
    height: 314px;
    margin:5px;
    float:left;
}
.documents img {
    width: auto;
    max-width: 250px;
    height: 250px;

}
.w3-light-grey 
{color:#000!important;background-color:#f1f1f1!important}

.w3-container
{content:"";display:table;clear:both}

.w3-blue
{color:#fff!important;background-color:#2196F3!important}

/******************************************/
.case_card {
    height: auto;
    width: 100%;
    box-shadow: 3px 5px 13px #c5c5c561;
    border-radius: 0px 5px 5px;
    background:#fff;
    padding: 6px 0px 0px 0px;
    margin:40px 0px 50px 0px;
        
}
.case_card p {
padding:0px 0px 10px 41px;
    margin: 0px;
    font-size: 15px;
    
}
.case_card button p {
height:40px !important;
}

.case_card_img {
    width: 30px;
    height: 30px;
    float: left;
    margin:6px 0px 0px 12px;
}

.case_card_img i {
    font-size: 30px;
    color: #d6d6d6;
    text-shadow: 1px 1px 8px #dedede;
}

.case_card_img img {
width:100%;
height:100%;

}
.case_card_details{
     height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/* .case_card_details button , .case_card_btnhld button {

} */

.case_card_details h1 {
    padding: 0px;
    margin: 8px 0px 0px 50px;
    font-size: 20px;
    width: 92%;
    font-weight: 900;
    color: #0a1340;
}

.case_card_details p {
    height: 20px;
    width: auto;
    float: left;
    display: block;
    margin: 10px 0px 0px 0px;
    padding: 0px 11px 0px 11px;
    font-size: 14px;
    font-weight:500;
}

.case_card_details span {
  font-size: 14px;
    color: #1976d2;
    font-weight: 600;
}
.case_card_details b {
    font-size: 15px;
    color: #E91E63;
    font-weight: 600;
    margin: 0px 5px 0px 0px;
}


.case_card_btnhld {
    padding: 0px 0px 10px 31px;
     margin: 2px 0px 5px 17px;
    display: block;
    height: auto;
    }
.case_card_btnhld h2 { 
    font-size: 14px;
    width: auto;
    float: left;
    padding: 0px 10px 0px 2px;
    
}
.case_card_tag {
    height:auto !important;
    margin: -3px 0px 0px 8px !important;
    padding: 3px 11px 3px 11px !important;
}

@media (min-width:0px) and (max-width: 930px) { 
.case_card {
height:auto !important;
padding-bottom: 8px;
}
.case_card_btnhld {
    margin: 15px 0px 10px 0px;
    height:auto;
    }
.case_card_btnhld h2 { 
    float:unset;
}
.case_card_details {
   height:auto;
}

.case_card_details h1 {
 margin: 10px 0px 10px 53px;
    width: 80%;
}
.case_card_details p {
    float:unset !important;
}
.case_card_tag {
margin: -3px 0px 10px 8px !important;
    padding: 3px 11px 3px 11px !important;
    width: 36% !important;

}
}


/*******************chat**************/
.tooggle {
	    position: fixed;
    right: -60px;
    bottom: 30px;
    transition: .3s linear;
}
.tooggle i {
	    margin-left: 0px;
    top: 47px;
    position: absolute;
    left: -14px;
    font-weight: bolder;
    background: aliceblue;
}
.tooggle:hover {
	position: fixed;
    right: 5px;
    bottom: 30px;
	transition:.3s linear;
	
}
.chatbubble {
    height: 40px;
    width: 40px;
    right: 5px !important;
    bottom: 57px;
    z-index: 10000;
    margin: 12px;
}
.chatbubble img {
    width: 40px;
    height: 40px;
    box-shadow: 0px 2px 11px 0px #00000045;
    border-radius: 50%;
}
.chatbox {
       height: 340px;
    width: 280px;
    position: fixed;
    bottom: 80px;
    right: 70px;
    border-radius: 4px 4px 20px 4px;
    background: #fff;
    box-shadow: 1px 3px 14px #00000036;

}
.chathead {
height: 30px;
    background: #f1f1f1;
    margin: -4px 0px 0px 0px;
    border-radius:4px 4px 0px 0px;
    border: 1px solid #efefef;
}
.chathead p {
    padding: 0px;
    margin: 4px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    padding: 1px 0px 0px 0px;
    color: #989898;
    }

.chatbody {
    overflow-y: auto;
   height: 269px;
}   

.chatmsg1,.chatmsg2 {
border: 1px solid #e2e2e2;
    height: auto;
    width: 77%;
    border-radius: 8px;
    margin:10px 0px 0px 7px;
    float:left;
}
.chatmsg2 {
float: right;
    background-color: #f9f9f9;
    margin:10px 7px 0px 0px;
}

.chatmsg1 p,.chatmsg2 p {
    padding: 0px;
    margin: 2px 9px 0px 9px;
    font-size: 12px;
    word-wrap: break-word; 
}
.chatmsg1 p {
    word-wrap: break-word;
}
.chatmsg1 span, .chatmsg2 span {
    font-size: 10px;
    margin: 0px 0px 0px 10px;
}
.chatinput {

    bottom: 1px;
    position: absolute;
    width: 100%;
    height: 30px;
}
.chatinput input {
height: 23px;
    width: 56%;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin: 0px 7px 0px 7px;
    float:left;
        padding: 0px 0px 0px 7px;
}
.chatinput button {
    height: 27px;
    margin: -3px 0px 0px 4px;
    float: left;
    width: 27px;
    border-radius: 25px;
    border: none;
    background: #E91E63;
}
.chatinput button:focus {
 outline:none;
}
.chatinput button i{
           color: #fff;
    font-size: 18px;
    margin-top: 2px;
    text-align: center;
    margin-left: -1px;
    padding: 0px;
}
.chatsend {
width: 50px;
    margin-top: -27px;
    margin-left: 8px;
    height: 50px;
    float: left;
}
.chatsend span {
position: absolute;
    left: 48px;
    font-size: 23px;
    margin-top: -17px;
}
@media (min-width:0px) and (max-width: 480px) { 
.chatbubble{
display:none;
}
.chatbox {    height: 86%;
    width: 100%;
    position: fixed;
     right: 0;
 border-radius: unset;
    background: #fff;
    box-shadow: 3px 4px 20px #ececec;
    z-index: 100;
top: 50px;

}
.chatbody {
    height: 88%;
}
}
.updatefloat {
    width: 130px !important;
        height: auto !important;
    background: #fff !important;
    margin-top: -4px !important;
    right: 10px !important;
    position: absolute !important;
    border-radius: 3px !important;
    box-shadow: 1px 1px 8px #00000012 !important;
}
.updatefloat p {
    padding:  3px 0px 5px 0px;
    font-size: 12px;
    margin: 2px 6px 0px 5px;
    white-space: pre-line;
}
.mainhead ul li ul {
display:none;
}
.mainhead ul li:hover ul {
 display:block;
}

/************************************/
.acc_summary_td{
    border: 1px dashed #f3f3f3;
    border-top: none;
    border-left: none;
    padding: 6px 12px;
    font-size: 13px;
}

.acc_summary_imp {
    color:var(--theme-green) 
}
.new-h4 {
    color:var(--theme-dark-green);
    font-size: 16px;
    text-align: left;
    padding: 8px 0px 6px 13px;
    margin-bottom: 2px;
    font-weight: 600;
    margin-top: 3px;
}
.acc-lable {
    font-size: 12px;
    margin: 27px 0px 0px 11px;
    padding: 0px 10px 8px 10px;
    font-weight: 600;
    display: inline-grid;
    width: 225px;
    float: left;
    color: #383838;
    height: auto;
    border: 1px solid rgb(168 170 171 / 11%);
    border-radius: 3px;
}
.form-acc label {
    margin:25px 0px 0px 14px !important;
}
.summary_icon {
    float: right;
    margin: -7px 8px;
    font-size: 33px;
}

.collect-emi-checkbox {
    margin: 0px 0px 0px 13px;
    width: 15px !important;
    padding: 0px !important;
}
.collect-emi-p {
    margin: 4px 0px 0px 0px !important;
    font-size: 13px !important;
}
.input_date_new {
    border: 1px solid #efefef;
    margin: 0px 0px 10px 6px;
    padding: 0px 9px;
    height: 28px;
    border-radius: 3px;
}
.input_date_new:focus, .input_date_new:hover {
    border: 1px solid #e6e6e6;
}
/**************utilities2*****************/
.display-flex-acc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tipsy2 {
width: max-content !important;
    display: inline-block !important;
}
.tipsydiv {
    width: min-content;
    float: left;
}
.tipsydiv p {
    /* visibility: hidden; */
    position: relative;
    background: #000000ab;
    color: #fff !important;
    padding: 4px 4px 4px 4px !important;
    font-size: 12px !important;
    font-weight: 200;
    border-radius: 5px;
    margin: 5px 0px 2px 0px !important;
    /* height: 30px; */
    display: none !important;
}
.tipsydiv p:hover {
 font-size:12px !important;
}
.tipsydiv p::after{
    position: absolute;
    content: "";
    bottom: 100%;
     left: 4px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    }

.tipsydiv:hover p, .tipsydiv:hover .hide {
 display: block !important;
 font-size:12px !important;
 position:absolute;
}
