﻿.mendatorysign{
color:red;
}

:focus{outline:none}
body {
    background-color: #f8f8f8;
    color: #6e6b7b;
     font-family: 'montserratregular';
}

h4 {
    margin: 0
}

header {
    width: 100%;
    background: #ffffff;
    padding: 15px 15px 15px 235px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 70px;
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
}

.topheader {
    display: inline-block;
    width: 100%
}

.topheader h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    display: inline-block;
    color: #9b9b9b;
}

.topheader .topright {
    float: right;
}

.notif_ico {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    font-size: 22px;
    color: #6e6b7b;
}

.allnotif {
    position: relative;
    margin-right: 15px;
    display: inline-block
}

.allnotif .notfcount {
    width: 22px;
    height: 22px;
    text-align: center;
    background: #ea5455;
    color: #fff;
    position: absolute;
    right: -3px;
    top: -12px;
    border: 2px solid #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 20px;
}

.notifsec {
    position: absolute;
    right: 0;
    top: 37px;
    width: 250px;
    box-shadow: 0 2px 5px #a5a5a5;
    background: #fff;
    z-index: 99;
    display: none
}

.notifsec .notifhead {
    position: relative;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
}

.notifsec .notifhead:after {
    bottom: 100%;
    right: 4%;
    top: -25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.notifsec .notifhead span {
    text-transform: uppercase;
    float: left;
}

.notifsec .notifhead small {
    float: right;
    color: #40adf3;
    cursor: pointer;
}

.notifsec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 150px;
    overflow: auto;
}

.notifsec ul li {
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid #f7f7f7;
    text-align: left;
    font-size: 12px
}

