@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

html,
body {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #34393c;
  background: #f5f7f8;
  overflow-x: hidden;
}

::-moz-selection {
  background: #232357;
  color: #fff;
}

::selection {
  background: #232357;
  color: #fff;
}

a {
  text-decoration: none;
}

a,
button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

p,
label {
  color: #666666;
  line-height: 2;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(5px);
}

.loader img {
  width: 100px;
  display: block;
  /* padding: 10px;
  border-radius: 100%;
  background: #fff; */
}

.primary-btn {
  background: #eb5e29;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.primary-btn:hover,
.primary-btn:active {
  background: #ff7341 !important;
  color: #ffffff !important;
}

.yellow-btn {
  background: #eb5e29;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.yellow-btn:hover,
.yellow-btn:active {
  background: #ff7341 !important;
  color: #ffffff !important;
}

.outline-btn {
  border-color: #232357;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #232357;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.outline-btn:hover,
.outline-btn:active {
  background: #232357 !important;
  color: #ffffff !important;
}

.outline-btn-yellow {
  border-color: #eb5e29;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #eb5e29;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.outline-btn-yellow:hover,
.outline-btn-yellow:active {
  background: #eb5e29 !important;
  color: #ffffff !important;
}

.primary-link {
  color: #eb5e29;
}

.primary-link:hover {
  color: #ff7341;
}

.secondary-link {
  color: #232357;
}

.secondary-link:hover {
  color: #363685;
}

.table-responsive table td {
  color: #666666;
  border-color: #dce9f3;
}

.table-responsive table th {
  background: #5e5e9c;
  border-color: #5e5e9c;
  color: #ffffff;
  font-weight: 500 !important;
  border: none !important;
}

.table-responsive table th,
.table-responsive table td {
  padding: 0.9rem 1rem !important;
  vertical-align: middle;
}

.table-responsive table th #selectAllPackages,
.table-responsive table td .package-select,
.table-responsive table th .form-check-input,
.table-responsive table td .form-check-input {
  width: 22px;
  height: 22px;
  border-color: #dfe2ec;
  background-color: #dfe2ec;
  margin: 0;
  box-shadow: none;
  border-radius: 22px;
}
.table-responsive table th .form-check,
.table-responsive table td .form-check {
  gap: 0;
}
.table-responsive
  table
  th
  .form-check
  .form-check-input:checked[type="checkbox"] {
  border-color: #ffffff;
}
.table-responsive table th #selectAllPackages:checked,
.table-responsive table td .package-select:checked {
  background: #5e5e9c url(../images/customer/check.svg) no-repeat center
    center / cover;
  border-color: #ffffff;
}

.table-responsive table.dataTable {
  width: 100% !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length {
  display: none;
}
a.paginate_button {
  border: none !important;
  background: none !important;
  min-width: 38px !important;
  text-align: center !important;
  color: #788596 !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  margin-left: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #edeff3 !important;
  color: #788596 !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  border-radius: 7px;
  background: #f0f4fb;
  height: 50px;
  padding: 0 10px;
  border: none;
  outline: none;
  color: #788596;
}

.membership-box {
  /* padding: 2rem 2rem 2rem 0; */
  border-radius: 16px;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
}

.membership-box:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/customer/membership-bg.png) no-repeat bottom right /
    contain;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.04;
}

/* .membership-box.basic {
  background: linear-gradient(to bottom, #55dce7 0%, #3dcad4 100%);
}

.membership-box.advanced {
  background: linear-gradient(to bottom, #6bdfff 0%, #3dacfc 100%);
}

.membership-box.premium {
  background: linear-gradient(to bottom, #bfcedc 0%, #939fb3 100%);
} */

.membership-header {
  flex-basis: 40%;
  flex-shrink: 0;
  padding: 1.7rem;
  background: rgba(0, 0, 0, 0.05);
  color: #fff;
}

.membership-header h6 {
  font-size: 1.1rem;
  padding: 7px 15px;
  min-width: 110px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
}

.membership-header h5 {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.membership-header h5 strong {
  font-size: 200%;
  font-weight: 600;
}

.membership-header h5 small {
  font-weight: 400;
}

.membership-box ul {
  padding: 1rem;
}

.membership-box ul li {
  list-style: none;
  color: #626972;
  padding: 10px 0 10px 28px;
  position: relative;
}
.membership-box ul li svg {
  position: absolute;
  left: 0;
  top: 15px;
}
.arabic .membership-box ul li svg {
  left: auto;
  right: 0;
}
.membership-box button {
  border: 1px solid #fff;
  color: #fff;
  padding: 0.7rem 0.5rem;
}

.membership-box button:disabled {
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.7;
}

.membership-box button:hover,
.membership-box button:active,
.membership-box button.active {
  color: #ffffff !important;
}

.membership-box .form-check {
  padding: 0;
}

.membership-box .form-check .form-check-input {
  display: none;
}

.membership-box .form-check .form-check-label {
  border: 1px solid #fff;
  color: #fff;
  padding: 0.7rem 0.5rem;
  width: 100%;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}

.membership-box .form-check .form-check-label span:nth-child(2) {
  display: none;
}
.membership-box .form-check .form-check-input:checked ~ .form-check-label {
  background: #4ac8a1 !important;
  border-color: #4ac8a1 !important;
  color: #ffffff !important;
}
.register-membership
  .col-xl-4:first-of-type
  .membership-box
  .form-check
  .form-check-input:checked
  ~ .form-check-label {
  background: #3f9f9a !important;
  border-color: #3f9f9a !important;
}
.register-membership
  .col-xl-4:nth-of-type(2)
  .membership-box
  .form-check
  .form-check-input:checked
  ~ .form-check-label {
  background: #388bdd !important;
  border-color: #388bdd !important;
}
.register-membership
  .col-xl-4:nth-of-type(3)
  .membership-box
  .form-check
  .form-check-input:checked
  ~ .form-check-label {
  background: #b32e8d !important;
  border-color: #b32e8d !important;
}

.membership-box .form-check .form-check-input:checked ~ .form-check-label span {
  display: none;
}

.membership-box
  .form-check
  .form-check-input:checked
  ~ .form-check-label
  span:nth-child(2) {
  display: inline-block;
}

.login-left img {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
  object-position: top center;
  position: sticky;
  top: 0;
}

.login-right {
  padding: 2.6rem 7rem;
  background: url(../images/customer/login-bg.jpg) no-repeat center center /
    cover;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.signup {
  background: url(../images/customer/signup-bg.jpg) no-repeat center center /
    cover;
}

.login-right.signup-in {
  min-height: auto;
  padding: 2.5rem;
  border-radius: 12px;
  background: #fff;
}

.login-right.signup-in .col-12.d-flex .btn {
  min-width: 100px;
}

.login-right.signup-in .tab-head span img {
  width: 60px;
}

.login-right.signup-in .tab-head h5 {
  padding-top: 8px;
}

.login-right a img,
.signup a img {
  width: 160px;
}

.login-right .nav-tabs {
  background: #e0f3fe;
  border-radius: 10px;
  padding: 8px;
}

.login-right .nav-tabs .nav-item {
  width: 50%;
}

.login-right .nav-tabs .nav-link {
  text-align: center;
  color: #34393c;
  display: block;
  border-radius: 7px;
  width: 100%;
  padding: 0.75rem 1rem;
}

.login-right .nav-tabs .nav-link.active {
  background: #eb5e29;
  color: #ffffff;
}

.login-right .form-label {
  text-align: left;
  display: block;
  color: #666666;
}

.login-right .form-check-label a {
  color: #666666;
  text-decoration: underline;
}

.login-right .form-check {
  text-align: left;
  display: flex;
}

.login-right .form-check-input {
  border-color: #d3d5de;
  width: 20px;
  height: 20px;
  box-shadow: none !important;
  margin-right: 12px;
}

.login-right .form-check-input:checked {
  background-color: #666666;
  border-color: #666666;
}

.login-right .form-control,
.login-right .form-select {
  min-height: 55px;
  border-color: #f1f3fc;
  background-color: #f1f3fc;
}

.login-right .form-control:focus,
.login-right .form-select:focus {
  border-color: #666;
}
.login .divider {
  display: flex;
  align-items: center;
}
.login .divider::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d5de;
}
.passowrd-box .form-control {
  padding-right: 60px;
}

.passowrd-box .show-eye {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 55px;
  box-shadow: none;
  border: none;
  opacity: 0.6;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.passowrd-box .show-eye:hover {
  opacity: 1;
}

header {
  z-index: 999;
  padding: 0 25px;
}
header .dropdown-toggle::after {
  display: none;
}
.header-start {
  width: 290px;
}

.header-start img {
  width: 140px;
}

.toggle-menu {
  width: 30px;
  height: 24px;
  position: relative;
  outline: none;
}

.toggle-menu span {
  position: absolute;
  top: 0;
  left: 0;
  background: #788596;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  display: block;
}

.toggle-menu span:before,
.toggle-menu span:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #788596;
  border-radius: 2px;
}

.toggle-menu span:after {
  top: 18px;
  width: 25px;
}

.header-end .language .btn {
  border-radius: 50px;
  min-height: 50px;
  border: none;
  color: #666666;
  padding: 0;
}
.header-end .language .dropdown-menu {
  width: auto;
}
.header-end .dropdown.user .btn::after,
.header-end .language .btn::after {
  display: inline-block;
}
.header-end .dropdown.user.notification-dropdown .btn::after {
  display: none;
}
.notification-dropdown .dropdown-item {
  font-size: 0.9rem;
  line-height: 1.75;
}
.notification-dropdown .dropdown-item ul {
  padding: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notification-dropdown .dropdown-item ul li {
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.notification-dropdown .dropdown-item ul li span {
  display: inline-block;
  padding: 0 15px;
  border-radius: 25px;
  background: #fff2ec;
}
.notification-dropdown .dropdown-item:hover ul li span {
  color: #fff;
  background: #eb5e29;
}
header .language img {
  width: 25px;
  border-radius: 100%;
  margin-right: 5px;
}

.header-end .dropdown.user .btn {
  padding: 0;
  border: none;
  color: #666666;
}

.header-end .dropdown.user .btn img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid #e2eff5;
}

.header-end .dropdown.user .dropdown-item svg {
  margin-right: 5px;
}

.header-end .dropdown-menu {
  margin-top: 12px !important;
  box-shadow: 0 30px 40px rgba(3, 40, 50, 0.1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  width: 300px;
  border: none;
}

.header-end .dropdown-item {
  padding: 1rem 1.2rem;
}

.header-end .dropdown-item {
  color: #646d72;
}

.header-end .dropdown-item:hover,
.header-end .dropdown-item:active,
.header-end .dropdown-item.active {
  color: #eb5e29;
  background: #fff2ec !important;
}

.notification-btn {
  width: 50px;
  line-height: 48px;
  color: #eb5e29 !important;
  background: #fff2ec;
  flex-shrink: 0;
  padding: 0;
}

.notification-btn:hover,
.notification-btn:active {
  color: #ffffff !important;
  background: #eb5e29 !important;
}

.card-white {
  border-radius: 15px;
  background: #fff;
  padding: 25px;
}

.sidebar {
  border-radius: 0;
  position: fixed;
  width: 280px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 100px 0 20px 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.sidebar.closed {
  left: -100%;
  width: 0;
  visibility: hidden;
}
.sidebar-in {
  padding: 12px;
  background: linear-gradient(to bottom, #464691 0%, #232357 100%);
  border-radius: 15px;
}
.sidebar ul li {
  list-style: none;
  margin-bottom: 0.2rem;
}

.sidebar ul li.active {
  margin-bottom: 0.4rem;
}

.sidebar ul li a {
  color: #ffffff;
  display: block;
  border-radius: 7px;
  padding: 0.7rem 0.8rem;
}

.sidebar ul li a svg {
  color: #ffffff;
  margin-right: 6px;
}

.sidebar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar ul li.active a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.sidebar ul li.active a svg {
  color: #ffffff;
}

.site-tour {
  border-radius: 10px;
  background: rgba(61, 61, 144, 0.6);
  padding: 1rem 0.75rem;
}

.site-tour img {
  width: 85px;
  display: none;
}
.site-tour h6 {
  margin-bottom: 7px;
}
.site-tour p {
  opacity: 0.75;
  line-height: 1.5;
  font-size: 0.88rem;
  margin-bottom: 12px;
}

.site-tour .btn,
.site-tour .btn:hover,
.site-tour .btn:active {
  background: #eb5e29;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
}

.content {
  padding-top: 80px;
  padding-left: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.content.closed {
  padding-left: 0;
}

.content-in {
  padding: 25px;
  min-height: calc(100vh - 150px);
  min-height: calc(var(--vh, 1vh) * 100 - 150px);
}
footer {
  padding: 0 25px 25px 25px;
}
footer p {
  background: #eaeff1;
  border-radius: 12px;
}

footer::after {
  display: none;
}

.welcome-box {
  padding: 1.5rem 0 0 1.5rem;
  border-radius: 15px;
  background: linear-gradient(to right, #ffebe2 0%, #ffdece 100%);
}

.welcome-box img {
  width: 40%;
}

.welcome-box h5 span {
  color: #e17055;
}

.shipping-status {
  border-radius: 10px;
  padding: 1.4rem;
  background: #eafaf9;
  border: 1px solid #eafaf9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}

.shipping-status p {
  margin-bottom: 7px;
  font-weight: 500;
}

.shipping-status h6 {
  color: #34393c;
  font-weight: 600;
  font-size: 1.2rem;
}

.shipping-status span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  font-size: 1.4rem;
  background: linear-gradient(45deg, #2dcebc 0%, #2dce96 100%);
}

.shipping-status:hover {
  border-color: #2dcebc;
}

.shipping-status.orange {
  background: #faf3eb;
}

.shipping-status.orange span {
  background: linear-gradient(45deg, #ffb272 0%, #e88533 100%);
}

.shipping-status.orange:hover {
  border-color: #ffb272;
}

.shipping-status.red {
  background: #fef1f1;
}

.shipping-status.red span {
  background: linear-gradient(45deg, #f5583d 0%, #f54351 100%);
}

.shipping-status.red:hover {
  border-color: #f5583d;
}

.title-2 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.my-address-list a {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  border: 1px solid #d8e7f0;
  padding: 1.6rem 1rem;
  border-radius: 7px;
  color: #666666;
  height: 100%;
}

.my-address-list a span.fi {
  width: 45px;
  height: 45px;
  background-size: cover;
  border-radius: 45px;
  flex-shrink: 0;
}

.my-address-list a:hover {
  background: #fff2ec;
  border-color: #eb5e29;
}

.my-address-list a img {
  width: 45px;
}

.content .form-label {
  color: #666666;
}

.content .form-control,
.content .form-select {
  min-height: 55px;
  border-color: #f1f3fc;
  background-color: #f1f3fc;
  box-shadow: none !important;
  color: #666666;
  outline: none !important;
}

.content input[type="file"]::file-selector-button {
  line-height: 40px;
}
.content .form-control:focus,
.content .form-select:focus {
  border-color: #666;
}

.locate-package div img {
  width: 80px;
}

.locate-package .form-control:focus {
  border-color: #eb5e29;
  background-color: #ffffff;
}

.tracking-count {
  padding: 1.2rem;
  border-radius: 10px;
  background: #6cb36a;
}

.tracking-count.violet {
  background: #a85dc2;
}

.tracking-count span {
  background: #fff;
  width: 65px;
  height: 65px;
  border-radius: 8px;
}

.tracking-count span img {
  width: 45%;
}

.tracking-count h6 {
  font-weight: 700;
  font-size: 1.4rem;
}

.dashboard-links li {
  list-style: none;
}

.dashboard-links li a {
  background: #e4e0ff;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 18px 18px 12px 18px !important;
}

.dashboard-links li a p {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.dashboard-links li a span {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #5f50c9;
  background: #ffffff;
}
.dashboard-links li a:hover {
  border-color: #5f50c9;
}
.shipping-status,
.shipping-status span,
.dashboard-links li a,
.dashboard-links li a span,
.dashboard-links li a p,
.my-address-list a img,
.my-address-list a span.fi {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.shipping-status:hover span,
.dashboard-links li a:hover span,
.my-address-list a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.dashboard-links li:nth-child(2) a {
  background: #cefbff;
}
.dashboard-links li:nth-child(2) a span {
  color: #22b2bf;
}
.dashboard-links li:nth-child(2) a:hover {
  border-color: #22b2bf;
}

.dashboard-links li:nth-child(3) a {
  background: #ffdac5;
}
.dashboard-links li:nth-child(3) a span {
  color: #c16a38;
}
.dashboard-links li:nth-child(3) a:hover {
  border-color: #c16a38;
}
.dashboard-links li:nth-child(4) a {
  background: #feddff;
}
.dashboard-links li:nth-child(4) a span {
  color: #d741dc;
}
.dashboard-links li:nth-child(4) a:hover {
  border-color: #d741dc;
}
.notification-mob {
  display: none;
}

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.nav-pills.vertical-tab {
  flex-direction: column;
  padding: 1.2rem;
  border-radius: 12px;
  background: #fff2ec;
}

.nav-pills.vertical-tab .nav-item {
  margin-bottom: 0.7rem;
}

.nav-pills.vertical-tab .nav-item:last-child {
  margin-bottom: 0;
}

.nav-pills.vertical-tab .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #666666;
  padding: 0.75rem;
}

.nav-pills.vertical-tab .nav-link.active {
  background: #eb5e29;
  color: #ffffff;
}

.nav-pills.vertical-tab .nav-link img {
  width: 30px;
}

.nav-pills.vertical-tab .nav-link span.fi {
  width: 30px;
  height: 30px;
  background-size: cover;
  border-radius: 30px;
  flex-shrink: 0;
}

.nav-tabs.yellow-tab {
  border: none;
  padding: 0;
}

.nav-tabs.yellow-tab .nav-link {
  background: #fff0ea;
  color: #666;
  border-radius: 0;
  padding: 0.85rem 1.75rem;
  min-width: 120px;
  text-align: center;
  border: none;
}

.nav-tabs.yellow-tab .nav-item:first-child .nav-link {
  border-radius: 7px 0 0 7px;
}

.nav-tabs.yellow-tab .nav-item:last-child .nav-link {
  border-radius: 0 7px 7px 0;
}
.nav-tabs.yellow-tab .nav-item:only-child .nav-link {
  border-radius: 7px;
}
.nav-tabs.yellow-tab .nav-link.active {
  background: #eb5e29;
  color: #ffffff;
}
/* .address-table {
  border: 1px solid #d8e7f0;
  border-radius: 12px;
  padding: 0.75rem 2rem;
} */
.address-table table tr td {
  vertical-align: middle;
  color: #34393c;
}

.address-table table tr td:first-child {
  padding-left: 0 !important;
  color: #81878b;
  width: 170px;
}

.address-table table tr td:last-child {
  text-align: right;
  padding-right: 0 !important;
}
/* .address-table table tr:last-child td {
  border: none;
} */
.btn-copy {
  color: #232357;
  background: #efefff;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  min-width: 90px;
  border: none !important;
}

.btn-copy:hover,
.btn-copy:active {
  color: #ffffff !important;
  background: #232357 !important;
}
.btn-copy.btn-share {
  color: #14b992;
  background: #d6f9f1;
}
.btn-copy.btn-share:hover,
.btn-copy.btn-share:active {
  color: #ffffff !important;
  background: #14b992 !important;
}
.btn-copy svg {
  margin-right: 5px;
}

.info {
  display: flex;
  gap: 12px;
  color: #666666;
  line-height: 2;
}

.info svg {
  color: #70aabc;
  margin-top: 7px;
}

.action-btns {
  display: flex;
  /* justify-content: flex-end; */
  gap: 15px;
}

.action-btns button,
.action-btns a {
  min-width: 37px;
  min-height: 37px;
  border-radius: 5px;
  padding: 10px 14px;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  box-shadow: none;
  color: #232357;
  background: #eeeeff;
  white-space: nowrap;
}

.action-btns button:hover,
.action-btns a:hover {
  color: #ffffff;
  background: #5050a0;
}

.action-btns button.green,
.action-btns a.green {
  color: #1fa68e;
  background: #e4f8f4;
}

.action-btns button.green:hover,
.action-btns a.green:hover {
  color: #ffffff;
  background: #1fa68e;
}

.action-btns button.orange,
.action-btns a.orange {
  color: #f7a764;
  background: #fef2e8;
}

.action-btns button.orange:hover,
.action-btns a.orange:hover {
  color: #ffffff;
  background: #f7a764;
}

.action-btns button.red,
.action-btns a.red {
  color: #ea6060;
  background: #fce7e7;
}

.action-btns button.red:hover,
.action-btns a.red:hover {
  color: #ffffff;
  background: #ea6060;
}

.action-btns button.brown,
.action-btns a.brown {
  color: #4b1f37;
  background: #ede9eb;
}

.action-btns button.brown:hover,
.action-btns a.brown:hover {
  color: #ffffff;
  background: #4b1f37;
}
.package-country-box,
.status-wraper {
  padding: 10px;
  border: 1px solid #e6e9f4;
  border-radius: 10px;
}
.consolidation-box {
  flex-shrink: 0;
}
.consolidation-box .primary-btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.consolidation-box p {
  line-height: 1.4;
  font-size: 0.9rem;
}
.status-wraper p {
  cursor: pointer;
  padding: 10px;
  border-radius: 7px;
  margin: 0 !important;
}
.status-wraper.status-wraper-viewonly p {
  cursor: auto;
}
.status-wraper p.selected {
  background: #d5f6ff;
}
.status-wraper p:first-child.selected {
  background: #4bccb5;
  border-color: #4bccb5;
  color: #ffffff;
}
.status-wraper p:first-child.selected span {
  color: #2f9f8b;
  background: #fff;
}
.status-wraper p:nth-child(2).selected {
  background: #f7a764;
  border-color: #f7a764;
  color: #ffffff;
}
.status-wraper p:nth-child(2).selected span {
  color: #c97937;
  background: #fff;
}
.status-wraper p:nth-child(3).selected {
  background: #ea6060;
  border-color: #ea6060;
  color: #ffffff;
}
.status-wraper p:nth-child(3).selected span {
  color: #bb3434;
  background: #fff;
}
.status-badge {
  color: #fff;
  background: #627983;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 20px;
  white-space: nowrap;
  font-size: 0.9rem;
}

.status-badge.green {
  background: #4bccb5;
}

.status-badge.orange {
  background: #f7a764;
}

.status-badge.red {
  background: #ea6060;
}

.status-badge.violet {
  background: #a85dc2;
}

.table-pagination {
  margin-top: 1.2rem;
}

.table-pagination .form-select {
  width: 80px;
  min-height: auto;
}

.table-pagination .pagination {
  margin: 0;
  justify-content: flex-end;
  gap: 10px;
}

.table-pagination .pagination .page-item .page-link {
  height: 35px;
  min-width: 35px;
  border-radius: 35px;
  box-shadow: none;
  border: none;
  color: #666666;
  text-align: center;
}

.table-pagination .pagination .page-item.active .page-link {
  background: #edeff3;
}

.secondary-btn {
  background: #232357;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.secondary-btn:hover,
.secondary-btn:active {
  background: #363685 !important;
  color: #ffffff !important;
}

.content .outline-btn {
  border-color: #232357;
  color: #232357;
}

.content .outline-btn:hover,
.content .outline-btn:active {
  background: #232357 !important;
}

.gray-btn {
  background: #e6f0f7;
  min-height: 55px;
  border-radius: 7px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  color: #8392ab;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.gray-btn:hover,
.gray-btn:active {
  background: #8392ab !important;
  color: #ffffff !important;
}

.modal-xxl {
  max-width: 1600px;
}

.nav-tabs.arrow-tab {
  overflow: hidden;
  border: none;
  padding: 0;
}

.nav-tabs.arrow-tab .nav-item {
  flex: 1;
}

.nav-tabs.arrow-tab .nav-item .nav-link {
  padding: 0.75rem 0.5rem;
  background: #ecf1f4;
  color: #666666;
  width: 100%;
  border-radius: 0;
  position: relative;
  border: none;
  isolation: auto;
  min-height: 50px;
  cursor: auto;
}

.nav-tabs.arrow-tab .nav-item .nav-link span {
  position: relative;
  z-index: 2;
}

.nav-tabs.arrow-tab .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  top: 5px;
  right: -16px;
  width: 40px;
  height: 40px;
  background: #ecf1f4;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-tabs.arrow-tab .nav-item .nav-link.completed::before,
.nav-tabs.arrow-tab .nav-item .nav-link.active::before {
  background: #eb5e29;
}

.nav-tabs.arrow-tab .nav-item:first-child .nav-link {
  border-radius: 7px 0 0 7px;
}

.nav-tabs.arrow-tab .nav-item:last-child .nav-link {
  border-radius: 0 7px 7px 0;
}

.nav-tabs.arrow-tab .nav-item:last-child .nav-link::before,
.nav-tabs.arrow-tab .nav-item:last-child .nav-link:after {
  display: none;
}

.nav-tabs.arrow-tab .nav-item .nav-link.completed,
.nav-tabs.arrow-tab .nav-item .nav-link.active {
  background: #eb5e29;
  color: #fff;
}

.nav-tabs.arrow-tab .nav-item strong {
  display: none;
  font-weight: 500;
}

.parcel-img {
  border: 1px solid #d8e7f0;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  max-width: 400px;
  width: 100%;
}

.parcel-img img {
  object-fit: contain;
  width: 60%;
}
.info-table {
  width: 100%;
}
.info-table tr td {
  padding: 7px 0;
  color: #81878b;
  line-height: 1.7;
}

.info-table tr td:last-child {
  padding: 7px 0 7px 6px;
  color: #34393c;
}

.cusom-upload {
  border-color: #f1f3fc;
  background-color: #f1f3fc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 0.75rem;
  min-height: 110px;
  text-align: center;
}

.cusom-upload p {
  color: #81878b;
}

.cusom-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.cusom-upload span {
  background: #bec4db;
  color: #fff;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.form-address {
  position: relative;
}

.form-address label {
  border: 1px solid #d8e7f0;
  padding: 15px;
  border-radius: 10px;
  color: #666666;
  width: 100%;
  margin: 0;
}

/* .form-address .form-check-input:checked ~ label,
.form-address .form-check-input:checked ~ label li,
.form-address .form-check-input:checked ~ label li svg,
.form-address .form-check-input:checked ~ label p {
  border-color: #eb5e29 !important;
  background: #ebedff;
  color: #eb5e29;
} */

.form-address p {
  padding-right: 30px;
}

.form-address ul li {
  padding: 4px 0;
  color: #6c7480;
  display: flex;
  word-break: break-all;
}

.form-address .form-check-input {
  position: absolute;
  top: 17px;
  right: 15px;
  border-color: #e5f0f1;
  background-color: #e5f0f1;
  width: 20px;
  height: 20px;
  box-shadow: none;
  margin: 0;
}

.content .form-check-input:checked[type="radio"],
.content .form-check-input:checked[type="checkbox"] {
  background: #5e5e9c url(../images/customer/check.svg) no-repeat center
    center / cover;
  border-color: #5e5e9c;
}

.content .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.content .form-check-input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border-color: #dfe2ec;
  background-color: #dfe2ec;
  margin: 0;
}

.form-address ul {
  margin: 0;
  padding: 0;
}

.form-address li svg {
  margin-top: 6px;
  color: #acb7cb;
}

.add-new {
  border: 2px dashed #d8e7f0;
  color: #8392ab;
  min-height: 50px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.add-new:hover,
.add-new:active {
  border-color: #8392ab;
  color: #8392ab;
}

.custom-check-box {
  position: relative;
}

.custom-check-box label {
  border: 1px solid #d8e7f0;
  padding: 15px 45px 15px 15px;
  border-radius: 7px;
  color: #666666;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.custom-check-box .form-check-input {
  position: absolute;
  top: 50%;
  right: 15px;
  border-color: #e5f0f1;
  background-color: #e5f0f1;
  width: 20px;
  height: 20px;
  box-shadow: none;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 25px;
}

.custom-check-box .form-check-input:checked ~ label {
  color: #5e5e9c;
  border-color: #5e5e9c;
  background: #ebedff;
}

.custom-check-box.shipping-check-box label {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  color: #666666;
  cursor: pointer;
}

.custom-check-box.shipping-check-box input {
  display: none;
}

.shipping-check-box span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: #e4f0f6;
  color: #9cb3c1;
  flex-shrink: 0;
}

.shipping-check-box div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.shipping-check-box div:nth-child(2) {
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 5px;
}

.shipping-check-box div .text-success {
  font-weight: 700;
  color: #12ca49 !important;
}

.shipping-check-box strong {
  color: #ffffff;
  background: #9cb3c1;
  flex-shrink: 0;
  padding: 5px 8px;
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 0.9rem;
  margin-left: auto;
}

.shipping-check-box h6 {
  font-weight: 500;
  margin-bottom: 0;
}

.shipping-check-box h6 small {
  display: block;
  font-weight: 400;
  font-size: 80%;
  padding-top: 8px;
  opacity: 0.8;
}

.custom-check-box.shipping-check-box .form-check-input:checked ~ label {
  background: #ebedff;
  color: #5e5e9c;
}

.custom-check-box.shipping-check-box .form-check-input:checked ~ label span {
  color: #ffffff;
  background: #5e5e9c;
}

.custom-check-box.shipping-check-box .form-check-input:checked ~ label strong {
  background: #5e5e9c;
  color: #ffffff;
}

.custom-check-box.shipping-check-box
  .form-check-input:checked
  ~ label
  h6
  small {
  color: #666666;
}

.package-total {
  padding: 1rem 1.2rem;
  border-radius: 12px;
  background: linear-gradient(to right, #e4e4ff 0%, #efefff 100%);
}
.package-total-border {
  padding: 1.2rem 0;
  border-top: 2px solid #e4e4ff;
  border-bottom: 2px solid #e4e4ff;
}
.card-white .package-total-border h5 {
  font-size: 1.4rem;
}
.package-total-border h5 span {
  color: #e17055;
  font-weight: 800;
}
.package-total table {
  width: 100%;
}

.package-total table tr td {
  padding: 7px;
  color: #666666;
}

.package-total table tr td:first-child {
  padding-left: 0;
  width: 60%;
}

.package-total table tr td:nth-child(2) {
  width: 25px;
}

.package-total table tr td:last-child {
  padding-right: 0;
  width: 150px;
}

.package-total .total {
  background: #fff;
  border-radius: 7px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.package-total h5 {
  font-weight: 600;
  color: #232357;
}

td.sub-table {
  background: #dadeff;
  border-color: #dadeff !important;
  padding: 1.2rem !important;
  /* display: none; */
}

td.sub-table .table tr td {
  background: none;
}

td.sub-table .alert-info {
  margin-bottom: 0;
  text-align: center;
  border: 2px solid #fff;
  padding: 87px 15px 17px 15px;
  background: url(../images/customer/no-data.png) no-repeat center 25px / 50px
    auto;
}

.table-dropdown {
  width: 37px;
  height: 37px;
  border-radius: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  box-shadow: none;
  color: #4b1f37;
  background: #ede9eb;
}

.table-dropdown:hover {
  color: #ffffff;
  background: #4b1f37;
}

.table-dropdown.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tracking-timeline {
  border-radius: 15px;
  padding: 1.2rem;
  background: linear-gradient(to bottom, #eaecff 0%, #dadeff 100%);
}

.tracking-timeline li {
  font-weight: 600;
  color: #666666;
  position: relative;
  line-height: 1.75;
  padding: 0 0 25px 35px;
  list-style: none;
}

.tracking-timeline li small {
  opacity: 0.7;
  font-weight: 400;
}

.tracking-timeline li span {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #8392ab;
  border: 3px solid #c8f0ff;
  box-shadow: 0 0 0 2px #8392ab;
}

.tracking-timeline li.completed span {
  background: #34cb8b;
  box-shadow: 0 0 0 2px #34cb8b;
}

.tracking-timeline li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 6px;
  width: 2px;
  height: 100%;
  background: #8392ab;
}

.tracking-timeline li.completed:before {
  background: #34cb8b;
}

.tracking-timeline li:last-child {
  padding-bottom: 0;
}

.tracking-timeline li:last-child:before {
  display: none;
}

.invoice-head {
  border-radius: 12px;
  padding: 1.2rem;
  background: linear-gradient(to right, #c8f0ff 0%, #def6ff 100%);
}

.invoice-head img {
  width: 70px;
}

hr.dashed-line {
  background: none;
  opacity: 1;
  border-top: 2px dashed #d1dde7;
}

.info-table.info-table-right tr td:last-child {
  text-align: right;
}

.dashboard .modal-body {
  padding: 1.5rem;
}

.dashboard .modal-header {
  padding: 1rem 1.5rem;
}

.subscription-info {
  padding: 1.2rem;
  border-radius: 12px;
  border: 1px solid #ea7e00;
  background: #fef8f2;
}

.subscription-info h6 {
  color: #ea7e00;
  font-size: 1.5rem;
  font-weight: 600;
}

.subscription-info h5 {
  color: #34393c;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}

.subscription-info h5 small {
  font-weight: 500;
  font-size: 60%;
}

.subscription-info h5 span {
  color: #666666;
  font-weight: 400;
  font-size: 60%;
}

.subscription-info ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  color: #81878b;
}

.subscription-info ul li span {
  background: #fbe6ce;
  color: #ea7e00;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  font-size: 0.85rem;
}
.subscription-info .subscription-privileges:empty {
  display: none !important;
}
.upgrade-payment {
  display: none;
}

.offers img {
  border-radius: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.offers img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  transform: scale(1.02);
}

.contact-start ul li {
  padding: 0 0 15px 0;
  display: flex;
  gap: 1.2rem;
}

.contact-start ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eb5e29;
  color: #ffffff;
}

.contact-start ul li p {
  margin-bottom: 5px;
}

.contact-start ul li p a {
  color: #666666;
  word-break: break-all;
}

.contact-start ul li::before {
  display: none;
}

.contact-form.contact-form-customer {
  background: linear-gradient(45deg, #efefff 0%, #e4e4ff 100%);
  padding: 2rem;
  border-radius: 12px;
}

.contact-form.contact-form-customer .form-control {
  background-color: #fff;
  border-color: #fff;
}

.account-header {
  background: linear-gradient(to right, #efefff 0%, #e4e4ff 100%);
  padding: 1.3rem;
  border-radius: 12px;
}

.account-header-left img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 70px;
}

.account-header-left h5 {
  color: #666666;
}

.account-header-left h5 small {
  padding-top: 10px;
  font-weight: 400;
  font-size: 75%;
  word-break: break-all;
}

.account-header ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.account-header ul li:first-child {
  padding-right: 1.5rem;
  border-right: 1px solid #bfbfeb;
}

.account-header ul li span {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: grid;
  place-items: center;
  background: #fff;
}

.account-header ul li span img {
  width: 55%;
}

.account-header ul li h5 {
  font-weight: 600;
  color: #232357;
}

.account-header ul li h5 small {
  color: #666;
  padding-top: 10px;
  font-weight: 400;
  font-size: 75%;
}

.nav-tabs.profile-tab {
  border-bottom: 1px solid #d8e7f0;
  gap: 1.7rem;
  padding: 0;
}

.nav-tabs.profile-tab .nav-link {
  color: #8392ab;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.9rem 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-tabs.profile-tab .nav-link.active {
  color: #eb5e29;
  border-color: #eb5e29;
}

.profile-pic {
  background: #efefff;
  padding: 1.5rem 1.2rem;
  border-radius: 12px;
}

.profile-pic div {
  width: 130px;
}

.profile-pic div img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 7px solid #fff;
}

.profile-pic div span {
  width: 35px;
  line-height: 35px;
  border-radius: 35px;
  background: #eb5e29;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.profile-pic div span input {
  cursor: pointer;
}

.profile-pic p {
  word-break: break-all;
}

/* .account-address .form-address .form-check-input:checked ~ label,
.account-address .form-address .form-check-input:checked ~ label p {
  border-color: #eb5e29 !important;
} */

.account-address .form-address p {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.account-address .form-address p span {
  display: none;
  font-weight: 400;
  padding: 0 12px;
}
.account-address .form-address label .status-label {
  display: block;
  padding: 0 60px 5px 0;
  font-size: 0.9rem;
}
.arabic .account-address .form-address label .status-label {
  padding: 0 0 5px 60px;
  text-align: left;
}
.arabic .address-actions {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.account-address .form-address .form-check-input:checked,
.account-address .form-address .form-check-input:checked ~ label .status-label {
  display: none;
}
.account-address .form-address .form-check-input:checked ~ label p span {
  display: block;
}

/* .account-address .form-address .form-check-input {
  display: none;
} */

.account-address .form-address .btn {
  color: #fff;
  border-radius: 5px;
  width: 35px;
  line-height: 35px;
  padding: 0;
}

.account-address .form-address .btn.btn-edit {
  background: #92d2ff;
}

.account-address .form-address .btn.btn-trash {
  background: #f86868;
}

.modal-img {
  width: 90px;
}

.wallet-header {
  background: #fff2ec;
  padding: 1.2rem;
  border-radius: 12px;
}

.wallet-header span {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  width: 75px;
}

.wallet-header h5 {
  color: #232357;
}

.wallet-header h5 small {
  padding-top: 10px;
  font-weight: 400;
  font-size: 75%;
  color: #666666;
}

.topup-amount .form-label {
  border-radius: 7px;
  padding: 12px;
  border: 1px solid #d8e7f0;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  justify-content: space-between;
  gap: 15px;
}

.topup-amount .form-label p {
  font-size: 1.2rem;
  font-weight: 600;
}

.topup-amount .form-check-input {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  opacity: 0;
  z-index: 9;
  box-shadow: none;
}

.topup-amount .form-label p small {
  font-size: 60%;
  margin-right: 5px;
  font-weight: 400;
}

.topup-amount .form-check-input:checked {
  opacity: 1;
}

.topup-amount .form-check-input:checked ~ .form-label {
  border-color: #5e5e9c;
  color: #5e5e9c;
}

.topup-amount .form-check-input:checked ~ .form-label p {
  color: #5e5e9c;
}

.transaction-list {
  margin: 0;
  padding: 0;
}

.transaction-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 1.5rem;
  border-radius: 12px;
  background: #f7f7ff;
  margin-bottom: 1.5rem;
}

.transaction-list li h4 {
  color: #232357;
  flex-shrink: 0;
}

.transaction-list li h4 small {
  font-size: 60%;
  color: #6c7480;
}

.transaction-list li .btns button {
  background: #fff;
  width: 45px;
  line-height: 45px;
  border-radius: 30px;
  text-align: center;
  color: #4b1f37;
  padding: 0;
  border: none;
  box-shadow: 2px 2px 20px rgba(4, 27, 59, 0.1);
}

.transaction-list li .btns button:nth-child(2) {
  color: #eb5e29;
}

.content .form-switch {
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}

.content .form-switch .form-check-input {
  width: 50px;
  height: 24px;
  border-color: #dfe2ec;
  background-color: #dfe2ec;
  box-shadow: none;
  background-size: 25px 25px;
  margin: 0;
}

.content .form-switch .form-check-input:checked {
  background-position: right center;
  background-size: 25px 25px;
  background-image: url(../images/customer/circle.svg);
}

.loyalty-header {
  padding: 1.2rem;
  border-radius: 12px;
  border: 1px solid #a29bfe;
  background: #eeecff;
}

.loyalty-header span {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  width: 75px;
}

.loyalty-header h5 {
  color: #34393c;
  font-weight: 600;
}

.loyalty-header h5 small {
  padding-top: 10px;
  font-weight: 400;
  font-size: 75%;
  color: #666666;
}

.loyalty-chart {
  border-left: 1px solid #d0cde5;
}

.progress-container {
  width: 65px;
  height: 65px;
  position: relative;
}

.progress-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-circle::before {
  content: "";
  width: 45px;
  height: 45px;
  background: #eeecff;
  border-radius: 50%;
  position: absolute;
}

.card-white h5 {
  font-size: 1.2rem;
}

.redeem-box {
  padding: 2rem 1.5rem;
  border-radius: 10px;
  text-align: center;
  background: #e7f3fd;
}

.redeem-box h5 {
  color: #0984e3;
  font-weight: 600;
}

.redeem-box span {
  background: #fff;
  border-radius: 5px;
  padding: 12px 15px;
  letter-spacing: 2px;
  font-family: "Courier New", Courier, monospace;
  color: #666;
  font-size: 1.1rem;
}

.redeem-box span svg {
  cursor: pointer;
}

.redeem-box.green {
  background: #e6f8f5;
}

.redeem-box.green h5 {
  color: #00b894;
}

.redeem-box.orange {
  background: #fcf1ee;
}

.redeem-box.orange h5 {
  color: #e17055;
}

.redeem-box.pink {
  background: #fdedf5;
}

.redeem-box.pink h5 {
  color: #e84393;
}

.notification-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  background: #ebf8fd;
  border-left: 4px solid #eaf9ff;
  margin-bottom: 1.2rem;
}

.notification-list li.unread {
  border-color: #8dc0d4;
  background: #dff4fc;
}

.notification-list li span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #33a6d4;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 4px 4px 30px rgba(8, 93, 127, 0.1);
}

.notification-list li.news span {
  background: #29a463;
}

.notification-list li h6 {
  font-size: 0.9rem;
}
.receipt-box {
  padding: 20px;
  border: 1px solid #e0e6f1;
  max-width: 800px;
  margin: 0 auto;
}
.receipt-box img {
  width: 100px;
}
.receipt-box .receipt-header {
  border-bottom: 1px solid #e0e6f1;
}
.receipt-box .receipt-header img {
  width: 240px;
}

.receipt-box-in {
  padding: 10px;
  border-top: 1px solid #e0e6f1;
  border-bottom: 1px solid #e0e6f1;
}

.receipt-box table td {
  padding: 7px;
  font-size: 1rem;
  color: #75757b;
  border: none;
  line-height: 1.8;
  text-align: left;
}

.receipt-box table td:first-child {
  padding-left: 0;
}

.receipt-box table td:last-child {
  padding-right: 0;
  color: #3e3f49;
  text-align: right;
}

.receipt-box table tbody tr:last-child td {
  padding-bottom: 10px;
}

.receipt-box table tfoot td {
  border-top: 1px solid #e0e6f1;
  padding-top: 10px;
}

.receipt-box .btns .btn {
  display: inline-flex;
  gap: 10px;
  background: #eeeeff;
  color: #232357;
  align-items: center;
  padding: 0.55rem 1.2rem;
  border-radius: 20px;
  font-size: 0.9rem;
}

.receipt-box .btns .btn:hover,
.receipt-box .btns .btn:active {
  background: #e3e3ff;
  color: #232357;
}

.otp-authentication .form-check-input {
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  background: #ccdbeb;
  box-shadow: none;
}
.arabic .otp-authentication .form-check-input {
  right: auto;
  left: 1rem;
  margin-left: 0;
}
.otp-authentication .form-label {
  border-radius: 10px;
  padding: 1.2rem 3rem 1.2rem 1.2rem;
  border: 1px solid #ccdbeb;
  cursor: pointer;
  width: 100%;
  margin: 0;
}
.arabic .otp-authentication .form-label {
  padding: 1.2rem 1.2rem 1.2rem 3rem;
}
.otp-authentication .form-label span {
  height: 52px;
  width: 52px;
  display: grid;
  place-content: center;
  background: rgba(204, 219, 235, 0.5);
  color: #7a93b4;
  border-radius: 50%;
  flex-shrink: 0;
}

.otp-authentication .form-label p {
  word-break: break-all;
}

.otp-authentication .form-check-input:checked ~ .form-label {
  border-color: #5e5e9c;
}

.otp-authentication .form-check-input:checked ~ .form-label p {
  color: #5e5e9c;
}

.otp-authentication .form-check-input:checked ~ .form-label span {
  background: #5e5e9c;
  color: #ffffff;
}

.password-list li {
  color: #6c7480;
  list-style: none;
}

.password-list li svg {
  margin-right: 5px;
  color: #9dacc4;
}

.password-list li.completed svg {
  color: #35ac89;
}

.otp-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
  /* max-width: 280px; */
}

.otp-container input {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #f1f3fc;
  background-color: #f1f3fc;
  box-shadow: none !important;
  color: #666666;
  outline: none;
  flex: 1;
  margin: 0;
}

.no-address {
  background: #efefff;
  padding: 1.5rem;
  border-radius: 12px;
}
.arabic .no-address {
  text-align: right !important;
}
.no-address img {
  width: 60px;
}

.box-item-row .btn {
  min-width: 55px;
  min-height: 55px;
  text-align: center;
  margin-top: 42px;
}

#sync1 .item {
  padding: 5px;
}

#sync1 .item img {
  border: 1px solid #d8e7f0;
  border-radius: 7px;
  padding: 10px;
}

#sync2 .item {
  padding: 5px;
}

#sync2 .item img {
  border: 1px solid #d8e7f0;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}

#sync2 .current .item img {
  border-color: #a8bdca;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-nav {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

#sync1.owl-theme:hover .owl-nav {
  opacity: 1;
}

#sync1.owl-theme button {
  width: 28px;
  height: 28px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  border-radius: 28px;
  background: rgba(159, 162, 192, 0.4);
}

#sync1.owl-theme button svg {
  height: 15px;
}

#sync1.owl-theme button:hover {
  background: #eb5e29;
}

#sync1.owl-theme button:hover svg path {
  stroke: #fff !important;
}

#sync1.owl-theme .owl-prev {
  left: 15px;
}

#sync1.owl-theme .owl-next {
  right: 15px;
}

.table-responsive table td.dataTables_empty {
  background: url(../images/customer/no-data.png) no-repeat center 25px / 55px
    auto;
  padding-top: 6.2rem !important;
}

.no-offer {
  padding: 1.5rem;
  border-radius: 12px;
  background: #efefff;
}

.no-offer img {
  width: 50px;
}

.notification-btn-2 {
  display: none;
}

.accordion-button {
  box-shadow: none !important;
}
/* .declare-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
} */
.table-wrapper {
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(to right, #f4f6ff, #e4e8ff);
  height: 100%;
}
.table-wrapper.pink {
  background: linear-gradient(to right, #f7f2ff, #eee3ff);
}
.table-wrapper .table-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.table-wrapper .table-title img {
  width: 40px;
}
.table-wrapper .info-table {
  width: 100%;
}
.table-wrapper .info-table tr td:last-child {
  text-align: right;
  font-weight: 500;
}
.table-wrapper .total-table {
  padding: 7px 12px;
  background: #fff;
  border-radius: 7px;
  font-weight: bold;
  margin-top: 5px;
}
.new-custom-checkbox {
  height: 100%;
  position: relative;
}
.new-custom-checkbox .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: 22px !important;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px !important;
  background: #fff !important;
  border-color: #fff !important;
}
.new-custom-checkbox .form-check-input:checked[type="radio"],
.new-custom-checkbox .form-check-input:checked[type="checkbox"] {
  background: #5e5e9c url(../images/customer/check.svg) no-repeat center
    center / cover !important;
  border-color: #5e5e9c !important;
}

.new-custom-checkbox label {
  background: #eff8fe;
  border: 1px solid #eff8fe;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  height: 100%;
  margin-bottom: 0;
}
.new-custom-checkbox label h6 {
  line-height: 1.5;
}
.new-custom-checkbox label .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto 15px auto;
}
.new-custom-checkbox label .icon img {
  width: 40px;
}
.new-custom-checkbox label ul li {
  padding: 2px 0;
}
.payment-methods img {
  width: 50px;
  border-radius: 50px;
}
.shipping-boxes .col-sm-6:nth-of-type(1) .new-custom-checkbox label {
  background: #fff2eb;
  border-color: #fff2eb;
}
.shipping-boxes .col-sm-6:nth-of-type(1) .new-custom-checkbox label strong {
  background: #e6804e;
  color: #ffffff;
  border-color: #e6804e;
}
.shipping-boxes
  .col-sm-6:nth-of-type(1)
  .new-custom-checkbox
  label
  strong
  span {
  background: #ffffff;
  color: #e6804e;
}
.shipping-boxes .col-sm-6:nth-of-type(2) .new-custom-checkbox label {
  background: #f7eeff;
  border-color: #f7eeff;
}
.shipping-boxes .col-sm-6:nth-of-type(2) .new-custom-checkbox label strong {
  background: #8e5bc0;
  color: #ffffff;
  border-color: #8e5bc0;
}
.shipping-boxes
  .col-sm-6:nth-of-type(2)
  .new-custom-checkbox
  label
  strong
  span {
  background: #ffffff;
  color: #8e5bc0;
}
.shipping-boxes .col-sm-6:nth-of-type(3) .new-custom-checkbox label {
  background: #ffebf5;
  border-color: #ffebf5;
}
.shipping-boxes .col-sm-6:nth-of-type(3) .new-custom-checkbox label strong {
  background: #dc5e9b;
  color: #ffffff;
  border-color: #dc5e9b;
}
.shipping-boxes
  .col-sm-6:nth-of-type(3)
  .new-custom-checkbox
  label
  strong
  span {
  background: #ffffff;
  color: #dc5e9b;
}
.new-custom-checkbox .form-check-input:checked ~ label {
  border-color: #5e5e9c !important;
  background: #ebedff !important;
}
.new-custom-checkbox .form-check-input:checked ~ label h6 {
  color: #5e5e9c;
}
.new-custom-checkbox strong {
  color: #ffffff;
  background: #9cb3c1;
  border: 2px solid #9cb3c1;
  flex-shrink: 0;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 0.9rem;
  margin-left: auto;
}
.new-custom-checkbox strong span {
  background: #ffffff;
  color: #5f7a8b;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 25px;
  margin-left: -8px;
  margin-right: 5px;
}
.new-custom-checkbox .form-check-input:checked ~ label strong {
  background: #5e5e9c !important;
  border-color: #5e5e9c !important;
}
.new-custom-checkbox .form-check-input:checked ~ label strong span {
  color: #5e5e9c !important;
}
.new-declaration-card .accordion-button {
  background: none !important;
}
.new-declaration-card .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #d8e7f0;
  border-radius: 8px;
}
.new-declaration-card .product-table tr th {
  background: #eeeeff;
  color: #454545;
}
.new-declaration-card .product-table tr:last-child td {
  border: none;
  padding-bottom: 0 !important;
}
.new-declaration-card .address-box {
  background: #f1f3fc;
  padding: 10px 15px;
  border-radius: 7px;
  color: #666666;
}
.new-declaration-card .address-box ul {
  padding: 0;
}
.arabic .new-declaration-card .address-box ul li svg {
  margin-right: 0 !important;
  margin-left: 5px;
}
.new-declaration-card a.address-box {
  border: 1px solid #dee2e6;
}
.new-declaration-card a.address-box:hover {
  background: #f1f3fc !important;
}
.new-declaration-card .address-box li {
  padding: 4px 0;
}
.new-declaration-card .address-box .btn {
  background: #fff;
  border-color: #fff;
  color: #34393c;
  padding: 10px 15px;
  border-radius: 7px;
}
.new-declaration-card .address-box .btn:hover,
.new-declaration-card .address-box .btn:active {
  background: #232357;
  border-color: #232357;
  color: #ffffff;
}
.new-declaration-card hr {
  border-color: #d8e7f0;
  opacity: 1;
  margin: 1.5rem 0;
}
.new-declaration-card .custom-check-box.shipping-check-box input {
  display: block;
  right: auto;
  left: 12px;
  top: 50%;
  background: #fff !important;
  border-color: #fff !important;
}
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked[type="radio"],
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked[type="checkbox"] {
  background: #5e5e9c url(../images/customer/check.svg) no-repeat center
    center / cover !important;
  border-color: #5e5e9c !important;
}
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked
  ~ label {
  border-color: #5e5e9c;
  background: #ebedff;
}
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked
  ~ label
  h6 {
  color: #5e5e9c;
}
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked
  ~ label
  strong {
  background: #5e5e9c;
  color: #ffffff;
}
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked
  ~ label
  strong
  strike {
  color: #ffffff !important;
}
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked
  ~ label
  strong
  .fa-wallet {
  color: #ffffff;
}
.new-declaration-card .custom-check-box {
  position: relative;
  height: 100%;
}
.new-declaration-card .custom-check-box h6 {
  font-weight: 400;
  line-height: 1.6;
}
.new-declaration-card .custom-check-box.shipping-check-box label {
  background: #f1f3fc;
  border-color: #f1f3fc;
  padding: 12px 10px 12px 44px;
  border-radius: 7px;
  height: 100%;
  min-height: 75px;
}
.new-declaration-card .shipping-check-box strong {
  background: #ffffff;
  color: #333;
  font-weight: 700;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 100%;
}
.new-declaration-card .shipping-check-box strong strike {
  font-weight: 500;
}
.new-declaration-card .shipping-check-box strong .fa-wallet {
  font-size: 110%;
  color: #884f13;
}
.new-declaration-card .shipping-check-box div {
  display: block;
}
.new-declaration-card .shipping-check-box p {
  line-height: 1.5;
}
.new-declaration-card .shipping-check-box h6 span {
  display: block;
  width: auto;
  height: auto;
  display: inline-block;
  background: #2fa749;
  color: #ffff;
  font-weight: 400;
  padding: 0 8px;
  border-radius: 20px;
  font-size: 85%;
  margin: 2px;
}
.new-declaration-card
  .custom-check-box.shipping-check-box
  .form-check-input:checked
  ~ label
  span {
  background: #2fa749;
}
.new-declaration-card .shipping-check-box div.payment-methods {
  flex-direction: row;
}
.new-declaration-card .shipping-check-box div.payment-methods img {
  width: 35px;
  border-radius: 3px;
}
.payment-card {
  position: sticky;
  top: 100px;
}
.payment-card .info-table tr td:last-child {
  text-align: right;
}
.payment-card .info-table tfoot tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #d8e7f0;
  border-bottom: 1px solid #d8e7f0;
  font-size: 105%;
  font-weight: 600;
}
.payment-card .info-table tfoot tr td:last-child {
  color: #232357;
}
.notification-dropdown .badge {
  font-size: 0.7rem !important;
  width: 19px;
  height: 19px;
  top: -2px;
  right: -2px;
}
.saved-card-box {
  background: #22408b;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
}
.saved-card-box.red {
  background: #c23f30;
}
.saved-card-box div img {
  height: 35px;
}
.saved-card-box div img:last-child {
  height: 30px;
}
.saved-card-box p {
  color: #fff;
  opacity: 0.7;
  font-size: 0.9rem;
  padding-bottom: 2px;
}
.saved-card-box h3 {
  font-weight: 400;
  letter-spacing: 2px;
}
.saved-card-box .btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.add-card-btn,
.add-card-btn:hover,
.add-card-btn:active {
  border: 2px dashed #bfcdd6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 12px;
  gap: 15px;
  color: #626972;
}
.add-card-btn span {
  color: #fff;
  background: #bfcdd6;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}
.new-address-tab .nav-tabs .nav-link {
  color: #666666;
  padding: 10px 12px;
  font-weight: 500;
  border-radius: 12px 12px 0 0;
  position: relative;
}

.new-address-tab .nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  right: -2px;
  top: 25%;
  border-right: 1px solid #dee2e6;
}
.new-address-tab .nav-tabs .nav-item:last-child .nav-link:after,
.new-address-tab .nav-tabs .nav-item .nav-link.active:after {
  display: none;
}
.new-address-tab .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.new-address-tab .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #232357;
}
.new-address-tab .nav-tabs .nav-link.active:hover {
  border-color: #dee2e6;
  border-bottom-color: transparent;
}
.new-address-tab .tab-content {
  padding: 15px 20px;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 12px 12px;
}
.new-address-tab .tab-content .nav-pills .nav-link.active {
  background: #232357;
  color: #fff;
}
.new-address-tab .tab-content .nav-pills .nav-link {
  background: #efefff;
  color: #232357;
}
.new-address-tab .tab-content .tab-content {
  padding: 0;
  border: none;
  border-radius: 0;
}
.checkbox-tab {
  background: #f1f3fc;
  border-radius: 7px;
  padding: 5px;
  display: flex;
}
.checkbox-tab .form-check {
  margin: 0;
  width: 50%;
}
.checkbox-tab input {
  display: none;
}
.checkbox-tab label {
  padding: 7px;
  border-radius: 5px;
  color: #626972;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.checkbox-tab .form-check-input:checked ~ label {
  color: #ffffff;
  background: #a1a6be;
}
.manage-card {
  height: 100%;
}
.manage-card .form-check {
  position: relative;
  height: 100%;
}
.manage-card .form-check input {
  position: absolute;
  right: 20px;
  top: 30px;
  border-radius: 100%;
  box-shadow: none !important;
}
.manage-card .form-check label {
  padding: 16px 20px 10px 20px;
  border-radius: 11px;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  background: #edf7ff;
  border: 1px solid #edf7ff;
  height: 100%;
}
.manage-card .form-check label p {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 30px 10px 0;
  margin-bottom: 10px;
  line-height: 1.8;
  border-bottom: 1px solid #c6d3de;
}
.manage-card .form-check label p small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
}
.manage-card table {
  width: 100%;
}
.manage-card table tr td:last-child {
  text-align: right;
}
.manage-card .form-check .form-check-input:checked[type="checkbox"] {
  background: #5e5e9c url(../images/customer/check.svg) no-repeat center
    center / cover !important;
  border-color: #5e5e9c !important;
}
.manage-card .form-check .form-check-input:checked[type="checkbox"] ~ label {
  border-color: #5e5e9c;
  background: #ebedff;
}
.package-total.box-item-info {
  /* background: #e7f8ff;
    border: 1px solid #94e2ff; */
  border-radius: 10px;
}
.package-total.box-item-info table tr td {
  width: 40%;
}
.package-total.box-item-info table tr td:last-child {
  text-align: left;
  font-weight: 600;
  width: 60%;
}
/* .manage-actions{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
} */
.manage-actions .btn {
  padding: 20px 15px;
  border-radius: 10px;
  border: 1px solid #e4e4ff;
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.manage-actions .btn img {
  width: 50px;
  margin-bottom: 20px;
}
.manage-actions .btn:hover {
  background: #eeeeff;
  border-color: #eeeeff;
}
.manage-actions .btn:hover h6 {
  color: #232357;
}
.manage-actions .btn p {
  font-size: 95%;
}
.manage-actions .btn span {
  margin-top: auto;
  background: #eeeeff;
  color: #232357;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.manage-actions .btn:hover span {
  background: #5050a0;
  color: #fff;
}
.requests-list {
  margin: 0;
  padding: 0;
}
.requests-list li {
  list-style: none;
  padding: 18px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: linear-gradient(to right, #e4e4ff, #efefff);
  border-radius: 10px;
}

.requests-list li span.icon {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #232357;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.requests-list li h5 {
  font-size: 1.1rem;
  line-height: 1.6;
}
.requests-list li p {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  opacity: 0.85;
}
.requests-list li .btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.requests-list li .btns span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  color: #fff;
  background: #34393c;
  font-size: 0.9rem;
  min-width: 105px;
  text-align: center;
}
.requests-list li .btns span.pending {
  background: #f7a764;
}
.requests-list li .btns span.rejected {
  background: #ea6060;
}
.requests-list li .btns span.approved {
  background: #4bccb5;
}
.box-alert > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-alert img {
  width: 60px;
  flex-shrink: 0;
}
.box-alert strong {
  display: block;
  margin-bottom: 10px;
}
.invoice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.invoice-list a {
  background: #f1f3fc;
  padding: 15px 20px;
  border-radius: 7px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #626972;
  text-decoration: none;
}
.invoice-list a:hover,
.invoice-list a:active {
  background: #e3e8ff !important;
  color: #3e4d94 !important;
}
.my-address-list .row {
  max-height: 370px;
  overflow: auto;
}
.package-accordion {
  padding: 18px 15px;
  border-radius: 7px !important;
  margin-bottom: 15px;
  border: 1px solid #d8e7f0 !important;
}
.package-accordion .accordion-button {
  margin-bottom: 20px;
}
.package-accordion .accordion-button.collapsed {
  margin-bottom: 0;
}
.package-accordion .accordion-button::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
    center center / 22px auto no-repeat;
  width: 30px;
  height: 30px;
  background-color: #e8e7fe;
  border-radius: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.package-accordion .accordion-button.collapsed::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dropdown-item.country-option {
  padding: 0.6rem 1rem;
}
.declare-btn-wrapper p {
  padding: 7px 15px;
  border: 2px solid #e6e9f4;
  border-radius: 30px;
  font-size: 0.95rem;
}
.declare-btn-wrapper p strong {
  font-weight: 600;
}
.declare-btn-wrapper .secondary-btn:disabled {
  background: #232357;
  border-color: #232357;
  opacity: 0.3;
  color: #ffffff;
}
.btn-100 {
  width: 100%;
}
.modal-img {
  width: 75px;
}
.address-dropdown .dropdown-toggle {
  padding: 1.2rem;
  border-radius: 8px;
  background: #f0fafe;
  outline: none;
}
.address-dropdown .dropdown-toggle span.fi,
.address-dropdown .dropdown-item span.fi {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-size: cover;
}
.address-dropdown .dropdown-toggle::after,
.profile-dropdown .dropdown-toggle::after {
  margin-left: auto;
}
.arabic .address-dropdown .dropdown-toggle::after,
.arabic .profile-dropdown .dropdown-toggle::after {
  margin-left: 0;
  margin-right: auto;
}

.address-dropdown .dropdown-menu,
.profile-dropdown .dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.address-dropdown .dropdown-item,
.profile-dropdown .dropdown-item {
  padding: 1rem;
  color: #8392ab;
}
.address-dropdown .dropdown-item.active,
.address-dropdown .dropdown-item:active,
.profile-dropdown .dropdown-item.active,
.profile-dropdown .dropdown-item:active {
  color: #34393c;
  background-color: #d7f4ff;
}
.profile-dropdown .dropdown-toggle {
  padding: 1.2rem;
  border-radius: 8px;
  background: none;
  outline: none;
  border: 1px solid #d8e7f0;
  color: #8392ab;
}
.upgrade-plan-new .membership-box {
  padding: 0;
}
.upgrade-plan-new .membership-header {
  margin: 0;
  border-radius: 0;
  min-height: 250px;
}
.upgrade-plan-new .membership-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
.upgrade-plan-new .membership-box:after {
  display: none;
}
.profile-attachment .cusom-upload {
  min-height: 155px;
}
.profile-attachment-preview {
  border: 1px solid #ccdbeb;
  border-radius: 7px;
  padding: 10px;
  min-height: 155px;
}
.profile-attachment-preview img {
  width: 100%;
  height: 90px;
  object-fit: contain;
}
.table-responsive table td .info-table tr td {
  padding: 7px 0 !important;
}

.table-responsive table td .info-table tr td:last-child {
  padding: 7px 0 7px 20px !important;
}
.arabic .table-responsive table td .info-table tr td:last-child {
  padding: 7px 20px 7px 0 !important;
}
/* Website tour */
[data-tg-tour] {
  scroll-margin: 30px 0;
}
.tg-backdrop {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 999;
  border-radius: 7px;
  box-shadow:
    rgba(33, 33, 33, 0.8) 0 0 1px 2px,
    rgba(33, 33, 33, 0.8) 0 0 0 1000vh;
  border: 1px solid rgba(193, 192, 232, 0.5);
  top: 50vh;
  left: 50vw;
  width: 0;
  height: 0;
}
.tg-backdrop.tg-backdrop-animate {
  transition: all 300ms;
}
.tg-backdrop.allow-interaction {
  pointer-events: none;
}
.tg-dialog {
  border-radius: 12px;
  animation-delay: 100ms;
  min-height: 120px;
  background: #fff;
  color: #252525;
  max-width: 600px !important;
  width: max-content;
  z-index: 9999;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-size: 0.9rem;
}
.tg-dialog p {
  margin-bottom: 7px;
}
.tg-dialog .tg-dialog-header {
  display: flex;
  align-items: center;
  padding: 15px 15px 0 15px;
}
.tg-dialog .tg-dialog-header .tg-dialog-title {
  font-size: 1rem;
  font-weight: 700;
  margin-right: auto;
}

.tg-dialog .tg-dialog-header .tg-dialog-title + .tg-dialog-body {
  padding: 18.75px 25px 18.75px 25px;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  opacity: 0.8;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
}

.tg-dialog .tg-dialog-header .tg-dialog-close-btn:hover,
.tg-dialog .tg-dialog-header .tg-dialog-close-btn:focus {
  opacity: 1;
}
.tg-dialog .tg-dialog-header .tg-dialog-spinner {
  display: none;
  opacity: 0.4;
  margin-top: -1px;
  -webkit-animation: tg-spin 1s linear infinite;
  -moz-animation: tg-spin 1s linear infinite;
  -o-animation: tg-spin 1s linear infinite;
  animation: tg-spin 1s linear infinite;
}
@keyframes tg-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.tg-dialog .tg-dialog-progress-bar {
  background: #f1f1f1;
  height: 5px;
  display: block;
  margin-top: 18.75px;
  position: relative;
}
.tg-dialog .tg-dialog-progress-bar > .tg-bar {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 4px;
  background: #414144;
  height: 100%;
  display: block;
  transition: all 300ms;
}
.tg-dialog .tg-dialog-body {
  padding: 15px;
  font-weight: 400;
}
.tg-dialog .tg-dialog-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 10px;
  border-top: 1px solid #dedee7;
  border-bottom: 1px solid #dedee7;
}
.tg-dialog .tg-dialog-dots > span.tg-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #c2c7ce;
  border-radius: 12px;
  margin: 0 4px;
}
.tg-dialog .tg-dialog-dots > span.tg-dot.tg-dot-active {
  background: #eb5e29;
}
.tg-dialog .tg-dialog-footer {
  padding: 0 15px 15px 15px;
  display: flex;
  align-items: center;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  padding: 8px 14px;
  border: none;
  color: #ffffff;
  background: #eb5e29;
  border-radius: 4px;
  font-weight: 400;
  font-size: 0.9rem;
  white-space: nowrap;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:hover,
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:active {
  color: #ffffff;
  background: #ff7341;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn + button {
  margin-left: auto;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  line-height: 1;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-step-progress {
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 auto;
  opacity: 0.4;
  letter-spacing: 1px;
  display: inline-block;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots {
  padding: 0;
  margin: 0;
  border: none;
}
.tg-dialog
  .tg-dialog-footer
  .tg-dialog-footer-sup
  .tg-dialog-dots
  > span.tg-dot {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.tg-dialog
  .tg-dialog-footer
  .tg-dialog-footer-sup
  .tg-dialog-dots
  + .tg-step-progress {
  margin-top: 10px;
  font-size: 0.68rem;
  display: none;
}
.tg-dialog .tg-arrow {
  position: absolute;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  transform: rotate(45deg);
  display: none !important;
}
.tg-dialog.tg-dialog-fixed {
  transition: none;
  animation-delay: 0ms;
}
.tg-dialog.animate-position {
  transition: all 300ms;
}
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-title {
  opacity: 0.4;
}
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-close-btn {
  display: none;
}
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-spinner {
  display: inline-block;
}
.tg-dialog.tg-dialog-loading .tg-dialog-body {
  opacity: 0.4;
  pointer-events: none;
}
.tg-dialog.tg-dialog-loading .tg-dialog-footer {
  pointer-events: none;
  opacity: 0.4;
}
.tg-no-interaction * {
  pointer-events: none !important;
  user-select: none !important;
}
.tg-no-interaction .tg-dialog,
.tg-no-interaction .tg-active-element,
.tg-dialog *,
.tg-active-element * {
  pointer-events: auto !important;
  user-select: text !important;
}

/* Website tour */

.my-package-header > .row {
  width: 100%;
}
.login-language .dropdown .dropdown-toggle {
  border: 1px solid #e0eaed;
  border-radius: 7px;
  min-height: 45px;
  color: #646d72;
  min-width: 130px;
}
.login-language .dropdown img {
  width: 25px;
  border-radius: 100%;
}
.login-language .dropdown .dropdown-menu {
  min-width: auto;
  width: 100%;
  box-shadow: 0 10px 40px rgba(3, 40, 50, 0.1);
}
.login-language .dropdown .dropdown-item {
  padding: 1rem 1.2rem;
  display: flex;
  gap: 7px;
}
.login-btns button {
  flex: 1;
  background: #fff1eb;
  padding: 10px 20px;
  min-height: 55px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
  border: none !important;
  box-shadow: none !important;
}
.login-btns button:hover,
.login-btns button:focus {
  background: #ffdbcc;
}
.login-btns button img {
  width: 25px;
}
.change-password-box {
  border: 3px solid #efefff;
}
.change-password-box img {
  width: 75px;
}
.mypackages-accordion .accordion-item {
  border: 1px solid #d8e7f0;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.mypackages-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.mypackages-accordion .accordion-button,
.mypackages-accordion .accordion-button.collapsed {
  padding: 0;
  background: none;
  color: #34393c;
}
.mypackages-accordion .accordion-button strong {
  font-weight: 600;
}
.mypackages-accordion .accordion-button::after {
  width: 30px;
  height: 30px;
  background-color: #d8e7f0;
  color: #34393c;
  border-radius: 30px;
  background-position: center center;
  margin-left: 15px;
  background-size: 17px;
}
.mypackages-accordion .form-space {
  width: 45px;
}
.arabic .mypackages-accordion .accordion-button {
  text-align: right;
}
.arabic .mypackages-accordion .accordion-button::after {
  margin-left: 0;
  margin-right: 15px;
}
.mypackages-accordion .accordion-button .fi {
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 40px;
  flex-shrink: 0;
}
.mypackages-accordion .accordion-button .count span {
  background: #29a463;
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 25px;
  min-width: 30px;
  text-align: center;
}

.mypackages-accordion .accordion-body {
  padding: 15px 0 0 0;
  margin-top: 15px;
  border-top: 1px solid #d8e7f0;
}
.mypackages-accordion .accordion-item .accordion-item {
  border-color: #f3f3ff;
  background: #f3f3ff;
  border-radius: 12px;
  position: relative;
}
.mypackages-accordion
  .accordion-item
  .accordion-item
  .accordion-header
  .form-check-input {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-color: #c5c9d4;
  box-shadow: none;
  border-radius: 25px;
}
.mypackages-accordion
  .accordion-item
  .accordion-item
  .accordion-header
  .form-check-input:checked {
  background: #5e5e9c url(../images/customer/check.svg) no-repeat center
    center / cover;
  border-color: #5e5e9c;
}
.mypackages-accordion .accordion-item .accordion-item .accordion-button::after {
  background-color: #fff;
  color: #34393c;
}
.mypackages-accordion
  .accordion-item
  .accordion-item
  .accordion-button
  .d-flex {
  min-width: 0;
}
.mypackages-accordion
  .accordion-item
  .accordion-item
  .accordion-button
  .status {
  display: inline-block;
  background: #fff;
  border: 1px solid #fff;
  color: #252525;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 90%;
}
.mypackages-accordion
  .accordion-item
  .accordion-item
  .accordion-button
  .status.red {
  background: #ff6a6a;
  color: #fff;
}
.mypackages-accordion
  .accordion-item
  .accordion-item
  .accordion-button
  .status.red-outline {
  border-color: #ff6a6a;
  color: #ff6a6a;
}
.package-grid-columns {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.declare-box,
.item-row-main {
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #d8e7f0;
}

/* arabic */
.arabic {
  direction: rtl;
  font-family: "Rubik", sans-serif;
}

.arabic {
  .login-right .form-label {
    text-align: right;
  }

  .login-right .form-check {
    text-align: right;
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .login-right .form-check-input {
    margin-right: -1.5em;
    margin-left: 12px;
    float: right;
  }
  .membership-box ul li {
    padding: 10px 27px 10px 0;
    background: url(../images/tick.png) right 17px / 12px auto no-repeat;
  }

  .passowrd-box .show-eye {
    right: auto;
    left: 0;
  }

  .passowrd-box .form-control {
    padding-right: 0.75rem;
    padding-left: 60px;
  }

  .sidebar {
    left: auto;
    right: 0;
    padding: 100px 20px 20px 0;
  }

  .sidebar.closed {
    left: auto;
    right: -100%;
  }

  .content {
    padding-left: 0;
    padding-right: 280px;
  }

  .content.closed {
    padding-right: 0;
  }

  .sidebar ul li a svg {
    margin-right: 0;
    margin-left: 6px;
  }

  .header-end .dropdown.user .dropdown-item svg {
    margin-right: 0;
    margin-left: 5px;
  }
  .header-end .dropdown-item {
    text-align: right;
  }
  header .language img {
    margin-right: 0;
    margin-left: 5px;
  }
  .header-end .dropdown.user .btn img {
    margin-right: 0;
    margin-left: 10px;
  }

  header .language .btn {
    min-width: 110px;
  }

  .welcome-box {
    padding: 1.5rem 1.5rem 0 0;
  }

  .locate-package .form-control {
    border-radius: 0 0.375rem 0.375rem 0 !important;
  }

  .locate-package .btn {
    border-radius: 0.375rem 0 0 0.375rem !important;
  }

  .nav-tabs.yellow-tab .nav-item:first-child .nav-link {
    border-radius: 0 7px 7px 0;
  }

  .nav-tabs.yellow-tab .nav-item:last-child .nav-link {
    border-radius: 7px 0 0 7px;
  }

  .address-table table tr td:first-child {
    padding-left: 1rem;
    padding-right: 0;
  }

  .address-table table tr td:last-child {
    text-align: left;
    padding-right: 1rem;
    padding-left: 0;
  }

  .btn-copy svg {
    margin-right: 0;
    margin-left: 5px;
  }

  .table-pagination .pagination .page-item .page-link svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .content .form-select {
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-position: left 0.75rem center;
  }

  .nav-tabs.arrow-tab .nav-item .nav-link::before {
    right: auto;
    left: -16px;
    border-top: none;
    border-right: none;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }

  .modal-header .btn-close {
    margin-left: 0;
    margin-right: auto;
  }

  .info-table tr td:last-child {
    padding: 7px 20px 7px 0;
  }

  .form-address li svg.me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }

  .form-address p {
    padding-right: 0;
    padding-left: 30px;
  }

  .form-address .form-check-input,
  .custom-check-box .form-check-input {
    right: auto;
    left: 15px;
  }

  .custom-check-box label {
    padding: 15px 15px 15px 45px;
  }

  .custom-check-box.shipping-check-box label {
    padding: 15px;
  }

  .nav-tabs.arrow-tab .nav-item:first-child .nav-link {
    border-radius: 0 7px 7px 0;
  }

  .nav-tabs.arrow-tab .nav-item:last-child .nav-link {
    border-radius: 7px 0 0 7px;
  }

  .account-header ul li:first-child {
    padding-right: 0;
    border-right: none;
    padding-left: 1.5rem;
    border-left: 1px solid #b3d0dd;
  }

  .account-address .form-address .btn.btn-trash.ms-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }

  .transaction-list li p svg.me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
  }

  .transaction-list li .btns.border-start {
    border-left: none !important;
    border-right: var(--bs-border-width) var(--bs-border-style)
      var(--bs-border-color) !important;
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }

  .account-address .form-address p {
    padding-left: 0;
  }

  .loyalty-chart {
    border-left: none;
    border-right: 1px solid #d0cde5;
    padding-left: 0 !important;
    padding-right: 1rem !important;
    text-align: left !important;
  }

  .loyalty-header p.ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  .notification-list li {
    border-left: none;
    border-right: 4px solid #eaf9ff;
  }
  .country-dropdown-style:after {
    margin-left: 0;
    margin-right: auto;
  }
  .receipt-box table td {
    text-align: right;
  }
  .receipt-box table td:last-child {
    text-align: left;
  }
  .receipt-box .text-start {
    text-align: right !important;
  }
  .tg-dialog .tg-dialog-header .tg-dialog-title {
    margin-left: auto;
    margin-right: 0;
  }
  .tg-dialog .tg-dialog-header .tg-dialog-close-btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .topup-amount .form-check-input {
    right: auto;
    left: 12px;
  }
  .requests-list li .btns {
    margin-left: 0;
    margin-right: auto;
  }
  .login-language .dropdown .dropdown-item {
    text-align: right;
  }
  .upgrade-plan-new .membership-header {
    text-align: right !important;
  }
  .change-password-box {
    text-align: right !important;
  }
  .saved-card-box .btn.ms-auto {
    margin-left: 0 !important;
    margin-right: auto;
  }
}
/* arabic */
@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
  .managecard-wrapper .col-md-6 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .site-tour img {
    display: block;
  }
}

@media (max-width: 1799.98px) {
  html,
  body {
    font-size: 15px;
  }

  .shipping-status span,
  .tracking-count span {
    width: 55px;
    height: 55px;
  }
  .my-address-list .row {
    max-height: 350px;
  }
  .dashboard-links li a span {
    width: 70px;
    height: 70px;
    font-size: 1.6rem;
  }
}

@media (max-width: 1699.98px) {
  html,
  body {
    font-size: 14px;
  }

  .login-right {
    padding: 2.2rem 4rem;
  }

  .login-right a img,
  .signup a img {
    width: 120px;
  }

  .login-right .form-control,
  .login-right .form-select,
  .login-right .yellow-btn,
  .outline-btn-yellow {
    min-height: 50px;
  }

  .shipping-status span {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .my-address-list .row {
    max-height: 315px;
  }
  .my-address-list a img,
  .my-address-list a span.fi {
    width: 36px;
    height: 36px;
  }
  .content-in {
    padding: 20px;
  }
  footer {
    padding: 0 20px 20px 20px;
  }
  .content .form-control,
  .content .form-select,
  .primary-btn,
  .secondary-btn,
  .yellow-btn,
  .gray-btn,
  .outline-btn,
  .login-btns button {
    min-height: 47px;
  }
  .content input[type="file"] {
    line-height: 40px;
  }
  .checkbox-tab label {
    padding: 5px;
  }
  .box-item-row .btn {
    min-width: 47px;
    min-height: 47px;
    margin-top: 34px;
  }

  .account-header-left img,
  .account-header ul li span {
    width: 60px;
    height: 60px;
  }

  .profile-pic div img {
    width: 120px;
    height: 120px;
  }

  .shipping-status {
    padding: 1.2rem;
  }

  .card-white {
    padding: 20px;
  }

  .wallet-header span,
  .loyalty-header span {
    width: 65px;
  }

  .modal-xxl {
    max-width: 1400px;
  }
  .dashboard-links li a span {
    width: 60px;
    height: 60px;
    font-size: 1.25rem;
  }
}

@media (max-width: 1599.98px) {
  .header-start {
    width: auto;
  }

  .content,
  .content.closed {
    padding-left: 0;
  }

  .sidebar {
    left: -100%;
    width: 0;
    visibility: hidden;
    padding: 80px 0 0 0;
  }

  .sidebar.closed {
    left: 0;
    width: 280px;
    visibility: visible;
  }
  .sidebar-in {
    border-radius: 0;
  }
  .no-address img {
    width: 50px;
  }
  /* arabic */
  .arabic {
    .content,
    .content.closed {
      padding-right: 0;
    }

    .sidebar {
      left: 0;
      right: -100%;
    }

    .sidebar.closed {
      left: auto;
      right: 0;
      padding: 73px 0 0 0;
    }
  }
  /* arabic */
}

@media (max-width: 1399.98px) {
  .shipping-status span,
  .tracking-count span,
  .dashboard-links li a span {
    width: 50px;
    height: 50px;
  }

  .my-address-list a img,
  .my-address-list a span.fi {
    width: 35px;
    height: 35px;
  }

  .shipping-status {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .membership-header {
    padding: 1.2rem;
  }
  .membership-header h5 strong {
    font-size: 170%;
  }
  .modal-xxl {
    max-width: 1200px;
  }
  .status-wraper {
    width: 100%;
  }
  .status-wraper p {
    flex: 1;
  }
  .nav-tabs.profile-tab {
    gap: 1rem;
  }
  .my-requests-btn {
    max-width: 300px;
  }
  .my-package-header > .row {
    width: auto;
  }
}

@media (max-width: 1199.98px) {
  header {
    padding: 0 20px;
  }

  .header-start img {
    width: 110px;
  }

  .header-end .dropdown.user .btn img {
    width: 45px;
    height: 45px;
  }

  .header-end .language .btn {
    min-height: 45px;
  }
  .membership-header {
    flex-basis: 0px;
    border-radius: 15px 15px 0px 0px;
  }
  .membership-header h5 {
    align-items: center;
  }
  .membership-box button,
  .membership-box a {
    width: calc(100% - 2rem) !important;
    margin: 0px auto 1rem auto !important;
    display: block;
  }
  .notification-btn {
    width: 45px;
    line-height: 43px;
  }

  .welcome-box img {
    width: 200px;
  }

  .shipping-status {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .sidebar {
    padding: 73px 0 0 0;
  }

  .sidebar.closed {
    width: 260px;
  }

  .content {
    padding-top: 73px;
  }

  .content-in {
    padding: 20px;
  }

  .content.closed {
    filter: blur(2px);
  }

  .package-total table tr td:last-child {
    text-align: right;
  }

  .nav-tabs.yellow-tab .nav-link {
    padding: 0.85rem 1.2rem;
  }

  .invoice-head img {
    width: 50px;
  }

  .dashboard .modal-body,
  .dashboard .modal-header {
    padding: 1rem;
  }

  .tooltip {
    display: none !important;
  }

  .account-header-left img,
  .account-header ul li span {
    width: 55px;
    height: 55px;
  }

  .account-header ul li h5 small,
  .account-header-left h5 small {
    padding-top: 5px;
  }

  .profile-pic div {
    width: 100px;
  }

  .profile-pic div img {
    width: 100px;
    height: 100px;
  }

  .account-header-left h5,
  .profile-pic h5,
  .account-header ul li h5 {
    font-size: 1.1rem;
  }

  .nav-tabs.profile-tab {
    gap: 1rem;
  }

  .nav-tabs.profile-tab .nav-link {
    font-size: 0.95rem;
    gap: 7px;
  }

  .nav-tabs.profile-tab .nav-link svg {
    font-size: 0.75rem;
  }

  .loyalty-header span {
    width: 60px;
  }

  .progress-container,
  .progress-circle {
    width: 60px;
    height: 60px;
  }

  .progress-circle::before {
    width: 40px;
    height: 40px;
  }

  .loyalty-header p {
    font-size: 0.9rem;
  }

  .login-right.signup-in {
    padding: 1.4rem;
  }

  .loader img {
    width: 80px;
  }

  .modal-xxl {
    max-width: calc(100% - 40px);
  }
  .my-address-list .row {
    max-height: 420px;
  }
  .upgrade-plan-new .membership-header {
    min-height: auto;
  }
  .nav-tabs.profile-tab {
    border-bottom: none;
    justify-content: center;
  }

  .nav-tabs.profile-tab .nav-link {
    border-bottom: none;
    background: #f1f1f1;
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }

  .nav-tabs.profile-tab .nav-link.active {
    color: #fff;
    background: #eb5e29;
  }
  .card-white .package-total-border h5 {
    font-size: 1.2rem;
  }
  .arabic .upgrade-plan-new .membership-header,
  .arabic .change-password-box {
    text-align: center !important;
  }
  .package-grid-main {
    flex-wrap: wrap;
    padding-left: 35px;
  }
  .mypackages-accordion .form-space {
    width: auto;
    position: absolute;
    top: 22px;
    left: 15px;
  }
  .arabic .package-grid-main {
    padding-left: 0;
    padding-right: 35px;
  }
  .arabic .mypackages-accordion .form-space {
    left: auto;
    right: 15px;
  }
  .package-grid-columns {
    flex-wrap: wrap;
  }
  .package-row-actions {
    width: 100%;
  }
  .package-row-actions .package-grid-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    background: #fff;
    padding: 10px 15px !important;
    height: 47px;
    border-radius: 7px;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .login-right {
    padding: 2rem 3rem;
  }

  .shipping-status {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }

  /* .header-end .language img {
    margin: 0;
    width: 32px;
    height: 32px;
  } */

  .header-end .language .btn {
    min-height: auto;
  }

  .header-end .language .dropdown-menu {
    min-width: 60px;
    width: auto;
  }
  .header-end .language .dropdown-item {
    padding: 10px;
    text-align: center;
  }

  .nav-pills.vertical-tab {
    padding: 1rem;
  }

  .nav-pills.vertical-tab .nav-link img,
  .nav-pills.vertical-tab .nav-link span.fi {
    width: 25px;
    height: 25px;
  }
  /* .address-table {
    padding: 0.25rem 1rem;
  } */
  .table-pagination .pagination {
    justify-content: center;
  }

  .nav-tabs.arrow-tab .nav-item .nav-link::before {
    display: none;
  }

  .parcel-img {
    max-width: 260px;
  }

  .account-header {
    padding: 1rem;
  }

  .account-header-left img,
  .account-header ul li span {
    width: 48px;
    height: 48px;
  }

  .wallet-header span,
  .wallet-header span {
    width: 55px;
  }

  .loyalty-header P {
    width: 100%;
    padding-top: 1rem;
    border-top: 1px solid #d0cde5;
  }

  .loyalty-chart {
    border-left: none;
  }

  #boxItemsContainer .box-item-row {
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #d8e7f0;
  }
  .box-item-btns {
    width: 100%;
  }
  .box-item-btns button {
    flex: 1 0 auto;
  }
  .status-wraper p {
    cursor: pointer;
    padding: 10px 5px;
    border-radius: 5px;
    flex-direction: column;
    flex: 1;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    height: 100%;
  }
  .my-package-card {
    margin-bottom: 20px;
  }
  /* .declare-btn-wrapper {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.05);
  }
  .declare-btn {
    position: relative;
    right: auto;
    margin-bottom: 0 !important;
    margin-left: auto;
  } */
  .status-wraper {
    width: 100%;
  }
  /* responsive table */
  .table.dataTable thead {
    display: none;
  }
  .table.dataTable tbody,
  .table.dataTable tbody tr,
  .table.dataTable tbody td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .table-responsive table th .form-check label:empty,
  .table-responsive table td .form-check label:empty {
    display: none;
  }
  .table.dataTable tbody tr td {
    padding: 10px 0 !important;
    text-align: right;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    word-break: break-all;
    font-weight: 500;
  }
  .table.dataTable tbody tr td:last-child {
    border-bottom: none;
  }

  /* .table.dataTable tbody tr td:empty {
    display: none;
  } */
  .table.dataTable tbody tr td::before {
    content: attr(data-label);
    font-weight: 400;
    text-align: left;
    word-break: break-word;
    opacity: 0.85;
  }
  .arabic .table.dataTable tbody tr td {
    text-align: left;
  }
  .arabic .table.dataTable tbody tr td::before {
    text-align: right;
  }
  .table.dataTable tbody tr {
    padding: 5px 15px 15px 15px;
    border: 1px solid #dce9f3;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
  .table.dataTable.package-report thead {
    display: block;
  }
  .table.dataTable.package-report thead tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }
  .table.dataTable.package-report thead tr th {
    display: none;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 15px !important;
    text-align: right;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    border-radius: 7px;
  }
  .table.dataTable.package-report thead tr th:first-child {
    display: flex;
  }
  .table.dataTable.package-report thead tr th.checkbox-th {
    display: flex !important;
  }
  .table.dataTable.package-report thead tr th:before {
    content: attr(data-label);
    font-weight: 400;
    text-align: left;
  }
  .table.dataTable tbody tr td.dt-control {
    display: flex;
  }
  .table.dataTable .sub-table .table tr th,
  .subscription-table tr th {
    display: none;
  }
  /* responsive table */
  .table.dataTable .info-table tbody {
    display: table-row-group;
    width: auto;
  }
  .table.dataTable .info-table tbody tr {
    display: table-row;
    width: auto;
    border: none;
  }
  .table.dataTable .info-table tbody td {
    display: table-cell;
    width: auto;
    text-align: left;
    border-bottom: 1px solid #dce9f3 !important;
  }
  .table.dataTable .info-table tbody tr td:last-child {
    text-align: right;
  }
  .table.dataTable.dataTable-items thead {
    display: none;
  }
  .item-info-tablethead {
    display: none !important;
  }
  .package-detail-row {
    background-color: #dadeff !important;
    border: none !important;
    padding: 7px 13px !important;
    border-radius: 0 0 10px 10px !important;
  }
  .package-detail-row h6 {
    text-align: left;
  }
  .table.dataTable.tablewithsub tbody tr td.expand-collapse-cell,
  .table.dataTable.tablewithsub tbody tr td.dt-control {
    order: 20;
    border-top: 1px solid #dce9f3;
    border-bottom: none;
    padding-bottom: 0 !important;
  }
  .table-responsive table.dataTable td.dataTables_empty {
    padding-top: 6.2rem !important;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .table-responsive table.dataTable td.dataTables_empty::before {
    display: none;
  }
  .btn-100 {
    width: auto;
  }
  .table.dataTable tbody tr td.sub-table {
    padding: 15px 15px 0 10px !important;
    gap: 0;
    border-radius: 0 0 10px 10px;
  }
  .table.dataTable tbody tr td.sub-table .sub-table {
    padding: 10px 0 !important;
    margin-top: 0;
    border-bottom: 1px solid #dce9f3;
  }
  .table.dataTable tbody tr.shown {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .table.dataTable tbody tr.package-row.closed {
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .table.dataTable tbody tr.package-row {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .table.dataTable tbody tr.shown + tr {
    padding: 0;
    border: none;
  }
  .table.dataTable tbody tr td.sub-table table tbody tr:first-child {
    display: none;
  }
  td.sub-table .alert-info {
    width: 100%;
    margin-bottom: 15px;
  }
  table.dataTable tbody tr.selected {
    background: none;
  }
  .info-table tr td:last-child {
    text-align: right;
    word-break: break-word;
  }
  .arabic .info-table tr td:last-child {
    text-align: left;
  }
  .modal-upgrade-plan {
    max-width: 96% !important;
  }
  .site-tour {
    display: none;
  }
  .package-details-container .alert {
    text-align: center;
  }
  .package-grid-col {
    width: 45%;
    flex: auto !important;
  }
  .item-row-main {
    padding: 12px;
    border-radius: 7px;
    border: 1px solid #d8e7f0;
  }
  /* arabic */
  .arabic {
    .loyalty-header p.ms-auto {
      text-align: center !important;
    }

    .loyalty-chart {
      border-right: none;
    }
    .table.dataTable .info-table tbody td {
      text-align: right;
    }
    .table.dataTable .info-table tbody tr td:last-child {
      text-align: left;
    }
  }
  /* arabic */
}

@media (max-width: 767.98px) {
  .header-end .language .btn {
    min-width: auto;
    padding: 0;
  }
  .header-end .dropdown.user .btn::after {
    display: none;
  }
  .header-end .language img {
    width: 36px;
    height: 36px;
    margin: 0;
  }
  .login-right a img,
  .signup a img {
    width: 100px;
  }
  .signup-header .outline-btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .shipping-status {
    padding: 1.2rem;
  }

  .header-end .dropdown.user .btn img {
    margin-right: 0;
  }

  .header-end .dropdown .btn::after {
    display: none;
  }

  .nav-pills.vertical-tab {
    padding: 0.5rem;
    flex-direction: row;
    gap: 7px;
    justify-content: center;
  }

  .nav-pills.vertical-tab .nav-item {
    margin-bottom: 0;
  }

  .nav-pills.vertical-tab .nav-link {
    gap: 7px;
  }

  .nav-pills.vertical-tab .nav-link img,
  .nav-pills.vertical-tab .nav-link span.fi {
    width: 20px;
    height: 20px;
  }

  .nav-tabs.arrow-tab .nav-item span {
    display: none;
  }

  .nav-tabs.arrow-tab .nav-item strong {
    display: inline-block;
    font-size: 0.9rem;
  }

  .transaction-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .sync-slider {
    max-width: 400px;
  }
  .new-address-tab .nav-tabs {
    gap: 10px;
    border-bottom: none;
    margin-bottom: 15px;
    justify-content: center;
  }
  .new-address-tab .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 12px;
  }
  .new-address-tab .nav-tabs .nav-link:after {
    display: none;
  }
  .new-address-tab .nav-tabs .nav-link:hover {
    border-color: #dee2e6;
  }
  .new-address-tab .nav-tabs .nav-link.active {
    background: #e6edf4;
  }

  .new-address-tab .tab-content {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 12px;
  }
  .requests-list li span.icon {
    display: none;
  }
  .upgrade-plan-new .membership-box ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .requests-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .requests-list li .btns {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .requests-list li p {
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .transaction-actions {
    width: 100%;
  }
  .transaction-actions .btns {
    border: none !important;
  }
  .shipping-check-box span {
    width: 40px;
    height: 40px;
  }
  .custom-check-box.shipping-check-box label {
    padding: 10px;
  }
  .receipt-box .receipt-header img {
    width: 150px;
  }
  .nav-tabs.yellow-tab {
    gap: 12px;
    justify-content: center;
  }
  .nav-tabs.yellow-tab .nav-item .nav-link,
  .nav-tabs.yellow-tab .nav-item:first-child .nav-link,
  .nav-tabs.yellow-tab .nav-item:last-child .nav-link {
    border-radius: 5px;
  }
  /* arabic */
  .arabic {
    header .language .btn {
      min-width: auto;
    }

    header .language img {
      margin-left: 0;
    }

    .header-end .language img,
    .header-end .dropdown.user .btn img {
      width: 40px;
      height: 40px;
    }

    .header-end .dropdown.user .btn img {
      margin-left: 0;
    }
    .signup-header .outline-btn {
      flex-shrink: 1 !important;
    }
  }
  /* arabic */
}

@media (max-width: 575.98px) {
  header {
    padding: 0 16px;
  }

  .header-start img {
    width: 90px;
  }

  .login-right {
    padding: 2rem;
  }
  .membership-header h5 strong {
    font-size: 155%;
  }
  .shipping-status {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar {
    padding: 65px 0 0 0;
  }
  .content {
    padding-top: 70px;
  }

  .content-in {
    padding: 16px;
  }
  .card-white {
    padding: 16px;
  }
  .header-end .dropdown.user .btn img {
    width: 37px;
    height: 37px;
  }

  .header-end .language img {
    width: 30px;
    height: 30px;
  }

  .notification-btn {
    width: 37px;
    line-height: 35px;
  }

  .welcome-box {
    padding: 1.5rem;
  }

  .welcome-box p {
    margin-bottom: 0;
  }

  .welcome-box img {
    display: none;
  }

  .my-address-list a {
    flex-direction: column;
    text-align: center;
  }

  .address-table table tr {
    display: flex;
    flex-direction: column;
  }

  .address-table table tr td {
    display: block;
    padding: 5px 0 !important;
  }

  .address-table table tr td:first-child {
    padding-top: 15px;
  }

  .address-table table tr td:first-child,
  .address-table table tr td:nth-child(2) {
    width: auto;
    border: none;
  }

  .address-table table tr td:last-child {
    padding-bottom: 15px !important;
  }

  .nav-tabs.yellow-tab .nav-link {
    min-width: auto;
  }

  .parcel-img {
    max-width: 220px;
  }

  .nav-tabs.yellow-tab.yellow-tab-mob .nav-link {
    border-radius: 7px !important;
  }

  .nav-tabs.yellow-tab.yellow-tab-mob {
    border: none;
    gap: 10px;
  }

  .contact-start ul li span {
    width: 40px;
    height: 40px;
  }

  .account-header ul li {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    flex: 1;
  }

  .account-header ul li span {
    width: 36px;
    height: 36px;
  }

  .loyalty-header > div {
    width: 45%;
  }

  .loyalty-header span {
    width: 50px;
  }

  .progress-container,
  .progress-circle {
    width: 50px;
    height: 50px;
  }

  .progress-circle::before {
    width: 34px;
    height: 34px;
  }

  .loyalty-header {
    padding: 1rem;
  }

  .notification-list li span {
    display: none;
  }

  .login-right.signup-in .tab-head span {
    display: none;
  }

  .modal-xxl {
    max-width: 100%;
  }

  .contact-form.contact-form-customer {
    padding: 1.5rem;
  }

  .header-end .dropdown-menu {
    width: auto;
  }
  .notification-dropdown .badge {
    font-size: 0.6rem !important;
    width: 15px;
    height: 15px;
  }
  .saved-card-box h3 {
    letter-spacing: 1px;
  }

  .box-alert > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .box-alert img {
    width: 40px;
  }

  .status-wraper p span {
    font-size: 1rem;
  }
  .saved-card-box div img {
    height: 30px;
  }
  .saved-card-box div img:last-child {
    height: 25px;
  }
  .table-wrapper .info-table tr,
  .table-wrapper .info-table tr td,
  .package-total.box-item-info table tr,
  .package-total.box-item-info table tr td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 3px 0 !important;
  }
  .package-total.box-item-info table tr td:last-child {
    width: 100%;
  }
  .action-btns {
    flex-direction: column;
    width: 100%;
  }
  .action-btns button {
    width: 100%;
  }
  .account-header-left {
    flex-direction: column;
    text-align: center;
  }
  .account-header-left h5 {
    line-height: 1.6;
    font-size: 1rem;
  }
  .my-requests-btn {
    max-width: 100%;
  }
  .consolidation-box p {
    line-height: 2;
    font-size: 0.85rem;
  }
  .receipt-box {
    padding: 15px;
  }
  .signup-header .login-language .dropdown .dropdown-toggle {
    min-width: auto;
    padding: 0;
    border-radius: 100%;
  }
  .signup-header .login-language {
    flex-shrink: 0;
  }
  .signup-header .login-language .dropdown img {
    width: 30px;
  }
  .signup-header .login-language .dropdown .dropdown-toggle:after,
  .signup-header .login-language .dropdown .dropdown-toggle span {
    display: none;
  }
  .new-declaration-card .shipping-check-box div.payment-methods img {
    width: 27px;
  }
  .package-grid-col {
    width: 100%;
  }
  .package-row-actions {
    flex-direction: column;
  }
  .package-row-actions .action-btn-wrapper,
  .package-row-actions .action-btn-wrapper .btn {
    width: 100%;
  }
  .package-row-actions .package-grid-btn {
    width: 100%;
    margin: 0 !important;
  }
  .mypackages-accordion .accordion-button .count {
    font-size: 0;
  }
  .mypackages-accordion .accordion-button .count span {
    font-size: 14px;
  }
  .mypackages-accordion .accordion-button .fi {
    width: 30px;
    height: 30px;
  }
  .mypackages-accordion .accordion-item {
    padding: 15px;
  }
  .consolidation-box {
    flex-shrink: initial;
  }
  /* arabic */
  .arabic {
    .header-end .language img,
    .header-end .dropdown.user .btn img {
      width: 36px;
      height: 36px;
    }
    .no-address {
      text-align: center !important;
    }
    .sidebar.closed {
      padding: 64px 0 0 0;
    }
    .table-wrapper .info-table tr,
    .table-wrapper .info-table tr td,
    .package-total.box-item-info table tr,
    .package-total.box-item-info table tr td {
      text-align: right !important;
    }
  }
  /* arabic */
}

@media (max-width: 340px) {
  .notification-btn {
    display: none;
  }
}

#toast-container {
  width: 100%;
  right: 0 !important;
  padding: 0 1rem;
}

#toast-container .toast {
  border-radius: 10px !important;
  padding: 20px 15px 20px 82px !important;
  width: auto !important;
  max-width: 470px;
  margin: 20px auto 0 auto;
  opacity: 1;
}

.arabic #toast-container .toast {
  padding: 20px 82px 20px 15px !important;
}

#toast-container .toast-message {
  font-weight: 700;
  font-size: 1.05rem;
}

#toast-container .toast-message span {
  font-size: 0.95rem;
  font-weight: 400;
  color: #626972;
  display: block;
  padding-top: 2px;
}

#toast-container .toast.toast-success {
  border: 1px solid #45ae35 !important;
  color: #45ae35;
  box-shadow: 8px 8px 40px rgba(69, 174, 53, 0.4);
  background: #fff url(../images/toast-success.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-success .toast-progress {
  background-color: #45ae35 !important;
}

#toast-container .toast.toast-info {
  border: 1px solid #3ba1e9 !important;
  color: #3ba1e9;
  box-shadow: 8px 8px 40px rgba(59, 161, 233, 0.4);
  background: #fff url(../images/toast-info.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-info .toast-progress {
  background-color: #3ba1e9 !important;
}

#toast-container .toast.toast-warning {
  border: 1px solid #ff8556 !important;
  color: #ff8556;
  box-shadow: 8px 8px 40px rgba(238, 116, 116, 0.4);
  background: #fff url(../images/toast-warning.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-warning .toast-progress {
  background-color: #ff8556 !important;
}

#toast-container .toast.toast-error {
  border: 1px solid #ee7574 !important;
  color: #ee7574;
  box-shadow: 8px 8px 40px rgba(238, 116, 116, 0.4);
  background: #fff url(../images/toast-error.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-error .toast-progress {
  background-color: #ee7574 !important;
}
.otp-container {
  display: flex;
  justify-content: center;
}

.otp-input {
  min-width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal .ui-autocomplete {
  z-index: 9999 !important;
}

.required-star {
  color: red;
  /*font-size: 1.5em;*/
  vertical-align: middle;
  margin-left: 2px;
}

td.dt-control::after {
  content: "\25B6"; /* right-pointing triangle */
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  color: #4b1f37;
  background: #ede9eb;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  font-size: 0.8rem;
  border: 1px solid #fff;
}

tr.shown td.dt-control::after {
  content: "\25BC"; /* down-pointing triangle */
}

#toast-container {
  width: 100%;
  right: 0 !important;
}

#toast-container .toast {
  border-radius: 10px !important;
  padding: 20px 15px 20px 82px !important;
  width: auto !important;
  max-width: 470px;
  margin: 20px auto 0 auto;
  opacity: 1;
}

