@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #42c552;
    --bs-btn-border-color: #42c553;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3bac48;
    --bs-btn-hover-border-color: #3bac48;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3bac48;
    --bs-btn-active-border-color: #3bac48;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(15, 117, 70);
    --bs-btn-disabled-border-color: rgb(17, 121, 72);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', serif;
    background-color: #f1f5f5;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.main-section {
    width: 820px;
    max-width: 820px;
}

@media (max-width: 820px) {
    .main-section {
        padding: 0 20px;
        margin: 5px 0;
        width: 100%;
        max-width: 100%;
    }
}

.back_img {
    width: 100%;
    background-image: url(./img/519962.png);
    background-repeat: repeat-x;
    background-color: #f1f5f5;
    background-position: 50% 0%;
}

.has-text-centered {
    text-align: center !important;
}

.profile-avatar-95 {
    width: 95px;
    height: 95px;
}

.profile-avatar {
    border-radius: 50%;
    display: inline-block;
}

.text-uppercase {
    text-transform: uppercase;
}

.main-title {
    font-family: 'Roboto', serif;
    font-weight: 600;
    color: #163046;
    font-size: 24px;
}

.main-sub-title {
    font-weight: 500;
    font-size: 15px;
    color: #738390;
}

.form-label {
    color: #738390;
}

.para_title {
    font-weight: 500;
    font-size: 20px;
    color: #72828f;
    text-transform: uppercase;
    text-align: justify;
}

.para_text {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #738390;
    text-transform: capitalize;
    line-height: 1.60;
    text-align: justify;
}

.last_content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-text {
    color: #738390;
}

/* Form Styles */

.relative {
    position: relative;
}

.float-label-input {
    margin-bottom: 1rem;
}

.float-label-input input {
    color: #808080 !important;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #00000020;
    padding: 0.5rem;
    font-weight: 400 !important;
    outline: none;
    transition: border-color 0.2s ease-in-out;
}

.float-label-input input:focus,
.float-label-input input:not(:placeholder-shown) {
    border-color: #808080;
}

.float-label-input label {
    position: absolute;
    top: 0.5rem;
    left: 0;
    color: #808080;
    pointer-events: none;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.float-label-input input:focus+label,
.float-label-input input:not(:placeholder-shown)+label {
    transform: translateY(-1.5rem) scale(0.8);
    color: #808080;
    opacity: 0.7;
}

.form-select {
    width: 100%;
    padding: 0.5rem;
    border-bottom: 2px solid #00000020;
    background-color: transparent;
    color: #738390;
    outline: none;
    transition: border-color 0.2s ease-in-out;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.form-select:focus {
    border-color: #808080;
}

.float-label-input .form-select:focus+.form-label {
    transform: translateY(-1.5rem) scale(0.8);
    color: #808080;

}

/* .float-label-input:focus-within .ccsscs {
    transform: translateY(-1.5rem) scale(0.8);
    color: #808080;
    opacity: 0.7;
    outline: none !important;
}
*/

.form-select:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}