.welcomeBox {
    display: inline-block;
    position: relative;
    /*padding: 12px 53px 12px 50px;*/
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.welcomeBox img {
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.welcomeBox a {
    color: #6e6b7b;
    text-decoration: none;
    padding: 12px 10px 12px 50px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
}
.logoutBtn {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-size: 25px 25px;
    font-size: 22px;
        color: #6e6b7b
}

.sidenav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 220px;
    background: #fff;
    box-shadow: 0 0 21px 0 rgb(89 102 122 / 10%);
}

.logoBox {
    display: block;
    background: #fff;
    height: 70px;
    text-align: center;
    position: relative;
    box-shadow: -9px 0 20px rgb(89 102 122 / 10%);
}

.logoBox .logo {
    background: url(../img/logo.png) no-repeat;
    display: inline-block;
    height: 70px;
    width: 100%;
    background-size: 80%;
    background-position: center;
}



.mainnav {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    min-height:100%;
    max-height: 100%;
    padding-bottom:80px;
   
}

.mainnav li {
    display: inline-block;
    width: 100%
}

.mainnav li.link1 {
    display: inline-block;
    width: 100%;
}

.mainnav li a {
    display: block;
    padding: 10px 15px;
    color: #625f6e;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
}
.mainnav li a i {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.mainnav li a span {
    position: absolute;
    top: 0px;
    left: 30px;
    background-color: #ff0000;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.mainnav li a img {
    display: inline-block;
    margin-right: 15px;
    max-width: 30px;
}
a:hover {
    text-decoration: none;
}
.mainnav li a:hover, .mainnav li.active a {
    text-decoration: none;
    background: linear-gradient(
118deg,#7367f0,rgba(115,103,240,.7));
    background-color: #fff;
    color: #fff;
}
.mainnav li >ul li a{padding-left: 55px;}
.mainnav li >ul{margin:0; padding:0}
.mainnav li >ul li a:hover, .mainnav li >ul li.active a{
border-left-color: #dc3545;
    background-color: #fff;}

.maincontent {
    display: inline-block;
    width: 100%;
    padding: 90px 0 45px 225px
}

.filterrow {
    display: inline-block;
    width: 100%;
    min-width: 50px;
}


.headingtitle h4 {
    color: #414141;
}

.coinBox {
    float: right;
    padding: 10px;
    font-size: 15px;
    line-height: 35px;
}

.coinBox span b {
    display: inline-block;
    background-color: #7c58cf;
    color: #fff;
    width: 50px;
    height: 30px;
    text-align: center;
}

.searchbox {
    display: inline-block;
    background-color: #f9f9f9;
    margin: 5px 10px;
    border-radius: 40px;
    padding: 2px 10px;
    box-shadow: 0 3px 5px #e6e6e6 inset
}

.searchbox input[type="search"] {
    display: inline-block;
    background: none;
    border: 0;
    min-width: 190px;
    padding: 0 10px;
    vertical-align: top;
    line-height: 30px;
}

.searchbox input[type="button"] {
    background: url("../img/search_icon.png") no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 0;
    cursor: pointer;
    vertical-align: middle
}

.soptionarrow {
    display: inline-block;
     width: 18px;
    height: 15px;
    background-size: 18px 15px;
    vertical-align: middle;
    cursor: pointer;
    color: #7367f0;
    font-size: 20px!important;
    text-align: center;
}

.searchlist {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    vertical-align: top;
}

.searchlist .slistdrwn {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 3px #b4b4b4;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9;
}
.table th.bgwhite {
    background: #fff;
}
.table tbody td {
    font-size: 14px;
}
.searchlist .slistdrwn li:first-child:before {
    width: 14px;
    height: 7px;
    position: absolute;
    right: 5px;
    top: -8px;
    content: "";
    background: url(../img/arrowup.png) no-repeat 0 0;
}

.searchlist .slistdrwn li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
    cursor: pointer
}

.searchlist .slistdrwn li:hover {
    background-color: #f5f5f5
}

.filtRight {
    float: right;
}

.cselect {
    display: inline-block;
    min-width: 150px;
    padding: 0;
    margin-right: 10px;
}

.cselect select {
    width: 100%;
}

.cselect .select2-container--default .select2-selection--single {
    background: #f9f9f9;
    border-color: #e87983;
    font-size: 14px;
    border-radius: 0;
    min-height: 40px;
}

.cselect .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.cselect .select2-results__option {
    font-size: 14px;
}

.cselect .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.cselect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #74e1d8 transparent transparent transparent
}

.cselect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #74e1d8 transparent
}

.select2-results__option[aria-selected] {
    font-size: 12px;
}

.exelBtn {
    display: inline-block;
    background: url(../img/excel_icon.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background-size: 26px 26px;
    margin-right: 10px;
}

.addlink,
.addlink:hover {
    display: inline-block;
    background: #7367f0 url(../img/plus_icon.png) no-repeat 10px center;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    cursor: pointer;
    padding-left: 45px;
    background-size: 25px auto;
    border-radius: 5px;
}

.tablewhitebg {
    width: 100%
}

.tablewhitebg th,
.tablewhitebg td {
    text-align: center;
    background: #fff;
    border-bottom: 8px solid #eeeeee;
    padding: 8px;
    font-size: 14px;
}

.tablewhitebg td>a {
    color: #599df8;
    margin: 0 3px;
    cursor: pointer;
}

.tablewhitebg td.pending {
    color: #cc405a
}

.tablewhitebg td.approved {
    color: #41be82
}

.tablewhitebg td .cselect {
    padding: 0;
    margin: 0
}

.mservicelink {
    position: relative;
}

.mservicelink ul {
    list-style: none;
    width: 200px;
    position: absolute;
    right: 0;
    top: 25px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 3px #b4b4b4;
    z-index: 9;
    display: none;
    float: left;
}

.mservicelink ul li:first-child:before {
    width: 14px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: -8px;
    content: "";
    background: url(../img/arrowup.png) no-repeat 0 0;
}

.mservicelink ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.mservicelink ul li a {
    padding: 2px 10px;
    display: block;
    margin: 0;
    color: #333
}

.mservicelink ul li a:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.dashbordSec .card {
    margin-bottom: 20px;
    border-radius: 0;
    border: 0;
}

.dashbordSec .card .card-header {
    padding: 5px 10px;
    font-size: 14px;
    background: #fff;
    color: #505050;
}

.dashbordSec .card .card-body {
    padding: 5px 10px;
    font-family: 'proxima_nova_altbold';
}

.dashbordSec .card .card-body .card-text {
    font-weight: normal;
    color: #fff;
    padding: 30px 20px;
    margin-bottom: 10px;
    margin-top: 7px;
    font-size: 13px;
}

.dashbordSec .card .card-body .card-text.newservice {
    background: #ffbe23 url("../img/transparent_logo.png") no-repeat right -20px;
    background-size: 128px auto;
}

.dashbordSec .card .card-body .card-text.revenue {
    background: #ff6b23 url("../img/ruppess_icon.png") no-repeat right -20px;
    background-size: 79px auto;
}

.dashbordSec .card .card-body .card-text.topups {
    background: #ff9a23 url("../img/ruppess_icon.png") no-repeat right -20px;
    background-size: 79px auto;
}

.dashbordSec .card .card-body .card-text.renewal {
    background: #ff9a23 url("../img/ruppess_icon.png") no-repeat right -20px;
    background-size: 79px auto;
}

.dashbordSec .card .card-body .card-text.balance {
    background: #ff0000 url("../img/ruppess_icon.png") no-repeat right -20px;
    background-size: 79px auto;
}

.dashbordSec .card .card-body .card-text.newservicerev {
    background: #ff2376 url("../img/ruppess_icon.png") no-repeat right -20px;
    background-size: 79px auto;
}

.dashbordSec .card .card-body .card-text.freemoney {
    background: #10c10d url("../img/ruppess_icon.png") no-repeat right -20px;
    background-size: 79px auto;
}


.dashbordSec .card .card-body .card-text.usedmoney {
    background: #a54416 url("../img/ruppess_icon.png") no-repeat right -20px;
    background-size: 79px auto;
}



.dashbordSec .card .card-body .card-text strong {
    font-size: 25px;
}

.chartbox h3 {
    font-size: 18px;
    line-height: 22px;
    color: #505050;
    border-bottom: 2px solid #efefef;
    padding: 10px 15px;
    margin-bottom: 15px;
    margin-top: 0;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.chartbox {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    width: 100%;
    display: inline-block;
    margin: 10px 0 30px 0;
    background-color: #fff;
    border-radius: 5px;
        padding: 20px;
}

.dashswitch {
    float: right;
    margin-top: 8px
}

.chartheight {
    height: 250px;
    width: 100%;
    padding: 0 10px;
    position: relative;
}

.incomingbox {
    background-color: #ee8c44;
    padding: 20px;
    min-height: 120px;
}

.incomingbox h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    font-weight: 400
}

.incomingbox strong {
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.incmnBox {
    width: 100%;
    padding: 15px;
}

.incmnBox p {
    color: #fff;
    margin: 0;
    font-size: 18px
}

.incmnBox p b {
    float: right;
}

.incmnBox.green {
    background-color: #85d01d;
    margin-bottom: 15px
}

.incmnBox.orange {
    background-color: #f4a642
}

.incmnBox.blue {
    background-color: #47B1CF;
    margin-bottom: 15px
}

.incmnBox.red {
    background-color: #f26c4f
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    font-size: 12px;
}

.modal-header {
    padding: 12px 20px;
    background-color: #f8f8f8;
    color: #6e6b7b;
    position: relative;
    border: none;
}
h4.modal-title {
    font-size: 15px;
    color: #5e5873;
    font-weight: 500;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    opacity: 1!important;
    width: 25px;
    height: 25px;
    line-height: 4px;
    border-radius: 100%;
    text-align: center;
    top: 10px;
    position: absolute;
    right: 7px;
}

.wsection {
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.breadcrum {
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrum li {
    display: inline;
    padding: 0 5px 0 12px;
    background: url(../img/bredcrum_arrow.png) no-repeat 0 center;
    line-height: 18px;
    background-size: 5px auto
}

.breadcrum li:first-child {
    background: none
}

.breadcrum li a {
    color: #414141
}

#kycformbtn {
    background: #b4b4b4 url(../img/btn_arrow.png) no-repeat center center;
    width: 40px;
    height: 32px;
    font-size: 0;
    border: 0;
    border-radius: 3px;
    background-size: 15px auto;
    cursor: pointer;
    vertical-align: top
}

#kycformbtn:hover {
    background-color: #6cbe1c
}

.plansbox {
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
}

.plansbox ul {
    padding: 0
}

.pbox {
    text-align: center;
    min-height: 150px;
    background: #fff url('../img/curve.png') no-repeat center 0;
    background-size: 80% auto;
    padding: 40px 10px 10px 10px;
    float: left;
    width: 313px!important;
    box-shadow: 0 0 4px #ddd
}

.pbox ul {
    padding: 0;
    list-style: none;
}

.pbox ul li {
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-bottom: 2px solid #f3f3f3;
}

planprice .pbox ul li.planname b {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'proxima_nova_altbold';
}

.pbox ul li.planname small {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.pbox ul li.planprice {
    text-transform: uppercase
}

.pbox ul li.planprice sup {
    font-size: 21px;
}

.pbox ul li.planprice b {
    font-weight: normal;
    font-family: 'proxima_nova_altbold';
    font-size: 30px;
}

.pbox ul li:first-child {
    border: 0
}

.pbox ul li:last-child {
    border: 0;
    padding-bottom: 0
}

.pbox ul li span {
    font-size: 20px
}

.pbox ul li .cbtn {
    min-width: 150px;
    background-color: #ee8c44;
}

.pbox ul li .cbtn:focus,
.pbox ul li .cbtn:active {
    box-shadow: none
}

.btn-danger {
    min-width: 90px;
    border: 2px solid #bd2130;
    background-color: #fff!important;
    color: #bd2130;
}

.btn-danger:hover,
.btn-danger:active {
    background-color: #bd2130!important;
    color: #fff;
}

.notetext {
    font-size: 13px;
    color: #ff0000
}

.flex-direction-nav .flex-prev {
    background: url('../img/slider_leftarrow_hover.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-size: 32px 32px;
}

.flex-direction-nav .flex-next {
    background: url('../img/slider_rightarrow_hover.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-size: 32px 32px;
}

.PlansFieldSec {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.uploaddoc {
    width: 100%;
    position: relative;
    border: 1px solid #d8d6de;
    height: 33px;
    border-radius: 3px;
}

.uploaddoc input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.uploaddoc label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0;
}

.uploaddoc label strong {
    float: right;
    padding: 0 30px;
    background: #7367f0 url(../img/upload_icon.png) no-repeat 10px center;
    font-weight: normal;
    color: #fff;
    background-size: 15px auto;
    height: 32px;
    margin-top: -2px;
    margin-right: -2px;
    border-radius: 0px;
    line-height: 32px;
}

.uploaddoc label .viewdoclink {
    float: right;
    padding: 0 30px;
    background: #599df8;
    font-weight: normal;
    color: #fff;
    background-size: 15px auto;
    height: 33px;
    margin-top: -2px;
    margin-right: -2px;
    border-radius: 2px;
    line-height: 32px;
    cursor: pointer;
}

.uploaddoc label .viewdoclink:hover {
    text-decoration: none
}

.uploaddoc label input[type="text"] {
    padding-left: 15px;
    font-size: 13px;
    line-height: 28px;
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    border: 0;
    cursor: pointer;
    max-width: 250px;
    width: 100%;
    background: none
}

.select2-container .select2-selection--single {
    height: 31px;
    border: 1px solid #d8d6de;
    border-radius: 3px;

}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: 3px;
    border: 1px solid #d8d6de;
}

.form-control:focus {
    border-color:  #7367f0;
    box-shadow: none;
}

.modal-footer {
    padding: 10px;
}

.close {
    color: #333;
    opacity: 1;
}

.cbtn {
    background-color: #7367f0;
    color: #fff;
    border: 1px solid #7367f0;
    min-width: 90px;
    transition: 0.5s all;
}
.cbtn:hover,
.cbtn:active {
    background-color: #e87983;
    color: #fff;
    border-color: #e87983;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #e87983;
    color: #fff;
    border-color: #e87983;
    box-shadow: none!important;
}

.greybtn {
    background-color: #bababa;
    color: #fff;
    border: 2px solid #bababa;
    min-width: 90px;
    transition: 0.5s all;
}

.greybtn:hover {
    background-color: #bababa;
    color: #fff;
    border-color: #bababa;
}

.redbtn {
    background-color: #ca2943;
    color: #fff;
    border: 2px solid #ca2943;
    min-width: 90px;
    transition: 0.5s all;
}

.redbtn:hover {
    background-color: #ca2943;
    color: #fff;
    border-color: #ca2943;
}

.downloaddaterange label {
    display: inline-block;
    margin-right: 15px;
}

.downloaddaterange input {
    display: inline-block;
    max-width: 130px;
}

.freezdiv {
    padding: 0;
    padding-right: 110px;
    position: relative;
}

.freezdiv .select2-container .select2-selection--single {
    border: 0;
    height: 29px;
}

.freezdiv .freezlink {
    float: right;
    padding: 0 30px;
    background: #599df8;
    font-weight: normal;
    color: #fff;
    background-size: 15px auto;
    height: 33px;
    margin-top: -2px;
    margin-right: -2px;
    border-radius: 2px;
    line-height: 32px;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.freezdiv .freezlink:hover {
    background-color: #599DCE
}

.fullpageloader {
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999999999999999!important;
    display: none;
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loader:before {
    animation: before 2s infinite;
}

.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

footer {
    width: 100%;
    text-align: center;
    position: fixed;
    display: inline-block;
    bottom: 0;
    left: 0;
    color: #74788d;
    font-size: 15px;
    padding: 15px 0;
    background: #f2f2f5;
    height: 50px;
}


/*custom radio btn*/


/* custom radio button css*/

.cradiobtn {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 20px;
        padding-top: 0;
    margin-right: 20px
}


/* Hide the browser's default radio button */

.cradiobtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.cradiobtn .checkmark {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 20px;
    width: 20px;
    background-color: #efefef;
    border-radius: 50%;
    border: 1px solid #efefef;
}


/* On mouse-over, add a grey background color */

.cradiobtn:hover input~.checkmark {
    background-color: #eee;
}


/* When the radio button is checked, add a blue background */

.cradiobtn input:checked~.checkmark {
    background-color: #eee;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.cradiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.cradiobtn input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.cradiobtn .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7367f0;
}


/* custom switch Button css start */

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 60px;
    height: 24px;
    padding: 3px;
    margin: 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    box-shadow: none;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #28c76f;
    box-shadow: none;
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


/* Transition
========================== */

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.blueBtn {
    background-color: #599df8;
    border: 0;
    min-width: 120px;
    height: 32px;
    color: #fff;
    padding: 3px 15px;
    cursor: pointer;
}

.blueBtn:hover {
    background-color: #599DC8
}


/* The container */

.customcheckox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}


/* Hide the browser's default checkbox */

.customcheckox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.customcheckox .checkmark {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 20px;
    width: 20px;
    background-color: #ebebeb;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ebebeb;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #7367f0;
}


/* Create the checkmark/indicator (hidden when not checked) */

.customcheckox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.customcheckox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.customcheckox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #599df8;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leftdiv {
    float: left;
}

.serachpanel {
    display: inline-block;
   
    padding: 0;
    border-radius: 30px;
    padding-right: 0;
    position: relative;
    margin-right: 10px;


}
.serachpanel form{
    margin: 0
}

.serachpanel input[type="text"] {
    display: inline-block;
    border: 0;
    padding: 7px 10px;
padding-right:50px;
 border: 1px solid #7367f0;
 border-radius: 5px;
}
.serachpanel input[type="text"].error{    border:1px solid  #ff0000!important;}
.serachpanel input[type="submit"] {
    background: #7367f0 url("../img/search_icon.png") no-repeat center center;
    width: 50px;
    height: 102%;
    position: absolute;
    right: 0%;
    top: -1%;
    border: 0;
    font-size: 0;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ctable {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    min-width: 1000px;
}

.ctable .thead {
    width: 100%
}

.ctable .thead .ccol:first-child {
    width: 8%
}

.ctable .ccol {
    float: left;
    padding: 10px;
    width: 13%;
    text-align: center;
}

.ctable .ccol a {
    color: #e87983
}

.ctable .thead .ccol {
    color: #414141;
    font-weight: bold;
}

.trow {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebe9f1;
    background: #fafafc;
}

.trow .ccol:first-child {
    width: 8%
}

.tcol {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.tcol.active .ccol,
.tcol.active .ccol a {
    color: #6e6b7b;
}

.tcol.active {
    background-color: #fafafc;
}

.approved {
    color: #4aab1f
}

.pending {
    color: #e87983
}

.disapproved {
    color: #ff2376
}

.draft {
    color: #ff7315
}

.pdcol {
    width: 32%;
    display: inline-block
}

.pdcol span {
    display: inline-block;
    padding: 8px;
    font-size: 14px
}

.pdcol strong {
    display: inline-block;
    width: 50%;
    padding: 8px;
    font-size: 14px
}

.texpand {
    padding: 15px;
    display: inline-block;
}

.table thead th {
    color: #767676;
    text-align: center;
    font-size: 12px;
    padding: 7px;
    text-transform: uppercase;
}

.table-bordered td {
    text-align: center;
    padding: 7px;
}

.table-bordered td a {
    color: #184fcc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #74e1d8 transparent
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}



.datepickericon {
    position: relative;
}

.datepickericon .ui-datepicker-trigger {
    position: absolute;
    top: 6px;
    right: 23px;
    width: 20px;
    cursor: pointer;
}

.customfilter {
    display: inline-block;
    border: 2px solid #e87983;
    position: relative;
}

.customfilter small {
    padding: 6px 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    padding-right: 40px;
    background: url("../img/arrow.png") no-repeat 90% center;
    background-size: 11px auto;
}

.customfilter.adminfilter {
    border: 0
}

.customfilter.adminfilter small {
    padding: 10px;
    border: 0;
    background: url("../img/filtericon.png") no-repeat center center;
    background-size: 16px auto;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.customfilter small.active {
    background: url("../img/filtericon_active.png") no-repeat center center;
    background-size: 16px auto;
    background-color: #5c0cff;
}

.customfilter .cfillBox {
    display: inline-block;
    width: 350px;
    position: absolute;
    right: 0;
    top: 39px;
    box-shadow: 0 0 5px #ddd;
    padding: 0 15px;
    z-index: 999;
    background-color: #ffffff;
}

.customfilter .cfillBox label {
    padding-top: 5px;
    font-size: 13px;
}

.customfilter .cfillBox .form-group {
    margin-bottom: 0;
    border-top: 1px solid #f3f3f3;
    padding: 5px 0;
}

.ui-slider-horizontal {
    height: 5px;
    background: #e7e7e7;
}

.ui-widget.ui-widget-content {
    border-color: #e7e7e7;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    border-radius: 100%;
    background: #7367f0!important;
    border-color: #7367f0!important;
}

.customloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(88, 65, 211, 0.8);
    z-index: 999999999999999999999999999;
}


/*.modal {
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}*/


/*full page loader css*/

.fullpageloader {
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999;
}

.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.loader:before {
    animation: before 2s infinite;
}

.loader:after {
    animation: after 2s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

.loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.btn:focus,
.btn:hover {
    box-shadow: none;
}

.viewdoc {
    background-color: #e87983;
    color: #fff!important;
    width: 40px;
    height: 33px;
    position: absolute;
    top: -2px;
    right: -39px;
    line-height: 32px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.serviceListBox {
    display: inline-block;
    width: 100%;
}

.servicerow {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 5px;
}

.shead {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #5c5c5c url("../img/accordian_arrow.png") no-repeat 96% center;
    cursor: pointer;
}

.shead.active {
    background: #eb793a url("../img/accordian_arrow_active.png") no-repeat 96% center;
}

.servicename {
    position: relative;
}

.servicename input[type='text'] {
    border: 0;
}

.sremoveBtn,
.sremoveBtn:hover {
    position: absolute;
    right: -3px;
    top: -2px;
    background-color: #fb4558;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    width: 93px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    cursor: pointer;
}

.paymentidBox {
    display: inline-block;
    width: 100%;
}

.paymentidBox .col-sm-4 {
    float: left;
    margin-bottom: 10px;
}

.addtransid {
    background: url("../img/greenplus_icon.png") no-repeat center center;
    width: 21px;
    height: 21px;
    cursor: pointer;
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
}

.vagentaddtransid {
    background: url("../img/greenplus_icon.png") no-repeat center center;
    width: 21px;
    height: 21px;
    cursor: pointer;
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
}

#totalservices {
    float: right;
    color: #b0b0b0;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

#totalservices input[type="text"] {
    background-color: #e87983;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    font-weight: 700;
    line-height: 31px;
    border: 0;
    box-shadow: none;
}

.tservicename {
    float: right;
    margin-left: 30px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    font-weight: 700
}

.tservicename b {
    color: #e87983
}

.error {
    border-color: #ff0000!important;
}

label.error {
    color: #ff0000;
    font-size: 11px;
}

select.error+label.error+span>span>span {
    border-color: #ff0000
}


/*upload button validation error css*/

.uploaddoc>input[type="file"]>label.error {
    bottom: 0
}

.uploaddoc input[type="file"].error label.error label.uploadlabel {
    border-color: #ff0000;
}

.uploaddoc input[type="file"].error+label.error+label.uploadlabel {
    border-color: #ff0000
}

.uploaddoc input[type="file"].error+label.error {
    margin-top: 40px;
}

.uploaddoc label input[type="text"]+label.error {
    display: none!important;
}

.uploaddoc input[type="file"].error+label.error+label.uploadlabel {
    border: 2px solid #ff0000;
    position: absolute;
    left: -1px;
    top: -2px;
    width: 102%;
    height: 113%;
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.successalert {
    padding: 20px;
    background-color: #8dc63f;
    color: white;
}

.mCSB_scrollTools{width: 8px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 8px;}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: rgba(225,225,225,.9)!important;}
/*******pagination code start here *************/

#pagination {
    text-align: center;
    margin-bottom: 10px
}

#pagination ul li {
    display: inline-block
}

#pagination ul li:first-child a:first-child {
    width: 60px
}

#pagination ul li:last-child a:last-child {
    width: 60px
}

#pagination ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #f3f2f7;
    display: inline-block;
    color: #6e6b7b;
    line-height: 30px;
    text-align: center;
    margin: 3px 3px;
    vertical-align: middle;
    border-radius: 50%;
}

#pagination ul li a[rel="prev"],
#pagination ul li a[rel="next"] {
    width: 80px
}

#pagination ul li a:hover,
#pagination ul li a.current {
    background-color: #7367f0;
    color: #fff;
}

.ui-datepicker-trigger {
    margin-left: 10px
}

.profilPicBox {
    width: 120px;
    height: 120px;
    background: #f2f2f2;
    border-radius: 100%;
    position: relative;
}

.profilPicBox .inputupload {
    background: url("../img/plusIcon.png") no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.profilPicBox .inputupload input[type="file"] {
    opacity: 0;
    width: 120px;
    height: 120px;
    cursor: pointer;
}

#profpicimg {
    text-align: center;
    line-height: 120px;
}

#profpicimg img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 0;
}

.upcomingrenewal {
    background-color: #fff
}

.topchartlabels {
    width: 100%;
    display: inline-block;
}

#chartContainer {
    position: relative;
}

