.text-3 {
  color: #333;
}

.text-main-color {
  color: #274091;
}

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

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

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

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

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

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-17px {
  font-size: 17px;
}

.fs-18px {
  font-size: 18px;
}

.fs-19px {
  font-size: 19px;
}

.fs-20px {
  font-size: 20px;
}

.fs-26px {
  font-size: 26px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select > .dropdown-toggle {
  padding: 4px 8px 4px 10px !important;
  border-radius: 2px;
  border: 1px solid #d9d9d9 !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.9);
  font-size: 14px;
  color: #919090 !important;
  caret-color: #000;
  background-color: #fff !important;
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: 16px;
  height: 16px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right !important;
}

.padding-10px-6px {
  padding: 10px 6px !important;
}

.dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.dropdown .dropdown-menu .dropdown-item .img {
  width: 1.7rem;
  height: auto;
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.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: 0.3s;
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  color: #274091;
  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;
}

.icon-user {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c60874;
}

.main-popover {
  position: relative;
}
.main-popover .text {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.637);
  color: white;
  font-size: 14px;
  position: absolute;
  width: 200px;
  word-break: break-word;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  transition: 300ms;
  z-index: -5;
  opacity: 0;
}
.main-popover .i img {
  width: 18px;
}
.main-popover:hover .text {
  z-index: unset;
  opacity: 1;
}

.btn-play-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 0rem;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  color: #212529;
  width: fit-content;
}
.btn-play-video .i img {
  width: 30px;
  height: 30px;
}

button.btn-check-comp {
  background-color: white;
  border-radius: 10px;
}
button.btn-check-comp .content-btn {
  padding: 0.6rem;
  border-radius: 10px;
  border: 3px solid #bbb;
}
button.btn-check-comp .content-btn .img {
  width: 100%;
  height: 60px;
  border-radius: 10px;
}
button.btn-check-comp .content-btn .items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
button.btn-check-comp .content-btn .items .item {
  display: flex;
  gap: 5px;
}
button.btn-check-comp .content-btn .items .item .title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}
button.btn-check-comp .content-btn .price {
  font-size: 22px;
  font-weight: 600;
}
button.btn-check-comp.aramex .content-btn {
  border-color: #ee2e24;
}
button.btn-check-comp.aramex .content-btn .price {
  color: #ee2e24;
}
button.btn-check-comp.dhl .content-btn {
  border-color: #ffcc00;
}
button.btn-check-comp.dhl .content-btn .price {
  color: #ffcc00;
}
button.btn-check-comp.fedex .content-btn {
  border-color: #4e2d86;
}
button.btn-check-comp.fedex .content-btn .price {
  color: #4e2d86;
}
button.btn-check-comp.selected {
  position: relative;
}
button.btn-check-comp.selected::before {
  content: "";
  position: absolute;
  top: -9%;
  right: -2%;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: url("../images/icon/check.png") no-repeat center/cover;
  background-color: #0fc859;
}

.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: #274091;
  background-color: rgba(98, 132, 167, 0.07);
}
.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);
  background: -webkit-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);
  }
}
textarea {
  height: 150px;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  gap: 5px;
  padding: 0.5rem 1rem;
  background-color: #2B7CD3;
  border: 1px solid #2B7CD3;
  border-radius: 4px;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #fff !important;
  line-height: 24px;
  transition: 0.3s;
}
.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;
}
.main-btn.sm {
  width: fit-content;
  height: auto;
  padding: 4px 23px;
}
.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.red-border img {
  filter: unset !important;
}
.main-btn.dark-blue-border {
  background-color: transparent;
  border: 1px solid #2e5789;
  color: #2e5789 !important;
}
.main-btn.dark-blue-border img {
  filter: unset !important;
}
.main-btn.blue-border {
  background-color: transparent;
  border: 1px solid #2B7CD3;
  color: #2B7CD3 !important;
}
.main-btn.blue-border img {
  filter: unset !important;
}
.main-btn.grey-border {
  background-color: transparent;
  border: 1px solid #cecece;
  color: #2B7CD3 !important;
}
.main-btn.grey-border img {
  filter: unset !important;
}
.main-btn.form-dark-blue {
  background-color: #274091;
  border-color: #274091;
}

.color-btn {
  background-color: rgba(41, 155, 219, 0.2);
  color: #299bdb;
  padding: 8px;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
}
.color-btn.main {
  background-color: rgba(39, 64, 145, 0.2);
  color: #274091;
}

.notice-menu {
  width: 380px !important;
  height: 240px !important;
  top: 55px;
  right: -270px !important;
  overflow-y: scroll;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.notice-menu .dropdown-item {
  white-space: normal;
  font-size: 12px !important;
  color: #666 !important;
  display: flex;
  gap: 20px !important;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.notice-menu .dropdown-item .avatar img {
  width: 40px;
  height: 40px;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.notice-menu .dropdown-item .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.notice-menu .dropdown-item:active {
  background-color: #274091 !important;
  color: #fff !important;
}
.notice-menu .footer-menu {
  position: absolute;
  width: 100%;
  height: 30px;
}

.dropdown-menu[data-bs-popper] {
  top: 50px;
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip .tip {
  content: "";
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 100px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
  color: #fff;
  background-color: black;
}
.btn-tooltip .tip::before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent;
}
.btn-tooltip:hover .tip {
  opacity: 1;
}

.title-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.title-icon svg, .title-icon i {
  font-size: 16px;
}
.title-icon img {
  width: 18px;
}
.title-icon.margin-1_5 {
  margin-bottom: calc(1.5% + 10px);
}
.title-icon.sz-lg {
  font-size: 24px;
}
.title-icon.sz-lg img {
  width: 24px;
}

.title-taps {
  padding: 20px;
  background: linear-gradient(90deg, #274091, #c60874);
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}

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

.holder-main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.holder-main-title .small-title {
  font-size: 16px;
  color: #34ccff;
  line-height: 1.5715;
  margin-bottom: 0;
}
.holder-main-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
.holder-main-title .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #c60874;
}

.breadcumb-area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  min-height: 100px;
  background-color: #fff;
}
.breadcumb-area .text-center {
  text-align: start !important;
}
.breadcumb-area .breadcrumb-items {
  display: flex;
  align-items: center;
  justify-content: start;
}
.breadcumb-area .breadcrumb-items .breadcrumb-link {
  font-size: 18px;
  padding: 0.75rem 1rem;
  transition: all 0.3s;
}
.breadcumb-area .breadcrumb-items .breadcrumb-link:hover {
  color: #34ccff;
}
.breadcumb-area .breadcrumb-items span {
  font-size: 18px;
  font-weight: 700;
}
.breadcumb-area .logo {
  width: 118.56px;
  height: auto;
}
.breadcumb-area h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
  position: relative;
  margin-top: 0;
  line-height: 35px;
}
.breadcumb-area ul li {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}
.breadcumb-area ul li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  left: -5px;
}
.breadcumb-area ul li a {
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
}
.breadcumb-area ul li span {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  margin-top: 0;
  line-height: 35px;
}
.breadcumb-area.profile-page {
  margin-top: 0;
  border-bottom: none;
}
.breadcumb-area.profile-page ul {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 100%);
}
.breadcumb-area.under-border {
  border-bottom: 5px solid #c60874;
}

