/* -------------------------------------------Login CSS------------------------------------------ */


.login-card{
    width: 75% !important;
    background-color: #f3f9ff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
   
}

body{
    overflow-x: hidden;
}

.left-div{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.login_image{
    width: 480px;
}

.authentication-bg{
    background-color: #fff;
}

.register_row {
    background-color: #fff;
    height: 100vh;
}


.auth-form-group-custom .form-control{
    height: 50px;
    max-height: 50px;
    font-size: 14px;
     font-family: "Inter", sans-serif!important;
    border-radius: 30px;
    padding: 0px 0px 0px 60px;
}

.form-check-label{
    font-size: 14px;
   
    font-family: "Inter", sans-serif!important;
}

.forgot-pass{
    font-size: 14px;
   
     font-family: "Inter", sans-serif!important;
}


.login_span{
    position: absolute;
    left: 25px;
    top: 14px;
}

.login_span img{
    width: 22px;
}

.font-size-14{
    font-size: 14px;
}

.form-check-input{
    border: 1px solid #cacbcc;
}

.font-size-21{
    font-size: 21px;
}

.login_btn{
    width: 100%;
    padding: 12px;
    border-radius: 40px;
    font-size: 17px;
     font-family: "Inter", sans-serif!important;
}

    /* .login_image {
        width: 500px;
        transition: transform 500ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
        perspective: 5000px;
        will-change: transform;
    }
    .login_image:hover {
        transform: rotateX(15deg) rotateY(15deg) scale3d(1.05, 1.05, 1.05);
    } */

     .login_image {
        width: 500px;
        transition: transform 500ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
        perspective: 5000px;
        will-change: transform;
    }
    .login_image-container {
        perspective: 2000px;
    }
    .login_image:hover {
        transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) scale3d(1.05, 1.05, 1.05);
    }

/*-------------------------------------------- Login CSS----------------------------------- */





/* Common Elements */

body {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    /* background-color: #fff; */
}
h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif;
}
th, td {
    vertical-align: middle;
    padding: 10px 14px !important;
    border-bottom: 1px solid #e9e2e2;
}

.table.dataTable thead th{
    border-bottom: 1px solid #e9e2e2;
}


a {
    color: #FF9800;
}
th {
    font-weight: 600;
}
.navbar-logo-box {
    padding: 0 1rem;
}
#sidebar-menu ul li a {
    color: #3c3c3c;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 13px;
}
.bx-title p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}
#sidebar-btn {
    right: -35px;
}
.bx-title h6 span {
    color: #ff3131 !important;
}
.bx-title img {
    width: 35px;
}
.mm-active .active {
    color: #326aea !important;
}
.mm-active>a {
    border-left: 4px solid #326aea;
    color: #326aea !important;
}
.mm-active .active i {
    color: #326aea !important;
}
.mm-active>a i {
    color: #326aea !important;
}
.scr-heading span{
    color: #326aea !important;
}
.rich-list-subtitle {
    font-weight: 500;
    color: #e9762e;
    font-size: 12px;
}
.rich-list-item img {
    width: 29px;
}
/* table tr:nth-child(even) td {
    background: #f3f5f8;
} */
.dataTables_scroll {
    margin: 0.6rem 0;
}
div#datatable_wrapper .row {
    align-items: center;
    margin-bottom: 0.7rem;
}
div#datatable_filter {
    display: flex;
    justify-content: end;
}
div#datatable_filter label {
    display: flex;
    align-items: center;
}
div#datatable_filter label input {
    width: auto;
    max-height: 38px;
    padding: 10px;
    border-radius: 10px;
   
}
div#datatable_length label {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    gap: 3px;
}
.dataTables_length select.form-select {
    padding: 8px 26px 8px 11px !important;
    width: auto;
    font-size: 12px;
    border-radius: 10px;
   
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}
 .user-td p {
    /* display: inline-block;
    margin-right: 33px; */
    margin:5px 0;
} 
.cstm-add-btn {
    padding: 9px 15px;
}

