.header {
    padding-top: 10px;
}
.header h1 {
    text-align: center;
}
.head_title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-align: left;
}
.calendar_span {
    align-items: center;
    display: flex;
    position: relative;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.calendar_span i {
    position: absolute;
    right: 10px;
    z-index: 2;
}
.form {
    background-color: #fbfafa;
    margin-top: 50px;
    padding: 20px;
}
.second_r {
    background-color: #ededed;
    margin-top: 20px !important;
}
.second_r_inputs {
    justify-content: space-between;
    padding: 10px;
}
.first_box {
    margin-bottom: 10px;
    padding: 10px;
}
.input_div {
    margin-top: 10px;
}
.input_div label {
    background-color: #666;
}
.input_div span {
    color: #fff;
    padding: 5px;
}
.input_div input {
    border-radius: 0;
}
.input_div input:focus {
    box-shadow: none;
}
.third_r {
    margin-top: 20px !important;
}
.stop_row {
    margin-top: 20px;
}
.stops {
    padding-top: 0;
}
.shadow,
.stops {
    box-shadow: 1px 2px 9px grey;
}
.stop_title {
    background-color: gray;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.row_submit button {
    background-color: #000;
    color: #fff;
    height: 50px;
    margin-top: 20px;
    width: 100px;
}
.row_submit button:hover {
    color: #fff;
}
.flou_container {
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.container_fluid_box,
.flou_container {
    height: 100%;
    position: fixed;
    width: 100%;
}
.container_fluid_box {
    z-index: 20;
}
.box_col {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box_head {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.box_head h4 i {
    color: #000;
    cursor: pointer;
}
.box_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.box_content span {
    font-weight: 600;
    text-shadow:
        0 0 0.65px #333,
        0 0 0.65px #333;
}
.box_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
    padding: 10px;
}
.box_buttons button {
    background-color: #000;
    color: #fff;
}
.box_buttons button:hover {
    color: #fff;
}
.suggest {
    background-color: #fff;
    border: 1px solid gray;
    height: 200px;
    overflow: scroll;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10;
}
.suggest p {
    cursor: pointer;
    margin: 0;
    padding: 1px 3px 1px 10px;
}
.suggest p:hover {
    background-color: #ededed;
}
.div_bol {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.div_bol a {
    border: 1px solid #000;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.file_form {
    background-color: #ededed;
    border: 1px solid #dbdbdb;
    height: 100px;
    margin-top: 20px !important;
}
.file_form h4 {
    background-color: gray;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.col_btn_submit_upload {
    margin-top: 20px !important;
    text-align: center;
}
.col_btn_submit_upload button {
    background-color: #000;
    color: #fff;
}
.col_btn_submit_upload button:hover {
    color: #fff;
}
.image_upload {
    background-color: #e5e5e5;
    border: 2px dashed #000;
    cursor: copy;
    height: 500px;
    margin-top: 40px;
    overflow: scroll;
    padding: 10px;
    position: relative;
    width: 100%;
}
.cover_drop {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cover_drop i {
    color: #032a39;
    font-size: 8em;
}
.cover_drop p {
    color: #032a39;
    margin-top: 10px;
}
.img_uploaded {
    border: 3px solid #032a39;
    border-radius: 8px;
    cursor: auto;
    display: inline-block;
    height: 150px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    width: 150px;
}
.img_uploaded img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
}
.image_upload .ghilaf {
    background-color: #032a39;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.progress_div {
    background-color: #83adbd;
    border-radius: 10px;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 90%;
    z-index: 3;
}
.progress_div .delete_image {
    background-color: #ea922a;
    border-radius: 100px;
    color: #032a39;
    cursor: pointer;
    display: none !important;
    padding: 2px 4px;
    position: absolute;
    right: -16px;
    top: -85px;
    z-index: 3;
}
.progress_div .indicator {
    color: #fff;
    font-size: 0.8em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.progress_solid {
    background-color: #032a39;
    border-radius: 10px;
    height: 100%;
    position: relative;
    transition: all 0.3s;
    width: 0;
}
#time_cadre {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 5px;
}
.tab_row {
    background-color: #f7f7f7;
}
.tab_col {
    padding: 10px;
}
.tab_col h4 {
    text-align: center;
}
.save_col {
    padding: 7px;
    text-align: right;
}
.save_col .save_btn {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    width: 120px;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    border-color: #e9ecef;
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px #e9ecef;
    outline: 0 none;
}

/* new updated CSS */

.no-bg-toggle {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #000;
    border: 1px solid #ced4da;
    min-width: 200px;
    text-align: left;
}

.dropdown-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-width: 200px;
    padding-right: 1.5rem;
    position: relative;
}

/* Arrow styling */
.dropdown-toggle::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    content: "";
    pointer-events: none;
}

.autocomplete-list {
    background-color: #fff;
    border: 1px solid gray;
    height: 200px;
    overflow: scroll;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10;
}

.autocomplete-list p {
    cursor: pointer;
    margin: 0;
    padding: 1px 3px 1px 10px;
}

.autocomplete-list li:hover {
    background-color: #f0f0f0;
}

.input-wrapper {
    position: relative;
}

.modal-content {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.modal-body-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
}

/* New CSS end here*/

/* Auto complete CSS start */

.autocomplete-wrapper {
    position: relative;
    display: flex;
    flex: 1;
}

.react-autosuggest__suggestions-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1051;
    background-color: white;
    border-radius: 0 0 0.25rem 0.25rem;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.react-autosuggest__suggestion {
    padding: 8px 12px;
    cursor: pointer;
}

.react-autosuggest__suggestion--highlighted {
    background-color: #f8f9fa;
}

.autocomplete-wrapper {
    position: relative;
    display: flex;
    flex: 1;
    width: 100%;
    padding-left: 0px;
    border-top-left-radius: 0;
}

.react-autosuggest__input {
    width: 100% !important;
    flex: 1;
    min-width: 0;
}

.react-autosuggest__container {
    flex: 1;
    width: 100%;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 0px;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-icon {
    font-size: 1rem;
    margin-right: 8px;
}

.react-autosuggest__suggestions-list {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.autocomplete-wrapper .form-control {
    border-radius: 0px;
}

/* Auto complete CSS end */

.custom-checkbox .form-check-input {
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer;
}

.custom-checkbox .form-check-label {
    font-size: 1rem;
    margin-left: 0.5rem;
    cursor: pointer;
}

.email-chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.email-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 999px;
    background-color: #e7f1ff;
    color: #0d6efd;
    font-size: 0.875rem;
    line-height: 1;
}

.email-chip-text {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.email-chip-remove {
    border: none;
    background: none;
    color: #0d6efd;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
}

.email-chip-remove:hover {
    color: #0a58ca;
}

.email-chip:hover {
    background-color: #dbe9ff;
}
