@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --blue: #07A8C1;
    --blueDark: #223B75;
    --amber: #f3511a;
    --warning: #ffc107;
    --danger: #dc3545;
    --solidOrange: #ff6000;
    --brickworkGreen: #025a62;
    --privilegeLeave: #4ec6de80;
    --sickLeave: #cdcdcd;
    --periodLeave: #fde4f2;
}

body {
    font: 400 14px/19px 'Roboto', sans-serif;
    color: #4c4a4a;
    line-height: 17px;
    background: #defafb;
    border-top: 1px solid #0fa8c2;
    padding: 0 !important;
}

p {
    margin-bottom: 15px;
}

b, strong {
    font-weight: 600;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
}

h1 {
    font: 500 25px/30px 'Roboto', sans-serif;
}

h2 {
    font: 500 22px/22px 'Roboto', sans-serif;
}

h3 {
    font: 500 20px/25px 'Roboto', sans-serif;
}

h4 {
    font: 500 18px/23px 'Roboto', sans-serif;
}

h5 {
    font: 500 17px/17px 'Roboto', sans-serif;
}

h6 {
    font: 600 15px/15px 'Roboto', sans-serif;
}

a {
    color: #07A8C1;
}

    a:hover {
        color: #223B75;
        text-decoration: none;
    }

.navbar-brand img {
    width: 120px;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 10px;
}

.dropdown-submenu {
    position: relative;
    font-size: 14px;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 3px;
        top: 14px;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 1);
}