.service {
  padding-block: 3rem;
  background: rgba(39, 64, 145, 0.0588235294);
}

.padding-15px {
  padding: 15px;
}

.service-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 179.53px;
  width: 100%;
  text-align: center;
  padding-block: 15px;
  border-radius: 2rem;
  border: 2px solid rgba(39, 64, 145, 0.1098039216);
  color: #274091;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.service-link:hover {
  border: 2px solid #274091;
  box-shadow: 0 0 0 0 #274091;
  color: #274091;
  transform: scale(0.95);
}
.service-link:hover .icon-holder {
  background-color: #c60874;
}
.service-link .icon-holder {
  padding: 20px 28px;
  font-size: 64px;
  color: #fff;
  background-color: #274091;
  border-radius: 1rem;
  transition: all 0.4s linear;
  transform: translateY(-33%);
}
.service-link .srevice-img {
  width: 60.39px;
  height: 60.39px;
  margin-bottom: 20px;
}
.service-link .service-text {
  font-size: 16px;
  font-weight: 700;
  margin-top: -10px;
}

.social li a {
  display: flex;
  height: 40px;
  width: 40px;
  background: #fff;
  color: #333;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-inline-end: 7px;
  transition: all 0.3s;
  margin-top: 5px;
  font-size: 20px;
}
.social li a:hover {
  background: #34ccff;
  color: #fff;
}

.card-about {
  padding: 20px;
  border: 3px solid #c60874;
  border-radius: 16px;
  display: flex;
  gap: 20px;
  background-color: #274091;
  color: #fff;
  transition: 0.3s;
}
.card-about .icon-holder {
  background-color: #c60874;
  border: 6px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 90px;
  font-size: 40px;
  padding: 0 15px;
}
.card-about .about-text p {
  font-size: 24px;
}
.card-about .about-text small {
  font-size: 16px;
}
.card-about:hover {
  transform: scale(1.05);
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 6px;
}
.faq .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  border: 0.5px solid #d8d8d8;
  border-radius: 6px;
  color: #444;
  padding: 15px;
  box-shadow: none;
  justify-content: space-between;
}
.faq .accordion-item .accordion-header .accordion-button::after {
  background-position: center;
  background-image: url("../images/arrow-bottom.png");
  transition: 0.3s;
  background-size: 15px;
}
.faq .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-radius: 6px 6px 0px 0px;
}
.faq .accordion-item .accordion-collapse .accordion-body {
  border-radius: 0px 0px 6px 6px;
  padding: 15px;
  border: 0.5px solid #d8d8d8;
  font-weight: 400;
  font-size: 14px;
  text-align: Right;
  border-top: none;
  color: #666666;
}

.box-data-req {
  background: #e3e7f3;
  padding: 24px;
  border-radius: 5px;
}
.box-data-req .content {
  border-radius: 5px;
  padding: 1rem;
  border: 2px solid #274091;
}
.box-data-req .content .item .title img {
  width: 20px;
  margin-left: 5px;
}
.box-data-req .content .item .title i,
.box-data-req .content .item .title svg {
  margin-left: 5px;
}

.profile-nav {
  position: relative;
  justify-content: center;
  top: -30px;
  z-index: 11;
}
.profile-nav .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
  min-width: 180px;
  padding: 1rem 0rem;
  border: 10px solid #fff;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #274091;
}
.profile-nav .nav-item .nav-link i,
.profile-nav .nav-item .nav-link svg {
  font-size: 1.3rem;
  transition: all 0.2s ease-in-out;
  margin-inline-end: 3px;
}
.profile-nav .nav-item .nav-link.active:hover i,
.profile-nav .nav-item .nav-link.active:hover svg {
  transform: scale(1.2);
}
.profile-nav .nav-item .nav-link.active::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  background: #c60874;
  bottom: 7px;
  border-top-right-radius: 109px;
  left: 42%;
  transform: rotate(-45deg) translate(-50%, 50%);
}
.profile-nav .nav-item .nav-link.active, .profile-nav .nav-item .nav-link:hover {
  min-width: 250px;
  background-color: #c60874;
  box-shadow: 0px -5px 0 0px #fff;
}
.profile-nav .nav-item .nav-link:hover i,
.profile-nav .nav-item .nav-link:hover svg {
  transform: scale(1.2);
}
@media (max-width: 991.98px) {
  .profile-nav {
    flex-direction: column;
    align-items: center;
  }
  .profile-nav .nav-item {
    width: 100%;
  }
  .profile-nav .nav-item .nav-link {
    width: 70%;
    margin: 0px auto;
  }
  .profile-nav .nav-item .nav-link.active {
    width: 100%;
  }
  .profile-nav .nav-item .nav-link.active::before {
    display: none;
  }
  .profile-nav .nav-item .nav-link:hover {
    width: 100%;
  }
}

