@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);

body {
    padding: 0;
    margin: 0 auto
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1 {
    font-family: Inter, sans-serif;
    color: #1d2026
}

.box-img-org {
    background: #0A264D;
    padding: 30px 31px 80px 30px;
    border-radius: 15px;
    height: 100%;
    position: relative;
}

.logo {
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: Inter, sans-serif;
}

.login {
    font-size: 40px;
    font-family: Inter, sans-serif;
    color: #fff;
    text-transform: capitalize;
    line-height: 52.2px;
    font-weight: 700;
    margin-bottom: 50px
}

.text-section {
    color: #ffffffdd;
    font-size: 14px;
    font-family: Inter, sans-serif;
    line-height: 24px
}

.bg-light-clr {
    background: #ffeee8;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh
}

.height-body {
    overflow: hidden;
    display: flex;
    align-items: center
}

.bg-box-clr {
    background: #fff;
    margin: auto;
    padding: 15px;
    border-radius: 15px;
    box-shadow: -2px 14px 18px #0000001a
}

.txth2 {
    color: #1d2026;
    font-size: 24px;
    font-weight: 700
}

p {
    color: #1d2026de
}

.forgetpassword {
    color: #1d2026de !important;
    margin-top: 15px
}

.content a {
    color: #0A264D
}

.form-floating input {
    border: 0;
    border-bottom: 1px solid #1d202699;
    border-radius: 0
}

.login {
    font-size: 40px;
    font-family: Inter, sans-serif;
    color: #fff;
    text-transform: capitalize;
    line-height: 52.2px;
    font-weight: 700;
    margin-bottom: 15px
}

.primary-btn {
    background: #0A264D;
    margin: 30px 0 0 0;
    display: block;
    border: 0;
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #0A264D;
    border-radius: 6px;
    transition: all .2s
}

.primary-btn:hover {
    background: 0 0;
    color: #0A264D
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid #1d202699;
    outline: 0;
    transition: all .5s;
    border-radius: 7px;
    box-shadow: none
}

@media(max-width:768px) {
    .bg-box-clr {
        background: #fff;
        margin: auto;
        padding: 15px;
        width: 100%;
        border-radius: 15px;
        box-shadow: -2px 14px 18px #0000001a
    }

    .box-img-org {
        background: #0A264D;
        padding: 20px 10px;
        border-radius: 15px;
        height: 100%
    }

    .bg-light-clr {
        background: #ffeee8;
        width: 100%;
        display: flex;
        align-items: center;
        height: auto
    }

    .login {
        font-size: 22px;
        font-family: Inter, sans-serif;
        color: #fff;
        text-transform: capitalize;
        line-height: 30.2px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .logo {
        font-size: 13px;
        line-height: 32px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 5px;
        letter-spacing: 2px;
        font-family: Inter, sans-serif
    }

    .login {
        font-size: 22px;
        font-family: Inter, sans-serif;
        color: #fff;
        text-transform: capitalize;
        line-height: 30.2px;
        font-weight: 700;
        margin-bottom: 0;
        margin-bottom: 0
    }

    .logo {
        font-size: 14px;
        line-height: 32px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 5px;
        letter-spacing: 1px;
        font-family: Inter, sans-serif
    }

    .form-floating>.form-control,
    .form-floating>.form-control-plaintext {
        padding: 3px !important;
        height: 15px !important
    }

    button.primary-btn {
        background: #0A264D;
        margin: 30px auto 0;
        display: block;
        border: 0;
        padding: 7px 20px;
        color: #fff;
        border: 1px solid #0A264D;
        border-radius: 6px;
        transition: all .2s
    }

    .login {
        font-size: 26px;
        font-family: Inter, sans-serif;
        color: #fff;
        text-transform: capitalize;
        line-height: 33.2px;
        font-weight: 700;
        margin-bottom: 0;
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .bg-box-clr {
        background: #fff;
        margin: auto;
        padding: 10px;
        width: 100%;
        border-radius: 15px;
        box-shadow: -2px 14px 18px #0000001a
    }
}

.forgetpass {
    color: #1d2026 !important
}

@media(min-width:768px) and (max-width:1350px) {
    .login {
        font-size: 29px;
        font-family: Inter, sans-serif;
        color: #fff;
        text-transform: capitalize;
        line-height: 35.2px;
        font-weight: 700;
        margin-bottom: 15px
    }
}

.logo-img {
    width: 70px
}

.bb-line {
    background: #ffeee875
}

.banner-home {
    background: #ffeee875
}

.nav-link {
    padding: 0 20px !important
}

.spacing-80 {
    padding: 80px 0
}

.bg-orange-clr {
    background: #fff;
    margin: 0 15px;
    color: #fff;
    padding: 4px 5px;
    border: 1px solid #0A264D;
    transition: all .1s;
    border-radius: 7px;
}

.bg-orange-clrline {
    background: #fff;
    color: #fff;
    padding: 4px 5px;
    margin: 0 15px;
    background-color: #0A264D;
    border-radius: 7px;
    border: 1px solid #0A264D;
    transition: all .1s
}

.bg-orange-clrline a {
    color: #fff
}

.bg-orange-clrline:hover a {
    background: #0A264D;
    color: #fff
}

.bg-orange-clr:hover {
    background: #0A264D
}

.bg-orange-clr:hover a {
    color: #fff
}

.nav-link {
    line-height: 20px
}

h1 {
    font-family: Inter, sans-serif;
    color: #1d2026
}

.bannertxt {
    font-size: 56px;
}

.nav-link {
    line-height: 24px;
}

.bannertxt {
    font-size: 56px;
    font-weight: 700;
}

.bannertxt span {
    color: #0A264D;
}

.shadowbx {
    background: #fff;
    box-shadow: -3px 5px 20px #ccccccd4;
    padding: 10px 0;
    border-radius: 15px;
}

.form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}

.input-box {
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.border-left {
    border-right: 1px solid;
}

.form select {
    word-wrap: normal;
    border: 0;
}

option {
    font-size: 16px !important;
}

.mobile-search {
    background: #0A264D;
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 0;
    border-bottom: 1px solid #696969;
    border-radius: 0;
}

.mobile-search:hover {
    border: 1px solid #0A264D;
    color: #0A264D;
}

.form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: fit-content;
    padding: 0 15px;
}

.shadowbx {
    background: #fff;
    box-shadow: -3px 5px 20px #ccccccd4;
    padding: 10px 0;
    width: fit-content;
    border-radius: 15px;
}

@media(min-width:768px) {
    .banner-home .form-control {
        display: block;
        width: 90%;
    }

    .vr-line {
        height: 28px;
        width: 1px;
        background: #000;
        margin: 0 15px;
    }
}

@media (min-width: 768px) {
    .banner-home .form-control {
        display: block;
        width: 90%;
        margin: auto;
    }
}

@media(max-width:992px) {
    .white-bg {
        background: #fff !important;
    }
}

@media(min-width:768px) and (max-width:1350px) {
    .bannertxt {
        font-size: 32px;
        font-weight: 700;
    }
}


@media(max-width:768px) {
    .bannertxt {
        font-size: 40px;
        font-weight: 700;
    }

    .banner-home .form {
        display: block;
        width: 100%;
    }

    .shadowbx {
        background: #fff;
        box-shadow: -3px 5px 20px #ccccccd4;
        padding: 10px 0;
        width: 100%;
        border-radius: 15px;
    }

    .banner-home .form-control {
        margin-bottom: 20px;
    }

    .spacing-80 {
        padding: 40px 0;
    }

    .bg-orange-clr {
        width: 80%;
    }

    .bg-orange-clrline {
        width: 80%;
    }

    ul.navbar-nav li {
        margin-bottom: 10px;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
}

.shadowbx {
    background: #fff;
    box-shadow: -3px 5px 20px #ccccccd4;
    padding: 10px 0;
    margin: auto;
    width: 100% !important;
    border-radius: 15px;
}

.form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    padding: 0 15px;
}

.shadowbx {
    background: #fff;
    box-shadow: -3px 5px 20px #ccccccd4;
    padding: 10px 30px;
    margin: auto;
    width: fit-content !important;
    border-radius: 15px;

}


.bgboxshadow {
    background: #fff;
    box-shadow: -3px 5px 20px #ccccccd4;
    padding: 10px 20px;
    margin: 15px auto;

    width: 100% !important;
    border-radius: 15px;
}

.bgboxshadow h5 {
    text-align: start;
}

.bgboxshadow h5 {
    text-align: start;
    margin-bottom: 15px;
}

.br-linebtm {
    border-bottom: 1px solid #00000065;
    margin: 30px 0;
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 0;
}

button#clickme {
    margin: auto;
    display: block;
    border: 0;
    width: 40px;
    color: #000;
    height: 40px;
    border-radius: 50%;
    background: #fff7f4;
    border: 1px solid #000;
}

button#clickme1 {
    margin: auto;
    display: block;
    border: 0;
    color: #000;
    border-radius: 50%;
    background: #fff7f4;
    border: 1px solid #000;
}

