﻿/* //-----------------new styles -------------------// */

/* ---uniform for all card header buttons */
.BtnCardHeader {
    min-width: 32px;
    height: 30px;
    padding: 0 !important;
    font-size: 16px;
} 

.icon-menu {
    padding: 8px !important
}

.btn-scan {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-scan:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #212529;
}

.bank-dp-w {
    width: 80% !important;
}

@media only screen and (max-width: 768px) {
    .bank-dp-w {
        width: 94% !important;
    }
}
.navbar-fixed-top .navbar-brand img {
    width: 140px ;
    vertical-align: top;
    margin-top: 2px;
}
@media (min-width: 728px) and (max-width: 1024px) {
    .navbar-fixed-top .navbar-brand img {
        width: 115px;
        
    }
}
.amm {
    direction: ltr
}

.desc-input {
    padding-left : 40px !important 
}
td button {
    padding: 0px 5px !important;
    /* margin-right: 0.25rem !important; /* حدود 4px !1! */
}
.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px !important;
}

table thead {
    background-color: #f4f7f6!important
}
/* //=============================// */
.dropdown-arrow-box:hover {
    border: 1px solid #ced4da !important;
    background-color: #e9ecef !important;
}

.icon-search-box {
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 2px;
    border-radius: 5px;
    z-index: 10;
    border-left: 1px solid #b3b3b3;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.icon-search-box:hover {
    border: 1px solid #ced4da !important;
    background-color: #e9ecef !important;
    border-left: 1px solid #b3b3b3 !important;
}
.searchbox-dropdown {
    z-index: 10;
}
.searchbox-dropdown:hover {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.search-input {
    border-radius: .25rem !important
}

.dropdown-menu.custom-left-dropdown {
    left: 0 !important;
    right: auto !important;
    padding: 20px;
    min-width: 300px;
    width: max-content;
}
.single-icon-search-box {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 2px;
    border-radius: 5px;
    z-index: 10;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.single-icon-search-box:hover {
    border: 1px solid #ced4da !important;
    background-color: #e9ecef !important;
}
.dropdown-arrow-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin: 2px;
    border-radius: 5px;
}
.dropdown-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #666;
    pointer-events: none;
}

.breadcrumb-item-arrow {
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mycardHeader {
    padding-top: 0.25rem !important;
    /* padding-bottom: 0.25rem !important; */
}

.mycardBody {
    overflow-y: auto !important;
}