.no-padding {
  padding: 0;
}

.login-left-panel {
  display: flex;
  gap: 15px;
  text-align: center;
}
.login-left-panel h1._logo {
  width: 212px;
}
@media (max-width: 1440px) {
  .login-left-panel h1._logo {
    width: 150px;
  }
}
.login-left-panel h1._logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.login-left-panel h1._logo .mob-logo {
  display: none;
}
.login-left-panel .l-panel-content {
  text-align: center;
}
.login-left-panel .l-panel-content small {
  font-size: 1.25rem;
}
@media (max-width: 1440px) {
  .login-left-panel .l-panel-content small {
    font-size: 1rem;
  }
}

.rp-content {
  padding: 0px 260px;
  display: flex;
  gap: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.rp-content::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(134, 155, 138, 0.9);
}
.rp-content .rp-header, .rp-content .login-form {
  z-index: 1;
  position: relative;
}
.rp-content .rp-header h2, .rp-content .rp-header p {
  color: #fff;
}
.rp-content .rp-header h2 {
  font-size: 2.813rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.rp-content .rp-header h2 span.key-icon {
  transform: rotate(90deg);
  display: flex;
  width: 44px;
  position: absolute;
  left: -11px;
}
@media (max-width: 1440px) {
  .rp-content .rp-header h2 span.key-icon {
    width: 37px;
    top: 7px;
  }
}
@media (max-width: 1440px) {
  .rp-content .rp-header h2 {
    font-size: 1.563rem;
  }
}
.rp-content .rp-header p {
  font-size: 1.125rem;
}
@media (max-width: 1440px) {
  .rp-content .rp-header p {
    font-size: 0.938rem;
  }
}
.rp-content .rp-header p strong {
  font-weight: normal;
  font-family: "PoppinsBold";
}
.rp-content .form-label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-family: "PoppinsBold";
  line-height: 45px;
}
@media (max-width: 11440px) {
  .rp-content .form-label {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.rp-content .form-control {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  height: 50px;
  background: transparent;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .rp-content .form-control {
    height: 45px;
  }
}
.rp-content .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.rp-content .form-control::-moz-placeholder {
  font-size: 16px;
  color: #fff;
}
.rp-content .form-control::placeholder {
  font-size: 16px;
  color: #fff;
}
.rp-content .form-control.l-spacing::-moz-placeholder {
  letter-spacing: 0.9px;
  position: relative;
  top: 4px;
}
.rp-content .form-control.l-spacing::placeholder {
  letter-spacing: 0.9px;
  position: relative;
  top: 4px;
}
.rp-content .mb-3 {
  margin-bottom: 34px !important;
}
@media (max-width: 1440px) {
  .rp-content .mb-3 {
    margin-bottom: 25px !important;
  }
}
.rp-content .mb-3.form-check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px !important;
}
.rp-content .mb-3.form-check input.form-check-input {
  border-radius: 4px !important;
  border: 2px solid rgba(255, 255, 255, 0.28);
  width: 22px;
  height: 22px;
  background-color: transparent;
}
.rp-content .mb-3.form-check input.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
}
.rp-content .mb-3.form-check .form-check-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal; /* font-weight: 400; */
  line-height: normal;
  position: relative;
  top: 2px;
  letter-spacing: 0.5px;
}
.rp-content .link-grup a {
  color: #FFF;
  font-size: 14px;
  font-style: normal; /* font-weight: 400; */
  line-height: normal;
  position: relative;
  top: 2px;
  letter-spacing: 0.5px;
}
.rp-content .link-grup a:hover {
  text-decoration: underline;
}
.rp-content button.cmn-button {
  display: inline-flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 10px;
  border: 2px solid #FFF;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-family: "PoppinsBold";
  line-height: normal;
  text-transform: uppercase;
}
.rp-content button.cmn-button:hover {
  background-color: #fff;
  color: #000;
}
.rp-content .mt-60 {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .rp-content .mt-60 {
    margin-top: 30px;
  }
}

._not-info {
  width: 40%;
  padding: 40px;
}
@media (max-width: 1199px) {
  ._not-info {
    width: 45%;
    padding: 20px;
  }
}

span.password_icon {
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.rp-content.owner-page-change-pass {
  padding: 30px 0px;
}
.rp-content.owner-page-change-pass:after {
  display: none;
}
@media (max-width: 991px) {
  .rp-content.owner-page-change-pass {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .rp-content.owner-page-change-pass {
    margin: 0;
  }
}
.rp-content.owner-page-change-pass form {
  width: 100%;
}
.rp-content.owner-page-change-pass form .form-label {
  color: #000;
}
.rp-content.owner-page-change-pass form .form-control {
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.28);
  height: 50px;
  background: transparent;
  color: #000;
  font-size: 16px;
}
.rp-content.owner-page-change-pass form .form-control::-moz-placeholder {
  color: rgba(101, 120, 134, 0.1411764706);
}
.rp-content.owner-page-change-pass form .form-control::placeholder {
  color: rgba(101, 120, 134, 0.1411764706);
}
.rp-content.owner-page-change-pass form button.cmn-button {
  border-color: #000;
  color: #000;
  background: transparent;
}
.rp-content.owner-page-change-pass form button.cmn-button:hover {
  background: #000;
  color: #fff;
}
.rp-content.owner-page-change-pass .img-div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}
.rp-content.owner-page-change-pass .img-div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.rp-content.owner-page-change-pass .img-div button {
  position: absolute;
  top: -6px;
  right: -10px;
}
.rp-content.owner-page-change-pass ._defult-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

h4.note-title {
  font-size: 16px;
  margin-bottom: 10px;
}

