﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    font-family: 'Poppins',Arial, Helvetica, sans-serif;
}
.form-control {
    font-size: 12.5px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    border: 3px solid #e1e1e1;
}

.container{
    position:relative;
}
.formstyle {
    min-height:59vh;
}
.footer {
    text-align: center;
    color: #000;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.card-container.card {
    max-width: 450px;
    padding: 40px 40px;
    border:thin;
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.loginPage {
    text-align: left;
    height: 500px;
    position: relative;
}

.menudisable {
    display: none !important;
}
.chkBoxList {
    padding-top: 5px;
    padding-left: 15px;
    width: 300px;
    height: 150px;
    overflow: auto;
    border: 1px solid #cccccc;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

.bg-gray {
    background-color: #aba6a6 !important;
}


p {
    margin: 0;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        margin-bottom: 0;
        line-height: 1.5;
        color: #000;
        position: relative;
        padding: 0;
    }

.line-height-60 {
    line-height: 60px;
}

.font-40 {
    font-size: 40px;
}

.font-small {
    font-size: 12px;
    font-weight: 600;
}

.text-small {
    font-size: 12px;
    font-weight: 800;
}

.btn-primary {
    color: #fff;
    background-color: #f17544;
    border-color: #f17544;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 600;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #f17544;
        border-color: #f17544;
    }

.btn-secondary {
    color: #fff;
    background-color: #3e9296;
    border-color: #3e9296;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: 500;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #3e9296;
        border-color: #3e9296;
        padding: 5px 20px;
        font-weight: 500;
    }



/* Navbar-css-start */

.navbar {
    padding: 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    background-color: transparent;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.left-navigation ul li img {
    width: 70px;
}

/* end */

/* Sidebar-css-start */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 150px;
    max-width: 200px;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -150px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 10rem 0rem 1rem 0rem;
        text-align: center;
        border-top: 1px solid;
    }

    #sidebar ul p {
        color: #000;
        padding: 10px 0px;
        font-weight: 300;
    }

    #sidebar ul li a {
        padding: 0px;
        font-size: 1.1em;
        display: block;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/
/*
ul ul a {
    //font-size: 0.9em !important;
    padding-left: 30px !important;
 
}*/
.navbar-nav .dropdown-menu li:hover {
    background: #6d7fcc;
}
.navbar-nav .dropdown-menu li:hover a {
    color:#fff;
}
.navbar-nav .dropdown-menu li {
   padding:5px 10px;
}
.navbar-nav .dropdown-menu {
    min-width: 14rem;
}
ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px 30px 0px 30px;
    min-height: 100vh;
    /* transition: all 0.3s; */
    background-color: #3e9296;
}

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}


/* Sidebar-css */
.sidebar-header {
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: space-between;
    top: 20px;
}

.sidebar-icon img {
    width: 100px;
}

.sidebar-heading h2 {
    color: #fff;
    font-weight: 700;
}

.sidebar-heading h6 {
    color: #fff;
    font-weight: 300;
}

.sidebar-image img {
    width: 150px;
}

.user-profile img {
    width: 80px;
}

.sidebar-logo img {
    width: 50px;
}

.user-profile {
    margin-right: 30px;
    position: relative;
}

.notification-icon {
    width: 25px;
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.sidebar-header-right {
    background-color: #fff;
    display: flex;
    padding: 20px;
    border-radius: 100px 0px 0px 100px;
}

.sidebar-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 80px;
    background-color: #a42768;
    border-radius: 0px 0px 0px 0px;
}

.sidebar-heading {
    padding-left: 5rem;
}

.sidebar-content {
    margin-top: 8.5rem;
}

.sidebar-icon {
    position: absolute;
    left: 20px;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px;
}

/* Video-card-css */

.video-card {
    padding: 20px;
    border: none;
    border-radius: 10px;
}

.video-card-image {
    position: relative;
}

    .video-card-image h6 {
        position: absolute;
        top: 10px;
        left: 10px;
        font-weight: 600;
        color: #fff;
        line-height: 25px;
    }

.card-progress-bar .progress {
    border-radius: 100px;
    background-color: #191919 !important;
    height: 1.3rem;
    width: 90%;
}

.progress-content {
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.progress-bar {
    margin: 4px;
    border-radius: 50px;
    background-color: #ffffff;
}

.card-list ul {
    text-align: center;
}

.card-list li {
    display: inline-block;
    font-size: 12px;
    padding: 0px 10px 0px 0px;
}

.result {
    text-align: center;
    background-color: #393536;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 3px;
}

    .result h6 {
        margin: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    }

.video-play {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 400px;
}

.left-sidebar .border-top {
    border-top: 1px solid #dee2e6 !important;
    margin-left: 30px;
    margin-right: 30px;
}

.table-card {
    padding: 10px !important;
    border: none;
}

.table-header {
    padding: 10px;
}

.table-body {
    padding-bottom: 20px;
}

.table-header h6,
.featured-header h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}