.user-profile-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-row-gap: 1rem;
  row-gap: 1rem;
  border-radius: 5px;
  padding: 40px 20px;
  background: linear-gradient(90deg, #274091, #c60874);
}
.user-profile-side .img-holder {
  position: relative;
}
.user-profile-side .img-holder img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.user-profile-side .img-holder .edit-photo {
  position: absolute;
  bottom: 0px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #274091, #c60874);
}
.user-profile-side .img-holder .edit-photo input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.user-profile-side .img-holder .edit-photo i,
.user-profile-side .img-holder .edit-photo svg {
  font-size: 12px;
}
.user-profile-side .name {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.user-profile-side .list-name {
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1em;
}
.user-profile-side .list-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.user-profile-side .list-links .list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 240px;
  max-width: 100%;
  height: 50px;
  font-size: 1.1rem;
  border: 1px solid #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  background: linear-gradient(90deg, rgba(198, 8, 116, 0.3490196078), rgba(39, 64, 145, 0.5294117647));
  backdrop-filter: blur(1px);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.user-profile-side .list-links .list-item a i,
.user-profile-side .list-links .list-item a svg {
  position: relative;
  transition: all 0.7s ease-in-out;
  font-size: 1.2rem;
}
.user-profile-side .list-links .list-item a:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px #fff;
  background: linear-gradient(90deg, #3a398d, #b60d77);
}
.user-profile-side .list-links .list-item a:hover i,
.user-profile-side .list-links .list-item a:hover svg {
  transform: rotate(2turn);
  margin-inline-end: 3px;
}

.content-tap-address {
  padding: 20px;
}
.content-tap-address .header-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #c60874;
  padding-bottom: 10px;
}
.content-tap-address .header-holder .heading-title {
  color: #274091;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 600;
  margin: 0;
}
.content-tap-address .header-holder .btn-address {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-width: 100%;
  height: 30px;
  font-size: 1.1rem;
  border: 1px solid #274091;
  color: #274091;
  transition: all ease-in 0.3s;
}
.content-tap-address .header-holder .btn-address:hover {
  background-color: #274091;
  color: #fff;
}
.content-tap-address .list-info {
  padding: 10px;
}
.content-tap-address .list-info li {
  flex-grow: 1;
}
.content-tap-address .list-info li .name {
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #666;
  font-size: 16px;
}
.content-tap-address .list-info li .val {
  color: #919aa3;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.2;
}

.content-tap-profile {
  padding: 20px;
}
.content-tap-profile .heading-title {
  color: #274091;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 3px solid #c60874;
}
.content-tap-profile .list-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.content-tap-profile .list-info li {
  flex-grow: 1;
}
.content-tap-profile .list-info li .name {
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #666;
  font-size: 16px;
}
.content-tap-profile .list-info li .val {
  color: #919aa3;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.2;
}
.content-tap-profile .tags-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.content-tap-profile .tags-holder .tag {
  padding: 8px 10px;
  border: 1px solid #274091;
  font-size: 1rem;
  padding-inline-start: 30px;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.content-tap-profile .tags-holder .tag .btn-delate {
  background-color: transparent;
}
.content-tap-profile .tags-holder .tag .btn-delate i,
.content-tap-profile .tags-holder .tag .btn-delate svg {
  position: relative;
  font-size: 18px;
  opacity: 0;
  transform: rotate(45deg);
  color: #c60874;
  transition: all 0.2s ease-in-out;
}
.content-tap-profile .tags-holder .tag:hover {
  color: #274091;
  border: 1px solid #c60974;
}
.content-tap-profile .tags-holder .tag:hover .btn-delate i,
.content-tap-profile .tags-holder .tag:hover .btn-delate svg {
  opacity: 1;
  transform: rotate(0deg);
}
.content-tap-profile .bar-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px 0px 0px 5px;
  padding: 20px;
  background: linear-gradient(90deg, rgb(39, 64, 145), rgb(198, 8, 116));
}