@media(max-width:768px) {
    .bgboxshadow h5 {
        text-align: start;
        margin-bottom: 0px;
        font-size: 17px;
    }

    .br-linebtm {
        display: none;
    }
}

.bgboxshadow h5 {
    text-align: start;
    margin-bottom: 11px;
    font-size: 17px;
}

.table-box {
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
}

.click-mebtn.row {
    padding-bottom: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.bgboxshadow h5 {
    text-align: start;
    margin-bottom: 11px;
    font-size: 15px;
}

.bgboxshadow h5 {
    text-align: start;
    margin-bottom: 0px;
    font-size: 15px;
}

@media(max-width:768px) {
    .dropdown {
        padding: 0;
        margin-bottom: 15px;
    }
}

select.form-select {
    margin-bottom: 20px;
}

.bgboxshadow h5 {
    text-align: start;
    margin-bottom: 15px;
    font-size: 15px;
}

.br-linebtm {
    border-bottom: 1px solid #00000065;
    margin: 0 0 30px 0;
}

select.form-select {
    margin-bottom: 0;
}

button#clickme1 {
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 0;
    color: #000;
    background: #fff7f4;
    border: 1px solid #000;
}

.bg-light-clrs {
    background: #ffeee8
}

.job-search-one {
    background: #fff !important;
    display: block !important;
    margin: 10px auto !important;
    width: fit-content !important;
    padding: 15px 0 !important;
    border-radius: 15px !important
}


