a.clickable {
    color: #094F9F;
    cursor: pointer;
    text-decoration: none;
}


/* check-box css */

.checkboss {
    width: 50%;
    margin: auto;
}


/*span label*/

.spanmainl {
    font-size: 1.3rem;
}

.spanlabel {
    color: #288b08;
    font-weight: 500;
    font-size: 1.2rem;
}


/* Partition*/

.brword {
    font-size: 1.3rem;
    background-color: #a02929;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 8px 20px;
}

.partitiongap {
    display: flex;
    flex-direction: row;
}

.partitiongap:before,
.partitiongap:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #bb8787c9;
    margin: auto;
}


/* cards */

.dashcard1 {
    position: relative;
    margin: auto;
    /* margin-top: 10px; */
    width: 30%;
    padding: 40px;
    display: block;
    left: 10%;
    /* left: 10%; */
    overflow-x: auto;
    border-radius: 20px;
    z-index: 5;
    top: -200px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
}

.dashcard2 {
    position: relative;
    margin: auto;
    /* margin-top: 70px; */
    width: 40%;
    padding: 40px;
    display: block;
    /* left: 10%; */
    overflow-x: auto;
    border-radius: 20px;
    z-index: 5;
    top: -200px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
}

.dashcard3 {
    position: relative;
    margin: auto;
    /* margin-top: 70px; */
    width: 50%;
    padding: 40px;
    display: block;
    /* left: 10%; */
    overflow-x: auto;
    border-radius: 20px;
    z-index: 5;
    top: -200px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
}

.dashcard4 {
    position: relative;
    margin: auto;
    /* margin-top: 70px; */
    width: 60%;
    padding: 40px;
    display: block;
    /* left: 10%; */
    overflow-x: auto;
    border-radius: 20px;
    z-index: 5;
    top: -200px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
}

.dashcard5 {
    position: relative;
    margin: auto;
    /* margin-top: 70px; */
    width: 90%;
    padding: 40px;
    display: block;
    /* left: 10%; */
    overflow-x: auto;
    border-radius: 20px;
    z-index: 5;
    top: -200px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    /* animation: topdownred2 2s; */
}
.dashcarddetailedattendance {
    position: relative;
    margin: auto;
    /* margin-top: 70px; */
    width: 95%;

    display: block;
    /* left: 10%; */
    overflow-x: auto;
    border-radius: 20px;
    z-index: 5;
    top: -200px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.75);
    /* animation: topdownred2 2s; */
}


.dashcard {
    position: relative;
    margin-top: 70px;
    margin: auto;
    /* left: 1%; */
    z-index: 5;
    width: 40%;
    display: block;
    overflow-x: auto;
    z-index: 5;
    top: -200px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 29px 124px -35px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 29px 124px -35px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 29px 124px -35px rgba(0, 0, 0, 0.75);
}


/* Data dataTables */

th,
td {
    /* padding: 5px 3px; */
    text-align: center;
}

table {
    border: 1px solid black;
}

.facultydp {
    border-radius: 15px;
    width: 14rem;
    height: 16rem;
    object-fit: cover;
}


/*Dashboard Tabs */

.tablinksfaculty {
    width: 25%;
}

.tablinkssuper {
    width: 25%;
}

.tablinkssuper1 {
    width: 20%;
}

.tablinkspracsteach {
    width: 50%;
}

.tab i {
    font-size: 35px;
}

.tab span {
    font-size: 100%;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 5px 5px 5px;
    transition: 0.3s;
    border: #d68787b3 0.07px solid;
}

button .icon {
    font-size: 3%;
}

button.tablinks {
    background-color: #ae2929;
    color: white;
}

button.tablinks.first {
    background-color: #ae2929;
    color: white;
    border-top-left-radius: 10px;
}

button.tablinks.last {
    background-color: #ae2929;
    color: white;
    border-top-right-radius: 10px;
}

