@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Cairo", sans-serif;
    /* font-family: "Tajawal", sans-serif;   */
}
@media (max-width: 767px) {
    .block-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .txt-c-mobile {
        text-align: center;
    }
}
.between-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
body {
    /* background-color: #FAF9F6;  */
    /* background-color: #FAF9F6; */
    background-color: #f3f4f6;
}
ul {
    list-style: none;
    padding: 0;
}
/* ::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background-color: white;
}
::-webkit-scrollbar-thumb {
  background-color:#29235c  ;
}
::-webkit-scrollbar-thumb:hover {
  background-color:#211c4c ;
} */
*:focus {
    outline: none;
}
.page {
    display: flex;
}
a {
    text-decoration: none !important;
}
/* start sidebar */
.sidebar {
    background-color: white;

    padding: 20px;
    position: relative;
    width: 250px;

    /* height: 1500px; */
    /* height: 4000px; */
    height: 7000px;
}

.sidebar > h3 {
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    color: white;
}

.sidebar ul li {
    margin-bottom: 10px;
    /* margin-inline-start: 10px; */
}
.sidebar ul li a {
    transition: 0.3s;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 6px;
    padding: 10px;
}
.sidebar ul li a:hover,
.sidebar ul li a:active {
    background-color: #f3f4f6;
}

.sidebar > h3 {
    margin-bottom: 50px;
    font-weight: bold;
}
.sidebar > h3::before,
.sidebar > h3::after {
    content: "";
    background-color: black;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}
.sidebar > h3::before {
    width: 160px;
    height: 2px;
    bottom: -20px;
}
.sidebar > h3::after {
    bottom: -26px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 4px solid white;
}
.active {
    background-color: #f3f4f6;
    color: black;
}
.sidebar ul li a span , .sidebar ul li button span{
    font-size: 14px;
    /* margin-right: 10px; */
    margin-inline-start: 10px;
}
html[dir="ltr"] .arrow-icon {
    transform: rotate(180deg);
}
.sidebar ul li i {
    color: black !important;
}
.sidebar ul li   a {
    color: black !important;
}
.sidebar ul li:hover span,
.sidebar ul li:hover i {
    color: black !important;
}


.sidebar ul li button {
    font-size: 14px;
    /* margin-right: 10px; */
    margin-inline-start: 10px;
}
 
.sidebar ul li i {
    color: black !important;
}
.sidebar ul li   button {
    color: black !important;
}
.sidebar ul li:hover span,
.sidebar ul li:hover i {
    color: black !important;
}

#offersprojects_wrapper > .dt-buttons ,.dt-search{
   display: flex;
    align-items: center;
    /* border: 2px solid red; */
    padding:   1rem 0;
}
/* --------------------------- */
 
/* --------------------------- */
.logout{
    display: block !important;
}
.menu button{
    display: none;
}
.sidebar{
    display: block;
}
.block-sidebar{
   width: 200px !important;
   display: block;

}
@media (max-width: 767px) {
    #sidebar {
        /* width: 62px;
        padding: 10px; */
        display: none ;
       
    }
    .block-sidebar{
        width: 200px !important;
        display: block !important;
     
     }
    .search1 label{
        display: block;
    }
}
@media (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    .menu{
        display: block !important; 
        position: absolute;
        /* top: 10px; */
        margin: 30px 0;
        /* margin: 22px 15px; */
        z-index: 1000; 
    }
    .menu button {
        display: block ;
    }
}
.block-sidebar{
    width: 200px !important;
    display: block;
 
 }
/* #sidebar {
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
}

#sidebar.block {
    transform: translateX(0);
} */
/* end sidebar */

/* start content */
.content {
    overflow: hidden;
    width: 100%;
}
.head {
    background-color: white;
    /* background-color: #29235c; */
    padding: 15px;
    height: 90px;
    width: 100%;
    box-shadow: 0 0 10px #ddd;
}

.head .search {
    position: relative;
}

