/********** Template CSS **********/
:root {
    --primary: #062e62;
    --secondary: #191c24;
    --light: #f7f7f7;
    --dark: #000000;
}

.text-title {
    color: #3b93f9;
}
.text-subtitle {
    color: #f7a60d !important;
    font-weight: 600;
    font-size: 16px !important;
}

.text-primary {
    color: #062e62 !important;
}
.text-secondary {
    color: #f7502f !important;
}
.text-success {
    color: #198754 !important;
}
.text-info {
    color: #0dcaf0 !important;
}
.text-warning {
    color: #ffc107 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.text-light {
    color: #f0fbfc !important;
}
.text-dark {
    color: #181d38 !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #52565b !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    color: inherit !important;
}
.bg-primary {
    background-color: #fcb037 !important;
}
.bg-secondary {
    background-color: #191c24 !important;
}
.bg-success {
    background-color: #198754 !important;
}
.bg-info {
    background-color: #fcb037 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-light {
    background-color: #f0fbfc !important;
}
.bg-dark {
    background-color: #000 !important;
}
.bg-body {
    background-color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: rgba(0, 0, 0, 0) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.btn-primary {
    background-color: #062e62 !important;
    border-color: #062e62 !important;
    border-radius: 16px !important;
    color: white;
}
.btn-primary:hover {
    background-color: #f7502f !important;
    border-color: #062e62 !important;
    color: #fff !important;
}

.btn-secondary {
    background-color: white !important;
    border-color: gray;
    color: black !important;
    border-radius: 16px !important;
}
.btn-secondary:hover {
    background-color: darkgrey !important;
    border-color: #062e62;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active {
    border: none;
    outline: none;
}

.studx_logo {
    width: 70% !important;
}
.login_logo_text {
    margin: 0%;
    color: black;
    font-size: 25px;
    text-shadow: 2px 0px 0px #000;
    letter-spacing: 1px;
    font-weight: bolder;
}
.modal-dialog {
    /* max-width: 500px; */
    margin: auto auto;
    /* top: 10%; */
}
.modal-header .close {
    position: absolute;
    right: 3%;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: black;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    border-bottom: 1px solid #f7f7f7;
}
.custom-modal .custm_heading {
    color: #030e4e !important;
    font-size: 16px;
}
.custom-modal .custm_value {
    color: #000 !important;
    margin-bottom: 0.3rem !important;
}
.registration-modal-body {
    display: flex !important;
    flex-wrap: wrap !important;
}
@media (max-width: 780px) {
    .modal-dialog {
        max-width: 500px;
        margin: auto auto;
        top: 10%;
    }
}
@media (min-width: 7800px) {
    .modal-dialog {
        max-width: 800px;
        margin: auto auto;
        top: 10%;
    }
}
body {
    background: #000;
    font-family: "Open Sans";
    /* -moz-background-size:100% 100vh;
    -webkit-background-size:100% 100vh;
    background-size:100% 100vh; */
    backdrop-filter: brightness(50%);
}

@media (max-width: 460px) {
    body {
        background: #000;
        font-family: "Open Sans";
        /* -moz-background-size:100% 100vh;
            -webkit-background-size:100% 100vh;
            background-size:100% 100vh; */
        backdrop-filter: brightness(50%);
    }
}

.div_bg {
    background: white !important;
    padding-top: unset !important;
    border-radius: 20px !important;
}

.form-control {
    padding: 10px 3%;
    border-radius: 6px;
    color: #1c1b1b !important;
}
.text-primary {
    color: #fff !important;
}
.fs-large {
    font-size: large;
}

.student_name {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.student_subtext {
    font-size: 18px;
    font-weight: 600;
    color: #d7d9ff;
}
.password_update_text {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.password_update_button {
    width: 48%;
    margin-top: 1.5% !important;
}

@media only screen and (min-width: 1550px) and (max-width: 2150px) {
    .password_update_button {
        width: 48%;
        margin-top: 7% !important;
    }
}

.verify_email_modal {
    width: 500px !important;
    max-width: 500px !important;
    height: auto !important;
    overflow-y: hidden !important;
}

@media (max-width: 460px) {
    .verify_email_modal {
        width: auto !important;
        max-width: auto;
        position: sticky !important;
        top: 25% !important;
    }
    .main_container_mobile {
        margin-bottom: 5rem !important;
    }
    .mobile_div_padding {
        padding: 3% !important;
        margin: 0% !important;
    }
    .student_panel_footer {
        position: fixed;
        bottom: 0;
        width: 98% !important;
        padding-left: 0% !important;
        margin-left: 0% !important;
    }
    .student_name {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }
    .password_update_button {
        width: 70%;
        margin-top: 4% !important;
    }
    .student_subtext {
        font-size: 18px;
        font-weight: 600;
        color: #d7d9ff;
        line-height: 25px;
    }
}
.notification_badge {
    background-color: red;
    border-radius: 20px;
    color: white;
    padding: 1px 5px;
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -10px;
}
.profile_text {
    color: #dfdcdc;
}
.rounded {
    border-radius: 16px !important;
}
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.input-icons i {
    position: absolute;
}
.input-icons input {
    padding-left: 10%;
    background-color: white !important;
    color: black;
    /* font-size: 18px; */
}
.input-icons select {
    padding-left: 3%;
    background-color: white !important;
    color: black;
}
.form-check-input:checked {
    background-color: #062e62;
    border-color: #040db3;
}

.icon {
    padding: 10px;
    padding-top: 15px;
    color: #062e62;
    min-width: 20px;
    height: 20px;
    text-align: left;
    position: absolute;
}

.indicators {
    display: flex;
    justify-content: center;
}
.indicators .tab {
    width: 100px;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background: gray;
}
.indicators .active {
    width: 100px;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
    background: #062e62;
}

a {
    color: #fff;
}

p {
    color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
}

.student_panel_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
/*** Button ***/
.btn {
    transition: 0.5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: black;
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    /* background: var(--dark); */
    transition: 0.5s;
}

@media (min-width: 992px) {
    .student_panel_footer {
        position: fixed;
        bottom: 0;
        width: 82%;
    }
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -250px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

.half_width {
    width: 50%;
    margin-left: 25% !important;
}

.wallet_profile {
    float: left;
    width: 90px;
    height: 90px;
}

.wallet_div {
    margin-left: 2%;
    margin-right: 2%;
}
.wallet_div2 {
    margin-left: 2%;
    margin-right: 2%;
}
@media (max-width: 991.98px) {
    .wallet_profile {
        float: left;
        width: 60px;
        height: 60px;
        margin-top: 10px;
    }
    .wallet_div {
        margin-left: 0%;
        margin-right: 0%;
    }
    .wallet_div2 {
        margin-left: 0%;
        margin-right: 0%;
    }

    .half_width {
        width: 100%;
        margin-left: 0% !important;
    }
    .sidebar {
        margin-left: -250px;
    }
    .category_container {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}
/*** Navbar ***/
.navbar {
    padding-top: 0% !important;
    /* background: #fefffa !important; */
}
.navbar_logo {
    width: 100%;
    object-fit: contain;
    height: auto;
    padding: 15px;
}
@media (max-width: 991.98px) {
    .navbar_logo {
        width: 100%;
        margin-top: 15% !important;
    }
}
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px !important;
    color: white !important;
    font-weight: 500;
    border-left: 3px solid #ffffff;
    border-radius: 0 30px 30px 0;
    outline: none;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #ffffff !important;
    background: #062e62 !important;
    border-color: #011a3b !important;
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 40px;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    color: #ffffff !important;
    background: #062e62;
    border-color: #02224b;
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 8px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
    color: var(--light);
}

.sidebar .navbar .dropdown-item:hover,
.sidebar .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: #f7f7f7;
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: #f7502f;
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border-radius: 40px;
}

.content .navbar .dropdown-item {
    color: var(--light);
}

.content .navbar .dropdown-item:hover,
.content .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.5s;
}

.content .navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}

/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}
.buttons-html5,
.dt-button {
    background: #062e62 !important;
    color: white !important;
}
.dataTables_filter {
    color: white !important;
}
.table > :not(caption) > * > * {
    background: var(--secondary);
    color: white;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: white !important;
}
.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    color: #f7f7f7;
}

