@font-face {
    font-family: 'myfont';
    src: url('../font/kufi.ttf') format('truetype');
}

:root {
    /* Font color */
    --font-color: #555;
    /* Primary color */
    --primary: #5758D6; /* RGB values only */
    --primary-color-hex: #5758D6; /* Hex equivalent */
    --secondary: rgb(100, 100, 100);
    --success: 20, 120, 52;
}

body {
    color: var(--font-color);
    font-family: 'myfont' !important;
    background-color: #F5F7FF;
}

    /*login page =====================*/

.login-bg {
    position: relative;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
    background: #f0f0f8;
}


.card {
    /*    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;*/
    background-color: rgba(255,255,255,1) !important;
    border: 0.5px solid #dee2e6;
    direction: rtl;
    z-index: 8;
    border: 0.5px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.card-body {
    padding-bottom: 22px;
}

.mycard-footer {
    height: 22vh;
}

.card-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
  
    background: url("../img/cloth_02.webp") no-repeat center/cover;
    mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 0;
    margin-top: 30px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  
    background-clip: padding-box;
    border: 0.5px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #444;
    font-size: 16px;
    padding: 0.8rem 0.75rem;
    text-overflow: ellipsis;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 20px;
}

.main-title {
    color: var(--font-color) !important;
    font-weight: 600;
}

.btn {
    border-radius: 10px;
   
    color: #fff;
    border-color: transparent;
    transition: all 0.3s ease;
    z-index: 9;
    font-weight: 600;
}
.btn-login {
    position: relative;
    margin-top: 26px;
    border-radius: 10px;
    color: white;
    border-color: transparent;
    transition: all 0.3s ease;
    z-index: 9;
    font-weight: 600;
    transition: ease 0.3s;
    background: #5758D6;
}
.btn-login:hover {
    background: #333;
    color : #fff;
}


.app-divider-v {
    position: relative;
    white-space: nowrap;
    background-color: transparent;
    color: var(--font-color);
    padding: 1.5rem 0;
    display: flex;
   
}

    .app-divider-v:before {
        content: "";
        border-top: 1px solid rgba(100, 100, 100, 0.3);
        display: block;
        width: 100%;
        position: absolute;
        top: calc(50% - 0.5px);
    }

    .app-divider-v img {
        border-radius: 50px;
        padding: 8px;
   
        z-index: 2;
    }

label {
    color: rgb(40, 38, 50);
}
.login-form {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.08)
}
/*mainj header*/
.navbar {
    margin: 0;
    border-radius: 0 0;
    padding: 3px;
}

.navbar-brand {
    color: #555;
}

    .navbar-brand img {
        width: 60px;
    }


@media(max-width:980px) {
    .navbar {
        margin: 0;
        padding: 0;
    }

    .navbar-brand img {
        width: 60px;
    }

    .navbar-brand h4 {
        font-size: 16px;
    }
}

.dropdown-menu {
    transition: all 0.3s ease;
    border-radius: 15px;
    background-color: #fff;
    color: #f8f8f8;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 8px 10px;
    border: 0;
}

.dropdown-menu-end[data-bs-popper] {
    left: 0;
    right: auto;
}

.main-text {
    color: var(--font-color) !important
}

.icon-bg {
    height: 22px;
    width: 22px;
    border-radius: 5px !important;
    background-color: rgba(46, 94, 231, 0.3);
    color: var(--font-color);
    border-color: transparent;
}

hr {
    margin: 0 0 !important;
    border: 1px solid rgb(100, 100, 100,0.15)
}

.dropdown-menu li a {
    font-size: 18px;
 
    font-weight : 600;
}

/*main area*/

