body {
    font-family: sans-serif;
    color: #636d82 !important;
    background-color: #fbfafd !important;
}
.vh100 {
    height: 100vh;
}
.bg-login {
    background-image: url(../Assets/image_login.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}
.bg-signup {
    background-image: url(../Assets/image_sign_up.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}
.w-fit {
    width: fit-content;
}
.bb {
    border-bottom: 2px solid white;
}
.sky {
    color: #26b4d4;
}
.sky-border {
    border: 1px solid #26b4d4;
}
.bg-sky {
    background-color: #26b4d4 !important;
}
.border-bottom-dark {
    border-bottom: 2px solid #c4c3c5;
}

/* Form css start */

.light-bg {
    background-color: #e8f0fe !important;
}
.light-bg:hover {
    background-color: #cadaf7 !important;
}
.grey {
    color: grey !important;
}
.select-after option {
    top: 4%;
    padding: 4px;
    border: 0 !important;
}
.login-box {
    width: 400px;
    padding: 40px;
    box-sizing: border-box;
}

.login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: black;
    text-align: center;
}

.login-box .user-box {
    /* position: relative; */
    margin-bottom: 10px;
}

.login-box .user-box input,
select,
option {
    width: 100%;
    padding: 10px 4px;
    font-size: 16px;
    color: grey;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid lightgrey;
    outline: none;
}
 label {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    padding: 10px 0 0 0;
    font-size: 16px;
    color: grey;
    pointer-events: none;
    /* transition: 0.5s; */
}
.input-icon {
    right: 4%;
    top: 20%;
    position: absolute;
}
.input-icon2 {
    right: 1%;
    top: 12%;
    position: absolute;
}
.login-box .user-box input:focus ~ label,
.login-box .user-box select:focus ~ label,
.login-box .user-box input:valid ~ label {
    top: -25px;
    left: 0;
    color: #03e9f4;
    font-size: 12px;
}
.login-box .user-box input:focus,
.login-box .user-box select:focus {
    border-bottom: 2px solid #26b4d4;
}
.vodiapicker {
    display: none;
}

#a {
    padding-left: 0px;
}

#a img,
.btn-select img {
    width: 12px;
}

#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#a li:hover {
    background-color: #f4f3f3;
}

#a li img {
    margin: 5px;
}

#a li span,
.btn-select li span {
    margin-left: 30px;
}

/* item list */

.b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.open {
    display: show !important;
}

.btn-select {
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #f4f3f3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
    outline: none;
}

.lang-select {
    margin-left: 50px;
}

/* form css end */
/* sign-in */
hr {
    border-bottom: 2px solid white !important;
    width: 17%;
    margin-left: 0;
}
/* sign-in end */
/* after login pages start*/
.bg-light-sky {
    background-color: #ebf4f9;
}
.b-round {
    border-radius: 9px !important;
}
.bg-light-pink {
    background-color: #fcf7f7;
}
.bg-light-green {
    background-color: #daf7e7;
}
.bg-light-yellow {
    background-color: #f8fad1;
}
.bg-light-red {
    background-color: #f7cbcb;
}
/* after login pages end */
/* file uploader */
.file-upload {
    z-index: 999;
    opacity: 0;
    position: absolute;
    right: 0px;
    left: 0px;
}
.Neon {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative;
}
.Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Neon-input-text h3 {
    margin: 0;
    font-size: 18px;
}
.Neon-input-text span {
    font-size: 12px;
}
.Neon-input-choose-btn.blue {
    color: #008bff;
    border: 1px solid #008bff;
}
.Neon-input-choose-btn {
    display: inline-block;
    /* padding: 8px 14px; */
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


.bg-highrisk {
    background-color: #dc35457d;
}

.bg-mediumrisk {
    background-color: #e7fc357d ;
}
.bg-lowrisk {
    background-color: #49ff5f61;
}

.b-round-risk {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.swal-footer {
    text-align: center !important;
}

/* file uploader end */

/* Media Query */
@media screen and (max-width: 768px) {
    .small-md {
        font-size: 70%;
        font-weight: 400;
    }
}
