body {
    direction: rtl;
    font-family: 'Cairo';
    color: #2B7B8D;
    font-size: 20px;
}

.sub_inroom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;

    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}
.d-flex {
    display: flex;
   
}
.note-label {
    background-color: #f9f9d1; /* Light yellow background */
    border-right: 4px solid #f0c36d; /* Accent border */
    padding: 10px;
    font-style: italic;
    color: #333333; /* Dark text for contrast */
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;
}
.custom-divider {
    border: 0;
    height: 5px;
    background-color: #2B7B8D; /* Color of the divider */
    margin: 60px; /* Space around the divider */
}

.justify-content-center {
    justify-content: center;
}
.btn-custom-select {
    background-color: #F58C00;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

    .btn-custom-select:hover {
        background-color: #e07a00; /* Slightly darker shade for hover effect */
    }


button {
    display: inline-block;
    background-color: #F58C00;
    color: white;
    padding: 10px 20px;
    border: none; /* Remove default button border */
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-weight: normal;
    transition: all 0.3s ease;
    margin: 13px;
    cursor: pointer; /* Makes it clear it's clickable */
}

    button:hover {
        background-color: #e67e00;
        color: white;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); /* Slightly deeper shadow */
        text-decoration: none;
    }

    button:active {
        background-color: #d76f00; /* Darker color when button is clicked */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Shrinking shadow on click */
    }

    button:focus {
        outline: none; /* Remove default button focus outline */
    }

.sub_inroom-container:hover {
    background-color: #e0e0e0; /* Lighter background color on hover */
}
.icon-button {
    display: inline-block;
    width: 50px; /* Ensure width and height are equal for the circle */
    height: 50px;
    padding: 0;
    border: 3px solid #2B7B8D; /* Add the circle border */
    color: #2B7B8D; /* Icon color */
    background-color: transparent;
    border-radius: 50%; /* This makes the button circular */
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    line-height: 45px; /* Vertically centers the icon */
    transition: background-color 0.3s, color 0.3s;
}
.bg-main {
    background-color: #2B7B8D; /* Example color: replace with your main brand color */
}

.border-radius-10 {
    border-radius: 10px;
}

.text-extra-large {
    font-size: 1.25rem;
}

    .icon-button i {
        /* Style for the icon inside the button */
        font-size: 24px;
        line-height: inherit;
    }

    .icon-button:hover {
        background-color: #2B7B8D; /* Background color on hover */
        color: #ffffff; /* Change icon color to white on hover */
    }






/*ground_add_edit*/

.ground-type-item {
    display: flex;
}

.ground-type-info {
    display: block;
    font-size: 1.1em;
    margin-top: 5px;
}

.ground-type-details {
    display: block;
    font-size: 1em;
    margin-top: 8px;
    margin-right: 10px;

    color: #555;
}


/**/

