*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}
*::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.bg-gradient-primary{
background-color: rgb(34,193,195)!important;
background: linear-gradient(90deg, rgb(2, 176, 138) 0%, rgb(14, 79, 143) 100%)!important;
}
#sidenav-collapse-main .navbar-nav .nav-link > i{
    font-size: 1.5rem;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: absolute;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
}

.modal.left .modal-body,
.modal.right .modal-body {
    overflow-y: auto;
}

div#invoice-modal {
    height: 730px;

}

.item-details-row {
    margin-top: 15px;
    margin-right: -10px;
    margin-left: -15px;
}

table.table.table-bordered.invoice-table {
    width: 1100px;
}
hr {
    margin: 1px 0 !important;
}

.mb-4, .my-4 {
    margin-bottom: 0rem !important;
}
/*Left*/
.modal.left.fade .modal-dialog{
    left: -100%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
    left: 0;
}
    
/*Right*/
.modal.right.fade .modal-dialog {
    right: -100%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

@media (min-width: 992px){
    .modal-xl {
        max-width: 1100px;
    }
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-content > form{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.modal-header, .modal-footer{
    position: relative;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}
.custom-radio.custom-control label {
    height: 46px;
    display: inline-flex;
    align-items: center;
    background: #ecf3ff;
    border: 1px solid rgba(16,44,86,.2);
    border-radius: 5px;
    padding: 10px 10px 10px 2rem;
    width: 100%;
    margin-bottom: 5px;
    justify-content: flex-start;
}
.custom-radio.custom-control input[type=radio]:checked+label {
    background-color: #2dce89;
    color: #fff;
}
.custom-radio.custom-control .custom-control-label::after,
.custom-radio.custom-control .custom-control-label::before {
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
}
.custom-radio .custom-control-input:active~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #fff;
    background-color: #fff;
}
@media (min-width: 1201px) and (max-width: 1600px){
.custom-radio.custom-control label {
    padding-left: 1.75rem;
    font-size: .75rem;
}
}

.modal .table th{
    vertical-align: middle;
}

.loading-section{
    background: rgb(255 255 255 / 80%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.loading-section i {
    font-size: 3rem;
}
.loading-section p {
    font-size: 1rem;
    font-weight: 500;
}
.select2-container .select2-selection--single{
    height: calc(2.75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: .875rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: 0.625rem 0.75rem;
    color: #8898aa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: calc(2.75rem + 2px);
}
.invoice-number-prefix {
    position: absolute;
    top: 32px;
    left: 16px;
    height: 44px;
    width: 53px;
    background-color: #e3e3e3;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.estimate-number-prefix {
    position: absolute;
    top: 32px;
    left: 16px;
    height: 44px;
    width: 53px;
    background-color: #e3e3e3;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.suggestions {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
}
.suggestions li {
  padding: 5px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
    padding-right: 10px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
    padding-left: 10px;
}
table.dataTable>tbody>tr.child ul.dtr-details{
    width: 100%;
}
table.dataTable>tbody>tr.child{
    background-color: aliceblue;
}

.pac-container {
    z-index: 2000 !important;
}

.hdpi .pac-logo::after {
    background-image: none !important;
}

.is-required {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.loader-container {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent grey background */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.form-group select{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAABDklEQVRoge3UMW4CMRCF4QlIKXIv6FJOmSiype3BrhL7ICnhElG4Fx0SqV4kFkh2wbueld5fu3ifLI0IY4wxxpjpZqr6WHtEj873qurchbT1Ie+em+ap0rDOXd3rQv70MR99zEfrmF8E9sb0JSIPIiLyFt4XPua9dUwb4UI6+PDxcvLIOqYTAlnF9EIga5ibEMgK5i4Eqo0pgkC1MEURaGzMIAg0FmZQBBoaMwoCtTEupu8SmFERqDSmCgKVwlRFoHsxJhDIrdLyFoyqzl1MGxMI1BdjEoG6Ykwj0H+YSSDQNcwlhFvn19p7/+wSpn2dzCNQGzNJBDr7mSkiEDCTRiC3Skuz14kxxhhjjHXqB04AGggQimjjAAAAAElFTkSuQmCC);
	background-position: 97% center;
	background-repeat: no-repeat;
	background-size: 17px;
  padding-right: 30px;

}
.form-group select_class{
    -webkit-appearance: listbox !important;
    --smart-list-box-border-top-right-radius: 10px !important;
    --smart-list-box-border-top-left-radius: 10px !important;
    --smart-list-box-border-bottom-left-radius: 10px !important;
    --smart-list-box-border-bottom-right-radius: 10px !important;
}
.form-group {
     margin-bottom: 0px;
     
}

@media (min-width: 768px){
    .navbar-vertical.navbar-expand-md .navbar-brand-img {
        min-height: 4.5rem !Important;
    }
    
}
