html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


input[type=checkbox] {
    accent-color: red;
}
input[type=radio] {
    accent-color: red;
}


.rtl {
    /*direction: rtl;*/
    text-align: center;
    
}



/*.conversations_form {
    min-height: 200px;
    max-height: 500px;
    direction: rtl;
    padding-right: 10px;
}

*/





.conversation-row {
    margin-bottom: 10px;
}

.conversation-bubble {
    padding: 10px;
    border-radius: 10px;
    background-color: #ffc10773;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
/*    max-width: 80%;
*/    margin: 5px;
    word-wrap: break-word;
}

.conversation-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
}

.conv-date {
    margin-right: 10px;
}

.conv-employee {
    font-weight: bold;
}



.conversations_form {
    display: flex;
    flex-direction: column;
    height: 100%; /* Make the form take full height of its parent */
    min-height: 200px;
    max-height: 500px;
    direction: rtl;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 15px !important;
    padding-right: 15px !important;

}




/* Conversation space with fixed height and overflow */
.convs_space {
    flex-grow: 1; /* Allow it to take up the remaining space */
    min-height: 250px;
    max-height: 400px; /* Set the desired fixed height */
  /*  border-style: inset;*/
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-bottom: 10px; /* Space between conversations and input area */
}

/* Styling for other elements to fit nicely */
.send-section {
    margin-top: 10px;
}

.send-button-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.send-button {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
}


.notification {
    color: black;
    font-size: 12px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
    z-index: 99999 !important;
    padding: 5px;
   

  
}



.notifications {
    max-height: calc(100% - 60px); /* Adjust this value based on the height of the footer */
    overflow-y: auto;
}

.notification-link {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color  :saddlebrown ;
}


    .notification-link :hover {
        color: red !important;
        text-decoration: none;
    }


.notification-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float:inline-end;
    padding-top:50px;
    padding-right:50px;
/*    line-height:110px;
*/}

.notification-content {
  
    

    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    max-height: 400px;
    overflow-y: scroll;
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
    z-index: 99999 !important;
    padding: 5px;
    z-index: 1000;
    padding: 10px;
    display: none; /* Initially hidden */
    /*line-height:2px;*/
}

    .notification-content #loading-spinner {
        text-align: center;
        padding: 20px;
    }

.not-img {
    
    max-width: 30px;
    max-height: 30px;
}






/* Customize scrollbar */
.notification-content::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.notification-content::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the scrollbar track */
}

.notification-content::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners of the scrollbar thumb */
}

    .notification-content::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Color of the scrollbar thumb on hover */
    }





*::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

*::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the scrollbar track */
}

*::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners of the scrollbar thumb */
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Color of the scrollbar thumb on hover */
    }





.progress-container {
    width: 80%;
    background-color: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    display: none;  إخفاء شريط التقدم افتراضيًا 
}

.progress-bar {
    height: 30px;
    width: 0;
    background-color: #76c7c0;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 25px;
}

#progress-percentage {
    display: inline-block;
    width: 100%;
}



.recomad-respons-info {
    padding: 3%;
    overflow: auto;
    max-height: 420px;
    display: block;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 3px rgba(1, 1, 1, 0.1);
}

.recomad-respons-info-emp {
    padding: 1%;
    border-style: outset;
    border-radius: 9px;
    box-shadow: 1px 1px 1px rgba(1, 1, 1, 0.1);
}










/* نمط مربع التبديل */
.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        border-radius: 50%;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #fd7e14;
}

    input:checked + .slider:before {
        transform: translateX(46px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



.sortable {
    background-color: white;
    border-radius: 20px;
}

.container {
    /*   max-width:1000px; */
    /*    padding: 20px;
        border: 1px solid #ccc;
        border-radius: 8px;
        background-color: #f9f9f9; */
}

.field {
    margin-bottom: 20px;
}

.field2 {
    border-style: ridge;
    min-height: 50px;
    border-width: 1px;
    border-color: cadetblue;
    border-radius: 10px;
    padding: 8px;
}

.field label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.field select, .field input, .field textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* لإضافة مؤشر السحب والإفلات */
.draggable-item {
    cursor: grab;
    padding: 4px;
    margin-bottom: 5px;
}

    /* لتغيير شكل المؤشر أثناء السحب */
    .draggable-item:active {
        cursor: grabbing;
    }



    .cust{
        padding-left:20px;
        padding-top:10px;
    }

    .gr1{
        font-size:20px;
    }