#chartContainer:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: #fff;
    z-index: 9;
}

.clabelcol {
    display: inline-block;
    margin-right: 15px;
}
.clabelcol .bar {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 42px;
    background-color: blue;
    position: relative;

}
.clabelcol .bar:before{position: absolute; top:0; width: 10px; height: 14px; left:0; content: ""; background-color:orange;}
.clabelcol .bar:after{position: absolute; top:14px; width: 10px; height: 14px; left:0; content: "";background-color:red;}

.clabelcol .bar1 {
    background-color: yellow
}
.clabelcol .bar1:before{display: none}
.clabelcol .bar1:after{display: none}


.clabelcol .bar2 {
    background-color: #e87983
}
.clabelcol .bar2:before{display: none}
.clabelcol .bar2:after{display: none}


.clabelcol .bar3 {
    background-color: orange
}
.clabelcol .bar3:before{display: none}
.clabelcol .bar3:after{display: none}

.clabelcol .bar4 {
    background-color: #e4506a
}
.clabelcol .bar4:before{display: none}
.clabelcol .bar4:after{display: none}



.clabelcol .bar5 {
    background-color: #702963
}
.clabelcol .bar5:before{display: none}
.clabelcol .bar5:after{display: none}


.clabelcol .bar6 {
    background-color: #36a2eb
}
.clabelcol .bar6:before{display: none}
.clabelcol .bar6:after{display: none}