.box-invoice {
  position: relative;
  padding: 15px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  margin-block: 16px;
  height: calc(100% - 32px);
  width: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
.box-invoice .invoice-head {
  font-size: 11px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.box-invoice .invoice-head .success {
  color: #0b870b !important;
}
.box-invoice .invoice-body {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: start;
  margin-block: 10px;
}
.box-invoice .invoice-body .invoice-icon {
  font-size: 26px;
  color: #fff;
  background: #c40974;
  border-radius: 0.3rem;
  padding: 2px 12px;
  -webkit-margin-end: 13px;
  margin-inline-end: 13px;
}
.box-invoice .invoice-body .invoice-details {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #818181;
}
.box-invoice .invoice-status {
  position: relative;
  display: flex;
  grid-column-gap: 3px;
  -webkit-column-gap: 3px;
  column-gap: 3px;
  width: 100%;
  align-items: center;
}
.box-invoice .invoice-status .status-icon {
  position: relative;
  height: 35px;
  width: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-invoice .invoice-status .status-icon.active {
  color: #fff;
  height: 35px;
  width: 50px;
  border-radius: 20%;
  border: 1px solid #bfc2ca;
  background: #0b870b;
}
.box-invoice .invoice-status .connector {
  position: relative;
  width: calc(50% - 59px);
  height: 1px;
  border-bottom: 6px dotted #737373;
}
.box-invoice .invoice-status .connector.active {
  position: relative;
  width: calc(50% - 59px);
  height: 1px;
  border-bottom: 6px dotted #0b870b;
}
.box-invoice .invoice-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  color: #737373;
  font-size: 13px;
  margin-top: 5px;
}
.box-invoice .invoice-footer .invoice-weight {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  justify-content: end;
  flex-direction: row-reverse;
  width: 120px;
}
.box-invoice .invoice-footer .invoice-status {
  font-size: 16px;
  color: #fff;
}
.box-invoice .invoice-footer .invoice-status.blue {
  color: #4aabe0;
}
.box-invoice .invoice-footer .invoice-status.yalow {
  color: #f8b64f;
}
.box-invoice .invoice-footer .invoice-status.red {
  color: #f17b65;
}

.box-controlls-numbers {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background-color: #e5e5e5;
  border-radius: 29px;
}
.box-controlls-numbers .item {
  display: flex;
  padding: 10px 25px;
  align-items: center;
}
.box-controlls-numbers .item:not(:last-of-type) {
  border-bottom: 1px solid #cbc8c8;
}
.box-controlls-numbers .item.item-grey {
  background-color: #d9d9d9;
}
.box-controlls-numbers .item.item-green {
  background-color: #00984f;
}
.box-controlls-numbers .item .title {
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  flex: 1;
}
.box-controlls-numbers .item .contrl {
  width: 80%;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
}
.box-controlls-numbers .item .contrl .add,
.box-controlls-numbers .item .contrl .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #1b1b1b;
  border-radius: 50%;
  font-size: 13px;
  background-color: transparent;
  color: #1b1b1b;
}
.box-controlls-numbers .item .contrl input {
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  border: 0;
  outline: 0;
  box-shadow: none;
  width: 30px;
  background-color: transparent;
  text-align: center;
}

.box-info-data {
  padding: 1.2rem 1rem;
  border-radius: 8px;
  background-color: #274091;
  position: relative;
  text-align: center;
  color: white;
  font-size: 16px;
  z-index: 1;
}
.box-info-data.red {
  background-color: #e93328;
}
.box-info-data span {
  font-size: 18px;
  font-weight: 700;
}
.box-info-data .i {
  font-size: 50px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.404);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 2px;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  text-align: center;
  border: 1px solid #ddd !important;
}
.main-table tbody {
  border-top: 0px !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr.tr-link {
  cursor: pointer;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  font-size: 14px;
  padding: 10px;
  vertical-align: middle;
}

.box-info {
  position: relative;
  max-height: 450px;
  padding: 44px 80px 94px 70px;
  margin-bottom: 0px;
  text-align: start;
  color: #fff;
  background: #274091;
}
.box-info .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 54px;
}
.box-info .des {
  margin-bottom: 16px;
  line-height: 30px;
  font-size: 16px;
}
.box-info .btn-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.box-info .btn-holder .btn-send {
  background: #c60874;
  color: #fff;
  margin-top: 12px;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 28px;
  border: 2px solid transparent;
  text-transform: capitalize;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .box-info {
    padding: 20px;
  }
  .box-info .title {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 54px;
  }
}

.start-wodex-box {
  position: relative;
  z-index: 1;
  background: #c60874;
  box-shadow: 0 0 0 39px #c60874;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.start-wodex-box:hover {
  background: rgba(198, 8, 116, 0.6);
  box-shadow: -3px 3px 4px 18px rgba(198, 8, 116, 0.6);
}
.start-wodex-box .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.start-wodex-box .btn-start {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 50px;
  color: #fff;
  background: #274091;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .start-wodex-box {
    box-shadow: 0 0 0 10px #c60874;
  }
}

.box-statistic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  color: #fff;
}
.box-statistic .num {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}
.box-statistic .bar {
  width: 60px;
  height: 3px;
  background: #c60874;
}
.box-statistic .name {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-top: 15px;
}

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

.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;
}
.blocks-tickets .box-ticket .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px;
}
.blocks-tickets .box-ticket .info .date {
  color: #274091;
  font-weight: 700;
  font-size: 13px;
}
.blocks-tickets .box-ticket .info .date i,
.blocks-tickets .box-ticket .info .date svg {
  color: #274091;
  margin-left: 2px;
}
.blocks-tickets .box-ticket .info .content {
  color: rgb(102, 102, 102);
  font-size: 14px;
  margin-bottom: 0;
}
.blocks-tickets .box-ticket .options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.blocks-tickets .box-ticket:not(:last-child) {
  margin-bottom: 15px;
}

.box-service {
  position: relative;
  width: 100%;
  height: 196px;
  overflow: hidden;
}
.box-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-service .content {
  position: absolute;
  top: 65%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: white;
  background: #142440;
  transition: all 0.3s;
  opacity: 0.8;
}
.box-service .content .bar-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}
.box-service .content .bar-title .icon-holder {
  font-size: 35px;
}
.box-service .content .bar-title .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.box-service .content .des {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0;
}
.box-service:hover .content {
  top: 0;
  justify-content: center;
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.feature-box .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  background: #274091;
  border: 6px solid #d4f1fa;
}
.feature-box .icon-holder i,
.feature-box .icon-holder svg {
  font-size: 35px;
}
.feature-box .name {
  font-size: 25px;
  text-align: start;
  font-weight: bolder;
  color: #c60874;
  margin-bottom: 10px;
}
.feature-box .des {
  color: #666;
  line-height: 30px;
  font-size: 16px;
}

.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;
}
.card-side .card-slide.active .btn-icon {
  color: #c60874;
}

.box-white {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
}

.side-profile {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .side-profile {
    min-height: 0;
  }
}
.side-profile .item {
  padding: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  background-color: #fff;
  color: #4c535f;
}
.side-profile .item .icon {
  font-size: 18px;
}
.side-profile .item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.side-profile .item.active {
  color: #274091;
}
.side-profile .item.active .text {
  font-weight: 700;
}
.side-profile .item.active::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #274091;
}