.table td,
.table th {
    font-weight: 400;
    font-size: 12px;
    padding: 5px 0px 5px 5px;
}

.table thead th {
    font-weight: 600;
}

/* .cards-column {
  padding-left: 5px;
  padding-right: 5px;
} */

.card {
    padding: 20px;
    border: none;
    height: calc(100% - 20px);
}

.featured-body h6 {
    font-size: 12px;
    margin-top: 10px;
}

.back-arrow {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9999;
}

    .back-arrow i.fa {
        font-size: 25px;
    }

.sidebar-card {
    padding: 50px;
    border-radius: 20px;
}

.card-column-list li {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    align-items: flex-start;
}

.user-div {
    width: 60%;
    margin: 0 auto;
}

.card-column-one h1 {
    FONT-SIZE: 34px;
    line-height: 45px;
}

.card-column-list i.fa {
    margin-top: 5px;
    font-size: 8px;
    margin-right: 15px;
}

.card-column-time h6 {
    background-color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #fff solid 1px;
    border-radius: 0px !important;
}

.custom-control-label::after {
    position: absolute;
    top: 0;
    left: -1.5rem;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.font-14 {
    font-size: 14px !important;
}



/* video-player-css */
.card-column-body {
    position: relative;
}

.video-thumbnail {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 0;
    color: #fff !important;
    width: 80%;
}

    .video-thumbnail h6 {
        margin-bottom: 5px;
    }

    .video-thumbnail p {
        color: #fff;
        font-size: 11px;
        line-height: 16px;
        font-weight: 200;
    }

.card-video h5 {
    font-weight: 700;
    font-size: 22px;
    border-radius: 3px;
    margin-bottom: 20px;
}

/* .card-column-time {
  align-items: center;
} */

.video-thumbnail h6 {
    font-weight: 600;
}

.card-video {
    background-color: #fee49f;
    padding: 20px;
}

/* 
.card-column-video {
  background-color: #fee49f;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  margin-top: 20px;
} */

.card-column-time h6 {
    color: #909090;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
}

.videoWrapper43 {
    padding-top: 75%;
}

.videoWrapper169 {
    padding-top: 56%;
}

.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

    .videoPoster:before {
        content: '';
        position: absolute;
        top: 60%;
        left: 50%;
        width: 35px;
        height: 35px;
        margin: -35px 0 0 -30px;
        border: 2px solid #fff;
        border-radius: 100%;
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        transition: border-color 300ms;
    }

    .videoPoster:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 45%;
        width: 0;
        height: 0;
        margin: -10px 0 0 -4px;
        border-left: 15px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        -webkit-transition: border-color 300ms;
        -moz-transition: border-color 300ms;
        transition: border-color 300ms;
    }

    .videoPoster:hover:before,
    .videoPoster:focus:before {
        border-color: #fff;
    }

    .videoPoster:hover:after,
    .videoPoster:focus:after {
        border-left-color: #fff;
    }

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.user-tips {
    background-color: #f17544;
    padding: 10px 10px 10px 10px;
    border-radius: 50px 5px 5px 50px;
    position: relative;
}

.tip-list h6 {
    margin: 0;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}

.tip-list {
    overflow: hidden;
    max-width: 75%;
    padding-left: 30px;
}

    .tip-list p {
        font-weight: 300;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.user-image {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 55px;
}

.tips-title {
    padding-left: 5px;
}

.bg-purple {
    background-color: #a42768;
}

.btn-continue {
    background-color: #3e9296;
    color: #fff;
    font-size: 14px;
    margin: 15px 0px;
    font-weight: 700;
}

    .btn-continue:hover {
        background-color: #3e9296;
        color: #fff;
        margin: 15px 0px;
    }

.toggle-btn {
    position: absolute;
    left: 0px;
    font-size: 26px;
    top: 0px;
}

.btn-info,
.btn-info:hover,
.btn-info:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    color: #a42768;
    box-shadow: none;
}

.notification-badge {
    position: absolute;
    top: 15px;
    right: 35px;
    border-radius: 60px;
    background-color: #ed1f30;
    font-size: 10px;
    font-weight: 400;
    padding: 4px 6px;
}

.content-table .btn-primary {
    font-size: 10px;
}



