﻿:root {
  --color-primary: #4f46e5; 
  --color-white: #ffffff;
  --color-hover-primary: #6366f1;
}

.table-bordered{
  border-color: #e2e8f0 !important;
}
.dataTables_wrapper table thead tr{
  background-color: #fafbfd;
}
.dataTables_wrapper {
  background: red;
}

.help-block{
  color: #d70000;
  font-size: 14px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-outline-primary{
    border-color: var(--color-primary);
    color: var(--color-primary);
    font-size: 16px;
  }
  .btn-outline-primary.active{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }

  .btn-outline-primary:hover{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .btn-outline-primary:active{
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
  }
  .btn-outline-primary:focus-visible{
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    box-shadow: none;
  }
  .btn-primary{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .btn-primary:hover{
    background-color: var(--color-hover-primary);
    border-color: var(--color-hover-primary);
  }

  .pricing-header h1{
    font-size: 45px;
    margin-bottom: 0px;
  }
  .form-control:focus{
    box-shadow: none;
  }
  .form-control:focus{
    border-color: var(--color-primary);
  }

  .plan-cost {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    color: var(--color-primary);
  }
  footer img{
    width: 150px;
  }
  
  .form-select{
    height: 45px;
    margin-bottom: 30px;
  }
  .form-select:focus{
    box-shadow: none;
  }
  .form-select:focus{
    border-color: var(--color-primary);
  }

  .subscriptionCard {
    background-color: var(--color-white);
    border-radius: 5px;
    position: relative;
    width: 100%;
  }

  main{
    height: calc(100vh - 167px);
  }
  
   .radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(16px + 2px);
    top: calc(16px + 2px);
  }
  
  @supports(-webkit-appearance: none) or (-moz-appearance: none) { 
     .radio {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: var(--color-white);
      border: 2px solid #e2ebf6;
      border-radius: 50%;
      cursor: pointer;
      height: 1.5em;
      outline: none;
      transition: 
        background 0.2s ease-out,
        border-color 0.2s ease-out;
      width: 1.5em; 
  
      &::after {
        border: 2px solid var(--color-white);
        border-top: 0;
        border-left: 0;
        content: '';
        display: block;
        height: 0.75rem;
        left: 25%;
        position: absolute;
        top: 50%;
        transform: 
          rotate(45deg)
          translate(-50%, -50%);
        width: 0.375rem;
      }
  
      &:checked {
        background: var(--color-primary);
        border-color: var(--color-primary);
      }
    }
    
    .subscriptionCard:hover .radio {
      &:checked {
        border-color: var(--color-primary);
      }
    }
    .subscriptionCard:hover .plan-details{
      border-color: var(--color-primary);
    }
  }
  
  .plan-details {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 16px;
    transition: border-color 0.2s ease-out;
  }
  .radio:checked ~ .plan-details {
    border-color: var(--color-primary);
  }
  
  .plan-type {
    /* color: var(--color-primary); */
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 1em;
  }
  
  
  
  .slash {
    font-weight: normal;
  }
  
  .plan-cycle {
    font-size: 15px;
    font-variant: none;
    border-bottom: none;
    cursor: inherit;
    text-decoration: none;
  }
  
  .hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  abbr[title]{
    text-decoration: none!important;
  }

  .signupForm{
    max-width: 636px;
    margin: 20px auto 0px auto;
    label{
      margin-bottom: 4px;
    }
  }

  .signupForm .form-control{
    height: 45px;
  }
  .card-header{
    background-color: var(--color-primary);
  }
  .card-header h4{
    color: var(--color-white);
  }

  #card-element{
    height: 45px;
  }

  .CardNumberField.CardNumberField--ltr{
    height: 45px;
    border: 1px solid;
    padding: 8px;
  }

  .CardField.is-link-hidden.previous-link-hidden.CardField--ltr {
    height: 50px;
}
iframe{
  height: 50px;
}

.ElementsApp, .ElementsApp .InputElement {
  border: 1px solid red;
  padding: 10px;
}

/* stripe */
.StripeElement{
  border: 1px solid #dee2e6;    padding: 14px;    border-radius: 6px;
}
.StripeElement--focus{border-color:var(--color-primary);}
main{
  height: calc(100vh - 127px);
  overflow-y: auto;
  overflow-x: hidden;
}

.header,.footer{
  padding: 15px 0px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.card p{
  min-height: 193px;
}
.backBtn{
  position: absolute;
  top: 17px;
  left: 0px;
  border-color: #dbdbdb;
  background: var(--color-white);
  color: #000;
  display: flex;
  align-items: center;
}
.backBtn:hover{
  border-color: var(--color-primary);
}

.arrow-left {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.invalid-feedback-err {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
html{
  height: 100%;
}
body{
  background-color: #f8fafc;
  font-family: "Inter", sans-serif;
  height: 100%;
}
.contactForm {
  max-width: 1088px;
  margin: auto;
  padding: 48px 32px;
}
.contactForm  .form-group {
  position: relative;
  margin-bottom: 22px;
}
.invalid-feedback-err {
  position: absolute;
  bottom: -22px;
}
.contactForm h1{
  font-size: 30px;
  color:#0f172a;
  @media (max-width: 767.98px) {
      font-size: 24px;
  }
}
.contactForm_inner {
  background-color: var(--color-white);
  padding: 30px 18px;
  border-radius: 20px;
  box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.05);
  @media (max-width: 767.98px) {
      padding: 20px 15px;
  }
} 
.contactForm .form-control {
  height: 45px;
  box-shadow: none;
  outline: none;  
  @media (max-width: 767.98px) {
      height: 40px; 
  }
}

.contactForm label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
  color: #0f172a !important;
}

.contactForm textarea.form-control{ 
  min-height: 120px;
  resize: none;
}
.contactForm .btn{
  height: 45px;
  padding: 12px 40px;
  line-height: 12px;
}
.contactForm .btn-primary{
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  box-shadow: none !important;  
}
.contactForm .btn-primary:hover{
  background-color: var(--color-hover-primary) !important;
  border-color: var(--color-hover-primary) !important;
  box-shadow: none !important; 
}
.contactForm .vaild{
  font-size: 16px;
}
.contactForm .logo img {
  max-height: 56px;
  @media (max-width: 767.98px) {
      max-height: 45px;
  }
}
.contactForm .logo {
  margin-bottom: 30px;
  @media (max-width: 767.98px) {
      margin-bottom: 15px;
  }
}
.contactForm_right {
 height: 100%;
 position: relative;
}

.contactForm_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.contactForm_right_txt {
  position: absolute;
  bottom: 0;
  background-color: var(--color-primary);
  width: 100%;
  color: var(--color-white);
  padding: 18px 45px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 18px;
  min-height: 65px;
}

.alert-success{
  color: var(--color-white);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #198754;
  padding: 5px 15px;
}
.formCard{
  padding: 32px 40px;
  background-color: var(--color-white);
  margin-top: 32px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
  border-radius: 8px;
}
.formCard a{
  text-decoration: none;
  color:var(--color-primary);
  font-size: 14px;
}
.formCard a:hover{
  color:var(--color-hover-primary);
}
.form{
  width: 450px;
}
.form h1{
  font-weight: 700;
}
.form h1{
 margin-bottom: 4px;
}
.form p{
 font-size:16px;
 color:#475569;
}
.form .form-control{
  height: 36px;
  border-radius: 8px;
  border: 1px solid #cbd5e1 !important;
  font-size:14px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
}
.form .form-control:focus{
  border: 2px solid var(--color-primary) !important;
}
.form .btn-primary{
  height: 36px;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size:14px;
  font-weight:600;
}
.help-block{
  color: #d70000;
  font-size: 14px;
}
.forgotPassword label{
  font-size: 14px;
  margin-bottom: 0px;
}
.form-check-input:checked{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

@media (max-width: 1199px) {
  .form-select{
    margin-bottom: 20px;
  }
  .pricing-header h1{
    font-size: 30px;
  }
  .card-header h4{
    font-size: 20px;
  }
  .plan-cost{
    padding-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .container{
    max-width: 100%;
  }
  .contactForm {
    padding: 20px;
  }
  .formCard {
    padding: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .pricing-header h1{
    font-size: 25px;
  }
  .pricing-header{
    margin-bottom: 20px;
  }
  .form-select {
    margin-bottom: 15px;
}
}
@media (max-width: 575.98px) {
  header nav a{
    font-size: 14px;
  }
  .contactForm {
    padding: 10px;
  }
  .form {
    width: 100%;
  }
  .formCard{
    padding: 10px;
  }
  .contactForm .form-group {
    margin-bottom: 15px;
}

}