@media(max-width:992px) {
    .bg-box {
        background: #fff;
        padding: 8px;
        box-shadow: 4px 10px 25px #0000000d;
        border-radius: 16px;
        overflow-x: scroll;
    }
}

.bg-light-clr {
    background: #ffeee8;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.bg-box-clr {
    background: #fff;
    margin: auto;
    padding: 15px;
    border-radius: 15px;
    box-shadow: -2px 14px 18px #0000001a;
}

button#clickme1 {
    margin: auto;
    justify-content: center;
    align-items: baseline;
    display: flex;
    border: 0;
    border-radius: 7px;
    font-size: 12px;
    color: #000000f7;
    padding: 5px 8px;
    font-weight: 600;
    transition: .5s;
    background: transparent;
    border: 1px solid #0A264D;
}

button#clickme1:hover {
    background: #0A264D;
    color: #fff;
}

.bg-box {
    background: #fff;
    padding: 8px;
    box-shadow: 4px 10px 25px #0000000d;
    border-radius: 16px;
}

th {
    background-color: #0A264D !important;
    color: #fff !important;
}

.job-search-one {
    background: transparent;
    display: block !important;
    margin: 10px auto !important;
    width: fit-content !important;
    padding: 0px 0 !important;
    border-radius: 15px !important;
    border: 1px solid #0A264D;
}

@media (min-width: 768px) {
    .vr-line {
        height: 40px;
        width: 1px;
        background: #0A264D;
        margin: 0 15px;
    }
}

.bg-box {
    background: #fff;
    padding: 10px 0!important;
    box-shadow: 4px 10px 25px #0000000d;
    border-radius: 16px;
}

.job-search-one {
    background: transparent;
    display: block !important;
    margin: 5px auto 10px !important;
    width: fit-content !important;
    padding: 0px 0 !important;
    border-radius: 15px !important;
    border: 1px solid #0A264D;
    box-shadow: -1px -8px 25px 0px #0A264D21;
}

.logo-sec {
    width: 100px;
}

.logo-sec {
    width: 100px;
    margin-left: 35px;
    margin-bottom: 15px;
}

.loginscreenlogo {
    background: #fff;
    width: 126px;
    border: 5px solid #fff;
    border-radius: 14px;
    position: relative;
    top: 0;
    margin-bottom: 15px;
}

.w-fit-content {
    width: fit-content;
}

/* .canvasjs start */
canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

section {
    position: relative;
    z-index: 999;
}

.count-particles {
    background: #000022;
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.login {
    font-size: 32px;
    font-family: Inter, sans-serif;
    color: #fff;
    text-transform: capitalize;
    line-height: 52.2px;
    font-weight: 700;
    margin-bottom: 15px;
}

.questions-list {
    width: 100%;
    border: none;
    height: 35px;
    border-bottom: 1px solid #ccc;
}

.questions-list:focus-visible {
    border: none;
    border-bottom: 1px solid #ccc;
}


.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #1d202699;
    box-shadow: none;
}
.error {
    color: red;
    font-size: 12px;
}

.content a {
    color: #ff6906;
}

input:-internal-autofill-selected {
    appearance: menulist-button; 
    background-color: #fff!important; 
}

.primary-btn {
    background: #0A264D;
    margin: 5px 0 0 0;
    display: block;
    border: 0;
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #0A264D;
    border-radius: 6px;
    transition: all .2s;
}


.form-control:focus { 
    border: 0px solid #1d202699; 
}

.input-box {
    position: relative;
    z-index: 999;
    width: 200px;
    overflow: hidden;
}


@media (min-width: 768px) {
    .vr-line {
        height: 40px;
        width: 1px;
        background: #0A264D;
        margin: 0 5px;
    }
}

.form { 
    padding: 0 5px;
}


/* element.style {
    background: #f60;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    font-size: 24px;
    margin: auto;
    justify-content: center;
    color: #fff;
} */

.table { 
    margin-bottom: 10px; 
}

.w-60{
    width: 60%;
}
.questions-list:focus-visible {
    border: none;
    border-bottom: 0px solid #ccc!important;
}

.w-10{
    width: 10%;
}
.w-5{
    width: 5%;
}
.w-15{
    width: 15%;
}

.profile-section nav {
    margin-right: 0;
    color: #000;
    opacity: 1;
    margin-left: auto;
    display: block;
    width: fit-content;
    text-align: end;
}

.nav-link {
    line-height: 24px;
    color: #000;
}


@media(max-width:768px){
	.logo-sec {
    width: 75px!important;
    margin-left: 10px;
    margin-bottom: 10px;
}
}


.error {
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: left!important;
}