﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
/*
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
*/
a {
  color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-link.nav-link:focus {
  outline: black auto 1px;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*.container {
    max-width: 960px;
}*/

.pricing-header {
  max-width: 700px;
}

.wrapper9 {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.sticky-col9 {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    z-index: 100;
}

.first-col9 {
    width: 145px;
    min-width: 145px;
    max-width: 145px;
    left: 0px;
    z-index: 100;
    overflow-x:hidden;
}


    .second-col9 {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    left: 100px;
}

            .input3 {
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 1px 1px 12px #cccccc, -6px -1px 12px #e6e6e6;
    max-width: 37px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.btn-outline-primary9 {
    color: #168eea !important;
}

#basic-1 tr:hover,
#basic-1 tbody:hover,
#basic-1 td:hover,
#basic-1 th:hover,
#basic-1 thead:hover,
#basic-1 tspan:hover {
    color: unset !important;
    box-shadow: none !important;
    border: unset !important;
}

.ress21 {
    min-width: 110px;
}

.ttt243 {
    background-color: #f2f2f2 !important;
}

.rotated-text1 {
    display: inline-block;
    transform: rotate(-40deg);
    white-space: normal;
    text-align: center;
}

.text-small2 {
    font-size: 2.2rem !important;
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.tab-container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.nav-item {
    scroll-snap-align: start;
    flex: 0 0 auto;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.wr23 {
    position: relative;
}

.truncate {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full-text {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    max-width: 400px;
    word-wrap: break-word;
    white-space: normal;
}

.table-row23 {
    position: relative;
}

.truncate:hover .full-text {
    display: block;
}


.btn1 {
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

    .btn1::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background-color: black;
        transition: width 0.5s ease;
    }

    .btn1:hover::before {
        width: 100%;
    }

    .btn1::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background-color: black;
        transition: height 0.4s ease;
        z-index: -1;
    }


.font-size-12 {
    font-size: 13px !important;
}
.font-size-13 {
    font-size: 10px !important;
}
.colosr {
    color: white !important;
}
.form1 {
    font-size: 1.0rem !important;
}

.sidebar6 {
    width: 15%;
    background-color: #1272bb;
    color: white;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background-image: linear-gradient(to right, rgba(18, 114, 187, 1), rgba(9, 57, 94, 0.7));
    transition: transform 0.3s ease;
    transform: translateX(-100%);
}

    .sidebar6.show {
        transform: translateX(0);
    }

@media (min-width: 769px) {
    .sidebar6 {
        display: block;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .sidebar6 {
        display: none;
    }

        .sidebar6.show {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 70%;
            height: 100%;
            z-index: 1000;
            background-color: #1272bb;
        }
}


.main-content {
    flex: 1;
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
    background-color: white;
}

.pad4 {
    margin-top: 4rem !important;
    margin-bottom: 5rem !important;
}


.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%280, 0, 0, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }



.bg-light-primary-2 {
    background-color: #F1FAFF !important;
}

#sidebar-right {
    width: 200px;
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    right: -200px;
}

.form-background {
    background-image: url('path-to-your-school-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
    border-radius: 8px;
}

    .form-background::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 8px;
        z-index: 1;
    }

    .form-background form {
        position: relative;
        z-index: 2;
    }
.Detalis {
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background: #000000a1;
    z-index: 50;
    padding: 80px;
}

.parent-hover .parent-hover-primary {
    transition: color 0.2s ease;
}

.text-gray-700 {
    color: #5e6278 !important;
}

.svg-icon {
    line-height: 1;
    color: #5e6278;
}

.hover-elevate-up:hover {
    transform: translateY(-2.5%);
    transition: transform 0.3s ease;
    background-color: #F1FAFF !important;
    border-color: #168eea;
    border-width: 1px;
    border-style: dashed !important;
}

.active-hover-elevate-up {
    border-style: solid !important;
    border-color: #168eea;
    border-width: 1px;
    background-color: #F1FAFF !important;
}

.parent-hover:hover .parent-hover-primary {
    transition: color 0.2s ease;
    color: #168eea !important;
}

.parent-hover:hover .svg-icon {
    color: #168eea !important;
}


.shadow-sm {
    box-shadow: 0 0.1rem 0.5rem 0.25rem rgb(0 0 0 / 5%) !important;
}

.h-85px {
    height: 85px !important;
}

.w-80px {
    width: 100% !important;
}

.btn.btn-flex {
    display: inline-flex;
    align-items: center;
}

.sizess {
    height: 60px !important;
    width: 60px !important;
}

.ttt {
    opacity: 0.4;
    background-color: lightgray !important;
}

.ttt1 {
    opacity: 0.55;
}

.ttt2 {
    opacity: 0.3;
    background-color: lightgray !important;
}

.custom-container19 {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 8px 12px;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .custom-container19 i {
        color: #007bff;
    }

    .custom-container19 span {
        font-size: 14px;
        color: #333;
    }

    .custom-container19 .icon-bookmark {
        font-size: 18px;
    }

    .custom-container19 .icon-user {
        font-size: 18px;
    }

.horizontal-list {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 0;
    list-style-type: none;
    gap: 0;
    text-align: center;
    margin: 0px 50px;
}

    .horizontal-list li {
        flex: 0 0 auto;
        margin: 0;
        margin-right: 5px;
    }


.sizesss {
    height: 100px !important;
    width: 144px !important;
}

.sizesss1 {
    height: 40px !important;
    width: 65px !important;
}

.table-header2 {
    width: 20%;
}


.bntss {
    width: 150px !important;
    height: 35px !important;
}

.holiday-date {
    background-color: #168eea !important;
    color: white;
}

.stacked-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.border-dashed3 {
    border-style: dotted !important;
}

.cal-info {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
}

.px-22 {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
}

.education-item {
    border-left: 1px solid #f4f5f7;
    position: relative;
    padding: 32px 24px 8px 40px;
    margin-left: 170px;
}

.vsr {
    color: #0d558c !important;
    font-size: 2rem !important;
}

.mg42 {
    color: #0d558c !important;
}


.grade-item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    font-size: 10px;
}

.grade {
    font-size: 45px;
}

@media (max-width: 768px) {
    .table-header2 {
        width: 40%;
    }
}

.table-header3 {
    width: 80%;
}

@media (max-width: 768px) {
    .table-header3 {
        width: 60%;
    }
}

.card-social {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .card-social li {
        display: flex;
    }


.ms-cusss {
    margin-left: 22px;
}

.card11 {
    width: 100%;
    max-width: 430px;
    height: auto;
    border-radius: 5px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 15px -5px, rgba(0, 0, 0, 0.35) 0px 15px 25px 0px;
    transition: box-shadow 0.3s ease, border-radius 0.3s ease;
    overflow: hidden;
}

    .card11:hover {
        box-shadow: rgba(0, 0, 0, 0.30) 0px 15px 20px -5px, rgba(0, 0, 0, 0.45) 0px 20px 30px 0px;
        border-radius: 25px;
    }

.circle555 {
    position: absolute;
    border-radius: 50%;
    background: white;
    animation: ripple 22s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
    z-index: 1;
}

.small555 {
    width: 25vw;
    height: 25vw;
    left: -12.5vw;
    bottom: -12.5vw;
}

.medium555 {
    width: 50vw;
    height: 50vw;
    left: -25vw;
    bottom: -25vw;
}

.large555 {
    width: 75vw;
    height: 75vw;
    left: -37.5vw;
    bottom: -37.5vw;
}

.xlarge555 {
    width: 100vw;
    height: 100vw;
    left: -50vw;
    bottom: -50vw;
}

.xxlarge555 {
    width: 125vw;
    height: 125vw;
    left: -62.5vw;
    bottom: -62.5vw;
}


.shade1555 {
    opacity: 0.2;
}

.shade2555 {
    opacity: 0.5;
}

.shade3555 {
    opacity: 0.3;
}

.shade4555 {
    opacity: 0.5;
}

.shade5555 {
    opacity: 0.1;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 1;
    }
}

.main-content555 {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    z-index: 2;
    position: relative;
}

    .main-content555 h1 {
        font-size: 2rem;
        font-weight: 700;
        color: white;
        margin-top: 1.5rem;
    }

    .main-content555 h5 {
        font-size: 1.5rem;
        font-weight: 700;
        color: white;
        margin-top: 0.2rem;
    }

    .main-content555 img {
        max-width: 40%;
        height: auto;
        max-height: 50vh;
    }

    .main-content555 button {
        background-color: #17558e;
        font-size: 1.2rem;
        font-weight: 700;
        color: white;
        margin-top: 0.3rem;
        padding: 0.5rem 2rem;
        border-radius: 5px;
        border: 2px solid #fff;
        transition: background-color 0.3s, color 0.3s;
        cursor: pointer;
    }

        .main-content555 button:hover {
            background-color: #0e4c73;
            color: #ffffff;
            border-color: #fff;
        }


.sidebar555 a {
    color: #cfcfcf;
    text-decoration: none;
    font-size: 1.2rem;
    display: block;
    padding: 15px 0;
    margin: 10px 0;
    border-bottom: 1px solid #484848;
}

    .sidebar555 a:hover {
        color: #ffffff;
    }

footer555 {
    text-align: center;
    padding: 15px;
    background-color: #343a40;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content-box555 {
    background-color: #1272bb;
    background-image: linear-gradient(to right, rgba(18, 114, 187, 1), rgba(9, 57, 94, 0.5));
    border-radius: 10px;
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 3rem;
    width: 50%;
}

.nav-pills .nav-link.active {
    border-bottom: 4px solid #168eea !important;
    color: white !important;
    background-color: #168eea !important;
    border: 1px solid #e1e3ea;
}

.nav.nav-pills.nav-pills-custom .nav-link {
    border: 1px dashed #e1e3ea;
}

.education-item {
    border-left: 1px solid #f4f5f7;
    position: relative;
    padding: 32px 24px 8px 40px;
    margin-left: 170px;
}

.education-icon {
    position: absolute;
    left: -1.3rem;
    width: 42px;
    text-align: center;
    font-size: 22px;
    background-color: #fff;
}

.text-small {
    font-size: 1.1rem !important;
}

@media (min-width: 768px) {
    .education-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
    }
}

.containeG {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.custom-image4 {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.news-image4 {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.fixed-size-container img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.card-social li a {
    color: #333;
    font-size: 24px;
    transition: color 0.3s ease-in-out;
}

    .card-social li a:hover {
        color: #007bff;
    }

.left5 {
    left: 5% !important;
    margin-left: 40px !important;
}


.skill-item {
    position: relative;
}

.vertical-line {
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.skill-item:last-child .vertical-line {
    display: none;
}

.underlined-text {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 15px;
}

    .underlined-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 110%;
        height: 3px;
        background-color: #17558e;
        transform: translateX(-5%);
    }

.bg-secondary3 {
    background-color: #343a40 !important;
    color: #fff;
    display: inline-block;
    padding-right: 15px !important;
}

.bg-secondary4 {
    background-color: #343a40 !important;
    color: #fff;
}

.bg-uni1 {
    background-color: #3952a4 !important;
    color: #fff;
}

.bg-uni2 {
    background-color: #29a4de !important;
    color: #fff;
}


.bg-uni3 {
    background-color: #33cc66 !important;
    color: #fff;
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  line-height: 60px;
}

