@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --prime-color: #8A3FC5;
    --text-color: #5c5c5c;
    --head-text: #121212;
    --red-co: rgb(247, 53, 53);
    --success-co: rgb(0, 206, 138);
    --body-co: #F5F5F5;
    --text-head2: #707070;
    --text-headsub: #4E5ADA;
    --co1: #FF339C;
    --co2: #4E45DA;
    --white-co: #fff;
    --whiteglass: rgba(255, 255, 255, 0.62);
    --whiteglass2: rgba(255, 255, 255, 0.795);
    --ic-color: #671990;
    --glassform: rgba(255, 255, 255, 0.075);
}


body {
    background: var(--body-co);
    scroll-behavior: 100000;
}

.custom-navbar {
    box-shadow: 10px 10px 10px #eee;
    background-color: #fff;
}

.nav-link {
    color: #f7204e !important;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(247,32,78);
}

.custom-toggler .navbar-toggler-icon {
    width: 18px !important;
}

.custom-toggler:hover {
    border-color: rgb(255,255,255);
    background-color: #f76a88;
}

#logo_custom {
    margin-top: -6px;
}

@media only screen and (max-width: 760px) {
    #logo_custom {
        width: 40%;
    }
}


.custom-navbar {
    box-shadow: 10px 10px 10px #eee;
    z-index: 10000;
    background-color: #fff;
    padding: 10px 68px;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.nav-link {
    color: var(--head-text) !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

    .nav-link i {
        position: relative;
        top: 1px;
    }

.top-head {
    background: var(--body-co);
}

    .top-head button {
        background-image: linear-gradient(to right, var(--co1), var(--co2));
        color: var(--body-co);
        border: 0px;
        padding: 5px 25px;
        font-weight: 600;
        margin-left: 20px;
    }

.custom-navbar {
    box-shadow: none;
    z-index: 10000;
    background-color: var(--body-co);
    padding: 10px 68px;
}

.title-sec h2 {
    color: #707070;
    font-size: 70px;
    font-weight: 800;
}

.title-sec h3 {
    color: #4E5ADA;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 22px;
}

.title-ri {
    padding-top: 16px;
}

.title-sec h4 {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    color: var(--head-text);
    text-transform: uppercase;
}


.form-sec input {
    border: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    padding-left: 0px;
    background: transparent;
}

.form-sec textarea {
    border: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    padding-left: 0px;
    background: transparent;
}

.form-sec select {
    border: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    background: transparent;
    padding-left: 0px;
    -webkit-appearance: none;
    background-image: url('../images/components/Polygon\ 3.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
}
/* .form-sec::after{
    content: "\25b6";
    font-weight: bold;
    font-style: italic;
    content: "\25b6";
    position: relative;
    top: -20;
    right: 0
} */

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}



.form-sec input:focus {
    border: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    background: transparent;
}

.form-sec select:focus {
    border: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    background: transparent;
    -webkit-appearance: none;
    background-image: url('../images/components/Polygon\ 3\ up.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15px;
}

.form-sec textarea:focus {
    border: 0px;
    border-bottom: solid 2px var(--text-color);
    border-radius: 0px;
    padding-left: 0px;
    background: transparent;
}

.form-sec label {
    color: var(--head-text);
    font-weight: 500;
    margin-top: 50px;
}

.conof {
    overflow-x: hidden;
    overflow-y: hidden;
}

.circle-one {
    position: relative;
    float: right;
    right: -318px;
    top: 50px;
}

    .circle-one img {
        width: 280px;
        position: relative;
        float: right;
        /* right: -60px; */
    }

.circle-two {
    position: relative;
    float: left;
    left: -268px;
    top: 450px;
}

    .circle-two img {
        width: 280px;
        position: relative;
        float: right;
        right: -60px;
    }



.circle-three {
    /* overflow: hidden; */
    position: relative;
    float: right;
    right: -318px;
    top: 750px;
}

    .circle-three img {
        width: 280px;
        position: relative;
        float: right;
        /* right: -60px; */
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff4282;
    background: #8542ef;
    color: #fff;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background-image: linear-gradient(to right, var(--co1), var(--co2));
}

.btn-mash {
    background-image: linear-gradient(to right, var(--co1), var(--co2));
    color: var(--body-co);
    border: 0px;
    padding: 5px 25px;
    font-weight: 500;
    font-weight: 600;
    text-transform: uppercase;
}

a {
    color: var(--ic-color);
}

.footer {
    background: var(--white-co);
    padding: 50px 0px;
}

    .footer h5 {
        font-size: 13px;
        padding-bottom: 15px;
        color: var(--head-text);
        font-weight: 600;
        letter-spacing: 1.2px;
    }

    .footer h6 {
        font-size: 12px;
        padding-bottom: 5px;
        font-weight: 500;
        color: var(--head-text);
    }

.footerlogo {
    width: 70%;
}

.custom-toggler .navbar-toggler-icon {
    width: 18px !important;
    color: var(--body-co) !important;
}

.navbar-dark .navbar-toggler {
    color: var(--body-co);
    padding: 5px;
    border-radius: 0px;
}

.imglogo {
    width: 100px;
    margin-top: 0px;
}

.imgpropic {
    width: 40px;
    height: 40px;
    float: right;
}

.profile-sec-top {
    margin-top: 5px;
    cursor: pointer;
}

    .profile-sec-top h6 {
        padding-top: 10px;
        font-size: 14px;
    }

        .profile-sec-top h6 i {
            position: relative;
            top: 2px;
        }

#proli3 {
    right: 64px;
    top: 10px;
}

.gradient-bg {
    background-image: linear-gradient(295deg, #ffffff, #ffffff, #ffffff, #D4EEFF, #D4EEFF, #D4EEFF, #D4EEFF, #FFBEFF, #FFBEFF);
    background-size: 100% auto;
}

.menu-sec-new {
    background: var(--whiteglass);
    padding: 25px 20px;
    padding-right: 0px;
    position: fixed;
    left: 0px;
    width: 230px;
    margin-top: 0px;
    cursor: pointer;
    padding-bottom: 0px;
    height: 492px;
    transition: 1s;
    z-index: 1000000;
}

.menu-ic-new {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 20px;
}

.scroller-menu {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.menu-ic-new i {
    color: var(--ic-color);
    font-size: 20px;
}

.menu-ic-new h6 {
    font-size: 13px;
    color: var(--ic-color);
    padding-top: 8px;
    font-weight: 500;
}

.active-menubar {
    background: #ffffff77;
}



.bg-component1 {
    position: absolute;
    width: 285px;
    left: 214px;
    top: 203px;
}

.bg-component2 {
    position: absolute;
    top: 20px;
    width: 162px;
    left: 121px;
}

.bg-component3 {
    position: absolute;
    top: 70px;
    width: 162px;
    left: 821px;
}

.bg-component4 {
    position: absolute;
    top: 290px;
    width: 162px;
    right: 51px;
}

.bg-component5 {
    position: absolute;
    top: 553px;
    width: 262px;
    left: 0px;
}

.bg-component6 {
    position: absolute;
    top: 706px;
    width: 62px;
    right: 30px;
}

.bg-component7 {
    position: absolute;
    top: 1136px;
    width: 152px;
    right: -10px;
}

.bg-component8 {
    position: absolute;
    top: 1036px;
    width: 172px;
    left: 200px;
}

.bg-component9 {
    position: absolute;
    top: 1296px;
    width: 132px;
    right: 250px;
}

.bg-component10 {
    position: absolute;
    top: 1710px;
    width: 162px;
    left: 417px;
}

body {
    overflow-x: hidden;
}



.stu-profile {
    /* background: #ffffff6b; */
    padding: 20px;
    margin-top: 0px;
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(255, 255, 255, 0.692);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}


.profile-dt {
    padding-top: 80px;
}

    .profile-dt h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .profile-dt h4 {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        padding-top: 5px;
    }

.starimg {
    width: 60px;
    margin-left: 30px;
    position: relative;
    bottom: -20px;
    margin-top: -30px;
}

.congrimg {
    width: 215px;
}

.perf-text {
    margin-left: 90px;
    width: 140px;
    margin-top: -10px;
}

    .perf-text p {
        font-size: 12px;
    }

.percent {
    padding-top: 23px;
}

    .percent h2 {
        color: var(--ic-color);
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }

        .percent h2 span {
            font-size: 12px;
            font-weight: 500;
            color: var(--head-text);
            padding-left: 5px;
        }

    .percent h6 {
        font-size: 13px;
        font-weight: 400;
        margin-top: 0px;
    }

.mtsec {
    padding-top: 10px;
}

.second-card {
    margin-top: 20px;
}

.starph {
    width: 145px;
}

.updwn {
    width: 30px;
    margin-top: 0px;
    position: relative;
    left: -7px;
}

    .updwn h6 {
        padding-top: 6px;
        font-size: 16px;
        position: relative;
        left: 0px;
    }

.ranktext h3 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.graph-sec h5 {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 15px;
}

.apprec {
    margin-top: 10px;
}

    .apprec h3 {
        letter-spacing: 3.5px;
        text-transform: uppercase;
        font-size: 22px;
        color: var(--head-text);
    }

.progress-out {
    background: var(--ic-color);
    padding: 1px;
    margin-top: 5px;
    overflow: hidden;
}

.progress-in {
    background: var(--ic-color);
    padding: 3px;
    transition: 3s;
    width: 0%;
}

.progress-in {
    background-image: linear-gradient(to right, #F4E493, #FC752D);
}

.progress-bar-sec {
    margin-top: 30px;
}

.probar-in {
    margin-top: 20px;
}

    .probar-in h6 {
        font-size: 14px;
    }

.alert-ri {
    background: var(--body-co);
}

.exc i {
    color: var(--prime-color);
}

.event-co {
    border: solid 0px rgb(168, 168, 168);
    border-radius: 5px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    background: var(--body-co);
}

.mt-120 {
    margin-top: 120px;
}

.calic {
    width: 45px;
    position: relative;
    top: -15px;
}

.calic1 {
    max-width: 50px;
    position: relative;
    top: 0px;
}

.img-min-he-sl {
    margin: 15px;
}

.search0width {
    width: 0%;
}

.fullwidbox {
    width: 100%;
    transition: 1s;
}

#proli2 {
    right: 260px;
}


.stpr {
    background: rgba(255, 255, 255, 0.219);
}

.stu-profile::before {
    position: absolute;
    background-size: cover;
    overflow: hidden;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.clsbt {
    position: relative;
    top: -262px;
    left: 170px;
    padding: 10px;
    /* background: rgba(255, 255, 255, 0.808); */
}

.openbt {
    position: fixed;
    top: 340px;
    cursor: pointer;
    left: 0px;
    width: 40px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.56);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1000000;
}

#sidemenubar {
    transition: 1s;
}

#collexp {
    transition: .2s;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

.notice-sec {
    min-height: 522px;
}

.upic {
    width: 20px;
    position: relative;
    top: 36px;
}

.upbt1 input {
    position: relative;
    top: -200px;
    height: 100px;
}

.image-pre-frame {
    border: solid 3px var(--text-head2);
    border-radius: 3px;
    padding: 0px;
}

    .image-pre-frame input {
        border-bottom: 0px;
        opacity: 0;
        height: 170px;
        position: relative;
        top: -140px;
        bottom: -100px;
        margin-bottom: -140px;
    }

    .image-pre-frame h6 {
        text-align: center;
        padding-top: 80px;
        padding-bottom: -65px;
    }

.title-sec h4 {
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 10px;
    color: var(--head-text);
}
/* #propic h6{
    margin-top: -60px;
} */


.scroller-menu ::-webkit-scrollbar {
    display: none;
}


.scroller-menu {
    overflow-y: scroll; /* Add the ability to scroll */
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .scroller-menu::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.scroller-menu {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.bookco {
    box-shadow: 2px 2px 4px rgb(209, 209, 209);
    padding: 20px 14px;
    margin-bottom: 20px;
}

    .bookco h5 {
        text-align: center;
        font-size: 16px;
        padding-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .bookco h4 {
        text-align: center;
        font-size: 18px;
        padding-top: 0px;
        color: var(--ic-color);
    }

        .bookco h4 del {
            color: #5c5c5c;
        }

    .bookco h6 {
        text-align: center;
        font-size: 14px;
        color: rgb(255, 196, 0);
    }

.search-sugg {
    background: var(--white-co);
    box-shadow: 2px 2px 16px #0000003b;
}

.search-suggin {
    padding: 10px 15px;
    border-bottom: solid 1px var(--body-co);
    cursor: pointer;
    font-size: 14px;
}

    .search-suggin:hover {
        background: var(--body-co);
    }

#pagingDiv {
    padding-top: 15px;
}

    #pagingDiv .myDisableClass {
        background-color: #c6c6c6;
    }

    #pagingDiv .myClass {
        box-shadow: 2px 2px 8px rgba(0, 0, 0, .15);
        background: #f2f3f8;
        border: 0px;
        border-radius: 0px;
        padding: 8px 15px;
    }

    #pagingDiv a, #pagingDiv span {
        display: inline-block;
        padding: 8px 15px;
        margin-right: 4px;
        border-radius: 0px;
        border: solid 1px #c0c0c0;
        background: var(--body-co);
        box-shadow: none;
        font-size: .875em;
        font-weight: 500;
        text-decoration: none;
        color: var(--ic-color);
        text-shadow: none;
    }

        #pagingDiv a:hover {
            cursor: pointer;
        }

        #pagingDiv a.active {
            border: none;
            background: #616161;
            color: #f0f0f0;
            background: linear-gradient(to right, var(--co1), var(--co2)) !important;
        }

    #pagingDiv span {
        color: #f0f0f0;
        background: var(--ic-color);
    }

