.table td,
.table th,
.table thead th {
    /* word-break: break-all !important; */
}

.btn-group .dropdown-menu .dropdown-item {
    color: #839bb3;
}
.btn-group .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    padding: 10px 20px;
    font-size: 0.875rem;
    border-left: solid 2px transparent;
    position: relative;
}
.btn-group .dropdown-menu {
    margin: 5px 0 0;
    border: none;
    box-shadow: 0 4px 14px rgba(174, 197, 231, 0.5);
    font-size: 0.875rem;
    z-index: 1000;
}
/*.btn-group .dropdown-menu {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/
.btn-group a i {
    font-size: 1.375rem !important;
    vertical-align: middle !important;
}
.btn-group .dropdown-item i {
    font-size: 0.9375rem !important;
}
.btn-group .dropdown-item:hover {
    color: #5accca !important;
}

/*.btn-group a i {
    font-size: 1.375rem !important;
}*/

.dropdown-header {
    white-space: normal !important;
}
.dropdown-header .top-emailid {
    word-break: break-all !important;
}
.modal.modal-top-frame .modal-content {
    height: 500px;
}
a.btn.btn-sm {
    line-height: inherit !important;
}

.search-close span {
    font-size: 18px;
    color: #9caec8;
}
.search-close {
    background: #fff;
    border: 1px solid rgba(120, 141, 180, 0.3);
    border-left: 0;
    border-right: 0;
    margin-left: -1px;
    z-index: 9;
    padding-left: 5px !important;
    padding-right: 5px !important;
    line-height: 24px;
}

@media (max-width: 576px) {
    .page-header {
        padding: 15px 15px 30px 15px;
    }
}
@media (max-width: 350px) {
    .tow-btn-t2 {
        margin-top: 0.5rem !important;
    }
}

/* downoad dropdown */

.prod-sel
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0.4rem 1rem;
    line-height: 1.2;
}

.prod-sel .select2-container--default .select2-selection--multiple,
.prod-sel .select2-container--default .select2-selection--single {
    min-height: 39px;
}

.prod-sel .select2-container {
    width: 210px;
}

.gap-2 {
    gap: 16px;
}

.btn,
a:link.btn {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-center {
    position: relative;
    max-width: 100%;
    text-align: center;
    z-index: 200;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: 0px;
    opacity: 0;
}

.dropdown:checked + label,
.dropdown:not(:checked) + label {
    position: relative;
    height: 44px;
    transition: all 200ms linear;
    border-radius: 4px;
    width: 52px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    background-color: white;
    border: 1px solid #dfe7f3;
    border-radius: 4px;
    cursor: pointer;
    color: #102770;
    box-shadow: 0 12px 35px 0 rgba(255, 235, 167, 0.15);
}

.dropdown:checked + label:before {
    pointer-events: auto;
}

.dropdown:not(:checked) + label .uil {
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.dropdown:checked + label .uil {
    transform: rotate(180deg);
    font-size: 24px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.section-dropdown {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    top: 60px;
    right: 0;
    max-width: 220px;
    border-radius: 4px;
    display: none;
    box-shadow: 0 9px 7px 0 rgb(9 9 12 / 20%);
    z-index: 2;
    display: none;
    /* pointer-events: none; */
    /* transform: translateY(20px);
        transition: all 200ms linear; */
}

.dropdown:checked ~ .section-dropdown {
    display: flex;
    pointer-events: auto;
    transform: translateY(0);
}

a:hover {
    color: #102770;
    /* background-color: #ffeba7; */
}

.dark-light:checked ~ .sec-center .section-dropdown a:hover {
    color: #ffeba7;
    background-color: #102770;
}

a .uil {
    font-size: 22px;
}

.dropdown-sub:checked + label {
    position: relative;
    color: #fff;
    transition: all 200ms linear;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px;
    padding: 5px 0;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
    text-decoration: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}

.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil {
    font-size: 22px;
}

.dropdown-sub:not(:checked) + label .uil {
    transition: transform 200ms linear;
    display: none;
}

.dropdown-sub:checked + label .uil {
    transform: rotate(135deg);
    transition: transform 200ms linear;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover {
    color: #102770;
    background-color: #ffeba7;
}

.gap-2 {
    gap: 16px;
}

.prod-sel
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0.3rem 1rem;
    line-height: 1.2;
}

.prod-sel {
}

.prod-sel .select2-container--default .select2-selection--multiple,
.prod-sel .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    min-height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.5rem 1rem;
}
.select2-container .select2-selection--single {
    height:auto;
}
.prod-sel .select2-container {
    width: 180px;
}

.gap-2 {
    gap: 10px;
}

.choos-file > form {
    background-color: #736cc7;
    border: 1px solid #736cc7;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    border: 1px solid transparent;
    padding: 7px 10px;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    height: 38px;
    vertical-align: middle;
    font-weight: 300;
    cursor: pointer;
}

.choos-file > label:hover {
    background: #adadad;
}

.choos-file > [type="file"] {
    display: none;
}

input[type="file"]::file-selector-button {
    border-radius: 3px;
    border: hidden;
    background-color: #fff;
    transition: 1s;
}

input[type="file"]::file-selector-button:hover {
    background-color: #fff !important;
    box-shadow: 0 5px 10px rgba(115, 108, 199, 0.4) !important;
    color: #6861c3;
}
.pagination .page-item.active .page-link {
    padding: 5px 0 0;
}
.pagination {
    align-items: center;
}

.gap-2 {
    gap: 16px;
}

.order-checkbox > [type="checkbox"]:checked,
.order-checkbox > [type="checkbox"]:not(:checked) {
    position: inherit;
    left: 0px;
    opacity: 1;
    cursor: pointer;
    /* /* pointer-events: none; */
}

.pointer {
    cursor: pointer;
}

.amount-w > input {
    min-width: 120px;
}
.amount-w2 > input {
    min-width: 150px;
}




@media (max-width: 1440px) {
    .amount-w > input {
        min-width: 80px;
    }
}
@media (max-width: 1300px) {
    .form-group {
        overflow-x: scroll;
    }

.table-responsive-md{
    overflow-x: scroll;
}
}

@media (max-width: 1024px) {
    .content-wrapper{
width: 75% !important;
    }    
}


@media (max-width: 992px) {

    .content-wrapper{
        width: 100% !important;
            }   
    .top-toolbar.navbar-mobile.navbar-tablet {
        z-index: 11111;
        display: flex;
        flex-direction: row;
    }
    .sidebar.sidebar-left .sidebar-content .main-menu {
        margin-top: 65px;
    }
}

@media (max-width: 768px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

.prod-sel .select2-container {
    width: 254px !important;
}

.prod-sel .select2-container--default .select2-selection--multiple,
.prod-sel .select2-container--default .select2-selection--single {
    min-height: auto;
}

.select2-selection__placeholder {
    font-size: 16px;
    font-weight: 400;
}

.prod-sel
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    line-height: 1.6 !important;
    padding-top: 1px;
}

.drop-sec-2 {
    position: relative;
}

.close-btn {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 16px;
    cursor: pointer;
}

.btn:hover a {
    color: white !important;
}

.sidebar.sidebar-left .sidebar-content .main-menu .nav.metismenu {
    overflow: unset;
}

.max-w {
    width: max-content;
}
