
.custom_badge {
    display: block;
    position: relative;
    bottom: -12px;
    width: fit-content;
    right: 10px;
    padding: 0px 5px;
    background-color: white;



    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Cairo';
}
.custom_badge1 {
    display: block;
    position: relative;
    bottom: -18px;
    width: fit-content;
    left: 10px;
    padding: 0px 5px;
    background-color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Cairo';
}
.custom_input {
    /*  border: none !important;*/
    border: solid 1px black;
    border-radius: 2px;
    /* -webkit-border-radius: 12px !important;*/
    height: 30px !important;
    color: black !important;
    padding: 0px 0px !important;
    color: black;
}

/*.custom_badge input:disabled {
    background-color: white;*/ /* Ensures the disabled input has a white background */
    /*color: gray;*/ /* Optional: Changes the text color for disabled input to distinguish it */
    /*opacity: 1;*/ /* Removes the default graying out effect on disabled inputs */
    /*cursor: not-allowed;*/ /* Shows the "not-allowed" cursor for disabled inputs */
    /*border-color: #ccc;*/ /* Optional: Adjusts the border color for disabled state */
/*}*/


table.dataTable thead th, table.dataTable thead td {
     padding: 5px !important;    
}
/*.swal-button {
    background-color: #32a03f !important;    
}*/
.topm {
    margin-top: 5px !important;
}
.custom_input1 {
    /*  border: none !important;*/
    border: solid 1px black;
    /*   border-radius: 12px;*/
    /* -webkit-border-radius: 12px !important;*/
    border-radius: 3px;
    height: 30px !important;
    color: black !important;
    padding: 0px 0px !important;
}
.custom_input2 {
    /*  border: none !important;*/
    border: solid 1px black;
    
    border-radius: 3px;
    height: 35px !important;
    color: black !important;
    padding: 0px 0px !important;
    text-align:center;
}
/*//////////////////////////////////////////////////////////////////*/

div.scroll {
    width: 100%;
    height: 85vh;
    /* margin: 0 auto -50px;*/
    overflow-x: hidden;
    overflow-y: auto;
    /*       text-align: center;*/
    padding: 20px;
    margin-top: 0;
}
.test {
    padding-left: 0px !important;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 25px;
    /*   padding: 6px 12px;*/
    font-size: 14px;
    border: 0px solid #f1f1f1;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.pager li > a, .pager li > span {
    border-radius: 5px;
    text-align: right;
}
.pager {
    margin: 0px 0;
    text-align: right;
    margin-right:-15px;
}
    /*//////////////////////////////////////////////////////////////////*/
    body {
    font-family: 'Cairo';
    font-size: 11pt;
    font-weight: 400;
}

.Grid1 {
    /*  border: 1px solid #ccc;*/
    /*   border-collapse: collapse;*/
    background-color: #fff;
   /* width: 100%;*/
}

.Grid2 {
    
     width: 100%;
}

.Grid1 th {
    /*background-color: #367fa9;*/
    color: black;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
}

    .Grid1 th, .Grid td {
        /* padding: 5px;*/
        border: 0px solid #108af3ed;
    }

    .Grid1 img {
        cursor: pointer;
    }

.ChildGrid1 {
    width: 100%;
}
    .ChildGrid1 th {
      /*  color: #fff;*/
        font-weight: bold;
        display: inline-block;
        border-radius: 5px;
        text-decoration: none;
       /* color: #FFF;*/
        transition: .4s;
    }

.Grid {
    /*background-color: #367fa9;*/
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 2em 0;
    text-decoration: none;
    color: #FFF;
    transition: .4s;
    border: 2px solid #3c8dbc;
}

#expense {     
    border-radius: 5px;
    text-decoration: none;  
}
#expense1 {
    border-radius: 5px;
   
    text-decoration: none;
}
#myTable1dt th {
    border-radius: 5px;   
}
#myTable1dt td {
    /*border-radius: 5px;
    border: 1px solid #aaa;*/
}