.box-nums {
  border-radius: 8px;
  border: 1px solid #dfe0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: white;
  padding-bottom: 8px;
  flex-direction: column;
  transition: 0.3s;
}
.box-nums .text,
.box-nums .num {
  color: white;
}
.box-nums .text {
  font-size: 19px;
  font-weight: 600;
}
.box-nums .num {
  font-size: 40px;
  font-weight: 700;
}
.box-nums:hover {
  transform: scale(1.02);
}
.box-nums.box-green {
  background-color: #33B469;
}
.box-nums.box-red {
  background-color: #e52929;
}
.box-nums.box-purple {
  background-color: #8D1EE5;
}
.box-nums.box-main {
  background-color: #274091;
}
.box-nums.box-blue {
  background-color: #2B7CD3;
}
.box-nums.box-orange {
  background-color: #F99132;
}

.inp-select {
  position: relative;
}
.inp-select::after {
  position: absolute;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  top: 50%;
  font-size: 13px;
  transform: translateY(-50%);
  inset-inline-end: 12px;
}
.inp-select input {
  padding-inline-end: 38px;
}
.inp-select .not_found {
  background: white;
  padding: 5px;
  z-index: 5;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 100%;
  font-size: 20px;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
  gap: 5px;
  height: 185px;
}
.inp-select .menu-select {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  z-index: 5;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3490196078);
  height: 185px;
}
.inp-select .menu-select .item {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: 300ms;
  font-size: 15px;
  padding: 5px 10px;
}
.inp-select .menu-select .item:hover {
  background-color: #eee;
}
.inp-select .menu-select .item .i {
  height: 15px;
  width: auto;
}

.input-custom {
  width: 100%;
}
.input-custom span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #262424;
  font-size: 16px;
  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: 0.3s;
}
.input-custom input:not([type=checkbox])::placeholder,
.input-custom select::placeholder,
.input-custom textarea::placeholder {
  transition: 0.3s;
  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: #274091;
}
.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: #2B7CD3;
  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;
}

.form-follow .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  text-align: start;
}
.form-follow .form .inp-holder input,
.form-follow .form .inp-holder select {
  height: 50px;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  background: #fff;
  color: #333;
}
.form-follow .form .inp-holder input {
  padding: 6px 14px;
}
.form-follow .form .inp-holder select {
  padding: 10px 15px;
}
.form-follow .form .btn-holder .btn-form {
  background: #c60874;
  color: #fff;
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 2px;
  padding: 4px 15px;
}
@media (max-width: 767.98px) {
  .form-follow .title {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
  }
}

.calcform {
  background: #f9f9f9;
  border: 2px solid #d8d8d8;
  padding-top: 15px;
  margin-inline: 0;
}
.calcform .calcFormTitle {
  padding-bottom: 15px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.calcform .type-holder {
  display: flex;
  width: 100%;
  margin-bottom: 9px;
  grid-gap: 1rem;
  gap: 1rem;
}
.calcform .form-check {
  position: relative;
  padding-right: 0em;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.calcform .form-check .form-check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 13px;
  width: 100%;
  padding-block: 4px;
  margin: auto;
  border-radius: 3px;
  font-size: 1.1rem;
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  color: #274091;
  background-color: #fff;
}
.calcform .form-check .form-check-label span {
  margin-left: 1.5em;
}
.calcform .form-check .form-check-input {
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%);
  margin: 0em;
  width: 20px;
  height: 20px;
  border: 2px solid #274091;
  box-shadow: inset 0 0 0 3px #fff;
}
.calcform .form-check .form-check-input:checked {
  background-image: url("../images/icon/circle_dot.png");
}
.calcform .price-per-kg {
  display: flex;
  flex-direction: row-reverse;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.calcform .price-per-kg > div {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 0.5rem;
}
.calcform .price-per-kg > div img {
  height: 40%;
  margin-bottom: 5%;
  max-width: 100%;
}
.calcform .price-per-kg > div span {
  color: #fff;
  font-size: large;
}
.calcform .price-per-kg > div.DHL {
  background-color: #ffcb01;
}
.calcform .price-per-kg > div.Aramex {
  background-color: #ee3224;
}
.calcform .price-per-kg > div.Fedex {
  background-color: #4b1489;
}

.form-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px 100px;
  background-color: #fff;
  border-radius: 5px;
}
.form-filter .inp-form {
  flex-grow: 1;
}
.form-filter .btn-filter {
  color: white;
  background-color: rgb(39, 64, 145);
  border-radius: 5px;
  flex-grow: 1;
  padding: 7px 50px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .form-filter {
    padding: 20px;
  }
}

.inp-holder .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #4c535f;
  margin: 0 30px;
  margin-bottom: 20px;
}
.inp-holder .inp {
  background-color: #edf2f6;
  font-size: 14px;
  font-weight: 600;
}
.inp-holder .inp::placeholder {
  color: #8d98aa;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  background-color: #f4f4f4;
  color: #666;
}

ul {
  list-style: none;
  padding: 0%;
  margin: 0%;
}

a {
  text-decoration: none;
  color: #666;
}
a:hover {
  color: #666;
}

button {
  border: none;
  outline: none;
}

input {
  direction: rtl !important;
}