.lib h4 {
    margin-top: 0px;
    padding-top: 0px;
}

.backbt {
    float: right;
    cursor: pointer;
}

.user-selmenu {
    border: solid 2px var(--text-color);
    text-align: center;
    padding: 19px;
    width: 80%;
    margin-top: 30px;
    transition: 1.5s;
    opacity: 1;
}

    .user-selmenu h2 {
        font-size: 50px;
        color: var(--ic-color);
        height: 70px;
        vertical-align: middle;
        transition: 1s;
    }

    .user-selmenu:hover {
        border: solid 2px var(--ic-color);
        color: var(--ic-color);
        cursor: pointer;
        transition: .5s;
        opacity: 1;
        background-image: linear-gradient(295deg, #d4eeffa2, #d4eeffa2, #ffbeff71, #ffbeff71);
        box-shadow: 2px 2px 4px #f78ef7;
    }

        .user-selmenu:hover h2 {
            font-size: 70px;
            transition: 1s;
        }

.table th {
    vertical-align: middle;
    font-weight: 600;
    font-size: 14px;
}

.table td {
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
}

select option {
    margin: 40px;
    background: var(--body-co);
    color: var(--ic-color);
    text-shadow: 0px;
    padding: 10px;
    font-size: 14px;
}

    select option:hover {
        margin: 40px;
        background: rgb(175, 104, 221) !important;
        color: #fff;
    }

.btnexp {
    border: 0px;
    background-color: var(--white-co);
    padding: 5px 20px;
}

    .btnexp i {
        color: var(--ic-color);
    }

.labeler-sec label {
    margin-top: 10px;
}


.glass-co {
    background: var(--glassform);
}

.file-up {
    border: solid 1px black;
    padding: 10px;
    height: 100px;
    text-align: center;
}

    .file-up h2 {
        padding-top: 5px;
    }

    .file-up input {
        position: absolute;
        width: 83%;
        height: 90px;
        top: 0px;
        opacity: 0;
    }

.logomg {
    width: 200px;
}

.live-card {
    border-left: solid 3px var(--ic-color);
    border-bottom: solid 3px var(--ic-color);
    padding: 20px;
}

    .live-card h2 {
        font-size: 22px;
        color: var(--ic-color);
    }

    .live-card h4 {
        font-size: 16px;
    }

    .live-card h6 {
        font-size: 12px;
    }

.class-status-sec h3 {
    font-size: 18px;
}

.class-status-sec h4 b {
    font-weight: 600;
}

.class-status-sec h5 {
    font-size: 12px;
}

.progress-cs {
    border: solid 1px var(--ic-color);
    padding: 3px;
}

.progress-cs-in {
    background: linear-gradient(to right, var(--ic-color), var(--ic-color));
    height: 20px;
    width: 0%;
    overflow: hidden;
}

.progress-heigh {
    background-color: var(--ic-color);
    height: 20px;
    width: 10px;
    border-radius: 0%;
    box-shadow: 51px 0px 18px #cccaca;
    margin-left: -40px;
}

.search-suggs {
    border: solid 1px var(--text-head2);
}

.sugg-ins {
    border-bottom: solid 1px var(--text-head2);
    padding: 8px;
    padding-bottom: 3px;
    cursor: pointer;
}

.sections {
    padding: 3px;
}

    .sections h4 {
        margin-bottom: 20px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .sections .custom-control {
        margin-top: 10px;
    }


/* Hide the browser's default checkbox */

.con {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .con input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.con input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.con input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.con .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ask-sec button {
    background: var(--body-co);
    color: var(--ic-color);
}

.recordbtn i {
    color: red;
}

.recordbtn {
    border: solid 3px var(--head-text);
    color: red;
    /* padding: 20px; */
    height: 60px;
    width: 60px;
    vertical-align: middle;
    border-radius: 100px;
    font-size: 25px;
}

.progress-cs {
    position: relative;
    top: 15px;
}

.blink {
    animation: blinker 1s step-start infinite;
}

.ask-sec {
    background-color: var(--ic-color);
    padding: 30px;
}

    .ask-sec h6 {
        font-size: 14px;
        color: var(--body-co);
    }



table input {
    width: 100px;
    border: solid 1px rgb(192, 192, 192);
    min-height: 30px;
}

.resume-ui {
    background: var(--white-co);
    min-height: 900px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.295);
}

.resume-head-out {
    background: url(../images/keren-fedida-FrhG7ogEMCY-unsplash.png);
}

.resume-head-in {
    padding: 30px;
    background: rgba(0, 0, 0, 0.575);
}

    .resume-head-in h2 {
        color: var(--white-co);
        text-shadow: 1px 1px var(--head-text);
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 2px;
        text-align: center;
    }

    .resume-head-in h5 {
        color: var(--body-co);
        font-size: 16px;
        font-weight: 400;
        color: var(--text-headsub);
        text-align: center;
    }

    .resume-head-in h5 {
        color: var(--body-co);
        font-size: 16px;
        font-weight: 500;
        color: #B571DF;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .resume-head-in h3 {
        font-size: 18px;
        color: var(--white-co);
        text-transform: uppercase;
    }

    .resume-head-in p {
        font-size: 14px;
        color: var(--white-co);
    }

    .resume-head-in h6 {
        color: var(--white-co);
        text-align: right;
        margin-bottom: 15px;
    }

        .resume-head-in h6 i {
            background: var(--ic-color);
            color: var(--white-co);
            padding: 5px 7px;
            border-radius: 100px;
            font-size: 12px;
        }

    .resume-head-in p {
        font-size: 14px;
        color: var(--white-co);
    }

.resume-pho img {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    border: solid 5px var(--prime-color);
    position: relative;
}

.dot-start {
    border: solid 1px var(--ic-color);
    background: var(--ic-color);
    padding: 5px;
    border-radius: 100px;
    height: 10px;
    width: 10px;
    margin-top: 20px;
}

.exp-edu h6 {
    font-size: 12px;
}

.exp-edu h4 {
    font-size: 16px;
}

.exp-edu h5 {
    font-size: 14px;
}

.ex-in {
    padding-top: 20px;
}

.ex-in-2 {
    padding-top: 25px;
}

.line-left {
    border: solid 1px var(--ic-color);
    min-height: 70px;
    position: relative;
    padding: 0px;
    background: var(--ic-color);
    width: 1px;
}

.resume-body {
    padding: 40px;
}

.resume-body2 {
    padding: 40px;
    background: var(--body-co);
}

.exp-edu i {
    background: var(--ic-color);
    color: var(--white-co);
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 100px;
    height: 50px;
    width: 50px;
}

.exp-edu h3 span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}



.res-progress {
    background: var(--white-co);
    padding: 0px;
    box-shadow: inset 1px 1px 8px rgb(196, 196, 196);
}

.progr-in {
    padding: 5px;
    background: var(--ic-color);
}

.mnh {
    min-height: 200px;
}

.ex-in {
    margin-left: -23px;
}

    .ex-in ul li {
        padding-bottom: 5px;
        font-size: 14px;
    }

.progress-card-head {
    padding: 30px;
    background: #ffde0030;
    margin-bottom: 30px;
}

    .progress-card-head h1 {
        font-size: 20px;
        text-align: center;
        color: #d71921;
    }

    .progress-card-head h3 {
        font-size: 16px;
        text-align: center;
        color: var(--head-text);
    }

    .progress-card-head h4 {
        font-size: 14px;
        text-align: center;
        color: #c88d00;
    }

.progress-head2 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.progress-head2 h4 {
    text-align: center;
    font-size: 18px;
}

.std-details {
    padding: 10px 50px;
}

    .std-details label b {
        font-weight: 500;
    }

.std-details {
    border: solid 1px rgb(224, 224, 224);
    margin: 30px 50px;
    padding: 30px;
}

.mark-sheet {
    padding: 10px 50px;
}

.table tr th {
    vertical-align: middle;
    text-align: center;
}

.table tr td {
    vertical-align: middle;
    text-align: center;
}

.resume-ui {
    min-width: 700px;
}

.card-scroll {
    overflow: scroll;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .card-scroll::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.card-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.tech-pro {
    margin-top: 20px;
}

    .tech-pro img {
        height: 50px;
        width: 50px;
        border-radius: 100px;
        border: solid 2px var(--text-color);
    }

    .tech-pro h6 {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }

.stu-profile a {
    font-size: 12px;
    text-align: center;
    float: right;
    font-weight: 600;
}

.stu-profile h5 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.stu-profile {
    min-height: 200px;
}

.login-glass-morph {
    background: var(--whiteglass2);
    padding: 50px 100px;
    margin-top: 100px;
}

    .login-glass-morph img {
        width: 30%;
    }

    .login-glass-morph label {
        margin-top: 40px;
    }

    .login-glass-morph a {
        color: var(--text-color);
    }

.btn-greengrad {
    background: linear-gradient(to left, #9eef6f, #68ffe9);
    border: 0px;
    font-weight: 600;
    padding: 10px 40px;
    color: var(--white-co);
}

    .btn-greengrad:focus {
        background: linear-gradient(to left, #9eef6f, #3bdda8);
        border: 0px;
        font-weight: 600;
        padding: 10px 40px;
        color: var(--white-co);
    }

.trns h3 {
    margin-top: 10px;
    padding-top: 0px;
    font-size: 14px;
    text-align: center;
}

.trns h5 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.dtls-view {
    min-height: 10px;
}

    .dtls-view h6 {
        font-size: 14px;
    }

    .dtls-view h5 {
        text-align: left;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 600px) {
    .login-glass-morph {
        background: var(--whiteglass2);
        padding: 50px 50px;
        margin-top: 100px;
    }



    .circle3-one img {
        margin-top: 500px;
        position: absolute;
        width: 120px;
        right: 150px;
    }

    .circle3-two img {
        margin-top: 50px;
        position: absolute;
        width: 120px;
        left: 10px;
    }

    .circle3-three img {
        margin-top: 70px;
        position: absolute;
        width: 100px;
        right: 10px;
    }

    .circle3-four img {
        margin-top: 555px;
        position: absolute;
        width: 120px;
        left: 15px;
    }
}
