.sidebar .dropdown-menu.multi-level {
    position: static ;
    transform: none ;
    float: none ;
    background: transparent ;
    border: 0 ;
    border-radius: 0 ;
    box-shadow: none ;
    padding-left: 10px ;
}
.sidebar .dropdown.open>a, .sidebar .dropdown.open>a:hover{
    background-color: #00BCD4 ;
    opacity: 0.85 ;
    transition:none ;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 188 212 / 40%) ;
}

.mat-elevation-z8 {
    box-shadow: none !important;
    border-radius: 0 0 6px 6px !important;
}
mat-header-row.mat-header-row {
    border-radius: 6px 6px 0 0 !important;
    position: sticky;
    top: 0;

}
/* mat-table.mat-elevation-z8.mat-table {
    margin: 0.9375rem 20px;
    padding: 0;
    overflow-y: auto;
    height: calc(100vh - 330px);

} */

::-webkit-scrollbar-thumb {
    background: #EFEFEF;
  }
  ::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  [_ngcontent-c5]::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    background-color: #F1F1F1 !important;
}
.set-row {
    background-color: rgba(0,0,0,.045) !important;
}

.card[_ngcontent-c5] [class*="card-header-"][_ngcontent-c5] .card-icon[_ngcontent-c5]{box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 188 212 / 40%);}
@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}
.sebm-google-map-container {
  height: 300px;
}
#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
    margin-top: 70px;
}

.places-buttons .btn{
    margin-bottom: 30px
}

.space-70{
    height: 70px;
    display: block;
}

.tim-row{
    margin-bottom: 20px;
}

.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}
@media (min-width: 992px){

    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

/* body * {
    font-size: 15px !important;
} */
.btn.btn-success{
    background-color: #00AFBA !important;
}

@media (min-width: 576px)
{
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
}
.mat-tooltip.ng-trigger.ng-trigger-state  {
    background: #000 !important;
     color: #fff !important;
     /* height: 22px; */
     padding: 3px 10px;
     border-radius: 14.5px !important;
     background-color: #3C4858 !important;
     min-width: auto;
 }
 .customesetTable
 {
     text-transform: none !important;
     text-align: left;
    padding-left: 20px !important;
 }
 .setTableHeight
 {
     height:calc(100vh - 332px) !important;
     overflow-y:auto;
     overflow-x:hidden;
 }
 .setTableHeightscroll{
    height:calc(100vh - 305px) !important;
    overflow-y:auto;
    overflow-x:hidden;
 }

 .pageClass .mat-select-value{
    max-width:  44px !important;
}
.mat-paginator-page-size{
    display:none !important;
}