/* .clabelcol .bar7 {
    background-color: #aa8237
}
.clabelcol .bar7:before{display: none}
.clabelcol .bar7:after{display: none} */


.clabelcol p {
    float: left;
}

.chartselect {
    float: right;
   }

.editServiceBtn,
.editServiceBtn:hover {
    float: right;
    color: #fff;
    background: #e87983;
    padding: 3px 15px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 80px;
}

label.cabinet {
    display: block;
    cursor: pointer;
    height: 150px;
    width: 150px;
}

label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top: -30px;
}

#upload-demo {
    width: 250px;
    height: 250px;
    padding-bottom: 25px;
}

label.cabinet figure {
    margin: 0 0 1rem;
    text-align: center;
    border-radius: 100%;
    background: #f2f2f2;
    width: 150px;
    height: 150px;
line-height:150px;
overflow:hidden
}

label.cabinet figure img {
    border: 0;
    background: none;
    padding: 2px;
    border-radius: 100%;
}
label.cabinet figure:hover figcaption {  right:0; transition:0.5s all; display:block}
label.cabinet figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
   right:-80px;
display:none;
}

.horzscroll {
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 100%;
}

.toggleIcon {
    width: 30px;
    height: 30px;
    background: url("../img/mtoogleicon.png") no-repeat center center;
    background-size: 30px 30px;
    display: none;
    float: left;
}