/* Modal-css */
.popup-center {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1071;
    overflow: hidden;
    transition: opacity .15s linear;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-modal-dialog {
    z-index: 999;
    max-width: 1200px;
    z-index: 1072;
    margin: 8% auto;
    position: relative;
    transform: translate(0, 0);
}

    .popup-modal-dialog::before {
        height: calc(100vh - (1.75rem * 2));
    }

.popup-modal-content {
    position: relative;
    padding: 30px 0px 30px 0px;
    z-index: 999999;
    opacity: 1;
    background-color: #fff;
    border: none;
    border-radius: .3rem;
}

.modal-icons .icon {
    width: 80px;
}

.modal-icons .logo {
    width: 50px;
}

.modal-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    z-index: 99999999;
    padding: 30px;
    width: 100%;
}

.popup-modal-content h1 {
    color: #3e9296;
    text-align: center;
    font-weight: 700;
}

.popup-modal-content h5 {
    text-align: center;
    font-weight: 300;
    color: #3e9296;
    letter-spacing: 2px;
    font-size: 16px;
}

.popup-modal-content h6 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
}

body.popup-open {
    overflow: hidden;
}

.popup-modal-content p {
    font-size: 13px;
    color: #777676;
    font-weight: 300;
    line-height: 20px;
}

.popup-center.show {
    display: block;
}

.welcome-popup {
    display: none;
}

.popup-card {
    background-color: #a42768;
    padding: 20px;
    border-radius: 5px;
    height: calc(100% - 0px);
}

