*{
    margin: 0;
    padding: 0;
}
body{
    color: #2c2c2c;
    font-size: 14px;
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
    overflow-x: hidden;
}
a, p, h1, h2, h3, h4, h5, h6{
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.wrapper{
    position: relative;
    top: 0;
    height: 100vh;
}

/* start sidebar css */
.sidebar{
    position: fixed;
    top: 0;
    height: 100%;
    max-height: 100%;
    bottom: 0;
    width: 260px;
    left: 0;
    z-index: 1030;
    display: block;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .2), 0 2px 30px 0 rgba(0, 0, 0, .35);
}
.sidebar[data-color="orange"]{
    background: #f96332;
}
.sidebar .logo{
    position: relative;
    padding: 15px;
    z-index: 4;
    text-align: center;
    margin-left: 10px;
    margin-right: 12px;
    border-bottom: 1px solid #dfdede;
}
.sidebar .logo img{
    max-width: 100%;
    width: 60%;
}
.sidebar .logo a{
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}
.sidebar-wrapper {
    position: relative;
    height: calc(100vh - 75px);
    overflow: hidden; 
    width: 260px;
    z-index: 4;
    padding-bottom: 100px;
    transition: overflow 0.3s ease;
}
.sidebar-wrapper:hover {
    overflow-y: scroll;
}
.sidebar-wrapper::-webkit-scrollbar {
    width: 6px;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.sidebar-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.sidebar-wrapper .nav{
    margin-top: 20px;
    display: block;
}
.sidebar-wrapper .nav li>a{
    margin:0px 10px 0px 15px;
    border-radius: 30px;
    color: #000;
    display: flex;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    font-size: .7142em;
    padding: 10px 21px;
    line-height: 38px;
    height: 55px;
    transition: .5s;
    align-items: center;
    gap:15px;
}
.sidebar-wrapper .nav li>a i{
    font-size: 21px;
    opacity: .5;
    transition:.5s;
}
.sidebar-wrapper .nav li>a:hover i{
    opacity: 1;
}
.sidebar-wrapper .nav li>a p{
    margin: 0
}
.sidebar-wrapper .nav li>a:hover{
    background: #da1b20;
    color:#fff;
}
.sidebar-wrapper .nav li>a.active{
    background: #fff;
    color: #da1b20;
    max-width: 227px;
}
.sidebar-wrapper .nav li>a.active i{
    opacity: 1;
}

/* end sidebar css */

/* start navbar header top */
.navbar_nav{
    height: 130px;
    background:#fff;
}
.navbar_nav .navbar{
    padding: 10px 0px;
    padding-right: 50px;
}
.navbar_nav .navbar-expand-lg .navbar-collapse{
    flex-direction: row-reverse;
    gap: 10px;
}
.navbar_nav .navbar-collapse{
    flex-grow: initial;
}
.search_icon{
    position: relative;
}
.search_icon input{
    background: #5b7491;
    border-radius: 30px;
    border:0;
    color:#fff !important;
}
.search_icon input:focus{
    background: #5b7491;
    box-shadow: 0px 0px 0px 0px #0000;
}
.search_icon input::placeholder{
    color:#fff;
    font-size: 13px;
}
.search_icon button{
    position: absolute;
    top: 5px;
    right: 15px;
    border: 0;
    background: 0;
    font-size: 19px;
    color:#fff;
}
.navbar_nav .navbar-expand-lg .navbar-nav .nav-link{
    color:#000;
    padding: 0px 15px;
}
.navbar_nav .navbar-brand{
    color:#000;
    font-size: 15px;
    padding-left: 18px;
}
.dropdown-menu{
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
    border:0;
    border-radius: 0;
}
.dropdown-item{
    font-size: 12px;
    color: #888;
    font-weight: 500;
    font-weight: 500;
    padding: 10px 10px;
}
.fa_indent{
    display: none;
}
.nav li ul{
    background: #f1f1f1;
    padding: 10px 0px;
    display: none;
}
.nav li ul li{
    list-style-type: none;
}

/* end navbar header top */
.main-panel{
    min-height: 100%;
    position: relative;
    float: right;
    width: calc(100% - 260px);
    background-color: #e3e3e3;
    background-color: #ebecf1;
    transition: all .5s cubic-bezier(.685,.0473,.346,1);
}
.panel-body{
    position: relative;
    padding: 0px 30px;
    top: -30px;
}
.content{
    border-radius: 5px;
    width: 100%;
    background:#fff;
}
.card {
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 15px 1px rgba(39,39,39,.1);
}
.card-header{
    border-bottom: 0;
    background: #fff;
}
.filter_box{
    float:right;
    font-size: 15px;
    border: 0;
    background: #0f2a4b;
    color: #fff;
    font-weight: 600;
    padding: 0px 15px;
    border-radius: 5px;
    ext-decoration:none;
    cursor: pointer;
}



.filter_box_create{
    float:right;
    font-size: 15px;
    border: 0;
    background: #2c52e5;
    color: #fff;
    font-weight: 600;
    padding: 0px 15px;
    border-radius: 5px;
    text-decoration:none;
    cursor: pointer;
}


.right_side{
    position: absolute;
    top: 0;
    right: -380px;
    width: 350px;
    background: #fff;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .2), 0 2px 30px 0 rgba(0, 0, 0, .35);
}
.search_box{
    position: relative;
}
.search_box img{
    width: 100%;
    height: 110px;
}
.search_box i{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    border-radius: 50%;
    padding: 0px 5px 2px 4px;
    background: #fff;
    -webkit-text-stroke: 3px #fff;
    color: #ff0202;
    cursor: pointer;
}
.search_form{
    padding: 20px;
}
.from_group{
    margin-bottom: 17px;
}
.from_group label{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
}
.from_group input, .from_group select{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:8px;
}
.search_btn{

}
.search_btn button{
    border: 0;
    background: 0;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.card-title{
    margin-top: 10px;
    margin-bottom: .75rem;
    font-size: 1.714em;
    line-height: 1.45em;
}
.card_table{
    padding:0px 10px;
}
.card_table table tr th{
/*    padding: 12px 7px;*/
/*    vertical-align: middle;*/
    color: #f96332;
/*    font-size: 1.45em;*/
    font-weight: 300;
}
.card_table table tr td{
    padding: 12px 7px;
    vertical-align: middle;
    color: #212529;
    font-size: 14px;
}
.card_table table tr th:last-child{
    text-align: right;
}
.card_table table tr td:last-child{
    text-align: right;
}


/* start user css */
.title{
    font-weight: 700;
    font-size: 1.57em;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.backtitle a{
    text-decoration: none;
    float: right;
    background: #2d73c9;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 15px;
    border-radius: 5px;
    color: #fff;
}

.backtitleadd{
    background: #1665c5!important;
}

.card_body .form-group{
    margin-bottom: 10px;
    position: relative;
}
.card_body label {
    display: inline-block;
    font-size: .8571em;
    margin-bottom: 5px;
    color: #9a9a9a;
}
.card_body .form-control[disabled], .card_body .form-control[readonly], .card_body fieldset[disabled] .form-control {
    background-color: #e3e3e3 !important;
    color: #888;
    cursor: not-allowed;
}
.card_body .form-group .form-control, .card_body .input-group .form-control{
    padding: 10px 18px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #2c2c2c;
    line-height: normal;
    height: auto;
    font-size: .8571em;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    box-shadow: none;
}
.card_body .form-group .form-control:focus{
    border:1px solid #f96332;
}
.card_body .form-group textarea {
    max-width: 100%;
    max-height: 80px;
    padding: 10px 10px 0 0;
    resize: none !important;
    border: none !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 0 !important;
    line-height: 2 !important;
    border-radius: 0px !important;
}5
.card_body .form-group textarea:focus{
    border:1px solid #f96332 !important;
}
.bg_profile_img{
    width: 100%;
}
.bg_profile_img img{
    width: 100%;
    border-radius: 5px 50px 0px 0px;
    height: 130px;
}
.user_img{
    width: 120px;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 20px;
    height: 120px;
}
.user_img img{
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 17px 0px #ccc
}
.user_name{
    width: 96%;
    margin: auto;
    padding:0px 50px 10px 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.user_name a{
    color:#f96332;
    text-decoration: none;
    transition: .3s;
}
.user_name a:hover{
    text-decoration: underline;
}
.user_name a h5{
    font-weight: 700;
    color:#f96332;
}
.user_name p{
    color: #9a9a9a;
    font-weight: 300;
    font-size: 1.14em;
}
.social_box{
    display: flex;
    justify-content: center;
    padding: 30px 0px 10px 0px;
    gap: 50px;
}
.social_box li{
    list-style-type: none;
}
.social_box li a{
    font-size: 15px;
    color:#f96332;
    transition: .5s;
}
.social_box li a:hover{
    color:#f96332c9;
}
/* end user css */

/* start notification css */
.bg_info{
    background-color: #46b3ff;
}
.bg_primary{
    background-color: #fa764b;
}
.bg_success{
    background-color: #1be611;
}
.bg_warning{
    background-color: #ffbc50;
}
.bg_danger{
    background-color: #ff5050;
}
.Notifications_style{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    border-radius: .1875rem;
    color: #fff;
    padding-top: .9rem;
    padding-bottom: .9rem;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
}
.notficationSpan3 i{
    cursor: pointer;
}
.notification2{
    display: flex;
    align-items: center;
}
.bg_info .notficationSpan3 i{
    font-size: 18px;
    -webkit-text-stroke: 1px #46b3ff;
    margin-left: 15px;
}
.bg_primary .notficationSpan3 i{
    font-size: 18px;
    -webkit-text-stroke: 1px #fa764b;
    margin-left: 15px;
}
.bg_info .notficationSpan3 i{
    font-size: 18px;
    -webkit-text-stroke: 1px #46b3ff;
    margin-left: 15px;
}
.bg_info .notficationSpan3 i{
    font-size: 18px;
    -webkit-text-stroke: 1px #46b3ff;
    margin-left: 15px;
}
.bg_success .notficationSpan3{
     font-size: 18px;
     margin-left: 15px;
     -webkit-text-stroke: 1px #1be611;
 }
 .bg_warning .notficationSpan3{
     font-size: 18px;
     margin-left: 15px;
     -webkit-text-stroke: 1px #ffbc50;
 }
 .bg_danger .notficationSpan3{
     font-size: 18px;
     margin-left: 15px;
     -webkit-text-stroke: 1px #ff5050;
 }
.notficationSpan1 i{
    margin-right: 15px;
}
/* end notification css */

/* start user profile css */
.profile_btn{
    width: 100%;
    text-align: right;
}

.profile_btn button{
    background: #0e2849;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
}

.profile_btnsubmit{
    background: #0e2849;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
}

.profile_btnbutton{
    background: #3183eb;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

.profile_btnPrivous{
    background: #898584;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
     cursor: pointer;
}



/* end user profile css */

/*.dataTables_length{
    position: absolute;
}
.dataTables_paginate {
    margin-top: -22px!important;
    padding-bottom: 20px;
}
.paginate_button{
    padding: 0px 10px;
}*/
/*.dataTables_paginate span{
    padding: 0px 10px;
    border: 1px solid gray;
}*/

.active-main{
    display: block!important;
}


a {
    text-decoration: none;
}


.das_card{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0px 20px;
  gap: 19px;
  align-items: center;
}
.das_card_inner{
  width: 32%;
  padding: 20px 15px;
  box-shadow: 0px 0px 23px 0px #cccccc82;
}
.card_inner{
  width: 100%;
}
.cardInner{
    margin-bottom: 10px;
}
.cardInner p{
    margin-bottom: 0;
    font-size: 13px;
}
.cardInner_btn a{
    border:1px solid red;
    padding:10px 20px;
    color:red;
    background: #fff;
    border-radius: 30px;
}
.cardInner span{
    color:red;
}
.card_inner1{
  width: 50%;
}
.card_inner1 span{
  display: inline-block;
  background: #ccc;
  font-size: 23px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  color:#fff;
}
.card_inner1 span i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card_inner1_span1{
  background:#7c63d6 !important;
}
.card_inner1_span2{
  background:#009efb !important;
}
.card_inner1_span3{
    background:#027c02 !important;
  }
.card_inner2{
  width: 50%;
  padding-left: 15px;
}
.card_inner2 h2{
  font-size: 16px;
  font-weight: 600;
}
.card_inner2 p{
  font-size: 13px;
  margin-bottom: 0;
  color:#000;
  font-weight: 600;
}



/*message*/

.alrt_success_bx {
    width: 30% !important;
    right: 0;
    height: auto!important;
}

.alrt_success_bx {
     position: absolute !important;
    width: 300px;
    padding: 9px 20px;
    background-color: green;
    color: white;
    opacity: 0;
    transition: opacity 0.6s;
    right: -100%;
    animation: slide-in 0.5s forwards;
    z-index: 999;
    margin-top: -187px;
    margin-right: 25px;
}  






.alrt_error_bx {
    width: 30% !important;
    right: 0;
    height: auto!important;
}

.alrt_error_bx {
   position: absolute !important;
    width: 300px;
    padding: 9px 20px;
    background-color: red;
    color: white;
    opacity: 0;
    transition: opacity 0.6s;
    right: -100%;
    animation: slide-in 0.5s forwards;
    z-index: 999;
    margin-top: -187px;
    margin-right: 25px;
}   

@keyframes slide-in {
    from {
        right: -100%;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}


div#client_datatable_processing {
    z-index: 99999!important;
    top: 30%!important;

} 


.badge-info-border {
    border: 1px solid #009efb;
    color: #009efb;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}


.badge-success-border {
    border: 1px solid #55ce63;
    color: #55ce63;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}

.badge-danger-border {
    border: 1px solid #ce5575;
    color: #ce5575;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}

.badge-orange-border {
    border: 1px solid #f96332;
    color: #f96332;
    background-color: #fff;
    display: inline-block;
    min-width: 80px;
}
.aboutprofile-pic{
    text-align: center;
}
     
.aboutprofile-pic img{
    width:110px;
    height: 110px;
    border-radius: 100%;
    border:5px solid #fff;
    box-shadow: 0px 0px 20px 1px #ccc;
}
.border_bottom{
    border-bottom: 1px solid #ccc;
    padding:5px 0px;
}

table th,
table td {
    white-space: nowrap!important;
    text-align: left!important;
}

#conversation_datatable_processing{
    position: absolute;
    top:0px;
}

#client_query_datatable_processing{
    position: absolute;
    top:0px;
}

i.fa.fa-plus {
    border: 1px solid #f96332;
    padding: 3px 4px 3px 4px;
    cursor: pointer;
    color: #f96332;
    font-size: 10px;
    border-radius: 50%;
}


span.next-meetting {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 2px;
    background: #f5beba;
    font-size: 9px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single{
    height: 40px !important;
    padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top:70% !important;
}
.color_name{
    color: red;
}
.drop_menu{
    height: 237px;
    overflow: scroll;
    right: 12px;
    border-top-left-radius: 23px;
    box-shadow: 1px 2px 4px 1px #bdb9b9;
}
.admin_drop_menu{
    right: 13px;
    border-top-left-radius: 23px;
    box-shadow: 1px 2px 4px 1px #bdb9b9;
}

.dataTables_empty {
    text-align: center !important;
}
.content .card{
    padding-bottom: 31px;
}
.card_title{
    display:none;
}
.navbar-nav .dropdown-menu{
    position: absolute;
    box-shadow: 0px 6px 7px 1px #ccc;
}



@media screen and (max-width: 767px) and (min-width: 200px){
    .wrapper{
        max-width: 100%;
        overflow-x: hidden;
    }
    .sidebar{
       left:-260px;
       box-shadow: 0px 0px;
       transition: .9s;
    }
    .sidebar_new{
        left: 0;
        transition: .9s;
    }
    .main-panel{
        width: calc(100% - 0px);
        transition: .9s;
    }
    .main-panel_new{
        width: calc(100% - 0px);
        margin-right: -260px;
        transition: .9s;
    }
    .fa_indent{
        display: block;
        font-size: 40px;
        -webkit-text-stroke: 2px #fff;
    }
    .navbar_nav .navbar-brand{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .navbar_btn{
        width: 20px;
        border: 0;
    }
    .navbar_btn:focus{
        box-shadow: 0px 0px 0px 0px #0000;
        outline: none;
    }
    .navbar_nav .navbar{
        padding-right: 0;
    }
    .navbar_btn span{
        display: block;
        font-size: 6px;
        color:#000;
        padding: 3px 0px;
    }
    .navbar_nav .navbar-brand{
        padding-left:0;
    }
    .navbar_nav .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 15px;
    }
    .navbar_nav #navbarSupportedContent{
        position: absolute;
        top: 70px;
        z-index: 3;
        background: #fff;
        width: 100%;
        left: 0;
        padding-bottom: 20px;
        border-top: 1px solid #ccc;
        box-shadow: 0px 17px 9px 1px #cccccc2e;
    }
    .search_icon{
        padding: 0px 15px;
    }
    .search_icon button{
        top: 4px;
        right: 27px;
    }
    .fa_close{
        display: none;
        -webkit-text-stroke: 5px #fff;
    }
    .das_card_inner{
        width:100%;
    }
    .card_dwn{
        margin-top:20px;
    }
    .card_table{
        width:100%;
    }
    
    .navbar_btn1{
        width: 20px;
        border: 0;
        position: absolute;
        right: 7px;
        top: 18px;
    }
    .navbar_btn1 span {
        display: block;
        font-size: 6px;
        padding: 3px 0px;
    }
    .card_title{
        display:block;
    }
    .card_title1{
        display:none;
    }
    .filter_box_create{
        padding:0px 8px;
    }
    .admin_drop_menu{
        border-radius: 0;
        box-shadow: none;
        padding-left: 8px;
    }
}

/* Overlay effect */
.page-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* transparent white */
    z-index: 9999;
    text-align: center;
    padding-top: 20%;
    font-size: 20px;
    color: #333;
}





























