.deep-media {
  display: block;
  overflow: hidden;

}

.deep-media-left {
  overflow: hidden;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  float: left;
  display: block;

}

.deep-media-left img {
  width: 50px;
  height: 50px;

}

.deep-media-right {
  display: block;
  margin-left: 60px;
}

.deep-media-left img {
  width: 100%;
  height: auto;
}

.deep-media {
  display: table;
  overflow: hidden;
}

.deep-media-left {
  overflow: hidden;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  /* float: left; */
  display: table-cell;
}

.deep-media-right {
  display: table-cell;
  padding-left: 10px;
}

.contact-view {
  display: none;
}

.deep-card:last-child,
.mine-card:last-child {
  margin-bottom: 0;
}

.no_report_wrap {
  min-height: 500px;
  padding: 150px 0;
}

.inner_service_list {
  min-width: 45%;
}

.nav_tabs {
  display: block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 80vh;
  padding-right: 20px;
}

.nav_tabs a.nav-link {
  padding: .7rem 1rem;
  margin-bottom: .5rem;
  background-color: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  display: block;
  width: 100%;
}

.errormessage {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF1616;
}

select.form-control:hover,
select.form-control:focus {
  background-color: #ffffff !important;


}

.img-div {
  position: relative;
  width: 100%;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #eee;
}

.uploadimage {
  opacity: 1;
  display: block;
  width: 100%;
  max-width: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.img_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
}

.img-div:hover .uploadimage {
  opacity: 0.3;
}

.img-div:hover .img_close_btn {
  opacity: 1;
}

.blogdtl_img {
  max-height: 450px;
  overflow: hidden;
  background-color: #eee;
}

.blogdtl_img img {
  width: auto;
  height: 100%;

}

.counter {
  display: block;
  position: absolute;
  top: -10px;
  right: -6px;
  background: #f00;
  padding: 2px;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  border: none;
  text-align: center;
  color: #ffffff;
}

.btn-search {
  position: relative;
}

.time_alert {
  position: fixed;
  z-index: 999;
  width: 100%;

}

.commonmessage {
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);

}

.close-button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  margin-left: 15px;
  font-size: 18px;
}




/* Drag & Drop an image upload css start */

.upload-container {
  width: 100%;
  text-align: center;
}

.image-preview:hover {
  background-color: #eee;
}

.image-upload-box {
  border: 2px dashed #cccccc;
  padding: 20px;
  cursor: pointer;
  background-color: #ffffff;
}

.image-upload-box p {
  margin: 0;
  color: #888888;
}

.image-upload-box:hover {
  background-color: #f9f9f9;
}

.image-preview {
  margin-top: 20px;
  display: none;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 2px dashed #cccccc;
}

.preview-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 10px;
}

.remove-image {
  padding: 8px 12px;
  background-color: #ff4d4d;
  border: none;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.remove-image:hover {
  background-color: #ff1a1a;
}


/* Drag & Drop an image upload css end */


.dtr-details .status_td {
  text-align: left !important;
  width: 100%;
}

.dtr-details .dtr-title {
  padding-right: 30px;
}

.dtr-details {
  display: block !important;
}

.quixnav .metismenu>li:hover>a,
.quixnav .metismenu>li:focus>a,
.quixnav .metismenu>li li.mm-active>a,
.quixnav .metismenu>li li a.has-arrow:hover {
  background-color: #15746C;
  color: #fff;
}

.blog-info-left .text-subheading {
  font-weight: 600;
  color: #454545;
}

.deep_action_buttons {
  float: right;
  text-align: right;
}

.deep_action_buttons li {
  display: inline-block;
  margin-bottom: .4rem;

}

.deep_action_buttons li:last-child {
  margin-left: .4rem;
}

.loginbox {
  overflow: hidden;
  border: solid 1px #FDD755;
  box-shadow: 0px 0 28px 0px rgba(255, 254, 161, .5);
}

.loginbox:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../images/login_top.png);
  width: 47px;
  height: 43px;
  z-index: 1;
}

.loginbox:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-image: url(../images/login_bottom.png);
  width: 118px;
  height: 116px;
}