ul.password-note {
  display: flex;
  flex-direction: column;
}
ul.password-note li {
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.choose_file {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  border: #000000 solid 2px;
  width: auto;
  padding: 8px 12px;
  color: #000000;
  margin-top: 2px;
  cursor: pointer;
}
.choose_file:hover {
  background: #869B8A;
  border-color: #869B8A;
  color: #fff;
}
.choose_file span:hover {
  cursor: pointer;
}

.choose_file input[type=file] {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.dashboard-wrapper h3 {
  text-transform: capitalize;
  font-family: "PoppinsBold";
  font-size: 1.25rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  .dashboard-wrapper h3 {
    font-size: 1.125rem;
  }
}

.dashboard-navigation {
  padding: 15px 76px;
  position: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 111;
}
@media (max-width: 1680px) {
  .dashboard-navigation {
    padding: 15px 50px;
  }
}
@media (max-width: 1440px) {
  .dashboard-navigation {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .dashboard-navigation {
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .dashboard-navigation {
    padding: 30px 0px 90px;
    background: #869B8A;
    z-index: inherit;
    position: relative;
  }
}
.dashboard-navigation .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.dashboard-navigation .nav-wrapper .logo-sec a .desx-logo {
  display: inline-flex;
}
.dashboard-navigation .nav-wrapper .logo-sec a .mob-logo {
  display: none;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .logo-sec a .desx-logo {
    display: none;
  }
  .dashboard-navigation .nav-wrapper .logo-sec a .mob-logo {
    display: inline-flex;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec {
    margin-left: auto;
    gap: 10px;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec button {
  font-size: 22px;
  font-weight: 600;
  background: transparent;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec button {
    color: #fff;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec .profile_info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard-navigation .nav-wrapper .top-info-sec .profile_info span.profile_img {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #869B8A;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec .profile_info span.profile_img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 400px) {
  .dashboard-navigation .nav-wrapper .top-info-sec .profile_info span.profile_img {
    display: none;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec .profile_info span.profile_img h5 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-family: "PoppinsSemiBold";
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec .profile_info span.profile_img h5 {
    color: #869B8A;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec .profile_info span.profile_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec .profile_info span.profile_img {
    background: #fff;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec .profile_info .profile_details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec .profile_info .profile_details {
    gap: 0px;
    display: none;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec .profile_info .profile_details b {
  font-size: 16px;
  font-style: normal;
  font-family: "PoppinsSemiBold";
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec .profile_info .profile_details b {
    color: #fff;
  }
}
.dashboard-navigation .nav-wrapper .top-info-sec .profile_info .profile_details small {
  color: #B1B1B1;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .top-info-sec .profile_info .profile_details small {
    color: #fff;
  }
}
.dashboard-navigation .nav-wrapper .small-menu {
  display: none;
}
@media (max-width: 767px) {
  .dashboard-navigation .nav-wrapper .small-menu {
    display: inline-flex;
    background: transparent;
    color: #fff;
    font-size: 1.875rem;
    margin-left: 0px;
  }
}

.dashboard-body {
  padding-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  .dashboard-body {
    padding-top: 0px;
    z-index: inherit;
    background: transparent;
    margin-top: -75px;
  }
}
.dashboard-body .dashboard-left-navigation {
  width: 420px;
  position: fixed;
  height: 100vh;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1111;
  background: #fff;
}
@media (max-width: 1680px) {
  .dashboard-body .dashboard-left-navigation {
    width: 310px;
  }
}
@media (max-width: 1366px) {
  .dashboard-body .dashboard-left-navigation {
    width: 315px;
  }
}
@media (max-width: 1199px) {
  .dashboard-body .dashboard-left-navigation {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .dashboard-body .dashboard-left-navigation {
    width: 215px;
  }
}
@media (max-width: 767px) {
  .dashboard-body .dashboard-left-navigation {
    transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transition: transform 0.3s ease-out;
    top: 0;
    width: 300px;
  }
}
.dashboard-body .dashboard-left-navigation ul {
  padding: 30px 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 1680px) {
  .dashboard-body .dashboard-left-navigation ul {
    padding: 30px 50px;
  }
}
@media (max-width: 1366px) {
  .dashboard-body .dashboard-left-navigation ul {
    padding: 30px 34px;
  }
}
@media (max-width: 1199px) {
  .dashboard-body .dashboard-left-navigation ul {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .dashboard-body .dashboard-left-navigation ul {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .dashboard-body .dashboard-left-navigation ul {
    padding: 30px 15px;
    padding-top: 40px;
  }
}
.dashboard-body .dashboard-left-navigation ul li a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
}
@media (max-width: 1440px) {
  .dashboard-body .dashboard-left-navigation ul li a {
    font-size: 0.875rem;
  }
}
.dashboard-body .dashboard-left-navigation ul li a span {
  margin-right: 19px;
  font-size: 22px;
}
@media (max-width: 1440px) {
  .dashboard-body .dashboard-left-navigation ul li a span {
    font-size: 18px;
    margin-right: 10px;
  }
}
.dashboard-body .dashboard-left-navigation ul li a:hover {
  color: #869B8A;
}
.dashboard-body .dashboard-left-navigation ul li a.active {
  color: #869B8A;
}
.dashboard-body .dashboard-left-navigation .support {
  padding: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
@media (max-width: 1680px) {
  .dashboard-body .dashboard-left-navigation .support {
    padding: 50px;
  }
}
@media (max-width: 1366px) {
  .dashboard-body .dashboard-left-navigation .support {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .dashboard-body .dashboard-left-navigation .support {
    padding: 50px 25px;
  }
}
@media (max-width: 991px) {
  .dashboard-body .dashboard-left-navigation .support {
    padding: 30px 15px;
  }
}
.dashboard-body .dashboard-left-navigation .support .support_heading {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1440px) {
  .dashboard-body .dashboard-left-navigation .support .support_heading {
    font-size: 14px;
  }
}
.dashboard-body .dashboard-left-navigation .support .support_heading span {
  margin-right: 19px;
  font-size: 22px;
}
@media (max-width: 1440px) {
  .dashboard-body .dashboard-left-navigation .support .support_heading span {
    font-size: 18px;
    margin-right: 10px;
  }
}
.dashboard-body .dashboard-left-navigation .support .support_heading button.dropdown-item {
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
  font-weight: 600;
}
.dashboard-body .dashboard-left-navigation .support .support_heading button.dropdown-item:hover {
  background: transparent;
  color: #869B8A;
}
.dashboard-body .dashboard-left-navigation .support a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 45px;
  display: inline-flex;
  gap: 3px;
}
.dashboard-body .dashboard-left-navigation .support a b {
  font-weight: normal;
  padding-left: 5px;
  text-decoration: underline;
  display: inline-block;
}
@media (max-width: 1600px) {
  .dashboard-body .dashboard-left-navigation .support a {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .dashboard-body .dashboard-left-navigation .support a {
    font-size: 12px;
  }
}
.dashboard-body .dashboard-left-navigation button.back-togel-button {
  position: absolute;
  right: 3px;
  top: 3px;
  background: transparent;
  font-size: 20px;
  color: #869B8A;
  display: none;
}
@media (max-width: 767px) {
  .dashboard-body .dashboard-left-navigation button.back-togel-button {
    display: flex;
  }
}
.dashboard-body .dashboard-left-navigation.side_nave_in {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.dashboard-body .dashboard-right-body {
  margin-left: 21.2%;
  width: 78%;
  padding: 30px 70px;
  position: relative;
}
.dashboard-body .dashboard-right-body .overlay {
  position: absolute;
  z-index: 1;
  width: 101%;
  height: 100%;
  background: rgba(134, 155, 138, 0.7);
  display: flex;
  align-items: start;
  justify-content: center;
  top: 0;
  left: 0;
  padding-top: 20%;
}
.dashboard-body .dashboard-right-body .overlay a.cmn-button {
  padding: 20px 80px;
}
.dashboard-body .dashboard-right-body .overlay a.cmn-button:hover {
  background: #fff;
  color: #869B8A;
}
@media (max-width: 1366px) {
  .dashboard-body .dashboard-right-body {
    padding: 30px 22px 70px;
    padding-left: 110px;
  }
}
@media (max-width: 1199px) {
  .dashboard-body .dashboard-right-body {
    padding: 50px 25px 50px 70px;
  }
}
@media (max-width: 991px) {
  .dashboard-body .dashboard-right-body {
    padding: 40px 25px 40px 70px;
  }
}
@media (max-width: 767px) {
  .dashboard-body .dashboard-right-body {
    padding: 50px 25px;
    margin: 0;
    width: 100%;
    border-radius: 50px 50px 0px 0px;
    background: #fff;
    z-index: inherit;
    position: relative;
  }
}
@media (max-width: 480px) {
  .dashboard-body .dashboard-right-body {
    padding: 30px 15px;
  }
}

.status-box {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .status-box {
    margin-bottom: 35px;
  }
}
.status-box h4 {
  font-style: normal;
  text-transform: capitalize;
  font-family: "PoppinsSemiBold";
  font-size: 1rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  .status-box h4 {
    font-size: 0.938rem;
  }
}
.status-box .status-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}
.status-box .status-info .status-count {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: #869B8A;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .status-box .status-info .status-count {
    width: 50px;
    height: 50px;
  }
}
.status-box .status-info .status-count span {
  font-style: normal;
  font-family: "PoppinsBold";
  font-size: 1.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media (max-width: 1440px) {
  .status-box .status-info .status-count span {
    font-size: 1.563rem;
  }
}
.status-box .status-info p {
  margin: 0;
  font-style: normal;
  font-family: "PoppinsRegular";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.gap {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .gap {
    gap: 15px;
  }
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.dashboard-header:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  right: auto;
  top: auto;
  width: 116px;
  bottom: -2px;
  height: 2px;
  background-color: #869B8A;
  content: "";
}
.dashboard-header button.edit-button {
  background: transparent;
  font-size: 20px;
}

.profile-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
}
.profile-content .user-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-content .user-info span.profile_img {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #869B8A;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .profile-content .user-info span.profile_img {
    width: 50px;
    height: 50px;
  }
}
.profile-content .user-info span.profile_img h5 {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .profile-content .user-info span.profile_img h5 {
    font-size: 1.875rem;
  }
}
.profile-content .user-info span.profile_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.profile-content .user-info .profile_details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
}
.profile-content .user-info .profile_details b {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.profile-content .user-info .profile_details small {
  color: #B1B1B1;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}
.profile-content .email-info h5 {
  font-family: "PoppinsSemiBold";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}
.profile-content .email-info small {
  color: #B1B1B1;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}

.user-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
.user-details p {
  font-style: normal;
  font-weight: 400;
  display: flex;
  font-family: "PoppinsRegular";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.user-details p b {
  font-family: "PoppinsBold";
  padding-right: 15px;
  min-width: 85px;
  display: inline-flex;
}
.user-details p span {
  display: inline-flex;
  line-height: 1.5;
}

.recent-project-box {
  padding-top: 15px;
}
.recent-project-box .owl-stage {
  padding: 25px 0px;
  padding-left: 0px !important;
}
.recent-project-box .owl-nav, .recent-project-box .owl-dots {
  display: none;
}

.recent-project-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}
.recent-project-card .img-sec img {
  border-radius: 15px 0px 0px 15px;
}
.recent-project-card .project-info {
  padding-left: 19px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
.recent-project-card .project-info h5 {
  font-family: "PoppinsSemiBold";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  width: 90%;
}
.recent-project-card .project-info p {
  font-family: "PoppinsRegular";
  font-size: 0.875rem;
  color: #8A879F;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.recent-project-card .project-info small {
  font-family: "PoppinsRegular";
  font-size: 0.75;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.service-list {
  padding-top: 40px;
}
@media (max-width: 1440px) {
  .service-list {
    padding-top: 20px;
  }
}

.nav-tabs {
  margin-bottom: 35px !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.nav-tabs .nav-link {
  border: 0;
  font-style: normal;
  padding: 0px 25px 16px !important;
  border-radius: 0 !important;
  box-shadow: none;
  margin-bottom: -2px !important;
  font-family: "PoppinsSemiBold";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid transparent;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .nav-tabs .nav-link {
    padding: 0px 4px 16px !important;
    font-size: 11px;
    width: 33%;
  }
}
@media (max-width: 400px) {
  .nav-tabs .nav-link {
    padding: 0px 4px 16px !important;
    font-size: 10px;
  }
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #869B8A;
  color: #869B8A;
}

.service-info-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 35px;
}
.service-info-section h5 {
  font-family: "PoppinsBold";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-style: normal;
  text-transform: uppercase;
}

.service-info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 10px;
  background: #F3F2F7;
  padding: 14px 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .service-info-box {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.service-info-box .left-panel {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}
.service-info-box .left-panel .form-check-input {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}
.service-info-box .left-panel .form-check-input:checked {
  background-color: #869B8A;
  border-color: #869B8A;
}
.service-info-box .left-panel .serv-content h6 {
  font-family: "PoppinsMedium";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-style: normal;
  margin-bottom: 3px;
}
.service-info-box .left-panel .serv-content ul li p {
  font-size: 12px;
  font-family: "PoppinsRegular";
  font-style: normal;
  margin: 0;
}
.service-info-box .right-panel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1199px) {
  .service-info-box .right-panel {
    gap: 20px;
    width: 45%;
    text-align: right;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .service-info-box .right-panel {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }
}
.service-info-box .right-panel p, .service-info-box .right-panel a {
  margin: 0px;
  font-family: "PoppinsSemiBold";
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-style: normal;
}
@media (max-width: 1199px) {
  .service-info-box .right-panel p, .service-info-box .right-panel a {
    font-size: 12px !important;
  }
}
.service-info-box .right-panel a {
  text-decoration: underline;
}
.service-info-box .right-panel label.tag {
  font-family: "PoppinsSemiBold";
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  background: #4BC600;
  padding: 6px 15px;
  font-style: normal;
  display: inline-flex;
}

.rp-content.owner-page-change-pass.p-edit {
  width: 70%;
  margin: 0px auto;
}

.profile-page .dashboard-right-body .dashboard-header {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .profile-page .dashboard-right-body .dashboard-header {
    margin-bottom: 30px;
  }
}
.profile-page .dashboard-right-body .profile-content {
  padding-bottom: 39px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.profile-page .dashboard-right-body .profile-content .user-info {
  gap: 20px;
}
.profile-page .dashboard-right-body .profile-content .user-info .profile_details p {
  padding: 0;
  margin: 0;
}
.profile-page .dashboard-right-body .profile-content .user-info .profile_details b {
  color: #869B8A;
}
.profile-page .dashboard-right-body .user-details {
  margin-top: 25px;
}
.profile-page .dashboard-right-body .user-details li {
  gap: 15px;
  margin-bottom: 10px;
}
.profile-page .dashboard-right-body .user-details li span {
  font-size: 20px;
  color: #869B8A;
}
.profile-page .dashboard-right-body .user-details li p {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-family: "PoppinsRegular";
}
@media (max-width: 1440px) {
  .profile-page .dashboard-right-body .user-details li p {
    font-size: 0.938rem;
  }
}

a._edit-icon {
  display: inline-flex;
}
a._edit-icon span {
  font-size: 1rem;
  margin-right: 5px;
  display: inline-flex;
}
@media (max-width: 1440px) {
  a._edit-icon span {
    font-size: 0.875rem;
  }
}
a._edit-icon i {
  font-size: 1rem;
  color: #000;
}
@media (max-width: 1440px) {
  a._edit-icon i {
    font-size: 0.875rem;
  }
}

.btn_grup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: auto;
  bottom: -10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #869B8A;
  border: 2px solid #fff;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #000;
  color: #fff;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f4cb";
  font-family: bootstrap-icons !important;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 12px;
  top: 6px;
}
.avatar-upload .avatar-preview {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid #D1F1FC;
  overflow: hidden;
}

.service-details-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .service-details-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.service-details-header .sh-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.service-details-header .sh-content .job-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 25px 0px 0px;
  padding: 0;
}
.service-details-header .sh-content .job-info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 15px;
}
.service-details-header .sh-content .job-info li b {
  min-width: 152px;
  display: inline-block;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 1440px) {
  .service-details-header .sh-content .job-info li b {
    font-size: 0.875rem;
  }
}
.service-details-header .sh-content .job-info li b::after {
  content: ":";
  font-size: 1rem;
  right: 0;
  position: absolute;
}
.service-details-header .sh-content .job-info li p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-family: "PoppinsRegular";
}
@media (max-width: 1440px) {
  .service-details-header .sh-content .job-info li p {
    font-size: 0.875rem;
  }
}
.service-details-header a.vlocation {
  color: #B1B1B1;
  font-size: 0.875rem;
  font-style: normal;
  text-decoration-line: underline;
}
.service-details-header a.vlocation span {
  padding-left: 5px;
  text-decoration: none;
  color: #869B8A !important;
}
.service-details-header a.vlocation:hover {
  color: #000;
}
@media (max-width: 767px) {
  .service-details-header a.vlocation {
    padding-top: 20px;
  }
}

.job-checklist {
  position: relative;
}
.job-checklist .checklist-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}
.job-checklist .checklist-header p {
  font-size: 1rem;
  font-family: "PoppinsRegular";
}
.job-checklist .checklist-header b {
  font-size: 1rem;
  font-family: "PoppinsBold";
  padding-left: 22px;
}
.job-checklist .job-checklist-details ul {
  border: 0;
}
.job-checklist .job-checklist-details ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 17px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 991px) {
  .job-checklist .job-checklist-details ul li {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-checklist .job-checklist-details ul li .job-info-title {
  width: 60%;
  padding-right: 30px;
}
@media (max-width: 1366px) {
  .job-checklist .job-checklist-details ul li .job-info-title {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .job-checklist .job-checklist-details ul li .job-info-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .job-checklist .job-checklist-details ul li .job-info-title {
    padding-right: 0;
  }
}
.job-checklist .job-checklist-details ul li .job-info-title .j-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .job-checklist .job-checklist-details ul li .job-info-title .j-details {
    flex-wrap: wrap;
  }
}
.job-checklist .job-checklist-details ul li .job-info-title .j-details .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #869B8A;
  margin: 0;
}
.job-checklist .job-checklist-details ul li .job-info-title .j-details .form-check-input:checked {
  background-color: #869B8A;
  box-shadow: none;
}
@media (max-width: 767px) {
  .job-checklist .job-checklist-details ul li .job-info-title .j-details label.j-title {
    width: 90%;
  }
}
.job-checklist .job-checklist-details ul li .job-checklist-details p {
  margin-top: 10px !important;
}
.job-checklist .job-checklist-details ul li .checklist-action a {
  color: #B1B1B1;
  font-size: 1rem;
  font-style: normal;
  text-decoration-line: underline;
  padding-left: 15px;
}
.job-checklist .job-checklist-details ul li .checklist-action a i {
  padding-right: 6px;
}
.job-checklist .job-checklist-details ul li .checklist-action a:hover {
  color: #000;
}
.job-checklist .job-checklist-details ul li .checklist-gallery {
  width: 40%;
}
@media (max-width: 1366px) {
  .job-checklist .job-checklist-details ul li .checklist-gallery {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .job-checklist .job-checklist-details ul li .checklist-gallery {
    width: 100%;
  }
}
.job-checklist .job-checklist-details ul li:last-child {
  border-bottom: 0;
}
.job-checklist .butn-grup {
  text-align: right;
  padding: 0px 0px;
}
@media (max-width: 767px) {
  .job-checklist .butn-grup {
    padding: 40px 0px;
  }
}
@media (max-width: 480px) {
  .job-checklist .butn-grup {
    padding: 0px;
  }
}

button.cmn-button {
  display: inline-flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
  outline: none;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-family: "PoppinsBold";
  line-height: normal;
  text-transform: uppercase;
}
button.cmn-button:hover {
  background-color: #fff;
  color: #869B8A;
  box-shadow: none;
  outline: none;
}
button.cmn-button:focus {
  background-color: #fff;
  color: #869B8A;
  box-shadow: none;
  outline: none;
}

button.cmn-button2 {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  outline: none;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-family: "PoppinsBold";
  line-height: normal;
  text-transform: uppercase;
}
button.cmn-button2:hover {
  background-color: #869B8A;
  color: #fff;
  box-shadow: none;
  outline: none;
}
button.cmn-button2:focus {
  background-color: #869B8A;
  color: #fff;
  box-shadow: none;
  outline: none;
}
@media (max-width: 480px) {
  button.cmn-button2 {
    padding: 10px 20px;
  }
}

button.btn.stop {
  background: red;
  color: #fff;
  border-radius: 8px;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-family: "PoppinsBold";
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  outline: none;
  opacity: 1;
}
button.btn.stop:hover {
  opacity: 0.7;
}
button.btn.stop:focus {
  box-shadow: none;
  outline: none;
}

ul.accordion li.accordion-item {
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
ul.accordion li.accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 17px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  position: relative;
}
ul.accordion li.accordion-item .accordion-button:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
@media (max-width: 991px) {
  ul.accordion li.accordion-item .accordion-button {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
ul.accordion li.accordion-item .accordion-button .job-info-title {
  width: 60%;
  padding-right: 30px;
}
@media (max-width: 1366px) {
  ul.accordion li.accordion-item .accordion-button .job-info-title {
    width: 55%;
  }
}
@media (max-width: 991px) {
  ul.accordion li.accordion-item .accordion-button .job-info-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.accordion li.accordion-item .accordion-button .job-info-title {
    padding-right: 0;
  }
}
ul.accordion li.accordion-item .accordion-button .job-info-title .j-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  ul.accordion li.accordion-item .accordion-button .job-info-title .j-details {
    flex-wrap: wrap;
  }
}
ul.accordion li.accordion-item .accordion-button .job-info-title .j-details .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #869B8A;
  margin: 0;
}
ul.accordion li.accordion-item .accordion-button .job-info-title .j-details .form-check-input:checked {
  background-color: #869B8A;
  box-shadow: none;
}
@media (max-width: 767px) {
  ul.accordion li.accordion-item .accordion-button .job-info-title .j-details label.j-title {
    width: 90%;
  }
}
ul.accordion li.accordion-item .accordion-button .checklist-action {
  padding-right: 50px;
}
ul.accordion li.accordion-item .accordion-button .checklist-action a {
  color: #B1B1B1;
  font-size: 1rem;
  font-style: normal;
  text-decoration-line: underline;
  padding-left: 15px;
}
ul.accordion li.accordion-item .accordion-button .checklist-action a i {
  padding-right: 6px;
}
ul.accordion li.accordion-item .accordion-button .checklist-action a:hover {
  color: #000;
}
ul.accordion li.accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
  box-shadow: none;
}

.start-job-button {
  display: inline-flex;
  padding: 10px 60px;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 10px;
  border: 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-family: "PoppinsBold";
  line-height: normal;
  text-transform: uppercase;
}
.start-job-button:hover {
  background-color: #fff;
  color: #869B8A;
  box-shadow: none;
  outline: none;
}
.start-job-button:focus {
  background-color: #fff;
  color: #869B8A;
  box-shadow: none;
  outline: none;
}

.s-view-details .job-checklist-details li {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(101, 120, 134, 0.3);
}
@media (max-width: 1440px) {
  .s-view-details .job-checklist-details li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .s-view-details .job-checklist-details li {
    border-bottom: 1px solid rgba(101, 120, 134, 0.1411764706);
  }
}
@media (max-width: 480px) {
  .s-view-details .job-checklist-details li {
    margin-bottom: 0px;
  }
}
.s-view-details .job-checklist-details li:last-child {
  border: 0 !important;
}

.job-info-title {
  width: 68%;
}
@media (max-width: 1800px) {
  .job-info-title {
    width: 66%;
  }
}
@media (max-width: 1680px) {
  .job-info-title {
    width: 60%;
  }
}
@media (max-width: 1440px) {
  .job-info-title {
    width: 58%;
  }
}
@media (max-width: 1366px) {
  .job-info-title {
    width: 51%;
  }
}
@media (max-width: 1199px) {
  .job-info-title {
    width: 100%;
  }
}
.job-info-title .j-details {
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .job-info-title .j-details .j-title {
    width: 90%;
  }
}
.job-info-title .j-details .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #869B8A;
  margin: 0;
}
.job-info-title .j-details .form-check-input:checked {
  background-color: #869B8A;
  box-shadow: none;
}
@media (max-width: 1440px) {
  .job-info-title p {
    font-size: 0.875rem;
  }
}

.checklist-gallery h5 {
  margin-bottom: 15px;
}

.job-checklist-details .accordion-collapse {
  width: 100%;
  padding: 0;
}
.job-checklist-details .accordion-collapse .accordion-body {
  padding: 20px;
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 30px;
}
.job-checklist-details .accordion-collapse .accordion-body form .col-12:last-child {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}
.job-checklist-details .accordion-collapse .accordion-body form .col-12:last-child a.take-photo {
  color: #B1B1B1;
}
.job-checklist-details .accordion-collapse .accordion-body form .col-12:last-child a.take-photo i {
  padding-right: 10px;
}
.job-checklist-details .accordion-collapse .accordion-body form .col-12:last-child a.take-photo:hover {
  color: #000;
}
.job-checklist-details .accordion-collapse .accordion-body form button.cmn-button {
  border-radius: 8px;
  background: #000;
  padding: 14px 35px;
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-family: "PoppinsBold";
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.job-checklist-details .accordion-collapse .accordion-body form button.cmn-button:hover {
  background: #869B8A;
}
.job-checklist-details .accordion-collapse .accordion-body form textarea.form-control {
  background: transparent;
  resize: none;
}

.heading {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading .breadcrumb-item {
  font-size: 0.875rem;
}

.inner-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.1);
  background: #fff;
  min-height: 400px;
}
@media (max-width: 1600px) {
  .inner-menu {
    min-height: 280px;
  }
}
@media (max-width: 1440px) {
  .inner-menu {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .inner-menu {
    margin-bottom: 30px;
  }
}
.inner-menu a.compose.cmn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: capitalize;
  font-family: "PoppinsSemiBold";
}
@media (max-width: 1600px) {
  .inner-menu a.compose.cmn-button {
    padding: 14px 13px;
    font-size: 12px;
    gap: 6px;
  }
}
.inner-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.inner-menu ul li {
  width: 100%;
}
.inner-menu ul li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  font-size: 0.875rem;
  font-family: "PoppinsRegular";
}
@media (max-width: 1440px) {
  .inner-menu ul li a {
    gap: 6px;
  }
}
.inner-menu ul li a i {
  color: #869B8A;
}
.inner-menu ul li a span {
  margin-right: auto;
  color: #74788d;
}
.inner-menu ul li a small {
  color: #f46a6a;
}
.inner-menu ul li a:hover span {
  color: #000;
}
.inner-menu ul li a.active span {
  color: #000;
}

.custom_radio input[type=radio] {
  display: none;
}
.custom_radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 2em;
  cursor: pointer;
  line-height: 1em;
  transition: all 0.3s ease-in-out;
}
.custom_radio input[type=radio] + label:before, .custom_radio input[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 2px solid #c7c7c7;
  background: transparent;
}
.custom_radio input[type=radio]:checked + label:before {
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em #869B8A, inset 0 0 0 1em #869B8A;
  border: 2px solid #869B8A;
}
.custom_radio input[type=radio]:checked + label:after {
  border: 2px solid #869B8A;
}

.inner-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.1);
  background: #fff;
}
.inner-body .heading {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.inner-body .heading a._delet i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #ebebeb;
  font-size: 14px;
}
.inner-body ul {
  padding: 7px 0px;
}
.inner-body ul li {
  padding: 15px 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .inner-body ul li {
    align-items: flex-start;
    flex-direction: column;
    border-bottom: 1px solid #ebebeb;
  }
  .inner-body ul li:last-child {
    border-bottom: 0;
  }
}
.inner-body ul li .mail-col-1, .inner-body ul li .mail-col-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .inner-body ul li .mail-col-1, .inner-body ul li .mail-col-2 {
    align-items: flex-start;
    flex-direction: column;
  }
}
.inner-body ul li .mail-col-1 .form-check-input, .inner-body ul li .mail-col-2 .form-check-input {
  border: 1px solid #B1B1B1;
  border-radius: 2px;
}
.inner-body ul li .mail-col-1 .form-check-input:checked, .inner-body ul li .mail-col-2 .form-check-input:checked {
  background-color: #869b8a;
  border-color: #869b8a;
  box-shadow: none;
}
.inner-body ul li .mail-col-1 .form-check-input:focus, .inner-body ul li .mail-col-2 .form-check-input:focus {
  border: 1px solid #B1B1B1;
  box-shadow: none;
}
.inner-body ul li .mail-col-1 a, .inner-body ul li .mail-col-1 span, .inner-body ul li .mail-col-2 a, .inner-body ul li .mail-col-2 span {
  font-size: 0.875rem;
}
.inner-body ul li .mail-col-1 span._date, .inner-body ul li .mail-col-2 span._date {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .inner-body ul li .mail-col-1 span._date, .inner-body ul li .mail-col-2 span._date {
    margin-left: 0;
  }
}
.inner-body ul li .mail-col-1 .subject, .inner-body ul li .mail-col-1 .title, .inner-body ul li .mail-col-2 .subject, .inner-body ul li .mail-col-2 .title {
  color: #74788d;
}
.inner-body ul li .mail-col-2 {
  width: 88%;
}
.inner-body ul li .mail-col-2 a.subject, .inner-body ul li .mail-col-2 span._date {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .inner-body ul li .mail-col-2 a.subject, .inner-body ul li .mail-col-2 span._date {
    white-space: normal;
  }
}
@media (max-width: 1814px) {
  .inner-body ul li .mail-col-2 {
    width: 86%;
  }
}
@media (max-width: 1670px) {
  .inner-body ul li .mail-col-2 {
    width: 84%;
  }
}
@media (max-width: 1440px) {
  .inner-body ul li .mail-col-2 {
    width: 82%;
  }
}
@media (max-width: 1366px) {
  .inner-body ul li .mail-col-2 {
    width: 79%;
  }
}
@media (max-width: 1199px) {
  .inner-body ul li .mail-col-2 {
    width: 100%;
  }
}
.inner-body ul li:hover {
  background: #f6f6f6;
}
.inner-body ul p {
  padding: 20px;
}

._user-info, .mail-details, .mail-action {
  padding: 20px;
}

._user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 991px) {
  ._user-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

.avtar-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
}
.avtar-sec .profile-avtar-img {
  width: 50px;
  height: 50px;
}
.avtar-sec .profile-avtar-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
.avtar-sec .profile-avtar-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4px;
}
.avtar-sec .profile-avtar-info span {
  font-family: "PoppinsMedium";
}
.avtar-sec .profile-avtar-info small {
  color: #74788d;
}

.mail-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.mail-details h4 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.mail-details p {
  font-size: 0.875rem;
}

.mail-action {
  border-top: 1px solid #ebebeb;
}
.mail-action .reply-comment {
  margin-bottom: 30px;
}

button.reply {
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 15px;
}

button.reply.hide {
  display: none;
}

.reply-comment.hide {
  display: none;
}

.reply-comment.dp-block {
  display: block;
}

.reply-comment.bt-padding {
  margin: 0;
}

button.important-button {
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 15px;
  color: #000;
  background: transparent;
}
@media (max-width: 991px) {
  button.important-button {
    padding: 0;
  }
}

button.important-button.active i.bi.bi-star {
  display: none;
}
button.important-button.active i.bi.bi-star-fill {
  display: inline-flex !important;
  color: #f46a6a;
}

.comment-box label {
  font-family: "PoppinsSemiBold";
}

small._lable {
  font-size: 10px;
  padding: 3px;
  background: #f46a6a;
  border-radius: 3px;
  color: #fff;
  font-family: "PoppinsRegular";
}

.col-auto.btn-grup {
  text-align: right;
  margin-top: 15px;
}
.col-auto.btn-grup button {
  margin: 0 !important;
  background: #869B8A;
  border: 0;
  font-size: 14px;
  padding: 10px 20px;
}
.col-auto.btn-grup button:hover {
  background: #000;
}
.col-auto.btn-grup button:focus {
  box-shadow: none;
}
.col-auto.btn-grup button.cencle-btn {
  background: #f46a6a;
  padding: 10px 20px;
}
.col-auto.btn-grup button.cencle-btn:hover {
  background: #000;
}
.col-auto.btn-grup button.cencle-btn:focus {
  box-shadow: none;
}

.reply-comment.bt-padding.hide {
  display: none;
}

h3._subject-heading {
  padding: 30px 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h3._subject-heading {
    font-size: 1rem;
  }
}

._mail-list {
  border-top: 1px solid #ebebeb;
}

.b-0 {
  border: 0;
}

.mail-action.chat-compose textarea {
  border-color: #ebebeb;
  resize: none;
  margin-top: 10px;
}

.profile_details .dropdown {
  position: relative;
  width: 100%;
  max-width: 234px;
}
.profile_details .dropdown p {
  color: #B1B1B1;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.profile_details .dropdown .caption {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}
.profile_details .dropdown .caption::after {
  position: absolute;
  content: "\f282";
  right: -17px;
  top: 2px;
  bottom: 0;
  margin: auto;
  font-family: bootstrap-icons !important;
  font-size: 12px;
}
.profile_details .dropdown .list {
  position: absolute;
  width: 100%;
  display: none;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  z-index: 1;
  max-width: 234px;
  right: 0;
  text-align: left;
  overflow: hidden;
  top: 25px;
}
.profile_details .dropdown .list .item {
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #ECECEC;
}
.profile_details .dropdown .list .item a {
  font-size: 14px;
}
.profile_details .dropdown .list .item:last-child {
  border: 0;
}

.dropdown.open .list {
  display: block;
}

@media (max-width: 1680px) {
  .rp-content {
    padding: 0px 200px;
  }
}
@media (max-width: 1366px) {
  .rp-content {
    padding: 0px 150px;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .rp-content {
    padding: 0px 80px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .rp-content {
    padding: 0px 40px;
  }
  .rp-content .mb-3 {
    margin-bottom: 12px !important;
  }
  .rp-content button.cmn-button {
    padding: 10px 25px;
  }
  .col-sm-6.s-view {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .login-left-panel, .rp-content {
    height: auto !important;
  }
  .login-left-panel {
    background-image: none !important;
    background: #869B8A;
    padding: 37px 30px 120px;
    align-items: flex-start !important;
    text-align: left;
    gap: 30px;
  }
  .login-left-panel h1._logo {
    width: 88px;
  }
  .login-left-panel h1._logo .mob-logo {
    display: inline-flex;
  }
  .login-left-panel h1._logo .desx-logo {
    display: none;
  }
  .login-left-panel .l-panel-content {
    text-align: left;
  }
  .login-left-panel .l-panel-content small, .login-left-panel .l-panel-content h2 {
    color: #fff;
  }
  .rp-content {
    padding: 53px 20px;
    background-image: none !important;
    background: #fff;
    border-radius: 50px 50px 0px 0px;
    position: relative;
    margin-top: -50px;
  }
  .rp-content:after {
    display: none;
  }
  .rp-content .rp-header h2, .rp-content .rp-header p {
    color: #000;
  }
  .rp-content .form-label, .rp-content .form-control {
    color: #000;
  }
  .rp-content .form-control {
    border: 2px solid rgba(0, 0, 0, 0.28);
  }
  .rp-content .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  }
  .rp-content .form-control::-moz-placeholder {
    font-size: 16px;
    color: #B1B1B1;
  }
  .rp-content .form-control::placeholder {
    font-size: 16px;
    color: #B1B1B1;
  }
  .rp-content .mb-3.form-check input.form-check-input {
    border: 2px solid rgba(0, 0, 0, 0.28);
    background-color: #fff;
  }
  .rp-content .mb-3.form-check input.form-check-input:checked {
    background-color: #869B8A !important;
    border-color: #869B8A !important;
  }
  .rp-content .mb-3.form-check .form-check-label {
    color: #000;
  }
  .rp-content .link-grup a {
    color: #000;
  }
  .rp-content button.cmn-button {
    padding: 10px 45px;
    border-color: #000;
    color: #000;
  }
}
@media (max-width: 575px) {
  .login-left-panel {
    padding: 37px 30px 80px;
    gap: 20px;
  }
  .login-left-panel .l-panel-content h2 {
    font-size: 1.875rem;
  }
  .login-left-panel .l-panel-content small {
    font-size: 1rem;
  }
  .rp-content .rp-header h2 {
    font-size: 1.875rem;
  }
  .rp-content .rp-header h2 span.key-icon {
    top: 10px;
  }
  .rp-content .rp-header p {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .rp-content .rp-header h2 {
    font-size: 1.563rem;
  }
  .rp-content .rp-header h2 span.key-icon {
    top: 10px;
  }
  .rp-content .check-input-section {
    order: 12;
    width: 100%;
    padding-top: 20px;
  }
  .rp-content .mt-60 {
    margin-top: 35px;
  }
  .rp-content button.cmn-button {
    width: 100%;
  }
}
/* gallery section */
#gallery .cmn-title-header {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.load-more-wrapper {
  text-align: center;
}

.load-more-wrapper a.btn-custom.load-more-btn {
  margin-top: 30px;
  cursor: pointer;
  display: inline-flex;
  border-radius: 0.25rem;
  color: var(--white-color);
}

.img-wrapper {
  position: relative;
  width: 100%;
}
.img-wrapper a {
  width: 85px;
  height: 85px;
  display: block;
  border: 1px solid rgba(101, 120, 134, 0.1411764706);
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.img-wrapper:hover {
  cursor: pointer;
}

.img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 20px;
}

#overlay i {
  font-size: 20px;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  margin-left: 10px;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  margin-right: 10px;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 5px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
._hide {
  display: none;
}

.image:last-child .img-overlay.opacity1 {
  opacity: 1 !important;
}

.image:last-child .img-overlay.opacity1 p {
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

/* gallery section end*/
.gallery-listing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.job-info-title {
  width: 65%;
}
@media (max-width: 1680px) {
  .job-info-title {
    width: 54%;
  }
}
@media (max-width: 1366px) {
  .job-info-title {
    width: 49%;
  }
}
@media (max-width: 1199px) {
  .job-info-title {
    width: 100%;
  }
}

.checklist-gallery {
  width: 33%;
}
@media (max-width: 1680px) {
  .checklist-gallery {
    width: 43%;
  }
}
@media (max-width: 1366px) {
  .checklist-gallery {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .checklist-gallery {
    width: 100%;
  }
}

.pulse {
  width: 10px;
  height: 10px;
  background: #FF6D4A;
  border-radius: 50%;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
  font-family: sans-serif;
  text-transform: uppercase;
  animation: animate-pulse 1s linear infinite;
  cursor: pointer;
  margin-left: 8px;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7), 0 0 0 0 rgba(255, 109, 74, 0.5);
  }
  40% {
    box-shadow: 0 0 0 5px rgba(255, 109, 74, 0), 0 0 0 5px rgba(255, 109, 74, 0.5);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 10px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 20px rgba(255, 109, 74, 0);
  }
}
button.notification {
  position: relative;
}
button.notification span#not {
  font-size: 12px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FF6D4A;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
  border-radius: 50px;
  top: -6px;
  right: -6px;
}

#notification_list {
  position: absolute;
  width: 470px;
  /* max-width: 300px; */
  background: white;
  right: 0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 1px 2px 33px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 33px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 33px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#notification_list .noti-panel-close {
  display: none;
}
@media (max-width: 640px) {
  #notification_list {
    width: 335px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  #notification_list {
    width: 315px;
    position: fixed;
    left: 0;
    border-radius: 0;
    top: 0;
    height: 100vh;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: transform 0.3s ease-out;
    padding-top: 45px;
  }
  #notification_list .noti-panel-close {
    display: inline-block;
    position: absolute;
    color: #869B8A;
    right: 5px;
    top: 5px;
  }
}
#notification_list .noti-content li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: rgb(240, 246, 241);
  border-radius: 4px;
}
#notification_list .noti-content li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  #notification_list .noti-content li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
}
@media (max-width: 480px) {
  #notification_list .noti-content li {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
#notification_list .noti-content li a, #notification_list .noti-content li span {
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  #notification_list .noti-content li a, #notification_list .noti-content li span {
    display: block;
    flex-direction: column;
  }
}
#notification_list .noti-content li span {
  margin-left: 15px;
}
@media (max-width: 640px) {
  #notification_list .noti-content li span {
    margin-left: 0;
  }
}
#notification_list:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  content: "";
  right: 12px;
  top: -10px;
  position: absolute;
}
@media (max-width: 480px) {
  #notification_list:after {
    display: none;
  }
}

a.cmn-button.back-button {
  position: absolute;
  right: 69px;
  top: 29px;
}

@media (max-width: 480px) {
  .mobil-direction {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 20px;
  }
}/*# sourceMappingURL=admin.css.map */