/* Custom CSS developed on 18-Nov-20 by Arunraj */
.theme-font-color {
  color: #202853;
}

.primary-background {
  background-color: #202853 !important;
}

.margin-top-10 {
  margin-top: 10pt;
}

.margin-top-20 {
  margin-top: 20pt;
}

.margin-top-30 {
  margin-top: 30pt;
}

.margin-bottom-10 {
  margin-bottom: 10pt;
}

.margin-bottom-30 {
  margin-bottom: 30pt;
}

.padding-right-10 {
  padding-right: 10pt;
}

#refresh_icon {
  margin: 15px;
}

#loader {
  color: #202853;
  display: none;
}

#page-loader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#page-loader::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #202853;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

.alert {
  display: none;
  position: fixed;
  top: 71px;
  right: 25%;
  left: 25%;
  /*z-index: 9999;*/
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-20 {
  padding-left: 20px;
}

.entity-btn {
  margin-top: 32px;
}

/*FIle Upload STart */
.cls-drop-zone {
  width: 100%;
  min-height: 108px;
  border: 2px dashed rgba(0, 0, 0, .3);
  border-radius: 5px;
  font-family: Arial;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #7E7E7E;
}

.cls-drop-zone input {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 0px;
  opacity: 0;
}

/*Important*/

.cls-drop-zone.mouse-over {
  border: 3px dashed rgba(0, 0, 0, .3);
  color: #7E7E7E;
}

/*If you dont want the button*/

.cls-clickHere {
  display: inline-block;
  cursor: pointer;
  color: white;
  font-size: 17px;
  width: 150px;
  border-radius: 4px;
  background-color: #4679BD;
  padding: 10px;
}

.cls-clickHere:hover {
  background-color: #376199;
}

.cls-filename {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5em;
}

.file-preview {
  background: #ccc;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.closeBtn:hover {
  color: red;
  display: inline-block;
}

.member-info a {
  color: #FFF !important;
}

.edit-cart-row {
  background: #ffb200 !important;
}

.small-switchery .switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: middle;
  width: 22px;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.small-switchery .switchery>small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 12px;
  position: absolute;
  top: 0;
  width: 12px;
}

/* File Upload ENd */

#order-table_filter label,
#order-confirm-table_filter label {
  display: inline-flex;
}

.disabled-btn {
  cursor: auto !important;
}

.table-right {
  width: auto;
  margin-right: 0px;
  margin-left: auto;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  opacity: 0.5;
}

.spiner-example {
  margin-top: 13%;
}

.sk-spinner-fading-circle.sk-spinner {
  width: 57px;
  height: 57px;
}

.yellow-font {
  color: #fff;
}

.custom-file-upload .file-input-upload {
  display: none !important;
}

.float-left {
  float: left;
}

.margin-icon {
  margin-top: 12pt;
  margin-left: 6pt;
  color: #000;
}

.form-min-select {
  width: 83%;
}

.dataTables_scrollBody .display .sorting:before,
.dataTables_scrollBody .display .sorting:after {
  content: none !important;
}

input::placeholder {
  color: #CCC !important;
}

.cls-ent-det-tab input[type='text'] {
  background: #ffeec0 !important;
}

.border-right {
  border-right: 1px solid;
  color: #d71a25;
  padding-right: 15px;
}

.border-left {
  border-right: 1px solid;
  color: #d71a25;
  padding-left: 15px;
}

.duplicate-order-row td {
  background: #ffeec0 !important;
}

.duplicate-order-row:hover {
  background: #ffeec0 !important;
}

.fbk-star-rating {
  cursor: pointer;
}

.fbk-star-rating.checked {
  cursor: pointer;
  color: #d71a25;
}

.order-remove-cart-btn {
  background: #64b14b;
  color: white;
  width: 38px;
}

.order-remove-cart-btn:hover {
  background: #ff4a4a;
  color: white;
}

.md-skin .ibox {
  margin-bottom: 12px !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #CCC !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCC !important;
}

::placeholder {
  color: #CCC !important;
}

.btn-hide {
  display: none;
}

.large-bootbox-width {
  max-width: 850px !important;
}

.medium-bootbox-width {
  max-width: 545px !important;
}

:root {
  --primary-color: #002147;
  --accent-color: #bc2f2b;
  --light-bg: #f8f9fa;
  --border-color: #e0e0e0;
}



