html {
    font-size: 14px;
}
body {
    font-family: "Roboto";
    color: #333333;
    line-height: 1.8;
}

p {
    color: #666666;
}

.font-15 {
    font-size: 16px;
}

.color-333 {
    color: #333333;
}

.swal-text {
    text-align:center;
}
html {
    position: relative;
    min-height: 100%;
}
.owl-carousel .item {
    background-size: cover !important;
    background-position: center !important;
}
.bg-top {
    background: linear-gradient(to left top, #acacd1, #4c4d7a);
}

.bg_custom {
    background: #595a89;
}

.py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pt-10 {
    padding-top: 5rem !important;
}

.card-item {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    box-shadow: 11px 19px 36px rgb(27 29 38 / 9%);
    border-radius: 15px;
}

.card-item .card-body {
    padding: 10px;
}

.done {
    width: 59px;
    height: 59px;
    background: #E6FFDD;
    border-radius: 8px;
}

.match-height>[class*=col] {
    display: flex;
}

.inline_card_box {
    width: calc(100% - 80px);
}

.opacity_75 {
    opacity: 0.75;
}

.banner_img {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 22px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}

.mt-10 {
    margin-top: 5rem !important;
}

.mb-10 {
    margin-bottom: 5rem !important;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer ul li a {
    display: block;
    padding: 4px 0px;
    text-decoration: unset;
}

.navbar-collapse {
    flex-grow: inherit;
}
.btn-primary {
    background-color: #0a54ff;
    border-color: #0a54ff;
}
.btn-success {
    color: #fff;
    background-color: #96C93D;
    border-color: #96C93D;
}

.text-default {
    color: #96C93D;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    /*    border: 1px solid darkgray;
*/
    border-radius: 50%;
    outline: none;
    /*    box-shadow: 0 0 5px 0px gray inset;
*/
}

input[type='radio']:hover {
    box-shadow: 0 0 5px 0px orange inset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #96C93D;
}

.form-check-input:checked {
    background-color: #96C93D !important;
    border-color: #96C93D !important;
}

.form-check {
    margin-bottom: 1rem;
}

.text-warning {
    color: #F57F20 !important;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.scroll-header {
    position: fixed;
    width: 100%;
    background: -webkit-linear-gradient(98.4deg, rgba(89, 90, 137, 0.09) -7.97%, rgba(172, 172, 209, 0.15) 112.49%);
    background: linear-gradient(98.4deg, rgba(89, 90, 137, 0.09) -7.97%, rgba(172, 172, 209, 0.15) 112.49%);
    -webkit-box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
    z-index: 99999;
    background: #0a54ff;
}

.btn_custom {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 30px;
}
@media only screen and (max-width: 575px) {
    .navbar-expand-sm {
        background-color: #0a54ff;
    }
}
.fa-custom {
    background: #f17a54;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px !important;
    margin-left: 3px;
}

.btn-danger {
    background: #f17a54;
    border-color: #f17a54;
}

.fa-custom-blue {
    background: #595a89;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px !important;
    margin-left: 3px;
}

.card-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.br_blue {
    width: 60px;
    height: 3px;
    background: #0a54ff;
}

.br_red {
    width: 50px;
    height: 2px;
    background: #f17a54;
}

.bg_grey {
    background: #f5f5f5;
}

.bg_footer {
    background: #131313;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(38 36 36);
}

.bg_transparent {
    background: transparent !important;
}

.nav-item .nav-link.active {
    border-bottom: 2px solid;
}
   
.bg_gradient_blue {
    background: #000249;
    background: -webkit-linear-gradient(98.4deg, rgba(0, 2, 73, 0.09) -7.97%, rgba(0, 0, 114, 0.15) 112.49%);
    background: #595a89 linear-gradient(98.4deg, rgba(0, 2, 73, 0.09) -7.97%, rgba(0, 0, 114, 0.15) 112.49%);
    -webkit-box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../img/bg_1.png) no-repeat center;
}

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f17a54 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -50px !important;
    padding-bottom: 30px;
    z-index: 999;
    position: relative;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: 1px solid #007bff;
    border-radius: 0.25rem;
    color: #000;
}

.nav-tabs .nav-item .nav-link.active {
    border: 1px solid #007bff;
    background: #007bff;
    border-radius: 0.25rem;
    color: #fff;
}

.nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #007bff;
    background: #007bff;
    border-radius: 0.25rem;
    color: #fff;
}

.btn-search {
    border-radius: 50%;
    padding: 0.5rem 0.55rem;
    margin-top: 5px;
}

p {
    font-size: 18px;
}

/* body {
    font-family: Georgia, 'Times New Roman', Times, serif
} */