@import url('bootstrap.min.css');
@import url('line-awesome.min.css');
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url('Chart.min.css');
@import url('bootstrap-multiselect.css');
@import url('all.min.css');
@import url('jquery.fancybox.min.css');


.checkbox_cus input {
    width: 30px;
    height: 30px;
}
.rowdetailinbox .input-box{background: #f9f9f9;
    border-radius: 4px;height:100%;
    padding: 10px;}
.amenitieslist li {
    padding: 5px 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.amenitieslist ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.removebtn a {
    background: #f95d02;
    width: 29px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    padding: 5px 0;
}
.removebtn {
    position: absolute;
    bottom: -12px;
    left: 36px;
    margin: 0 auto;
    z-index: 1;
}
.uploadedphotos {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.uploadedphotos img {
    width: 100px;
}
.rowdetailinbox .input-box label{}
.rowdetailinbox .input-box p{margin:0;}
.input-box .effectbtn {
    background: #5f66fa;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    color: #fff;
    padding: 9px 20px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
}
.hmrightmaxht{    height: 177px;
    overflow: auto;}

.medipopupbox {
    background: #fff;
    position: relative;
    padding: 20px;
}
.medipopupbox h4 {
    margin: 0 0 20px;
}

.medipopupboxmain {
    width: 100%;
    background: #fff;
    height: 417px;
}
.medipopupboxmain iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
}
.effectbtn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    z-index: -1;
    width: 0;
    margin: 0 auto;
    transition: all .5s;
}
.effectbtn:hover:before {
    width: 100%;
    transition: all 0.5s;
}
.btn{    padding: 7px 10px;
    line-height: 19px;}