/*//////////////////////////////////////////////////////////////////*/
#loading-image {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 100;
}

/*//////////////////////////////////////////////////////////////////*/

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

/*.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.375em + 1.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.valid {*/
    /* border-color: #28a745;*/
    /*padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.375em + 1.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}*/


table#grandTotal {
    /* width: 100%;
            border: 1px solid red;*/
}

#recTable tr td {
    height: 15px;
}

/*//////////////////////////////////////////////////////////////////*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*///////////////////////////data table css//////////////////////////////*/

.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
    -webkit-appearance: button !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    /*margin-left: 5px;
        margin-right: 5px;*/
}

.dataTables_filter {
    position: relative;
}

    .dataTables_filter input {
        height: 32px;
        background: #fcfcfc;
        border: 1px solid #aaa;
        border-radius: 5px;
        box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
        text-indent: 10px;
    }

.dataTables_length select {
    height: 32px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
    text-indent: 10px;
}

div.dataTables_length label {
    margin-top: 5px;
}


table.dataTable thead th {
   /* padding: 0px 0px;*/
    border-bottom: 2px solid black;
}


table.dataTable tbody td {
    padding: 3px 6px;
    text-align: center;
}

div.dt-buttons {
    /*margin-left: 5px;*/
    /*text-align: center;  */
}
.sorting_asc:after{
    color: #dc3545;
}

#selectedProducts1 td {
      height: 30px;    
}

/*///////////////////////////data pagination css//////////////////////////////*/

.pagination1 {
    display: inline-block;
   
}

    .pagination1 a {
        margin: 0 1px;
        color: #111;       
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        /*  background-color: #3c9690;*/
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        .pagination1 a.active {
            background-color: red;
            color: black;
            border: 1px solid #4CAF50;
        }

        .pagination1 a:hover:not(.active) {
            background-color: #981eb6;
        }

/*///////////////////////////div wall css//////////////////////////////*/

.widget-header-div {
    display: normal;
    flex-wrap: wrap;
}

.m-x {
    margin-right: 1rem;
    margin-left: 1rem;
}

.widget-header-item .panel {
    height: 100%;
}

.widget-header-item {
    margin-bottom: 0px;
}
/*///////////////////////////alert css//////////////////////////////*/
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.my-class {
    background: #3b808b;
}

.ui-datepicker-header {
    background-color: #fff;
    color: #000;
    border: 0px solid #ff0000;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 2px solid #df1d1d;
    background: #333;
    color: #f4f4f4;
}
#selectedProducts1{
    direction:ltr;
}
#grandTotal {
    direction: ltr;
}
#myTable1dt {
    direction: ltr;
}
#myTable {
    direction: ltr;
}
#myTable1 {
    direction: ltr;
    overflow-x: hidden !important;
  
}

#myTable2 {
    direction: ltr;
}
#selectedProducts {
    direction: ltr;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    color: #fff;
}
.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
    color: #fff;
}
video {
    width: 100%;
    height: auto;
    border-radius: 10px;
   /* border:solid black 1px;*/
    background:black;
}

.swal-button--cancel {
    color: #eee;
    background-color: red !important;    
}
.swal-button--catch {
    color: #eee;
    background-color: #32a03f !important;
}
button.dt-button, div.dt-button, a.dt-button, input.dt-button {
   
    border-radius: 5px !important;    
    font-size: .77em !important;
   
}
#myTable1dt th {
    font-size: .88em !important;
}
.rep {
    border-radius: 3px !important;    
}

.modal-content {
    
    border-radius: 5px !important;
}

.modal-header .close {
    margin-top: -20px !important;   
}
.close {
    
    opacity: unset !important;
}