.closeIcon {
    position: absolute;
    right: -32px;
    top: 0;
    background: #E499F0 url("../img/closeIcon.png") no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
    border: 1px solid #fff;
    display: none;
}


/*admin panel css start here*/

.reqtable th,
.reqtable td {
    text-align: center;
    vertical-align: middle!important;
    border-top: 5px solid #f4f4f4;
}

.reqtable td .viewlink {
    color: #e87983
}

.reqtable tr.pendingrequest td {
    background-color: #7367f0;
    color: #fff
}

.reqtable tr.pendingrequest td .viewlink {
    color: #fff
}

.mreqnav {
    display: inline-block;
}

.mreqnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mreqnav ul li {
    margin-left: -5px;
    display: inline-block;
}
.mreqnav a.active {
    color: #7367f0;
}
.mreqnav a.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(30deg,#7367f0,rgba(115,103,240,.5))!important;
    width: 100%;
}
.mreqnav ul li a {
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #363636;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.mreqnav ul li a span {
        position: absolute;
    top: 2px;
    right: 3px;
    background-color: #ea5455;
    color: #fff;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}
.card label {
    padding-left: 0;
}
.mreqnav ul li:last-child a {
    border-radius: 0 23px 23px 0;
}


.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
}



/*****sugestiion css **********/

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}



