#product tr{
    cursor: pointer;
}

.field-customer-birthday{
    margin-top: -4px;
}

.field-customer-birthday input{
    max-height: 30px;
    box-shadow: none !important;
}

.select2-container--krajee .select2-selection--single{
    height: 40px;
    padding: 8px 24px 6px 12px;
}

.navbar-brand{
    margin-top: 5px;
}

.navbar{
    padding-top: 4px;
    padding-bottom: 4px;
}

.logo{
    padding: 3px 0;
    margin-right: 20px;
}

.logo img{
    height: 30px;
    margin-right: 10px;
}

.items-baseline {
    -webkit-box-align: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end;
}

.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: unset !important;
}

.logo .logo-text {
    font-size: 11px;
    color: #e13841;
    font-weight: 600;
    margin-top: 12px;
}

.section-nav.section-button{
    margin-top: -52px;
}

.text-nowrap{
    max-width: 22ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-body{
    background: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.calendar-month .col-md-1{
    padding: 0;
}

.calendar-month .col-md-1:first-child{
    padding-left: 10px;
}

.calendar-month .col-md-1:last-child{
    padding-right: 10px;
}

.calendar-month .col-md-1:last-child a{
    border-right: 1px solid #cecece;
}

.calendar-month a{
    border-left: 1px solid #cecece;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
}

.calendar-month a.btn-primary{
    border-color: #3F93F3;
}

.calendar-month a span{
    text-transform: uppercase;
}

.listing-actions a:not(:last-child) {
    margin-right: 10px;
}

table thead tr {
    background-color: #FFFFFF;
}

.table tbody tr, .table tbody tr td {
    padding: 4px 2px;
    font-size: 14px;
}

.label-purple {
    background-color: #9182d3;
    color : #fff
}

.section-title{
    display: block;
}

.section-heading {
    display: flex;
}

.table-actions a {
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    vertical-align: middle;
}

.table-actions a svg {
    fill: #3F93F3
}

.btn-icon {
    position: relative;
    top: 2px;
    left: 2px;
}

tr td {
    vertical-align: middle;
}

.table-actions a:not(:last-child) {
    margin-right: 5px;
}

@media (max-width: 767px) {

    .table tbody tr, .table tbody tr td {
        padding: 4px 8px;
    }

    .table tbody tr td:last-child {
        padding: 4px 8px;
    }

    .table tbody tr td:first-child {
        padding-left: 8px;
    }

    .text-center {
        text-align: left;
    }

    .bold {
        font-weight: bold;
    }

    .w-300px {
        width: 100% !important;
    }

    .form-inline .form-group {
        margin-right: 0px;
    }

    #form-filter .form-group {
        width: 100%;
        margin-bottom: 5px;
    }

    #form-filter {
        display: block;
    }

    .table tbody tr td {
        display: grid;
    }
}