.loginlogo{text-align:center;margin-bottom:30px;}
.certislider{white-space:nowrap;overflow:auto;}
.certiinadmin{text-align:center;display:inline-block;}
.certiinadmin img{height:100px;}
.democlassbox{width:200px;height:120px;display:inline-block;}
.democlassbox iframe{width:100%;height:100%;}
.certiinadmin p{margin:10px 0 0;color:#000;}
.loginboxmain{    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.02);}
.loginsidebx{    z-index: 20;
    height: 100%;padding:40px;position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    background-color: #0088e2;}
.loginsidebx h5{font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.4;}
.loginsec{display: flex;
    align-items: center;
    min-height: 100vh;}
.loginsidebx p{
    
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.6;}
.loginsidebx img{  fill: #fff;   height: 60px;
    margin: 0 0 20px;}
.loginbox{padding:40px;}
.loginbox img{    margin:0 auto;
    display: block;}
.loginbox h3{  
    font-weight: bold;text-align:center;
color: #000000;
    margin: 0 0 10px;}
.loginbox h6{   
    color: #000;text-align:center;
    margin: 0 0 30px;}
a:hover{text-decoration:none;}
.logininput{position:relative;}
.logininput input[type="text"], .logininput input[type="password"]{     width: 100%;
    height: 40px;
    border: 2px solid #f1f1f1;
    padding: 0 10px;
    outline: none;}
.logininput input[type="text"]:focus, .logininput input[type="password"]:focus{border-color:#f95d02;}
    .logininput input[type="submit"] {
        border: none;
        background: #5f66fa;
        color: #fff;
        padding: 7px 30px;
        border-radius: 5px;
        outline: none;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.forgotlink{}
.forgotlink p{  color: #a5a0b1;margin-bottom:10px;font-size:14px;}
.forgotlink p:last-child{margin-bottom:0px;}
.forgotlink p a{    color: #000;font-weight:bold;}
.logininput label{        color: #a5a0b1;
font-size: 14px;    margin: 0 0 4px;}

    .logininput input[type="submit"]:hover,     .logininput input[type="submit"]:focus{opacity:0.8;
    }


    .checkboxlist{}

    .checkboxlist input {
    display: none;
}
    .checkboxlist label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding-left: 22px;
    vertical-align: middle;
}
    .checkboxlist label:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 6px;
    opacity: 0;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
    transform: rotate(45deg);
    top: 5px;
}
    .checkboxlist label:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 16px;
    top: 3px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
    .checkboxlist input:checked + label:before {
    opacity: 1;
}
    .checkboxlist input:checked + label:after {
    background: #019aff;
      border-color: #019aff;
}
    .showpassbtn{position: absolute;
    right: 0;
    bottom: 0;}
    .showpassbtn i{    color: #aed3ff;
    padding: 12px 8px;
    cursor: pointer;}



.btn i{margin:0 5px;}
.la-search {
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
}
.datepicker td, .datepicker th {
    padding: 5px 10px;
}
.plnmcode{    position: absolute;
    left: 0;
    top: 0;}
.rolebox{text-align:center;position:relative;}
.rolebox{}
.statusfix{    position: absolute;
    right: 0;
    top: 0;}

.rolemainicon{margin-bottom:10px;}
.rolemainicon i{ font-size: 50px;
    border-radius: 50%;
    width: 60px;
    padding: 5px 0px;}
.rolebox h3{    font-size: 20px;
    margin: 0 0 10px;}
.rolebox p{    font-size: 17px;
    margin: 0 0 10px;}
.rolebox p i{margin-right:5px;}
.rolebox a i{margin-right:5px;}
.rolebox a.btn {margin:0 5px;}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}

.multiselect-native-select {
    width: 100%;
    display: block;
}
.multiselect-native-select .btn-group {
    width: 100%;
}
.multiselect-native-select .dropdown-toggle {
    padding: 0 10px;
    text-align: left;
    height: 30px;
    width: 100%;
}
.multiselect-container {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}
.multiselect-native-select .dropdown-toggle::after {
    float: right;
    margin: 8px 0;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    transition: .3s background
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    transition: .3s background
}
body::-webkit-scrollbar-thumb {
    background:  #f95d02;
    border-radius: 40px;
}
::-webkit-scrollbar-thumb {
    background: #f95d02;
    border-radius: 40px;
}
body::-webkit-scrollbar-track {

    padding: 0 5px;
    background:#ddd;
}
::-webkit-scrollbar-track {

    padding: 0 5px;
    background:#ddd;
}


body{font-size: 14px;font-family: 'Roboto', sans-serif;  
    font-weight: 400;
    line-height: 1.5;
    color: #031b4e;

    background-color: #e9e7f7;}
ul{list-style:none;}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{display:inline-block;position:relative;}
#cssmenu > ul > li > a{padding: 16px 20px;
    position: relative;
    color: #fff;
    display: block;}
#cssmenu > ul > li > a i{margin-right:5px;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{}
    #cssmenu > ul > li:hover > a {
        background: #FFEF28;
        color: #000;
    }
#cssmenu > ul > li.has-sub:hover > a:before{border-color:#fff;}
#cssmenu > ul > li.has-sub > a{    padding-right: 30px;}
#cssmenu > ul > li.has-sub > a:before{    position: absolute;
    top: 22px;
    right: 13px;
    display: block;
    width: 5px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    transform: rotate(-45deg);}

#cssmenu ul ul{    position: absolute;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 210px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(230, 233, 239, 0.4);
    border: 1px solid #e7eaf3;
        opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
#cssmenu ul ul.submenu-right{right:0;}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(228, 225, 243, 0.4);
}
#cssmenu ul ul li{position:relative;}

    #cssmenu ul ul li:hover > a {
        color: #ffffff;
        background: #5f66fa;
    }
#cssmenu li:hover > ul{    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a:before{content: "\f101";font-family: 'Line Awesome Free';
    font-weight: 900;margin-right:10px;}
#cssmenu ul ul li a{    padding: 10px 10px;
    text-align: left;    font-size: 13px;
    color: #000;
    position: relative;
    display: block;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #5f66fa;
    content: ''
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #5f66fa;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{display: block;
    border-top: 1px solid rgba(68, 68, 68, 0.13);}
#cssmenu li:hover > ul {
    display: none;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu > ul > li > a{    padding: 10px 0px;}
