@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
}

.font-regular {
    font-weight: normal;
}

.nav-tabs-custom>.nav-tabs {
    background-color: #024883 !important;
}

.nav-tabs-custom>.nav-tabs>li {
    border: 0px !important;
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #fff;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    background-color: #216b95 !important;
    color: #fff;
    border: 0px;
}

.nav-tabs-custom>.nav-tabs {
    /* display: none !important; */
}

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

.nav-tabs-custom {
    box-shadow: none !important;
}

.nav-tabs-custom>.tab-content {
    padding: 10px 0px;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    color: #fff;
}

label {
    /* font-weight: 500; */
}

.x2 {
    width: 20px;
    height: 20px;
}

.lh-2 {
    line-height: 2;
}

.form-control,
input[type="radio" i] {
    background-color: #f3fbff;
}

.fc {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f3fbff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.control-label {
    text-align: justify;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.req {
    color: #ff0000;
}

.title {
    padding: 10px;
    background-color: #ffb900;
    color: #000;
    margin: 20px 0px;
    font-weight: bold;
}

.mt-0 {
    margin-top: 0px;
}