﻿/* width */
::-webkit-scrollbar {
    /*width: 7px;
    opacity: 0.2;
    right: 1px;*/
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    /*border-radius: 5px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #6c757d;
    border-radius: 7px;*/
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        /*background: #6c757d;*/
    }
.tblList tbody tr {
cursor:pointer;
}
.input-group > .select2-container--default {
    width: auto !important;
    flex: 1 1 auto;
}

    .input-group > .select2-container--default .select2-selection--single {
        line-height: inherit;
    }
.no-wrap {
    flex-wrap: nowrap !important;
}
.Amount {
    text-align: right;
}
.tablefooter-total {
    border-top-style: solid;
    border-bottom-style: double;
}
.select2-selection__rendered {
  padding-right:50px!important;
}
table tfoot {
    display: table-row-group;
}
div .pg {
    page-break-after: always !important;
}   
@media print {

    body {
        zoom: 75%; /*or whatever percentage you need, play around with this number*/
    }

    .table-responsive {
        width: 100%;
        overflow: hidden !important;
        min-height: 400px;
        height: auto;
    }
}

@page {
    margin: 2;
}

.password-eye:before {
    font-family: feather !important;
    content: "\e86a";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 16px;
}

.show-password .password-eye:before {
    content: "\e86e";
}

#tbl td {
    color: #000000 !important;
}


#userName {
    color: white;
}

#logoBox span {
    color: white;
}

#feMenuButton li button i {
    color: white;
}

.left-side-menu {
    background-color: #FFFFFF;
}

#card-hover {
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    transition: all 1s ease;
    background-color: #f2f8f9;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    border: 1px solid #f2f8f9;
}

    #card-hover:hover {
        transform: scale(1.05);
        transition: all 0.5s ease-out;
        box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
        top: -4px;
        border: 1px solid #cccccc;
        background-color: white;
    }