/*sign in page*/
span.floty-eye-pass {
    position: absolute;
    top: 42px;
    right: calc(1em - 5px);
    color: #5C3A21;
    font-size: 15px;
}
.capatcha-pic img {
    display:block;
    max-width: 100%;
    width: 100%;
    height: 67px;
}
.wrapper-page .logo-admin img {
    height: auto;
    max-width: 80%;
    margin: 1em auto;
    width: 280px;
}
.cul-login-form .position-relative .form-control {
    padding-left: 40px;
}
span.floty-icon {
    position: absolute;
    top: 36px;
    right: 15px;
    left: unset;
    font-size: 1.8em;
}
/* a.rfrsh-code {
    color: #0f2837;
} */
/* main layout*/

.topbar .topbar-left .logo img {
    max-width: 80%;
    height: 75%;
    margin: 1em auto;
}

.button-menu-mobile ,
.notification-list .noti-icon {
    color: #fffefe;
    background-color: #f16c6900;
}

.navbar-custom {
    background-color: #595959;
}

/*rapid style for sunday contain rtl*/
#sidebar-menu > ul > li > a > span {
    float: right;
    width: calc(100% - 20px);
}

#sidebar-menu ul li a i {
    width: 20px;
    float: right;
}
#sidebar-menu > ul > li > a > span {
    float: right;
    width: calc(100% - 30px);
    font-size: 14px;
    font-weight: 600;
}
#sidebar-menu > ul > li > a {
    padding: 13px 15px;
}
    #sidebar-menu > ul > li > a:hover,
    #sidebar-menu > ul > li > a:focus,
    #sidebar-menu > ul > li > a:active {
        color: #5C3A21;
        text-decoration: none;
        cursor: pointer;
        background: #f3f3f3;
    }
    #sidebar-menu > ul > li > a.active {
        color: #ffffff !important;
        background-color: #5C3A21;
    }
.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover a span {
    white-space: normal;
    margin: 0;
    width: calc(100% - 40px);
}

.page-content-wrapper {
    margin-top: 0;
}
.left.side-menu {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.15);
}

.topbar-left {
    border-left: 1px solid  #d5d5d5;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/" !important;
}
.content-page .content {
    padding: 0;
}

.page-content-wrapper {
    padding: 0 15px 10px 15px;
}
a {
    color: #f44743;
}
footer.footer, 
.enlarged #wrapper .footer {
    left: 0;
}
a:hover {
    color: #d4190c;
}

/* ADDED 11-6-2023 */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
    min-height: 120px;
}
.card {
    margin-bottom: 10px;
}
.background-grid .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(191, 137, 117, 0.5); /* نفس اللون مع شفافية */
    padding:20px;
    max-width:500px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.card-table-two {
    border-color: #cdd4e0;
    padding: 1em 1.5EM 1.5EM 1.5EM;
}
.base-page {
    margin-top: 1em;
}

.form-control {
    background: #f8f8f8;
}

.search-area {
    background: #f8f8f8;
    margin-bottom: 1.5em !important;
}

.search-area .form-control {
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: right;

    /*background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='18' viewBox='0 0 20 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484L16 8.548l-6 6-6-6z'/></svg>");
background-repeat: no-repeat;
background-position: left 12px center;
background-size: 14px;*/
}

.search-area select.form-control {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='18' viewBox='0 0 20 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484L16 8.548l-6 6-6-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size:  14px;
}
select {
    background: #fff !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='18' viewBox='0 0 20 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484L16 8.548l-6 6-6-6z'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: left 12px center !important;
    background-size: 14px !important;

}
.advance-search-panel {
    background: #7ef1690d;
    padding: 1.5em;
    border: 1px solid #dadfe3;
    margin-bottom: 15px;
}
.btn-maron {
  background-color: #6e1946;
  border: 1px solid #6e1946;
    color:#fff !important;
}

.btn-maron:active, .btn-maron:focus, .btn-maron:hover, .btn-maron.active, .btn-maron.focus, .btn-maron:active, .btn-maron:focus, .btn-maron:hover, .open > .dropdown-toggle.btn-maron, .btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-maron.active, .btn-maron:active, .show > .btn-maron.dropdown-toggle, .btn-maron:not(:disabled):not(.disabled).active, .btn-maron:not(:disabled):not(.disabled):active, .show > .btn-maron.dropdown-toggle {
    background-color: #94225e;
    border: 1px solid #94225e;
}


.btn-maron.focus, .btn-maron:focus, .btn-outline-danger.focus, .btn-outline-danger:focus, .btn-maron:not(:disabled):not(.disabled).active:focus, .btn-maron:not(:disabled):not(.disabled):active:focus, .show > .btn-maron.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgb(110 25 70 / 30%);
    box-shadow: 0 0 0 2px rgb(110 25 70 / 17%);
}

.add-items-table .ttl-tbl {
    background: #f9e9cb;
    padding: 1em;
    color: #5C3A21;
    font-weight: 700;
}

.ttl-tbl .ttl-hdr {
    padding: 0.5em 0;
}

.add-items-table .ttl-tbl .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.add-items-table button.pd-setting-ed ,
button.pd-setting-ed {
    border: 1px solid #d7d7d7;
    cursor: pointer;
}
.text-danger {
    color: #c80000 !important;
}

th.dlt-th {
    max-width: 60px;
    width: 60px;
}

th.th-counter {
    width: 60px;
    max-width: 60px;
}