.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #e87983;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 32px;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 200px;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #e87983; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}





/*******adeed 26 feb 2018 *********************/




/* latest css start here 7 feb 2019 */

.switchtoggle {
    position: relative;
    display: block;
    vertical-align: top;
    width: 70px;
    height: 26px;
    padding: 3px;
    margin: 0 10px 0 0;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
    display: inline-block;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #efefef;
    border-radius: inherit;
    box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #ff2376;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #ffffff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
    font-weight: bold;
}


.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}





.switch-input:checked~.switch-handle {
    left: 48px;
    background-color: #28c76f;
}

.switch-input:checked~.switch-handle:before {
    background-color: #fff;
    box-shadow: none;
    color: #fff;
}

/* Transition
========================== */

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.ctable.transtable .thead .ccol:first-child {
    width: 11%
}

.ctable.transtable .ccol {
    width: 11%
}
.mCSB_inside>.mCSB_container{margin-right:7px;}








/* Transition
========================== */

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.ctable.transtable .thead .ccol:first-child {
    width: 11%
}

.ctable.transtable .ccol {
    width: 11%
}

.table.malerttable thead th {
    text-align: left
}

.table.malerttable tbody tr:hover td {
    background-color: #e87983;
    color: #fff;
}

.ccheckbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    margin-bottom: 5px;
}


