@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

.select2-container .select2-search--inline .select2-search__field {
    border: none !important;
}

.swal-button {
    background: #0953a8;
}
.swal-button:not([disabled]):hover,
.swal-button:active {
    background: #0953a8;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    /* max-width: 1440px; */
    margin: auto;
    background: #e5e5e5;
    font-family: "Open Sans", sans-serif;
}

.form-group {
    margin-bottom: 0rem !important;
    margin-top: 0.5rem !important;
}

nav {
    width: 100%;
    height: 70px;
    background: #0552b5;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}

nav img {
    scale: 1.1;
}

main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main form {
    background: #ffffff;
    border: 1px solid rgba(231, 232, 242, 0.65);
    box-shadow: 0px 0px 74px rgba(62, 154, 247, 0.1);
    border-radius: 10px;
    width: 65%;
    padding: 2rem;
    margin: 1rem auto;
    max-width: 700px;
}

main form .form_content {
    width: 80%;
    margin: 1.5rem auto;
}

main form .form_content .headings {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.form_content .headings .type {
    padding: 0.5rem 4.5rem;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    gap: 0.8rem;
    font-size: 0.9rem;
    background: rgba(9, 103, 210, 0.1);
    color: #0967d2;
    border-radius: 2rem;
}

.form_content .headings p {
    color: #2a3459;
    font-weight: 500;
    margin-top: 1.5rem;
}

.form_content label {
    color: #192850;
    font-weight: 500;
    font-size: 0.8rem;
    margin: 0rem !important;
    display: flex;
    align-items: center;
    font-family: 'Proxima Nova' !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.form_content label span {
    color: #d21e2999;
    font-size: 20px;
    padding-top: 2px;
    padding-left: 3px;
}

.form-group .border{
    padding: 0 10px 0 0;
    margin-bottom: .5rem;
    border: 1px solid #2186eb !important;
    border-radius: 5px;
}

.iti {
    width: 100%;
    display: block;
}

.form_content input,
.form_content select {
    width: 100%;
    height: 49px;
    outline: none !important;
    border-radius: 1px;
    color: #2a3459 !important;
}

.form_content input{
    border: 1px solid #2186eb !important;
}

.form_content select{
    border: none !important;
    appearance: menulist-button;
}

.form_content .btn_area {
    display: flex;
    justify-content: center;
    margin-top: 0.8rem;
}

.form_content button {
    margin: 0.5rem auto;
    background: #0067dd;
    border-radius: 5px;
    border: none;
    width: 60%;
    height: 38px;
    color: #ffffff;
    cursor: pointer;
}

.form_content .bottom {
    font-size: 0.75rem;
    color: #616e7c;
    text-align: center;
}

.form_content .bottom a {
    text-decoration: none;
    color: #2186eb;
}

@media (max-width: 960px) {
    main form {
        width: 70%;
    }
}

@media (max-width: 650px) {
    main form {
        width: 100%;
        padding: 1rem;
    }

    .form_content .headings h2 {
        font-size: 1.3rem;
    }

    main form .form_content {
        width: 100%;
    }
}
.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 100% !important;
}
.select2-container {
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: -10px !important;
}

.select2-container--default .select2-selection--multiple{
    border-color: #2186eb !important;
}