.head .search::before {
    font-family: var(--fa-style-family-classic);
    content: "\f002";
    font-weight: 900;
    position: absolute;
    right: 140px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.head .search:focus {
}
.head .search::placeholder {
}
.head .search input {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 10px;
    padding: 8px;
    padding-right: 30px;
    width: 160px;
    transition: width 0.3s;
}
.progress-container-3 {
    width: 100%;
}

.progress-bar-3 {
    transition: width 0.2s ease-in-out;
}

.head .search input:focus {
    outline: #ddd;
    width: 200px;
}
.head .search input:focus::placeholder {
    transition: 0.3s;
    opacity: 0;
}
.logo {
    filter: drop-shadow(0 0 0.75rem #ffff);
}
@media (max-width: 767px) {
    .head {
        height: 125px;
    }
    .head-container {
        display: flex;
        justify-content: space-between;
        padding: 7px 0;
        /* flex-direction: column-reverse; */
    }
}
/* end head */
content {
    width: 100%;
}
.content .title {
    position: relative;
    margin: 20px 20px 40px;
    font-size: 25px;
}
.content .title::before,
.content .title::after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    right: 0;
    margin-inline-end: 90%;

}
.content .title::before {
    background-color: black;
    width: 120px;
}
.content .title::after {
    background-color: #29235c;
    width: 40px;
}
 

/* end content */

/* start wrapper */
.wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    margin-left: 20px;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .wrapper {
        grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
        /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
        margin-left: 10px;
        margin-right: 10px;
        gap: 10px;
    }
}
.welcome {
    background-color: white;
    border-radius: 10px;
}
.wrapper .intro {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #eee;
}
.wrapper .intro h2 {
    margin: 0;
}

.wrapper .intro p {
    color: #888;
}
.wrapper .body {
    text-align: center;
    display: flex;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrapper .body span {
    display: block;
    color: #888;
    font-size: 14px;
    margin-top: 10px;
}
/* end wrapper */

/* Start Welcome Widget */
.welcome {
    overflow: hidden;
}
.welcome .intro img {
    width: 200px;
    margin-bottom: -10px;
}
.welcome .avatar {
    width: 64px;
    height: 64px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 0 5px #ddd;
    /* margin-right: 20px; */
    margin-inline-start: 20px;
    margin-top: -32px;
}
.welcome .body {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.welcome .body > div {
    flex: 1;
}
.welcome .visit {
    margin: 0 15px 15px auto;
    transition: 0.3s;
}
.welcome .visit:hover {
    background-color: var(--blue-alt-color);
}
@media (max-width: 767px) {
    .welcome .intro {
        padding-bottom: 30px;
    }
    .welcome .avatar {
        margin-right: 0;
    }
    .welcome .body > div:not(:last-child) {
        margin-bottom: 20px;
    }
}
/* End Welcome Widget */
/* start tabs */
.tabs {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}
.tabs h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
.tabs p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #888;
    font-size: 15px;
}
.tabs .boxs {
    display: flex;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;
}
.tabs .box {
    border: 1px solid #ccc;

    width: calc(50% - 10px);

    padding: 20px;
    border-radius: 10px;
    font-size: 13px;
    color: #888;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
}
.tabs .alert {
    width: 100%;
}

.head .icons .notification::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--red-color);
    border-radius: 50%;
    right: -5px;
    top: -5px;
}
.head .icons img {
    width: 32px;
    height: 32px;
    margin-left: 15px;
}

.icon:hover {
    opacity: 0.7;
}

.notifi-box {
    width: 255px;
    height: 0px;
    opacity: 0;
    position: absolute;
    /* right: 25rem; */
    /* margin-inline-start: 18rem !important; */
    /* margin-right: 40%;
margin-left: 10%; */
    position: absolute;
    z-index: 4;
    overflow-y: scroll;

    background-color: white;
    transition: 1s opacity, 250ms height;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.notifi-box h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999;
}
.notifi-box h2 span {
    color: #f00;
}
.notifi-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
.notifi-item:hover {
    background-color: #eee;
}

.notifi-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 10px;
}
.notifi-item .text p {
    color: #aaa;
    font-size: 12px;
}
.notification-symbol {
    margin-inline-start: 3rem;
}
.move {
    padding: 5px;
    margin-top: 25px;
    border-top: 1px solid #e6e6e7;
    display: flex;
    justify-content: space-between;
}

.move a {
    color: #29235c;
    font-weight: bold;
}
.move i {
    color: #29235c;
}
.box:hover .move i {
    /* animation: moving-arrow 0.6s linear infinite; */
}
@keyframes moving-arrow {
    100% {
        transform: translateX(10px);
    }
}