@media only screen and (max-width: 600px) {    
    #download {
        margin-top:3px !important;
    }
    #download1 {
        margin-top: 3px !important;
    }
    #download2 {
        margin-top: 3px !important;
    }
    #download3 {
        margin-top: 3px !important;
    }

    #down {
        margin-top: 3px !important;
    }

    #down1 {
        margin-top: 3px !important;
    }

    #down2 {
        margin-top: 3px !important;
    }

    #down3 {
        margin-top: 3px !important;
    }
}

login__submit:hover {
    border-color: #6A679E;
    outline: none;
}

/*@media screen and (max-width: 600px) {
    #download:hover {
        background: #fff !important;
    }

    #download1:hover {
        background: #fff !important;
    }

    #download2:hover {
        background: #fff !important;
    }

    #download3:hover {
        background: #fff !important;
    }
}*/

#download:hover {
    background: #b5b5b5;
}

#download1:hover {
    background: #b5b5b5;
}

#download2:hover {
    background: #b5b5b5;
}

#download3:hover {
    background: #b5b5b5;
}

#down:hover {
    background: #b5b5b5;
}

#down1:hover {
    background: #b5b5b5;
}

#down2:hover {
    background: #b5b5b5;
}

#down3:hover {
    background: #b5b5b5;
}

.video-full-width {
    width: 100%;
}





@keyframes move-text {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes move-text1 {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    50% {
        transform: translateX(15px) rotate(5deg);
    }

    100% {
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes move-text2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}


.logo-container img {
    max-width: 200px;
}

.main-heading {
    font-size: 2rem;
    color: #6e41c0;
    font-weight: bold;
    animation: move-text 3s infinite ease-in-out;
}

.main-heading1 {
    font-size: 2rem;
    color: #6e41c0;
    font-weight: bold;
    animation: move-text1 3s infinite ease-in-out;
}

.main-heading2 {
    font-size: 2rem;
    color: #6e41c0;
    font-weight: bold;
    animation: move-text2 3s infinite ease-in-out;
}

.highlighted-text {
    color: #2ab6c1;
    font-weight: bold;
    margin-top: 20px;
}

.sub-heading {
    font-size: 1.5rem;
    color: #7f7f97;
    font-weight: bold;
}

.description {
    font-size: 1rem;
    color: #4a4a4a;
}

.button-group .btn {
    font-size: 1rem;
    padding: 10px 20px;
}






.new_footer_area {
    background: #fbfbfd;
}


.new_footer_top {
    padding: 20px 0px 190px;
    position: relative;
    overflow-x: hidden;
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}

.footer_bottom {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
}

.new_footer_top .company_widget p {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ti-facebook:before {
    content: "\e741";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

    .btn_get_two:hover {
        background: transparent;
        color: #5e2ced;
    }

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
    color: white;
}

.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}

.f_600 {
    font-weight: 600;
}

.f_size_18 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #4b505e;
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}





@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }

    100% {
        left: 100%;
    }
}

.f_social_icon a {
    margin: 0 10px;
    font-size: 24px;
    color: #555;
    transition: color 0.3s ease;
}

    .f_social_icon a:hover {
        color: #007bff;
    }

.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.vis {
    margin-top: -10px !important;
    text-align: center;
}

.ov {
    text-decoration: none; 
    color: #007BFF; 
    font-size: 16px; 
    transition: color 0.3s ease, background-color 0.3s ease; 
}

   
    .ov:hover {
        color: white;         
        cursor: pointer; 
    }

.payment-icons img {
    width: 100px; /* عرض موحد */
    height: auto; /* الحفاظ على نسبة الأبعاد */
    margin: 10px; /* مسافة بين الصور */
    object-fit: contain; /* احتواء الصورة داخل الإطار */
}

.payment-icons1 img {
    width: 100px;
    height: auto;    
    object-fit: contain;
}

.journal-no {
    background: var(--erp-theme-color);
    color: #fff;
    border-radius: 8px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    letter-spacing: .4px;
    box-shadow: 0 3px 10px rgba(0,0,0,.10);
    transition: all .25s ease;
}



/*///////////////////////////div wall css//////////////////////////////*/
