.text-main-color {
  color: #29507b;
}

.blue-color {
  color: #2B7CD3 !important;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

.list-not {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.w-90px {
  width: 90px !important;
}

body {
  font-family: "Cairo", sans-serif !important;
  background-color: #fff;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.88px - 54.5px - 69px);
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #29507b;
  border-radius: 10px;
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

@media print {
  .not-print {
    display: none !important;
  }
  .invoice-content {
    box-shadow: none !important;
    padding: 5px !important;
    direction: rtl !important;
  }
  .invoice-content .status-invoice {
    padding: 4px !important;
    font-size: 9px !important;
  }
  .invoice-content .invoice-header {
    gap: 5px !important;
  }
  .invoice-content .invoice-header .col-lg-5 {
    width: 100% !important;
  }
  .invoice-content .invoice-header .col-lg-5 .image-holder img {
    width: 105px !important;
  }
  .invoice-content .invoice-header .col-lg-2 {
    width: 100% !important;
    vertical-align: middle;
  }
  .invoice-content .invoice-header .col-lg-2 h6 {
    margin: 10px 0px;
    font-size: 10px !important;
    color: #888 !important;
  }
  .invoice-content .invoice-bottom-header {
    gap: 0px !important;
    margin-top: 0px !important;
  }
  .invoice-content .invoice-bottom-header .col-12 {
    margin-top: 0px !important;
  }
  .invoice-content .invoice-bottom-header .col-12 .invoice-th-info {
    padding: 7px !important;
    background-color: #dee2e6 !important;
  }
  .invoice-content .invoice-bottom-header .col-12 .invoice-th-info span {
    flex-wrap: nowrap !important;
    font-size: 8px !important;
  }
  .invoice-content .invoice-bottom-header .invoice-th-info h6 {
    font-size: 9px !important;
  }
  .invoice-content .table-responsive .invoice-table {
    margin-bottom: 0px !important;
  }
  .invoice-content .table-responsive .invoice-table thead tr th {
    font-size: 7px;
    padding: 2px;
  }
  .invoice-content .table-responsive .invoice-table tbody tr td {
    font-size: 6px;
    padding: 2px;
  }
  .invoice-content .last {
    display: none !important;
    margin-top: 3px !important;
  }
  .invoice-content .last h6 {
    font-size: 9px;
    margin: 10px 0 !important;
  }
  .invoice-content .qr-holder {
    text-align: center;
  }
  .invoice-content .qr-holder svg {
    width: 70px !important;
  }
}
.content-side {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  background-color: #fff;
}
.content-side .header {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-side .between-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.content-side .blocks-tickets .box-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
}
.content-side .blocks-tickets .box-ticket .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.content-side .blocks-tickets .box-ticket .info .date {
  color: #29507b;
  font-weight: 700;
  font-size: 13px;
}
.content-side .blocks-tickets .box-ticket .info .content {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22.4px;
  font-weight: 400;
}
.content-side .blocks-tickets .box-ticket .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.contact {
  padding-bottom: 70px !important;
  position: relative;
  z-index: 1;
}
.contact::after, .contact::before {
  filter: brightness(0) saturate(100%) invert(28%) sepia(20%) saturate(1647%) hue-rotate(171deg) brightness(92%) contrast(89%);
}
.contact::after {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  z-index: -1;
  top: 35px;
  content: url("../images/layer-1.png");
}
.contact::before {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  z-index: -1;
  bottom: 0;
  content: url("../images/layer-2.png");
}
.contact .form {
  box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  padding-right: 50px;
  margin: 0 auto;
  max-width: 950px;
}
.contact .form .boxes {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.contact .form .boxes .box {
  flex: 1;
}
.contact .form .boxes .box label {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #0f001a;
  opacity: 0.8;
  margin-bottom: 13px;
}
.contact .form .boxes .box label .sm {
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
  color: rgba(15, 0, 26, 0.7);
}
.contact .form .boxes .box .inp {
  margin-bottom: 14px;
}
.contact .form .boxes .box textarea:focus {
  outline: none;
}
.contact .form .boxes .box .btn-sub {
  background-color: #29507b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
}
.contact .form .boxes .box.two {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact .form .boxes .box.two .item {
  display: flex;
  gap: 30px;
  align-items: center;
}
.contact .form .boxes .box.two .item .icon {
  width: 20px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(28%) sepia(20%) saturate(1647%) hue-rotate(171deg) brightness(92%) contrast(89%);
}
.contact .form .boxes .box.two .item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0f001a;
}
.contact .form .boxes .box.two .social {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.contact .form .boxes .box.two .social a .icon {
  color: #29507b;
  font-size: 21px;
}
.contact .form .boxes .box.two .map iframe {
  border-radius: 4px;
  width: 100%;
  height: 155px;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .contact .form {
    padding-right: 20px;
  }
  .contact .form .boxes {
    flex-direction: column;
    gap: 1rem;
  }
  .contact .form .boxes .box {
    width: 100%;
  }
  .contact .form .boxes .box.two .item {
    gap: 16px;
  }
}

/* start navbar bottom */
.bottom-nav {
  background-color: white !important;
}
.bottom-nav .logo img {
  width: 50px;
  height: auto;
}
@media (max-width: 767.98px) {
  .bottom-nav .logo img {
    width: 100px;
  }
}
.bottom-nav .navbar-nav {
  gap: 48px;
}
@media (max-width: 991.98px) {
  .bottom-nav .navbar-nav {
    gap: 0.5rem;
  }
}
.bottom-nav .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 5px 0 !important;
  border-bottom: 2px solid transparent;
}
.bottom-nav .navbar-nav .nav-link.active {
  border-bottom-color: #29507b;
  color: #29507b !important;
}
.bottom-nav .btn-nav {
  border-radius: 4px;
  border: 1px solid #29507b;
  color: #29507b;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 11px;
}
.bottom-nav .main-control {
  z-index: 100;
  background: #ffffff;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.bottom-nav .main-control .tog-active {
  font-size: 20px;
  color: #9c9c9c;
  height: auto;
  cursor: pointer;
}
.bottom-nav .main-control .menu-profile.dropdown-menu[data-bs-popper] {
  right: inherit;
  left: 0;
  width: 300px;
  direction: rtl;
}
.bottom-nav .main-control .menu-profile li {
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.bottom-nav .main-control .menu-profile li .massage {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bottom-nav .main-control .menu-profile li .massage .icon {
  color: #29507b;
  background-color: rgba(41, 80, 123, 0.2);
  border-radius: 50%;
  padding: 5px;
}
.bottom-nav .main-control .menu-profile li .date {
  text-align: end;
  color: #9c9c9c;
  padding: px;
}
.bottom-nav .main-control .menu-profile li:hover {
  background-color: rgba(221, 221, 221, 0.5);
}
.bottom-nav .main-control .icon-nav .notice {
  font-size: 20px !important;
  color: #29507b;
  background-color: #fff;
}
.bottom-nav .main-control .icon-nav .main-badge {
  position: absolute;
  right: -7px;
  color: #fff;
  top: 11px;
  z-index: 2;
  width: 17px;
  height: 17px;
  text-align: center;
  background-color: red;
  border-radius: 50px;
  font-size: 13px;
}
.bottom-nav .main-control .icon-nav .dropdown-toggle {
  position: relative;
}
.bottom-nav .main-control .icon-nav .dropdown-toggle::after {
  display: none;
}
.bottom-nav .main-control .icon-nav .notice-msg {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.bottom-nav .main-control .info-user {
  padding-right: 1rem;
}
.bottom-nav .main-control .info-user .content {
  background-color: transparent;
}
.bottom-nav .main-control .info-user .content::after {
  content: none;
}
.bottom-nav .main-control .info-user .content .text {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.bottom-nav .main-control .info-user .content .text .name {
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.bottom-nav .main-control .info-user .content .text .dic {
  color: #000000;
  font-size: 12px;
  opacity: 0.5;
}
.bottom-nav .main-control .info-user .content .img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #c1c1c1;
  justify-content: center;
}
.bottom-nav .main-control .info-user .content .img .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-nav .main-control .info-user .dropdown-menu .main-tap a {
  text-align: right;
  font-size: 14px;
}
.bottom-nav .main-control .info-user .dropdown-menu .main-tap a i, .bottom-nav .main-control .info-user .dropdown-menu .main-tap a svg {
  font-size: 14px;
  margin-left: 3px;
}

/* end navbar bottom */
/* start navbar course */
.nav-app {
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: fixed;
  inset-block-start: 0;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.083);
  width: 100%;
  inset-inline-start: 0;
  height: 64px;
  background: #fff;
  padding-block: 0.688rem;
}
.nav-app .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-app .logo img {
  height: 40px;
  width: auto;
}
@media (max-width: 767.98px) {
  .nav-app .logo {
    height: 40px;
  }
  .nav-app .logo img {
    height: 25px;
  }
}

/* end navbar course */
.app {
  row-gap: 24px;
  min-height: calc(100vh - 41.88px - 54.5px - 69px);
  padding-top: 1rem;
}

.slide-user {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  padding: 2rem;
  font-weight: bold;
}
.slide-user .card-slide {
  text-align: center;
  font-weight: 500;
  color: #000000;
}
.slide-user .card-slide .img-user {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background-color: white;
  object-fit: cover;
}
.slide-user .card-slide h6 {
  margin: 0 !important;
  font-size: 16px !important;
  text-decoration-line: underline;
}
.slide-user .card-slide .badge-info {
  margin: 10px 0 !important;
  opacity: 0.5;
  padding: 0 !important;
  font-weight: unset !important;
  color: #000000 !important;
  font-size: 14px !important;
  background-color: transparent !important;
}
.slide-user .card-slide .btn-more-lg {
  margin: 0 auto;
  min-width: 150px;
}
.slide-user .card-slide .btn-icon {
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px !important;
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: normal !important;
}
.slide-user .card-slide .btn-icon::after {
  content: "";
  width: calc(100% + 4rem);
  opacity: 0.1;
  height: 1px;
  position: absolute;
  background-color: #000000;
  left: -2rem;
  top: -0.5px;
}
.slide-user .card-slide .btn-icon .icon {
  color: #000000 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  font-size: 16px !important;
}
.slide-user .card-slide .btn-icon .icon svg,
.slide-user .card-slide .btn-icon .icon i {
  width: auto !important;
}
.slide-user .btn-blue-slide {
  background-color: #00b5f0;
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px 0.8rem;
  font-size: 13px;
  transition: 300ms;
}
.slide-user .btn-blue-slide:hover {
  background-color: #02ade5;
}

.app-content {
  margin-bottom: 3rem;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  padding: 2rem;
}
.app-content .under-line-before {
  position: relative;
  margin-bottom: 81px;
}
.app-content .under-line-before::before {
  content: "";
  position: absolute;
  bottom: -40.5px;
  left: calc(-2rem + 8px);
  width: calc(100% + 4rem - 16px);
  height: 1px;
  background-color: #dcdcdc;
}

.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.login_page * {
  font-family: "Cairo", sans-serif !important;
  direction: rtl;
}
.login_page .box-col {
  width: 50%;
  padding: 88px;
}
.login_page .box-col.box-bg {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  color: white;
}
.login_page .box-col.box-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  background-color: rgba(41, 80, 123, 0.6);
}
.login_page .box-col.box-bg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.login_page .box-col.box-bg .logo-holder {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  z-index: 99;
  font-size: 28px;
}
.login_page .box-col.box-bg .logo-holder .logo-bg {
  width: 65px;
  height: auto;
}
.login_page .box-col.box-bg .text-bg {
  z-index: 99;
}
.login_page .box-col.box-bg .text-bg .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
}
.login_page .box-col.box-bg .text-bg .p {
  font-weight: 500;
  font-size: 30px;
  line-height: 75px;
}
.login_page .box-col.box-bg .text-bg-2 {
  z-index: 99;
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  .login_page .box-col {
    width: 100%;
    padding: 12px;
  }
  .login_page .box-col .title {
    text-align: center;
  }
}
.login_page .box-col .form_content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  border-radius: 14px;
  gap: 15px;
}
.login_page .box-col .form_content .logo-form {
  width: 50px;
  height: auto;
}
.login_page .box-col .form_content .header_title .title {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 4px;
}
.login_page .box-col .form_content .header_title .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}
.login_page .box-col .form_content .label {
  font-size: 16px;
  margin-bottom: 10px;
}
.login_page .box-col .form_content .group-inp {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  overflow: hidden;
  padding: 0.6rem 1rem;
}
.login_page .box-col .form_content .group-inp .inp {
  flex: 1;
  border: 0;
  outline: 0;
}
.login_page .box-col .form_content .group-inp .box {
  padding-right: 1rem;
}
.login_page .box-col .form_content .group-inp .box .icon {
  width: 24px;
  width: 100%;
  height: auto;
}
.login_page .box-col .form_content .reseat {
  font-size: 14px;
  color: #2e5789;
}
.login_page .box-col .form_content .sub_btn {
  background: #2e5789;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45.19px;
  font-size: 16px;
  border-radius: 8px;
}
.login_page .box-col .form_content .sub_btn:hover {
  background-color: #25456d;
}

.artical-section .box-text {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 15px;
}
.artical-section .box-text .image-holder {
  height: 250px;
  width: 50%;
  margin: 0 auto 30px;
}
.artical-section .box-text .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artical-section .box-text h1 {
  color: #29507b;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 13px;
}
.artical-section .box-text h1 p {
  color: #fff;
  font-size: 16px;
}

.section-template .edit-img {
  display: flex;
  align-items: end;
  padding: 12px;
  position: relative;
  width: 180px;
  height: 220px;
  z-index: 1;
}
.section-template .edit-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
  object-position: top center;
}
.section-template .check-img .logo {
  width: 32px;
  height: auto;
}

.invoice-content {
  position: relative;
  overflow: hidden;
}
.invoice-content .status-invoice {
  position: absolute;
  top: 0%;
  right: 0%;
  background-color: #dd564b;
  border-top: 2px solid #ad5449;
  border-bottom: 2px solid #ad5449;
  color: white;
  padding: 4px 15px;
  width: 176px;
  text-align: center;
  transform: rotate(37deg) translate(47px, -13px);
}
.invoice-content .status-invoice.paid {
  background-color: #58c81b;
  border-top: 2px solid #70d457;
  border-bottom: 2px solid #70d457;
}

.invoice-table thead {
  background-color: #f2f2f2;
}
.invoice-table thead tr th {
  text-align: center;
  font-size: 14px;
}
.invoice-table tbody {
  border-top: none !important;
}
.invoice-table tbody tr {
  border-color: #dee2e6;
  background-color: #f2f2f2;
}
.invoice-table tbody tr:nth-of-type(2n) {
  background-color: #ececec;
}
.invoice-table tbody tr td {
  text-align: center;
  font-size: 13px;
  vertical-align: middle;
}

.landing-video {
  height: calc(100vh - 87.99px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .landing-video {
    height: calc(100vh - 124px);
  }
}
.landing-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.205);
  z-index: -1;
}
.landing-video .bg-video {
  z-index: -2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.landing-video .text-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.landing-video .text-content h4 {
  font-size: 34px;
}
.landing-video .more-info {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.section-head {
  margin-bottom: 30px;
}
.section-head .section-name {
  font-weight: bold;
  font-size: 25px;
  color: #000000;
}
.section-head .des {
  margin-bottom: 0px;
  font-size: 13px;
  color: #929292;
}

.box-data {
  border: 1px solid rgba(204, 204, 204, 0.35);
  border-radius: 16px;
  padding: 30px 30px 20px 30px;
}
.box-data .img-holder {
  height: 55px;
  margin-bottom: 16px;
  text-align: center;
}
.box-data .img-holder img {
  width: auto;
  height: 100%;
}
.box-data .des-text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.box-data .num {
  font-size: 17px;
  color: #29507b;
  margin-bottom: 0;
  font-weight: 500;
}

.contract-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contract-accordion .accordion-item {
  border: 0 !important;
}
.contract-accordion .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  color: #000000;
  padding: 10px 14px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}
.contract-accordion .accordion-item .accordion-header .accordion-button img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-left: 5px;
}
.contract-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none !important;
  display: none !important;
}
.contract-accordion .accordion-item .accordion-header .accordion-button .arrow {
  width: 32px;
  height: 32px;
  left: 588px;
  top: 702px;
  transition: 500ms;
  background: rgba(46, 87, 137, 0.06);
  display: flex;
  align-items: center;
  transition-timing-function: ease;
  color: #29507b;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
}
.contract-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .arrow {
  transform: rotate(180deg);
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  transition: 300ms;
  color: #fff;
  background: #29507b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  outline: none;
  border: 1px solid #29507b;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #29507b;
  border: 1px solid #29507b;
}
.btn-main-sm:hover::before {
  left: 0;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  gap: 5px;
  padding: 0.5rem 1rem;
  background-color: #29507b;
  border: 1px solid #29507b;
  border-radius: 4px;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: white !important;
  line-height: 24px;
  transition: 300ms;
}
.main-btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(163deg) brightness(103%) contrast(103%);
}
.main-btn:hover {
  background-color: #2a75c5;
  border-color: #2a75c5;
}
.main-btn.sm {
  width: fit-content;
  height: auto;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
.main-btn.green {
  background-color: #13ce66;
  border: 1px solid #13ce66;
}
.main-btn.dark-blue {
  background-color: #2e5789;
  border: 1px solid #2e5789;
}
.main-btn.red {
  background-color: #ed3a3a;
  border: 1px solid #ed3a3a;
}
.main-btn.red-border {
  background-color: transparent;
  border: 1px solid #ed3a3a;
  color: #ed3a3a !important;
}
.main-btn.dark-blue-border {
  background-color: transparent;
  border: 1px solid #2e5789;
  color: #2e5789 !important;
}
.main-btn.blue-border {
  background-color: transparent;
  border: 1px solid #2B7CD3;
  color: #2B7CD3 !important;
}
.main-btn.grey-border {
  background-color: transparent;
  border: 1px solid #cecece;
  color: #29507b !important;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #313131;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.dropdown-hover .listis-item .item-drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text {
  size: 19px;
  color: white;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-sub {
  background-color: #2e5789;
  color: white;
  padding: 0.3rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.btn-sub:hover {
  color: #fff;
  background-color: #274871;
}

.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #2e5789;
  background-color: #d2e6ff;
}
.btn-light .icon {
  width: 18px;
  height: auto;
}
.btn-light.btn-light-green {
  color: #33b469;
  background-color: #eafff3;
}
.btn-light.btn-light-orange {
  color: #ff731d;
  background-color: #fff1e8;
}
.btn-light.btn-light-red {
  color: #c80f0f;
  background-color: #ebc8c8;
}
.btn-light.btn-light-yellow {
  color: #ffc107;
  background-color: #ffecb4;
}
.btn-light.btn-light-purple {
  color: #8d1ee5;
  background-color: #f2e7fd;
}
.btn-light.sm-border {
  border-radius: 4px;
}

.btn-gradient-gold {
  position: relative;
  width: fit-content;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(90deg, #dfaf37, #ffcc80);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 11px 0px;
  color: white;
}
.btn-gradient-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.3098039216) !important;
}
.btn-gradient-gold:hover {
  color: white;
}
.btn-gradient-gold:hover svg {
  animation-play-state: running;
}
.btn-gradient-gold i,
.btn-gradient-gold svg {
  font-size: 15px;
  animation: move-arrow 0.7s linear infinite paused;
}

@keyframes move-arrow {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.btn-icon-cr {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: bold;
  color: #8b8b8b;
  background-color: #fff;
  transition: 300ms;
  box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.btn-icon-cr .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #29507b;
  background-color: rgba(98, 132, 167, 0.07);
}
.btn-icon-cr .icon img {
  width: 14px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(13%) saturate(3642%) hue-rotate(178deg) brightness(97%) contrast(80%);
}
.btn-icon-cr:hover {
  color: #595656;
}

.btn-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  background-color: #2B7CD3;
  padding: 10px;
  color: white;
  transition: 0.3s all ease-in-out;
}
.btn-pill.main {
  padding: 10px 50px;
  width: fit-content;
}
.btn-pill.main:hover {
  background: #fff;
  color: #29507b;
}
.btn-pill.green {
  background-color: #33B469;
}
.btn-pill.red {
  background-color: #FF3636;
}
.btn-pill.purple {
  background-color: #8D1EE5;
}
.btn-pill.sm-btn {
  width: 90px;
}
.btn-pill.lg-btn {
  width: 140px;
}

.header {
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  text-align: right;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .icon {
  width: 24px;
  height: auto;
}
.header.sm {
  font-size: 20px;
}
.header.gap-5px {
  gap: 5px;
}
.header .sm {
  color: #9b9b9b;
  font-size: 19px;
  font-weight: 400;
}

.shape-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 52px;
  color: #29507b;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.shape-title .img {
  display: block;
  margin: 6px auto 0;
  width: 80%;
  max-width: 139px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(28%) sepia(20%) saturate(1647%) hue-rotate(171deg) brightness(92%) contrast(89%);
}

.main-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.small-heading {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.small-label {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 2px;
}

.solid-title {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 10px;
  font-weight: bold;
}

.sm-des {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #949494;
}

.main-title {
  color: #29507b;
}
.main-title .lg-title {
  font-weight: 400;
}
.main-title .sub-title {
  font-weight: 100;
}

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
  box-shadow: 0 0 6px 0 #d3d3d3;
  transition: 300ms;
}
.boxes-info .box-info:hover {
  box-shadow: 0 0 6px 0 #aeaaaa;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #29507b;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -3%;
  bottom: 0;
  font-size: 60px;
}
.boxes-info.boxes-bg-color .box-info {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .text {
  color: white;
}
.boxes-info.boxes-bg-color .box-info .bg-icon {
  color: white;
}
.boxes-info.boxes-bg-color .box-info.blue {
  background-color: #5b8af0;
}
.boxes-info.boxes-bg-color .box-info.green {
  background-color: #29507b;
}
.boxes-info.boxes-bg-color .box-info.pur {
  background-color: #7b74eb;
}
.boxes-info.boxes-bg-color .box-info.red {
  background-color: #de5f56;
}

.main-table {
  width: 100%;
  border-radius: 8px !important;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.main-table thead {
  background: #f9fafc;
}
.main-table thead tr th {
  padding: 12px 13px;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  text-align: right;
}
.main-table tbody {
  background: #fff;
}
.main-table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
}
.main-table tbody tr td {
  padding: 10px 13px;
  font-weight: 400;
  font-size: 16px;
  color: #7d7d7d;
}
.main-table tbody tr td .form-check .form-check-input {
  width: 3.4em !important;
  height: 1.7em;
}

.card-side {
  box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin-bottom: 1rem;
}
.card-side .user-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.card-side .user-name {
  margin: 0 0 0.5rem 0;
}
.card-side .user-email {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9fa8b9;
}
.card-side .card-slide {
  box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
  padding: 1.5rem 1rem;
  text-align: center;
}
.card-side .card-slide .btn-icon {
  color: #666;
}
.card-side .card-slide .btn-icon:hover {
  color: #000;
}
.card-side .card-slide .btn-icon .icon {
  border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
  width: 20px;
}

.landing-section {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.landing-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: hsla(193, 99%, 45%, 0.5);
}
.landing-section .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  object-fit: cover;
}

.content-side {
  padding: 20px;
  background-color: white;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.content-side .title-xl {
  font-weight: 600;
  font-size: 24px;
  line-height: 35.28px;
  margin-bottom: 0px;
  text-align: right;
}
.content-side .content {
  color: #0f0a0a;
  word-break: break-word;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.4px; /* 149.333% */
}

.content-gray {
  padding: 20px;
  background: #fafafa;
  border-radius: 8px;
}
.content-gray .banner {
  display: block;
  margin-bottom: 10px;
}
.content-gray .banner .img {
  width: 100%;
  height: auto;
}
.content-gray .serves-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.content-gray .serves-info .serves-img {
  width: 96px;
  height: 65px;
  border-radius: 4px;
}
.content-gray .serves-info .info .title {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
}
.content-gray .serves-info .info .name {
  margin-bottom: 0;
}
.content-gray .serves-info .info .name img {
  width: 12px;
}
.content-gray .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-gray .total .word {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  margin-bottom: 0;
}
.content-gray .total .price {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0;
}
.content-gray .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-gray .price .name {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  margin-bottom: 0;
}
.content-gray .price .pr {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  margin-bottom: 0;
}
.content-gray .options {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-gray .options .holder {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.content-gray .options .holder i,
.content-gray .options .holder svg {
  font-size: 18px;
  margin-top: 5px;
}
.content-gray .options .holder .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: right;
  margin-bottom: 0;
}
.content-gray .options .holder .name small {
  opacity: 0.5;
}
.content-gray .options .holder.type {
  align-items: center;
}
.content-gray .options .holder.type .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.content-gray .options .inp-holder .form-check-input {
  width: 20px;
  height: 20px;
}
.content-gray .btn-chat {
  padding: 0.3rem 1rem;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 1px solid #2b7cd3;
  color: #2b7cd3;
  background-color: white;
  transition: 300ms;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.content-gray .btn-chat img {
  margin-left: 4px;
}
.content-gray .btn-chat:hover {
  background-color: #2b7cd3;
  color: white;
}
.content-gray .btn-chat:hover img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(7500%) hue-rotate(145deg) brightness(115%) contrast(105%);
}
.content-gray .full-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.content-gray .full-mark p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28px;
  color: #fb9702;
}

.instructions-box {
  color: #000000;
}
.instructions-box .banner {
  display: block;
}
.instructions-box .banner .img {
  width: 100%;
  height: auto;
}
.instructions-box .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1rem;
}
.instructions-box .text {
  opacity: 0.5;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 14px;
}
.instructions-box .title-sm {
  font-weight: 400;
  font-size: 15px;
}
.instructions-box .img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.main-side {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  font-weight: bold;
}
.main-side .header {
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 0;
}
.main-side .header .avatar img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: white;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-side .header .name {
  margin: 0 !important;
  font-size: 16px !important;
  text-decoration-line: underline;
}
.main-side .header .role {
  opacity: 0.5;
  line-height: normal;
  padding: 0 !important;
  font-weight: unset !important;
  color: #000000 !important;
  font-size: 14px !important;
  background-color: transparent !important;
}
.main-side .card-slide {
  text-align: center;
  font-weight: 500;
  color: #000000;
}
.main-side .card-slide .main-tap {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: normal !important;
  border-top: 1px solid #ddd;
}
.main-side .card-slide .main-tap .title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-side .card-slide .main-tap .num {
  display: inline-block;
  background-color: #dfaf37;
  border-radius: 50%;
  width: 18px;
  height: 17px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.box-content {
  margin-bottom: 3rem;
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  padding: 2rem;
}
.box-content .taps {
  min-height: 41px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.box-content .taps .tap {
  list-style: none;
}
.box-content .taps .tap .main-tap {
  color: #2e5789;
  padding: 8px 24px;
  border-radius: 8px;
}
.box-content .taps .tap .main-tap .num {
  border-radius: 33%;
  font-size: 11px;
  width: 17px;
  height: 17px;
  background-color: #dfaf37;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.box-content .taps .tap .main-tap.active {
  background-color: #2e5789;
  color: #fff;
}

.card-consulting {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  padding: 0.6rem;
}
.card-consulting .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
}
.card-consulting .header .title {
  color: #2e5789;
}
.card-consulting .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
}
.card-consulting .content .avatar img {
  border: 1px solid #ddd;
  padding: 3px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.card-consulting .content .text .name {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #2e5789;
}
.card-consulting .content .text .state {
  font-size: 12px;
}
.card-consulting .content .text .state .sec-text {
  color: #dfaf37;
}
.card-consulting .content .show {
  padding: 5px;
  background-color: #dfaf37;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 17px;
  color: white;
}

.card-vendor {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  padding: 1rem;
  transition: 0.3s all ease-in-out;
}
.card-vendor:hover {
  box-shadow: 0 0 10px #ddd;
}
.card-vendor .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  padding: 8px 0 0px;
}
.card-vendor .content .avatar img {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  padding: 3px;
  border-radius: 50%;
  object-fit: cover;
}
.card-vendor .content .text {
  text-align: center;
  padding: 10px 0;
}
.card-vendor .content .text .name {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #2e5789;
}
.card-vendor .content .text .role,
.card-vendor .content .text .exp {
  font-size: 12px;
  color: #999;
  font-weight: 200;
  padding: 3px;
}
.card-vendor .content .text .role .sub-text,
.card-vendor .content .text .exp .sub-text {
  color: #29507b;
}
.card-vendor .content .show {
  padding: 5px;
  background-color: #dfaf37;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 17px;
  color: white;
}

.box-notice {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #29507b;
  border-radius: 8px;
}
.box-notice .notifications-list li {
  list-style: circle;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.box-notice .notifications-list li:hover {
  box-shadow: 0 0 10px #ddd;
  scale: 0.99;
  border-bottom: 1px solid #29507b;
  border-radius: 5px;
}
.box-notice .notifications-list li .notification_text .icon-alert {
  color: #29507b;
  font-size: 18px;
  padding: 10px;
}
.box-notice .notifications-list li .notification_text .text-notice {
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
}
.box-notice .notifications-list li .notification_text .date-notification {
  font-size: 14px;
  color: #808080;
}
.box-notice .notifications-list li .notification_text .date-notification .icon {
  color: #29507b;
}
.box-notice .notifications-list li .notification_text .date-notification a {
  margin-right: 10px;
  color: #ffb705 !important;
  background-color: #fff7e4;
  padding: 6px;
  border-radius: 80px;
  font-size: 12px;
}

.box-service {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  word-break: break-word;
}
.box-service .title {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.box-service .desc {
  padding: 20px;
}
.box-service .info {
  font-size: 14px;
  padding: 20px;
}
.box-service .info .item {
  padding: 10px;
  font-size: 13px;
}
.box-service .info .item.close span {
  background-color: #9a9c9c;
  font-size: 12px;
  padding: 4px;
  color: #fff;
}

.card-user {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.card-user .user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-user .user .avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.card-user .user .text .head {
  display: flex;
  gap: 7px;
  align-items: center;
}
.card-user .user .text .head .name {
  font-size: 14px;
  color: #2b7cd3;
}
.card-user .user .text .head .stars {
  font-size: 14px;
  color: #fbc00d;
}
.card-user .user .text .bottom {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #70777c;
  gap: 10px;
}

.user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  padding: 12px 50px;
}
.user-info .text {
  display: flex;
  font-size: 14px;
  text-align: center;
  align-items: center;
}
.user-info .text .main {
  padding: 10px;
}
.user-info .text .dec {
  padding: 10px;
}

.between-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.box-profile {
  box-shadow: 0 0 10px #ddd;
  border-radius: 20px;
}
.box-profile .info {
  border-radius: 20px 20px 0 0;
  padding: 50px 20px 10px 20px;
  background-color: #29507b;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff !important;
}
.box-profile .info .avatar {
  margin: 15px 0;
}
.box-profile .info .avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
}
.box-profile .info .name {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 25px;
  color: #fff;
}
.box-profile .info .count .num {
  padding: 10px;
}
.box-profile .info .stars {
  color: #fbc00d;
  padding: 10px;
}
.box-profile .info .role {
  background-color: #e5fcf0;
  color: #33b469;
  padding: 8px 50px;
  border-radius: 12px;
  font-weight: 600;
}
.box-profile .content {
  padding: 16px 65px 45px;
  text-align: center;
}
.box-profile .content .about {
  color: #a9a9a9;
  margin-bottom: 20px;
}
.box-profile .content .data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.box-profile .content .data .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box-profile .content .data .text .title {
  color: #29507b;
  font-weight: bold;
  font-size: 15px;
}
.box-profile .content .data .text .sub {
  font-size: 14px;
  color: #2B7CD3;
}

.right-side {
  padding: 20px;
  background-color: white;
  word-wrap: break-word;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.right-side .user-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.right-side .user-info .img-holder {
  margin-bottom: 15px;
}
.right-side .user-info .img-holder img {
  border-radius: 50%;
  width: 95px;
  height: 95px;
}
.right-side .user-info .name {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #181818;
}
.right-side .brake-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
}
.right-side .blocks-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 10px;
}
@media (min-width: 992px) {
  .right-side .blocks-section {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  }
}
.right-side .blocks-section .box-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: white;
  transition: background-color, border, 300ms;
}
.right-side .blocks-section .box-section .icon-num {
  position: relative;
}
.right-side .blocks-section .box-section .icon-num .num {
  background-color: #ed3a3a;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 5;
  top: -10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: white;
  right: -10px;
}
.right-side .blocks-section .box-section img {
  transition: 300ms;
}
.right-side .blocks-section .box-section img.img-gray {
  filter: brightness(0) saturate(100%) invert(51%) sepia(0%) saturate(1%) hue-rotate(234deg) brightness(93%) contrast(82%);
}
.right-side .blocks-section .box-section .name {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
  text-align: center;
  color: #5b5b5b;
  transition: color 300ms;
}
.right-side .blocks-section .box-section .name.green {
  color: #33b469;
}
@media (max-width: 1400px) {
  .right-side .blocks-section .box-section .name {
    white-space: normal;
  }
}
.right-side .blocks-section .box-section:hover {
  background-color: #29507b;
  border-color: #29507b;
}
.right-side .blocks-section .box-section:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(101%) contrast(102%) !important;
}
.right-side .blocks-section .box-section:hover .name {
  color: white;
}
.right-side .content {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.box-search {
  position: relative;
  width: 500px;
}
.box-search input {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px 14px;
  padding-right: 38px;
  transition: 300ms;
}
.box-search input::placeholder {
  transition: 300ms;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: right;
  letter-spacing: 0.015em;
  color: #797979;
}
.box-search input:focus {
  border-color: #29507b;
}
.box-search img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
}
.box-search.gray-box input {
  background-color: #f5f5f5;
  border: none;
}
.box-search.gray-box input::placeholder {
  color: #b1b1b1;
}

