*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bg-blue{
  background-color: #050D5B;
}
.text-blue{
  color: #050D5B;
}
.hovers{
  transition: all 0.2s;
  cursor: pointer;
}
.hovers:hover{
  opacity: 0.8;
}
.cursor-pointer{
  cursor: pointer;
}
.text-black{
  color: #000 !important;
}
.table-responsive {
  overflow-x: auto;
}
.table-responsive::-webkit-scrollbar{
  display: none !important;
}
.list-icon{
  z-index: 11 !important;
}
.side-bar::-webkit-scrollbar{
  display: none;
}
.side-bar{
  position: fixed;
  left: -340px;
  transition: all 0.2s;
  background-color: #fff;
  z-index: 2;
  overflow-y: scroll;
  height: 100vh;
  min-height: 100vh;
}
.side-item.active, .side-item:hover{
  background-color: #F8F9FB;
  border-radius: 10px;
  cursor: pointer;
}
.side-item.active .icon{
  color: #DFAE00;
}
.side-item.active h6{
  color: #000;
}
.side-item.active::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 25px;
  border-radius: 0 20px 20px 0;
  background-color: #DFAE00;
  left: 0;
}
.nav-item{
  background-color: #fff;
}
.nav-item.active{
  background-color: #040726;
  color: #fff;
}
.head-imgs img:first-child{
  width: 400px;
  height: 300px;
}
.head-imgs img:nth-child(2){
  width:400px ;
  height:300px ;
  transform:translate(30px,30px);
}
.head-imgs img:nth-child(3){
  width:120px ;
  height:120px ;
  transform:translate(340px,240px);
}
/* .head-cards{
  margin-top: 200px;
} */
.head-text{
  padding-left: 80px !important ;
}
@media (max-width:992) {
  .head-text{
    padding-left: 0px;
  }
}
@media (max-width:860px) {
  .head-text{
    padding-left: 80px !important;
  }
}
@media (max-width:767px) {
  .head-text{
    padding-left: 0 !important;
    margin-top: 400px !important;
  }
}
@media (max-width:520px) {
  .head-imgs img:first-child{
    width: 250px;
    height: 200px;
  }
  .head-imgs img:nth-child(2){
    width: 250px;
    height: 200px;
  }
  .head-imgs img:nth-child(3){
    transform:translate(190px,140px);
  }
  .head-text{
    margin-top: 300px !important;
  }
}
.span-after::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 500px;
  left: 15px;
  background-color:#9B9B9B ;
}
.services-items{
  transform: translateX(100px);
  width: 400px;
}
@media (max-width:600px) {
  .services-items{
    transform: translateX(0px);
    width: 350px;
  }
  .span-after::after{
    display: none;
  }
}
.indicator{
  width: 40px;
  height: 6px;
  border-radius: 20px;
  border: 1px solid #737373;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 1;
}
.indicator.active{
  width: 60px;
  height: 6px;
  background-color: #000;
  border-radius: 20px;
  border: 1px solid #737373;
}
.type_msg {
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	height: 60px !important;
	overflow-y: auto;
}

.type_msg:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.attach_btn {
	border-radius: 15px 0 0 15px !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
    height: 100%;
	color: white !important;
	cursor: pointer;
}

.send_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
    height: 100%;
	color: white !important;
	cursor: pointer;
}

.search_btn {
	border-radius: 0 15px 15px 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border: 0 !important;
	color: white !important;
	cursor: pointer;
}

.contacts {
	list-style: none;
	padding: 0;
}

.contacts li {
	width: 100% !important;
	padding: 5px 10px;
	margin-bottom: 15px !important;
}

.active {
	background-color: rgba(0, 0, 0, 0.3);
}

.user_img {
	height: 60px;
	width: 60px;
	border: 1.5px solid #f5f6fa;
}

.user_img_msg {
	height: 40px;
	width: 40px;
	border: 1.5px solid #f5f6fa;
}

.img_cont {
	position: relative;
	height: 70px;
	width: 70px;
}

.img_cont_msg {
	height: 40px;
	width: 40px;
}

.online_icon {
	position: absolute;
	height: 15px;
	width: 15px;
	background-color: #4cd137;
	border-radius: 50%;
	bottom: 13px;
	right: 13px;
	border: 1.5px solid white;
}

.offline {
	background-color: #c23616 !important;
}

.user_info {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}

.user_info span {
	font-size: 20px;
	color: #000;
}

.user_info p {
	font-size: 10px;
	color: #000;
}

.video_cam {
	margin-left: 50px;
	margin-top: 5px;
}

.video_cam span {
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
}

.msg_cotainer {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 10px;
	border-radius: 25px;
	background-color: #F2F2F2;
	padding: 10px;
	position: relative;
}

.msg_cotainer_send {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	border-radius: 25px;
	background-color: #F2F2F2;
	padding: 10px;
	position: relative;
}

.msg_time {
	position: absolute;
	left: 0;
	bottom: -15px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
}

.msg_time_send {
	position: absolute;
	right: 0;
	bottom: -15px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
}

.msg_head {
	position: relative;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #34C759;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.inputs-width{
  width:400px !important;
}
@media (max-width:550px) {
  .inputs-width{
    width: 100% !important;
  }
}
.upload img {
  width: 150px;
  height: 150px;
  display: flex;
  border-radius: 50%;
  border: 1px solid rgba(61, 181, 136, 1);
}
.upload input {
  display: none;
}
.upload-image{
  width: 100%;
  border:dashed 1px #9D97B5;
  cursor:pointer;   
  border-radius: 10px;
}
.upload-image:hover{
  opacity: 0.6;
}
.btn-outline-blue {
  color: #050D5B !important;
  border-color: #050D5B !important;
}
.btn-outline-blue:hover {
  background-color: #050D5B !important;
  color: #fff !important;
  border-color: #050D5B !important;
}
.btn-blue {
  background-color: #050D5B !important;
  color: #fff !important;
  border-color: #050D5B !important;
}
.btn-blue:hover{
  opacity: 0.8 ;
}
.frame{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 120px;
  border-radius: 10px;
  border: 1px dashed black;
  margin: auto;
}