body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}

input:focus,
input:active {
    outline: none !important;
}

input:focus,
input:focus {
    outline: none !important;
}

.title-font-bold {
    font-weight: 700;
}

.title-font {
    font-family: "Exo", sans-serif !important;
}

.no-pad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pad-10 {
    padding: 10px !important;
}

a.btn.btn-current {
    background-color: #ffffff;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    font-size: 1rem;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.26);
    color: #000000;
}

a.btn.btn-current.register {
    background-color: #525252;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    font-size: 1rem;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.26);
    color: #ffffff;
    width: 48%;
}

a.btn.btn-current.handy {
    background-color: #52362f;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    font-size: 1rem;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.26);
    color: #ffffff;
    width: 48%;
}

/*contet style start here*/
.wrapper {
    height: 100vh;
}

.overall-wrapper {
    height: 100vh;
}

.banner-back-parent-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-position: center;
}

.transparent-div {
    position: absolute;
    top: 0;
    transition: 1s;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(192, 11, 11, 0.31);
    background-image: url("../images/overly-mask.png");
}

.banner-back-parent-img:hover .transparent-div {
    background-color: rgba(0, 0, 0, 0.41);
}

.banner-content-parent {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: right;
    flex-wrap: wrap;
    flex-direction: column;
    color: #ffffff;
    padding-right: 4rem !important;
    padding-left: 2rem !important;
    justify-content: center;
}

.banner-content-parent h1 {
    font-weight: bold;
}

.overall-wrapper .row {
    position: relative;
}

.overall-wrapper .row .transparent-child-div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.overall-wrapper .row .transparent-child-div .row {
    position: relative;
}

.overall-wrapper .row .transparent-child-div .row .login-form-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.overall-wrapper
.row
.transparent-child-div
.row
.login-form-parent
.login-form-child {
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 3em !important;

    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.45);
    transition: 1s;
}

.overall-wrapper
.row
.transparent-child-div
.row
.login-form-parent
.login-form-child:hover {
    border-radius: 20px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.23);
}

.login-form-parent {
    color: #ffffff;

}

.login-form-parent img.logo {
    border-radius: 50px;
    width: 19%;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.23);
}

.login-form-child img {
    width: 50%;
}

input.form-style {
    height: 60px;
    border: 0.2px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}

select.form-style {
    border: 0.2px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    height: 60px !important;
}

.red-fornt {
    color: #dc3545 !important;
}

.form-style-btn {
    background-color: #491217;
    color: #ffffff !important;
}

.footer p {
    font-size: 0.7rem;
}
.play-store img{
    width: 40%;
}

.play-store img {
    width: 40%;
}

.banner-feedback {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-feedback .logo {
    width: 10%;
}

.box-shadow {
    border-radius: 5px;
    box-shadow: 0 0 10px 5px rgba(63, 63, 63, 0.032);
    background-color: #fff;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}
.file-style {
    border-radius: 50px;
    color: #fff;
    padding: 5px 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.files-names {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-feedback {
    padding-bottom: 20px;
    font-size: 10px;
}
.footer-feedback a {
    font-weight: bold;
}
.question {
    padding-top: 10px;
    padding-bottom: 10px;
}


.send-feedback {
    background-color: #ed3338;
    border: none;
}
input,
textarea {
    border-radius: 0 !important;
}
.star {
    padding-top: 10px;
    text-align: right;
}
.star svg {
    width: 30px;
    height: 30px;
    color: #ce7f00;
}
.upload-btn {
    margin-top: 20px;
}

body.bg-vaalga {
    background-image: url("../images/bg-vaalga.jpg");
    background-repeat: repeat;
    font-family: 14px !important;
}

.right-position {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.profile-parent {
    position: relative;
    margin-top: -65px;
    display: flex;
    justify-content: flex-end;
}
.profile-img {
    height: 120px;
    width: 120px;
    background: grey;
    border-radius: 50%;
    background-position: top;
    background-size: cover;
    display: flex;
    justify-content: end;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.08);
}
.prof-btn {
    background: #fff;
    text-align: center;
    padding: 5px;
}

@media only screen and (max-width: 600px) {
    .banner-feedback {
        height: 200px;
    }

    .banner-feedback .logo {
        width: 30%;
    }
    .profile-parent {
        margin-top: 0;
        justify-content: center;
    }
    .star {
        padding-top: 20px;
        text-align: center;
    }
    .star svg {
        width: 30px;
        height: 30px;
        color: #ce7f00;
    }
}
