/*@font-face {
    font-family: NotoColorEmojiLimited;
    unicode-range: U+1F1E6-1F1FF;
    src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
    https: //github.com/googlefonts/noto-emoji
}

#languageSelect {
    font-family: 'NotoColorEmojiLimited', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
*/
.working .services {
    background: #c1e6e7;
}

    .working .services button {
        font-size: 20px;
    }

#invoiceDetails button {
    font-size: 25px;
}

.amountFont {
    font-size: 23px;
    text-align: right
}

a {
    text-decoration: none;
}

.getDetails, .deleteService {
    cursor: pointer
}

#closeView {
    cursor: pointer;
    color: #fff;
    font-size: 29px;
    background: red;
    text-align: center;
    padding: 10px 19px;
    border-bottom-right-radius: 12px;
}

input[type="number"], .Price {
    text-align: right;
}

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}




.working .btn:focus,
.working .btn:active:focus,
.working .btn-link.nav-link:focus,
.working .form-control:focus,
.working .form-check-input:focus {
    box-shadow: none;
}

#quantityHeader, #pricesHeader, #servicesHeader, #paidBtn {
    cursor: pointer
}

/* Style for the checkmark */
.paymentMethod .checkmark {
    position: absolute;
    top: 29%;
    left: 8%;
    font-size: 20px;
    color: green;
}

/* Ensure the payment method container has relative positioning */
.paymentMethod {
    position: relative; /* Required for absolute positioning of the checkmark */
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .paymentMethod:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

/* Default grayscale filter for payment method images */
.paymentMethods img {
    cursor: pointer;
    width: 80px;
    transition: filter 0.3s ease;
}

    /* Remove grayscale filter for the selected payment method */
    .paymentMethods img.selectedPaymentMethod {
        filter: grayscale(0);
    }
.field-validation-error {
    color: darkred
}

.input-validation-error {
    border-color: darkred
}

.services, .users, .company {
    padding-bottom: 50px;
}


.login form {
    margin-top: 100px;
    padding: 0 50px
}

.input-group-text {
    color: #fff;
    background-color: #61a8e0
}


.sitenav {
    /*background-color: #eee;*/
}

    .sitenav img {
        height: 40px;
    }

    .sitenav .right-nav a {
        text-decoration: none;
        width:auto;
    }

header {
    background-color: #eee;
}

.right-nav a {
    margin: 7px;
}

.table-parent {
    min-height: 220px;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: auto;
}

.working .table-parent {
    min-height: 290px;
    max-height: 290px;
}

.working thead {
    font-size: 22px;
}



#fullScreeen_cornerBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

    #fullScreeen_cornerBtn img {
        width: 30px;
    }


#reportTypeBtnGroup .btn.active {
    background-color: #2099B8;
    color: white;
    border-color: #2099B8;
}

/* Inactive Button Styling */
#reportTypeBtnGroup .btn:not(.active) {
    background-color: transparent;
    color: #2099B8;
    border-color: #2099B8;
}

    /* Hover Effect for Inactive Buttons */
    #reportTypeBtnGroup .btn:not(.active):hover {
        background-color: #2099B8;
        color: white;
    }