input:focus,
select:focus {
  outline: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.landing-swiper {
  height: 477px;
}
.landing-swiper .intro-slide-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.landing-swiper .intro-slide-box .text-slide {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-top: 15px;
}
.landing-swiper .intro-slide-box .btn-holder .button-slide {
  color: #fff;
  background-color: #274091;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 28px;
  border: 2px solid transparent;
  text-transform: capitalize;
  display: inline-block;
}
.landing-swiper .swiper-slide {
  position: relative;
}
.landing-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
}
.landing-swiper .swiper-button-next,
.landing-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  z-index: 10;
  transition: all 0.3s;
  background: hsla(0, 0%, 100%, 0.3);
  border: 1px solid #fff;
  border-radius: 50%;
}
.landing-swiper .swiper-button-next:hover,
.landing-swiper .swiper-button-prev:hover {
  background: #274091;
}
.landing-swiper .swiper-button-next::after,
.landing-swiper .swiper-button-prev::after {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.landing-swiper .swiper-button-next {
  left: 24px;
}
.landing-swiper .swiper-button-prev {
  right: 24px;
}
@media (max-width: 767.98px) {
  .landing-swiper .intro-slide-box {
    transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
    width: 100%;
    right: auto;
    padding: 10px;
    text-align: center;
    padding-top: 100px;
    align-items: center;
  }
  .landing-swiper .intro-slide-box .text-slide {
    padding: 0;
    font-size: 36px;
  }
  .landing-swiper .swiper-button-next,
  .landing-swiper .swiper-button-prev {
    display: none;
  }
}

.bar-follow-up {
  display: flex;
  align-items: center;
  min-height: 185px;
  padding: 15px 0 20px;
  background: url("../images/bg-bar-follow-up.jpg") no-repeat 50%/cover;
}

.info-statistics {
  position: relative;
  background: url("../images/bg-info-statistics.jpg") no-repeat top/cover fixed;
  z-index: 1;
}
.info-statistics::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(20, 36, 64, 0.8);
}

.more-info {
  background: #274091;
}
.more-info .card-about {
  border-radius: 0;
  border: none;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: 15px;
}
.more-info .card-about .icon-holder {
  width: 90px;
  height: 90px;
  border: 6px solid #d4f1fa;
}
.more-info .card-about .icon-holder i,
.more-info .card-about .icon-holder svg {
  font-size: 25px;
}
.more-info .card-about:hover {
  transform: none;
}

.content-side {
  padding: 20px;
  border: 1px solid #ddd;
  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% */
}

.features {
  background: url("../images/feature-bg.png") no-repeat;
  background-size: 70%;
  background-position: bottom;
}
.features .feature-img {
  width: 310px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
.page-error {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}
.page-error h1 {
  font-size: 60px !important;
  margin: 0px !important;
  font-weight: bold !important;
}
.page-error h2 {
  font-size: 2rem;
}
.page-error p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-error .btn-back {
  position: relative;
  background: transparent;
  display: block;
  width: fit-content;
  z-index: 1;
  overflow: hidden;
  padding: 8px 40px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s ease;
  font-weight: bold;
  margin: 5px 0px;
  border: 3px solid #666;
  color: #274091;
}
.page-error .btn-back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #666;
  z-index: -1;
  transition: 0.2s ease;
}
.page-error .btn-back:hover {
  color: #fff;
  background: #666;
  transition: 0.2s ease;
}
.page-error .btn-back:hover:before {
  width: 100%;
}

.section-shipping_request {
  width: 100%;
  max-width: 650px;
  margin-inline: auto;
  color: #333;
  background-color: #f9f9f9;
}
.section-shipping_request input,
.section-shipping_request select,
.section-shipping_request textarea {
  font-size: 14px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.9);
  caret-color: #000;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.section-shipping_request input:focus,