#cssmenu > ul ul li a{    padding: 6px 0px;}
#cssmenu ul ul li a{padding-left:15px}
#cssmenu ul ul li {
    position: relative;
    border-bottom: none;
     border-top: 1px solid rgba(68, 68, 68, 0.13);
}
#cssmenu > ul > li:hover {
    background: transparent;
}

#cssmenu ul ul ul li a{padding-left:25px}
#cssmenu ul ul li a{color:#fff;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{    position: static;
    width: 100%;
    box-shadow: 0 0 0;
    background: transparent;}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{    width: 50px;
    height: 40px;
    cursor: pointer;
    position: relative;}
.button:after{position: absolute;
    top: 19px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';}
.button:before{-webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 13px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:20px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:20px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(68, 68, 68, 0.13);
    height: 44px;
    width: 46px;
    cursor: pointer;}
#cssmenu ul ul ul {
    margin-left: 0;
}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:33px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
a:hover{ text-decoration:none;}
ul{margin:0;padding:0;}
.header:after{content:'';display:block;background: #fff;
width:100%;height:190px;position:absolute;left:0;top:0;z-index:-1;

}

.header{position:relative;   background: #fff;}


.logo img{      height: 45px;
    margin: 8px 0;}

.mid-header {
    background: #5f66fa;
}

.topright > ul > li{display:inline-block;margin-left:15px;}
.topright > ul > li > a{    display: block;
    position: relative;    
    border: 1px solid #eee;
    color: #000;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;line-height: 36px;
    }
.topright > ul > li > a img{width:100%;border-radius:50%;vertical-align: top;}
.topright{    margin: 12px 0;}

.topheadstrip{}
.topheadstrip h4{    color: #000;
    margin: 0 0 10px;
    font-size: 20px;}
.topheadstrip ul{}
.topheadstrip li{display:inline-block;}
.topheadstrip a{    display: block;
    color: #000;
        padding-right: 20px;
    margin-right: 10px;
    position: relative;
    font-size: 13px;}
.topheadstrip a:after{font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 0;
    font-size: 10px;
    top: 3px;}
    .topheadstrip li:last-child{

    }
        .topheadstrip li:last-child a{pointer-events:none;padding-right:0;margin-right:0;

    }


        .counterbox{       box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);background:#fff;border-radius:6px;padding:20px;    display: flex;}
        .counterbxicon{width:60px;margin-right:20px;}
        .counterbxicon i{       padding: 15px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    width: 60px;
    text-align: center;}
        .bg-gray{background:#f7f7f7;}
        .counterrow .col-md-3:nth-child(1) .counterbxicon i{background: linear-gradient(45deg, #3858f9, #8e79fd);background: linear-gradient(45deg, #3858f9, #8e79fd);}
        .counterrow .col-md-3:nth-child(2) .counterbxicon i{background: linear-gradient(45deg, #f53c5b, #fb768c);    box-shadow: 0 7px 30px rgba(250, 106, 130, 0.5);}
        .counterrow .col-md-3:nth-child(3) .counterbxicon i{    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);box-shadow: 0 7px 30px rgba(11, 163, 96, 0.3);}
        .counterrow .col-md-3:nth-child(4) .counterbxicon i{    background-image: linear-gradient(45deg, #ff5858 0%, #f09819 100%);box-shadow: 0 7px 30px rgba(241, 159, 93, 0.5);}

        .counterrow .col-md-3:nth-child(7) .counterbxicon i{background: linear-gradient(45deg, #3858f9, #8e79fd);background: linear-gradient(45deg, #3858f9, #8e79fd);}
        .counterrow .col-md-3:nth-child(8) .counterbxicon i{background: linear-gradient(45deg, #f53c5b, #fb768c);    box-shadow: 0 7px 30px rgba(250, 106, 130, 0.5);}
        .counterrow .col-md-3:nth-child(5) .counterbxicon i{    background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);box-shadow: 0 7px 30px rgba(11, 163, 96, 0.3);}
        .counterrow .col-md-3:nth-child(6) .counterbxicon i{    background-image: linear-gradient(45deg, #ff5858 0%, #f09819 100%);box-shadow: 0 7px 30px rgba(241, 159, 93, 0.5);}


        .counterbxdata{width:100%;}
        .counterbxdata h6{    font-size: 14px;
    margin: 0 0 10px;}
        .counterbxdata h3{    font-size: 30px;
    margin: 0;}
        .counterbxdata ul{}
        .counterbxdata li{    font-size: 12px;
  }
        .counterbxdata li strong{color: #97a3b9;
    font-weight: 400;}
        .counterbxdata li span{float:right;font-weight:bold;}

        .card{       padding: 20px;  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);border-radius: 6px;
    border: none;}

        .card-title {
    font-weight: 700;
    color: #262833;
    font-size: 14px;
    text-transform: uppercase;    margin: 0;
}

        .card-header {
    padding: 0px;margin-bottom:20px;
    background: transparent;border:none;
}

.card-header p{    color: #838294;font-size: 12px;margin:10px 0 0;
}

.card-body{padding:0;}

.graph1{}
.graph1 canvas{}

.footer{    background-color: #fff;padding:10px 0;
    border-top: 1px solid #dedcfb;text-align:center;}
.footer p{    font-size: 12px;margin:0;    color: #7987a1;}



.table thead th, .table thead td {
    color: #7987a1;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;

}
.table td, .table th {
   padding: 7px 12px;
       vertical-align: middle;
}
.table{margin:0;}
.table-bordered {
  border-color: #dedcfb;
}
.table thead th {
    border-color: #dedcfb;
}
.table-bordered td, .table-bordered th {
   border-color: #dedcfb;
}

  
.table-hover tbody tr:hover {
    color: #031b4e;
    background-color: rgba(228, 225, 243, 0.4);
}

.projects-stat h6 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
line-height: 38px;
    margin-bottom: 0;
    font-weight: 600;
    padding: 2px;
}
.bg-primary-transparent {
    background-color: #d9e8fe !important;
}

.bg-pink-transparent {
    background-color: #fee5f1;
}
.text-pink {
    color: #f10075;
}
.bg-success-transparent {
    background-color: #d4f2e1;
}
.bg-purple-transparent {
    background-color: #e1defe;
}
.text-purple {
    color: #673ab7;
}
.bg-danger-transparent {
    background-color: #f9e2e2;
}
.bg-info-transparent {
    background-color: #c7f2ff;
}
.bg-warning-transparent {
    background-color: #fff8d9 ;
}

.top-header {
    position: relative;
    background:#FFEF28;
}
.searchbox{    position: absolute;
    top: 0;display:none;
    background: #fff;
    width: 100%;
    left: 0;
    height: 100%;}
.searchbox input[type="text"]{    width: 100%;
    border: none;
    outline: none;font-weight: 400;
    font-size: 16px;box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.1);
    padding: 10px 20px;
    height: 64px;}
.searchbox a.closesearch{    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-size: 25px;
    padding: 13px 20px;}
.topright > ul > li > a.dropdown-toggle::after{display:none;}

.userdropdown{    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);border-radius:8px;width:245px;
background-color:#fff;padding:0;border:none;
    z-index: 20;}

.userdroptop{text-align:center;background-color:#000;    background-size: cover;
    background-position: center center;position:relative;padding:20px;
    background-repeat: no-repeat;border-radius:6px 6px 0 0;overflow:hidden;}

.userdroptop img{    position: relative;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: block;}
.userdroptop h4{    position: relative;
    color: #fff;
    font-size: 18px;
    margin: 0 0 2px;}
.userdroptop p{position:relative; color: #fff;margin:0;}

.userdroplink{}
.userdroplink li:first-child{    border-top:none;}
.userdroplink li{    border-top: 1px dotted #e2eaf9;}
.userdroplink li a{    display: block;
    padding: 10px 15px;
    font-size: 13px;
    color: #031b4e;}
    .userdroplink li a:hover{color: #3d72f2;
    }
.userdroplink i{margin-right:10px;
}

.userdropdown:after {
    content: '';
    position: absolute;
    top: -8.5px;
    right: 8px;
    border-bottom: 9px solid #000;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

  @-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
	}
  
	70% {
	  -webkit-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
	}
  
	100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
	}
  }
  
  @keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
	  box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.7);
	}
  
	70% {
	  -moz-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
	  box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
	}
  
	100% {
	  -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
	  box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
	}
  }
  

.pulse {
    display: block;
  
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0ba360;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.order_list{}
.order_list li{display:inline-block;padding:5px;margin-right:10px;
}
.order_list li i {
    margin-right: 5px;
    color: #28a745;
    font-size: 14px;
}
.detailinputbox .input-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.detailstorelogo img {
    max-height: 40px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.detailinputbox .input-box p {
    font-size: 15px;
}
.detailinputbox .input-box label {
    font-size: 12px;
    margin: 0 0 5px;
    min-height: initial;
}

p:last-child {
    margin-bottom: 0;
}
.userprofilepulse{position: absolute;
    top: 0;
    right: 0;}

.input-box label{  min-height: 21px;  display: block;
    margin-bottom: 5px;
    color: #817ba7;}
    .chk{ 
    display: inline !important;
    margin-left: 10px !important;
    }
      .chk label{ 
    display: inline !important;
    margin-left: 5px !important;
    }

.myplannamebox h5 {
    margin: 0;
    width: 140px;
    padding: 46px 0;
    text-align: center;
    background: #f7f7f7;
    border-radius: 50%;
    font-weight: bold;
}
.myplannamebox {
    margin-right: 20px;
}
.myplanbox {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
}
.myplandate p {
    margin: 0 0 10px;
}
.myplandate p label {
    margin: 0;
}

.input-box input[type="text"], .input-box input[type="number"], .input-box input[type="date"], .input-box input[type="file"], .input-box input[type="password"],.input-box input[type="time"], .input-box select {
    outline: none;
    padding: 0 10px;
    border: 1px solid #e1e6f1;
    width: 100%;
    height: 35px;
    background-color: #fff;
}
.input-box textarea{ outline:none;padding:10px;
    border: 1px solid #e1e6f1;

    width: 100%;
    height: 138px;
    background-color: #fff;}
.input-box input[type="submit"]{    background: #f95d02;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 7px 12px;
    font-weight: bold;outline:none;
    letter-spacing: 0.5px;border-radius:3px;}
.input-box input[type="submit"]:hover{background:#f95d02;
}
.input-box input[type="text"]:focus, .input-box select:focus{border-color: #cdcbe6;color: #333;}
.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
 box-shadow:none;
}
.btn-danger.focus, .btn-danger:focus{
    box-shadow:none;
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow:none;
}

.min-height{min-height:74vh;}


.striprevenue{}
.striprevenue label{display:block;    color: #000;
    font-size: 12px;
    line-height: 1;}
.striprevenue span{display:block;    font-size: 1rem;
    color:#000;
    font-weight: 700;
    line-height: 1;
    margin-top: 1px;}

.revenuegraph canvas{height:45px;}

.btn-dark.border:hover {
    background-color: #323a45;
    color: #ffffff !important;
    border: 2px solid #323a45;
}
.btn.focus, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover {
    outline: 0;
}
.btn-dark:hover, .btn-dark:focus {
    color: #323a45;
    background: transparent;
        box-shadow: none;
    outline: none;
}
.btn-dark:active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
        box-shadow: none;
    outline: none;
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
      box-shadow: none;
}
.btn-dark.border {
    background-color: transparent;
    color: #323a45;
    border: 2px solid #323a45 !important;
}
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.btn.active, .btn:active {
    background-image: inherit !important;
}
.pricetablemain .btn-sm {
    padding: 6px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.plannamesticky {
    background: #fff;
    z-index: 10;
    padding-bottom: 20px;}
.tablenamehed {
    width: 75%;
    float: right;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.tableplannamebox {
    position: relative;
    background: #019aff;
    border-radius: 3px;
    padding: 10px 10px;
}
.tableplannamebox h4 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 18px;
}
.tableplannamebox:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #019aff;
    position: absolute;
    bottom: -6px;
    transform: rotate(45deg);
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
}
.pricetablemain table {
    width: 100%;
}
.pricetablemain table tr {
    border-bottom: 1px solid #ddd;
}
.pricetablemain table tr td:first-child {
    text-align: left;
    width: 25%;
}

.pricetablemain table tr td {
    text-align: center;
    color: #000;
    font-size: 17px;
    padding: 15px;
    width: 15%;
}
.pricetablemain table tr:last-child {
    border-bottom: none;
}
.pricetablemain td .la-check{color:#00b33f;}
.pricetablemain td .la-times{color:red;}

.architecpopbox{padding:30px;background-color: #e9e7f7;position:relative;}

.card-category {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0 0 .5rem;
    background: #eff2f6;
}
.pricing-card .display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.pricing-card .list-unstyled li {
    border-bottom: 1px solid #eaedf1;
    display: flow-root;
    margin-bottom: 0;
    padding: 9px 0;
}
.livevideobx {
    width: 100%;
    height: 200px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.livevideobx iframe, .livevideobx video {
    width: 100%;
}
.livevidsetting {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.livevidsetting {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.livevidsetting ul li:last-child {
    float: right;
}
.livevidsetting ul li {
    float: left;
    color: #fff;
}
.livevidsetting li a {
    color: #fff;
    padding: 0px 10px;
}
.livemainbtns {
    text-align: center;
    padding: 20px;
    background: #fff;
}
.livemainbtns li {
    display: inline-block;
}
.closechaticon{display:none;}

.livemainbtns li a {
    font-size: 20px;
    color: #000;
    width: 50px;
    display: inline-block;
    border: 2px solid #eaeaea;
    border-radius: 50%;
    padding: 8px 0px;
}
.infobox {
    background: #fff;
    padding: 10px;
}
.databoxmain h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.databoxmain i {
    margin-right: 5px;
}
.availablepulse {
    vertical-align: top;
    margin-top: -5px;
    display: inline-block;
    margin-left: 3px;
}
.databoxmain i {
    margin-right: 5px;
}
.databoxmain p {
    font-size: 16px;
    margin: 0;
}
.reschtimbx {
    display: none;
    width: 300px;
    position: absolute;
    right: 0;
    z-index: 20;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.chaticonbtn a {
    font-size: 25px;
    width: 53px;
    text-align: center;
    display: block;
    color: #000;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0px;
}
.whiteboardbox {
    height: 455px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.whiteboardbox h3 {
    font-size: 100px;
    text-align: center;
    opacity: 0.1;
    padding: 100px 0;
    margin: 0;
}
.chaticonbtn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}
.tagiconbtn {
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 10;
}
.extimebtn {
    position: absolute;
    right: 10px;
    top: 33%;
}
.tagpopbox {
    position: absolute;
    right: 70px;
    top: 0px;
    width: 350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 5;
    display: none;
    border-radius: 5px;
    overflow: hidden;
}
.tagiconbtn > a {
    font-size: 25px;
    width: 53px;
    text-align: center;
    display: block;
    color: #000;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0px;
}
.exttimebox {
    background: #fff;
    padding: 15px;
    position: absolute;
    right: 70px;
    top: 0px;
    width: 350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 5;
    display: none;
    border-radius: 5px;
    overflow: hidden;
}

.chatpopup {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    z-index: 5;
    display: none;
}
.chatmain {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
}
.extimebtn > a {
    font-size: 25px;
    width: 53px;
    text-align: center;
    display: block;
    color: #000;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 6px 0px 10px 0;
}
.chathead {
    background: #000;
    padding: 10px;
}
.chathead h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}   
.msg_history {
    height: 341px;
    overflow-y: auto;
}
.incoming_msg_img {
    display: inline-block;
    width: 10%;
}
.incoming_msg_img img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 80%;
}
.received_withd_msg {
    width: 80%;
}
.attchimg {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.time_date {
    color: #747474;
    display: block;
    font-size: 10px;
    margin: 3px 0 0;
}
.attchimg img {
    width: 100%;
}
.sent_msg {
    float: right;
    width: 80%;
    text-align: right;
}

.sent_msg p {
    background: #3F51B5 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
    text-align: left;
}

.received_withd_msg p {
    background: #e4e8fb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}
.chattypemain {
    display: flex;
    position: relative;
}
.chattypetext {
    position: relative;
    width: 100%;
}
.chattypetext input[type="text"] {
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    padding: 0px 5px;
    background: #f9f9f9;
    border-radius: 7px;
}
.uploadattchbx {
    position: absolute;
    right: 0;
    top: 0;
}
.uploadattchbx input[type="file"] {
    display: none;
}
.chatsendbx a {
    color: #000;
    padding: 5px 10px;
    display: inline-block;
}
.uploadattchbx label {
    margin: 0;
    display: inline-block;
    padding: 6px 8px;
    cursor: pointer;
}
.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}
.bxbgmain {
    background: #fff;
    padding: 15px;
}
.tagingclass span {
    display: inline-block;
    background: #eee;
    margin: 3px 1px;
    font-size: 14px;
    padding: 5px 9px;
    border-radius: 40px;
}

.detailrowfixht .card{height: 100%;}

.profiledetimg{    width: 70px;
    position: relative;
    margin: 0 auto 10px;}
.profiledetimg img{border-radius:50%;width:100%;}
.prodetdata1{}
.prodetdata1 h5{    color: #5e597d;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;}
.prodetdata1 p{    color: #7987a1;
    font-size: 13px;
    margin-bottom: 10px;}
.prodetdata1 h6{    color: #7987a1;
    font-size: 17px;
    font-weight:400;
    margin: 10px 0 0;}
.prfdatalist{}
.prficon{    height: fit-content;
    font-size: 25px;
    width: 41px;
    text-align: center;
    border-radius: 50%;
    padding: 2px 0px;
    margin-right: 20px;}
.prfdatalist{border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px;}
.prfdatalist:last-child{border-bottom:none;padding-bottom:0px;margin-bottom:0px;}
.prfdatadta{    flex: 1;}
.prfdatadta label{font-size: 12px;line-height:1;
    margin: 0 0 5px;}
.prfdatadta h5{margin:0;font-weight:400;font-size:16px;}

.imageuploadicon{    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #e1defe;
    color: #007bff;
    width: 30px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;}
.imageuploadicon i{}
.imageuploadicon input{display:none;}

.checkboxlist table{width:100%;}
.checkboxlist input {
    display: none;
}
.checkboxlist label {
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    position: relative;
    padding-left: 25px;
    vertical-align: middle;
    font-size: 14px;
}
.checkboxlist input:checked + label:after {
     background: #2e63e2;
    transition: all 0.3s;
    border-color: #2f64e3;
}
.checkboxlist label:after {
      content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 16px;
    top: 1px;
    height: 16px;
    border: 2px solid #d4d4d4;
    transition: all 0.3s;
    border-radius: 2px;
}
.checkboxlist input:checked + label:before {
    opacity: 1;
    transition: all 0.3s;
    transform: scale(1) rotate(45deg);
    visibility: visible;
}
.checkboxlist label:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    width: 7px;
    opacity: 0;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 3;
    transform: scale(3) rotate(180deg);
    top: 2px;
    visibility: hidden;
    transition: all 0.3s;
}

.checklistbx{background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;}
.checklistbx .selectall1{max-height:250px;overflow:auto;}

.checklistbx td{padding:5px;}

.databox{
text-align:center;
    border-radius: 5px;
    padding: 10px;}
.databox label{    font-size: 11px;
    line-height: 1;
    margin: 0 0 7px;
    display: block;}
.databox h5{margin:0;line-height:1;}