.popup-modal-content h2 {
    color: #3e9296;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

.popup-card p {
    color: #fff;
    font-weight: 200;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
}

.popup-card h4 {
    font-weight: 600;
    margin: 0;
    padding-left: 10px;
}

.popup-icon {
    width: 80px;
}

.navigation-arrow {
    display: flex;
    justify-content: space-between;
    /* position: absolute; */
    bottom: 10px;
    left: 10px;
    margin: 10px 0px 0px 0px;
    right: 10px;
}

.prog-sec h5 {
    color: #a42768;
    font-weight: 800;
    margin-top: 10px !important;
    font-size: 14px;
    text-align: center;
    letter-spacing: normal;
}

.prog-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prog_sec_image {
    width: 70%;
    height: 220px;
    text-align: center;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-content-right {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .student-content-right h5 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .student-content-right .text-small {
        font-size: 9px;
        font-weight: 800;
    }

.popup-btn,
.popup-btn:hover {
    background-color: #f17544;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
}

.user-detail-card {
    padding: 20px 20px 20px 20px;
    /* height: calc(100vh - 100px); */
}

.arrow-icon {
    font-size: 14px;
}

.teacher-main-card {
    padding: 20px 20px 20px 20px !important;
}

.back-text {
    font-size: 13px;
    margin-bottom: 20px;
}


.user-div h5 {
    font-size: 18px;
}

.link p {
    font-size: 11px;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.link {
    text-align: left;
}

.teacher-card {
    padding: 20px;
}

.teacher-image img {
    width: 80px;
}

.teacher-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.teacher-card h6 {
    font-size: 12px;
    font-weight: 600;
}

.teacher-card p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

.thought-main-section h2 {
    font-size: 22px;
    font-weight: 700;
}

.thought-main-section {
    max-height: 450px;
    overflow-y: scroll;
}

    .thought-main-section h6 {
        font-size: 13px;
        font-weight: 700;
    }

.thought-sec h5 {
    font-size: 15px;
    font-weight: 600;
}

.thought-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.thought-sec {
    margin-bottom: 10px;
}

.teacher-navigation {
    justify-content: end !important;
}

.thought-sec .teacher-navigation {
    justify-content: end;
}

.teacher-card h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.teacher-card.bg-light {
    background-color: #fef3d4 !important;
}

.user-video {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
}

.user-detail-card .videoWrapper169 {
    padding-top: 50%;
}

.user-detail-card .videoPoster:before {
    top: 55%;
    left: 50%;
    width: 55px;
    height: 55px;
}

.user-detail-card .videoPoster:after {
    top: 52%;
    left: 50%;
    margin: -13px 0 0 -8px;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

/* .user-video .videoWrapper169 {
  padding-top: 80%;
} */

.user-info-image {
    width: 80px;
    /* position: absolute; */
    /* margin: 0 auto; */
    float: left;
}

.user-info .font-weight-500 {
    font-weight: 500;
}

.user-info h6 {
    line-height: normal !important;
}

.user-image-sec {
    display: flex;
    align-items: center
}

.user-info-detail {
    margin-left: 15px;
}

    .user-info-detail h5 {
        font-weight: 700;
        line-height: 30px;
    }

    .user-info-detail h6 {
        font-weight: 600 !important;
    }

.card-video-sec .videoPoster:after {
    margin: 1px 0 0 7px;
    border-left: 15px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.user-detail-section {
    padding: 0px;
}

    .user-detail-section h6 {
        font-weight: 400;
        line-height: 25px;
        font-size: 14px;
        text-align: justify;
    }

.blog-icon {
    width: 100px;
    position: absolute;
    top: 35%;
    left: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.user-detail-card textarea {
    background-color: #ebebeb;
    border: none;
    font-size: 14px;
}

.user-detail-card .form-control:focus {
    background-color: #ebebeb;
    /*border: none;*/
}

.student-info {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .student-info h6 {
        font-weight: 600;
    }

    .student-info p {
        font-size: 14px;
    }

.student-image {
    float: left;
    position: relative;
}



/* ============= Profile-page-css =============*/



.profile-card {
    background-color: #f9f9f9;
    padding: 90px 50px 50px 50px;
    position: relative;
}

    .profile-card .form-control {
        background-color: #e1e1e1;
        /*border: none;*/
        font-size: 14px;
        color: #8d8888;
    }

        .profile-card .form-control:focus {
            box-shadow: none;
        }

    .profile-card label {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        padding: 0;
    }

    .profile-card .btn-primary {
        font-weight: 500;
    }

.profile-pic {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}

.logoContainer {
    width: 110px;
    height: 110px;
    margin: 15px auto 0 auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 108px;
    background-color: #e1e1e1;
    border-radius: 100px;
}

    .logoContainer img {
        max-width: 100%;
        border-radius: 100px;
    }

.fileContainer {
    background: transparent;
    width: 202px;
    height: 31px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    color: #434343;
    padding: 0px 41px 0 53px;
    margin: 0 auto 60px auto;
    cursor: pointer !important;
}

    .fileContainer span {
        overflow: hidden;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
        color: #f17544;
        padding-top: 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .fileContainer input[type="file"] {
        opacity: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        cursor: pointer;
    }

/* .scroll {
  max-height: 720px;
  overflow-y: scroll;
} */

.form-group h6 {
    font-size: 12px;
    color: #8d8888;
    font-weight: 500;
    line-height: 24px;
}

.btn-edit {
    position: absolute;
    right: 20px;
    top: 20px;
}


/* Login-form-css */
.login-form {
    width: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.login-card {
    padding: 50px;
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


.login-form label {
    font-size: 14px;
    font-weight: 600;
}

.login-form .form-control {
    background-color: #e1e1e1;
    /*border: none;*/
    font-size: 14px;
    color: #8d8888;
}

    .login-form .form-control:focus {
        box-shadow: none;
    }

.form-control.active,
.form-control.focus,
.form-control:active,
.form-control:focus {
    background-color: #fff;
    box-shadow: 0px 0px 7px 1px #dbf0ff !important;
    -webkit-box-shadow: 0px 0px 7px 1px #dbf0ff;
    -moz-box-shadow: 0px 0px 7px 1px #dbf0ff;
    border: 3px solid #a1c7e2;
    color: #3f4254;
}

input,select,button{    
    border-width: 3px !important;
    border-radius: .25rem;
}
a:focus {
    box-shadow: 0px 0px 5px 5px #1399f9 !important;
    -webkit-box-shadow: 0px 0px 5px 5px #1399f9 !important;
    -moz-box-shadow: 0px 0px 5px 5px #1399f9 !important;
}
button.active,
button.focus,
button:active,
button:focus {
    box-shadow: 0px 0px 7px 1px #dbf0ff !important;
    -webkit-box-shadow: 0px 0px 7px 1px #dbf0ff;
    -moz-box-shadow: 0px 0px 7px 1px #dbf0ff;
    border: 3px solid #a1c7e2;
    border-radius: .25rem;
}
/* popup-css */
.modal-body p span.font-weight {
    font-weight: 600;
    color: #000;
}

.modal-body a {
    color: #3e9296;
    font-weight: 500;
}

.modal-body p {
    font-size: 14px;
    line-height: 26px;
}

.university-content p {
    line-height: normal;
}

.discussion-body p {
    display: flex;
    flex-direction: column;
    color: #5a5a5a;
}

.university-modal {
    border: none;
}

.university-body {
    background-color: #3e9296;
}

    .university-body h6 {
        line-height: 30px;
        font-weight: 300;
    }

.login-page {
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}

.logo-icon {
    width: 100px;
}

.login-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.login-heading h6 {
    font-size: 18px;
    color: #FFf;
    line-height: 30px;
    font-weight: 300;
}

.about-section {
    background-color: #3e9296;
    padding: 140px 0px;
}

.button-lists li {
    display: inline;
}

.btn-light {
    color: #000;
    background-color: #89d7c5;
    border-color: #89d7c5;
    width: 70%;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 0px;
}

    .btn-light:hover {
        color: #212529;
        background-color: #89d7c5;
        border-color: #dae0e5;
        box-shadow: none;
    }

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: transparent;
    border: none;
}

#accordion .card,
#accordion .card-header {
    padding: 0 0px;
}

#accordion .card-body {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0px;
}

.text-primary {
    color: #3e9296 !important;
}
.sec-card {
    background-color: #3e9296;
    padding: 20px;
}

.sec-icon {
    position: absolute;
    width: 100px;
    left: 0;
    top: -30px;
}

    .sec-icon img {
        width: 70px;
    }

.sec-content h4 {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.sec-content p {
    color: #fff;
    line-height: 19px;
    font-weight: 300;
}

.info-section i.fa {
    font-size: 5px;
    padding-right: 10px;
}

.info-section p {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-top: 10px;
}

.info-section ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.university-checklist li .list-img img {
    width: 100px;
}

.university-checklist li {
    display: block;
    align-items: center;
}

    .university-checklist li p {
        font-size: 14px;
    }

.university-checklist .list-img {
    width: 70px;
    float: left;
}

.university-checklist li .list-content {
    position: relative;
    left: 20px;
}

    .university-checklist li .list-content h5 {
        font-weight: 700;
    }

.text-underline {
    text-decoration: underline;
}

.university-section {
    background-color: #fff;
    padding: 50px 0px;
}

.resources-heading h2 {
    font-weight: 700;
    color: #2C7B7F;
}

.resources-week h4 {
    font-weight: 700;
    color: #2C7B7F;
}

.resources-week h6 {
    font-size: 13px;
}

.university-section label {
    font-weight: 600;
    margin: 0;
}
.add-form {
    display: flex;
    align-items: center;
}

    .add-form i.fa {
        background-color: #4CAF50;
        padding: 10px;
        font-size: 20px;
        color: #fff;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 24px;
    }

.card-preview {
    padding: 0 !important;
    background-color: #FCFAFB;
    border-radius: 20px;
}

    .card-preview .logo {
        width: 60px;
    }

    .card-preview .university-logo {
        width: 40px;
    }

    .card-preview h2 {
        font-size: 20px;
        text-align: center;
        color: #3F9296;
        font-weight: 600;
    }

.tablenew td,
.tablenew th {
    border: none;
}

.tablenew tr {
    display: flex
}

.navbar-nav .nav-item {
    margin-right: 20px;
}
.version{
    text-align:right; 
    font-size:11px!important;
}


.genResSecName input{border:1px solid #4CAF50;border-radius:0;background-color:transparent;}
.genResSec h4{font-weight:700;color:#2C7B7F;text-transform:uppercase;}
.genResSec .TDL  p{font-weight:600;}

#theChildBtns,#genResAddBtns{border:none;outline:none;background-color:transparent;}
#theChildBtns .fa-plus,#genResAddBtns .fa-plus{background-color: #4CAF50;padding: 10px;font-size: 20px;color: #fff;border-radius: 50px;height: 40px;width: 40px;text-align: center;line-height: 24px;}
#genResAddBtns{font-size:24px;font-weight:600;}


.token-container {display:flex;align-items:center;}
.toggle-Token{width:20px;height:20px;border-radius:50%;background-color:#ddd;color:#000;font-weight:500;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;cursor:pointer;margin:0 0 .5rem .5rem;}
.toggle-Token::after{content:"University ID is case sensitive.";position:absolute;top:-2px;left:24px;border-radius:5rem;background-color:#000;color:#fff;padding:0 10px;font-size:.75rem;font-weight:400;display:none;height:24px;line-height:24px;white-space: nowrap;}
.toggle-Token:hover::after{display:block;}

.toggle-password {cursor: pointer;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);}
.password-container {position: relative;}


.tltp-q{width:20px;height:20px;border-radius:50%;background-color:#ddd;color:#000;font-weight:500;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;}
.tltp-q .tltp-hover{width:280px;border-radius:4px;background-color:#000;color:#fff;font-weight:400;padding:8px 10px;position:absolute;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:justify;box-shadow:0px 0px 8px rgba(0,0,0,.6);z-index: 9;display:none;text-align:center}
.tltp-q .tltp-hover::before{content:"";display:block;width:14px;height:14px;background-color:#000;position:absolute;bottom:-5px;left:50%;margin-left:-8px;transform:rotate(45deg);}
.tltp-q:hover .tltp-hover{display:block;}