button.tablinks.active {
    background-color: #802121;
    color: white;
}

button.tablinks:hover {
    background-color: #802121;
    color: white;
}

#v-pills-student {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-event {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-faculty {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-load {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-subject {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-home {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-admin {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-marks {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-addfac {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-acc {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-attendance {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

#v-pills-settings {
    animation: fadeEffect 1.3s;
    /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Ritesh start */

.logindetails {
    margin-left: 5%;
    display: inline-block;
}

.mainhead {
    display: flex;
    background-image: url(../images/main/head.jpg);
    background-position: center;
    background-size: 100% 390%;
    background-repeat: no-repeat;
    height: 140px;
    width: 100%;
}

.somaiyalogo {
    background-image: url(../images/main/logo.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 85px;
    width: 85px;
    margin-left: 5%;
    margin-top: 2.5%;
}

.somaiyatrust {
    background-image: url(../images/main/trust.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90px;
    width: 130px;
    margin-left: 455px;
    margin-top: 2%;
}

.logo {
    display: flex;
    height: 136px;
}

.logo1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logodetail {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px #000000;
    font-size: 42px;
    padding-left: 52px;
    font-weight: 600;
}

.btn.btnred {
    background-color: #a02929;
    color: white;
    border-radius: 5px;
    border: none;
    height: 40px;
    text-align: center;
    border: #d3d3d3;
}

.btn.btnred:hover {
    background-color: #802121;
    color: white;
}

.btn.btnwhite {
    background-color: #fff;
    color: #802121;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    border: 2px solid #802121;
}

.btn.btnwhite:hover {
    background-color: #802121;
    color: white;
}

/* Ritesh end */

body {
    overflow-x: hidden;
}

.nav-link {
    color: white;
    background: #a02929;
    border: #d3d3d3;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.nav-link:hover {
    color: white;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs .dropdown-toggle {
    margin-bottom: 0;
}

.longpill {
    text-align: center;
    height: 80px;
    padding: 15px;
}

.dpcard {
    border-radius: 20px;
    position: relative;
    padding: 3% 5%;
}

.dpcard .imgBox {
    position: relative;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 20px;
    box-sizing: border-box;
}

.dpcard .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.dpcard .details {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


/* The Modal (background) */

#modal1 {
    display: none;
    position: fixed;
    z-index: 1;
 
    width: 100%;
    height: 100vh;
    overflow: hidden;
   
    background-color: rgba(0, 0, 0, 0.4);
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#modal2 {
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    align-items: center;
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.45);
}


/* Modal Content Box */

.modal-content {
    position: absolute;
    background-color: #fefefe;
    margin: 4% auto 15% auto;
    width: 50%;
    height: 65%;
    left: 50%;
    top: 50%;
    overflow-x: auto;
    transform: translate(-50%,-50%);
    border-radius: 10px 10px 10px 10px;
}

.modal-content2 {
    border-radius: 10px 10px 10px 10px;
    background-color: #fefefe;
    margin: 8% auto 15% auto;
    width: 45%;
    height: 50%;
}

.details {
    padding-left: 5%;
}


/* The Close Button (x) */

.close {
    position: relative;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}


/* Add Zoom Animation */

.animate {
    animation: zoom 0.6s
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

#rem {
    text-align: center;
}

.col-1 {
    max-width: none;
}

.row {
    margin-right: 0px;
}

#v-pills-tab {
    width: 40%;
}

small {
    margin-left: 5%;
}

.info {
    padding-left: 15px;
}


/* .navbar-custom {
    background-color: #a02929;
}

.nav-item {
    position: relative;
}

.navbar .nav-item:after {
    content: "/";
    position: absolute;
    top: 0.25rem;
    left: auto;
    right: -0.5rem;
}

.navbar .nav-item:last-child:after {
    content: none;
}

.navbar .nav-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid white;
    transition: 0.4s;
}

.navbar .nav-item:hover:before {
    width: 100%;
}

.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs .dropdown-toggle {
    margin-bottom: 0;
}

.navbar .dropdown-menu a:hover {
    color: #a02929 !important;
}

.navbar a.navbar-brand {
    color: #fff;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.2em;
}

a.navbar-brand:hover {
    text-shadow: 0px 0px 2px #ffffff;
}

#navbar {
    z-index: 9;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
} */

.btn2 {
    border-radius: 10px;
    padding: 8px;
    color: white;
    background: #a02929;
    border: #d3d3d3;
    display: inline-block;
    width: 100px;
    text-align: center;
    border-radius: 35px;
}

.btn2:hover {
    background: #802121;
    color: white;
}

html {
    scroll-behavior: smooth;
}

.mainbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

.mainbox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.box {
    display: flex;
    flex-direction: column;
    margin: 1px 3px;
    flex-grow: 1;
}

.box2 {
    display: flex;
    flex-direction: row;
    margin: 5px 3px;
    flex-grow: 1;
}

.boxcolor {
    border: #000 1px solid;
    border-radius: 5px;
    padding: 2%;
}

.boxcolor1 {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    padding: 2%;
}

.subbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1% 1%;
    flex-grow: 1;
}