.tabs .box .icon i {
    padding: 14px;

    border-radius: 10px;
    color: white;
    font-size: 17px;
    background: linear-gradient(90deg, #000000, #29235c);
}
.tabs .box i {
    margin-bottom: 10px;
}
.tabs .box span {
    display: block;
    /* color: black; */
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .tabs .box {
        width: 100%;
    }
}
/* End tabs */

/* buttons */
.progress {
    background-color: green;
}
.pending {
}

.closed {
}
.completed {
}
.file-input {
    width: 150px !important;
}

.dataTables_filter label {
    font-weight: bold;
    color: #4a5568;
    font-size: 16px;
    display: flex;
    margin-left: 40px;
    padding: 18px;
}

.dataTables_filter input {
    padding: 8px 12px;
    border: 2px solid #4a5568;
    border-radius: 8px;
    background-color: #f7fafc;
    color: #2d3748;
    width: 100%;
    position: relative;
    margin-right: 8px;
}

.dataTables_filter input:focus {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 5px #3182ce;
}
#offersprojects th {
    text-align: right !important ;
}
#products th{
    text-align: initial !important;
}
#productsList th td{
    text-align: initial !important;
}
#productsList th {
    text-align: initial !important;
}
table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: initial !important;
}
#quotations th{
    text-align: initial !important;
}
#example-2 th {
    text-align: right !important;
}
#example-2 .form-control {
    display: none !important;
    justify-content: right;
}
#example-3 th {
    text-align: right !important;
}
.td-plan{
    gap: 2.5rem !important;
    margin-inline-end: 1rem !important;
}
/* multi */
 

.mult-select-tag {
    display: flex;

    flex-direction: column;
    align-items: center;
    position: relative;
}
.mult-select-tag .wrapper .body {
    display: flex;
    margin-inline: 20px;
}
.mult-select-tag .wrapper {
    min-width: 0 !important;
    display: grid !important;
}
.mult-select-tag .input-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    padding: 0.1rem;
    align-items: center;
}
.mult-select-tag .input-body {
    display: flex;
    width: 100%;
}
.mult-select-tag .input {
    flex: 1;
    background: 0 0;
    border-radius: 0.25rem;
    padding: 0.45rem;
    margin: 10px;
    color: #2d3748;
    outline: 0;
}
.mult-select-tag .btn-container {
    color: #e2ebf0;
    padding: 0.5rem;
    display: flex;
}
.mult-select-tag button {
    cursor: pointer;
    width: 100%;
    color: #718096;
    outline: 0;
    height: 100%;
    border: none;
    padding: 0;
    background: 0 0;
    background-image: none;
    -webkit-appearance: none;
    text-transform: none;
    margin: 0;
}
.mult-select-tag button:first-child {
    width: 1rem;
    height: 90%;
}
.mult-select-tag .drawer {
    position: absolute;
    background: #fff;
    max-height: 15rem;
    z-index: 40;
    top: 98%;
    width: 100%;
    overflow-y: scroll;

    border-radius: 0.25rem;
}
.mult-select-tag ul {
    list-style-type: none;
    padding: 0.5rem;
    margin: 0;
}
.mult-select-tag ul li {
    padding: 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
.mult-select-tag ul li:hover {
    background: rgb(243 244 246);
}
.mult-select-tag .item-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.4rem;
    margin: 0.2rem;
    font-weight: 500;
    border: 1px solid;
    border-radius: 9999px;
}
.mult-select-tag .item-label {
    max-width: 100%;
    line-height: 1;
    font-size: 0.75rem;
    font-weight: 400;
    flex: 0 1 auto;
}
.mult-select-tag .item-close-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row-reverse;
}
.mult-select-tag .item-close-svg {
    width: 1rem;
    margin-left: 0.5rem;
    height: 1rem;
    cursor: pointer;
    border-radius: 9999px;
    display: block;
}
.hidden {
    display: none;
}
.table>:not(:first-child) {
    border-top: 1px solid #ddd !important;
}
.mult-select-tag .shadow {
    box-shadow: none !important;
}
.mult-select-tag .rounded {
}
.customer:hover .customer-name {
    color: rgb(36, 77, 157);
}
.btn-container button svg {
    color: #000000;
}
.truncate{
    text-wrap: auto;
}
/* .hs-select-disabled{
    height: 10rem !important;
} */
.choices__list--multiple .choices__item {
  
    /* background-color: #4c4c4c !important; */
    background-color: #d2d2d2 !important;
    border: none !important;
    color: #000000 !important;
  
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: 1px solid #0000 !important;
}
.create-form {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 33px 22px;
}
 

.edit-form {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr; */
    gap: 33px 22px;
}