.table-header{
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*Form*/

fieldset {
    border: solid 1px #d2d5dd;
    padding: 1rem 1.2rem;
    border-radius: 5px;
}
legend {
    background: #ffffff;
    width: auto;
    margin: -2rem 0 0.6rem;
    padding: 3px 10px 7px 8px;
    font-size: 16px;
    color: #4e7adf;
    font-weight: 500;
}
.form-control,.form-select {
    padding: 0px 10px 0px 10px;
    border: solid 1px #dce1ef;
    background-color: #ffffff;
    max-height: 41px;
    height: 100vh;
    /* border-radius: 100px; */
}

.page-title-box h4 {
    color: #326aea !important;
    font-size: 16px;
}

.form-control[type=file]{
    line-height: 3.25;
}

.view_span{
    cursor: pointer;
}

textarea{
    height: 85px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 10px;
 
}

.course_img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
   object-fit: cover;
}

span.select2-selection.select2-selection--single {
    border: solid 1px #dce1ef !important;
    max-height: 41px !important;
    height: 100vh !important;
    /* border-radius: 100px; */
    background-color: #fff !important;
}
.form-group {
    margin-bottom: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.cstm-form-btn {
    padding: 8px 16px;
}

/*Student Dashboard*/

.stud-card{
    background-repeat: no-repeat!important;
    background-position: bottom center!important;
    background-color: #ffffff !important;
    padding: 0.5rem 0;
    cursor:pointer;
}
.bg-primary-subtle {
    background-color: #d5e4fd !important;
}
.about-stud p {
    margin-bottom: 4px;
    color: #ea762e;
    font-size: 13px;
    font-weight: 500;
}
.about-stud p i {
    font-size: 16px;
    color: rgb(78 122 223) !important;
}
.about-stud h6 {
    margin-bottom: 14px;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.1px;
}
.stud-info .rich-list-item {
    border-bottom: solid 1px #e5edf0;
    padding: 14px 0;
}
.stud-info .rich-list-subtitle {
    font-weight: 500;
    color: #e9762e;
    font-size: 13px;
    margin-bottom: 2px;
}
.stud-info .rich-list-title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.1px;
    line-height: 16px;
}
.courses-slider{
    text-align: center;
}
.courses-slider h4 {
    margin: 1rem 0 0.2rem;
    font-size: 18px;
    padding: 0 10px;
}
.stud-card h2 {
    color: #FF9800;
    font-size: 26px;
    letter-spacing: 0.7px;
}
.card.stud-card img {
    width: 30px;
}
.welcome-txt h5, .welcome-txt p{
    color:#191d6c;
}
.courses-slider .card{
    cursor: pointer;
}
.courses-slider .slider-img{
    position: relative;
    overflow: hidden;
}
.courses-slider .card img {
    transition: 1s ease;
}
.courses-slider .card:hover img {
    transform: scale(1.2);
}

/*College Dashboard*/

.college-rich-list{
    max-height: 265px;
    height: 100vh;
    overflow: auto;
}
.cstm-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 12px 6px rgb(170 179 224 / 11%);
    border-radius: 11px;
    padding: 1.5rem 1.5rem;
    position: relative;
    z-index: 9999;
    overflow: hidden;
}
.dash-card-img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    border-radius: 100px;
    position: relative;
}
.dash-card-img:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    z-index: -1 !important;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-duration: 2s;
}
.card-bd1 .dash-card-img:before {
    animation-name: mymoveb;
}
.card-bd2 .dash-card-img:before {
    animation-name: mymoveg;
}
.card-bd3 .dash-card-img:before {
    animation-name: mymoveo;
}
.card-bd4 .dash-card-img:before {
    animation-name: mymover;
}

