body {
    background: linear-gradient(to top left, #0a2075 0%, #0f1c50 100%);
    font-family: 'Roboto', sans-serif;
}


/* Sidebar */

.bg-light {
    --bs-bg-opacity: .1;
}

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 0 20px;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-image: url(../images/sidebar-bg.png);
    background-size: 380px;
    background-repeat: no-repeat;
    background-color: #0a2075;
}

.nav-link {
    padding: 1rem 0;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-size: 14px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.ul1 {
    list-style-image: url('../images/list.png');
    width: 70%;
    margin-top: 50px;
}

.ul1 li {
    position: relative;
    padding: 0 0 20px 10px;
    color: #ffffff;
    text-decoration: none;
    /* background-color: #fff; */
    /* border: 1px solid rgba(0,0,0,.125); */
    font-size: 15px;
}

.swiper {
    width: 100%;
    height: 450px;
}

.box {
    padding: 10px;
    width: 190px;
    height: 130px;
    font-size: small;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.box p {
    font-size: x-small;
    margin-top: 15px;
    margin-bottom: 0;
}

.col.box {
    margin: 0 5px 5px 0;
    height: 140px;
}

.info {
    color: #fff;
    padding-top: 6px;
}

.sidebar .nav-link.active:after {
    content: "\F0142";
    font-family: "Material Design Icons";
    float: right;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.form-control,
.form-select {
    color: #ffffff;
    background-color: #fff0;
}

select option {
    color: black;
}

.form-group {
    margin-bottom: 20px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: #fff 0 0 0px 0.1rem;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
    #menuClick {
        visibility: visible !important;
    }
    .home-content,
    .p-c {
        text-align: center;
    }
    .ul1 {
        width: 100%;
        margin-top: 0;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }
    .swiper-slide .row .col-md-7 .row.row-cols-3 {
        justify-content: center;
    }
    .p-c form {
        margin: 0 auto;
    }
    footer {
        text-align: center;
        padding: 20px 0;
    }
    footer .float-end {
        float: none !important
    }
}