body{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight: 400;
}
html,body{
    height:100%;
}
.flx_0{
    flex:0 0 auto;
}
.flx_1{
    flex:1 1 auto;
}

.bg_gradient_1
{
    background:#fff;
}
.logo {
  font-weight: bold;
  color: #ffffff;
  font-size: 23px;
  white-space: nowrap;
  text-align: center;
  padding: 9px 0px;
  border-bottom: 1px solid #dedede;
}
.logo img{
	width:150px;
}
.aside_nav li,
.aside_nav ul{
list-style: none;
}
.aside_nav ul{
    padding:0px;
}
.aside_nav{
    overflow-y:auto;
    overflow-x:hidden;
}
.aside_nav li a{
font-weight: 600;
text-decoration: none;
color: #333;
padding: 10px 10px 10px 50px;
margin-bottom: 3px;
display: block;
position: relative;
}
.admin_right{
    padding:0px 0px 15px 0px;
    background:#f2f2f2;
	
}
.aside_nav li a.aside_nav_active,
.aside_nav li a:hover{
    background: #f2f2f2;
  
    color: rgba(0,0,0,0.9);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.aside_nav li a i {
  font-size: 24px;
  padding-right: 5px;
  position: absolute;
  left: 12px;
  top: 8px;
  line-height: 0;
}
.admin_aside{
  box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
  z-index: 2;
}
.aside_nav li a.aside_nav_active i,
.aside_nav li a:hover i{
    color: #5d49e8;
}
.footer_copy {
    font-size: 12px;
    white-space: nowrap;
    color: rgba(255,255,255,0.6);
}
.res_menu{
    cursor: pointer;
}
.res_menu i{
    font-size: 36px;
    line-height: 0;
}

.res_menu i.bi-list{
    font-size: 36px;
   }
.res_menu i.bi-x-lg{
    font-size: 19px;
    
    padding-left:7px;
}
.page_head{
    font-weight: 600;
    font-size:22px;
}
.bld_txt_1{
    font-weight: bold;
    font-size:13px;
}
.font_1x{
    font-size:11px;
}
.txt_clr_1{
    color:rgba(0,0,0,0.5);
}
.profile_img img{
    width: 35px;
    height: 35px;
    border-radius: 6px;
}
.dashboarddesign b{
	font-weight:normal;
}
.dashboarddesign h4 {
  font-size: 30px;
  margin-top: 6px;
}
.cursor{
cursor:pointer
}
.prof_top .dropdown-toggle:after{
    margin-top: 14px !important;
}
.font_2x *{
font-size:13px;
}
.info_wrapper{
    overflow-y: auto;
    padding:20px;
}
.main_header{
    background: #fff;
border-radius:0;
box-shadow:0px 2px 2px  rgba(0,0,0,0.2);
padding: 7px 10px;
}
.icon_1x{
    font-size:15px;
}
.Edit_i{
    font-size:18px;
    cursor: pointer;
    color:#198754
}
.remove_i{
    font-size:18px;
    cursor: pointer;
    color:#dc3545
}
.txt_600{
    font-weight:600
}
.admin_aside,
.admin_right{
    transition:all 0.3s ease-in-out;
}
.admin_aside_on{
    width: 78px;
overflow: hidden;
white-space: nowrap;
transition:all 0.3s ease-in-out;
}

.admin_right_on{
width:calc(100% - 78px);
transition:all 0.3s ease-in-out;
}
.admin_aside.admin_aside_mobile_on{
    left:0px !important;
    transition:all 0.3s ease-in-out;
}
.img_3x{
    width:200px;
    height:250px
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.panel_box{
    background:#fff;
}
.edit_i{
    font-size:18px;
    cursor: pointer;
}
.remove_i{
    font-size:18px;
    cursor: pointer;
}

.answer_editor{
	height:140px;
	width:100%;
}

.btn:not(.btn-sm){
 
 font-size:14px;
 font-weight: 600;
}
.btn.btn-sm{
    font-size:13px;
}
.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap{
    border-color: #ccc !important;
    border-radius: 25px !important;
}
label.error{
    color:red;
    font-size: 11px;
        position: absolute;
    top: 100%;
    pointer-events:none
}
.form-control.error{
    border-color:red;
}
.hide_div{
    display:none
}



.c-checkbox {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.c-checkbox input[type=checkbox],
.c-checkbox input[type=radio] {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    height: 15px;
    width: 15px;
    padding: 0;
    border: 0;
    left: 0;
}
.c-checkbox input[type=checkbox] *,
.c-checkbox input[type=radio] *{
	cursor:pointer;
}
.c-checkbox *{
cursor:pointer	
}
.c-checkbox .c-checkbox__img {
    color: #1B7E5A;
    cursor: pointer;
    height: 16px;
    pointer-events: none;
    -ms-pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
	 background-color: transparent;
    border: 2px solid #1B7E5A;
	box-sizing: border-box !important;
}

.c-checkbox input[type=checkbox]:checked + .c-checkbox__img:before {   
   content: "\f00c";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 12px !important;
opacity: 1;
position: absolute;
color: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
line-height: 12px;
background: #0172dc
}
.c-checkbox input[type=checkbox]:disabled + .c-checkbox__img
{
	border-color: #A8A8A8 !important;
    background: #F7F7F7 !important;
}

.c-checkbox .c-radio__img {
    color: #0172dc;
    cursor: pointer;
    height: 20px;
    pointer-events: none;
    -ms-pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    background-color: transparent;
    border: 2px solid #0172dc;
    border-radius: 50%;
}
.c-checkbox input[type="radio"]:checked + .c-radio__img{
    background: #0172dc
}
.c-checkbox input[type=radio]:checked + .c-radio__img:before {
    content: "\f26e";
    font-family: 'bootstrap-icons' !important;
    font-size: 25px;
    opacity: 1;
    position: absolute;
    color: #fff;
    top: 1px;
    bottom: 0;
    left: -5px;
    right: 0;
    text-align: center;
    line-height: 12px;

}
.cus_checkbox .switch {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.cus_checkbox,
.cus_checkbox > span {
    display: inline-block;
    vertical-align: middle;
}
.ViewLink{
    color:#0d6efd
}
.icon-2x{
    font-size:20px;
}
.cursor-pointer{
cursor: pointer;
}
.k-autocomplete, .k-autocomplete.k-header{
    border-radius: 25px;
    border-color: #ccc;
}
.date_input.k-datepicker .k-picker-wrap{
    border-radius: 25px;
    border-color: transparent;
}
.date_input.k-datepicker .k-select{
background:transparent !important
}
.k-autocomplete{
    position:relative
}
.k-autocomplete:after{
    position: absolute;
    content: "";
    background: url('../images/search_icon.png') no-repeat center center;
        background-size: auto;
    width: 28px;
    height: 100%;
    background-size: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_input input{
    padding-left: 23px !important;
}
.k-grid th{
font-weight: 600 !important;
}
.k-autocomplete{
    flex-flow: column nowrap
}
.k-autocomplete label.error{
    position: absolute;
    top: 100%;
    pointer-events: none;
}
.area_h2{
    height:100px
}
.brd_rad_1{
    border-radius:10px;
}
.hide_panel{
	display:none;
}
.prof_img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.c_date {
    font-size: 12px;
    opacity: 0.8;
}
.cs_pl_1 {
    padding: 15px 10px 0px 0px;
    margin-left: 50px;
}
.c_likeUn i {
    font-size: 18px;
}

.bb_1 {
    border-bottom: 1px solid #ccc;
}

.shadow_1{
	box-shadow: 0px 5px 50px 0px rgb(0, 0, 0, 12%);
	border-radius: 7px;
	padding: 10px 15px 15px 15px;
}
select.form-control {
    background: url('../images/down_arrow.png') no-repeat 95% center;
        background-color: rgba(255, 255, 255, 1);
        background-size: auto;
    background-size: 14px;
    padding-right: 25px;
    
}
.loading{
   position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('../images/loading.gif') no-repeat center center rgba(255,255,255,0.5);
z-index: 999999;
}

.row > div{
    position:relative;
}

.alert_fix{
    position:fixed;
    top:50px;
    right:25px;
    z-index:2;
}
.logo_login.text-cener {
    text-align: center;
}
.head_2{
font-weight:700;
}

.logo_login img {
    height: 80px;
}
.td_wnp td, .td_wnp th{
white-space: nowrap !important;
}
.not_cir{
    width:20px;
    height:20px;
}
.RowUndread{
    background-color: #fbdddf !important;
}