.nav-bg {
    background-image: linear-gradient(to right, #1faecd, #279e72);
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #10224c;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-image: linear-gradient(to right, #1faecd, #279e72);
}

.icon-small {
    width: 17px;
}

.quick-link {
    text-align: center;
    display: block;
    background: #fff;
    padding: 15px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #666363;
}

    .quick-link:hover {
        color: #1faecd;
        text-decoration: none;
    }

    .quick-link img {
        height: 50px;
        margin-bottom: 5px;
    }

    .quick-link span {
        display: block;
    }

.min-height {
    min-height: 550px;
}

.row.custom-row {
    margin-left: -7px;
    margin-right: -7px;
}

    .row.custom-row > [class^="col"] {
        padding-left: 7px;
        padding-right: 7px;
    }

footer {
    background: #223b76;
    color: #fff;
    font-size: 13px;
}

.blueDark {
    color: #223B75;
}

.blue {
    color: #07A8C1;
}

.btn-primary {
    background-color: #223b76;
    border-color: #223b76;
    font-weight: 500;
}

    .btn-primary:hover {
        background-image: linear-gradient(160deg, #1faecd, #279e72);
        border-color: #279e72;
    }

.floating-label {
    position: relative;
}

    .floating-label label {
        pointer-events: none;
        position: absolute;
        left: 10px;
        top: 11px;
        transition: 0.2s;
        transition-timing-function: ease;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        color: #7c8085;
    }

    .floating-label input:focus + label, .floating-label input:not(:placeholder-shown) + label, .floating-label input:-webkit-autofill + label {
        background-image: linear-gradient(160deg, #223b76, #279e72);
        padding: 0 3px;
        left: 10px;
        top: -10px;
        font-size: 11px;
        color: #fff;
        border-radius: 2px;
    }
    /* For IE Browsers*/
    .floating-label input:focus + label, .floating-label input:not(:-ms-input-placeholder) + label {
        color: #fff;
        background-image: linear-gradient(160deg, #223b76, #279e72);
        padding: 0 3px;
        left: 10px;
        top: -10px;
        font-size: 11px;
        border-radius: 2px;
    }

.loginBg .form-control:focus {
    border-color: #30db9c;
}

.logo {
    width: 200px;
}

.loginBg {
    /*background: #0da5b1 url(../Images/login-bg.jpg) no-repeat center / cover;*/
    background: #0da5b1 url(../Content/Images/login-bg.jpg) no-repeat center / cover;
    padding: 70px 80px;
    border-radius: 8px;
    color: #fff;
    margin: 0 50px;
}

    .loginBg .form-control {
        border: none;
    }

    .loginBg .btn-primary:hover {
        background-image: linear-gradient(170deg, #223b76, #279e72);
        border-color: #30db9c;
    }

    .loginBg a {
        color: #fff;
    }

        .loginBg a:hover {
            color: #000;
            text-decoration: none;
        }

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.heading {
    border-bottom: 1px solid #1faecd;
    position: relative;
    margin-bottom: 30px;
    line-height: 28px;
}

    .heading span {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        background-image: linear-gradient(to right, #1faecd, #279e72);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        top: 7px;
    }

        .heading span img {
            width: 60%;
            filter: grayscale(1) brightness(100);
        }

.top-link {
    margin-bottom: 0;
    color: #fff;
    margin-top: 3px;
    display: flex;
}

    .top-link a {
        color: #fff;
    }

    .top-link .dropdown-menu a {
        color: #212529;
    }

ul.top-link li {
    padding: 0 5px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

ul.top-link .fas {
    padding-top: 5px;
}

ul.top-link li:nth-child(2) {
    position: relative;
}

    ul.top-link li:nth-child(2) span {
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: red;
        border: 1px solid #7cf7cb;
        top: 1px;
        right: 6px;
    }

.search-box {
    position: relative;
}

.thumb {
    position: relative;
    padding-left: 50px;
    font: 400 13px / 14px 'Roboto', sans-serif;
    border-left: 1px solid #28c595;
}

    .thumb img {
        position: absolute;
        height: 100%;
        left: 10px;
        border-radius: 50%;
    }

    .thumb strong {
        display: block;
        font-weight: 500;
    }

.top-link span {
    display: inline-block;
}

.svg-icon {
    width: 16px;
    cursor: pointer;
    margin-top: 5px;
    filter: grayscale(1) brightness(100);
}

.form-control {
    font-size: 14px;
    padding: 5px 8px;
}

.icon-btn {
    cursor: pointer;
    padding: 7px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s;
    background: #fff;
    text-align: center;
    position: relative;
    white-space: normal;
}

    .icon-btn:hover, .icon-btn.active {
        background-image: linear-gradient(to right, #1faecd, #279e72);
        color: #fff;
        position: relative;
    }

.toggle-content .icon-btn:hover {
    background-image: none;
    color: #000;
}

.toggle-content .icon-btn a:hover {
    color: #07A8C1;
    font-weight: 500;
}

.icon-btn:hover span {
    color: #fff;
}

.icon-btn a {
    color: #4c4a4a;
    display: block;
}

    .icon-btn a:hover {
        text-decoration: none;
    }

.icon-btn.active::after {
    content: '▼';
    font-size: 15px;
    position: absolute;
    bottom: -13px;
    color: #23a69f;
    left: 50%;
    transform: translateX(-50%);
}

.icon-btn:hover img, .icon-btn.active img {
    filter: grayscale(1) brightness(100);
}

.toggle-content {
    display: none;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #1faecd, #279e72);
    border: 1px solid #fff;
    padding: 10px 10px 0;
    border-radius: 6px;
}

.icon-btn img {
    width: 50px;
}

.icon-btn span {
    display: block;
    margin-top: 5px;
}

.toggle-content .icon-btn img {
    width: 22px;
}

.step-container {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 20px 0 50px;
    display: none;
}

    .step-container::before {
        content: "";
        position: absolute;
        top: 32%;
        left: 10%;
        width: 80%;
        height: 4px;
        background: #ddd;
        transform: translateY(-50%);
        z-index: 0;
        border-radius: 50px;
    }

.step {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .step .circle {
        width: 40px;
        height: 40px;
        background: #ddd;
        color: #fff;
        border-radius: 50%;
        line-height: 30px;
        font-size: 18px;
        font-weight: bold;
        margin: auto;
        border: 5px solid #fff;
    }

    .step.active .circle {
        background: #1faecd;
    }

    .step.active .step-title {
        color: #4c4a4a;
    }

    .step.completed .circle {
        background: #28a745;
        position: relative;
    }

        .step.completed .circle::before {
            content: '\2713';
            position: absolute;
            top: -24px;
            color: #28a745;
            font-size: 18px;
            rotate: 13deg;
        }

.step-title {
    margin-top: 10px;
    color: #a19d9d;
}

.edit-icon {
    width: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    filter: grayscale(1) brightness(0.5);
    z-index: 1;
}

    .edit-icon:hover {
        filter: none;
    }

.edit-main {
    position: relative;
}

.accordion .icon {
    float: right;
    font-size: 11px;
}

.accordion .card-header h5 {
    font-size: 15px;
}

.accordion .card-header {
    cursor: pointer;
    color: #4c4a4a;
}

.btn {
    font-size: 14px;
}

/*
    [This class is overwritten by SreenivasKV on 02-Jul-2025]

.search-main {
    padding: 15px;
    background: #fff2cc;
    border: 1px solid #e3cf92;
    margin-bottom: 15px;
    border-radius: 4px;
}
    */

.customSelect .dropdown {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 25px;
    padding: 4px 10px;
    border-radius: 5px;
    background: #fff;
}

.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255 / 90%);
}

.card-body .card-body {
    padding: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-image: linear-gradient(to bottom, #def8fd, #fff);
}

.nav-tabs {
    border-bottom: 1px solid #9ccdd7;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: #9ccdd7 #9ccdd7 #fff;
    }

.accordionMain .cards {
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

    .accordionMain .cards:last-child {
        margin-bottom: 0;
    }

    .accordionMain .cards:hover {
        background: #fbf9ef;
        border: 1px solid #efe09d;
    }

.accordionMain .cards-head, .accordionMain .cards-body {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.accordionMain .cards h2 {
    background: url(../images/arrow56-512.webp) no-repeat calc(100% - 10px) center;
    background-size: 15px;
    cursor: pointer;
    font: 300 14px / 20px 'Roboto', sans-serif;
}

    .accordionMain .cards h2.collapsed {
        background-image: url("../images/expand2-256.webp");
        background-size: 15px;
    }

.progress {
    height: 4px;
}

    .progress .bg-success {
        background-image: linear-gradient(-45deg, #1faecd, #279e72);
    }

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.team-hierarchy {
    margin: 0 70px;
}

    .team-hierarchy .card-body {
        padding: 5px;
    }

    .team-hierarchy .card {
        max-width: 160px;
        margin: 0 auto;
    }

    .team-hierarchy ul {
        padding-top: 20px;
        position: relative;
        display: flex;
        justify-content: left;
        list-style-type: none;
        padding-left: 0;
    }

    .team-hierarchy li {
        text-align: center;
        position: relative;
        padding: 20px 10px 0 10px;
    }

    .team-hierarchy > ul > li::before,
    .team-hierarchy > ul > li::after {
        content: none;
    }

    /* Default horizontal and vertical connectors */
    .team-hierarchy li::before, .team-hierarchy li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 2px solid #ccc;
        width: 50%;
        height: 18px;
    }

    .team-hierarchy li::after {
        right: auto;
        left: 50%;
        border-left: 2px solid #ccc;
    }

    .team-hierarchy li:only-child::before, .team-hierarchy li:only-child::after {
        content: none;
    }

    .team-hierarchy li:only-child {
        padding-top: 0;
    }

    .team-hierarchy li:first-child::before, .team-hierarchy li:last-child::after {
        border: 0 none;
    }

    .team-hierarchy li:last-child::before {
        border-right: 2px solid #ccc;
        border-radius: 0 5px 0 0;
    }

    .team-hierarchy li:first-child::after {
        border-radius: 5px 0 0 0;
    }

    .team-hierarchy .employees {
        background: white;
        padding: 5px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        width: 130px;
        margin: auto;
        position: relative;
        text-align: center;
    }

    /*[BEGIN]  Styles designed by Sayid [Added by SreenivasKV on 11-Sep-2025]  */
    .team-hierarchy #autoFocus {
        box-shadow: 0 4px 6px rgba(31, 174, 205, 0.5);
        border: 1px solid #4dd3f0;
    }

        .team-hierarchy #autoFocus .name {
            color: #07A8C1;
        }

    /*[END]  Styles designed by Sayid [Added by SreenivasKV on 11-Sep-2025]  */

    .team-hierarchy li:has(ul) > .employees::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 20px;
        background-color: #ccc;
    }

    .team-hierarchy .employees img {
        width: 100%;
        border-radius: 50%;
        margin-bottom: 0;
    }

    .team-hierarchy .employees .pic {
        width: 53px;
        height: 53px;
        margin: 0 auto 5px;
        overflow: hidden;
        border-radius: 50%;
        text-align: center;
        background: #ccc url(../Content/Images/profile.jpg) no-repeat center center / cover;
        border: 1px solid #bbb8b8;
    }

    .team-hierarchy .name {
        font-weight: bold;
    }

    .team-hierarchy .designation {
        font-size: 0.85em;
        color: #666;
    }
/* Responsive Styles */
@media (max-width: 768px) {
    .team-hierarchy ul {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }

    .team-hierarchy li::before, .team-hierarchy li::after {
        display: none;
    }
}



.line {
    width: 2px;
    background-color: #ccc;
    height: 20px;
    margin: 0 auto;
    position: relative;
}

    .line:before {
        content: '';
        border-top: 6px solid #cccccc;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        bottom: 0;
        position: absolute;
        left: -5px;
    }

.employee-card {
    border-radius: 10px;
    transition: transform 0.2s;
    margin-top: 70px;
}

    .employee-card:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 6px rgba(31, 174, 205, 0.5);
        border: 1px solid #4dd3f0;
    }

        .employee-card:hover .employee-photo {
            border: 4px solid #fff;
            outline: 1px solid #1faecd;
        }

.employee-photo {
    width: 150px;
    margin: -70px auto 0 auto;
    height: 150px;
    border-radius: 50%;
    background: #ccc url(../Content/Images/profile.jpg) no-repeat center center / cover;
    border: 1px solid #bbb8b8;
}

.employee-card .card-body {
    padding: 5px;
}

    .employee-card .card-body a {
        font-size: 13px;
    }

.icon15x15 {
    width: 15px;
}

.employee {
    display: flex;
}

.telephoneExtension {
    position: relative;
    background: #227385;
    padding-top: 55px;
}

    .telephoneExtension input {
        position: absolute;
        width: 250px;
        right: 8px;
        top: 8px;
        border: none;
        border-radius: 0;
    }

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #3099b1;
}

.table-dark {
    background-color: #227385;
}

.no-gutters .customSelect .dropdown, .no-gutters .form-control, .no-gutters .btn-primary {
    border-radius: 0;
}

.utilized-time {
    background: red;
    color: #fff;
    padding: 1px 3px;
    border-radius: 3px;
    font-size: 13px;
}

    .utilized-time.full {
        background: green;
    }

.header-line {
    background: url(../images/line.svg) no-repeat center bottom;
    background-size: 305px;
    padding-bottom: 9px;
    margin-bottom: 15px;
}

.divider {
    border-bottom: 3px solid #efeded;
    margin: 35px 0;
    position: relative;
}

    .divider::before {
        position: absolute;
        width: 100%;
        height: 1px;
        top: -1px;
        background: #adcccd;
        content: "";
    }

.QuoteMain {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    padding: 50px 0 25px;
    margin-bottom: 75px;
    border-radius: 4px;
    background: linear-gradient(90deg, #422760, #722c63, #a42a6a, #d4356f, #e1526c, #f8bb70, #f5bc6b);
    background-size: 400% 400%;
    animation: animations 15s ease infinite;
    color: #fff;
}

    .QuoteMain span {
        background: url(../Content/Images/thought-line.svg) no-repeat 85% 75%;
        background-size: 93% auto;
        position: absolute;
        width: 290px;
        height: 83px;
        right: 110px;
        bottom: 20px;
        opacity: .7;
    }

@keyframes animations {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes new {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
    }
}

.QuoteMain::before, .QuoteMain::after {
    background: url(../Content/Images/quote.svg) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 46px;
    height: 110px;
    opacity: .4;
}

.QuoteMain::before {
    top: 10px;
    left: 20px;
}

.QuoteMain::after {
    right: 20px;
    bottom: 10px;
    rotate: 180deg;
}

.QuoteMain p {
    margin-top: 5px;
    font-size: 75%;
}

.ekko-lightbox-container {
    overflow: hidden;
}

.ekko-lightbox-nav-overlay {
    font-size: 35px;
    position: absolute;
    bottom: 35px;
}

    .ekko-lightbox-nav-overlay a {
        margin-left: 15px;
    }

.modal-body button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 35px;
}

.close {
    text-shadow: 1px 2px 0 #fff;
    opacity: 1;
}

/*.today {
    font-weight: bold;
}*/

.calendar-icons {
    font-size: 13px;
}

    .calendar-icons span {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        text-align: center;
        line-height: 20px;
        font-weight: 500;
    }

.Present {
    background: #e6f9ea;
}

.Absent {
    background: #f37a6f40;
}

.WeekOff {
    background: #bae4f080;
}

.Holiday {
    background: #f8aa96;
}

.LossOfPay {
    background: #c3cb7b;
}

.PrivilegeLeave {
    background: #4ec6de80;
    --base-r: 78;
    --base-g: 198;
    --base-b: 222;
}

.SickLeave {
    background: #cdcdcd;
    --base-r: 205;
    --base-g: 205;
    --base-b: 205;
}

.BereavementLeave {
    background: #c7b1d5;
}

.MaternityLeave {
    background: #bee3d2;
}

.PaternityLeave {
    background: #7faae3;
}

.calendar .present, .calendar .absent, .calendar .weeklyOff, .calendar .holiday, .calendar .lossOfPay, .calendar .privilegeLeave, .calendar .sickLeave, .calendar .bereavementLeave, .calendar .maternityLeave, .calendar .paternityLeave {
    position: relative;
}

    .calendar .present::before, .calendar .absent::before, .calendar .weeklyOff::before, .calendar .holiday::before, .calendar .lossOfPay::before, .calendar .privilegeLeave::before, .calendar .sickLeave::before, .calendar .bereavementLeave::before, .calendar .maternityLeave::before, .calendar .paternityLeave::before {
        content: "P";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 13px;
    }

    .calendar .absent::before {
        content: "A";
    }

    .calendar .weeklyOff::before {
        content: "WO";
    }

    .calendar .holiday::before {
        content: "H";
    }

    .calendar .lossOfPay::before {
        content: "LOP";
    }

    .calendar .privilegeLeave::before {
        content: "PL";
    }

    .calendar .sickLeave::before {
        content: "SL";
    }

    .calendar .bereavementLeave::before {
        content: "BL";
    }

    .calendar .maternityLeave::before {
        content: "ML";
    }

    .calendar .paternityLeave::before {
        content: "PAL";
    }

.icon-big {
    width: 23px;
}

.green, .red {
    background: #00800050;
    /*color: #fff;*/
    font-weight: 500;
}

.red {
    background: #ff000050;
}

.box {
    background: #f8f9fa;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
}

    .box .border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.day {
    min-height: 60px;
    padding: 5px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 12px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weekday {
    font-weight: bold;
    text-align: center;
}

.accordion input[type=checkbox] {
    margin-top: 2px;
}

.accordion-item {
}

.accordion-header {
    background: #f5f5f5;
    cursor: pointer;
    padding: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 500 15px / 20px 'Roboto', sans-serif;
    border: 1px solid #ccc;
    color: #767474;
    margin-bottom: 3px;
}

    .accordion .active .accordion-header, .accordion-header:hover {
        color: #07A8C1;
        border: 1px solid #8bdbe7;
        background: #defafb;
    }

.accordion-body {
    display: none;
    padding: 10px 0 15px;
}

.accordion-header .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-body {
    display: block;
}

.accordion-item.active .icon::before {
    content: "−";
}

.icon::before {
    content: "+";
}

.table-data .form-control {
    min-width: 180px;
}

.table-data input[type=date] {
    min-width: 120px;
}

.addDelete {
    margin: 5px 0;
}

    .addDelete img:hover {
        opacity: .5;
        filter: grayscale(100%);
    }

.languagesKnown {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .languagesKnown:last-child {
        border-bottom: none;
    }

    .languagesKnown .addDelete {
        position: absolute;
        right: 0;
        top: 0;
    }

.table-bordered thead th {
    background: #f8f9fa;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ebf7f7;
}

ul.emoji-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

    ul.emoji-main li {
        flex: 0 0 15%;
        max-width: 15%;
        list-style: none;
        text-align: center;
        padding: 5px 0;
        border-bottom: 1px solid #ddd;
    }

        ul.emoji-main li:first-child {
            text-align: left;
            flex: 0 0 25%;
            max-width: 25%;
            font-weight: bold;
        }

.mobile-v {
    display: none;
}

.emoji-main img {
    width: 35px;
}

.emoji-main .form-check-input {
    margin-left: 0;
    position: inherit;
}

ul.tracking {
    position: relative;
    margin: 0 auto 50px auto;
    padding: 0;
}

.tracking::before {
    height: 100%;
    width: 4px;
    background: #ddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tracking::before, .tracking li .label::before {
    position: absolute;
    content: "";
}

.tracking::before {
    height: 100%;
    width: 4px;
    background: #ddd;
    top: 50%;
    left: 50.1%;
    margin-left: -2px;
}

.tracking li {
    position: relative;
    padding: 10px 0 15px;
    width: 50%;
    text-align: right;
}

    .tracking li:nth-child(even) {
        text-align: left;
        margin-left: 52.5%;
    }

        .tracking li:nth-child(even) .label {
            padding-right: 0;
        }

        .tracking li:nth-child(even):after {
            left: -7.5%;
        }

    .tracking li.active {
    }

    .tracking li:after {
        content: '';
        position: absolute;
        right: -2.5%;
        top: 50%;
        width: 25px;
        height: 25px;
        background-color: #ddd;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .tracking li.active:after {
        background-color: #4CAF50;
        content: '\2713';
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
    }

    .tracking li .label {
        padding-right: 25px;
        font-weight: 500;
    }

    .tracking li:nth-child(even).active .label::before {
        left: -5.3%;
    }

    .tracking li .label small {
        color: #9f9d9d;
    }

    .tracking li.active .label {
        color: #223B75;
    }

.loginBg-Admin {
    padding: 50px 20px 20px;
}

.customSelect .custom-dropdown {
    max-height: 200px;
    overflow-y: auto;
}

.customSelect .dropdown {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 25px;
    padding: 4px 10px;
    border-radius: 5px;
    background: #fff;
}

.customSelect .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 8px;
}

select.form-control-inline:not([size]):not([multiple]) {
    height: 35px;
}

.form-control-inline {
    width: auto;
    display: inline-block;
    height: 30px;
    padding: 5px;
}

.dropdownSub {
    position: relative;
}

    .dropdownSub .dropdown-menu a {
        color: #16181b;
        display: block;
        font-size: 14px;
        padding: 8px 10px;
    }

        .dropdownSub .dropdown-menu a:hover {
            color: #fff;
            background-image: linear-gradient(to right, #1faecd, #279e72);
        }
    /* Show the dropdownSub*/
    .dropdownSub .show {
        display: block;
    }

.bday {
    color: #dc3545;
    font-size: 23px;
    text-shadow: 0px 2px 2px yellow;
    font-weight: 600;
}

/*#region [BEGIN] Styles added by Sreenivas.KV */

/*Created by by Sayid, added by SreenivasKV on 22-May-2025. Used in Manager dashboard*/
.dropdownToggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled {
    cursor: not-allowed;
}

.day.disabled {
    /*background: #f8f9fa;*/
    cursor: default;
    border: none;
}

/*-- To set full width for text inputs --*/

input[type="text"].full-width, textarea.full-width, table.full-width, select.full-width {
    max-width: 100% !important;
}

.bold {
    font-weight: bold;
}

/* 0-Empty, 1-Pending */
.leave-status-0, .leave-status-2 {
    color: #e97132;
}

/* 1-Approved */
.leave-status-1 {
    color: #279e73;
}

/* 3-Rejected */
.leave-status-3 {
    color: #ee0000;
}

.message-top {
    background: #e6fafe;
    /*color: #1fadc8;*/
    color: #223b9d;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    max-width: 97%;
    margin: auto;
    margin-top: -1%;
}

.day .P-TL {
    position: relative;
    top: 0%;
    float: left;
}

.day .P-TR {
    position: relative;
    top: 0%;
    float: right;
}

.day .P-C {
    position: relative;
    top: 40%;
    left: 45%;
}

.day .P-BL {
    position: relative;
    margin-top: 40%;
    float: left;
}

.day .P-BR {
    position: relative;
    margin-top: 40%;
    float: right;
}

.day .P-BC {
    position: relative;
    margin-top: 40%;
    left: 0%;
}

.selected-day {
    border: 2px solid #929292;
    font-weight: bold;
    box-shadow: 3px 3px 5px #929292;
}

.card-header h6 span {
    float: right;
    color: #07A8C1;
}

.calendar-month {
    border: none;
    width: auto;
    font-weight: bold;
}

.no-border {
    border: unset;
}

.text-color1 {
    color: #1fadca;
}

.text-color2 {
    color: #279e74;
}

.number {
    text-align: right;
}

.dataTable tr th, .dataTable tr td {
    padding: 8px 10px !important;
}

/*--Search bar color updated by SreenivasKV:02-Jul-2025--*/
.search-main {
    padding: .75rem 1.25rem;
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 15px;
    border-radius: 4px;
}

    .search-main span {
        line-height: 3em;
    }

    .search-main h3 {
        line-height: 2em;
        float: right;
        color: var(--blue);
    }

table.horizontal-calendar tr td {
    padding: 0em;
    border: 1px solid #c7c7c7cf;
}


table.horizontal-calendar tr th {
    white-space: nowrap;
    padding: 0.25em;
    vertical-align: bottom;
}

table.horizontal-calendar thead th {
    height: 2.1em;
}

table.horizontal-calendar tr th:first-child {
    min-width: 200px;
}

table.horizontal-calendar tr th.fixed {
    position: absolute;
    background: #ffffff;
    box-shadow: 4px 4px 4px 0 #70809085;
    z-index: 100;
}

table.horizontal-calendar tr th span.date {
    font-size: 1em;
}

table.horizontal-calendar tr th span.month {
    font-size: 0.85em;
}

table.horizontal-calendar tr th span.week {
    font-size: 0.85em;
    display: block;
    font-weight: normal;
}

table.horizontal-calendar .day {
    min-height: 2.1em;
    min-width: 2.1em;
    font-size: 0.85em;
    padding: 0.1em;
    border: none;
}

    table.horizontal-calendar .day:hover {
        border: thin solid #00000090;
    }

.today {
    /*background: #ffc10050 !important;*/
    font-weight: bold;
    border: 2px solid #07A8C1;
}


/*#region Team attendance calendar details [Big cells with time details] */

/*
table.horizontal-calendar-detailed tr th {
    white-space: nowrap;
    padding: 0.35rem;
}

    table.horizontal-calendar-detailed tr th.fixed {
        position: absolute;
        background: #ffffff;
        box-shadow: 4px 4px 4px 0 #70809085;
        z-index: 100;
    }

    table.horizontal-calendar-detailed tr th span.date {
        font-size: 1em;
    }

    table.horizontal-calendar-detailed tr th span.month {
        font-size: 0.85em;
    }

    table.horizontal-calendar-detailed tr th span.week {
        font-size: 0.85em;
        display:block;
        font-weight:normal;
    }

table.horizontal-calendar-detailed .day {
    min-height: 70px;
    min-width: 90px;
    font-size: 0.85em;
    padding: 0.2rem;
}
*/

/*#endregion */


.alt-color1 {
    color: #1faecc;
}

.alt-color2 {
    color: #279e72;
}

.alert-sm {
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    line-height: 0em;
    border-radius: 0.25rem;
}

.tooltip .tooltip-inner {
    width: 250px;
    text-align: left;
    white-space: pre-line;
}

.hide-pointer {
    cursor: default;
}

.show-pointer {
    cursor: pointer;
}

.user-note {
    color: var(--amber);
    font-size: 0.9em;
    padding: 0.3em;
    margin-top: 2px;
}

/*  Created this to highlight an entire row in tables.  [Sreenivas.KV:11-Mar-2026]  */
tr.user-note {
    font-size: 1em !important;
}

.user-note.blue {
    color: var(--blue) !important;
}

.user-note i {
    padding: 0 2px;
}

.no-attendance {
    background-color: #FFF;
    border: 1px solid #c7c7c7cf;
}

.content-align-top {
    align-self: flex-start;
}


.content-align-bottom {
    align-self: flex-end;
}

.actionbutton-container {
    display: inline-block;
    min-width: 5em;
}

.action-button {
    width: 2em;
    height: 2em;
    margin-right: 10%;
    display: inline-block;
    border: none;
    box-shadow: 1px 1px 4px 1px;
}

    .action-button:hover {
        font-size: 0.90em;
        box-shadow: 0px 0px 1px 1px;
    }


.animate-alert-info {
    animation: blink-info 1s ease-in-out forwards;
    animation-iteration-count: 2;
}

@keyframes blink-info {
    0% {
        box-shadow: unset;
    }

    50% {
        box-shadow: 0 0 5px 2px var(--blue);
    }

    100% {
        box-shadow: unset;
    }
}

.animate-alert-warning {
    animation: blink-warning 1s ease-in-out forwards;
    animation-iteration-count: 2;
}

@keyframes blink-warning {
    0% {
        box-shadow: unset;
    }

    50% {
        box-shadow: 0 0 5px 2px var(--warning);
    }

    100% {
        box-shadow: unset;
    }
}

.animate-alert-danger {
    animation: blink-danger 1s ease-in-out forwards;
    animation-iteration-count: 2;
}

@keyframes blink-danger {
    0% {
        box-shadow: unset;
    }

    50% {
        box-shadow: 0 0 5px 2px var(--danger);
    }

    100% {
        box-shadow: unset;
    }
}

.fullday-attendance {
    background: linear-gradient(90deg, #e6f9ea, #e6f9ea);
}

.halfday-attendance {
    background: linear-gradient(180deg, #e6f9ea 25%, #f37a6f80 80%);
}

.disabled-trigger {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5;
}

.logout-panel {
    padding: 0.4em;
    min-width: 15em;
    border-radius: 5px;
    margin-top: 0.5em;
    text-align: center;
    box-shadow: 0 0 5px 2px #00000026;
}

.card-body.carousel h5 {
    margin-top: -1.2em;
    text-shadow: 2px 2px 2px #a9a5a5;
    font-family: 'Californian FB';
    font-size: 1.9em;
}

.cursor-pointer {
    cursor: pointer;
}

.solid-orange {
    color: var(--solidOrange);
}

.brickwork-green {
    color: var(--brickworkGreen);
}


@font-face {
    font-family: 'Decorative Title';
    src: url('Fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.title-decoration {
    font-family: 'Decorative Title' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 2.5em;
    text-transform: none !important;
}

.emp-name {
    margin-left: 0.5em;
}

.emp-thumbnail img {
    /*position: absolute;*/
    height: 18px;
    left: 10px;
    border-radius: 50%;
}

    .emp-thumbnail img:hover {
        position: absolute;
        height: 35px;
        margin: -0.5em 0 0 -0.5em;
    }

.emp-thumbnail-large img {
    height: 36px;
    left: 10px;
    border-radius: 50%;
}

    .emp-thumbnail-large img:hover {
        /*position: absolute;*/
        height: 50px;
        margin: -0.5em 0 0 -0.2em;
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    }

.PresentHalfDay {
    background: linear-gradient(145deg, #e6f9ea 50%, #f37a6f40 50%);
}

.HalfPresentAndPL {
    background: linear-gradient(145deg, #e6f9ea 50%, #4ec6de80 50%);
}

.HalfPresentAndSL {
    background: linear-gradient(145deg, #e6f9ea 50%, #cdcdcd 50%);
}

.HalfAbsentAndPL {
    background: linear-gradient(145deg, #f37a6f40 50%, #4ec6de80 50%);
}

.HalfAbsentAndSL {
    background: linear-gradient(145deg, #f37a6f40 50%, #cdcdcd 50%);
}

.RemoteSignIn {
    background: cadetblue;
    color: #fff;
}

.popover-header {
    background: rgba(0,0,0,.03);
    font-size: 1em;
    font-weight: bold;
}

.popover {
    /* Increase Z-index to ensure it sits above other content (Bootstrap default is high, but this is a good practice) */
    z-index: 1080;
    /* Add a noticeable box shadow for depth */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    /* Change background color */
    /*--bs-popover-bg: #ffe0b2;*/ /* Light orange background */
    /* Change border color */
    /*--bs-popover-border-color: #ff9800;*/ /*Darker orange border*/
    font-size: 0.9em;
}

    .popover table td, table th {
        padding: 0.25rem !important;
    }

.table-compact tr td, .table-compact tr th {
    padding: 4px !important;
    font-size: 0.9em !important;
}

.table-compact button {
    padding: unset;
}

.amber {
    color: var(--amber);
}

table thead tr:nth-child(2) th {
    background-color: #dee2e6;
}

.mild {
    background-color: rgba(var(--base-r), var(--base-g), var(--base-b), 0.2);
}

/* To ensure all *-sm controls have a uniform height and consistent look */
.form-control-sm,
.custom-select-sm {
    height: 31px !important; /* Standard BS4 'sm' height */
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border: 1px solid #ced4da;
    border-radius: 0.2rem !important; /* Keep the 'beautiful' rounded edges */
    width: 100%; /* Force it to fill its container like the standard one */
}

/* To keep the width uniform and not auto width */
.compact-fixed-width {
    width: 180px !important;
    display: inline-block;
}

label.compact-fixed-width {
    width: 120px !important;
}

.PeriodLeave {
    background-color: var(--periodLeave);
}

/* Styles provided by Sayid for carousel navigation icon.   [Sreenivas KV:12-Mar-2026] */

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.8));
}

/* Styles used in Attendance report page  */
.table-compact td div.action-column img {
    display: inline-block;
    padding: 0 3px;
    width: 25px;
}
/* Added styles for Employee role assign page checkboxes.   [Sreenivas.KV:24-Mar-2026] */
input[type="checkbox"],
.checkbox-container {
    cursor: pointer;
}

    input[type="checkbox"]:hover ~ span,
    input[type="checkbox"]:checked ~ span {
        font-weight: bold;
        color: #0c5460;
    }

/*#endregion [END] Defined by Sreenivas.KV */
/* ---------------------------------------------------
    MEDIA QUERIES
----------------------------------------------------- */
@media (max-width: 1024px) {
    .loginBg {
        padding: 20px;
        margin: 0;
    }

    .min-height {
        min-height: auto;
    }

    .team-hierarchy {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .team-hierarchy .card-img-top {
        display: none;
    }

    .telephoneExtension {
        padding: 15px;
    }

        .telephoneExtension input {
            position: static;
            width: 100%;
        }

    .card-body {
        padding: 10px;
    }

    .dropdown-submenu a::after {
        transform: rotate(0deg);
        position: initial;
    }

    .QuoteMain span {
        opacity: .2;
    }

    ul.emoji-main li:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        background-image: linear-gradient(to right, #fff, #fff6d6, #f9ebba, #fff6d6, #fff);
    }

    ul.emoji-main li {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        border: none;
    }

    .desktop-v {
        display: none;
    }

    ul.emoji-main.header li:first-child {
        display: none;
    }

    .mobile-v {
        display: block;
    }

    ul.tracking {
        width: 100%;
    }

    .tracking li .label {
        padding-right: 25px;
    }

    .tracking li:nth-child(even) {
        margin-left: 52%;
    }

        .tracking li:nth-child(even) .label {
            padding-left: 25px;
        }

    select.form-control-inline:not([size]):not([multiple]) {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .QuoteMain span {
        display: none;
    }

    .languagesKnown {
        margin-bottom: 15px;
        padding-bottom: 50px;
    }

        .languagesKnown .addDelete {
            right: inherit;
            top: inherit;
            bottom: 10px;
            left: 0;
        }
}


.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}