.signup-container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.signup-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
}

.signup-left {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a365d 100%);
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signup-right {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-container {
  text-align: center;
  margin-bottom: 40px;
}

.logo {
  max-width: 180px;
  height: auto;
}

.welcome-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 24px;
  letter-spacing: -0.2px;
}

.welcome-text {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 15px;
}

.form-label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-size: 15px;
}

.signup-container .form-control {
  border-radius: 6px;
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  transition: all 0.3s;
  font-size: 15px;
}

.signup-container .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 33, 71, 0.25);
}

 .signup-container .ibox-content .btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s;
  font-size: 15px;
  letter-spacing: 0.3px;
  width: 100%;
}

.signup-container .ibox-content .btn-primary:hover {
  background-color: #001a36;
  border-color: #001a36;
  transform: translateY(-2px);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s;
  font-size: 15px;
  letter-spacing: 0.3px;
  width: 100%;
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-2px);
}

.goals-header {
  text-align: center;
  margin-bottom: 30px;
}

.goals-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.goals-subtitle {
  font-weight: 500;
  font-size: 18px;
  opacity: 0.9;
}

.goal {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.goal-number {
  background: #d03b43;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
}

.goal-content h5 {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.2px;
}

.goal-content p {
  margin: 0;
  opacity: 0.9;
  font-size: 15px;
  line-height: 1.5;
}

.error-message {
  color: var(--accent-color);
  font-size: 14px;
  margin-top: 5px;
}

.copyright {
  margin-top: 30px;
  text-align: center;
  color: #777;
  font-size: 14px;
}

.signin-section {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.signin-text {
  margin-bottom: 15px;
  color: #666;
  font-size: 15px;
}

.captcha-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.captcha-box {
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--primary-color);
  border: 1px solid var(--border-color);
}

.form-check {
  margin-top: 15px;
}

.referral-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.referral-checkbox .form-check-input {
  margin-right: 10px;
}

.referral-code {
  display: none;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .signup-container {
    padding: 10px;
  }

  .signup-card {
    flex-direction: column;
  }

  .signup-left,
  .signup-right {
    padding: 30px 20px;
  }
}

/* ---------- TERMS BANNER DESIGN ---------- */
.terms-banner {
  background: #000;
  color: #fff;
  padding: 120px 0 60px;
  font-family: "Poppins", "Montserrat", sans-serif;
}

.terms-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.terms-left {
  flex: 1.5;
  padding-right: 40px;
}

.terms-left h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

.terms-divider {
  width: 1px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.2);
}

.terms-right {
  flex: 1;
  padding-left: 40px;
}

.terms-right .tagline {
  color: #d7212c;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.terms-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-right ul li {
  font-size: 15px;
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
}

.terms-right ul li::before {
  content: "◀";
  position: absolute;
  left: 0;
  color: #d7212c;
  font-size: 10px;
  top: 2px;
}

/* ---------- TERMS CONTENT SECTION ---------- */
.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.terms-content {
  padding: 60px 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 20px auto;
  border-radius: 5px;
}

.terms-content h1 {
  text-align: center;
  font-size: 28px;
  color: #222;
  margin-bottom: 5px;
}

.terms-content h4 {
  text-align: center;
  color: #777;
  margin-bottom: 40px;
  font-size: 14px;
}

.terms-content h2 {
  font-size: 20px;
  color: #d8232d;
  margin-top: 40px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
}

.terms-content h3 {
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 10px;
}

.terms-content p {
  margin: 10px 0;
  font-size: 15px;
  color: #444;
}

.terms-content ol,
.terms-content ul {
  margin: 15px 0;
  padding-left: 30px;
}

.terms-content li {
  margin: 8px 0;
  font-size: 15px;
  color: #444;
}

.terms-content .sub-list {
  list-style-type: lower-alpha;
  padding-left: 20px;
}

.terms-content .sub-list li {
  margin: 5px 0;
}

/* ---------- Responsive Design ---------- */
@media (max-width: 900px) {
  .terms-container {
    flex-direction: column;
    text-align: center;
  }

  .terms-divider {
    display: none;
  }

  .terms-left {
    padding: 0;
    margin-bottom: 30px;
  }

  .terms-right {
    padding: 0;
  }

  .terms-left h2 {
    font-size: 22px;
  }

  .terms-right ul li {
    font-size: 14px;
  }

  .terms-content {
    padding: 30px 0;
  }

  .terms-content h1 {
    font-size: 24px;
  }

  .terms-content h2 {
    font-size: 18px;
  }
}