.createtask-form {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 33px 22px;
}

.createuser-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
#serviceProviderFields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-columns: 1fr 1fr; */
    gap: 16px;
}

#customerField {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    grid-column: 2/ -1;
}

.edituser-form {
    align-items: normal;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 33px 22px;
}

.span-row {
    grid-column: span 3 !important;
}
.span-row-1 {
    grid-column: span 2 !important;
}
.span-row-4 {
    grid-column: span 4 !important;
}
.details-textarea {
    resize: none;
}
.btn-secondary {
    margin-top: 1rem;
    background-color: #f0fdf4 !important;
    color: #166534 !important;
    border: none !important;
    border-radius: none !important;
}
.dt-buttons {
    /* position: absolute !important;
    left: 30px !important;
    margin-inline-start: 60% !important; */
padding:  1rem;
/* display: grid; */
 

}
.dt-search {
    padding: 1rem !important;
    /* display: flex !important; */
    /* margin-inline-end: 100%; */
}
.dtr-details{
    margin-right: 1rem !important;
}
#language-toggle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    /* background: whitesmoke; */
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
div.dt-container div.dt-paging ul.pagination {
    display: flex;
    justify-content: center;
    padding: 0.4rem;
} 
.dt-container {
text-align: justify;
}

#offersprojects_wrapper > .dt-search ,.dt-buttons {
display: inline-block !important;
margin: 0 10px !important;
vertical-align: top !important;
}
/* .dt-container  {
    display: grid;
    grid-template-rows: auto auto;
 }
 .dt-search {
    grid-row: 1 !important;
 }
 
 .dt-buttons{
    grid-row: 2;
 
 } */

.dt-container .row .dt-search  {
    /* margin-inline-end: 29rem !important; */
    margin-inline-end: 61rem !important;
    display: flex;
}
h1 {
    font-size: 2em !important;  
    /* font-weight: bold !important; */
    /* margin: 0.67em 0 !important; */
}

h2 {
    font-size: 1.5em !important; /* حجم الخط الافتراضي لـ h2 */
    /* font-weight: bold !important; */
    /* margin: 0.83em 0 !important; */
}

h3 {
    font-size: 1.17em !important; /* حجم الخط الافتراضي لـ h3 */
    /* font-weight: bold !important; */
    /* margin: 1em 0 !important; */
}

h4 {
    font-size: 1em !important; /* حجم الخط الافتراضي لـ h4 */
    font-weight: bold !important;
    margin: 1.33em 0 !important;
}

h5 {
    font-size: 0.83em !important; /* حجم الخط الافتراضي لـ h5 */
    font-weight: bold !important;
    margin: 1.67em 0 !important;
}

h6 {
    font-size: 0.67em !important; /* حجم الخط الافتراضي لـ h6 */
    font-weight: bold !important;
    margin: 2.33em 0 !important;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 120%; /* Adjusted position */
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    white-space: nowrap; /* Prevent text wrapping */
}
.btn:hover .tooltip {
    display: block;
}

.instruction-container {
    /* max-width: 768px; */
    /* background-color: white; */
    /* padding: 1.5rem; */
    border-radius: 0.5rem;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    /* margin: 2rem auto; */
    position: relative;
}

.download-btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: #3b82f6;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: background-color 0.3s;
    position: relative;
}

.download-btn:hover {
    background-color: #2563eb;
}

.tooltip-text {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 0.5rem;
    border-radius: 0.25rem;
    white-space: nowrap;
    font-size: 0.875rem;
}

.download-btn:hover .tooltip-text {
    display: block;
}

.heading-primary,
.heading-secondary {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.heading-primary {
    font-size: 1.5rem;
    font-weight: bold;
}

.heading-secondary {
    font-size: 1.25rem;
    font-weight: semi-bold;
}

.text-block,
.list-block {
    margin-bottom: 1rem;
}

.list-block {
    padding-left: 1.5rem;
}

.list-block li {
    margin-bottom: 0.5rem;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    position: relative;
    width: 90%;
    max-width: 500px;
}

.modal-content h2 {
    margin-top: 0;
}

.modal:target {
    display: flex;
}
/* Add this CSS to style the progress bar */
.progress-container {
    width: 100% !important;
}

.progress-bar {
    transition: width 0.4s ease;
}

.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
  }
  
  .switch > span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
  }
  
  input.check-toggle-round-flat:checked ~ .off {
    color: #F36F25;
  }
  
  input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
  }
  
  .switch > span.on {
    left: 0;
    padding-left: 2px;
    color: #F36F25;
  }
  
  .switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
  }
  
  .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  input.check-toggle-round-flat + label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #F36F25;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }
  
  input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #F36F25;
    -webkit-
    
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
  }
  
  input.check-toggle-round-flat:checked + label {
  }
  
  input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
  }
