﻿body {
}

.LoginPageLogo {
    height: 150px !important;
}

.ASP_Net_Grid_Header_Style_CSS {
    background: linear-gradient(270deg, #9055fd 0%, #c4a5fe 100%) !important;
    color: white !important;
}

.UpdateDetailsDataStyle {
    font-size: 12px !important;
    background: linear-gradient(270deg, #9055fd 0%, #c4a5fe 100%) !important;
    color: white !important;
}

.UpdateDetailsDataFontSizeStyle {
    font-size: 15px !important;
    color: white !important;
}

/* eSequin Loader CSS */

.modalLoader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    z-index: 1989880;
}

.centerLoader {
    padding: 20% !important;
    z-index: 19898801;
    filter: alpha(opacity=1);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerLoader img {
        /*   height: 175px !important;
        width: 175px !important;*/
    }

/* eSequin Loader CSS End */


/* eSequin HR Code */

hr.eSequinHR {
    margin-top: 0px !important;
    border-top: 1px solid #4B49AC;
    border-bottom: 1px solid #4B49AC;
}

    hr.eSequinHR:after {
        content: '';
        display: block;
        margin-top: 2px;
        border-top: 1px solid #4B49AC;
        border-bottom: 1px solid #4B49AC;
    }

/* End of eSequin HR Code */


/* eSequin Camel Case Code */

.eSequinCamelCase {
    text-transform: capitalize !important;
}

.eSequinLowerCase {
    text-transform: lowercase !important;
}

/* Content page back link CSS */
/* Custom Styles */
.logo-container1 {
    position: relative;
}

    .logo-container1 img {
        max-height: 35px; /* Adjust the height as needed */
        border-radius: 50% !important;
        border: 1px solid white !important;
        background: white !important;
    }

.logo-link1 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}
/* End of Content page back link CSS */

/* Dashboard Links Photo and Link CSS*/

.custom-card1 {
    background: linear-gradient(270deg, #9055fd 0%, #c4a5fe 100%) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 1% !important;
    z-index: 1; /* Ensure the card stays above other content */
}

    .custom-card1 img {
        border-radius: 50%;
        width: 80px;
        height: 80px;
        object-fit: cover;
        border: 4px solid white; /* Optional: Add a border around the rounded image */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -40px; /* Adjust the top position to prevent overlap */
        z-index: 2; /* Ensure the image appears above the card background */
    }

    .custom-card1 .card-title {
        margin-top: 30px; /* Increased margin-top to add more space below the title */
    }

    .custom-card1 .btn {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .custom-card1 .btn-small {
        background: linear-gradient(270deg, #9055fd 0%, #c4a5fe 100%) !important;
        border: 1px solid white;
        color: white;
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 10px; /* Adjust margin-top as needed */
    }

/* End of Dashboard Links Photo and Link CSS*/
