
*{ margin: 0; padding: 0;}

html, body { height: 100%; }

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }

  @font-face {
    font-family: 'interstatelight';
    src: url('../../fonts/interstatelight.woff2') format('woff2'),
         url('../../fonts/interstatelight.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'interstateregular';
    src: url('../../fonts/interstateregular.woff2') format('woff2'),
         url('../../fonts/interstateregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
      url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
      url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.height-100 { height: 100%;}

.f-col { display: flex; flex-direction: column;}

.f-row { display: flex; flex-direction: row;} 

.align-center { align-items: center;}

.f-col-center { display: flex; justify-content: center;}

.f-col-end { justify-content: end;}

.f-spacer {flex: 1; display: flex;}

.f-col-spacer { height: 12px;}

.f-row-spacer { width: 12px;}

.f-col-spacer-2x { height: 24px;}

.f-row-spacer-2x { width: 24px;}

.f-col-spacer-3x { height: 48px;}

.f-col-spacer-4x { height: 100px;}

.f-col-spacer-5x { height: 24px;}

.f-col-spacer-6x { height: 56px;}

.f-col-spacer-7x { height: 128px;}

.mandatory { color: #CA2815;}

.status__error { color: #CA2815}

.status__green { color: #1FA25D;}

.text-right {text-align: right;}

.text-center {text-align: right;}

.custom-symbol-button { background: transparent; border: none;}

.custom-symbol-button span { font-size: 36px; color: #1C1B1F; opacity: .7;}

.fs-1-font-size { font-size: 20px;}

.fs-2-font-size { font-size: 16px;}

.fs-3-font-size { font-size: 12px;}

.fs-4-font-size { font-size: 10px;}

.fs-5-font-size { font-size: 2rem;}

.primary-color {color: #C51C1F;}

.grid-1-color {background-color: #5B5B5B;}

.grid-2-color {background-color: #CA2E31;}

.grid-card-dimenstion {width: 290px; height: 290px;}

.border-radius-x4 { border-radius: 4px;}



.loader {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #C51C1F;
    box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px, calc(0*var(--d)) calc(1*var(--d)) 0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d)) calc(0*var(--d)) 0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px, calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
    animation: l27 1s infinite steps(8);
}

@keyframes l27 {
    100% {
        transform: rotate(1turn)
    }
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100;
}
.signup--verify-container .btnResend a:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.signup--verify-container .btnResend a {
    color: rgba(60, 105, 146, 1);
    font-weight: 600;
    font-size: 16px;
}
@media only screen and (max-width: 768px) {

    .image-rt-post img {
        width: 100%;
    }

    #resendStatus {
        display: flex;
        margin-top: 5px;
        flex-direction: column;
    }
    .h1-heading-verify {
        font-size: 24px;
    }
}