.arabic #toast-container .toast {
  padding: 20px 82px 20px 15px !important;
}
.arabic #toast-container .toast.toast-error,
.arabic #toast-container .toast.toast-warning,
.arabic #toast-container .toast.toast-info,
.arabic #toast-container .toast.toast-success {
  background-position: calc(100% - 20px) center !important;
}

#toast-container .toast-message {
  font-weight: 700;
  font-size: 1.05rem;
}

#toast-container .toast-message span {
  font-size: 0.95rem;
  font-weight: 400;
  color: #626972;
  display: block;
  padding-top: 2px;
}

#toast-container .toast.toast-success {
  border: 1px solid #45ae35 !important;
  color: #45ae35;
  box-shadow: 8px 8px 40px rgba(69, 174, 53, 0.4);
  background: #fff url(../images/toast-success.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-success .toast-progress {
  background-color: #45ae35 !important;
}

#toast-container .toast.toast-info {
  border: 1px solid #3ba1e9 !important;
  color: #3ba1e9;
  box-shadow: 8px 8px 40px rgba(59, 161, 233, 0.4);
  background: #fff url(../images/toast-info.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-info .toast-progress {
  background-color: #3ba1e9 !important;
}

#toast-container .toast.toast-warning {
  border: 1px solid #ff8556 !important;
  color: #ff8556;
  box-shadow: 8px 8px 40px rgba(238, 116, 116, 0.4);
  background: #fff url(../images/toast-warning.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-warning .toast-progress {
  background-color: #ff8556 !important;
}

