/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /*-------------------------*/
/*  (Helping) Modal        */
/*-------------------------*/
.xscfv-top-stripe{
    height: 150px;
    transform: rotate(141deg);
    margin-top: -96px;
    margin-right: 190px;
    margin-left: -130px;
    background: #000;
    border-bottom: 65px solid #000;
    border-top: 10px solid #000;
  }
  .xscfv-bottom-stripe{
    height: 150px;
    transform: rotate(135deg);
    position: relative;
    right: -240px;
    bottom: -52px;
    background: #000;
    border-bottom: 65px solid #000;
    border-top: 10px solid #000;
    position: absolute;
      width: 100%;
  }
  .xscfv-contact7resend {
      cursor :pointer;
  }
  .xscfv-codeverfication-danger,.xscfv-codeverfication-success,.xscf7v-closepopup {
      display: none;
  }
  .xscfv-sms-close {
    cursor: pointer;
    position: absolute;
    font-size: 19px;
    font-weight: 700;
    top: 20px;
    right: 20px;
    border-radius: 99px;
    border: none;
    background: #000;
    color: #fff;
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
    padding: 2px 6px 4px;
    line-height: 1;
  }
  .xscfv-sms-close:hover{
    opacity:1;
    background-color:rgb(209, 26, 26);
  }
  
  .xscfv-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .xscfv-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .xscfv-modal-backdrop.xscfv-fade {
    opacity: 0;
  }
  .xscfv-modal-backdrop.show {
    opacity: .5;
  }
  
  /*-------------------------*/
  /*      PopUp Modal        */
  /*-------------------------*/
  .xscfv-fade {
    opacity: 0;
    transition: opacity .15s linear;
  }
  .xscfv-modal.xscfv-fade.show {
    opacity: 1;
  }
  .xscfv-modal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(0deg 0% 13% / 70%);
  } 
  .xscfv-modal-open .xscfv-modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .xscfv-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    position: relative;
    width: 100%;
    pointer-events: none;
  }
  .xscfv-modal.xscfv-fade .xscfv-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  .xscfv-modal.show .xscfv-modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  
  .xscfv-modal-content {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding-bottom:40px;
  }
  
  
    /* Body */
  .xscfv-modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding:4rem 1rem 1rem;
  }
  
  
  .xscfv-modal-headertext{
    font-size:2.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-align:center;
    margin: 0.5rem 0px;
  }
  
  .xscfv-modal-body .xscfv-text {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: normal;
    color: #28303d;
    text-align: center;
    max-width: 360px;
    margin: 0px auto 1rem;
  }
  
  
  .xscfv-input-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content:center;
    width: 100%;
    margin-bottom:1rem;
  }
  .xscfv-modal-body .xscfv-input-group .xscfv-input {
    display: block;
    width: 100%;
    max-width:300px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left:30px;
  
  } 
  .xscfv-input-group .xscfv-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .xscfv-input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
  }
  
  
  .xscfv-modal-body .xscfv-link {
      color:#007b5e;
  }
  
  .xscfv-modal-body .xscfv-link:hover {
      color: #4caf50;
      text-decoration: underline;
  }
  
  .xscfv-modal-body .xscfv-input-group .xscfv-btn {
    position: relative;
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right:20px;
    min-width: 56px;
    border-width: 2px;
    background: #000;
    border-color: #000;
    color: #fff;
  }
  .xscfv-modal-body .xscfv-btn:hover,
  .xscfv-modal-body .xscfv-btn:focus,
  .xscfv-modal-body .xscfv-btn:active,
  .xscfv-modal-body .xscfv-btn:not(:disabled):not(.disabled):active {
      background-color: #4caf50;
      border-color: #4caf50;
      box-shadow: none;
      cursor: pointer;
  }
  
  
  .xscfv-modal-body .xscfv-input:focus {
      color: #495057;
      background-color: #fff;
      border: 1px solid #000;
      outline: 0;
      box-shadow: none;
  }
  
  .xscfv-modal-body .xscfv-alert,
  
  .xscfv-modal-body .xscfv-alert{
  
      border-radius: 30px;
  
      padding: .55rem 1.25rem;
  
  }
  
  
  
  
  
  /*--------------------*/
  
  /*      animation     */
  
  /*--------------------*/
  
  
  
  .xscfv-modal .xscfv-input-group {
  
      transform: translateY(120%);
  
      overflow: hidden;
  
  }
  
  .xscfv-col{
  
      overflow: hidden;
  
  }
  
  .xscfv-modal.show .xscfv-input-group {
      animation: fadeIn 1s ease-in 0.7s forwards, slideIn 0.8s ease-in 0.9s forwards;
  }
  
  .xscfv-modal .xscfv-alert-wrapper *  {
      opacity: 0;
  }
  
  .xscfv-modal.show .xscfv-alert-wrapper * {
      animation: fadeIn 0.5s ease-in 0.2s forwards;
  }
  
  .xscfv-modal .xscfv-text-wrapper * {
    transform: translateY(120%);
  }
  
  .xscfv-modal .xscfv-p-wrapper * {
    transform: translateY(-120%);
  }
  
  .xscfv-modal.show .xscfv-text-wrapper * {
    animation: slideIn 0.6s cubic-bezier(0.54, 0.46, 0.54, 0.94) 2s forwards;
  }
  
  @keyframes fadeIn {
    0% {
      opacity:0;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes scaleIn {
    100% {
      transform: scaleX(1);
    }
  }
  @keyframes slideIn {
    100% {
      transform: translateY(0);
    }
  
  }
  .xscfv-codeverfication-success ,.xscfv-emailverfication-success,.xscf7v-closepopup{
      background: rgb(255, 130, 23) !important;
      color: white !important;
  }
  .xscf7v-sms-spinner{
    margin: 15px 12px;
    visibility: visible;
    display: none;
  }
  
  