.dropdown-option-1 {
    background-image: url('~/images/الصور - مواصفات/غرفة نوم/الأرضيات/نوع الارضيات/تايلز/Tailes.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
}

.dropdown-option-2 {
    background-image: url('~/images/الصور - مواصفات/غرفة نوم/الأرضيات/نوع الارضيات/تايلز/Tailes.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
}

.dropdown-option-3 {
    background-image: url('~/images/الصور - مواصفات/غرفة نوم/الأرضيات/نوع الارضيات/تايلز/Tailes.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
}
    /**/
    /**/

/*
.dropDown_Ground_Size {
    min-width: 100%;
    max-width: 300%;
}
*/

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}


.tab:hover {
    background-color: #f0f0f0;
}

.person_detl {
    justify-content: flex-start; /* Align container to the right */
    margin: 5px; /* Adjust margins as needed */
    max-width: 100%;
    width: 100%;
    font-size: large;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Adjust spacing between items */
}

/*.popup-panel {
    display: none;*/ /* Initially hidden */
    /*position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;*/ /* Ensure it appears above other elements */
/*}*/

.chose_level {
    display: flex;
    margin: 3px;
    border: 1px solid #ddd;
    padding:2px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: large;
    height: 55px;
    font-family: 'Cairo';
}

.customButtonBath {
    font-family: 'Tahoma', sans-serif; /* Use appropriate font */
    font-size: 16px; /* Adjust size */
    color: #000; /* Text color */
    background-color: white; /* Background color */
    border: 2px solid #007acc; /* Border color */
    border-radius: 20px; /* Rounded corners */
    padding: 10px 20px; /* Padding for size */
    cursor: pointer; /* Change cursor on hover */
}

    .customButtonBath:hover {
        background-color: #f0f0f0; /* Slight background change on hover */
        border-color: #005ea2; /* Darker border on hover */
    }
.styledButton00 {
    font-family: 'Tahoma', sans-serif; /* Arabic-compatible font */
    font-size: 18px; /* Adjust text size */
    font-weight: bold; /* Bold text */
    color: #000; /* Black text color */
    background-color: #FFFFFF; /* White background */
    border: 2.5px solid #007acc; /* Blue border */
    border-radius: 15px; /* Rounded edges */
    padding: 5px 15px; /* Padding for text spacing */
    cursor: pointer; /* Pointer cursor on hover */
    display: inline-flex; /* Inline-flex to align text and circle */
    align-items: center; /* Vertically center content */
}

    .styledButton00:after {
        content: ''; /* Empty content for circle */
        display: inline-block;
        width: 20px; /* Circle width */
        height: 20px; /* Circle height */
        border: 3px solid #007acc; /* Blue border for circle */
        border-radius: 50%; /* Perfect circle */
        margin-left: 10px; /* Space between text and circle */
    }

    .styledButton00:hover {
        background-color: #f0f0f0; /* Light grey on hover */
        border-color: #005ea2; /* Darker blue border on hover */
    }
.circular-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    line-height: 30px; /* Adjust line-height to center the text vertically */
    background-color: #007bff; /* Adjust background color as needed */
    color: white;
    border: none;
}


    .circular-btn:hover {
        background-color: #0056b3; /* Adjust hover background color as needed */
    }
.circular-checkbox {
    width: 20px; /* Adjust the size to make it smaller */
    height: 20px;
    border-radius: 50%;
    border: 2px solid #0f7099; /* Adjust the border color to match your design */
    background-color: white;
    position: relative;
    vertical-align: middle;
    margin-right: 5px; /* Spacing between checkbox and label */
}

    .circular-checkbox:checked {
        background-color: #0f7099; /* Adjust to the desired fill color when checked */
        border: 2px solid #0f7099;
    }

        .circular-checkbox:checked::after {
            content: '';
            width: 10px; /* Adjust the size of the inner circle */
            height: 10px;
            background-color: white;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.radio-container {
    display: flex;
    gap: 15px; /* Adjust spacing between radio buttons */
    margin-bottom: 15px; /* Space between radio buttons and other content */
}

    /* Style radio buttons */
    .radio-container input[type="radio"] {
        width: 20px; /* Adjust size as needed */
        height: 20px; /* Adjust size as needed */
        appearance: none;
        border-radius: 50%;
        border: 2px solid #ccc;
        cursor: pointer;
        position: relative;
    }

        /* Style radio button when checked */
        .radio-container input[type="radio"]:checked::before {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #007bff; /* Adjust checked color */
            top: 4px;
            left: 4px;
        }

    /* Style labels */
    .radio-container label {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 16px; /* Adjust font size */
        color: #333;
    }

    /* Style radio button label to include a nice margin */
    .radio-container .radio-label {
        margin-left: 8px; /* Space between radio button and label text */
    }


.inroom-container1 {
    display: table-column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    max-width: 100%;
    width: 95%;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.inroom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}
.saved-rooms {

    padding: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 95%;
    font-size: large;
}
.room-actions {

    font-size: large;
}


.room-container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
}

.room-name, .button-container {
    display: flex;
    align-items: center;
}

.button-container {
    gap: 5px;
    
}

.update-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.count-label {
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 6px 12px;
    width: 100%;
    margin-left: 5px;
    max-width: 100%;
    resize: none;
    color: inherit;
    min-width: 10px;
    background-color: rgba(43,123,141,0.3);
}

.message {
    margin-top: 10px;
    color: green;
}
/* Container to align checkboxes horizontally */
.checkbox-container {
    display: flex;
    flex-wrap:  wrap;
    gap: 20px; /* Increase spacing between checkboxes */
    margin-bottom: 20px; /* Space between checkboxes and other content */
    padding: 10px; /* Padding inside the container */
}

/* Style individual checkbox items */
.checkbox-item {
    display: flex;
    align-items: center;
    padding: 10px; /* Padding inside each checkbox item */
    border: 3px solid #ddd; /* Light border around each checkbox item */
    border-color: #1b849f;
    border-radius: 18px; /* Rounded corners for each checkbox item */
    background-color: white; /* Light background color */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
}

    /* Hover effect for checkbox items */
    .checkbox-item:hover {
        border-color: #1b849f; /* Change border color on hover */
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
    }

    /* Style checkboxes */
    .checkbox-item input[type="checkbox"] {
        width: 24px; /* Outer circle width */
        height: 24px; /* Outer circle height */
        appearance: none;
        border-radius: 50%; /* Ensures the outer checkbox is a perfect circle */
        border: 3px solid #1b849f; /* Outer border color */
        cursor: pointer;
        position: relative;
        background-color: white; /* Background color for unchecked state */
    }

        /* Style checkbox when checked */
        .checkbox-item input[type="checkbox"]:checked::before {
            content: '';
            position: absolute;
            width: 14px; /* Inner circle width */
            height: 14px; /* Inner circle height */
            border-radius: 50%; /* Inner circle should also be fully round */
            background-color: #1b849f; /* Inner circle color */
            top: 50%; /* Center it vertically */
            left: 52%;
            /* Center it horizontally */
            transform: translate(-50%, -50%); /* Perfectly centers the inner circle */
            border: none; /* Remove any border from the inner circle */
        }


    /* Style labels */
    .checkbox-item label {
        margin-left: 12px; /* Space between checkbox and label text */
        font-size: 16px; /* Adjust font size */
        color: #000; /* Text color */
        font-weight: bold;
        cursor: pointer;
        user-select: none;
        margin-right: 10px;
        justify-content: center; /* Prevent text selection on label click */
    }


/**/

    .wrapper-img {
    position: relative;
    display: inline-block;
}

.deleteImage:before
{
    content: '✕';
}

.check-with-label:checked .label-for-check {
    background-color:red;
    width:100%
}
.label-for-check {
    background-color: #f7f7f7;

}
.wizard-form .inputGroup {
height:40px !important;
}

    .wizard-form .inputGroup label {
padding-top:10px;
    }

.chck-label {
    height: 100% !important;
}
.deleteImage
{
    padding: 0px;
    position: absolute;
    top: 4px;
    left: 8px;
    cursor: pointer;
    color: Red;
    width: 24px;
    height: 24px;
    background-color: White;
    border: thin solid #FF0000;
    border-radius: 12px;
    text-align: center;
}

.confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    animation-name: confirm---open;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm--close {
    animation-name: confirm---close;
}

.confirm__window {
    width: 100%;
    max-width: 600px;
    background: white;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: scale(0.75);
    animation-name: confirm__window---open;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

.confirm__titlebar,
.confirm__content,
.confirm__buttons {
    padding: 1.25em;
    font-family:'Cairo';
}

.confirm__titlebar {
    background: #222222;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.confirm__title {
    font-weight: bold;
    font-size: 1.1em;
}

.confirm__close {
    background: none;
    outline: none;
    border: none;
    transform: scale(2.5);
    color: #ffffff;
    transition: color 0.15s;
}

    .confirm__close:hover {
        color: #ff0000;
        cursor: pointer;
    }

.confirm__content {
    line-height: 1.8em;
}

.confirm__buttons {
    background: #eeeeee;
    display: flex;
    justify-content: flex-end;
}

.confirm__button {
    padding: 0.4em 0.8em;
    border: 2px solid #2B7B8D;
    border-radius: 5px;
    background: rgba(43,123,141,0.3);
    color: #2B7B8D;
    font-weight: bold;
    font-size: 1.1em;
    font-family: 'Cairo';
    margin-left: 0.6em;
    cursor: pointer;
    outline: none;
    
}

    .confirm__button:hover {
        background: #2B7B8D;
        color: #e4e4e4;
    }

.confirm__button--fill {
    background: rgba(145,140,0,0.3);
    border: 2px solid #F58C00;
    color: #F58C00;
}

    .confirm__button--fill:hover {
        background: #F58C00;
        color: #e4e4e4;
    }

.confirm__button:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@keyframes confirm---open {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes confirm---close {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes confirm__window---open {
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.paging
        {

        }
         
        .paging a
        {
            background-color: #2B7B8D;
            padding: 9px 17px;
            text-decoration: none;
            border: 2px solid black ;
            font-size : medium;
            
        }
         
        .paging a:hover
        {
            background-color: #F58C00;
            color: #fff;
            border: 1px solid #2B7B8D;
        }
         
        .paging span
        {
            background-color: #F58C00;
            padding: 9px 17px;
            color: #fff;
            border: 2px solid black;
            font-size : medium;
        }
         
        tr.paging
        {
            background: none !important;
        }
         
        tr.paging tr
        {
            background: none !important;
        }
        tr.paging td
        {
            border: none;
        }


.btnShowPhotos {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
   