.logoline {
  background-image: url(../images/Line.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  height: 2px;
  background-size: contain;
}

.auth-form {
  position: relative;
  z-index: 9;
}

.custom-dropdown .dropdown-menu a {
  border-bottom: solid 1px #eee;
}

.custom-dropdown .dropdown-menu a:last-child {
  border-bottom: none;
}

.phone-info {
  display: flex;
  overflow: hidden;
  vertical-align: middle;
}

.careerimage {
  display: inline-block;
  overflow: hidden;
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.phone-info .mdibtn {
  display: inline-block;
  margin: 0 5px;

}

.navpills .nav-link {
  border-radius: 0.5rem;
}

.btnlinks .btn {
  margin-right: 5px;
}


.terms_card h3 {
  margin-bottom: 5px;
  margin-top: 0;
  color: #26A59A;
  font-size: 1rem;
}

.terms_card ul {
  padding: 5px 0;
}

.terms_card ul li {
  list-style: disc;
  margin-left: 20px;
}

.font-big {
  font-size: 18px;
  font-weight: 500;
}

.tab_card {
  background-color: #F1F5F9;
  border: solid 1px #E4E4E4;
  margin: 15px 0 10px 0;

}

.insight_list li {
  border: solid 1px #E4E4E4;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: .5rem;
  font-size: 1rem;


}

.insight_list li span {
  font-size: .9rem;

}

.insight_list {
  max-height: 280px;
  padding-right: 20px;
  overflow-y: scroll;
}

.mine_heading {
  color: #26A59A;
  margin: 0;

}



.mine-contact {
  display: block;
  overflow: hidden;

}

.mine-contact-left {
  overflow: hidden;
  width: 50px;
  height: 50px;
  float: left;
  display: block;

}

.mine-contact-right {
  display: block;
  margin-left: 60px;
}

.mine-contact-right h6 {
  color: var(--primary);
  margin-bottom: 5px;

}

.mine-body {
  min-height: 60vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mine-body h3 {
  height: 100%;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.roles_card {
  background-color: #f1f1f1;
  box-shadow: none;
  height: 100%;
  border: 1px solid #eaeaea;

}

.roles_card .list-group-item-action {
  background-color: #ffffff;
  border: none;
}

.roles_card .list-group-item-action .form-check-label {
  color: #26A59A;

}

.roles_card .border-left {
  border-left: 1px solid #d1d1d1 !important;
}


.file-block {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 8px 0;
  color: initial;
  display: block;
}

.file-block>span.name {
  padding-right: 10px;
  width: max-content;
  display: block;
  padding: 10px;
}

.file-delete {
  display: block;
  width: 28px;
  color: initial;
  background-color: #f00;
  font-size: 19px;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
  float: right;
  text-align: center;
  height: 28px;
  line-height: 29px;
  margin: 7px 7px 0 0;
  border-radius: 6px;
  color: #ffffff;
}

.file-delete:hover {
  background-color: rgb(158, 1, 1);
}

.file-delete>span {
  transform: rotate(45deg);
  display: block;
}

.firm_list {
  padding-left: 20px;
}

.firm_list li {
  font-size: 14px;
  list-style: disc;
  color: var(--primary);

}

.notes_text {
  color: var(--primary);
  font-size: 14px;
  line-height: normal;

}

.notes_text a {
  text-decoration: underline;
}

.version-tag {
	position: fixed;
	margin: 0 auto;
	background-color: #d52353;
	text-align: center;
	padding: 5px 10px;
	border-radius: 0 0 5px 5px;
	color: #fff;
	z-index: 999;
	display: block;
	font-weight: 600;
	border: solid 1px #ae002a;
	border-top: 0;
	left: 0;
	right: 0;
	top: 0;
	max-width: 100px;
	font-size: 14px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.header .header-content h2 {
  color: #26A59A;
  font-size: 1.5rem;
  margin: 0;

}

.header {
  height: 4rem;
  z-index: 1;
  position: relative;
  padding: 0rem;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding-left: 19rem;
  transition: all .2s ease;
}

.header .header-content {
  height: 100%;
  padding-left: 0;
  padding-right: 1.875rem;
  align-items: center;
  display: flex;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .quixnav .metismenu>li:hover>ul ul a {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  margin-left: 0;
  /* margin-left: -.1rem; */

}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .header {
  padding-left: 19rem;
  width: 100%;
}


@media only screen and (min-width: 768px) {
  [data-sidebar-style="mini"] .quixnav .metismenu li>ul {
    position: absolute;
    left: 3.75rem;
    top: 2.9375rem;
    width: 11.875rem;
    z-index: 1001;
    display: none;
    padding-left: 0;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
    height: auto !important;
  }
}

.gradient-custom-2 {
  background: linear-gradient(135deg, #037773 0%, #26A59A 100%);

}


@media only screen and (min-width: 768px) and (max-width:1199px) {
  a.long_text span {
    display: block;
    margin-left: 0;
    margin-top: -5px;
    position: absolute;
  }

  .insightsbtn {
    float: left;
    margin-top: 15px;
  }

  .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }

}






@media only screen and (min-width: 1400px) and (max-width:1600px) {
  .registerbox .auth-form {
    padding: 20px 50px;
  }

  .signup-image {
    margin: 5px 0 10px 0 !important;
  }

  .registerbox h3 {
    margin: 10px 0 !important;
  }


}


.summer_header h4 {
  /* display: block; */
  /* float: left; */
  position: absolute;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .header {
    padding-left: 19rem !important;
  }
}

[data-sidebar-style="mini"] .header {
  width: 100%;
  padding-left: 15rem;
}

/* .login_v2:before {
   content: "";
   position: fixed;
   width: 100%;
   height: 100%;
   background: url("../images/loginbg.jpg");
   background-position: center;
   background-size: cover;
 } */
.authincation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: url("images"), #000; */
  background: url("../images/loginbg1.jpg");
  background-position: center;
  background-size: cover;
}

/* .login_v2:before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   background: url("../images/loginbg2.jpg");
   background-position: center;
   background-size: cover;
 } */



.login_v2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/loginbg.jpg");
  background-position: center;
  background-size: cover;
  background-color: #123c41;
  background-repeat: no-repeat;
}

.connected {
  position: absolute;
  right: 14px;
  top: 24px;
  background: #fff;
  color: #0f7c8a;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 30px;
  border: solid 1px #0d4046;
}

/* .connect {
  position: absolute;
  right: 14px;
  top: 24px;
  background: #fff;
  color: #a4a4a4;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 30px;
  border: solid 1px #a4a4a4;
} */

a.text-decoration {
  text-decoration: underline;
}

a.text-decoration:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .d-none-mob {
    display: none !important;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .d-none-mob {
    display: none !important;
  }
}




/**
 * Avatar-upload
 */

 .avatar-upload {
  position: relative;
  max-width: 150px;
  margin: 25px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 12px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 2px solid #26A59A;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  font-size: 1.1rem;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #26A59A;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #1C1B1F;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #8C8C8C;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}


/**
 * Simple HTML/CSS switch
 */
 .switch {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 22px;
  border-radius: 20px;
  background: #DFEAF2;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.switch::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
  background: #26A59A;
}

input:checked+.switch::before {
  left: 23px;
  background: #fff;
}

input:checked+.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.Services_list li {
  display: block;
  width: 100%;
  float: left;
  padding: 5px 0;
  font-size: .9rem;
  color: #454545;



}
.h_60 {
  min-height: 60vh;
}

.h_80 {
  min-height: 80vh;
}

.profile-header .card-title {
  color: #ffffff;

}

.profile-header {
  padding: 1.25rem 1.25rem 5rem 1.25rem;
  background-color: #26A59A;
}

.profile-card {
  background-color: #F1FFFC;
}

.refresh_btn {
  color: #1C1B1F;
  font-size: 1.3rem;
  padding: 5px;

}

.value_text {
  font-weight: 700;
  display: inline;
  font-size: 1.1rem;

  color: #26A59A;

}

.profile-card h6 {
  font-size: 1rem;
}

.status_td {
  width: 150px;
  text-align: right !important;
}



/* NEW CSS FOR LOGIN */

.login_wrap {
  position: relative;

  background: linear-gradient(291.84deg, rgba(103, 101, 150, .6) 15.63%, rgba(238, 150, 16, .6) 38.21%, rgba(213, 35, 83, .6) 66.9%, rgba(38, 165, 154, .6) 100%);

}

.login_wrap:before {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background-size: auto;
  background-image: url(../images/loginbg.png);
  content: "";
}