.main-bg {
    margin: 14px 20px;
    padding: 12px;
    border-radius: 10px;
    background-color: white;
    border: 15px solid rgba(51, 51, 51,0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card-bg1 {
    background-color: rgba(46, 94, 231, 0.3) !important;
    color: white;
    border-radius: 1.8rem;
}

.card .card-body {
    padding: 0.75rem 1.25rem;
}

.card-title {
    color: rgb(8, 60, 128)
}

.card-bg2 {
    border: 2px dashed rgba( 46, 94, 231, 1) !important;
    background-color: rgba(46, 94, 231, 0.1) !important;
    border-radius: 1.8rem;
}

.card-bg3 {
    position: relative;
    background-color: rgba(215, 220, 65, 0.3) !important;
    overflow: hidden;
    border-radius: 1.8rem;
    z-index:9;
}

    .card-bg3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 15px 15px;
        background-image: repeating-linear-gradient(45deg, rgba(99, 89, 29, 0.3) 0, rgba(99, 89, 29, 0.3) 1.3px, rgba(255,255,255, 0) 0, rgba(255,255,255, 0) 50%);
        background-position: 100% 0;
        opacity: 0.5;
        transition: all 0.3s ease-in-out;
        z-index:-1;
    }
.card-bg4 {
    position: relative;
    background-color: rgba(221, 241, 96, 0.3) !important;
    overflow: hidden;
    border-radius: 1.8rem;
}
.main-card {
    background-color: rgb(229, 239, 243) !important;
    background-image: url("../img/grids.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1.8rem;
}

.text-primary {
    color: #5758D6 !important;
}

.custom-progress-container.info-progress .progress-bar.productive {
    height: 8px;
    width: 45%;
    background-color: rgba( 8, 60, 128, 1);
}

.custom-progress-container.info-progress .progress-bar.middle {
    height: 8px;
    width: 35%;
    background-color: rgba(8, 60, 128, 0.6);
}

.custom-progress-container.info-progress .progress-bar.idle {
    height: 8px;
    width: 25%;
    background-color: rgba( 8, 60, 128, 0.3);
}

.custom-progress-container .progress-bar {
    height: 100%;
    border-radius: 1rem;
    margin-top: 8px;
}

.custom-progress-container {
    display: flex;
    gap: 2px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-bar {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}
.bg-primary-300 {
    background-color: rgba(140, 118, 240, 0.3);
}
.rounded{
    border-radius : 1.8rem;
}
.radius-50{
    border-radius :50px;

}
.icon-h {
    height: 45px;
    width: 45px;
    background-color: var(--primary);
    border-radius: 50px
}
.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card-hover:hover {
        transform: scale(1.01);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

.dark-yellow-bg {
    background: rgb(99, 89, 29) !important;
}
.dark-yellow-text {
    color: rgb(99, 89, 29);
}

.customer-list .customer-list-item {
    display: flex;
    align-items: center;
    position: relative;
}

.icon1 {
    background: rgba(215, 220, 65,0.4);
    border-radius:50px;
    color : white;
    margin-left : 6px;

}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rotation {
    animation: rotation 13s infinite linear;
}


.section-padding{
    padding : 130px 0 0 0;
}

.header-bg {
    background: #F5F7FF !important
}

/*file upload */
.upload-box {
    background-color: rgba(var(--success),0.1); /* light green */
    border: 2px dashed #28a745; /* green dashed border */
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(var(--success));
    padding: 12px 30px;
    height: 50px;
}

    .upload-box:hover {
        background-color: #c3e6cb;
    }
.img-box {
    background-color: #16202c; 
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 12px 30px;
    height: 50px;
}
    .upload-btns{
        border-radius : 10px;
        height : 50px;
    }
input[type="file"] {
    display: none;
}

/*table*/
table {
    border-radius : 10px !important;
}
  
  


/* Purple table header */
.table thead th {
    background: #B2B0E8 !important;
  
    text-align: center;
}


.footer{
     position: relative; 
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
.Table-Div {
    direction: rtl;
    overflow: auto;
    height: calc(100vh - 500px);
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}



.offcanvas-header .btn-close{
    margin : 0;
}
.nav-item {
    padding: 0px 0.5rem;
    color: var(--font-color);
    transition : 0.3s ease;
    font-size : 20px;
}

.nav-item:hover {
    color : #333
}

.text-red {
    color: #dc3545;
}
.text-primary {
    color: rgba(46, 94, 231. 0.3);
}

.offcanvas-body .navbar-nav .nav-item {
    border-bottom: 1px solid #d1e7dd;
}

.custom-divider {
    position: relative;
    width: 100%;
    height: 2px;
    border-top: 2px dashed rgba(100, 100, 100, 0.4);
    margin: 1rem 0;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item .accordion-header {
    background-color : rgba(100,100,100,0.05)
}

.accordion-button::after {
  margin-left :0;
    margin-right: auto;
 
}

.accordion-button {
    background-color: rgba(100,100,100,0.05)
}

.input-group-text {
    width: 30%;
    white-space: normal;
    word-wrap: break-word;
}

.input-group {
    margin-bottom: 8px;
    border-radius: 10px;
}

.input-group-text {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}



.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}


.font-20{
    font-size : 20px;
}


/*validation */
.form-control.is-invalid {
    border-color: #dc3545 !important;
    background-color: #f8d7da !important;
}

.form-control.is-valid {
    border-color: #198754 !important;
    background-color: #d4edda !important;
}

.btn.is-invalid {
    border-color: #dc3545 !important;
    background-color: #f8d7da !important;
    color: #000 !important;
}

.btn.is-valid {
    border-color: #198754 !important;
    background-color: #d4edda !important;
    color: #000 !important;
}

td , th {
    vertical-align: middle; /* vertical center */
    text-align: center; /* horizontal center */
}

.ui-autocomplete {
    z-index: 9999 !important;
}


/* Settings cards /
    */


.process-wrap {

    position: relative;
}

    .process-wrap .single-process-wrap {
        text-align: center;
        position: relative;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-wrap .single-process-wrap {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .process-wrap .single-process-wrap {
        margin-top: 30px;
    }
}

.process-wrap .single-process-wrap .process-icon {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

    .process-wrap .single-process-wrap .process-icon img {
        width: 50px;
        filter: invert(1)
    }

.process-wrap .single-process-wrap .process-content {
    padding: 25px;
}

.process-wrap .single-process-wrap a {
    text-decoration: none;
    color: var(--font-color);
}

.process-wrap .single-process-wrap .process-content a h3 {
    font-size: 16px !important;
    margin-bottom: 6px;
    color: var(--font-color);
    font-weight: 600 !important;
}

.process-wrap .single-process-wrap .counting-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #DFB163;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color : var(--font-color);
    transform: translate(50px, 10px);
}

    .process-wrap .single-process-wrap .counting-box span {
        font-size: 18px;
        font-weight: 600;
    }

    .process-wrap .single-process-wrap .counting-box.top {
        right: auto;
        top: auto;
        bottom: 55%;
        left: 50px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-wrap .single-process-wrap .counting-box.top {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-wrap .single-process-wrap .counting-box.top {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-wrap .single-process-wrap .counting-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-wrap .single-process-wrap .counting-box {
        display: none;
    }
}

.process-wrap .single-process-wrap .counting-box:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.process-wrap .col-xl-3:not(:last-child) .process-icon::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    left: -100px;
    top: 50%;
    bottom: 0px;
    border-top: 2px dashed #FCC300;
    opacity: 0.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-wrap .col-xl-3:not(:last-child) .process-icon::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-wrap .col-xl-3:not(:last-child) .process-icon::after {
        display: none;
    }
}

.process-area {
 
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.process-btn .main-btn {
    margin-right: 20px;
    margin-top: 20px;
}

.process-item-wrap {
    margin-top: 50px;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-item-wrap {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .process-item-wrap {
        flex-direction: column;
    }
}

.process-single {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 7px;
    position: relative;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .process-single {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-single {
        margin-right: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .process-single {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.process-single i {
    background: #097e51;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
}

.process-title h5 {
    font-size: 22px;
    margin: 20px 0;
}

.process-desc p {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 24px;
}
.dark-bg {
    background: #5758D6;
}