.card-bd1{
    border-left: solid 3px #0dcaf0 !important;
}
.card-bd2{
    border-left: solid 3px #15ca20 !important;
}
.card-bd3 {
    border-left: solid 3px #ffc107 !important;
}
.card-bd4{
    border-left: solid 3px #fd3550 !important;
}
.card-bd1 .dash-card-img {
    background: linear-gradient(152deg, rgb(13 71 240) 0%, rgba(40, 248, 249, 1) 100%);
}
.card-bd2 .dash-card-img {
    background: linear-gradient(158deg, rgba(6, 161, 15, 1) 0%, rgba(185, 249, 40, 1) 100%);
}
.card-bd3 .dash-card-img {
    background: linear-gradient(158deg, #f85908 0%, #fab019 100%);
}
.card-bd4 .dash-card-img {
    background: linear-gradient(158deg, #ff0a2b 0%, rgb(255 147 147) 100%);
}
.dash-card-body p {
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 500;
    color: #343a40 !important;
}
.dash-card-body img {
    width: 38px;
    filter: brightness(0) invert(1);
}
.cstm-card-row .card {
    border-radius: 11px;
    width: 100%;
}
.cstm-card:after {
    content: "";
    background-image: url(../images/widgets-shape.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 200px;
    background-position: center;
    opacity: 0.08;
}
@keyframes mymoveb {
    0% {
        background: rgb(21 125 242 / 96%);
        width: 60px;
        height: 60px;
    }
    100% {
        background: rgb(21 125 242 / 0%);
        width: 100px;
        height: 100px;
    }
}
@keyframes mymoveg {
    0% {
        background: rgb(106 210 29 / 96%);
        width: 60px;
        height: 60px;
    }
    100% {
        background: rgb(106 210 29 / 0%);
        width: 100px;
        height: 100px;
    }
}
@keyframes mymoveo {
    0% {
        background: rgb(249 123 15 / 96%);
        width: 60px;
        height: 60px;
    }
    100% {
        background: rgb(249 123 15 / 0%);
        width: 100px;
        height: 100px;
    }
}
@keyframes mymover {
    0% {
        background: rgb(255 49 73 / 96%);
        width: 60px;
        height: 60px;
    }
    100% {
        background: rgb(255 49 73 / 0%);
        width: 100px;
        height: 100px;
    }
}

/*Faculty Dashboard*/

.cstm-card.clwd:after{
    opacity: 1;
    background-size: cover;
    z-index: -1;
}
.card-bd1.cstm-card.clwd:after {
    background-image: url(../images/dashboard/dashboard-shape-3.png);
}
.card-bd2.cstm-card.clwd:after {
    background-image: url(../images/dashboard/dashboard-shape-2.png);
}
.card-bd3.cstm-card.clwd:after {
    background-image: url(../images/dashboard/dashboard-shape-4.png);
}
.card-bd4.cstm-card.clwd:after {
    background-image: url(../images/dashboard/dashboard-shape-1.png);
}
.cstm-card.clwd h4 {
    color: #ea990c;
    font-size: 24px;
    letter-spacing: 0.3px;
}
.faculty-timeline {
    padding-left: 4.5rem;
    max-height: 265px;
    height: 100vh;
    overflow: auto;
}
.faculty-timeline .timeline-time {
    padding: 0;
    left: -4.2rem;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.faculty-timeline.timeline-timed:before {
    left: 4rem;
}
.faculty-timeline .timeline-pin {
    width: auto;
    left: -1.2rem;
}
.faculty-timeline .timeline-content {
    padding-right: 5px;
}
.faculty-timeline .timeline-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.faculty-timeline  .timeline-content span {
    font-weight: 500;
    color: #e9762e;
    font-size: 12px;
}


.custom_pills{
    display: flex;
    flex-direction: column;
}

.nav_btn{
    padding: 10px 20px;
    border-radius: 10px !important;
}

.register_img{
    width: 320px;
}

textarea.form-control{
    padding: 10px !important;
}

/* .register_row{
    background-image: url('../../build/images/bput.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
} */

/* .row.register_row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000045;
} */

.parent_card{
    background-color: transparent;

    .card{
        background-color: #f3f9ff;
        border-radius: 20px;
        backdrop-filter: blur(3px);
    }
}



.custom-file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #d0d7de;
    background-color: #f9f9f9;
  
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload label {
    background-color: #007bff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    font-weight: 500;
   
}

.custom-file-upload label:hover {
    background-color: #0056b3;
}

.custom-file-upload span {
    color: #555;
    font-size: 14px;
}

/* textarea.form-control {
    min-height: unset;
    height: 100% !important;
    max-height: unset;
    padding: 10px 20px !important;
    border-radius: 0;
} */

textarea.form-control{
    max-height: unset !important;
    
}


.select2-search__field{
    max-height: 35px !important;
    height: 100vh !important;
    overflow-y: auto;
}

.card-tiles {
    padding: 0.7rem;
}

.card-tiles .cour-warp h2 {
    font-size: 19px;
    margin: 0.8rem 0 0.4rem;
}

.card-img-top-latest {
    max-width: 100%;
    height: 190px;
    object-fit: cover;
}

.link-wrap {
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px hsl(222deg 34.88% 83.14% / 47%);
    padding: 0.6rem 0 0.2rem;
}

.course_des{
    font-size: 14px;
    word-spacing: 2px;
    line-height: 23px;
     font-family: "Inter", sans-serif!important;
}

.sub_img{
    border-radius: 15px;
    width: 300px;
}

.counter-box {
    background: #ffffff;
    padding: 1.8rem 0.6rem;
    text-align: center;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border: solid 1px hsl(212.05deg 96.05% 29.8% / 21%);
    position: relative;
}

.counter-box:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -28px;
    width: 27px;
    border: dashed 1px #0347958a;
    transform: translateY(-50%);
    z-index: 0;
}

.counter .counter-box.brdr-none:before {
    display: none;
}



.sub_name{
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.sub_description{
    font-size: 18px;
    font-weight: 500;
    color: #c0c4fcff;
    margin: 15px 0px 0px 0px;
}

.mid-div{
    width: 320px;
}

.top_container{
    margin-top: 15px;
}

.learn_ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px;
}


.learn_ul li{
    display: flex;
    align-items: baseline;
    gap: 15px;
    width: calc(50% - (2.4rem / 2));
}

.learn_ul p{
    margin: 0;
    font-size: 14px;
}

.borde-div{
    border: 1px solid #c3c3c8;
    padding: 20px;
    border-radius: 10px;
}

.font-weight-600{
    font-weight: 600;
}

.main_section{
    background-color: #fff;
}

.cc_sec{
    font-size: 14px;
}

.custom_acc .accordion-button{
    font-size: 16px;
    font-weight: 600;
    background-color: #f6f7f9;
    border: 1px solid #c9c9ca;

}

.custom_acc .accordion-body{
    border: 1px solid #c9c9ca !important;
}

.lect_details{
    font-weight: 400;
    font-size: 14px;
    padding-right: 20px;
}

.course_name{
    color: #6d28d2;
    font-size: 14px;
    cursor: pointer;
}

.arrow_btn{
    border: none;
    border-radius: 10px;
   
}

.cc_one{
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    width: 60%;
}


.accordian_ul li{
   padding: 10px 0px 10px 0px;
}

.course-description {
  transition: all 0.3s ease;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.video-modal-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 800px;
  background: #000;
  padding: 0;
  border-radius: 8px;
}

.video-modal video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  z-index: 1001;
}

.icon_play{
    font-size: 15px;
}

.expand_btn{
    border: none;
    font-weight: 600;
    color: #6d28d2;
    background-color: transparent;
    font-size: 14px;
}

.expand_btn:hover{
    background-color: #ede5f9;
}

.border-bootom-none{
    border-bottom: none !important;
}

.custom_select_one{
    padding: 0px 30px 0px 11px;
    height: 26px;
}

.prof_pic{
    max-width: 100%;
    width: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.font-14{
    font-size: 14px;
}

.feedback_ul li{
    padding-top: 10px;
    border-bottom: 1px solid #8080803b;
}

.innerButtonDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}








/*-------------------------------- For Tablet Screen----------------------------------------- */

@media (max-width: 992px) {

      .login-card{
    width: 100% !important;
  
   
}


}




/*-------------------------------- For Mobile Screen----------------------------------------- */

@media only screen and (max-width: 760px) {

  .left-div{
    display: none;
  }



}