a{
  font-family: 'Poppins', sans-serif;
	color: var(--lgrey);
	/* font-size: 14px; */
}

p,h1,h2,h3,h4,h5,h6,label{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
	/* font-size: 14px; 
}

body {
  font-family: Poppins;
  font-weight: normal;
  font-style: normal;
  color: var(--lgrey);
  overflow-x: hidden;
  font-size: 14px;
}
.menu-btns button{border: unset !important;}
.backgroundactive{background-color: #EC7E2F !important;line-height: 2} 
.card-background {background-color: #ffffff;line-height: 2;border: 1px solid #012060;padding: 15px 15%}
.card-background .card-pricing-plan-name{border: 1px solid #ddd;width: 70%;margin: 0 auto;padding: 10px 0px 8px 0px;background-color: #ffffff;border-radius: 10px;}
.card-pricing-features{list-style-type: circle;/*padding: 5px 25px;*/color: #012060;}
.backgroundactive .card-pricing-features{color: #ffffff !important;}
.backgroundactive .btn{color: #343a40 !important;background-color: #fff !important;border-color: #fff !important; }
.card-background .btn{color: #ffffff;background-color: var(--orange);border-color: var(--orange); }
.backgroundactive h2 b{color: #ffffff !important;} 
.card-background h2 b{color: #f87439;} 
.banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

/* new css by Himanshu  */

:root {
  --blue: #012060;
  --orange: #f87439;
  --lpurple: #F4F2FF;
  --purple: #6555cb;
  --lgrey: #6e657e;
  --white: #fff;
}
:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.form-label {
  font-size: 1.3em !important;
  color: black !important;
  margin-bottom: 0.5em;
}
.form-select {
  background-image: 
      var(--bs-form-select-bg-img, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"));
  background-color: var(--bs-body-bg, #fff);
  color: var(--bs-body-color, #212529);
  border: 1px solid var(--bs-border-color, #ced4da);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100% !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* new css end */

.banners img {
  width: 100%;
}
.menu-btns button{text-align: left;
      .fa {
         float:right;
          display: block;
          margin-left: 10px;
      width: 10px; height: 10px;
      }

  }

  /* css added by Himanshu 14/05/2025 */

  .overview-btn{
    font-size:25px;
    color:white;
    margin-top: 0.5em;
    
  }

  .dashboard-bg{
    background:#f3c29c45 ;
  }
  .sidebar-btns {
    margin-bottom: 1rem;
}

/* Hide submenu by default */
.dashboard-submenu {
    display: none;
}

/* Show submenu when checkbox is checked */
#dashboard-toggle:checked ~ .dashboard-submenu {
    display: block;
}

/* Rotate arrow when active */
#dashboard-toggle:checked + .dashboard-label .arrow {
    transform: rotate(90deg);
}


  .sidebar-line{
    background-color:white;
  }

  .submenu-link{
    color:white;
  }

  .submenu-link:hover{
    color:rgb(223, 189, 158);
  }
 
  .sidebar-menu .d-none.d-lg-inline {
    display: inline !important;
}

@media (max-width: 991px) {
    .sidebar-menu {
        position: fixed;
        top: 0;
        left: -22rem;
        z-index: 1050;
        transition: left 0.3s ease;
    }

    .sidebar-menu.open {
        left: 0;
    }

    .mobile-sidebar-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1000;
    }
}

  .sidebar-menu {
    background-color: var(--blue);
    padding: 20px;
    width: 22rem;
    min-height: 89vh;
    transition: all 0.3s ease;
}

.sidebar-btns span {
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.2em;
    text-transform: capitalize;
    padding: 0.5em 1em 0.5em 1.5em;
    cursor: pointer;
    background-color: var(--blue);
    border-radius: 5px;
}

.submenu {
    padding-left: 2rem;
    font-size: 0.95em;
    color: #fff;
}

.submenu-link {
    display: block;
    padding: 8px 0;
    color: white;
    text-decoration: none;
}

.submenu.hidden {
    display: none;
}

.submenu.visible {
    display: block;
}

.arrow-icon {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.arrow-icon.rotate {
    transform: rotate(90deg);
}

.mobile-sidebar-toggle {
    background: none;
    border: none;
    color: var(--blue);
    font-size: 2rem;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
}

@media (max-width: 991px) {
    .sidebar-menu {
        position: fixed;
        top: 0;
        left: -22rem;
        height: 100vh;
        overflow-y: auto;
        width: 18rem;
        background-color: var(--blue);
    }

    .sidebar-menu.open {
        left: 0;
    }

    .submenu-link {
        font-size: 0.9em;
    }
}


    /* Initially hidden submenu */
    .hidden {
      display: none;
    }

    /* Submenu visible */
    .visible {
      display: block;
    }

    /* Arrow rotation */
    .arrow-icon {
      float: right;
      transition: transform 0.3s ease;
    }

    .preview-button{
      color:white;
      background: var(--blue);
      padding: 1.5em;
      width: 100%;
      border-radius: 10px;
      justify-items: center;
      border:2px solid var(--blue);
    }

    .preview-button:hover{
      color:var(--blue);
      border:2px solid var(--blue);
      background: white;
      padding: 1.5em;
      width: 100%;
      border-radius: 10px;
      justify-items: center;
    }

    .edit-button{
      color:white;
      background: var(--orange);
      padding: 1.5em;
      width: 100%;
      border-radius: 10px;
      justify-items: center;
      border:2px solid var(--orange);
    }

    .edit-button:hover{
      color:var(--orange);
      background: white;
      padding: 1.5em;
      width: 100%;
      border-radius: 10px;
      justify-items: center;
      border:2px solid var(--orange);

    }

    .rotate {
      transform: rotate(90deg);
    }

    .product-img{
      padding: 1em;
      height: 21em;
      width: 21em;
    }

.dashboard {
  display: flex;
  font-family: Poppins;
}

.dashboard .dash-menu {
  background-color: white;
  padding: 20px;
  width: 22rem;
}

.dashboard .dash-menu .menu-btns button {
  width: 100%;
  padding: 17px 15px;
  margin-bottom: 10px;
  border: 2px solid #f4743d;
  border-radius: 30px;
  cursor: pointer;
  background: var(--orange);
  border: 1px solid #f4743d;
  color: white;
  font-size: 16px;
  text-transform: capitalize;
}

/*.dashboard .dash-menu .menu-btns ul {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}*/
.dashboard .dash-menu .menu-btns ul {
    text-align: unset;
    font-weight: 600;
    font-size: 16px;
}

.dashboard .dash-menu .menu-btns ul li {
  padding: 17px 15px;
  margin-bottom: 10px;
  border: 2px solid #f4743d;
  border-radius: 30px;
  cursor: pointer;
  background-color: unset !important;
}

@media (max-width: 1024px) {
  .dashboard .dash-menu {
    display: none;
  }

  .dashboard .dash-menu {
    width: auto;
  }

  .close {
    margin: 10px;
    width: 25px;
  }

  .dashboard-full {
    position: fixed;
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    z-index: 100;
    display: block !important;
  }
}

/*  */
.dash-fieldset {
  padding: 15px;
  width: calc(100% - 22rem);
  margin-left: auto;
  margin-right: auto;
}

.dash-fieldset .user-info {
  background-color: #012060;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .dash-fieldset .user-info {
    flex-wrap: wrap;
    border-radius: 30px;
  }
}

.dash-fieldset .user-info .user-ship {
  display: flex;
  align-items: center;
}

.dash-fieldset .user-info .user-ship img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 9999px;
}

.dash-fieldset .user-info .user-ship h1 {
  color: #ffffff;
  font-size: 28px !important;
  font-weight: bold;
  margin-bottom: 10px;
}

.dash-fieldset .user-info .user-ship p {
  color: #ffffff;
}

/*  */

.dash-fieldset .user-info .user-win ul {
  display: flex;
  align-items: center;
}

.dash-fieldset .user-info .user-win ul li:nth-child(2) {
  border-right: 1px solid #012060;
  padding: 0 40px;
  margin: 0 40px;
}

.dash-fieldset .user-info .user-win ul li {
  margin-right: 20px;
}

.dash-fieldset .user-info .user-win ul li h3 {
  color: #ffffff;
  font-size: 36px;
}
.dash-fieldset .user-info .user-win ul li h3 a{
  color: #ffffff;
  font-size: 36px;
}

.dash-fieldset .user-info .user-win ul li p {
  color: #f4743d;
  font-weight: bold;
}

.dash-fieldset .style {
  background-color: white;
  padding: 40px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border: 2px solid #003366;
  border-radius: 10px;
  box-shadow: 10px 10px 5px rgb(201, 216, 243)
}

.dash-fieldset .style h1 {
  font-size: 20px;
  color: #012060;
  font-weight: bolder;
  margin-bottom: 30px;
}

.dash-fieldset .style h2,h3,h4,h5,h6 {
  color: #012060;
}

.dash-fieldset form .space {
  display: flex;
  align-items: center;
   justify-content: space-between; 
  margin-bottom: 25px;
  position: relative;
}

.dash-fieldset form .space .pic-upload input {
  position: absolute;
  border: none;
  top: 0;
  right: 5%;
  opacity: 0;
  z-index: 100;
}

.dash-fieldset form .space label {
  color: #444;
  font-weight: bold;
  width: 180px;
   float: left; 
}

.dash-fieldset form .space .checkbox{
  display: inline-flex;
  align-self: center;
}
.dash-fieldset form .space .checkbox input{
  width: 20px;
  height: 20px;
}
.dash-fieldset form .space .checkbox label{
  padding-top: 5px;
  margin-left: 15px;
  width: auto;
  margin-right: 15px
}

.dash-fieldset form .space input {
  width: 80%;
  padding: 8px !important;
  border-radius: 30px;
  border: 2px solid #f4743d;
  outline: none;
  /* font-size: 16px; */
  font-weight: 500;

}

.dash-fieldset form .space select {
  width: 80%;
  padding: 14px;
  border-radius: 30px;
  border: 2px solid #f4743d;
  outline: none;
  font-size: 16px;
  font-weight: 500;

  /*-webkit-appearance: none;
  -moz-appearance: none;*/
  text-indent: 1px;
  text-overflow: '';
}
/* .dash-fieldset form .space select::-ms-expand {
  display: none;
} */
.dash-fieldset form .space textarea {
  width: 80%;
  padding: 14px;
  border-radius: 30px;
  border: 2px solid #f4743d;
  outline: none;
  font-size: 16px;
  font-weight: 500;
}
.space.checkbox-com input{
  width: 20px !important;
  height: 20px;
}
.space.checkbox-com label.custm-label{
  padding-top: 20px;
  margin-left: 15px;
  width: auto;
  margin-right: 15px
}

table {
  font-family: Poppins;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


.dash-fieldset form .style button {
  cursor: pointer;
  width: 12rem;
  padding: 10px;
  position: absolute;
  z-index: 1;
  right: 0;
  outline: none;
  border-radius: 10px;
  background: var(--orange);
  border: 1px solid #f4743d;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.dash-fieldset form .update {
  display: flex;
  justify-content: center;
}

.dash-fieldset form .update button {
  cursor: pointer;
  width: 18rem;
  padding: 16px;
  margin: auto;
  outline: none;
  border-radius: 30px;
  background: var(--orange);
  border: 1px solid #f4743d;
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
  .dash-fieldset .style {
    padding: 30px;
  }

  #checkboxes input {
    width: 25px !important;
}

  .dash-fieldset .style .space {
    display: block;
  }

  .dash-fieldset form .space label {
    display: block;
    margin-bottom: 10px;
  }

  .dash-fieldset form .space input {
    width: 100%;
  }

  .dash-fieldset form .space select {
    width: 100%;
  }
  .dash-fieldset form .space textarea {
    width: 100%;
  }

  .dash-fieldset form .style input[type="file"] {
    width: 100px;
  }
}

.dashboard .open {
  position: absolute;
  left: 0;
  /* margin-top: 10px; */
}

/***********************************/
/******* Member Page CSS************/
/***********************************/


.heading-style h3, .heading-style h1{
	font-family: Poppins;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    color: #000000 !important;
}

.heading-style p{
	font-family: Poppins;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
  margin-top: 15px;
  text-align: center;
  margin: auto;
  max-width: 700px;
}

.text-orange{
    color: #f87439;
}
.text-white{
	color: #ffffff;
}
/* .choose-plan{
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.choose-plan .col-md-4{
  flex: 0 0 auto;
  width: 33.33333333%;
} */

.choose-plan .card .card-body{
  padding: 0;
}
.choose-plan .card{
  text-align: center;
    padding: 30px 0;
    border: 1px solid rgba(248, 140, 97, 0.35);
    margin: 15px auto;
    font-family: Poppins;
    border-radius: 11px;
    box-shadow: 0 0 9px -4px #f78c5f;
    background-color: #ffffff;
    position: relative;
    max-width: 400px;
}

.choose-plan .card:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  widows: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #f88c5f;

}
.choose-plan .card p.card-pricing-plan-name{
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #012060;
}
.choose-plan h2.card-pricing-price{
  font-size: 56px;
    margin-bottom: 35px;
    background: #f88c5f;
    padding: 20px;
    color: white;
}
.choose-plan h2.card-pricing-price span{
  font-size: 15px;
  font-weight: 300;
}

.choose-plan .card-pricing-features li{
  font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #f88c5e;
}
.choose-plan .card-pricing-features li span{
  display: block;
    font-size: 26px;
    margin-top: 10px;
    color: black;
}
.choose-plan .card button{
  background: linear-gradient(to right, #8323e9, #341e97);
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 85px;
  padding: .75rem 2rem;
  outline: none;
  /* border: 3px solid #012060; */
  font-weight: 600;
  margin-top: 15px;
  transition: .2s all ease-in-out;
  border: none;
  outline: none;
}
.choose-plan .card button:hover{
  background-color: #012060;
  color: #ffffff;
}

/* .payment-box p.payment-description{

} */

.payment-box .pay-table{
  width: 100%;
  max-width: 450px;
  font-family: Poppins;
  display: inline-block;
}
.payment-box .pay-table th, .payment-box .pay-table td{
  border: none;
}
.payment-box .pay-table tr:nth-child(even) {
  background-color: #ffffff;
}
.payment-box .pay-table th, .payment-box .pay-table td{
  font-size: 15px;
  padding: 4px 0;
}
.payment-box .pay-table th{
  font-weight: 600;
  color: #f4743d;
  width: 115px;
}

.payment-box .pay-table td{
  font-weight: 400;
  color: #000000;
}
.payment-box button{
  background: #f87439;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 85px;
  padding: 0.5rem 2rem;
  outline: none;
  font-weight: 600;
  margin-top: 15px;
  transition: .2s all ease-in-out;
}

.payment-box .pay-left{
  /* float: right; */
  display: inline-block;
  width: calc(100% - 470px); 
}
.payment-box .pay-left h2{
  font-size: 36px;
  color: #f78c5f;
  text-align: right;
}

.payment-box .pay-left h2 span{
  display: block;
  font-size: 15px;
  color: #000000;
}
.payment-box .update{
  text-align: right;
}
.otp-sec{
  text-align: center;
  padding-bottom: 3rem !important;
}
.otp-sec label{
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}
.otp-sec input{
    height: 50px;
    
    padding: 14px;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    border: 1px solid #eee;
    text-align: center;
}
.otp-sec .update button, .under-process a{
  width: 16rem;
    padding: 14px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    color: white;
    border: none;
    outline: none;
    font-size: 18px;
    background-image: linear-gradient(to right, #f89065, #fe5103) !important;
    position: static !important;
}
.otp-sec h1{
  margin-bottom: 15px !important;
}
.otp-sec p{
  font-size: 16px;
  margin-bottom: 10px;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.under-process h1{
  font-family: Poppins;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  color: #000000 !important;
}
.under-process p {
  font-family: Poppins;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
  margin-top: 15px;
  text-align: center;
  margin: auto;
  /* max-width: 700px; */
  color: #f78c5f;
}
.under-process a{
  text-align: center;
  margin-top: 30px;
  display: inline-block;
}
.under-process .basic-details{
  text-align: center;
  padding-bottom: 3rem !important;
}
.extra-field label{
  color: #012060;
  font-weight: bold;
  width: 180px;
  margin-bottom: 25px;
  display: block;
}

.dash-fieldset form .style .extra-field  button{
  position: inherit;
  background-image: none;
  width: auto;
  padding: 0;
  border-radius: 0;
  color: inherit;
  border: none;
}

.table-design{
  border-top: 2px solid #f78b5d;
  border-bottom: 2px solid #f78b5d;
  font-family: Poppins;
}
.table-design thead tr{
  border-bottom: 2px solid #f78b5d;
}

.table-design thead th{
  font-weight: 700;
  padding: 15px 8px;
  border: none;
  font-size: 14px;
}
.table-design td{
  padding: 15px 8px;
  border: none;
  font-size: 14px;
}
.table-design tr:nth-child(even){
  background-color: #f7885a;
}
.table-design tr:nth-child(even) td{
  color: #fff;
  font-weight: 400;
}
.table-design td, .table-design th{
  position: relative;
  vertical-align: middle;
}
/* .table-design td:nth-child(1){
  padding-right: 10px;
} */
.table-design td img{
  max-width: calc(150px - 10px);
  max-height: 100px;
  margin-right: 10px;
}
.table-design td:before, .table-design th:before{
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 15px);
  border-right: 2px solid #f7885a;
  border-radius: 1px;
}


.table-design tr:nth-child(even) td:before{
  border-color: #ffffff;
}
.table-design td:last-child::before, .table-design th:last-child::before{
  display: none;
}
.media img.img-custm{
  max-height: 30px;
}
/*membership*/

/*membership*/

@media screen and (max-width: 1025px){
  .dash-fieldset{
    width: 100%;
  }
}
 @media screen and (max-width: 767px) {
  .dash-fieldset .user-info .user-ship img{
    width: 91px;
    height: 87px;
  }
  .overview-btn{
    font-size:20px;
  }
  .sidebar-btns span{
    font-size: 1.1em;
  }
 }