/* Hide the browser's default checkbox */

.ccheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.ccheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #efefef;
}


/* On mouse-over, add a grey background color */

.ccheckbox:hover input~.checkmark {
    background-color: #efefef;
}


/* When the checkbox is checked, add a blue background */

.ccheckbox input:checked~.checkmark {
    background-color: #efefef;
}


/* Create the checkmark/indicator (hidden when not checked) */

.ccheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.ccheckbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.ccheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #e87983;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.minus {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    left: -6px;
    top: -5px;
    width: 15px;
    height: 15px;
    background: #ff0000;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}



.transferaccountBtn, .transferaccountBtn:hover { display: inline-block; background: #e87983 url(../img/tranacc_icon.png) no-repeat 10px center; color: #fff; text-decoration: none; padding: 8px 20px; cursor: pointer; padding-left: 35px; background-size: 18px auto; border-radius: 5px; }


  #pwinput {
        display: inline-block;
        width: 100%;
        position: relative;
    }
    
    #pwinput i {
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
        color: #7f7f7f;
    }

.paginate_button,.paginate_button:hover {padding: 3px 5px; margin: 2px; background-color: #e87983; color: #fff;   cursor: pointer; min-width: 30px; display: inline-block; text-align: center;}
.dataTables_info{float: left;}
.dataTables_paginate{float: right; margin-bottom: 10px;}
    
.sorting_asc {
    background: url(../img/sort_asc.png) no-repeat right center;
    cursor: pointer!important;
}
.sorting_desc {
    background: url(../img/sort_desc.png) no-repeat right center;
    cursor: pointer!important;
}
.dataTables_length{float: right;
    padding: 8px;}
    .dataTables_filter{float: left;
    padding: 5px;
}
thead .sorting {
     background: url(../img/sort_both.png) no-repeat right center;
      cursor: pointer!important;
}
.fromdatediv {display: inline-block;; margin-right: 15px;}
.fromdatediv label{display: inline-block;; padding-right: 10px;}
.fromdatediv .datepickericon{display: inline-block;; padding: 0 15px;}
.notif_ico i {
    font-size: 22px;
}

.datepickericon input {
    border: 1px solid #d8d6de
}
.topchartlabels a {
    color: #7367f0;
}
.dashbordSec .card {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px;
    border: none;
}
.table thead th {
    background: #eff2f7;
    border: none;
    color: #495057;
}
.table tbody td {
    border-top: 0px;
    border-bottom: 1px solid rgb(239,242,247);
    background: none;
    border-right: 0px!important;
    border-left: 0px!important;
}
tbody tr {
    background: none!important;
}
.table thead tr td {
    border-top: none;
}
.table thead tr td b {
    color: #495057;
    font-size: 16px;
}
.datepickericon .ui-datepicker-trigger {
    filter: grayscale(100%);
}
.ctable .thead .ccol {
    background: #eff2f7;
}
.card-table {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 5px;
}
.card-table .ctable {
    display: table;
    border-collapse: collapse;
}

.card-table .ctable .thead {
    display: table;
}

.card-table .ctable .thead .ccol {
    float: none;
    display: table-cell;
        font-size: 12px;
        text-transform: uppercase;
}
.card {
    border: none;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d8d6de;
        font-size: 14px;
}
.filterrow .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px!important;
}
.filterrow .select2-container--default .select2-selection--multiple {
    height: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}

