body{font-family: 'Roboto', sans-serif; font-size:14px; color:#5e5c5c; overflow-x:hidden; box-sizing: border-box; margin:0; padding:0;}

@font-face {
    font-family: 'rupee';
    src: url('../fonts/rupee.eot');
    src: url('../fonts/rupee.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rupee.woff') format('woff'),
         url('../fonts/rupee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
     url('../fonts/Roboto-Regular.ttf') format('truetype'),
     url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Gilroy-Medium';
	src: url('../fonts/Gilroy-Medium.eot');
	src: local('☺'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype'), url('../fonts/Gilroy-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy-Bold';
	src: url('../fonts/Gilroy-Bold.eot');
	src: local('☺'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


:root {
  --blue: #d1ecfc;
  --indigo: #f4f1fb;
  --purple: #7460ee;
  --pink: #e83e8c;
  --red: #f9eeed;
  --orange: #fb9678;
  --yellow: #fbf5ea;
  --green: #eefcfa;
  --teal: #20c997;
  --cyan: #01c0c8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue: #d1ecfc;
  --indigo: #f4f1fb;
  --purple: #7460ee;
  --pink: #e83e8c;
  --red: #f9eeed;
  --orange: #fb9678;
  --yellow: #fbf5ea;
  --green: #eefcfa;
  --teal: #20c997;
  --cyan: #01c0c8;
  --white: #fff;
  --gray: #6c757d;
  --primary: #7460ee;
  --secondary: #f8f9fa;
  --success: #36bea6;
  --info: #009efb;
  --warning: #ffbc34;
  --danger: #f62d51;
  --light: #f8f9fa;
  --dark: #343a40;
  --cyan: #01c0c8;
  --purple: #7460ee;

}

/*common start*/

.main-wrapper {width: 100%; overflow: hidden; }
.page-wrapper{background: #fff; position: relative; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.container-fluid{width: 100%; padding-top:0; margin-right: auto; margin-left: auto; }

.clear { margin:0; padding:0; clear:both;}
:focus {outline:none;}
img{width:100%;}

.slow {
    -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
}

.headingg{
  text-transform: capitalize;
  margin: 0px auto 27px 0px;
  background-image: linear-gradient(to right, #5146ba, #5146ba, #822afb, #b523ee, #e3a8ff);
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
}
.btn{
  color: #fff !important;
    background: #5146ba !important;
    border-color: #5146ba !important;
    border-radius: 4px !important;
  }
  .btn:hover,.btn:focus{
    outline: 0;
    background-color: #5146ba !important;
    border-color: #5146ba !important;
    color: #ffffff !important;
  }
.btn-info{background-color: #cfebf2; border-color: #b8e5f0;}
.btn-success{background-color: #baf2ba; border-color: #9fe19f;}
ul, li{padding:0; outline:none;}
a {
  color: #2196f3;
  text-decoration: none;
}
a:hover, a:focus {text-decoration: none;color: #066bbb;}
.custom-select{-webkit-appearance: none; -moz-appearance: none; background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat; background-position-x: 100%; background-position-y: 5px; border: 1px solid #ccc; border-radius: 4px; padding: 6px 5px; height: 34px; vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
  }
.custom-select:hover, .custom-select:focus{border: solid 1px #9f9b9b;}
.tablebox .btndeco{padding: 5px 14px;
  font-size: 14px;
  border-radius: 50px;
  color: #158475;
  background: #c6e7de;
  border-color: #c6e7de;}
  .tablebox .btndeco:hover,.tablebox .btndeco:focus{
    outline: 0;
    background-color: #158475;
    border-color: #158475;
    color: #ffffff;
  }
.tablebox .tabhed{
    background: #5146ba !important;
    color: #ffffff;
    font-weight: normal;
}
.hedrcon .upsecboxprof .nametxt{
        margin-right: 8px;
    font-size: 12px;
    vertical-align: middle;
    width: 76%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.margtop{margin-top: 30px;}
.tablebox tr:hover{background:#e1e1e1/*#f7fbec*/; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;}
.tablebox .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{border-top:none;}
.tablebox .table > tbody > tr > td,.table > tbody > tr > th{padding:13px 7px !important;}
.tablebox .table-striped > tbody > tr:nth-of-type(2n+1){background-color: #f7f7f7;}
.tablebox .actbox{font-size:20px; color:#f44336;}
.tablebox .actbox a{color:#f44336; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.tablebox .actbox button{color:#f44336; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.tablebox .actbox i:hover, .tablebox .actbox i:focus{color:#acabab;}
.tablebox .actbox a:hover, .tablebox .actbox a:focus{color:#acabab;}
.tablebox .actbox .modbtnn{background:none; border:none; font-size:20px;}
.tablebox .table > tbody > tr > td, .tablebox .table > tbody > tr > th, .tablebox .table > thead > tr > td, .tablebox .table > thead > tr > th{vertical-align:middle;font-size: 13px;}
.tablebox .table th{text-transform: capitalize;text-transform: capitalize;color: #fff;}
.tablebox>tbody>tr>td, .tablebox>tbody>tr>th, .tablebox>tfoot>tr>td, .tablebox>tfoot>tr>th, .tablebox>thead>tr>td, .tablebox>thead>tr>th {
  border-bottom: 1px solid #e2e2e4;
  color: #5b5b60;
  border-top: none;
}
.tablebox .numberback{background:#dbdada; border-radius:50%; width:25px; height:25px; color:#000; text-align:center; line-height:25px;}
.largemod{width:900px;}
.modal{background: rgba(255,255,255,.5);}
.modal-content{border-radius: 0; box-shadow:none; border:none;}
.modal-title{    text-transform: capitalize;font-size: 16px;font-weight: bold;color: #5146ba;}
.modal-header{background: #ededed; border: solid 1px rgba(206, 202, 202, 0.8); border-bottom:none;}
.modal .close{opacity: .6;}
.modal-footer{padding: 35px 15px 35px 15px; border: 1px solid rgba(174,174,174,.8); border-top: none;}
.modal-body{border: 1px solid rgba(174,174,174,.8); border-bottom: none; border-top: none;}
.revfrmdec{border-bottom: solid 1px #d3d3d3 !important; border: none;box-shadow:none; font-size: 12px; padding: 0 10px; border-radius: 0; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;}
.revfrmdec:hover, .revfrmdec:focus{border-bottom: solid 1px #333 !important; border: none; box-shadow:none;}
textarea{resize: none}
.frmlabtxt{text-transform:capitalize; width: 100%;}
::-webkit-input-placeholder {font-size:12px;}:-ms-input-placeholder{font-size:12px;}::placeholder {font-size:12px;}
.modbtn{border-radius:0; text-transform:uppercase; font-size: 11px; padding: 9px 18px;}
.mritt{margin-right: 15px;}
.hedtxtt{text-transform: capitalize; font-size: 13px; margin: 0 0 48px 0; border-bottom: solid 1px #bbdff4; padding-bottom: 15px; font-weight: bold;}
.form-group{margin-bottom: 35px;}
.revfrmdecselect{border-bottom: solid 1px #d3d3d3 !important; border: none;padding: 0 20px 0 10px;margin-left: -3px; width:100%;}
.revfrmdecselect:hover, .revfrmdecselect:focus{border-bottom:solid 1px #333 !important; border: none;}
.whitbtnn{color: #938e8e; border-color: #d7d4d4;}
.greybtnn{background:#b1b1b1; color:#fff; border-color: #b1b1b1;}
.greybtnn:hover, .greybtnn:focus{background:#cecccc; border-color: #cecccc;}
.docnameuptxt{text-transform: uppercase;}
.textcapital{text-transform: capitalize;}
.imagelistbox{padding-left:0; display: flex; align-items: center;}
.imagelistbox li{list-style:none; margin-right:20px; width: 50%; height: 140px; overflow: hidden;}
.imagelistbox li .picbtn{background:none; border:none; padding:0; width:100%;    padding: 20px;}
.imagelistbox li .picbtn:hover, .imagelistbox li .picbtn:focus{background:none; border:none;}
.imagelistbox li .picnametxt{font-size:13px; margin:5px 0 0 0; text-transform:capitalize; word-break: break-all; white-space: normal;}
.imagelistbox li .piccimg{
  width: 38px;
  height: 38px;
  background: #fff;
  object-fit: contain;
  border-radius: 5px;
  border: 1px solid #12a89d;}


/*common end*/



.topbar{background:#ededed; height:50px; position: fixed; top:0; z-index: 11; width: 100%; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1); box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1); }
.headwrapper{margin-left:100px; height: 100%;background: #fff;}
.headwrapper.inmargin{
    margin-left: 290px;
}
.headwrapper.inmargin.intomargin,
.headwrapper.intomargin{
     margin-left: 250px;
}
.contfluid{height: 100%;}
.hedrcon{height: 100%;}
.hedrcon .leftsecc{display:inline-block; width:auto; height:100%;}
.hedrcon .leftsecc .heddname{
  color: #5146ba;
  font-weight: bold;
  padding-top: 4px;
  text-transform: capitalize;
  font-size: 2rem;}
.hedrcon .rightsecc{display:inline-block; width:auto; height:100%; float:right; padding: 8px 0; color: #625f5f;}
.hedrcon .rightsecc .upsecbox{float:left; padding: 8px 14px; height: 30px;}
.hedrcon .rightsecc .upsecbox .icolist{padding:0; margin:0;}
.hedrcon .rightsecc .upsecbox .icolist li{list-style:none; display:inline-block; margin: 0 0 0 5px; font-size: 14px;}
.hedrcon .rightsecc .upsecbox .icolist li a{color:#5146ba;cursor: pointer;}
.hedrcon .rightsecc .upsecbox .icolist li a:hover, .hedrcon .rightsecc .upsecbox .icolist li a:focus{color:#9187e9;}
.hedrcon .rightsecc .upsecbox .icolist li a sup{font-size: 11px; left: -3px;}
.hedrcon .rightsecc .upsecbox .notifboxx{display:none; box-shadow: 1px 1px 5px 0 rgba(34,47,60,.25); position: absolute; right: 52%; top: 10px; background: #fff; width: 370px; transform: translate(52%, 8%);}
.hedrcon .rightsecc .upsecbox .arrow-up{width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; top: -2%; position: absolute; transform: translate(41%, -25%); left: 43%;}
.hedrcon .rightsecc .upsecbox .notifboxx .overflowsecc{overflow-y: scroll;min-height: 300px;}
.hedrcon .rightsecc .upsecbox .notifboxx .contbox{display:flex; border-bottom:solid 1px #ccc; padding:10px;}
.hedrcon .rightsecc .upsecbox .notifboxx ul li:hover {
    border-bottom: solid 1px #5146ba !important;
    cursor: pointer;
}
.hedrcon .rightsecc .upsecbox .notifboxx .contbox .circpic{flex-shrink: 0; margin-right:10px;border-radius:50%; width:35px;height:35px; background:#d8d8d8; border:solid 1px #d8d8d8;}
.hedrcon .rightsecc .upsecbox .notifboxx .contbox .circpic img{height: 100%; width: 100%; object-fit: cover; border-radius: 50%;}
.hedrcon .rightsecc .upsecbox .notifboxx .midtxtbox{margin-right: 10px;}
.hedrcon .rightsecc .upsecbox .notifboxx .midtxtbox .deltxt{font-size: 13px; line-height: 14px; margin-bottom: 5px;}
.hedrcon .rightsecc .upsecbox .notifboxx .midtxtbox .picnametxt{font-size: 11px;margin-bottom:0;}
.hedrcon .rightsecc .upsecbox .notifboxx .lastboxx{text-align: right; min-width: 90px;}
.hedrcon .rightsecc .upsecbox .notifboxx .lastboxx .timetxt{font-size: 11px; margin-bottom: 5px;}
.hedrcon .rightsecc .upsecbox .notifboxx .lastboxx .viewbtn{background: #b1b1b1; border:solid 1px #b1b1b1; color: #fff; padding: 4px 12px; font-size: 10px; text-transform: uppercase; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.hedrcon .rightsecc .upsecbox .notifboxx .lastboxx .viewbtn:hover, .hedrcon .rightsecc .upsecbox .notifboxx .lastboxx .viewbtn:focus{color:#333; background:#fff; border:solid 1px #b1b1b1;}

.hedrcon .rightsecc .upsecboxinfo{float:left; padding:0 14px; text-align:right; height: 30px;}
.hedrcon .rightsecc .upsecboxinfo .para{margin-bottom:0; font-size: 12px; line-height: 17px;}
.hedrcon .upsecboxprof{
    float: right;
    background: #EFEEEE;
    height: 100%;
    padding: 6px 14px;
    color: #5146ba;
    /*margin-left: 14px;*/
    cursor: pointer;
    position: relative;
    min-width: 220px;
    text-align: left;
    display: flex;
    align-items: center;
}
.hedrcon .upsecboxprof .picbox{width:38px; height:38px; border-radius:50px;}
.hedrcon .upsecboxprof .nametxt{margin-right:8px; font-size:12px; vertical-align:middle;}
.hedrcon .upsecboxprof .caretico{vertical-align:middle; font-size:13px;}
/*.hedrcon .upsecboxprof:hover .dropboxx {display:block;}*/
.hedrcon .upsecboxprof .dropboxx{ width:270px; display:none; border-radius: 4px; top:52px; box-shadow:1px 1px 5px 0 rgba(34,47,60,.25); z-index:1; position:absolute;text-align:left; right:0px; background:#8db535; }
.hedrcon .upsecboxprof .dropboxx ul{padding:0; margin:0;}
.hedrcon .upsecboxprof .dropboxx ul li{list-style:none; font-size:14px; padding: 10px; background:#b9b1fe;  transition: background .2s ease-in-out,color .2s ease-in-out; border-bottom:1px solid #b9b1fe;}
.hedrcon .upsecboxprof .dropboxx ul li:hover{background: #5146ba;}
.hedrcon .upsecboxprof .dropboxx ul li:hover a{color:#fff;}
.hedrcon .upsecboxprof .dropboxx ul li a{color:#fff; transition:background .2s ease-in-out,color .2s ease-in-out}
.hedrcon .upsecboxprof .dropboxx ul .signtxt{margin-right:10px;}
.fixed-layout .left-sidebar{position: fixed; }
.mainconbox{
    margin-top: 100px;
    background:#fff;
    padding:15px;
    /*min-height:100vh;*/
    height:auto;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #f6f6f8;
    }
.dash_box {
    border-bottom: 5px solid #b9b1fe;
}
.homesecc .upboxx{display: grid; grid-template-columns: 32% 32% 32%; grid-column-gap: 2%; grid-row-gap: 20px; margin-bottom: 20px;}
.homesecc .upboxx .colorbox{
  /* width:100%; box-shadow:1px 1px 5px 0 rgba(34,47,60,.25); padding:10px;  border-radius: 4px; font-weight: bold; */
width: 100%;
padding: 10px;
border-radius: 0;
font-weight: bold;
background: #fff !important;
border-right: 1px solid #BEBEC0 !important;
text-align: center;
color: #179874;
font-size: 15px;
}
.homesecc .upboxx .colorbox:last-child{
  border-right: 0px solid #BEBEC0 !important;
}
.homesecc .upboxx .colorbox .smalltxt{font-size:12px;}
.homesecc .upboxx .colorbox .numbertxt{
  /* font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320))); color:#797575; */
  display: block;
  font-size: 25px;
  margin-bottom: 12px;
  line-height: 18px;
  color: #179874;
}
.homesecc .upboxx .colorbox .numbertxt .marggap{margin-right:1px;}
.homesecc .downboxx{display: grid; grid-template-columns: 49% 49%; grid-column-gap: 2%; grid-row-gap: 20px; margin-bottom: 20px;}
.homesecc .downboxx .colorbox{width:100%; box-shadow:1px 1px 5px 0 rgba(34,47,60,.25);padding: 0; border-radius: 0 0 9px 9px; position:relative;}
.homesecc .downboxx .colorbox .arowpos{
  position: absolute;
  right: 10px;
  top: 73%;
  transform: translate(-50%, -50%);
  color: #158475;
}
.homesecc .downboxx .colorbox .smalltxt{
  background: #158475;
  margin: 0;
  font-size: 18px;
  color: #fff;
  padding: 10px 15px;}
.homesecc .downboxx .colorbox .numbertxt{
  font-size: 33px;
  color: #179874;
  padding: 15px 15px;
  background: #C6E7DE;
  margin: 0;}
.homesecc .chartbox{width:100%; box-shadow:1px 1px 5px 0 rgba(34,47,60,.25); padding:10px; color:#fff; border-radius: 4px; height: 210px; text-align: center;}
.homesecc .chartbox img{width: 170px;}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
 /* -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;*/
}


/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #c6e7de solid 2px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  /*-webkit-animation-duration: 1s;
  animation-duration: 1s;*/
  border-radius: 50px;

}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
 /* -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;*/
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;*/
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  /*background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);*/
  /* W3C */
  /*-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;*/
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
 /* -webkit-transform: translateY(-5px);
  transform: translateY(-5px);*/
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  /*opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);*/
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  /*-webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;*/
}


.showselbox{color:#333; text-align: right;}
.showselbox .custom-select{width:70%; margin-bottom:10px;box-shadow: 0 4px 16px 0 rgb(0 0 0 / 8%); border: 0;}
.showselbox label{font-weight: normal;margin-right: 5px;}
.filterserchbox{z-index: 1;}
.filterserchbox .input-group .form-control{z-index:auto;}

.filterserchbox .input-group-btn .btn:hover{
  outline: 0;
background-color: #5146ba;
    border-color: #5146ba;
    color: #ffffff !important;
}
.filterserchbox .input-group-btn .srchbtnn{z-index:auto; background: #c6e7de;  border: solid 1px #c6e7de;color:#fff; text-transform:uppercase; font-size: 12px; border-radius: 0;}
/* .filterserchbox .input-group-btn .srchbtnn:hover, .filterserchbox .input-group-btn .srchbtnn:focus{background:#fff; border:solid 1px #acacac; color:#acacac; font-size: 12px;} */
.filterserchbox .dropdown-menu{min-width: 400px; font-size:13px; left: 0; transform: translate(-90%, 0%);}
.filterserchbox .dropdown-menu > li > a{padding: 4px 10px; white-space: normal;}
.filterserchbox .checkbox{margin-top:2px; margin-bottom:2px;padding: 4px 10px;white-space: normal;display: block;padding: 3px 20px;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;}
.filterserchboxclient .dropdown-menu{min-width: 300px;}
.addfilebtn{text-align:right;}
.addfilebtn .buuttonn{text-transform: uppercase;font-size: 11px; color:#12a89d;}
.activeselbox .custom-select{background-color:#ededed; color: #776d6d; font-weight: bold; border-radius:50px; padding:2px 10px 2px 5px; height:auto; font-size:12px; background-position-y: 0; background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='18' viewBox='0 0 18 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");}
.midwidbodbox{border: solid 1px #bbdff4;margin: 50px auto 0 auto;width:88%; padding: 30px;}
.midwidbodbox .btnconsec{text-align: right;margin-top: 30px;}
.secmidritbox{margin: 50px auto 0 auto;width:88%; text-align:right;}
.showselboxclient{color:#333; text-align: right;margin-bottom: 12px;}
.showselboxclient .custom-select{width:30%; margin-right: 1%;    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 8%); border: 0;}
.showselboxclient label{font-weight: normal;margin-right: 5px;}

.customchekkboxx .labtxt{display: block; position: relative; padding-left: 24px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
/* Hide the browser's default checkbox */
.customchekkboxx .labtxt input{position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
/* Create a custom checkbox */
.customchekkboxx .checkmark{position:absolute; top:6px; left:0; height:14px; width:14px; background-color:#fff; border:solid 1px #5146ba;}
/* On mouse-over, add a grey background color */
.customchekkboxx .labtxt:hover input ~ .checkmark{background-color:#fff; border:solid 1px #333;}
/* When the checkbox is checked, add a blue background */
.customchekkboxx .labtxt input:checked ~ .checkmark{background-color:#fff; border:solid 1px #5146ba;}
/* Create the checkmark/indicator (hidden when not checked) */
.customchekkboxx .labtxt .checkmark:after{content: ""; position: absolute; display: none;}
/* Show the checkmark when checked */
.customchekkboxx .labtxt input:checked ~ .checkmark:after{display: block;}
/* Style the checkmark/indicator */
.customchekkboxx .labtxt .checkmark:after{left: 3px; top: 1px; width: 6px; height: 9px; border: solid #000; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}


.radioboxx {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
}

/* Hide the browser's default radio button */
.radioboxx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radioboxx .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  border:solid 1px #333;
}

/* On mouse-over, add a grey background color */
.radioboxx:hover input ~ .checkmark {
  background-color: #fff;
  border:solid 1px #333;
}

/* When the radio button is checked, add a blue background */
.radioboxx input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioboxx .checkmark:after {
  content: "";
  position: absolute;
  display: none;

}

/* Show the indicator (dot/circle) when checked */
.radioboxx input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioboxx .checkmark:after {
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
}
.radioboxx .demm{display:inline-block; margin-right:30px; font-size: 12px; display:flex;}
.radwid{width: 80%;}
.radioboxx .ppadrit{padding-right: 85px;}


.noborder{
    border:0 !important;
}
.bluebod{border:solid 1px #bbdff4;padding: 10px;margin-bottom: 30px;}
.appendboxbtn{text-align:right;}
.nobox{background:#ededed; padding:10px; text-align:center; margin-top:30px;}
.nobox p{color: #000; font-weight: bold; margin-bottom:0;}
.lenderflexsecc{display: flex;align-items: center;}
.lenderflexsecc .labhedd{font-size: 15px;margin: 0;}
.lenderflexsecc .inputwidth{width: 350px;margin: 0 20px;}
.lenderflexsecc .btnconn{background:#b1b1b1; border-color:#b1b1b1; color:#fff;}
.lenderflexsecc .btnconn:hover, .lenderflexsecc .btnconn:focus{background:#fff; border-color:#b1b1b1; color:#b1b1b1;}
.emailwid{width:65% /*800px*/; margin: 0 auto;}
.emailwid .btnconsec{text-align:right;}
.emailwid .emailtxtbody{}
.emailwid .emailtxtbody .nametile{color:#9e9e9e; font-size: 25px; margin-bottom:30px;}
.emailwid .emailtxtbody .sechedd{color:#9e9e9e; font-size: 24px; margin-top: 50px;}
.emailwid .emailtxtbody .mailinputbox{border:solid 1px #ccc; width: 100%; height: 50px; padding:10px;}
.emailwid .emailtxtbody .mailtxtarea{border:solid 1px #ccc; width: 100%; padding:10px;}
.emailtemppicbox .bluelinebox{border: solid 1px #bbdff4;margin: 20px auto 0 auto;width:100%; padding: 30px;}
.emailtemppicbox{width:65%/*800px*/; margin: 0 auto;}
.emailtemppicbox .linepic{display:grid; grid-template-columns:22.5% 22.5% 22.5% 22.5%; margin-bottom:20px; grid-column-gap: 3.4%;}
.emailtemppicbox .linepic .picsboxx{/*width:185px !important;*/ height:165px; width:100%; margin-bottom: 24px;border-radius: 7px; overflow: hidden;}
.emailtemppicbox .linepic .picsboxx .backpic{height: 100% !important; background-position: center center; width: 100% !important; background-size:cover;}
.emailtemppicbox .linepic .picsboxx .namepic{text-shadow: 3px 3px 4px #2824248f; color:#fff; font-size:20px; padding: 0; margin: 0; width: 100%; text-transform:capitalize; position: absolute; top: 50%; left: 0; transform: translate(0%,-50%); text-align: center; overflow: hidden;}
.emailtemppicbox .linepic .editdelboxx{position:absolute; right:10px; top:10px; text-shadow: 3px 3px 4px #2824248f; color:#fff;background: #000;border-radius: 6px; padding: 2px;}
.emailtemppicbox .linepic .editdelboxx a{color:#fff;margin: 0 4px;}
.emailtemppicbox .linepic .gradientbox{height: 100%; width:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,d1d1d1+100,7db9e8+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #d1d1d1 100%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#d1d1d1 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4c4c4c 0%,#d1d1d1 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}




.emailtemppicbox .linepic .custom-control.image-checkbox{width: 100%; height: 100%; position: relative; padding-left: 0; overflow: hidden;}
.emailtemppicbox .linepic .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {opacity: 1;}
.emailtemppicbox .linepic .custom-control.image-checkbox label{cursor: pointer;}
.emailtemppicbox .linepic .custom-control.image-checkbox label:before{border-color: #007bff; background-color: #007bff;}
.emailtemppicbox .linepic .custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before{transition: opacity .3s ease; opacity: 0; left: .25rem;}
.emailtemppicbox .linepic .custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover{opacity: .8;}
.emailtemppicbox .linepic .custom-control.image-checkbox label img{border-radius: 2.5px;}
.emailtemppicbox .linepic .form-group-image-checkbox.is-invalid label{color: #dc3545;}
.emailtemppicbox .linepic .form-group-image-checkbox.is-invalid .invalid-feedback{display: block;}
.emailtemppicbox .linepic .custom-control.image-checkbox{position: relative; padding-left: 0;}
.emailtemppicbox .linepic .custom-control-input{position: absolute; z-index: -1; opacity: 0;}
.emailtemppicbox .linepic .custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");}
.emailtemppicbox .linepic .custom-control-label::after{position: absolute; top: .25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50%/50% 50%; background-image: none;}
.emailtemppicbox .linepic .custom-control-input:checked ~ .custom-control-label::before{color: #fff; border-color: #007bff; background-color: #007bff;}
.emailtemppicbox .linepic .custom-radio .custom-control-label::before{border-radius: 50%;}
.emailtemppicbox .linepic .custom-control-label::before, .custom-file-label, .custom-select{transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.emailtemppicbox .linepic .custom-control-label::before{position: absolute; top: .25rem; left: 0/*-1.5rem*/; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: #fff; border: #adb5bd solid 1px; border-top-color: rgb(173, 181, 189); border-right-color: rgb(173, 181, 189); border-bottom-color: rgb(173, 181, 189); border-left-color: rgb(173, 181, 189);}
.emailtemppicbox .linepic .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label::before {opacity: 1;}
.emailtemppicbox .linepic .custom-control-input:checked ~ .custom-control-label::before{color: #fff; border-color: #007bff; background-color: #007bff;}
.emailtemppicbox .linepic .custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");}
.emailtemppicbox .linepic .custom-control-label::after{position: absolute; top: .25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50%/50% 50%; background-image: none;}



.financebox .chartbox{width:100%; padding:10px; color:#fff; border-radius: 4px; background:#e8e8e8;  text-align: center; border:solid 1px #e8e8e8;}
.financebox .chartbox img{width: 200px;}
.midwidseccon{margin: 50px auto 0 auto;width:88%;}
.tabbwid{width: 88%; margin: 0 auto;}
.tabbwid .nav > li > a{
    text-transform: capitalize !important;
    margin: 0 5px;
    padding: 9px 5px;
    border-radius: 9px;
    border: 1px solid #FFEB3B;
    background: #5146ba;
    color: #ffeb3b;
    height: auto;
    text-align: center;
    font-size: calc(20px + (9 - 12) * ((100vw - 312px) / (1920 - 320)));
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tabbwid .nav-tabs{display: grid; grid-template-columns: 25% 25% 25% 25%;border:solid 1px #5146ba; border-bottom:none; background:#5146ba;border-radius: 10px;padding: 15px 10px; margin-bottom: 15px;}
.tabbwid .nav::before{content:none;}
.tabbwid .nav-tabs > li.active > a, .tabbwid .nav-tabs > li.active > a:focus, .tabbwid .nav-tabs > li.active > a:hover{
background: #FFEB3B;
    border: 1px solid #FFEB3B;
    color: #404040;}
.tabbwid .tabbcontentbox{width: 100%; background: #fff; margin: 0; border: solid 1px #b9b1fe; padding:30px; border-radius: 11px;}
.tabbwid .tabbcontentbox .textdeco{font-size: 16px; margin-bottom: 15px;}
.tabbwid .tabbcontentbox .borderbtm{border-bottom: solid 1px #bbdff4;}
.tabbwid .tabbcontentbox .tottxt{font-size: 20px; font-weight:bold;}
.tabbwid .greybox{border-left: solid 1px transparent; background: transparent; height: 15px; border-right: solid 1px transparent;}
.tabbwid .parabox{color: #9b9797;font-size: 20px;padding: 20px 0;}
.tabbwid .printsharebox{ padding-left: 0; display: flex; align-items: center; justify-content: right;}
.tabbwid .printsharebox li{list-style:none; margin-left: 20px;}
.tabbwid .printsharebox li .picbtn{background:none; border:none; padding:0; width:100%; font-size:45px; color:#333;}
.tabbwid .printsharebox li .picbtn:hover, .tabbwid .printsharebox li .picbtn:focus{background:none; border:none;}
.tabbwid .tablebox{font-size:18px;}
.tabbwid .landprofiletab .form-control{margin-top:0 !important;}
.tabbwid .landprofiletab .tabhed{border-bottom:solid 1px #6c6868; color: #6c6868;font-weight: normal;}
.tabbwid .landprofiletab .table > tbody > tr > td, .tabbwid .landprofiletab .table > tbody > tr > th, .tabbwid .landprofiletab .table > tfoot > tr > td, .tabbwid .landprofiletab .table > tfoot > tr > th, .tabbwid .landprofiletab .table > thead > tr > td, .tabbwid .landprofiletab .table > thead > tr > th{border-top:none; font-size:18px;}
.tabbwid .landprofiletab .table > tbody > tr > td{padding:5px 8px; color:##aaa4a4;}
.tabbwid .landprofiletab .table > tbody > tr > td, .tabbwid .landprofiletab .table > tbody > tr > th, .tabbwid .landprofiletab .table > thead > tr > td, .tabbwid .landprofiletab .table > thead > tr > th{vertical-align:middle;}
.tabbwid .landprofiletab .table th{text-transform: capitalize;}
.sortingdropbox{color:#333; margin:20px 0;;}
.sortingdropbox .custom-select{width:40%;}
.sortingdropbox label{font-weight: normal;margin-right: 5px;}
.propertyaddresslink{background: none;border: none;padding: 0;}
.moddividbox{}
.moddividbox .textdeco{font-size: 13px; margin-bottom: 15px;}
.moddividbox .borderbtm{border-bottom: solid 1px #bbdff4;}
.moddividbox .tottxt{font-size: 14px; font-weight:bold;}
.filesidelinkbox{position:relative; z-index:1;}
.filesidelinkbox .filesidelist{padding-left:0; position: absolute;right: 1%;top: 0;}
.filesidelinkbox .filesidelist li{list-style:none; margin-bottom:30px;}
.dealassisbox .textdeco{font-size: 15px; margin-bottom: 15px;}
.dealassisbox .borderbtm{border-bottom: solid 1px #bbdff4;}
.dealassisbox .tottxt{font-size: 20px; font-weight:bold;}
.filenamebox{position: relative; float: left;}
.filenamebox .filepicsize{width: 20px;}
.filenamebox .crossno{position: absolute; top: -7px; right: -5px; background: #000; color: #fff; border-radius: 50%; text-align: center; width: 14px; height: 14px;}
.qualifybox{padding:0 !important;}
.qualifybox .hrdec{border-top: 1px solid #c4c4c4; margin: 10px auto 30px auto;}
.qualifybox .padboth{padding:15px;}
.qualifybox .padboth .headingg{float: left;margin: 0; text-transform: capitalize; color: #333;}
.qualifybox .padboth .qualiratetxt{float: left; font-size: 22px; margin-left: 10px; border-bottom: solid 1px #868585;}
.qualifybox .padboth .qualicost{font-size: 19px;margin-left: 50px; float: left;}
.qualifybox .sidepadd{padding:15px 15px 25px 15px;}
.qualifybox .sidepadd .countboxx{display:flex;align-items: center;}
.qualifybox .sidepadd .countboxx .typehedd{margin: 0; text-transform: uppercase; color: #333; font-size: 25px;}
.qualifybox .sidepadd .dividcon{margin: 0 20px;text-align: center;}
.qualifybox .sidepadd .upfont{font-size: 19px; margin-bottom:0;}
.qualifybox .sidepadd .hrdivline{margin: 2px;border-top: solid 1px #868585;}
.qualifybox .sidepadd .downfont{font-size: 19px; margin-bottom:0;}
.qualifybox .sidepadd .percenttxt{font-size: 25px;margin-bottom: 0;}
.modbusibtnbox{text-align:right; margin-bottom:20px;}



.highcharts-container {height: 189px !important;}
.highcharts-root{height: 314px !important; margin-top: -50px;}
.highcharts-title{display:none;}
.highcharts-label{font-family: 'Roboto', sans-serif;}
.highcharts-label text{font-size:15px !important;}

.chartjs-render-monitor{height:100% !important; width:400px !important; margin:0 auto;}



.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.loadingdiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #ffffffe6;
    background: linear-gradient(335deg, rgb(230 227 255) 0%, rgba(255,255,255,1) 60%, rgb(182 172 255) 100%);
}
.loadingdiv .loadingdiv-modal {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.loadingdiv .loadingdiv-modal img {
    width: 179px;
    height: 137px;
    box-shadow: 0px 7px 100px 100px #fff;
}

    .modal-dialog .adminTypeMod{
      width: 450px;
    }
    img .loaderNew{
      width: 9%;
    }
    .mainconbox .title_bar{
        color: #858585;
        background: #fff;
        font-size: 18px;
        position: relative;
        margin: 0;
        padding: 10px 0 1px 12px;
        border-bottom: 1px solid #e5e5e5;
        height: 41px;
        margin-bottom: 16px;
    }
    .mainconbox .title_bar .right {
        float: right;
        margin: 0 20px 0 0;
    }
    .advanced_search_body {
        margin: 0px 16px 21px 16px;
        display: none;
    }
    .advanced_search_body .row {
        margin-right: -15px;
        margin-left: -15px;
    }

      .search_body{
      margin: 0px 16px 0px 16px;
    }

    .search_body .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .popup_body {
        /*display:none;*/
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: transparent;
        left: 0;
        top: 0;
        opacity:0;
        z-index: 999;
        transform: translate(102%, 0px);
    	transition: all 0.5s;
    	-webkit-transition: all 0.5s;
    	-moz-transition: all 0.5s;
    }
    .popup_body.display {
        opacity:1;
         transform: translate(0%, 0px);
        /*display:block;*/
    }

    .popup_body .popup_inr_body {
        /*padding: 22px;*/
        position: absolute;
        background: #fff;
        width: 75%;
        height: 100vh;
        /* min-height: 400px; */
        /* margin: 50px auto 0 auto; */
        border-left: 1px solid #d4d1d1;
        overflow-x: hidden;
        overflow-y: auto;
        top: 0;
        right: 0;
        bottom: 0;
        transform: translate(102%, 0px);
    	transition: all 0.5s;
    	-webkit-transition: all 0.5s;
    	-moz-transition: all 0.5s;
    }
    .popup_body.display .popup_inr_body{
        transform: translate(0%, 0px);
    }
    .errorMessage {
        color: red;
        width: 214%;
        margin-left: 25px;
    }

    .errorTypeMessage{
      color: red;
        width: 214%;
    }
    .popup_body .companyType {
        position: relative;
        background: #fff;
        width: 40%;
        height: 0%;
        min-height: 347px;
        margin: 50px auto 0 auto;
    }

    .sa-btn{
      border-radius: 10px;
      border: 2px solid #337ab7;
    }
     .sa-btn:hover{
      font-size: 13px;
      font-weight: bold;
    }

  nav.main-menu{

        position: fixed;
      top: 0;
      bottom: 0;
      height: 100%;
      left: 0;
      width: 80px;
      padding-left: 10px;
      padding-top: 10px;
      /* overflow: hidden; */
      -webkit-transition: width .05s linear;
      transition: width .05s linear;
      -webkit-transform: translateZ(0) scale(1,1);
      background: #f6f6fb;
      z-index: 11;
    }
    nav.main-menu>ul{margin:0px 0}
    nav.main-menu>ul.logout{position:absolute;left:0;bottom:0}
    nav.main-menu li{position:relative;display:block;width:60px;padding: 0 0.5em;margin:3px 0 !important;}
    nav.main-menu.expanded li{width:250px !important;}

    nav.main-menu li:first-child {
      /*position: relative;*/
      /*display: block;*/
      /*width: 60px;*/
      /*background:#B9B1FE;*/
      /*margin-top:0 !important;*/
  }

    nav.main-menu li:hover .log0boxx .loggpicc {
        /*filter: brightness(0.1) !important;*/
    }

  nav.main-menu li:first-child  .subnav-text{
      /*border-color: #9bc2be;*/
  }
  nav.main-menu.expanded li > ul li{
    width:210px !important;
  }
  nav.main-menu.expanded  li:first-child {
    width: 250px;
  }
    nav.main-menu li:first-child a{
      /*color: #fff;*/
    }
    nav.main-menu li>a{
        cursor:pointer;
        border-radius: 8px;
        position: relative;
      display: table;
      border-collapse: collapse;
      border-spacing: 0;
      color:#000000;
      font-size: 12px;
      -webkit-transform: translateZ(0) scale(1,1);
      -webkit-transition: all .1s linear;
      transition: all .1s linear;
      z-index: 10;
    }
    nav.main-menu li ul{
        position: fixed;
      display: inline-block;
      background: #F5F8FF;
      top: 0;
      /*top: -100px;*/
      right: -210px;
      bottom:0;
      width: 0;
      overflow: hidden;
      -webkit-transition: width 0s .05s linear;
      transition: width 0s .05s linear;
     max-height: 100vh;
    overflow-y: auto;
    z-index:9;
    }


    nav.main-menu li li{
      display:table;
      border-collapse:collapse;
      border-spacing:0;
      width:210px
    }
    nav.main-menu li li>a{
      width: 210px;
      color: #615f60;
      padding: .1em 0;
    }
    nav.main-menu li > ul li:first-child {
      width: 100% !important;
    }
    nav.main-menu li > ul .nav-text,
    nav.main-menu.expanded li ul .nav-text{
      display: table-cell !important;
      color:#000;
    }
    nav.main-menu li li .subnav-text{
      /*display:table-cell;*/
      /*vertical-align:middle;*/
      /*padding-left:10px;*/
      /*padding-right:10px*/
        display: block;
        vertical-align: middle;
        padding-left: 0;
        padding-right: 10px;
        border-left: 2px solid #F5F8FF;
        margin-left: 9px;
    }
    nav.main-menu li li .subnav-text .nav_icon{
        width: 39px;
        color: #5146ba;
    }
    .no-touch nav.main-menu li li:hover a,
    .no-touch nav.main-menu li li.active a{
            color: #5146ba !important;
    background-color: #ffffff !important;
    border-color: #5146ba !important;
    }
     .no-touch nav.main-menu li li:hover a span{ color:#000;}
    .no-touch nav.main-menu li:hover>a,nav.main-menu li.active>a{
          color: #ffffff;
            background-color: #5146ba;
            border-color: #5146ba;
    }
    .no-touch nav.main-menu li:hover>a,nav.main-menu li.active>a span{color:#fff;}
     .no-touch nav.main-menu li:hover>a .nav-text,nav.main-menu li.active>a .nav-text{color:#000000;}
    /*.no-touch nav.main-menu li:hover ul,nav.main-menu li.active ul{width:210px}*/
    .no-touch nav.main-menu li ul.opn,nav.main-menu li.active ul.opn{width:210px}
    nav.main-menu i, nav.main-menu .fa, nav.main-menu .nav_icon{position:relative;display:table-cell;
      width:60px;text-align:center;vertical-align:middle;font-size:18px;padding:.7em 0;}
    nav.main-menu .nav-icon,i.fa.fa-home.nav_icon,i.fa.fa-cogs,i.fa.fa-check-square-o.nav_icon,i.fa.fa-file-text-o.nav_icon,i.fa.fa-bar-chart.nav_icon,i.fa.fa-map-marker,i.fa.fa-exclamation-triangle,i.fa.fa-list-ul{
      position:relative;display:table-cell;
      width:60px;text-align:center;vertical-align:middle;font-size:18px;padding:.7em 0;
    }
    nav.main-menu i.icon-angle-right{
      display: none !important;
    }
    nav.main-menu.expanded i.icon-angle-right{
      display: table-cell !important;
    }
    nav.main-menu .nav-icon.icon-home{font-size:20px}
    nav.main-menu .nav-text{
      display:none;
    }
    nav.main-menu li:first-child {
      /*width: 60px;*/
      /*padding: 4px;*/
  }
    nav.main-menu.expanded  .nav-text{
      display: table-cell;
    }
    nav.main-menu .nav-text{position: relative;
      left: -1px;
      vertical-align: middle;
      width: 190px;
      visibility: visible;
      padding: .7em 0;
      color: #cfcaff;
    }
    nav.main-menu .icon-angle-right,.icon-angle-down{display:table-cell;width:20px;vertical-align:middle;font-size:16px}
    nav.main-menu.expanded{width:250px;overflow:visible}
    nav.main-menu.expanded .nav-text{visibility:visible}
    nav.main-menu .label-new{display:block;position:absolute;top:10px;right:5px}
    nav.main-menu .log0boxx{padding: 5px 10px;}
    nav.main-menu .log0boxx .loggpicc{padding: 5px 20px;}



  table #loaderNew img{width: 9% !important;}


/*Pagination Colour*/
.pagination > li > a,
.pagination > li > span {
  color: #acacac !important;
  z-index: 1 !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #acacac !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #acacac !important;
  border-color: #acacac !important;
  color: #fff !important;
}
/*End Pagination Colour*/


.pagination{margin:20px 0; float:right;}
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
.pagination ul>li{display:inline;}
.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;border-left-width:0;}
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5;}
.pagination ul>.active>a,.pagination ul>.active>span{color:#999999;cursor:default;}
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999999;background-color:transparent;cursor:default;}
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
.pagination-centered{text-align:center;}
.pagination-right{text-align:right;}
.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px;}
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;}
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;}
.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px;}
.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px;}
.pager{margin:20px 0;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";line-height:0;}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#fff;cursor:default;}


.lender_drop_list { /*display:none;*/ background:#fff; position:absolute; z-index:9;
                      box-shadow:0px 0px 2px rgba(0,0,0,0.25); border: 1px solid #c3c3c3;
                      padding: 14px 9px;height: 175px;
                      overflow: auto;width: 90%;}
.lender_drop_list ul li {padding:8px;margin:0;height: 40px;}
.lender_drop_list ul li .profile_pic img {width:30px; height:30px;}
.lender_drop_list ul li:last-child {border-bottom:none;}
.lender_drop_list ul li:hover {background:rgba(0,0,0,0.07);}
.lender_drop_close {float: right; cursor: pointer; color: #000;font-size: 15px;margin-top: -12px;}

.lender_list ul li { margin:0 0px -2px 0; }
.lender_list ul li .profile_pic img {width: 23px;height: 23px;float: left;margin: 2px 4px 0px 0;display: inline-block;border: solid 1px rgba(0,0,0,0.09);border-radius: 100%;}
.lender_list ul li p {font-size:12px;padding: 6px;margin-top: -8px;}
/*.contact {margin-top: 25px;}*/
.contact .contact_div {
  border: 1px solid #bbb4b4;padding: 12px;margin: 15px;width: 20%;border-radius: 7px;
}
.contact_div_close {
  float: right;cursor: pointer;font-size: 23px;margin-top: -12px;margin-right: -8px;
}
.a_hov:hover {
    text-decoration: underline;
}


.contain {
      display: block;
      position: relative;
      padding-left: 27px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    margin-top: 14px;
    }
    .contain:last-child
    {
      margin-right: 0;
    }
    /* Hide the browser's default checkbox */
    .contain input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: transparent;
      border: 2px solid #5146ba;
    }

    /* On mouse-over, add a grey background color */
    .contain:hover input ~ .checkmark {
      background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .contain input:checked ~ .checkmark {
      background-color: transparent;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    .contain input:checked ~ .checkmark:after {
      display: block;
    }

    /* Style the checkmark/indicator */

  .custom-rado
  {
    display:flex;
    align-items:center;
  }

  .custom-rado .checkmark {

    border-radius: 50px;
}
.custom-rado .contain input:checked ~ .checkmark:after {

  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5146ba;
  transform: translate(-50%, -50%);
  border: 0;
}

.custom-chk .checkmark {

  border-radius: 4px;
}
/*.custom-chk .contain
{margin-right: 25px;}*/

.custom-chk .contain .checkmark:after {
  left: 26% !important;
  top: 43% !important;
  width: 5px !important;
  height: 10px !important;
  border: solid black !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) translate(-50%, -50%) !important;
  -ms-transform: rotate(45deg) translate(-50%, -50%) !important;
  transform: rotate(45deg) translate(-50%, -50%) !important;
  border-radius: 0 !important;
  background:transparent !important;
}

.radio-ys-no
{
  display: grid;
  grid-template-columns: 80% 10% 10%;
}
.radio-ys-no .radioboxx
{
  padding: 0;

  width: 100%;
  height: 18px;
}


.radio-ys-no .radioboxx .checkmark {

    left: 50%;
    right:initial;
    transform: translate(-50%, 0);
}

.chk-amount-input
{
  display: flex;
  align-items: baseline;
}
.input-amnt
{
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}
.input-amnt input{
  position: inherit;
    height: 20px;
    /* background: red; */
    width: 100px;
    opacity: 1;
    border: 0;
    border-bottom: 2px solid #d3d3d3;
    margin-left: 3px;
}
.midwidbodbox .hrdec{
  border-top: 1px solid #c4c4c4;
  margin: 10px auto 30px auto;
}

.sp{
  font-size: 19px;
  font-weight: 500;
}
.ds{
  display: inline;
  font-size: 17px;
}

.tri-down {

    /* Styling block element, not required */
    position: relative;
    margin-bottom: 2em;
    padding: 28px 0 7px;
    border-bottom: 1px solid #999;
     color:#139fa0; font-size:25px;line-height: 23px;
  }
  .tri-down span{ font-size:16px;}

  /* Required for Down Triangle */
  .tri-down:before, .tri-down:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
  }

  /* Stroke */
  .tri-down:before {
    bottom: -16px;
    left: 21px;

    /* If 1px darken stroke slightly */
    border-top-color: #777;
    border-width: 16px;
  }

  /* Fill */
  .tri-down:after {
    bottom: -15px;
    left: 22px;
    border-top-color: #fff;
    border-width: 15px;
  }

label,.form-control {
    font-size: 13px !important;
    font-weight: 500 !important;
}
.closesubmenu {
    cursor: pointer;
    color:#fff;
}

nav.main-menu li ul.opn, nav.main-menu li.active ul.opn {
width: 210px !important;
}
.close_res_menu{
    display:none;
}
.d-flex {
    display: flex;
}
    .page-wrapper{margin-left: 100px;min-height:100vh;padding-bottom: 30px; }
    .page-wrapper.expand,
    .page-wrapper.expand.dsubmenu{
    margin-left: 250px;
    }
    .page-wrapper.dsubmenu {
    margin-left: 290px;
    }
      .headwrapper.inmargin.intomargin, .headwrapper.intomargin {
        margin-left: 250px !important;
    }
    nav.main-menu li ul.opn, nav.main-menu li.active ul.opn {
        width: 210px !important;
    }

    	.filterserchbox .input-group {
    width: 100%;
}
.filterserchbox .input-group .form-control {
    padding-right: 30px;
    border-radius: 5px !important;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 8%);
    border: 0;
}
.filterserchbox .input-group-btn .btn{
  border-radius: 0 !important;
  height: 34px;
      background: transparent !important;
    border: 0 !important;
        position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.mb-3{
    margin-bottom: 20px;
}
.mb-4 {
    margin-bottom: 30px;
}

.addSourceDiv,.addBusinessType,.editBusinessType,.addDocumentDiv,.editDocumentDiv,.addStatusNote,.editStatusNote,.appraiserBulk,.lenderAddNote,
.addPurposeDiv,.editPurposeDiv,.addPaymentFreq,.editPaymentFreq,.addMortageTerm,.editMortageTerm,.addMortageCharge,.editMortageCharge,
.addMortageAmmortization,.editMortageAmmortization,.emailGroup,.affBulk,.clientBulk,.toSendLaterDiv
{
    max-width: 435px !important;
}
.addEmailTemp,.addSMSDetails,.editSMSDetails,.financingDiv,.marketingEmail,.marketingSMS,.addNoteAff,.addTaskAff, .clientTask {
    max-width: 951px;
}
.marketingSMS::-webkit-scrollbar {
  display: none;
}
.table {
    /*border-radius: 13px;*/
    overflow: hidden;
}
.trsBtn{
    padding: 5px 7px !important;
    font-size:12px !important;
}
.email_left_side{
    padding-left:10px;
}
.del_btn {
    color: #e91e63 !important;
    border: 0 !important;
}

.main-menu li a[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 53px;
    top: 10px;
    max-width: 115px;
    min-width: 115px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    background: #020202;
    padding: 3px 10px 3px 16px;
    color: #ffffff;
    font-size: 11px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 49%);
    text-align: center;
    z-index: 1000;
}

.marg_top{
  margin-top: 130px;
}
.marg15_top{
  margin-top: 15px !important;
}
.marg25_top{
  margin-top: 25px !important;
}
.marg0_top{
  margin-top: 0px !important;
}
.btn-size-reduces{
  padding: 4px 7px !important;
  font-size: 13px !important;
}
.align_center{
  text-align: center !important;
}
.align_left{
  text-align: left !important;
}
.point{
	cursor: pointer;
}

.file_status {
    display: inline;
    font-size: 13px;
}
.showSortData{
	margin-top: 20px;
}
.showSortDataBox{
	min-width: 20%;
}
.btn-connect{
  border: 1px solid #5046BA;
  font-size: 18px;
  color: #2C2543 !important;
  letter-spacing: -0.24px;
  border-radius: 20px !important;
  background-color: #fff !important;
  padding: 15px 30px;
  margin-bottom: 15px;
}
.btn-connect svg{
  margin-bottom: -5px;
}
.new-box{
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #f6f6f8;
  padding: 25px 30px;
  margin-top:25px;
  margin-bottom: 25px;
  padding-bottom: 0;
  position: relative;
}
.new-box h2{
  font-family: 'Gilroy-Bold';
  font-size: 28px;
  color: #5046BA;
  margin-top: 0;
}
.new-box .counter{
  font-family: 'Gilroy-Bold';
  font-size: 100px;
  color: #2C2543;
}
.new-box .pointer{
  position: absolute;
  right: 30px;
  bottom: 35px;
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  color: #5046BA;
  text-align: right;
}
.welcome{
  font-family: 'Gilroy-Medium';
  font-size: 36px;
  color: #5046BA;
}
.welcome .welname{
  color: #000000;
}
.welcome .weldate{
  color: #B9B1FE;
}
.birthicon{
  background-color: #B9B1FE;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-right: 15px;
}
/*Auto Search*/
.search_auto-items {
  position: absolute;
  border: 0px solid #a4a4a4;
  border-top: none;
  z-index: 99;
  top: calc(100% - 2px);
  left: 0px;
  right: 0px;
  max-height: 250px;
  overflow: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 8px 64px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.02);
}
.search_auto-items div {
  padding: 5px 10px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
}
.search_auto-items div:last-child {border-bottom: 0px;}
.search_auto-items div:hover {
  background-color: #5146ba;
  color: #fff;
}
.search_auto-active {
  background-color: #5146ba !important;
  color: #fff;
}
.search_auto-items .category {border-top: 1px solid #d4d4d4;}
.search_auto-items .category:first-child {border-top: none;}
.dropdowns {
  position: relative;
  font-size: 14px;
  color: #333;
  z-index: 10;
}
.dropdowns .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 34px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: scroll;
}
.dropdowns .dropdown-option {
  display: block;
  padding: 8px 0px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  font-weight: 400;
   font-size: 14px;
 margin-bottom: 0px;
 padding: 2px;
    padding-left: 27px;
}
.dropdowns .dropdown-label {
  display: block;
   height: 36px;
   background: #fff;
   line-height: 22px;
   cursor: pointer;
   border-color: #d3d3d3;
   border-style: solid;
   padding: 5px;
   border-width: 0px;
   border-radius: 0px;
   margin-bottom: 15px;
   font-weight: 400;
   font-size: 14px;
   border-bottom-width: 1px;
}
.dropdowns .dropdown-label:before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMCwwaDMydjMySDBWMHoiLz48cGF0aCBkPSJNOS44ODcsMTEuNDQ3TDE2LDE3LjU2bDYuMTEzLTYuMTEzTDI0LDEzLjMzM2wtOCw4bC04LThMOS44ODcsMTEuNDQ3eiIvPjwvc3ZnPg==);
  float: right;
  position: absolute;
  top: 2px;
  right: 2px;
}
.dropdowns.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
  font-weight: 400;
   font-size: 14px;
 margin-bottom: 0px;
 padding-top: 2px;
}
.dropdowns.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
  font-weight: 400;
   font-size: 14px;
  margin-bottom: 0px;
  padding: 2px;
    padding-left: 27px;
}
.dropdowns.on .dropdown-label:before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMCwwaDMydjMySDBWMHoiLz48cGF0aCBkPSJNOS44ODcsMTEuNDQ3TDE2LDE3LjU2bDYuMTEzLTYuMTEzTDI0LDEzLjMzM2wtOCw4bC04LThMOS44ODcsMTEuNDQ3eiIvPjwvc3ZnPg==);
  transform: rotate(180deg);
  top: -4px;
}
.dropdowns [type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.friend_drop_list ul li{
  list-style: none;
}
.friend_drop_list div[title="Close"]{
  display: none;
}
.related-contacts{
  list-style: none;
  line-height: 24px;
}
.related-contacts a{color: #5045ba}
.items .item{
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 20px;
  box-shadow: 0px 10px 20px #f3f5f7;
}
.items .item h5{
  font-weight: 700;
  font-size: 16px;
}
.purple{
  background: rgba(80,70,186,0.10);
}
.items .item.purple h5{
  color: #5046BA;
}
.green{
  background-image: linear-gradient(#e4f1e7, #ecf8ed);
}
.items .item.green h5{
  color: #46BA51;
}
.bordeaux{
  background-image: linear-gradient(#f0e5e6, #f8ecec);
}
.items .item.bordeaux h5{
  color: #ba4545;
}
.items .item p{
  font-size: 16px;
}
.white{
  background-image: linear-gradient(#fafbfb, #ffffff);
}
.white .heading{
  color: #5046BA;
  font-weight: 700;
}
.white .delete{
  color: #ba4545;
}
.white .status{
  text-transform: capitalize;
}
.filter{
  border-radius: 5px;
  border: 1px solid #5045ba;
  background-color: #f6f5fb;
  padding: 5px 15px;
  color: #5045ba;
  display:flex;
  font-size: 16px;
}
.first-line{padding-bottom: 10px;}
.first-line .col-md-6:first-child > *{
  padding-right: 40px;
}
.first-line .col-md-6:first-child > *:last-child{
  padding-right: 0;
}
.first-line .col-md-6:last-child > *{
  padding-left: 40px;
}
.first-line .col-md-6:last-child > *:first-child{
  padding-left: 0;
}
.headingtop{padding-top: 30px;}
.filter .row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.filter .row .col{
  position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
  -ms-flex-preferred-size: 0;
    flex-basis: fit-content;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.filter .row .col select{
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #5045ba;
  font-size: 16px !important;
}
.filter #customdate .input-group-addon{
  background: none;
  border: 0;
  color: #5045ba;
  padding:6px;
}
.filter #customdate .input-group .form-control{
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 110px;
}
.filter #customdate .input-group .form-control::placeholder,.filter #customdate .input-group .form-control{
  color: #5045ba;
  font-size: 16px !important;
}
.onclick{cursor: pointer;}
.dropdown.suggest a.dropdown-item{
  display: block;
}
.dropdown.suggest a.dropdown-item.active{
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown.suggest a.dropdown-item.d-none{
  display: none;
}
.items .item .filename{padding-left: 40px;}
.items .item b[data-click="completed"]{
  cursor: inherit !important;
}
.items .item span[data-class="Draft"], .items .item span.editemail{
  cursor: pointer !important;
  font-weight: bold;
  color: #5046BA;
}


.select2-results__options[aria-multiselectable="true"] .select2-results__option {
  padding-right: 10px;
  vertical-align: middle;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #5146ba;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 0px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

	border-radius: 4px;

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
.select2-container--default .select2-selection--multiple{
  border-color: #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    min-height: 34px  !important;
}
.select2-selection__rendered .select2-search--inline:first-child, .select2-search__field[placeholder="Share with Team Members"]{
  width: 100% !important;
}
/*.select2-selection--multiple:after{
  position: absolute;
  font-family: 'FontAwesome';
  content:'\f107';
  font-size: 20px;
  right: 10px;
  top: 3px;
}*/
.listmemberdrop.select2-container--open .select2-dropdown--below{
  border-color: #5045ba;
  margin-top: 4.5px;
  border-top: 0;
  background-color: #f6f5fa;
}
.listmembercon.select2-container--default .select2-selection--multiple{
  background-color: transparent;
  box-shadow: none !important;
  border: none !important;
  padding-top: 1px;
}
.listmembercon.select2-container--default .select2-search--inline .select2-search__field{
  width: calc(100% - 10px) !important;
}
.listmembercon.select2-container--default .select2-search--inline .select2-search__field::placeholder{
  color: #5045ba;
  font-size: 16px !important;
}
.listmembercon.select2-container--default .select2-selection--multiple:after{
  position: absolute;
  font-family: 'FontAwesome';
  content:'\f107';
  font-size: 14px;
  right: 10px;
  top: 7px;
}
.teammemberdropdown.dropdowns .dropdown-label{
  background-color: transparent;
  box-shadow: none !important;
  border: none !important;
  height: 34px;
  margin-bottom: 0;
  color: #5045ba;
  font-size: 16px !important;
  padding: 6px;
}
.teammemberdropdown.dropdowns .dropdown-label:before{
  font-family: 'FontAwesome';
  content:'\f107';
  right: 10px;
  top: 7px;
}
.teammemberdropdown.dropdowns .dropdown-list{
  top: 39px;
  border: 1px solid #5045ba;
  border-top: 0;
  background-color: #f6f5fa;
  box-shadow: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 7px;
  overflow-y: auto;
}
.teammemberdropdown.dropdowns .dropdown-list .contain{
  margin-top: 10px;
}
.teammemberdropdown.dropdowns .dropdown-list .contain:first-child{
  margin-top: -4px;
}
.teammemberdropdown.dropdowns .dropdown-list .checkmark{
  border-width: 1px;
}

.dropdown-check-list {
  display: inline-block;
  width: 100%;
}

.dropdown-check-list:focus {
  outline: 0;
}

.dropdown-check-list .anchor {
  width: 98%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  border: 1px #ccc solid;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.multitipdropdown .btn-group{
  width: 100%;
}
.multitipdropdown .custom-select{
  border: none;
  width: 100%;
  text-align: left;
  background-image: url("data:image/svg+xml,%3Csvg fill='%235045ba' height='10px' width='10px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_225_' d='M325.607 79.393c-5.857-5.857-15.355-5.858-21.213 0.001l-139.39 139.393L25.607 79.393c-5.857-5.857-15.355-5.858-21.213 0.001c-5.858 5.858-5.858 15.355 0 21.213l150.004 150c2.813 2.813 6.628 4.393 10.606 4.393s7.794-1.581 10.606-4.394l149.996-150C331.465 94.749 331.465 85.251 325.607 79.393z'/%3E%3C/svg%3E");
  background-position: center right;
}
.multitipdropdown .btn-group.open .dropdown-toggle{
  box-shadow: none;
}
.multitipdropdown .dropdown-menu{
  background-color: #f6f5fa;
  border-radius: 0 0 4px 4px;
  margin-top: 5px;
  border-top: 0px;
  border-color: #5045ba;
  box-shadow: none;
}
.multitipdropdown button{
  background-color: transparent !important;
  border: none;
  text-align: left;
  display: block;
  width: 100% !important;
  border-radius: 4px;
}
.multitipdropdown .multiselect-container button:hover,.multitipdropdown .multiselect-container button:focus{
  background-color: transparent !important;
}
.multiselect-container .multiselect-option .form-check:before{
  content:'';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #5045ba;
  border-radius: 3px;
  top: -1px;
  left: 4px;
  background-color: #f6f5fa;
}
.multiselect-container .multiselect-option.active .form-check:after, .multiselect-container .multiselect-option:hover .form-check:after{content: '';left: 10px; top: 2px; width: 6px; height: 9px; border: solid #5045ba; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute;}
.multiselect-container .multiselect-option:hover .form-check:after{opacity: .5;}
.multiselect-container .multiselect-option.active:hover .form-check:after{opacity: 1;}
.multitipdropdown select.teammemberdropdowns{
  height: 34px;
  position: relative;
  padding-top: 8px;
  overflow: auto;
}
.wrapper_item{cursor: pointer;}
.activedeals .item{cursor: pointer;}
.email.showmorecontent{
  cursor: pointer;
  max-height: 90px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.15s ease-out;
}
.email.showmorecontent:after{
  content: 'Show more';
  position: absolute;
  bottom: -4px;
  right: 0;
  color: #5146ba;

}
.email.showmorecontent.opencontent{
  max-height: initial;
}
.email.showmorecontent.opencontent:after{
  content: 'Show less';
}