@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body{
    font-family: 'Poppins', sans-serif !important;
    color: #56585b;
    font-weight: normal;
    font-size: 14px;
}

.btn{
    font-family: 'Poppins', sans-serif !important;
    font-size:14px;
    line-height: normal;
}

table {
    line-height: normal;
    font-size: 15px;
}


table  tr td{
    vertical-align: middle !important;
    font-family: 'Poppins', sans-serif !important;
}

.table-resonsive{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#example1_wrapper table td button {
    margin-bottom: 4px !important;
}

.table-dark+tbody>tr:nth-of-type(even)>* {
    background: #f7f7f7;
}

.ui-datepicker-trigger {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.dateinput {
    position: relative;
    z-index: 0;
}

.form_outer {
    position: relative;
}

.dateinput input {
    z-index: 1 !important;
}

.content-wrapper .box:not(:last-child) {
    margin-bottom: 15px;
}

.inner_heading {
    color: #56585b;
    font-size: 21px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.inner_heading:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #282828;
}

.form-control {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
}

.input_fields_wrap {
    width: 100%;
    padding: 0 7.5px;
}

.content-wrapper .card-body{
  padding:0;  
}

.content-wrapper .box .row>[class^="col-"] {
    margin-bottom: 15px;
}

.content-wrapper [class^="box"]:not(:nth-child(1)) {
    border-top: 2px solid #d0d7dd;
}

.content-wrapper .box {
    margin-bottom: 20px;
    padding: 20px 25px 0 25px;
}

.content-wrapper .entry button img {
    width: 14px;
}

.content-wrapper .entry button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
}
.main-header {
    z-index: 10;
}
.datepicker table tr td, .datepicker table tr th {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
/**/
.main-sidebar, .main-sidebar::before {
    width: 190px;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(190px - 0.5rem * 2);
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 190px;
}

/**/
#example1_wrapper .row>[class^="col-"] {
    display: flex;
    align-items: center;
}

.main-header .nav-link {
    font-size: 20px;
    text-decoration: none;
    outline: none;
}

.brand-link i {
    margin-left: 0.05rem;
    font-size: 1.2rem;
    margin-right: 0.2rem;
    text-align: center;
    width: 1.6rem;
}

.brand-link {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 14px !important;
    line-height: normal !important;
    padding: 0.5rem 1rem  !important;
}


#example1_wrapper .row>[class^="col-"]:last-child {
    justify-content: end;
}

.scroll-table {
    height: 100%;
    overflow-y: auto;
    max-height: 350px;
}

/*RESPONSIVE*/


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    .mob_tab thead { 
        display:none;
    }
    .mob_tab tbody tr{
        box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        max-width: 100%;
        position: relative;
        display: block;
    }
    .mob_tab tbody tr:not(:last-child) {
        margin-bottom: 1rem;
    }
    .mob_tab td {
        display: flex;
        width: auto;
        justify-content: space-between;
        text-align: right;
        border-bottom: 1px solid hsl(0deg, 0%, 96%);
    }
    .mob_tab td:before {
        content: attr(data-label);
        padding-right: 10px;
        text-align: left;
    }

}

@media (min-width: 992px){
    .table-responsive {
        display: table;
    }
}

@media (max-width: 991.98px){
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, 
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, 
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 0;
    }
    
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, 
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, 
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header{
        margin-left: 0;
    }
    
    
    table.dataTable{
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    table.dataTable td, 
    table.dataTable th{
        display: table-cell !important;
    }
}

@media (max-width: 480px){
    .mob_tab td {
        font-size: 13px;
    }
}


.shadow-scroll-x {
  overflow-x: auto;
  background-color: white;
  /*background-image: linear-gradient(to right, white 0%, white 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, white 0%, white 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);*/
  background-repeat: no-repeat;
  background-position: left center, right center, left center, right center;
  background-size: 10px 100%, 10px 100%, 10px 100%, 10px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  -webkit-overflow-scrolling: touch;
  /* 
    Progressive enhancement of scrollbar on webkit
    Use media queries to only use on mobile */
}
.shadow-scroll-x::-webkit-scrollbar {
  height: 5px;
  background-color: white;
}
.shadow-scroll-x::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}
.shadow-scroll-x::-webkit-scrollbar-button {
  display: none;
}

