:root{
    --basicColor:#d0edff;
    --darkBasicColor:#25344b;
}
.top-2{top: 2px;}
.basicColor{background: var(--basicColor) !important;}
body{overflow-x: hidden;}
::placeholder{color: #686d6e !important}
.coverImage{object-fit: cover;}
.mainLogo img{max-width: 150px;}
.responsiveLogo img{max-width: 100px;}
.thmbImage{min-width: 45px; min-height: 45px;display: flex; align-items: center;justify-content: center;border-radius: 5px;}
.thmbImage img{max-width: 45px; max-height: 45px; object-fit: cover;}
.borderTable.table>:not(caption)>*>*{border: 1px solid var(--bs-border-color);}
.dropdown.dropstart, .dropdown.dropstart *{transition: all ease-in-out .1s;}
.customCardBody .card-body, .customCardBody{border-radius: 0px 1.8rem !important;/* border: 1px dashed rgb(116 116 116 / 31%); */}
.infoTransparntBg{background-color: var(--bs-info-bg-subtle);}
.SuccessTransparntBg{background-color: var(--bs-success-bg-subtle);}
.WarnTransparntBg{background-color: var(--bs-warning-bg-subtle);}
.dangerTransparntBg{background-color: var(--bs-danger-bg-subtle);}
.transParentBack{background-color: #7cd1ff;}
.iconDashboard{width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: .9rem 0px;border-bottom: 1px solid #d2d2d2;}
.orderDetails{padding: 20px 25px;}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{text-align: start;}
.roundedButton{padding: 2px 7px 0px;background: transparent;border: 1px solid #b7b7b7;border-radius: 10px;}
.roundedButton:hover{background-color: #e6e3e3;}
table.table.dataTable tr td{vertical-align: middle;}
.marginTable .row{margin: 0px;}
[data-bs-theme=dark][data-color-theme=Blue_Theme] .basicColor{background-color: var(--darkBasicColor) !important;}
.borderHalfRadius{border-radius: 5px !important;}
.topbar .navbar{width: calc(100% - 270px);margin-left: 270px;}
[data-sidebartype="mini-sidebar"] .topbar .navbar{width: calc(100% - 270px);margin-left: 65px;}
body .select2-container--classic .select2-selection--single, body .select2-container--classic .select2-selection--single .select2-selection__arrow, body .select2-container--classic .select2-selection--single .select2-selection__rendered, body .select2-container--default .select2-selection--multiple, body .select2-container--default .select2-selection--single, body .select2-container--default .select2-selection--single .select2-selection__arrow, body .select2-container--default .select2-selection--single .select2-selection__rendered{border: 1px solid #aebcc3;padding: 0px 16px;border-radius: 0.5rem;}
.left-sidebar .scroll-sidebar{height: calc(100% - 110px);}
/* selectBox */
.select2-selection--clearable .select2-selection__clear{display: none !important;}
.select2-selection .select2-selection__arrow{border: 0px !important;right: 0px !important;}
.selection .select2-selection{padding: 0px !important;}
.selection .select2-selection__rendered{border: 0px !important;}
/* selectBox */