/*  
.progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
}

.progress-bar {
    width: 0%;
    height: 10px;
    background-color: #4caf50;
    transition: width 0.4s ease;
} */
/* Style for Progress Bar */

@media (max-width: 900px) {
    .createuser-form {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
    .customer-field {
        grid: none !important;
    }
  #offersprojects_wrapper   {
    display: grid !important;
    grid-template-rows: auto auto !important;
    text-align: unset !important;
 }
 #offersprojects_wrapper > .dt-search {
    grid-row: 1 !important;
    text-align: unset !important;

 }
 
 #offersprojects_wrapper >  .dt-buttons{
    grid-row: 2 !important;
    text-align: unset !important;

 
 }
}

@media (max-width: 768px) {
    .create-project {
        margin-top: 3rem !important;
    }
    .create-project {
        margin-top: none !important;
    }
    .wrapper .body span{
        font-size: 12px;
    }
   
#offersprojects_wrapper > .dt-buttons{
        display: grid;
    }
    .show-status{
        width: 50% !important;
        
        
    }

   
}
.dt-button-collection{
    width: 156px !important;

}

@media (max-width: 640px) {
    .create-form,
    .edit-form,
    .edituser-form,
    .createtask-form {
        display: flex;
        flex-direction: column;
        align-items: normal;
    }
    .dtr-title{
        font-size: 12px !important;
    }
    .notifi-box {
     
        margin-inline-start: 0 !important;
            }
            .active-form{
                gap: 0 !important;
              flex-wrap: wrap !important;
            }

}
@media (max-width:848px){
   .notifi-box {
/* width: 211px; */
width: 335px !important;
margin-left: auto;
margin-right: auto;
     }
}

@media (max-width:450px){
    .modal-content {
margin-top: 8rem;
      }
      .dt-container .row .dt-search{
        display: block;
            margin-inline-end: 0 !important;
  
      }
      #offersprojects_wrapper > .dt-search {
       display: block;
    
     }
     
     #offersprojects_wrapper >  .dt-buttons{
       display: block;
    
     
     }
.notifi-box{
    margin-inline-start: 0px !important;
    width: 285px !important;
 
}


}

@media (max-width:350px){
   
   
   
   #offersprojects_wrapper >  .dt-buttons{
     display: grid !important;
  
   
   }
}

#offersprojects_wrapper >  div.dt-buttons {
    /* position: relative; */
    float: inline-end !important;
}

.notifi-box{
    width: 472px;
overflow: hidden;
border-radius: 0.4rem;
border: 4;
height: 0px;
margin-top: 2rem;
margin-inline-start: 4rem ;

opacity: 0;
position: relative;
/* right: 25rem; */
/* margin-inline-start: 18rem !important; */
position: absolute;
z-index: 4;
overflow-y: scroll;
background-color: white;
transition: 1s opacity, 250ms height;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.notifi-box::-webkit-scrollbar {
    width: 16px;
    height: 60px;
  }
  
  .notifi-box::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 6px;
    height: 60px;
  }
  
  .notifi-box::-webkit-scrollbar-thumb {
    background-color: #ffff;
    border-radius: 6px;
    height: 60px;
  }





  
  #quotation_1 {
    width: 100%;
    border-collapse: collapse;
  }

  #quotation_1  th, td {
    /* padding: 10px;
    border: 1px solid #ccc;
    text-align: left; */
  }

  /* التصميم المتجاوب */
  @media (max-width: 768px) {
    #quotation_1 {
      /* display: block; */
      border: 0;
    }

    #quotation_1   thead {
      display: none;
    }

    #quotation_1   tbody tr {
      display: block;
      margin-bottom: 10px;
    }

    #quotation_1   tbody td {
      display: flex;
      /* justify-content: space-between; */
      border: 0;
      border-bottom: 1px solid #ccc;
    }

    #quotation_1   tbody td::before {
      content: attr(data-label);
      font-weight: bold;
      /* margin-right: 10px; */
      margin: 0 1rem; 
    }
  }