@font-face {
    font-family: 'arial';
    src: url('fonts/arial.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Sans-Serif';
    src: url('fonts/Sans Serif Medium.ttf') format('truetype');
}

body {
    font-family: 'Roboto','arial','Sans-Serif';
}

* {
    padding: 0;
    margin: 0;
}

.main-hd {
    background-color: #4CB0C2;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    background: #9999c1;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    width: 100%;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.info {
    font-size: 16px;
    color: #5B5B5B;
}

.lbl {
    margin: 0px 10px 0px 0px;
    font-weight: 400;
}

.name-input {
    border-radius: 5px;
    border: none;
    padding: 5px 5px 5px 5px;
    background-color: #F2F2F2;
    -webkit-box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
}

    .name-input:focus {
        outline-color: #4cb0c2a8;
    }

.for-m {
    margin: 0px 0px 0px 50px;
}

.table {
    text-align: center;
}

.tr-bg {
    border-top: 1px solid #9cc2e5;
    border-bottom: 1px solid #9cc2e5;
    border-left: 1px solid #9cc2e5;
    border-right: 1px solid #9CC2E5;
    background-color: #5b9bd5;
    color: white;
}

.td-bg {
    border-top: 1px solid #9cc2e5;
    border-bottom: 1px solid #9cc2e5;
    border-left: 1px solid #9cc2e5;
    border-right: 1px solid #9CC2E5;
    font-weight: 400;
    background-color: #deeaf6;
}

.education {
    color: #00a1ae;
}

.initiative-name {
    border: none;
    border-bottom: 1px solid;
    padding: 1px 5px 1px 5px;
    width: 80%;
}

    .initiative-name:active {
        border: none;
        border-bottom: 1px solid;
    }

.general-table {
    width: 35%;
    text-align: center;
    float: right;
}

.general-data {
    border: 1px solid;
}

.rdo-th {
    background-color: white !important;
    border: 1px solid #9cc2e5;
    width: 8%;
}

.rdo-btn {
    /* width: 20px;
    height: 20px; */
}

.Question {
    text-align: start;
}

.txt-area {
    width: 100%;
    padding: 4px;
    border-radius: 15px;
    resize: none;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
}

    .txt-area:focus {
        outline-color: #4cb0c2a8;
    }

.btn-submit {
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    /* width: 15%; */
    background-color: #5b9bd5;
    color: white;
    border: 0.5px solid black;
}

.navbar {
    background-color: transparent !important;
    text-align: center;
}

.hed {
    vertical-align: middle !important;
}

.general-imp {
    text-align: start;
}

.logo {
    margin: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.lbl-hd {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #9999c1;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    width: 100%;
}

.age-box {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #f2f2f245;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 10px 0px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
}

.li-style {
    padding: 0;
    margin: 0;
    list-style: none;
}

.age-anchor {
    text-decoration: none;
    color: gray;
    font-size: 20px;
}

.chk {
    height: 12px;
    width: 15px;
}

.lbl-chk {
    font-size: 14px;
    color: #5B5B5B;
}

.li-chk {
    margin: 0px 0px 0px 0px;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
}

.chk {
    /* accent-color: #ff0000;  */
}

@media(max-width:992px) {
    .right {
        float: left;
        margin-top: 10px;
    }

    .lbl-n {
        margin: 0px 0px 0px 0px !important;
    }
}


.logo img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}


p {
    margin-bottom: 0.4rem;
}

.container {
    background: #03d7f90f;
}

select {
    width: 81%;
    display: inline-block;
    border: 1px solid#ddd;
    height: 34px;
    border-radius: 5px;
}
