* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

/*Background color*/
#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
/* #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    position: relative;
} */

/*Hide all except first fieldset*/
/* #msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
/* #msform .action-button {
    width: 100px;
    background: #f65917;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
} */

/*Previous Buttons*/
/* #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}  */

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 50%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "1";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2";
}


/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}




/* https://dribbble.com/shots/15635034-Saifty-GDPR-Settings */
*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --purple-100: #ede9fe;
    --purple-200: #c4b5fd;
    --purple-600: #7c3aed;
    --purple-800: #5b21b6;
    --pink-100: #fee2e2;
    --pink-200: #fecaca;
    --grey-100: #f3f4f6;
    --grey-200: #e5e7eb;
    --grey-300: #d1d5db;
    --grey-400: #9ca3af;
    --grey-500: #6b7280;
    --grey-700: #374151;
    --yellow-700: #fac944;
    --white: #fff;
    --brand: #e7ad2a;
    --link: #20509e;
    --header: #616161;
}

.container-login {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    /* height: 660px; */
    border-radius: 24px;
    padding: 24px;
    background-color: var(--white);
    overflow: hidden;
    /* box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
}

@media only screen and (max-width: 768px) {}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--header);
}

.header-image {
    height: 80px;
    width: 80px;
    margin: 20px 40px 60px 40px;
}

.header-image svg {
    position: relative;
    fill: var(--purple-600);
}

.header-image-particle {
    position: absolute;
    border-radius: 50%;
    background-color: var(--yellow-700);
    opacity: 0.8;
}

.header-image-particle-1 {
    height: 22px;
    width: 22px;
    -webkit-animation: particle-1 1.2s ease-in-out alternate infinite;
    animation: particle-1 1.2s ease-in-out alternate infinite;
}

@-webkit-keyframes particle-1 {
    0% {
        transform: translate3d(80px, 65px, 0);
    }

    100% {
        transform: translate3d(88px, 73px, 0);
    }
}

@keyframes particle-1 {
    0% {
        transform: translate3d(80px, 65px, 0);
    }

    100% {
        transform: translate3d(88px, 73px, 0);
    }
}

.header-image-particle-2 {
    height: 18px;
    width: 18px;
    -webkit-animation: particle-2 1.4s ease-in-out alternate infinite;
    animation: particle-2 1.4s ease-in-out alternate infinite;
}

@-webkit-keyframes particle-2 {
    0% {
        transform: translate3d(-50px, 40px, 0);
    }

    100% {
        transform: translate3d(-30px, 40px, 0);
    }
}

@keyframes particle-2 {
    0% {
        transform: translate3d(-50px, 40px, 0);
    }

    100% {
        transform: translate3d(-30px, 40px, 0);
    }
}

.header-image-particle-3 {
    height: 12px;
    width: 12px;
    -webkit-animation: particle-3 1.8s ease-in-out alternate infinite;
    animation: particle-3 1.8s ease-in-out alternate infinite;
}

@-webkit-keyframes particle-3 {
    0% {
        transform: translate3d(90px, 10px, 0);
    }

    100% {
        transform: translate3d(105px, -5px, 0);
    }
}

@keyframes particle-3 {
    0% {
        transform: translate3d(90px, 10px, 0);
    }

    100% {
        transform: translate3d(105px, -5px, 0);
    }
}

.button {
    width: 100%;
    padding: 16px 16px;
    margin: 16px 0;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    background-color: var(--brand);
    ;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 200ms, color 200ms;
}

.button:active {
    background-color: var(--brand);
    border: none;
}

.button:focus {
    outline: 0;
}

.button:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.link {
    color: var(--link);
    font-weight: 500;
    text-decoration: none;
}

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

.text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 16px;
}

.text-sub {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #616161;
}

.text:not(.link) {
    color: var(--grey-500);
}



@-webkit-keyframes bounce {
    0% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }

    10% {
        transform: scale3d(1, 0.8, 1) translate3d(0, 0, 0);
    }

    40% {
        transform: scale3d(1, 1, 1) translate3d(0, -12px, 0);
    }

    70% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }

    100% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}

@keyframes bounce {
    0% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }

    10% {
        transform: scale3d(1, 0.8, 1) translate3d(0, 0, 0);
    }

    40% {
        transform: scale3d(1, 1, 1) translate3d(0, -12px, 0);
    }

    70% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }

    100% {
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}
.google-button-a{
    text-decoration: none!important;
}
.log-mod{
    background: #f3f4f6!important;
    border: 0!important;
}
.log-mod:focus{
border: 1px solid var(--grey-500)!important;
background: #f3f4f6 !important;
box-shadow: none!important;
}
.log-lable{
        font-weight: 500!important;
        color: var(--grey-500)!important;
}
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: #f3f4f6!important;
}
.brand-color {
    color: var(--brand);
    
}

.google-btn {
    color: var(--header);
    background-color: #ffffff;
    border: 1px solid var(--grey-200);
    cursor: not-allowed;
}

.google-btn:hover {
    border-bottom: 2px solid #4285F4;
    border-top: 2px solid #DB4437;
    border-left: 2px solid #F4B400;
    border-right: 2px solid #0F9D58;
}

.google-btn a {
    color: var(--header);
}

.phone-btn {
    color: #ffffff;
    background-color: var(--brand);
    border: 1px solid var(--grey-200);
    cursor: pointer;
    font-size: 14px;
}

.phone-btn:hover {
    border: 1px solid var(--brand);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%), 0px 5px 15px 0 rgb(0 0 0 / 19%);
}

/* Horizontal */

/* Base styles */
.or::before,
.or::after {
    content: "";
}

.or--x::before,
.or--x::after {
    position: relative;
    border-top: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 0.15em;
    overflow: hidden;
}

.or--x::before {
    right: 0.5em;
    margin-left: -50%;
}

.or--x::after {
    left: 0.5em;
    margin-right: -50%;
}

/* Demo styles */
.demo {
    margin: 1.5em 1em;
    text-align: center;
}

.demo .or {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #828282;
    font-size: 0.75em;
    /* margin: 4em auto; */
}

.otp-class:hover {
    cursor: pointer;
    text-decoration: none !important;
    font-size: 16px;
}
/* OTP */
.otp-input-fields {
    margin: auto;
    /* background-color: white; */
    /* box-shadow: 0px 0px 8px 0px #02025044; */
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    /* padding: 40px; */


}

.otp-box {
    height: 33px;
    width: 33px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #6b7280;
    text-align: center;
    /* outline: none; */
    font-size: 16px;
    padding: 0px;

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    &[type=number] {
        -moz-appearance: textfield;
    }

    &:focus {
        border-width: 2px;
        border-color: darken(#2f8f1f, 5%);
        font-size: 20px;
    }
}

.otp-box:focus {
    border: 1px solid #000000 !important;
}
.text-dash {
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 700;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-family: 'Thasadith', sans-serif;
    color: #df9e14;
    font-weight: 700;
}
.modal-p {
    text-align: left !important;
    color: #6b7280;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}
.validation-success{
    border: 1px solid #28a745;
}
.validation-failed {
    border: 1px solid #dc3545;
}