:root {
    --text-login-color: #616161;
    --background: linear-gradient(90deg, #e63946 0%, #802027 100%);
    --link-color: #398cff;
    --card-bg: linear-gradient(180deg, #1249b2 0%, #0a3d9f 100%);
    --text-color: #4f4f4f;
    --dark-red: #B92631;
    --secondary-input: #1B263B;
    --blue-btn-bg: #0A3D9F;
  }
  body {
    font-family: "Poppins", serif;
    color: var(--text-color);
  }
  .login-btn {
    background: var(--background);
  }
  .login-wrap {
    padding-left: 119px;
    padding-right: 84px;
  }
  .login-form-wrap h4 {
    font-size: 30px;
    line-height: 34px;
    color: var(--text-login-color);
  }
  .login-form-wrap label.form-label,
  .remember-wrap label.form-check-label {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-login-color);
  }
  .login-btn {
    padding: 15.5px 0;
  }
  .pass-wrap img.pass-eye {
    right: 21px;
    bottom: 18px;
  }
  .login-wrap .login-form-wrap {
    max-width: 442px;
    min-width: 442px;
  }
  .login-wrap .login-img-wrap img {
    width: 100%;
    max-width: 611px;
  }
  .login-form-wrap input {
    border: 1px solid #dfdede;
    border-radius: 63px;
    height: 49px;
  }
  .form-check .remember-wrap input {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #9E9E9E;
  }
  .forgot-pass a {
    color: var(--link-color);
  }
  .login-form-wrap button.login-btn {
    font-size: 16px;
    line-height: 22.53px;
    font-weight: 500;
  }
  
  /* dashboard css */
  
  .dashboard-wrap {
    max-width: 362px;
    min-width: 362px;
    background: #ededed;
    padding: 59px 31px 0;
    position: sticky;
    top: 0;
    left: 0;
  }
  .navbar-nav .nav-item.active {
    background: var(--background);
  }
  .navbar-nav .nav-item {
    border-radius: 8px;
    padding: 20.5px;
    padding-left: 30px;
  }
  .navbar-nav .nav-item a.nav-link {
    padding: 0;
    gap: 9px;
    color: #b92631;
  }
  ul.navbar-nav {
    margin-top: 46px;
  }
  .navbar-nav .nav-item.active a.nav-link {
    color: #fff;
  }
  .card-wrap .solo-card {
    background: var(--card-bg);
    flex: auto;
    gap: 17px;
    padding: 35px;
    height: 100%;
  }
  .dash-info {
    flex: 1;
    padding: 42px 32px 32px 21px;
  }
  .dash-info .title {
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
    margin-bottom: 17px;
  }
  .card-wrap .solo-card h4 {
    color: #feafb5;
    font-weight: 700;
  }
  .data-wrap .solo-data-wrap {
    border: 1px solid #a1a9b0;
    border-radius: 14px;
    min-height: 322px;
  }
  .sort-wrap .dropdown-toggle::after {
    content: unset;
  }
  .sort-wrap {
    margin: 17px 0;
  }
  .sort-wrap .dropdown button {
    border: 1px solid #a1a9b0;
    padding: 8px 24px;
    border-radius: 7px;
    font-size: 14px;
    line-height: 22.53px;
    color: #a1a9b0;
    font-weight: 700;
    gap: 12px;
  }
  .card-wrap .solo-card p {
    font-size: 14px;
    line-height: 22px;
  }
  .log-out-wrap button {
    padding: 20.5px 66px;
    gap: 9px;
    background: #dfdfdf;
  }
  .log-out-wrap {
    bottom: 90px;
    left: 50%;
    transform: translate(-50%);
    width: 226px;
  }
  .data-wrap .col-md-6:nth-child(odd) {
    padding-right: 10px;
    padding-left: 0;
  }
  .data-wrap .col-md-6:nth-child(even) {
    padding-right: 0;
    padding-left: 10px;
  }
  .data-wrap .col-md-6:not(:first-child):nth-child(odd) {
    padding-top: 20px;
  }
  .card-wrap .card-info {
    padding: 0 8px;
  }
  .card-wrap {
    margin: 0 -8px;
  }
  
  /* user-managment-wrap */

  .btn-custom{
    background-color: #0a3d9f !important;
    border-color: #0a3d9f !important;
    color: white;
  }
  .btn-custom:hover, 
  .btn-custom:focus {
    background-color: #082e78 !important; /* Darker shade for hover */
    border-color: #082e78 !important;
    color: white !important;
  }
  /* .page-link{
    background-color: #0a3d9f !important;
    border-color: #0a3d9f !important;
    color: white;
  }

  .page-link:hover, 
  .page-link:focus {
      background-color: #082e78 !important; 
      border-color: #082e78 !important;
      color: white !important;
  }

  .page-item.disabled .page-link {
    background-color: #0a3d9f !important;
    border-color: #0a3d9f !important;
    color: white !important;
  }

  .page-item.active .page-link {
    background-color: #053185 !important;
    border-color: #053185 !important;
    color: white !important;
  }  
   */
  .pagination {
    display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a, .pagination span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination .active span {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.pagination .disabled span {
    color: #bbb;
    border: 1px solid #ddd;
}

  .user-main-wrapper .user-table-wrap,
  .referal-wrap,
  .create-referal,
  .create-plan-wrapper {
    padding: 80px 34px 40px 20px;
  }
  .action-wrap img.del-btn {
    cursor: pointer;
  }
  .user-table-wrap .title-wrap h4,
  .create-plan-wrapper .title-wrap h4 {
    font-size: 16px;
    line-height: 22px;
    color: var(--text-color);
  }
  .create-referal h4.title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1%;
    
  }
  .title-wrap button {
    padding: 6.5px 17px;
    gap: 10px;
    font-size: 16px;
    line-height: 22.53px;
    font-weight: 700;
    border-radius: 10px;
    background: var(--blue-btn-bg);
  }
  thead {
    background: linear-gradient(90deg, #e63946 0%, #802027 100%);
    position: relative;
    z-index: 1;
  }
  thead::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #b92631;
    z-index: 0;
    border-radius: 8px;
  }
  .user-table-wrap table tbody td,
  .user-table-wrap table tbody th {
    padding: 25px 17px !important;
    color: var(--text-color);
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    border-color: #E9EAEB;
  }
  .user-table-wrap thead th {
    position: relative;
    background: transparent !important;
    padding: 13px 21px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
  }
  .user-table-wrap thead th:first-child,
  .user-table-wrap thead th:last-child {
    border-radius: 8px !important;
  }
  input:focus {
    box-shadow: unset !important;
    border: 1px solid #a1a9b0 !important;
  }
  .action-wrap {
    gap: 8px;
  }
  .user-main-wrapper .sort-wrap {
    margin: 17px 0 27px;
    gap: 8px;
  }
  .sort-wrap input {
    border: 1px solid #a1a9b0;
    padding-left: 42px;
  }
  .sort-wrap input::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/images/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    display: block;
  }
  .sub-plan {
    gap: 10px;
  }
  .sub-plan.free p {
    color: var(--text-color);
  }
  .sub-plan.premium p {
    color: #34c759;
  }
  .sub-plan.popular p {
    color: #0a3d9f;
  }
  .select-plan-wrap .plan-wrap label {
      padding: 31px 23px;
      box-shadow: 0px 0px 8.3px 0px rgba(0, 0, 0, 0.18);
      border: 1px solid transparent;
      cursor: pointer;
      height: 100%;
  }
  .select-plan-wrap .plan-wrap label:hover,
  .select-plan-wrap .plan-wrap input:checked ~ label {
      background: #FFF9F9;
      border: 1px solid #802027;
  }
  .plan-wrap .title-wrap h4 {
    font-size: 20px;
    line-height: 34px;
    color: var(--text-color);
    margin-top: 4px;
  }
  .plan-wrap .plan-desc {
    margin: 17px 0;
    padding: 10px;
    background: #f5f5f5;
  }
  .plan-wrap .plan-desc p {
    font-size: 12px;
    line-height: 18px;
    color: var(--text-color);
  }
  
  .plan-info {
    margin: 17px 0;
    padding: 0 31px;
  }
  .edit-user-wrap {
      padding: 83px 34px 30px 20px;
  }
  .edit-user-wrap h4.title {
      margin-bottom: 28px;
  }
  .address-wrap {
      margin: 21px 0 29px;
  }
  .solo-plan p {
      font-size: 12px;
      line-height: 22px;
      color: #9B9B9F;
  }
  .plan-wrap input {
      position: absolute;
      top: 0;
      left: 0;
  }
  .plan-wrap button,
  .plan-wrap button:hover {
      border-radius: 10px;
      background: #999999;
      padding: 9px;
      font-size: 16px;
      line-height: 22.53px;
      font-weight: 700;
  }
  .plan-wrap input:checked ~ label button {
      background: var(--background);
      border: unset;
  }
  .plan-wrap input:checked ~ label .title-wrap h4 {
      color: var(--dark-red);
  }
  .plan-wrap input:checked ~ label .plan-desc {
      background: #FFF2F2;
  }
  .plan-wrap input:checked ~ label .plan-desc p {
      color: var(--dark-red);
  }
  /* input.form-control[type="search"] {
      border: 1px solid #999999;
      border-radius: 11px;
      padding: 13px 25px;
  }
  input.form-control {
      border: 1px solid #999999;
      border-radius: 11px;
      padding: 13px 25px;
      font-size: 16px;
      line-height: 22px;
      color: #999999;
      height: 48px;
  } */
  .contact {
      margin-top: 21px !important;
  }
  .address-wrap .state {
      margin-top: 13px !important;
  }
  .edit-user-wrap label.form-label {
      color: var(--secondary-input);
  }
  .btn-group button.btn {
      border-radius: 6px !important;
      border: 1px solid #0A3D9F;
      padding: 8px 24px;
      width: max-content;
      flex: none;
      height: 42px;
  }
  .btn-group button.btn.cancel {
      font-size: 14px;
      line-height: 20px;
      color: var(--blue-btn-bg);
  }
  .btn-group {
      gap: 8px;
      margin-top: 29px;
  }
  .btn-group button.btn.save {
      background: var(--blue-btn-bg);
  }
  .plan-wrap {
      height: 100%;
  }
  .edit-user-wrap form .col-md-6:first-child {
      padding-right: 7px;
  }
  .edit-user-wrap form .col-md-6+.col-md-6 {
      padding-left: 7px;
  }
  .plans-wrap {
      padding: 85px 34px 40px 20px;
  }
  .plans-wrap .title-wrap {
      margin-bottom: 15px;
  }
  .plans-wrap .title-wrap h4 {
      font-size: 16px;
      line-height: 22px;
      color: var(--text-color);
  }
  .plans-wrap .title-wrap button {
      padding: 6.5px 41px;
  }
  .current-sub-wrap {
      margin-top: 15px;
  }
  .current-sub-wrap h4.title,
  .referal-wrap .title-wrap h4 {
      font-size: 16px;
      line-height: 22px;
      color: var(--text-color);
  }
  .sub-plan-wrap .solo-sub-plan {
      box-shadow: 0px 0px 8.3px 0px rgba(0, 0, 0, 0.18);
      padding: 15px 23px;
  }
  .solo-sub-plan .plan-title h4,
  .solo-sub-plan .plan-title h6 {
      font-size: 20px;
      line-height: 34px;
      color: var(--text-color);
  }
  .solo-sub-plan .plan-title h6 {
      color: var(--dark-red);
  }
  .solo-sub-plan .sub-info p {
      font-size: 12px;
      line-height: 22px;
      color: #9B9B9F;
      margin-bottom: 7px;
  }
  .solo-sub-plan .btnn-wrap button {
      font-size: 14px;
      line-height: 20px;
      border-radius: 6px;
      padding: 8px 24px;
  }
  .solo-sub-plan .btnn-wrap button.del-btn {
      color: #FF3B30;
      border: 1px solid #FF3B30;
  
  }
  .solo-sub-plan button.edit-btn {
      background: var(--blue-btn-bg);
      border: 1px solid var(--blue-btn-bg);
  }
  
  /* referal  */
  .referal-wrap tbody td, .referal-wrap tbody th {
      font-size: 12px;
      line-height: 22px;
      color: var(--text-color);
  }
  .create-referal .col-12+.col-12 {
      margin: 20px 0;
  }
  .btnn-group button.btn.cancel {
      font-size: 14px;
      line-height: 20px;
      color: var(--blue-btn-bg);
      border: 1px solid #0A3D9F;
      padding: 8px 24px;
  }
  .btnn-group button.btn.save {
      background: var(--blue-btn-bg);
  }
  .create-referal .btnn-group {
      margin-top: 20px;
  }
  .btnn-group button {
      height: 38px;
      padding: 8px 24px;
  }
  .pricing-wrap .pricing-main {
    border-top: 1px solid #F1F1F1;
    background: #FDFDFD;
  }
  .pricing-wrap .pricing-main input:not([type="checkbox"]) {
    border: 1px solid #E6E6E6;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
    width: 100%;
    padding: 10px 12px;
  }
  .pricing-main .col-md-6:first-child {
    padding-right: 8px;
  }
  .pricing-main .col-md-6+.col-md-6 {
    padding-left: 8px;
  }
  .pricing-wrap .pricing-main label {
    color: #2D2B32;
  }
  .pricing-wrap .pricing-main input+span {
    right: 0;
    display: block;
    bottom: 0;
    border-left: 1px solid #E6E6E6;
    padding: 10px 12px 10px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #7F7D83;
  }
  .pricing-wrap .pricing-main input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin: 0;
    border-radius: 4px;
    border: 2px solid #DCDCDE;
  }
  
  .sub-plan-wrap .col-lg-6:not(:first-child):nth-child(odd) {
    padding-top: 18px;
  }
  /* del user modal */
  .del-user-modal .modal-dialog {
    height: 100%;
    width: 100%;
  }
  .del-user-modal .modal-dialog .modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    max-width: 549px;
    width: 549px;
    border-radius: 15px;
    border: unset;
    box-shadow: unset;
  }
  .del-user-modal .modal-dialog h1.modal-title {
    font-size: 20px;
    line-height: 22.53px;
    color: #363636;
  }
  .del-user-modal .modal-header {
    border: unset;
    padding: 45px 66px 0;
  }
  .del-user-modal .modal-footer {
    border: unset;
    padding: 24px 45px 45px;
    gap: 19px;
  }
  .del-user-modal .modal-footer button {
    margin: 0;
    font-size: 16px;
    line-height: 22.53px;
    font-weight: 600;
    border-radius: 7px;
  }
  .del-user-modal .modal-footer button.cancel {
    border: 1px solid #0059FF;
    color: #0059FF;
    background: #fff;
    padding: 8.5px 64px;
  }
  .del-user-modal .modal-footer .del-btn {
    background: #FF1A00;
    border: 1px solid #FF1A00;
    gap: 12px;
    padding: 8.5px 41px;
  }
  .create-referal .remember-wrap label.form-check-label {
    color: #0A090B;
  }
  .price-wrap .dropdown {
    position: absolute;
    bottom: 0;
    border-radius: 8px 0 0 8px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
  .price-wrap .dropdown button.dropdown-toggle::before {
    content: "";
    background: url(/images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 6px;
    bottom: 13px;
  }
  .price-wrap .dropdown button.dropdown-toggle {
    padding-right: 22px;
  }
  .price-wrap .dropdown button.dropdown-toggle::after {
    content: unset;
  }
.prev-btn img {
  transform: rotate(180deg);
}
  button.page-btns {
    background: #fff;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    padding: 8px 14px;
    box-shadow: 0px 1px 2px 0px #1018280D,
     0px -2px 0px 0px #0A0D120D inset,
      0px 0px 0px 1px #0A0D122E inset;
}

.pagination li {
  width: 40px;
  height: 40px;
  margin: 0;
}
.pagination li span {
  width: 100%;
  height: 100%;
  border: unset;

}
.pagination li a {
  border: unset;
}
button.page-btns span,
button.page-btns a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #414651;
  text-decoration: unset;
} 
ul.pagination {
  margin: 0;
  gap: 2px;
}
.pagination li.active span {
  background: #FAFAFA;
  border: unset;
  border-radius: 8px;
  color: #252B37;
}
.pagination li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #252B37;
}
.dashboard-wrap .nav-item object svg path {
  color: red !important;
}
 
  @media screen and (min-width: 1500px) {
    .login-wrap .login-info {
      justify-content: center !important;
    }
  }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .login-wrap {
      padding: 0 60px;
    }
    .card-wrap .solo-card {
      flex-direction: column;
      text-align: center;
      gap: 10px;
    }
    .solo-sub-plan .btnn-wrap {
      flex-direction: column;
      align-items: start !important;
  }
  }
  
  @media screen and (max-width: 989px) {
    .login-wrap {
      padding: 60px;
    }
    .login-wrap .login-info {
      width: 100%;
      display: block !important;
    }
    .login-wrap .login-info .login-form-wrap {
      max-width: 100%;
    }
    .login-wrap .login-img-wrap {
      margin-bottom: 40px;
    }
  }
  @media screen and (max-width: 989px) {
    .login-wrap {
      padding: 40px 20px;
    }
  }
  