/* .addtion_classes .form-control, .up_addtion_classes .form-control{
	padding: 0px;
}

.addtion_classes input[type="text"], .up_addtion_classes input[type="text"]{
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.addtion_classes input[type="number"], .up_addtion_classes input[type="number"] {
	box-sizing: border-box;
	padding-left: 10px;
	width: 60px;
}

.addtion_classes #image-upload .hidethis, .up_addtion_classes #image-upload .hidethis{
  max-width: 170px;
} */
.addtion_classes .form-control{
  padding: 5px 5px 5px 5px;
  min-height: 35px;
}
.addtion_classes td, th{
  padding: 0.3rem 0.5rem !important;
}
.addtion_classes input{
  width: 100%;
}
.up_addtion_classes .form-control{
  padding: 5px 5px 5px 5px;
  min-height: 35px;
}
.up_addtion_classes td, th{
  padding: 0.3rem 0.5rem !important;
}
.up_addtion_classes input{
  width: 100%;
}
.hidethis{
	display: none;
}
.messgs_tble ul{
  list-style: none;
  padding-left: 0;
}

input.readonly{
	 background: #e9ecef !important;
}

.mssgcnt{
	border:1px solid;
	padding: 5px;
	background-color: #ff0000;
	color: #fff;
	font-weight: 600;
}
.input-group-append{
    border: 1px solid rgb(193 193 193);
    padding: 6px;
    border-left: none;
	float: right;
	min-height: 38px;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.password{
	width: 92%;
	float: left;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

@media only screen and (max-width: 1281px) {

}

.star{
	color: #007bff!important;
}
#video-preview{
	width: 185px;
    height: 185px;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    background-color: #e3e8ef;
    color: #ecf0f1;
}

#video-preview label{
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #ffffff;
    width: 110px;
    height: 43px;
    font-size: 11px;
    line-height: 46px;
    border-radius: 8px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    text-align: center;
    margin-bottom: auto !important;
}
#video-preview input{
	display: none;
}

.section-title h4, .section-title h5{
  padding-right: 10px;
  float: left;
  width: auto;
}
.action-button .btn i{
  margin-right: 0px;
  font-size: 15px;
}

.section-title{
  width: 100%;
  display: block;
}
.breadcrumb{
  width: max-content;
}

.filter-green {
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}


.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  background: #dddddd;
  border: none;
  outline: none;
  border-radius: 50%;
}

.icon-button:hover {
  cursor: pointer;
}

.icon-button:active {
  background: #cccccc;
}

.icon-button__badge {
  position: absolute;
  top: -5px!important;
  right: -5px!important;
  width: 20px;
  height: 20px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
}

#notification_btn{
  position: absolute;
  right: 0px;
  top: -35px;
  display: flex;
}
.btn_url{
  padding: 8px 10px;
  line-height: 0;
  border-radius: 50%;
}
.btn_url i{
  margin-right: 0;
}
/* #breadcrumb_warp{
  margin-bottom: 20px;
} */
.buttons-excel{
  background: #2d3a55!important;
  border: 1px solid #2d3a55!important;
  color: #fff!important;
  border-radius: 5px!important;
  padding: 5px 10px!important;
}
.section-title{
  margin-bottom: 0px!important;
}

.select2-container{
  width: 100%!important;
}

td .input-group-prepend{
  border: 1px solid #c1c1c1;
  padding-left: 7px;
  border-right: none;
}

#menu_close_button{
  background: red;
  border: 1px solid red;
  font-size: 18px;
  color: aliceblue;
  right: 0px;
  position: absolute;
  z-index: 1111;
  display: none;
}
.overflow_x_auto{
  overflow-x: auto;
}
.min_width_1020{
  min-width: 1020px
}
@media (max-width: 768px) {
  #menu_close_button{
    display: block;
  }
}

@media (max-width: 427px) {
  #login_password{
    width: 91%;
  }
}

@media (max-width: 389px) {
  #login_password{
    width: 90%;
  }
}

@media (max-width: 359px) {
  #login_password{
    width: 89%;
  }
}

@media (max-width: 335px) {
  #login_password{
    width: 88%;
  }
}

@media (max-width: 314px) {
  #login_password{
    width: 87%;
  }
}

@media (max-width: 297px) {
  #login_password{
    width: 86%;
  }
}

@media (max-width: 282px) {
  #login_password{
    width: 85%;
  }
}

.text-blue{
  color: #007bff!important;
}

.call_button{
  font-size: 1.2rem;
  margin-left: 2rem;
}
.navigation-sidebar .navigation-menu{
  height: calc(80% - 40px);
}

#chat-messages a h5{
  font-size: 15px;
  padding-bottom: 5px;
}
#chat-messages a p{
  font-size: 13px;
}
#chat-messages a{
border-bottom: 1px solid #607d8b59;

}
#chat-messages .dropdown-item:active{
  background: none;
  color: none;
}

#chat-messages a span{
  font-size: 12px;
}

.caht_noti_title{
  text-align: center;
  background: #2d3a55;
  color: #fff;
  padding: 5px;
  margin-bottom: 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.chat_media_img{
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.video_call_btn{
  font-size: 18px;
  border: 1px solid #2d3a55;
  padding: 5px;
  border-radius: 50%;
}
.togglePassword{
  cursor: pointer;
}
/* .bg-primary.navigation-sidebar{
  overflow-y: scroll;
} */


/* .call_button i{
  font-size: 1.4rem;
} */
/* 
.btn i{
  margin-right: 0px;
} */

.bootstrap-datetimepicker-widget{
  z-index: 9999 !important;
  position: absolute!important;
  /* inset: auto 45.0781px -386px auto!important; */
}