@font-face {
    font-family: Poppins-Regular;
    src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: Poppins-Medium;
    src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: Montserrat-Medium;
    src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url("../fonts/montserrat/Montserrat-SemiBold.ttf");
}

.smallShow {
    display: contents !important;
}

.smallHide {
    display: none !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.7;
    color: #192b4a;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #666666;
    }

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}
/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus {
        border-color: transparent !important;
    }

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #000;
}

input::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

textarea::-webkit-input-placeholder {
    color: #000;
}

textarea:-moz-placeholder {
    color: #000;
}

textarea::-moz-placeholder {
    color: #000;
}

textarea:-ms-input-placeholder {
    color: #000;
}

label {
    display: block;
    margin: 0;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*
[ Utility ]*/
.txt1 {
    font-family: Montserrat-SemiBold;
    color: #000;
    line-height: 1.5;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 10px;
    line-height: 1.5;
}

/*
[ login ]*/

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    background: #d4af37;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrap-login100 {
    width: 25rem;
    background: #fff;
    border-radius: 30px;
    position: relative;
}

/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: Montserrat-Medium;
    font-size: 15px;
    color: #000;
    line-height: 1;
    text-align: center;
    margin: 5px 0;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 7px;
}

.inputRadio {
    display: flex;
}

.svg-icon {
    height: 1em;
    width: 1em;
}

.alert-icon {
    font-size: 2rem;
    /* margin-right: 1rem; */
}

.alert {
    align-items: center;
    display: flex;
    border: 1px solid green;
    border-radius: 7px;
    height: 70px;
    background-color: #f44336;
    justify-content: space-between;
}

    .alert.warning {
        background: #fff5e6;
        color: #ff9800;
        border-color: #ff9800;
    }

    .alert.info {
        background: rgba(186, 208, 228, 0.37);
        color: #00539f;
        border-color: #00539f;
    }

    .alert.success {
        background: #edf7ee;
        color: #4caf50;
        border-color: #4caf50;
    }

/*---------------------------------------------*/
.input100 {
    font-family: Poppins-Regular;
    line-height: 1.2;
    /* font-size: 12px;*/
    display: block;
    width: 100%;
    background: transparent;
    height: 40px;
    padding: 0 20px;
    border: 1px solid transparent;
}

.inputs input {
    width: 100%;
    height: 40px;
    background-color: #f7f7f7;
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #009f6d;
    background-color: transparent;
}

.otptime {
    text-align: start;
}

.modal-content {
    border-radius: 22px !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: -2px;
        height: 100%;
    }

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.modal.fade.show {
    backdrop-filter: blur(5px);
}

#timer-div {
    display: block;
}

#request-otp {
    display: none;
    color: red;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    display: flex;
    flex-wrap: wrap;
}

.login100-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 40px;
    background-color: #009f6d;
    border-radius: 7px;
    font-family: Poppins-Medium;
    color: #fff;
    line-height: 1.2;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .login100-form-btn::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 9px;
        top: 0;
        left: 0;
        background: #02cb8b;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .login100-form-btn:hover:before {
        opacity: 1;
    }

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
    /* .logo {
    width: 100%;
  }*/
}

/*
[ Responsive ]*/
@media (max-width: 768px) {
    .wrap-login100 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .logo {
        display: none;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        width: 100%;
        display: block;
    }
}