.table_header {
    color: #c8c7f9 !important;
}
/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

.slide-container {
    max-width: 100%;
    width: 100%;
    padding: 40px 0;
}
.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
    padding-bottom: 4%;
}
.card {
    border-radius: 25px;
    background-color: #fff;
}
.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 10px 14px;
}
.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
    border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070f4;
}
.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #fff;
}
.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}
.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070f4;
}
.name {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}
.description {
    font-size: 14px;
    color: #363636;
    text-align: center;
    margin-bottom: 8px !important;
}
.description_text {
    font-size: 14px;
    color: #363636;
    text-align: center;
    margin-bottom: 10px !important;
}

.dashboard_card:hover {
    background: #f7502f !important;
}
.button {
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #062e62;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover {
    background: #265df2;
}

.swiper-navBtn {
    color: #6e93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover {
    color: #4070f4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 30px !important;
    font-weight: bolder;
}
.swiper-button-next {
    right: 0px !important;
    color: white !important;
}
.swiper-button-prev {
    left: 0px !important;
    right: auto;
    color: white !important;
}
.swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fff !important;
    height: 10px !important;
    width: 10px !important;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    height: 10px !important;
    width: 10px !important;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }
    .swiper-navBtn {
        display: none;
    }
    .button {
        margin: 1px;
    }
    .slide-content {
        padding-bottom: 12%;
    }
    .swiper-button-next {
        display: none !important;
    }
    .swiper-button-prev {
        display: none !important;
    }
}

.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab {
    cursor: pointer;
    padding: 8px 25px;
    margin: 5px 5px;
    background: #fff;
    display: inline-block;
    color: #000;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}
.tab:hover {
    cursor: pointer;
    padding: 8px 25px;
    margin: 5px 5px;
    background: #f7502f;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}

.panels {
    background: transparent;
    width: 98%;
    max-width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 25px;
}
.panel {
    display: none;
    animation: fadein 0.8s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.panel-title {
    font-weight: bold;
}
.radio {
    display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel {
    display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab {
    background: #062e62;
    color: #fff;
}

.internship_button {
    background: #fff;
    color: #000;
    border: none;
    padding: 6px 20px 6px 20px;
}
.tab_active {
    background: #062e62;
    color: #fff;
    border: none;
    padding: 6px 20px 6px 20px;
}

.internship_button:hover {
    background: #f7502f;
    color: #fff !important;
    border: none;
    padding: 6px 20px 6px 20px;
}
.internship_card {
    width: 30%;
}
.applied_interns {
    display: ruby;
    margin-left: 0%;
}
.hide_desktop {
    display: none;
}
.hide_mobile {
    display: block;
}
@media screen and (max-width: 768px) {
    .applied_interns {
        display: contents;
    }
    .interns_tabs {
        display: flex;
    }
    .internship_card {
        margin-top: 5%;
        width: 100%;
    }
    .hide_desktop {
        display: contents;
    }
    .hide_mobile {
        display: none;
    }
    /* .swiper-slide{
    width: 40% !important;
} */
}