.section-shipping_request select:focus,
.section-shipping_request textarea:focus {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.9);
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.section-shipping_request input::placeholder,
.section-shipping_request select::placeholder,
.section-shipping_request textarea::placeholder {
  color: #919090;
}
.section-shipping_request select {
  color: #919090;
}
.section-shipping_request .inp-holder-radio {
  margin-right: 2.5%;
}
.section-shipping_request .inp-holder-radio .shipment-radio {
  margin-top: 1%;
}
.section-shipping_request .inp-holder-radio .shipment-radio .form-check-input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
.section-shipping_request .inp-holder-radio .shipment-radio label {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  font-weight: 500;
  padding: 0 8px;
}
.section-shipping_request .controlls {
  width: 155px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.section-shipping_request .controlls .dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-shipping_request .controlls .dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #000;
}
.section-shipping_request .controlls .dots span.active {
  background-color: #274091;
}
.section-shipping_request .controlls .btn-controll {
  background-color: #274091;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.section-shipping_request .address {
  height: 115px;
}
.section-shipping_request .address2 {
  height: 50px;
}
.section-shipping_request .content-white {
  border-radius: 29px;
  background: #f2f2f2;
  padding: 22px;
}
.section-shipping_request .content-white .btn-remove-all {
  background-color: transparent;
  border: 0;
}
.section-shipping_request .content-white .btn-remove-all img {
  width: 23px;
  height: auto;
}
.section-shipping_request .content-white .btn-add {
  border-radius: 8px;
  background: #00984f;
  padding: 6px 13px;
  gap: 5px;
  display: flex;
  font-size: 14px;
  align-items: center;
  color: white;
}
.section-shipping_request .content-white .btn-add img {
  width: 19px;
  height: auto;
}
.section-shipping_request .content-white .img-box {
  width: 100%;
  height: auto;
}
.section-shipping_request .content-white .logo {
  width: 180px;
  max-width: 100%;
  border-radius: 10px;
  height: 90px;
}
.section-shipping_request .content-white.step-4 {
  border-radius: 10px;
  background: #e3e2e2;
}
.section-shipping_request .content-white.step-4 select {
  width: 100%;
  background-color: transparent;
  height: 100%;
  border: none;
  box-shadow: none;
  color: #333;
}
.section-shipping_request .content-white.step-4 input[type=date] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.btn-filter {
  margin: 15px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn-filter .filter {
  padding: 10px 18px;
  border: 1px solid #ddd;
  font-weight: 600;
  flex-grow: 1;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  color: #eee;
}
.btn-filter .filter.blue {
  background-color: #4aabe0;
}
.btn-filter .filter.yalow {
  background-color: #f8b64f;
}
.btn-filter .filter.red {
  background-color: #f17b65;
}
.btn-filter .filter.green {
  background-color: #62d557;
}

.sectionHead {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px;
}

.section-wedexPay .amount-holder {
  background-color: #fff;
  height: 148px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
}
.section-wedexPay .amount-holder .amount {
  color: rgb(39, 64, 145);
  font-weight: bolder;
}
.section-wedexPay .item {
  background-color: #fff;
  height: 70px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.section-wedexPay .item.active {
  color: white;
  background-color: rgb(13, 172, 80);
}
.section-wedexPay .item.blue {
  color: white;
  background-color: rgb(13, 101, 172);
}
.section-wedexPay .item.long-height {
  height: 96px;
}
.section-wedexPay .from-holder {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}

.loader-style {
  position: fixed;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.5s, visibility 0.5s;
}
.loader-style.loader-hidden {
  opacity: 0;
  visibility: hidden;
}
.loader-style img {
  width: 150px;
}
.loader-style .custom-loader {
  height: 4px;
  width: 130px;
  background: linear-gradient(#766df4 0 0), linear-gradient(#766df4 0 0), #e4e4ed;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  animation: p6 3s infinite;
}
@keyframes p6 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}

.notifications-list li {
  list-style: circle;
  padding: 15px 10px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.notifications-list li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.notifications-list li:hover {
  box-shadow: 0 0 10px #ddd;
  scale: 0.99;
  border-bottom: 1px solid #274091;
  border-radius: 5px;
}
.notifications-list li .notification_text .icon-alert {
  color: #274091;
  font-size: 18px;
  padding: 10px;
}
.notifications-list li .notification_text .text-notice {
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}
.notifications-list li .notification_text .text-notice .content {
  background-color: transparent;
}
.notifications-list li .notification_text .date-notification {
  font-size: 14px;
  color: #808080;
}
.notifications-list li .notification_text .date-notification .icon {
  color: #274091;
}
.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;
}

.content_view {
  background-color: white;
  border-radius: 0.3rem;
  padding: 1rem;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}
.content_view .content_header {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.content_view .content_header .title {
  color: #525f71;
  font-size: 13px;
  font-weight: 700;
}

.main-section {
  min-height: calc(100vh - 74px - 294px);
}

.invoice-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 16px;
}
.invoice-content .status-invoice {
  position: absolute;
  top: 0%;
  font-size: 11px !important;
  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: #51ad49 !important;
  border-color: #17c666;
}
.invoice-content .title {
  position: absolute;
  top: -12px;
  right: 15px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  background-color: #fdfdfd;
  z-index: 111;
}
.invoice-content.none-over {
  overflow: initial !important;
}
.invoice-content .qr-holder img,
.invoice-content .qr-holder svg {
  width: 100px !important;
}

/* Start invoice */
.box-invoice-info {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 10px;
  margin-bottom: 8px;
}
.box-invoice-info p {
  margin-bottom: 2px;
  font-size: 15px;
}
.box-invoice-info h6 {
  font-size: 14px;
}

.qr-print img, .qr-print svg {
  width: 200px;
  height: 120px;
}

.main-header {
  background: linear-gradient(-45deg, #fff, #274091);
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(15px);
  height: 103.11px;
}
@media (max-width: 991.98px) {
  .main-header {
    height: 61.11px;
    padding: 10px 0;
  }
  .main-header .container .logo a img {
    height: 40px !important;
  }
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .container .logo a img {
  height: 68px;
  max-width: 100%;
}
.main-header .container .open-menu {
  font-size: 30px;
  color: white;
  background-color: transparent;
}
@media (min-width: 992px) {
  .main-header .container .open-menu {
    display: none;
  }
}
.main-header .container .main-nav {
  display: flex;
  align-items: center;
}
.main-header .container .main-nav > li > a {
  position: relative;
  display: block;
  padding: 35px 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: start;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
}
.main-header .container .main-nav > li > a .badged {
  position: absolute;
  top: 30px;
  left: 0px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .main-header .container .main-nav > li > a .badged {
    top: 6px;
    left: -6px;
  }
}
.main-header .container .main-nav > li.dropdown > a {
  display: flex;
  align-items: center;
  padding-inline-end: 0;
  gap: 4px;
}
@media (max-width: 991.98px) {
  .main-header .container .main-nav {
    align-items: flex-start;
    position: fixed;
    padding: 8px 0;
    overflow-y: auto;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6901960784);
    top: 0;
    height: 100vh;
    width: 250px;
    max-width: 100%;
    flex-direction: column;
    transition: 0.3s;
    transform: translateX(250px);
  }
  .main-header .container .main-nav.active {
    transform: translateX(0px);
  }
  .main-header .container .main-nav > li > a {
    padding: 8px 16px;
  }
}
.main-header.landing {
  height: 94.56px;
  z-index: 99;
  background: linear-gradient(-45deg, #fff, transparent);
}
.main-header.landing + * {
  margin-top: 0px;
}
@media (max-width: 767.98px) {
  .main-header.landing {
    height: fit-content;
  }
}

.bottom-nav {
  background-color: white !important;
  color: #666;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0.03rem 0.25rem rgba(0, 0, 0, 0.09) !important;
  z-index: 99;
}
.bottom-nav .logo img {
  width: 120px;
  height: auto;
}
@media (max-width: 767.98px) {
  .bottom-nav .logo img {
    width: 100px;
  }
}
.bottom-nav .navbar-nav {
  gap: 14px;
}
@media (max-width: 991.98px) {
  .bottom-nav .navbar-nav {
    gap: 0.5rem;
  }
}
.bottom-nav .navbar-nav .nav-link {
  color: #666 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 8px 13px !important;
  transition: 0.3s all ease-in-out;
  padding: 10px 13px;
  border-radius: 3px;
}
.bottom-nav .navbar-nav .nav-link.active {
  border-bottom-color: #274091;
  color: #274091 !important;
}
.bottom-nav .navbar-nav .nav-link:hover {
  background-color: #f3f3f3;
}
.bottom-nav .btn-nav {
  border-radius: 4px;
  color: #274091;
  font-size: 26px;
  font-weight: 700;
  font-weight: 500;
  line-height: normal;
  padding: 6px 11px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.bottom-nav .btn-nav:hover {
  background-color: #f3f3f3;
}
.bottom-nav .btn-nav.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .bottom-nav .btn-nav.side-nav {
    display: none;
  }
}
.bottom-nav .dropdown-menu-nav .dropdown-item {
  color: #616161;
}
.bottom-nav .dropdown-menu-nav .dropdown-item:hover {
  background-color: #274091;
  color: #fff;
}

.navbar-nav-side {
  gap: 48px;
}
@media (max-width: 991.98px) {
  .navbar-nav-side {
    gap: 0.5rem;
  }
}
.navbar-nav-side .nav-link {
  color: #666 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 14x !important;
  border-bottom: 2px solid transparent;
  transition: 0.3s all ease-in-out;
  padding: 10px 13px;
}
.navbar-nav-side .nav-link.active {
  border-bottom-color: #274091;
  color: #274091 !important;
}
.navbar-nav-side .nav-link:hover {
  background-color: #f3f3f3;
}

.login_page {
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}
.login_page * {
  font-family: "Cairo", sans-serif !important;
}
.login_page .box-col {
  width: 50%;
  padding: 88px;
}
.login_page .box-col.box-bg {
  position: relative;
  z-index: 99;
  position: relative;
  z-index: 2;
  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(39, 64, 145, 0.5);
}
.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-bg {
  z-index: 99;
  width: 270px;
  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 {
  font-weight: 500;
  z-index: 2;
  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: 20px;
}
.login_page .box-col .form_content .logo-form {
  width: 80px;
  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;
  padding: 0.6rem 8px;
}
.login_page .box-col .form_content .group-inp .inp {
  width: 100%;
  border: 0;
  outline: 0;
}
.login_page .box-col .form_content .group-inp .iti {
  width: 100%;
  direction: ltr;
}
.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;
}

.profile-new-section {
  min-height: 100vh;
  margin: 50px;
}
@media (max-width: 767.98px) {
  .profile-new-section {
    margin: 0;
  }
}

.menu-top {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.menu-top .item {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  padding: 10px 20px;
}
.menu-top .item.active {
  font-weight: 700;
  color: #274091;
  border-bottom: 2px solid #274091;
}
.menu-top .item-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 20px;
  padding: 2px 20px;
}
.menu-top .item-link.active {
  font-weight: 700;
  color: #fff;
  border-color: #274091;
  background-color: #274091;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .menu-top {
    justify-content: center;
  }
}

.img-import {
  margin: 0 20px;
}
.img-import .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #4c535f;
}
.img-import .import-holder {
  position: relative;
  border: 2px dashed #4c535f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px;
  border-radius: 20px;
  width: 110px;
  height: 90px;
}
.img-import .import-holder .img {
  width: 25px;
  height: 25px;
}
.img-import .import-holder .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #4c535f;
  margin: 0;
  margin-top: -5px;
}
.img-import .inp-file {
  width: 100%;
  /* visibility: hidden; */
  height: 100%;
  position: absolute;
  opacity: 0;
}

.btn-control {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 20px;
}
.btn-control .btn-rest {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #4c535f;
}

.box-img-holder {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .box-img-holder {
    justify-content: center;
  }
}

.balance {
  display: flex;
  align-items: center;
  gap: 20px;
}
.balance .title {
  font-size: 16px;
  font-weight: 600;
  color: #9f9f9f;
}
.balance .money {
  font-size: 34px;
  font-weight: 700;
  color: #4c535f;
}

.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-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 td {
  text-align: center;
  font-size: 13px;
  background-color: #f2f2f2;
}

.sec-btn {
  background-color: #e0b26c;
  border: #e0b26c;
  width: fit-content;
  padding-right: 10px;
  padding-left: 10px;
  color: white;
}
.sec-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.31) !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;
    background-color: #ad5449 !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;
  }
}
.main-footer {
  background-color: #274091;
}
.main-footer .footer-top {
  padding: 60px 0;
  text-align: start;
}
.main-footer .footer-top .footer-logo {
  margin-bottom: 10px;
}
.main-footer .footer-top .footer-logo img {
  height: 55px;
  max-width: 100%;
}
.main-footer .footer-top p {
  color: white;
  margin-bottom: 14px;
  line-height: 30px;
}
.main-footer .footer-top h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.main-footer .footer-top .link {
  color: #fff;
  padding-top: 10px;
  font-size: 16px;
  display: block;
}
.main-footer .footer-bottom {
  background: #c60874;
  padding: 30px 0;
}
.main-footer .footer-bottom .footer-bottom-content {
  text-align: center;
}
.main-footer .footer-bottom .footer-bottom-content span {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer {
  background-color: #274091;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-top {
  padding: 40px 0 20px;
}
.footer .footer-top .info .logo {
  margin-bottom: 26px;
  width: 187px;
  height: auto;
}
@media (max-width: 767.98px) {
  .footer .footer-top .info .logo {
    width: 100px;
  }
}
.footer .footer-top .info .text {
  font-size: 12px;
  font-weight: 500;
  max-width: 356px;
  line-height: 26px;
}
.footer .footer-top .items {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer .footer-top .items .title {
  margin-bottom: 1px;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
}
.footer .footer-top .items .item {
  white-space: nowrap;
  color: white;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-top .box-email .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 306px;
  margin-bottom: 21px;
}
.footer .footer-top .box-email .parent-inp {
  width: 306px;
  margin-bottom: 35px;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}
.footer .footer-top .box-email .parent-inp .inp {
  border: 0;
  padding: 9px 20px;
  border-radius: 0 10px 10px 0;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .inp::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .btn-sub {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 17px;
  background: rgba(221, 221, 221, 0.1);
  border-radius: 10px 0px 0px 10px;
  color: white;
}
.footer .footer-top .box-email .social {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .footer-top .box-email .social i,
.footer .footer-top .box-email .social svg {
  font-size: 27px;
  color: white;
}
.footer .bar {
  height: 0.5px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.footer .footer-bottom {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0 11px;
}