/* ---------- TERMS BANNER DESIGN ---------- */
.terms-banner {
  background: #000;
  color: #fff;
  padding: 120px 0 60px;
  font-family: "Poppins", "Montserrat", sans-serif;
}

.terms-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.terms-left {
  flex: 1.5;
  padding-right: 40px;
}

.terms-left h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

.terms-divider {
  width: 1px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.2);
}

.terms-right {
  flex: 1;
  padding-left: 40px;
}

.terms-right .tagline {
  color: #d7212c;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.terms-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.terms-right ul li {
  font-size: 15px;
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
}

.terms-right ul li::before {
  content: "◀";
  position: absolute;
  left: 0;
  color: #d7212c;
  font-size: 10px;
  top: 2px;
}

/* ---------- TERMS CONTENT SECTION ---------- */
.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.terms-content {
  padding: 60px 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 20px auto;
  border-radius: 5px;
}

.terms-content h1 {
  text-align: center;
  font-size: 28px;
  color: #222;
  margin-bottom: 5px;
}

.terms-content h4 {
  text-align: center;
  color: #777;
  margin-bottom: 40px;
  font-size: 14px;
}

.terms-content h2 {
  font-size: 20px;
  color: #d8232d;
  margin-top: 40px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
}

.terms-content h3 {
  font-size: 18px;
  color: #0033a0;
  margin-top: 30px;
  margin-bottom: 10px;
}

.terms-content p {
  margin: 10px 0;
  font-size: 15px;
  color: #444;
}

.terms-content ol,
.terms-content ul {
  margin: 15px 0;
  padding-left: 30px;
}

.terms-content li {
  margin: 8px 0;
  font-size: 15px;
  color: #444;
}

.terms-content .sub-list {
  list-style-type: lower-alpha;
  padding-left: 20px;
}

.terms-content .sub-list li {
  margin: 5px 0;
}

/* ---------- Responsive Design ---------- */
@media (max-width: 900px) {
  .terms-container {
    flex-direction: column;
    text-align: center;
  }

  .terms-divider {
    display: none;
  }

  .terms-left {
    padding: 0;
    margin-bottom: 30px;
  }

  .terms-right {
    padding: 0;
  }

  .terms-left h2 {
    font-size: 22px;
  }

  .terms-right ul li {
    font-size: 14px;
  }

  .terms-content {
    padding: 30px 0;
  }

  .terms-content h1 {
    font-size: 24px;
  }

  .terms-content h2 {
    font-size: 18px;
  }
}


/* u registration confirm */

.thankyou-hero {
  background-color: #000;
  color: #fff;
  padding: 120px 0 60px;
}

.thankyou-title {
  font-size: 34px;
  font-weight: 300;
  margin: 0;
}

.responsibility-box {
  display: inline-block;
  text-align: left;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  padding-left: 25px;
}

.highlight-text {
  color: #d71a25;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}

.responsibility-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

.responsibility-list li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 4px;
}

.responsibility-list li::after {
  content: "◄";
  color: #ffffff;
  margin-left: 6px;
}

/* --- BODY SECTION --- */

.thankyou-body {
  background-color: #f7f7f7;
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}

.thankyou-content {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.email-link {
  color: #002f87;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
  .thankyou-hero {
    text-align: center;
  }

  .responsibility-box {
    border: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

.btn-login {
  background-color: #014088;
  border-color: #023066;
  border-radius: 8px;
  color: white;
  margin: 5px;
  padding: 3px 10px;
}

.btn-login:hover {
  background-color: #002651;
  border-color: #012045;
}


@media screen and (min-width:991px) and (max-width:1300px) {
  .ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    text-align: right;
    top: 1px;
  }
}

.thankyou-content >p {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 18px;
    font-size: 17px;
}

.service-single-content >p{
    margin: -4px 0 15px;
    font-size: 17px;
}

.sec-pad{
padding: 3rem 0;
}

.btn-reset-pswd{
background-color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #fff;
}

.btn-reset-pswd:hover {
  background-color: #001a36;
  border-color: #001a36;
  transform: translateY(-2px);
}