.trow:last-child .tcol {
    border: none;
}
.topchartlabels {
    margin: 20px 0 0;
}
.ui-widget-header {
    background: transparent;
    border: 1px solid transparent;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    background: no-repeat;
}

.ui-widget {
    font-family: 'montserratregular';
}


select.ui-datepicker-month,select.ui-datepicker-year {
    border: 1px solid #d8d6de;
    font-family: 'montserratregular';
}

.ui-state-default, .ui-widget-content .ui-state-default.ui-state-active {
    border: 1px solid #7367f0;
    border-radius: 50%;
    color: #000;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: 1px solid #ddd;
    background: #f6f6f6;
}
a.ui-state-default {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    font-size: 14px!important;
}
.has-sub a:before {
    position: absolute;
    content: '\e92e';
    right: 10px;
    height: 30px;
    width: 30px;
    font-family: 'Feather';
    top: 10px;
}
.mainnav li.link1 ul li a {
    background: transparent;
    color: #333;
    padding-left: 45px;
}
.mainnav li.link1 ul li a:before {
    content: '';
}
.link1.has-sub.active ul li:hover a {
    background: linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));
    color: #fff;
}
h4.modal-title {
    font-size: 15px;
    color: #5e5873;
    font-weight: 500;
    font-family: 'montserratsemibold';
}
.modal-body label,label {
    font-size: 14px;
    padding-top: 5px;
    color: #5e5873;
}
.form-control,.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e6b7b;
}
.form-control::-webkit-input-placeholder {
    color: #b9b9c3;
    opacity: 1
}
.form-control::-moz-placeholder {
    color: #b9b9c3;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #b9b9c3;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #b9b9c3;
    opacity: 1
}

.form-control::placeholder {
    color: #b9b9c3;
    opacity: 1
}
.modal-body {
    padding: 12px 20px;
}
.cbtn:hover {
    box-shadow: 0 8px 25px -8px #7367f0;
    background: #7367f0;
    border-color: #7367f0;
}
ul.tsc_pagination {
    text-align: right;
}
.tsc_pagination li a[rel='next'] {
    color: #6e6b7b;
    border-radius: 3px!important;
}
ul.tsc_pagination {
    padding-right: 20px;
}
.ctable .trow .ccol {
    font-size: 14px;
    color: #6e6b7b;
}
.card-table {
     color: #6e6b7b;
}
.mt-20 {
    margin-top: 20px;
}
.form-control:disabled,.form-control[readonly] {
    background-color: #efefef;
}
.wd_16 {
    max-width: 15.3%;
}
.texpand {
    padding: 15px;
    background: #fff;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    width: 96%
}
.thead .trow {
    background: #eff2f7;
}
.card h4 {
    font-size: 18px;
    font-family: montserratsemibold;
    color: #5e5873;
}
.with_drop .searchlist {
    border-top: 1px solid #7367f0;
    border-left: 1px solid #7367f0;
    border-bottom: 1px solid #7367f0;
    height: 40px;
    padding: 0px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline-block;
    background: #fff;
}
.with_drop .serachpanel {
    margin-left: -5px;
}
.with_drop .serachpanel input[type="text"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
}
label.cradiobtn {
    padding-left: 30px;
}
.etu-form form a {
    color: #7367f0;
}