@media (max-width:636px) {
    .dashcard {
        width: 80%;
    }
    .tab button {
        padding: 13px 0px 0px 0px;
    }
}

@media (max-width:500px) {
    .tab span {
        font-size: 0.8rem;
        padding: 2%;
    }
}

@media (max-width:415px) {
    .tab span {
        padding: 2%;
        font-size: 0.6rem;
    }
}

@media (max-width:382px) {
    .tab span {
        padding: 2%;
        font-size: 0.6rem;
    }
    .tab i {
        font-size: 2.3rem;
    }
}

@media (max-width:355px) {
    .tab span {
        padding: 2%;
        font-size: 0rem;
    }
}


/* .social dl,
ol,
ul {
    margin-top: -8%;
} */


/* Card Media Queries*/

@media (max-width:850px) {
    .dashcard5 {
        width: 95%;
        padding: 30px;
    }
}

@media (max-width:950px) {
    .dashcard3 {
        width: 65%;
    }
}

@media (max-width:820px) {
    .dashcard3 {
        width: 80%;
    }
}

@media (max-width:670px) {
    .dashcard3 {
        width: 90%;
    }
}

@media (max-width:620px) {
    .dashcard3 {
        width: 95%;
    }
}

@media (max-width:950px) {
    .dashcard2 {
        width: 45%;
    }
    .dashcard1 {
        width: 45%;
    }
}

@media (max-width:700px) {
    .dashcard2 {
        width: 55%;
    }
    .dashcard1 {
        width: 55%;
    }
}

@media (max-width:580px) {
    .dashcard2 {
        width: 65%;
    }
    .dashcard1 {
        width: 65%;
    }
}

@media (max-width:440px) {
    .dashcard2 {
        width: 85%;
    }
    .dashcard1 {
        width: 85%;
    }
}

@media (max-width:1030px) {
    .dashcard4 {
        width: 70%;
    }
}

@media (max-width:890px) {
    .dashcard4 {
        width: 80%;
    }
}

@media (max-width:780px) {
    .dashcard4 {
        width: 95%;
    }
}

@media (max-width: 1140px) {
    .modal-content {
        height: 80%;
    }
}

@media (max-width: 1130px) {
    .modal-content {
        height: 70%;
    }
}

@media (max-width: 910px) {
    .modal-content {
        height: 75%;
        width: 65%;
    }
}

@media (max-width: 700px) {
    .modal-content {
        height: 75%;
        width: 75%;
    }
}

@media (max-width: 618px) {
    .modal-content {
        height: 75%;
        width: 80%;
    }
}

@media (max-width: 520px) {
    .modal-content {
        height: 70%;
        width: 85%;
    }
}

