@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); body {
    background: #F5F5F5;
    width: 100%;
    float: left;
    margin: auto;
    font-family: "Montserrat", sans-serif;
}

.logomain {
    width: auto;
    margin: auto;
    float: left;
}

.logo {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9;
}

.logo img {
    max-width: 30%;
}

.container {
    max-width: 96%;
    margin: auto;
}

.login .container {
    max-width: 100%;
    padding: 0;
}

.col-sm-6.leftimages {
    height: 100vh;
    display: inline-block;
    float: left;
    position: relative;
}

img {
    max-width: 100%;
}

.leftimages.background {
    background: url(../images/bg.png);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.middboxes {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2px;
}

p.mainhead {
    font-size: 38px;
    font-weight: bold;
    color: #144B3C;
    line-height: normal;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

p.mainhead em {
    /* color: #A2EBC5; */
    font-style: normal;
}

.smallimages {
    float: left;
    margin: auto;
    width: 100%;
    position: relative;
}

.smallimages img {
    max-width: 77%;
    position: relative;
    left: 0;
    bottom: -2px;
    right: 0;
    margin: auto;
}

.whitebg {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    max-width: 60%;
    margin: auto;
    top: 56%;
    transform: translateY(-50%);
    padding: 23px;
    border-radius: 7px;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.1);
}

.copytext {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #A0C597;
    font-weight: 600;
}

.loginhead {
    color: #272727;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px 0;
    width: 100%;
}

.smalltext {
    width: 100%;
    margin: 0 0 10px;
    float: left;
    font-size: 15px;
    color: #272727;
}

form.loginform {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}

.fullwidths {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.label {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    float: left;
    margin: 0 0 5px;
}

.form-input {
    float: left;
    width: 100%;
    position: relative;
    margin: auto;
}

.form-input i {
    color: #BABABA;
    position: absolute;
    top: 12px;
    left: 10px;
}

.form-input .form-control {
    padding: 10px 10px 10px 40px;
    height: auto;
    font-size: 13px;
    box-shadow: none;
    color: #272727;
    font-weight: 600;
}

.form-input.password .passwordicon i {
    right: 10px;
    left: auto;
}

.form-input.password .form-control {
    padding-right: 30px;
}

.form-input select.form-select {
    padding: 10px 10px 10px 40px;
    height: auto;
    font-size: 13px;
    box-shadow: none;
    color: #272727;
    font-weight: 600;
}

button.btn {
    background: #272727;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}

.securitybox {
    width: 55%;
    float: left;
    margin: auto;
}

.securitycaptch {
    float: right;
    width: 45%;
    margin: auto;
}

#sidemenu {
    width: 18%;
    position: fixed;
    background: #024751;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: width .5s ease-in;
}

#sidemenu .mainlogo {
    padding: 20px 15px;
    position: relative;
}

#sidemenu .mainlogo a.mainvctor img {
    max-width: 60%;
}

#arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 23px;
    color: #fff;
    cursor: pointer;
}

#arrow .right {
    display: none;
}

.miditems {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.miditems ul.menu {
    padding: 0;
    margin: 0;
}

.miditems ul.menu li {
    list-style: none;
    width: 100%;
    float: left;
    padding: 7px 10px;
}

.miditems ul.menu li a {
    padding: 13px 8px;
    float: left;
    color: #fff;
    width: 100%;
}

.miditems ul.menu li i.menuicons {
    width: 24px;
    float: left;
    margin: 0 6px 0 0;
    text-align: center;
}

.miditems ul.menu li span.textmenu {
    font-size: 14px;
    width: 85%;
    float: left;
    text-align: left;
    font-weight: 600;
    position: relative;
    top: 3px;
}

li.active a {
    background: #009C4A;
    border-radius: 10px;
}

#rightitems {
    width: 82%;
    float: right;
    padding: 0;
    transition: width .5s ease-in;
}

.headerbg {
    padding: 8px 15px 8px;
    background: #fff;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    border-bottom: 1px solid #D2D2D2;
    position: sticky;
    z-index: 999;
    top: 0;
}

.maintexts {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    float: left;
}

.maintexts em {
    font-weight: bold;
    font-style: normal;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-sm-3.rightdrop button#dropdownMenuButton1 {
    background: no-repeat;
    border: none;
    padding: 0;
    width: auto;
    float: right;
}

.col-sm-3.rightdrop button#dropdownMenuButton1::after {
    display: none;
}

.col-sm-3.rightdrop button#dropdownMenuButton1 i.fas.fa-chevron-down {
    color: #888;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 12px;
}

.col-sm-3.rightdrop button#dropdownMenuButton1 img {
    max-width: 80%;
    margin-right: 0px;
    margin-top: -30px;
}

