/*.iframe iframe {
        border-radius: 8px;
    }

    .lds-roller_parent {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999999;
    }

    @keyframes lds-ellipsis1 {
      0% {
          transform: scale(0);
        }
        100% {
          transform: scale(1);
        }
    }
    @keyframes lds-ellipsis3 {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(0);
        }
    }
    @keyframes lds-ellipsis2 {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(24px, 0);
        }
    }

    .flippierLoader {
        max-width: 430px;
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        padding: 20px 0px;
        background-color: #fff;
        border-radius: 10px;
        margin: 0 20px;
        color: #000;
    }
    .lds-ellipsis {
      display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    .lds-ellipsis div {
      position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #457cd3;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

    .lds-ellipsis div:nth-child(1) {
      left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(2) {
      left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
    }

    .lds-roller_parent {
            position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @keyframes lds-ellipsis1 {
      0% {
          transform: scale(0);
        }
        100% {
          transform: scale(1);
        }
    }
    @keyframes lds-ellipsis3 {
        0% {
          transform: scale(1);
        }
        100% {
          transform: scale(0);
        }
    }
    @keyframes lds-ellipsis2 {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(24px, 0);
        }
    }

    .modal-header{
        color: #000;
    }
    body {
        background: linear-gradient(256deg, #5082D1 0%, #68A2FF 100%);
        color: #ffffff;
    }
    .error {
        
        color: #FCAB10;
        font-size: 13px;
        font-weight: 500 !important;
    }

    .photos_proof{
        color: #fff;
        border-color: #212529;
        background-color: #065040 !important;
    }
    .photos_proof:hover{
        color: #fff;
        border-color: #212529;
        background-color: #065040 !important;
    }

    .icon-upload {
        position: relative;
    }
    .icon-upload svg {
        position: absolute;
        left: 190px;
        top: 0;
        bottom: 0;
        height: 100%;
        right: 0;
    }
    @media screen and (max-width: 575px) {
        .icon-upload svg {
            left: 20px;
        }
    }
    .iframe_scroll {    
            border-radius: 8px; 
            width: 100%;    
            height: 600px;  
            overflow: auto; 
            color: #212529; 
            padding: 20px;  
            background-color: #ffffff;  
            font-size: 15px;    
        }   
        .iframe_scroll ol li {  
            padding-bottom: 10px;   
        }   
        .iframe_scroll ol li:last-child {   
            padding-bottom: 0;  
        }   
        .check_input input[type=checkbox] { 
                    width: 18px;    
                    height: 18px;   
                    margin-top: 0 !important;   
        }
    .primary-input label {
        font-weight: 350 !important;
    }
    .form-check .form-check-input {
        float: unset !important;
        margin-left: 1.5em !important;
    }
    .primary-input input { 
        padding: 12px;
    }
    .circle-mark {
        display: flex;
        align-items: center;
        gap: 10px;        
    }
     .circle-mark p{
        margin: 0px;      
    }
    .card, .card-header {
        border-color: #fff; 
        margin-top: 12px;
    }

    .recaptcha_register{
        margin-bottom: 6px;
        display: flex;
        justify-content: center;
    }

    .recaptcha_register_error_mesage {
        margin-bottom: 6px;
        display: flex;
        justify-content: center;
    }

    ol.custom-start {
        list-style: none; 
        counter-reset: my-counter; 
    }

    ol.custom-start li::before {
        content: "A."counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }


    .title {
        font-weight: bold;
    }

    
    .description {
        margin-top: 0.5em;
        margin-bottom: 1em;
    }

    ol.terms_1 {
        list-style: none; 
        counter-reset: my-counter;
    }

    ol.terms_1 li::before {
        content: '1.'counter(my-counter); 
        counter-increment: my-counter;
        font-weight: 900;
    }

    ol.terms_2 {
        list-style: none;
        counter-reset: my-counter; 
    }

    ol.terms_2 li::before {
        content: '2.'counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }

    ol.terms_4 {
        list-style: none; 
        counter-reset: my-counter; 
    }

    ol.terms_4 li::before {
        content: '4.'counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }

    ol.terms_6 {
        list-style: none; 
        counter-reset: my-counter; 
    }

    ol.terms_6 li::before {
        content: '6.'counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }

    ol.terms_7 {
        list-style: none;
        counter-reset: my-counter; 
    }

    ol.terms_7 li::before {
        content: '7.'counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }
    

    ol.terms_8 {
        list-style: none;
        counter-reset: my-counter; 
    }

    ol.terms_8 li::before {
        content: '8.'counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }

    ol.terms_10 {
        list-style: none;
        counter-reset: my-counter; 
    }

    ol.terms_10 li::before {
        content: '10.'counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }

    ol.terms_11 {
        list-style: none; 
        counter-reset: my-counter; 
    }

    ol.terms_11 li::before {
        content: '11.'counter(my-counter); 
        counter-increment: my-counter; 
        font-weight: 900;
    }

    ol.terms_4 {
        list-style: none; 
        counter-reset: my-counter; 
    }

    ol.terms_4 li::before {
        content: '4.'counter(my-counter);
        counter-increment: my-counter; 
        font-weight: 900;
    }*/
#msform fieldset:not(:first-of-type) {
    display: none
}