Domain: amberpublishers.in
Server Adress: 86.38.243.169

privdayz.com

/home/u866425823/domains/sugam.kmclu.ac.in/public_html/css/
Dosya Yükle :
Current File : /home/u866425823/domains/sugam.kmclu.ac.in/public_html/css/Custom.css

* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(194, 194, 194);
    border-radius: 5px;
}

/* -------------------------- Drop down menu style start -------------------  */
.dropdown-menu i {
    margin-right: 5px;
}

.dropdown-menu .fa-edit,
.dropdown-menu .fa-user-alt,
.dropdown-menu .fa-eye {
    color: #4d94ff;
}

.dropdown-menu .fa-trash-alt {
    color: #ff3333;
}


/* -------------------------- Drop down menu style End-------------------  */

/* ---------------------------- Password Eye start-----------------------------  */
.pass-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-10px, -50%);
}



/* ---------------------------- Password Eye end-----------------------------  */

/* ----------------------------- Profile image viewer start---------------- */


/* The Modal (background) */
#profile-image-viewer {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.profile-modal-content {
    margin: auto;
    display: block;
    max-width: 700px;
    max-height: 100vh;
}

.profile-modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

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

    to {
        transform: scale(1)
    }
}

#profile-image-viewer .profile-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#profile-image-viewer .profile-close:hover,
#profile-image-viewer .profile-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .profile-modal-content {
        max-width: 350px;
    }
}


/* ----------------------------- Profile image viewer end---------------- */


#stu-reg-form-container {
    height: 100vh;
}











/* ----------------------------------- For All ----------------------- */
.internet-status {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.76);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 10px;

}

.int-status-content {
    max-width: 500px;
    width: 100%;
    transition: .4s;
    animation: zoom .4s linear;
}

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0, 0);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}


.marksheet-card {
    position: relative;
}

.marksheet-card div {
    transition: .5s;

}

.marksheet-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: .5s;
}

.marksheet-card-warning::before {
    background-color: #f6c23e
}

.marksheet-card-primary::before {
    background-color: #4e73df
}

.marksheet-card-success::before {
    background-color: #1cc88a
}
.marksheet-card-info::before {
    background-color: #36b9cc  
}


.marksheet-card:hover::before {
    width: 100%;
}

.marksheet-card:hover div {
    color: #FFFFFF !important;
}

.marksheet-card:hover i {
    color: #FFFFFF;
}

.textarea {
    resize: none;
}

.label-color {
    color: #008080;
}

.bg-color {
    background-color: #008080;
}

.pro-pic {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.150);
}

.data-table-thead {
    background-color: #4d94ff;
}

.slash {
    position: relative;
}

.slash::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 80%;
    background-color: #FFFFFF;
    width: 2px;
    transform: rotate(-55deg);
    border-radius: 10px;
}


/* ---------------------------- Filter start ------------------ */
 

.loading-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.582);
    display: block;
}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.