.box-message {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-message .right-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex: 1;
}
.box-message .right-content .img-holder img {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.box-message .right-content .content {
  flex: 1;
}
.box-message .right-content .content .title {
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  color: #2b7cd3;
  margin-bottom: 7px;
}
.box-message .right-content .content .small-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.box-message .right-content .content .small-bar p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #7b7b7b;
}
.box-message .right-content .content .small-bar p i,
.box-message .right-content .content .small-bar p svg {
  color: #7b7b7b;
  margin-left: 2px;
}
.box-message .right-content .content .des {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  text-align: right;
  color: #262424;
}
.box-message .arrow-icon i,
.box-message .arrow-icon svg {
  color: #2b7cd3;
  font-size: 16px;
}

.box-chat .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 10px;
}
.box-chat .user-info img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.box-chat .user-info .name {
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  margin-bottom: 0;
}
.box-chat .user-info i,
.box-chat .user-info svg {
  font-size: 12px;
  color: #edebeb;
}
.box-chat .user-info i.active,
.box-chat .user-info svg.active {
  color: #33b469;
}
.box-chat .date-send {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
.box-chat .date-send .text {
  background-color: white;
  width: fit-content;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.box-chat .date-send::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 67%;
  z-index: -1;
  background-color: #f2f2f2;
}
.box-chat .date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-bottom: 15px;
}
.box-chat .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #f2f2f2;
}
.box-chat audio::-webkit-media-controls-panel {
  background-color: #f3f9ff;
}
.box-chat audio {
  background-color: #f3f9ff;
  -webkit-border-radius: 4px;
  width: 100%;
  border-radius: 4px;
}
.box-chat .box-replay {
  width: fit-content;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
}
.box-chat .box-replay .holder {
  display: flex;
  align-items: flex-start;
  justify-content: end;
  gap: 5px;
}
.box-chat .box-replay .holder .btn-control {
  display: block;
  width: fit-content;
  background-color: transparent;
  font-size: 20px;
  color: #555;
}
.box-chat .box-replay .holder .btn-control::after {
  display: none;
}
.box-chat .box-replay .holder .img-holder {
  margin-left: 5px;
}
.box-chat .box-replay .holder .img-holder img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.box-chat .box-replay .holder .content {
  position: relative;
  word-break: break-word;
  text-align: right;
  padding: 12px;
  background: #f3f3f3;
  border-radius: 4px;
  color: #262424;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #262424;
}
.box-chat .box-replay .holder .content.attached-file {
  width: 220px;
  height: 50px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.box-chat .box-replay .holder .content.attached-file .download-btn {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 300ms;
}
.box-chat .box-replay .holder .content.attached-file .download-btn img {
  height: auto;
  width: 13px;
}
.box-chat .box-replay .holder .content.attached-file .download-btn:hover {
  background-color: #e7e7e7;
}
.box-chat .box-replay .holder .content.attached-file .bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.box-chat .box-replay .holder .content.attached-file .bar .img {
  width: 42px;
  height: 42px;
}
.box-chat .box-replay .holder .content.attached-file .bar .img img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.box-chat .box-replay .holder .content.attached-file .bar .icon-holder {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-chat .box-replay .holder .content.attached-file .bar .icon-holder img {
  height: auto;
  width: 20px;
}
.box-chat .box-replay .holder .content.attached-file .bar .icon-holder i,
.box-chat .box-replay .holder .content.attached-file .bar .icon-holder svg {
  font-size: 21px;
  color: #2b7cd3;
}
.box-chat .box-replay .holder .content.attached-file .bar .info {
  text-align: end;
}
.box-chat .box-replay .holder .content.attached-file .bar .info .name {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.box-chat .box-replay .holder .content.attached-file .bar .info .size {
  font-weight: 300;
  font-size: 12px;
  color: #000000;
}
.box-chat .box-replay .holder audio::-webkit-media-controls-panel {
  background-color: #f3f3f3;
}
.box-chat .box-replay .holder audio {
  max-width: 100%;
  width: 220px;
  background-color: #f3f3f3;
}
.box-chat .box-replay .holder video {
  max-width: 100%;
  width: 220px;
  border-radius: 4px;
}
.box-chat .box-replay .time {
  color: #898989;
  font-size: 12px;
  line-height: normal;
  display: block;
  font-weight: 300;
}
.box-chat .box-replay.client {
  margin-left: auto;
  margin-right: 0;
}
.box-chat .box-replay.client .time {
  text-align: end;
  margin-left: 10px;
}
.box-chat .box-replay.client .holder {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.box-chat .box-replay.client .holder .content {
  background: #2b7cd3;
  color: #ffffff;
}
.box-chat .box-replay.client .holder .content.attached-file .download-btn img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(40%) hue-rotate(275deg) brightness(114%) contrast(100%);
}
.box-chat .box-replay.client .holder .content.attached-file .download-btn:hover {
  background-color: #246ebd;
}
.box-chat .box-replay.client .holder .content.attached-file .bar .name,
.box-chat .box-replay.client .holder .content.attached-file .bar .size {
  color: #ffffff;
}
.box-chat .box-replay.client .holder audio::-webkit-media-controls-panel {
  background-color: #f3f9ff;
}
.box-chat .box-replay.client .holder audio {
  background-color: #f3f9ff;
}
.box-chat .box-send {
  padding: 4px;
  padding-right: 12px;
  border-radius: 8px;
  background-color: #f4f4f4;
  display: flex;
  align-items: stretch;
  gap: 16px;
  justify-content: space-between;
}
.box-chat .box-send > .inp {
  flex: 1;
  background-color: transparent;
  outline: 0 !important;
  border: 0 !important;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
.box-chat .box-send > .inp::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.box-chat .box-send .btn-send {
  border-radius: 6px;
  background: #2B7CD3;
  padding: 12px;
}
.box-chat .box-send .btn-send .icon {
  width: 24px;
  height: auto;
}
.box-chat .box-send .btn-file {
  width: fit-content;
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.box-chat .box-send .btn-file .icon {
  width: 24px;
  height: auto;
}
.box-chat .box-send .btn-file .inp {
  visibility: hidden;
  width: 0;
  height: 0;
}
.box-chat .img-veiw {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-chat .img-veiw img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}
.box-chat .img-veiw .icon-img {
  color: #2B7CD3 !important;
  font-size: 26px !important;
}
.box-chat .img-veiw .btn-remove {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background-color: #FF3636;
  left: -7px;
  top: -7px;
  font-size: 16px;
}
.box-chat .img-veiw .name-file {
  font-size: 13px;
}
.box-chat .img-veiw.icon {
  width: 60px;
  height: 60px;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.box-chat .img-veiw.icon img {
  width: 25px;
  height: auto;
  object-fit: unset;
  border-radius: 0;
}
.box-chat .note {
  color: #000;
  text-align: right;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
}
.box-chat .label-check {
  font-size: 14px !important;
}

.client-chat .content-side .title-side {
  height: 40px;
  line-height: 40px;
}
.client-chat .content-side .scroll-chat {
  height: calc(100vh - 40px - 16px - 17px - 20px - 20px - 2rem);
  overflow-y: auto;
  padding-left: 5px;
}
@media (max-width: 1199.98px) {
  .client-chat .content-side .scroll-chat.scroll-files {
    max-height: calc(100vh - 40px - 16px - 17px - 20px - 20px - 2rem);
    height: fit-content;
  }
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: none;
}

.form-select {
  background-position: left 0.75rem center !important;
}

.inp-filter {
  padding: 4px 26px !important;
  font-size: 12px !important;
  padding-left: 35px !important;
}

.inp-holder {
  position: relative;
}
.inp-holder .req-label {
  font-size: 10px;
  display: block;
  margin-bottom: 0px;
  color: rgba(255, 3, 3, 0.5);
  margin-top: 5px;
}
.inp-holder .mark-inp {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(20px, 43px);
  color: #29507b;
  font-weight: bold;
  font-size: 20px;
}

.input-custom {
  width: 100%;
}
.input-custom span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #262424;
  font-size: 14px;
  font-weight: 400;
}
.input-custom span span {
  display: block;
  margin-bottom: 0px;
  color: rgba(33, 33, 33, 0.5);
}
.input-custom span .inp-check {
  margin-left: 8px;
}
.input-custom input:not([type=checkbox]),
.input-custom select,
.input-custom textarea {
  width: 100% !important;
  border: 1px solid #cecece !important;
  border-radius: 4px !important;
  padding: 12px 14px !important;
  outline: none !important;
  transition: 300ms;
}
.input-custom input:not([type=checkbox])::placeholder,
.input-custom select::placeholder,
.input-custom textarea::placeholder {
  transition: 300ms;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  letter-spacing: 0.015em;
  color: #797979;
}
.input-custom input:not([type=checkbox]):focus,
.input-custom select:focus,
.input-custom textarea:focus {
  border-color: #29507b;
}
.input-custom input:not([type=checkbox])[type=date]::-webkit-calendar-picker-indicator,
.input-custom select[type=date]::-webkit-calendar-picker-indicator,
.input-custom textarea[type=date]::-webkit-calendar-picker-indicator {
  background: url("../images/icon/date-blue.svg") no-repeat;
  background-size: contain;
}
.input-custom input:not([type=checkbox])::file-selector-button,
.input-custom select::file-selector-button,
.input-custom textarea::file-selector-button {
  border-radius: 2px;
  background-color: #29507b;
  padding: 8px 20px;
  outline: 0;
  border: 0;
  margin-left: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.input-custom .input-box {
  position: relative;
}
.input-custom .input-box input,
.input-custom .input-box select {
  padding-left: 30px;
}
.input-custom .input-box input[type=file] {
  padding: 4px !important;
}
.input-custom .input-box select {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #797979 !important;
  border-color: #e0e0e0 !important;
  line-height: 23.52px;
}
.input-custom .input-box textarea {
  height: 150px;
}
.input-custom .input-box img {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(62%) sepia(0%) saturate(19%) hue-rotate(209deg) brightness(110%) contrast(112%);
}
.input-custom .input-box .text {
  position: absolute;
  left: 10px;
  top: 50%;
  font-weight: 400;
  font-size: 16px;
  transform: translateY(-50%);
}
.input-custom .input-box .arrow {
  position: absolute;
  color: #0f0a0a;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: auto;
}
.input-custom.inp-comment .inp {
  font-size: 16px;
  padding: 13px 16px !important;
  height: auto !important;
  resize: none;
}
.input-custom.inp-comment-2 {
  position: relative;
  z-index: 2;
}
.input-custom.inp-comment-2 label {
  color: #919191;
  font-size: 16px;
  position: absolute;
  top: 1px;
  border-radius: 4px;
  right: 1px;
  padding: 13px 16px 13px 0;
  width: calc(100% - 19px);
  background-color: white;
  z-index: 1;
  font-weight: 400;
  line-height: normal;
}
.input-custom.inp-comment-2 label span {
  color: #000 !important;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: normal !important;
  display: inline !important;
  gap: unset !important;
  margin-bottom: 0 !important;
}
.input-custom.inp-comment-2 .inp {
  font-size: 16px;
  padding: 13px 16px !important;
  height: auto !important;
  resize: none;
  padding-top: 49px !important;
}

.custom-file-upload {
  border: 2px dashed #cdcdcd;
  border-radius: 4px;
  padding: 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.custom-file-upload .content-box .title {
  font-weight: 400;
  font-size: 16px;
  color: black;
  margin-bottom: 0px;
}
.custom-file-upload .content-box .text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: black;
  opacity: 0.5;
}
.custom-file-upload .content-box .btn-file {
  border: 0;
  outline: 0;
  background: #29507b;
  border-radius: 4px;
  padding: 0.6rem 1rem;
  width: fit-content;
  color: white;
  gap: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.custom-file-upload .content-box .btn-file .img {
  width: 20px;
  height: auto;
}
.custom-file-upload .content-box .btn-file input {
  display: none;
}
.custom-file-upload > img {
  width: 164px;
  height: 106px;
  object-fit: cover;
}

.check-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.check-holder .label-check {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.52px;
}

.inp-check {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.inp-check:before {
  content: "";
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background-color: white;
}
.inp-check:checked::before {
  background: #13ce66;
  border-color: #13ce66;
}
.inp-check:checked::after {
  content: "";
  width: 8px;
  height: 14px;
  left: 19%;
  top: 50%;
  position: absolute;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.inp-check.sm {
  width: 16px;
  height: 16px;
}
.inp-check.sm:before {
  content: "";
  width: 18px;
  height: 18px;
}
.inp-check.sm:checked::after {
  content: "";
  width: 7px;
  height: 10px;
  left: 25%;
  top: 50%;
}

.profile-inp {
  width: 100% !important;
  border: 1px solid #cecece !important;
  border-radius: 4px !important;
  padding: 10px 12px !important;
  outline: none !important;
  transition: 0.3s;
}
.profile-inp[readonly] {
  background-color: #eee;
}

.label-inp {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
}

.box-inp {
  height: 43.21px;
  line-height: 18.21px;
  background-color: white;
  position: relative;
  width: 100% !important;
  border: 1px solid #cecece !important;
  border-radius: 4px !important;
  padding: 12px 14px !important;
  outline: none !important;
  cursor: pointer;
  font-size: 15px;
  z-index: 1;
}
.box-inp.filter-inp {
  padding: 0px;
}
.box-inp.filter-inp select.inp {
  position: unset !important;
  cursor: pointer;
  padding: 7px 15px 7px 60px !important;
}
.box-inp .icon {
  position: absolute;
  cursor: auto;
  left: 10px;
  top: 50%;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  color: #29507b;
  z-index: -1;
  background-color: rgba(41, 80, 123, 0.2);
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  pointer-events: all;
}
.box-inp .icon.icon-success {
  background-color: #29507b !important;
  color: white !important;
}
.box-inp input[type=file].inp {
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
}
.box-inp select.inp {
  font-size: 12px !important;
  width: 100%;
  height: 100%;
  border: 0;
  background: 0;
  left: 0;
  top: 0;
  padding: 0 10px;
  position: absolute;
  appearance: none;
}

.inp-sub {
  background-color: #29507b;
  color: white;
  font-size: 18px;
  min-height: 40px;
  display: flex;
  padding: 0 10px;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  border: none;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  min-width: 200px;
}

.inp {
  border: 1.2px solid #b4bec8;
  border-radius: 4px;
  padding: 16px 11px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  direction: rtl;
  display: block;
}

.footer {
  font-size: 14px;
  color: #000000;
  background: rgba(46, 87, 137, 0.02);
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .logo-footer {
  height: auto;
  max-width: 100%;
  width: 40px;
}/*# sourceMappingURL=main.css.map */