#toast-container .toast.toast-error {
  border: 1px solid #ee7574 !important;
  color: #ee7574;
  box-shadow: 8px 8px 40px rgba(238, 116, 116, 0.4);
  background: #fff url(../images/toast-error.png) 20px center / 40px auto
    no-repeat !important;
}

#toast-container .toast.toast-error .toast-progress {
  background-color: #ee7574 !important;
}

.action-required-row {
  background-color: #fff7e6 !important;
}

.action-required-indicator i {
  font-size: 1.1em;
  vertical-align: middle;
  color: #dc3545 !important; /* Bootstrap's text-danger */
}

.action-required-indicator .text-danger {
  font-weight: 600;
}

/*   Custom Code for select2*/
/*MAke Select2 full width like .form-control*/
.select2-container {
  width: 100% !important;
}

/*Also enforce width inside*/
.select2-selection--single {
  width: 100% !important;
}

/*Matching textbox design*/
.select2-container--default .select2-selection--single {
  background-color: #f0f4fb !important;
  border-color: #f0f4fb !important;
  border-radius: 7px !important;
  min-height: 50px !important;
  height: 50px !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  color: #646d72 !important;
  box-shadow: none !important;
}

/*Fix text inside the Select2 box*/
.select2-selection__rendered {
  color: #646d72 !important;
  line-height: 30px !important;
}

/*Fix arrow alignment*/
.select2-selection__arrow {
  height: 100% !important;
  top: 0 !important;
  right: 10px !important;
}

/*Select2 clear (X) button with proper styling*/
.select2-selection__clear {
  display: block !important;
  font-size: 18px;
  color: #646d72 !important;
  margin-right: 8px;
  cursor: pointer;
}

/*Dropdown styling*/
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #28acd6 !important;
  color: #fff !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  width: 100%;
  padding: 0 26px 0 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  float: right;
}

.btn-copy-disabled {
  pointer-events: auto; /* allow click */
  opacity: 0.6;
  cursor: not-allowed;
}

.terms-highlight {
  outline: 2px solid #ffc107 !important; /* yellow highlight */
  box-shadow: 0 0 6px #ffc107;
  transition: outline 0.2s;
}
