/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
@font-face {
/*    font awesome*/
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../f')
}
#datatable tbody tr.selected {
    background-color:  #e0f3ff !important;
}
#datatable tbody tr.selected {
    background-color:  var(--bs-purple) !important;
}
#datatable tbody tr.selected td {
    color: white !important;
}
#datatable_wrapper .dt-buttons{
    width: 100%;
    height: 100%;

}
#datatable_wrapper .dt-buttons .buttons-excel{
    background-color: transparent !important;
}
#datatable_wrapper .dt-buttons .dt-button-collection{
    background-color: #283046 !important;
transform: scale(1) !important;
    padding: 10px 0 !important;
}
#datatable_wrapper .dt-buttons .dt-button-collection li{
    background-color: white !important;
    padding: 0 10px !important;

}
#datatable_wrapper .dt-buttons .dt-button-collection li.active{
    background-color: #283046 !important;
}
.product_table{
    border-top:transparent !important;
    border-bottom: transparent !important;
}
.product_table tr td:first-child{
    border-left: transparent !important;
}
.product_table tr td:last-child{
    border-right: transparent !important;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.border-right-none{
    border-right: none !important;
}
.border-left-none{
    border-left: none !important;
}
.border-top-none{
    border-top: none !important;
}
.border-bottom-none{
    border-bottom: none !important;
}

/*::-webkit-scrollbar {*/
/*    width: 20px;*/
/*}*/

/*!* scrollbar track *!*/
/*::-webkit-scrollbar-track {*/
/*    box-shadow: inset 0 0 5px #3b4253 ;*/
/*    border-radius: 10px;*/
/*}*/

/*!* scrollbar thumb *!*/
/*::-webkit-scrollbar-thumb {*/
/*    background: #161d31;*/
/*    border-radius: 10px;*/
/*}*/

#datatable_wrapper{
    color: #333 !important;
}
.date-period{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.date-period-filter{
    border-radius: 15px;
    padding: 10px 10px;
}

.font-standard{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}
/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #7367f0;*/
/*}*/

.top-to-bottom .carousel-inner {
    height: 100%;
}

.carousel.top-to-bottom .carousel-item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.top-to-bottom .active {
    top: 0;
}

.carousel.top-to-bottom .next {
    top: 400px;
}

.carousel.top-to-bottom .prev {
    top: -400px;
}
.carousel.top-to-bottom .carousel-item {
    left: 0;
}