@media (max-width: 450px) {
    .modal-content {
        height: 65%;
        width: 90%;
    }
}

@media (max-width: 380px) {
    .modal-content {
        height: 65%;
        width: 95%;
    }
}

/* Queries */
 @media (max-width: 1200px) {
    .somaiyatrust {
        margin-left: 400px;
    }
}

@media only screen and (max-width: 1110px) {
    .somaiyatrust {
        margin-left: 300px;
    }
    .css-shapes-preview {
        width: 55%;
    }
}

@media only screen and (max-width: 1010px) {
    .css-shapes-preview {
        width: 60%;
    }
    .somaiyatrust {
        margin-left: 210px;
    }
}

@media only screen and (max-width: 940px) {
    .css-shapes-preview {
        width: 65%;
    }
    .somaiyatrust {
        margin-left: 130px;
    }
}

@media only screen and (max-width: 880px) {
    .css-shapes-preview {
        width: 70%;
    }
    .somaiyatrust {
        margin-left: 90px;
    }
}

@media only screen and (max-width: 800px) {
    .css-shapes-preview {
        width: 75%;
    }
    .somaiyatrust {
        margin-left: 60px;
        height: 70px;
        width: 100px;
        margin-top: 4%;
    }
}

@media only screen and (max-width: 735px) {
    .logodetail {
        font-size: 35px;
        padding-left: 40px;
    }
    .somaiyatrust {
        margin-left: 60px;
        height: 70px;
        width: 100px;
        margin-top: 4%;
    }
}

@media only screen and (max-width: 690px) {
    .somaiyatrust {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .somaiyatrust {
        margin-left: 20px;
    }
    .logodetail {
        font-size: 35px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 620px) {
    .somaiyatrust {
        margin-left: 10px;
    }
    .logodetail {
        font-size: 35px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .somaiyatrust {
        margin-left: 70px;
    }
    .css-shapes-preview {
        width: 65%;
    }
    .logodetail {
        font-size: 27px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 580px) {
    .somaiyatrust {
        margin-left: 44px;
        height: 60px;
        width: 90px;
        margin-top: 6%;
    }
    .css-shapes-preview {
        width: 70%;
    }
    .logodetail {
        font-size: 27px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 535px) {
    .somaiyatrust {
        margin-left: 15px;
    }
    .css-shapes-preview {
        width: 75%;
    }
    .logodetail {
        font-size: 27px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .somaiyatrust {
        margin-left: 15px;
        margin-top: 7%;
    }
    .css-shapes-preview {
        width: 75%;
    }
    .logodetail {
        font-size: 25px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 470px) {
    .somaiyatrust {
        margin-left: 15px;
    }
    .css-shapes-preview {
        width: 75%;
    }
    .logodetail {
        font-size: 23px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 448px) {
    .somaiyatrust {
        margin-left: 10px;
    }
    .css-shapes-preview {
        width: 75%;
    }
    .logodetail {
        font-size: 22px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 435px) {
    .somaiyatrust {
        margin-top: 7%;
    }
    .somaiyalogo {
        height: 80px;
        width: 80px;
    }
    .css-shapes-preview {
        width: 75%;
    }
    .logodetail {
        font-size: 21px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 415px) {
    .somaiyatrust {
        display: none;
    }
    .css-shapes-preview {
        width: 90%;
    }
    .logodetail {
        font-size: 25px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 390px) {
    .css-shapes-preview {
        width: 90%;
    }
    .somaiyalogo {
        margin-left: 3%;
        margin-top: 3%;
    }
}

@media only screen and (max-width: 380px) {
    .css-shapes-preview {
        width: 95%;
    }
    .somaiyalogo {
        height: 60px;
        width: 60px;
        margin-left: 2%;
        margin-top: 5%;
    }
}

@media only screen and (max-width: 330px) {
    .logodetail {
        font-size: 20.5px;
    }
}