.col-sm-3.rightdrop .dropdown {
    padding-right: 20px;
}

.col-sm-9.maintexts {
    position: absolute;
    top: 10px;
    padding: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-size: 29px;
    font-weight: 600;
    color: #144B3C;
}

.dropdown-item.active, .dropdown-item:active {
    background: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
}

.col-sm-3.rightdrop .dropdown ul.dropdown-menu.show {
    margin: 0;
    padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: no-repeat;
}

.col-sm-3.rightdrop .dropdown ul.dropdown-menu.show a.dropdown-item {
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.col-sm-3.rightdrop .dropdown ul.dropdown-menu.show a.dropdown-item:hover {
    background: #000 !important;
    color: #fff;
}

.sectionmiddle {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

.addhead {
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.whitebgfilter {
    background: #fff;
    float: left;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.filterdiv {
    width: 100%;
    float: left;
    margin: auto;
}

.filterdiv .filterbox {
    /* width: 20%; */
    padding: 0 6px;
}

.labelhead {
    color: #272727;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin: 0 0 7px;
}
.dropdotextmenu {
    display: inline-block;
    color: #000;
}

.dropdotextmenu .drophead {
    font-size: 14px;
    width: 100%;
    float: left;
    margin: auto;
    text-align: left;
}

span.smalltexts {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.dataform {
    float: left;
    margin: auto;
    width: 100%;
}

.dataform .form-control {
    padding: 10px;
    height: auto;
    font-size: 13px;
    box-shadow: none !important;
    color: #272727;
    font-weight: 600;
    background-color: #f7f7f7;
}

button.search {
    background: #272727;
    border: none;
    padding: 9px;
    min-width: 86px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}

.filterbutton {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
    top: 26px;
}

.search.cancelbtn {
    background: #F0F1F7;
    color: #272727;
    margin-right: 20px;
}
.col-sm-3.rightdrop {
    float: right;
    position: relative;
    z-index: 999;
}
.whitebgfilter.paddiningnone {
    padding: 0;
}

.whitebgfilter.paddiningnone p.addhead.border {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 11px 15px;
}


.leftform .filterbox {
    margin-bottom: 20px;
}
.uploadsection {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 40px;
}

.upladicon {
    display: inline-block;
    width: auto;
    margin: 0 0 10px 0;
}

.uploadicon {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    color: #272727;
    font-weight: 600;
}

.uploadicon label {
    margin-right: 10px;
    color: #009C4A;
    text-decoration: underline;
}

.boxalert {
    width: 100%;
    display: inline-block;
    margin: 0px 0 20px;
    color: #737791;
    font-size: 14px;
}

.browse label {
    background: #272727;
    border-radius: 5px;
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.circle {
    width: 35px;
    height: 35px;
    display: inline-flex;
    border-radius: 5px;
    background-color: #D9F1FF;
    padding: 7px;
    box-sizing: border-box;
}

h5.card-title {
    display: inline-flex;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #272727;
    margin: 0;
    line-height: normal;
    position: relative;
    top: -6px;
}

.counts {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin: 1px 0;
    display: inline-block;
}

.footlinks {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding: 5px 0 0;
    position: relative;
}

.footlinks a.card-link {
    font-size: 11px;
    color: #144B3C;
    font-weight: 600;
}

.footlinks a.card-link svg {
    width: 16px;
    position: absolute;
    right: 0;
    top: 10px;
    fill: #888;
}
.carddesign {
    width: 100%;
    display: inline-flex;
    margin: auto;
    gap: 1em;
}

.carddesign .card {
    width: 18rem;
}



.card.open .circle {
    fill: #1EAE57;
    background: rgba(30,174,87,0.2);
}

.card.pro .circle {
    background: #FFF3E5;
    fill: #CA9E6A;
}

.card.closed .circle {
    background: rgba(71,71,71,0.2);
    fill: #3B3B3B;
}
.carddesign .card-body {
    padding: 15px;
}
body.new {}

body.new div#sidemenu {
    width: 4.5%;
}

body.new div#sidemenu span.textmenu {
    display: none;
}

body.new div#rightitems {
    width: 95.4%;
}

body.new #arrow {
    font-size: 13px;
    transform: rotate(180deg);
}
#loaderContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.7) !important;
    display: none;
    z-index: 9999;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: 0;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2c9450;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#mainloader.show {
    display: block;
}

#mainloader.hide {
    display: none;
}
/* Add to your CSS for debugging */
#dvLead {
    display: block !important;
    background: #fff;
    color: #000;
    position: static !important;
    margin-top: 306px !important;
    z-index: 1;
}