th.th-elmnt-type {
    width: 240px;
}
/*multi upload dropzone*/
.dropzone {
    min-height: 220px;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, #fdfdfd, #f3f3f3);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
/*select2 plugin */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: unset;
    background: #6e1946;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
    content: " | ";
    float: right;
    width: 7px;
    color: #fff;
    font-weight: 100;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #f1d1d1;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #5C3A21 1px;
    outline: 0;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(241 108 105 / 36%);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #5C3A21;
    border-color: #5C3A21;
}

/* search input */

.form-group-search input.form-control[type="search"] {
    padding-right: 0.75rem;
    padding-left: 35px ;
}

.srch-icon-input {
    position: absolute;
    top: 1em;
    left: calc(1em + 0px);
    color: gray;
}


.form-group-search {
    position: relative;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

.row {
    margin-right: -7px;
    margin-left: -7px;
}
/*----------------------------------------------*/
/*------------treegrid---------------------*/
/*----------------------------------------------*/
.tree tr.dal-main-node {
    background: #fdeded;
}


.tree th ,.tree td {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.tree th.code-th {
    text-align: center;
    width: 130px;
    max-width: 130px;
    min-width: 110px;
}

.tree td:first-child {
    text-align: left;
}

.tree th.actions-th {
    width: 120px;
    max-width: 120px;
        min-width: 100px;
}

.tree th.add-sub-th {
    width: 85px;
     min-width: 80px;
}
.tree .badge {
    display: inline-block;
    padding: 0.5em 0.74em;
    font-size: 95%;
}
.status-th {
    width: 100px;
    max-width: 100px;
        min-width: 100px;
}
table.tree td:nth-child(2) {
    min-width: 300px;
  
}
/*-----------------------------------------------------*/
/*-------added by dal and ali 17-6-2023 final edites ---------------------*/
/*-----------------------------------------------------*/

.pd-setting-ed {
    border: 1px solid #d7d7d7;
    cursor: pointer;
    padding: 0.1em 0.5em !important;
    background: #f3f3f3;
    margin: 2px;
    height: 27px !important;
}

td.actions-td {
    min-width: 145px;
}
td .form-control{
    min-width:200px;
}
[type=search] {
    outline-color: transparent;
}


/*---------------------------------------------------------------------------------*/
/*------------ added by dalia and fatema 31-7-2023 for sweet alert----------------------------------*/
/*---------------------------------------------------------------------------------*/

.swal-modal .swal-text {
    text-align: center;
}

.swal-modal .swal-footer {
    text-align: center;
}

li.select2-selection__choice {
    direction: ltr;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection_choice_remove {
    margin-left: auto;
    margin-right: 2px;
}




/*---------------------------------------------------------------------------------*/
/*------------ added by dalia and fatema 2-8-2023 pagination ---------------------------------*/
/*---------------------------------------------------------------------------------*/

.pagination li {
    border: 1px solid #bf8975;
    padding: 5px 9px;
    margin-left: 3px;
}

    .pagination li.page.active {
        background: #bf8975;
    }

        .pagination li.page.active a {
            color: #fff !important;
        }

    .pagination li.disabled {
        border: 1px solid lightgray;
    }

        .pagination li.disabled a {
            color: lightgray;
        }

    .pagination li:hover {
        background: #d3d3d378;
    }

div#PPage {
    justify-content: center;
    display: flex;
}

    div#PPage ul.pagination {
        padding: 0;
        margin-top: 1em;
    }

.srch-flter a.active .card:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 21px 14px 0 14px;
    border-color: #993835 transparent transparent transparent;
    border-style: solid;
    bottom: -21px;
    left: calc(50% - 7px);
}

.srch-flter {
    margin-bottom: 15px;
}


/*-----------------------------------------------------------------------------*/
/*----------------added by dal ui and hnd 25 -10-2023 -------------------------------*/
span.ct-label.ct-horizontal.ct-end {
    /* writing-mode: vertical-rl; */
    transform: rotate(-60deg);
    overflow: visible;
    margin-top: 25px;
    margin-right: 15px;
}

svg.ct-chart-bar {
    /* padding-bottom: 8px;
    margin-bottom: 50px; */
    overflow: visible;
}

/*-----------------------------------------------------*/
/*-------------------added by dal ui and ftma ali 8-10-2024----------------------------------*/
.alert-warning {
    background: #f9e9cb;
    color: #0e2837;
}

#sidebar-menu > ul > li > a.active {
    background-color: #5C3A21;
}

.btn-primary {
    background-color: #5C3A21;
    border: 1px solid #5C3A21;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #c4452b;
        border: 1px solid #c4452b;
    }

a {
    color: #5C3A21;
}
.btn-dark {
    background: #5C3A21;
    border-color: #5C3A21;
}
.btn-outline-primary {
    color: #5C3A21;
    border-color: #5C3A21;
}
    .btn-outline-primary:hover, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #5C3A21;
        border: 1px solid #5C3A21
    }
.srch-flter a.active .card {
    background: #8d7067 !important;
}
    .srch-flter a.active .card:after {
        border-color: #8d7067 transparent transparent transparent;
    }

.text-danger {
    color: #bf8975 !important;
}
.pagination li.page.active {
    background: #bf8975;
}
span.floty-eye-pass {
    color: ##bf8975 !important;
}
a.rfrsh-code {
    color: #bf8975 !important;
}
.text-primary {
    color: #bf8975 !important;
}
.btn-primary.active {
    background: #bf8975;
}
.btn-primary:hover {
    background-color: #bf8975;
    border-color: #bf8975;
}
/*-------------------added by dal ui and ftma ali 8-10-2024----------------------------------*/
.text-danger {
    color: #d4190c !important;
}