/**
 
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */

/* Mobile Hamburger Icon */



img {
    max-width: 100% !important;
}

.height-textarea {
    min-height: 200px !important;
}

.input-daterange .btn-outline-secondary {
    border-color: #e4e6fc;
    color: #495057;
}

button#date-search:hover,
button#refresh:hover {
    color: #000 !important;
    background-color: #dbdfe3 !important;
}

.order.card {
    border: 1px dashed #beb6b6;
}

.order.card .card-body {
    padding-bottom: 0;
}

.order.card .card-footer {
    padding: 0 25px 20px !important;
}


.small-textarea-height {
    min-height: 100px !important;
}

.bg-maroon-light {
    background-color: #0d6efd !important;
    color: #fff !important;
}

.profile-dashboard {
    background: #009688;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 5px;
    padding-top: 15px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.profile-dashboard img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #d2d6de;
    padding: 3px;
}

.profile-dashboard h1 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 0px;
}

.profile-dashboard p {
    font-size: 12px;
    margin-bottom: 0px;
}


.card-profile {
    text-align: center;
    padding: 5px;
    padding-top: 15px;
    font-size: 16px;
}

.card-profile img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #d2d6de;
    padding: 3px;
}

.card-profile h3 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
}

.card-profile p {
    font-size: 12px;
    margin-bottom: 0px;
}

.single-profile {
    width: 50%;
    float: left;
}

.profile-picture {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    float: left;
    width: 120px;
    height: 120px;
    margin: -35px -5px 0 30px;
    position: relative;
    z-index: 1;
    border: 3px solid #d2d6de;
    padding: 3px;
    background: #fff;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.avatar-item {
    width: 40px;
}

.select2.form-control.red-border {
    border: 1px solid red !important;
    border-color: red !important;
}

.no-padding {
    padding: 0px !important;
    padding-top: 5px !important;

}

.profile-desc {
    display: block;
    overflow: hidden;
}

.single-full-profile {
    margin-bottom: 1rem;
    overflow: hidden;
    float: left;
    width: 100%;
}

.single-full-profile p {
    margin-bottom: 0px;
    line-height: 20px
}

.profile-list-group-item {
    padding: 3px 5px;
    font-size: 14px;
}

.profile-list-group-item-addresss {
    line-height: 14px;
    padding-top: 7px;
}

.card-profile p {
    line-height: 16px;
    margin-bottom: 5px;
}

.image-width {
    width: 120px !important;
}

.paymentheader {
    font-size: 16px;
    color: #0d6efd
}

.report-print-button {
    position: absolute;
    right: 20px;
}


/*Menu design overide*/

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    padding-left: 40px !important;
}

.main-sidebar .sidebar-menu li a i {
    margin-right: 10px !important;
}


/*setting page css*/

.setting-fieldset {
    border: 1px solid #DBDEE0 !important;
    padding: 15px !important;
    margin: 0 0 25px 0 !important;
    box-shadow: 0px 0px 0px 0px #000;
}

.setting-legend {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    color: #0d6efd;
    padding: 5px 15px;
    border: 1px solid #DBDEE0 !important;
    margin: 0px;
}

/* backened dashboard checkout button  starts*/

.inputid {
    height: 40px !important;
    width: 200px !important;
}

.inputbtn {
    background-color: #3bb556;
    height: 40px;
    color: white;
    font-size: 20px;
}

.inputbtnclockin {
    background-color: #121313;
    height: 40px;
    color: white;
    font-size: 20px;
}

/* Clock Out Button - Updated Styles */
.inputbtnclockout {
    background-color: #f92323 !important;
    border: none !important;
    height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.inputbtnclockout:hover {
    background-color: black !important;
    color: white !important;
    transform: translateY(-1px);
    border: none !important;
}

.inputbtnclockout:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(211, 0, 0, 0.3);
    background-color: #d60505 !important;
}

.inputbtnclockout:focus {
    background-color: #D30000 !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 0 0 0.2rem rgba(211, 0, 0, 0.25);
}

.inputbtnclockout i {
    font-size: 16px;
    margin-right: 4px;
}

/* Responsive adjustments */
@media (max-width: 595px) {
    .inputbtnclockout {
        height: 35px;
        font-size: 14px;
        padding: 0 12px;
    }
    
    .inputbtnclockout i {
        font-size: 14px;
    }
}

.clock-span {
    font-size: 18px;
    font-weight: bold;
}

.clock-span i {
    font-size: 18px;
}

.hidecheck {
    display: block;
    margin-right: 10px !important;
    margin-left: 9px !important;
}

@media (max-width: 595px) {
    .hidecheck {
        /* display: none; */
        margin-right: 5px !important;
        margin-left: 8px !important;
        margin-bottom: 2px;
    }

    .inputbtn {
        height: 30px;
        font-size: 15px;
    }

    .inputid {
        height: 30px !important;
        width: 130px !important;
    }
}

/* backened dashboard checkout button  stops*/




     /* register form styles */

    /* Form styling that responds to theme */
.form-input {
    background: var(--bg-cream);
    color: var(--text-dark);
    border: 4px solid var(--border-light);
    transition: all 0.3s ease;
}

.form-input:focus {
    outline: none;
    background: var(--bg-cream);
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 3px var(--shadow-light);
}

.form-label {
    color: var(--text-dark);
    font-weight: 600;
}

.btn-danger {
    background: #dc3545;
    color: white;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background: #c82333;
    transform: translateY(-1px);
}

.btn-action {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--secondary-gold) 100%);
    color: white;
    transition: all 0.3s ease;
}

.btn-action:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px var(--shadow-medium);
}

.btn-danger, .btn-action, 
.btn-danger:focus, .btn-action:focus,
.btn-danger:active, .btn-action:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

/* Also remove any focus rings or outlines from form elements */
button:focus, input:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* Section background */
.form-section {
    background: var(--bg-cream);
    min-height: 100vh;
    transition: background-color 0.3s ease;
}


