.calendar-label-default {}


.clinic_resource_item .select2-selection__rendered {
    padding-left: 0px !important;
}

.clinic_resource_item .select2 {
    width: 60px !important;
}

.clinic_resource_item>.select2>ul>li {
    padding: 0px !important;
}

.color-select2-option {
    height: 38px;
    width: 38px;
    display: block;
    border-radius: 7px;
    border: 3px solid white;
}

.sticky-table-container {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sticky-table-container .stick-item {
    position: sticky;
    top: 31px;
    border-bottom: 1px solid #dedcdc;
    background-color: #f5f5f5;
}

.sticky-table-container table {
    border-collapse: collapse;
}


.sticky-table-container thead {
    position: sticky;
    top: 0;
    /* border-bottom: 2px solid #ccc; */
}



.sticky-table-container tfoot {
    position: sticky;
    bottom: 0;
    /* border-bottom: 2px solid #ccc; */
}

.sticky-table-container tfoot th {
    border-top: 1px solid #dedcdc;
    background-color: #f5f5f5;
}

.site-header {
    /* background: #e3f2fd; */
    background: #48778B;
    padding: 12px 12px;
    /* height: 50px; */
    /* line-height: 28px; */
    /* border-bottom: 1px solid #f5f5f5; */
    z-index: 9;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.site-header .site-logo {
    height: 6rem;
}

.report-info-box {
    padding: 6px 0px;
}

.report-info-box>b {
    font-size: 1.5rem;
    font-weight: 600;
    background: #f5f5f5;
    padding: 3px 6px;
    margin-right: 16px;
    min-width: 120px;
    display: inline-block;
    /* border-radius: 1px; */
    color: #48778B;
}

.report-info-box>.report-info-box-header {
    width: 100%;
    display: flow-root;
    background: #f5f5f5;
    padding: 6px 5px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #48778B;
}

.report-patient-box {}

.no-data-found-text {
    font-weight: 600;
    padding: 2rem 1rem;
    background: #eeeeee;
    color: #90a4ae;
    font-size: 2rem;
}

.report-patient-box>.item {
    text-align: left;
    padding: 1px 2px;
    border-bottom: 1px solid #f5f5f5;
}

.report-patient-box>.item:last-child {
    border-bottom: none;
}

.report-info-box>.item-box {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.report-info-box>.item-box>.item {
    padding: 3px 0px;
}

.report-info-box>.item-box>.item>.item-title {
    font-size: 1.5rem;
    font-weight: 600;
    background: #f5f5f5;
    padding: 3px 6px;
    margin-right: 16px;
    min-width: 120px;
    display: inline-block;
    color: #48778B;
}

.report-info-box>.item-box>.item>.item-content {}

.report-clinic-name {
    font-weight: 600;
    font-size: 1.7rem;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #7986cb;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.site-footer {
    /* background: #e3f2fd; */
    background: #eeeeee;
    padding: 12px 12px;
    /* height: 50px; */
    /* line-height: 28px; */
    /* border-bottom: 1px solid #f5f5f5; */
    z-index: 9;
    position: fixed;
    bottom: 0;
}

.site-footer .footer-image {
    height: 6rem;
}

.footer-image-1 {
    height: 5rem;
}

.navbar-logo {
    height: 6rem;
}

.site-footer-title {
    font-weight: unset;
    color: #388e3c;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

.site-header-title {
    font-weight: 700;
    color: #9ccc65;
    font-size: 18px;
    float: left;
}

.site-link-box {
    float: right;
    padding: 0px 10px;
    text-align: right;
    line-height: 24px;
}

.site-link-box .link-email {
    color: #fafafa;
    font-weight: 400;
}

.site-link-box .link-email a, .link-phone a {
    color: #f0f8ff;

}

.site-link-box .link-phone {
    color: #fafafa;
    font-weight: 400;
}

.site-link-box .link-divider {
    font-weight: 400;
    color: #e0e0e0;
    padding: 0px 6px;
    font-size: 14px;
}

.logicnibble-form .form-control {
    height: 50px;
    border-radius: 8px;
}

.logicnibble-form-default {}

.d-none {
    display: none !important;
}

.df {
    display: inline-flex !important;
}

.clinic-name-image {
    cursor: pointer;
    color: #616161;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px dashed;
}

table.dataTable thead .sorting, .sorting_asc, .sorting_desc {
    background-image: none !important;
}

.logicnibble-form-default label {
    font-weight: 400 !important;
}

.logicnibble-form-default-jumbo label.jumbo {
    font-weight: 700 !important;
    font-size: 18px;
}

.form-control-jumbo {
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
}

.form-control-otp {
    font-size: 30px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.site-form-header {
    /* font-weight: 500;
    border-bottom: 3px solid #90caf9;
    display: inline;
    padding-right: 40px;
    padding-bottom: 5px;
    color: #0095dc; */
    font-weight: 500;
    border-bottom: 3px solid #66a1ba;
    display: inline;
    padding-right: 40px;
    padding-bottom: 5px;
    color: #48778b;
}

.jq-toast-single {
    border-radius: 8px !important;
    font-family: 'Poppins' !important;
    font-weight: 400;
}

.jq-toast-single h2 {
    font-family: 'Poppins' !important;
    font-weight: 500;
}

.close-jq-toast-single {
    top: 3px !important;
    right: 3px !important;
    font-size: 16px !important;
    color: #ffffff;
    padding: 0px 4px !important;
}

.jq-icon-error {
    background-color: #EF5353 !important;
}

.required {
    color: #EF5353 !important;
}

.jq-icon-info {
    background-color: #64b5f6 !important;
    color: #e3f2fd !important;
}

.jq-icon-success {
    color: #e8f5e9 !important;
    background-color: #81c784 !important;
}

.jq-toast-wrap.top-right {
    top: 20px !important;
    right: 20px !important;
}

.btn-grad {
    /* background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%) */
    background-image: linear-gradient(to right, #6b9aae 0%, #48778b 51%, #f4fdff 100%);
}

.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.logicnibble-text-logo {
    /* color: #5E8696; */
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.dashboard-w .mdi {
    font-size: 50px !important;
}

.dashboard-w-1 {}

.dashboard-w-2 {}

.dashboard-w-3 {}

.dashboard-w-4 {}

.d-grid {
    display: grid;
}

#client_attandance_container {
    padding: 20px 0px 10px 35px
}

.panel-toolbar {
    display: flex;
    padding: 0px 0px 5px;
    align-items: center;
    border-bottom: 0.8px solid #f5f5f5;
    box-shadow: 0px 9px 13px -10px #efe7e7;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.time-error {
    background-color: #ffebee;
}

.logicnibble-table>thead>tr>th {
    border-bottom: 1px solid #fafafa !important;
    border-top: 1px solid #fafafa !important;
    background: #f1f1f15c !important;
    padding: 5px 8px !important;
    line-height: 30px;
    font-weight: 400 !important;
}

.logicnibble-table .dropdown-menu .divider {
    margin: 0 !important;
}

.logicnibble-table-form>thead>tr>th {
    border-bottom: 1px solid #fafafa !important;
    /* border-top: 1px solid #fafafa !important; */
    /* background: #f1f1f15c; */
    padding: 5px 8px !important;
    line-height: 30px;
    font-weight: 400;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500 !important;
}

.logicnibble-table-form>tbody>tr>td {
    padding: 8px 8px !important;
    border-top: none;
}

.logicnibble-table-form .form-group {
    margin-bottom: 10px;
}

.patient-address {
    padding: 0px 0px;
    border: 1px solid #f5f5f5;
    margin: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.patient-address>[class*=col-] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.patient-address .logic-nibble-category {
    background: #fafafa;
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}

.patient-address .logic-nibble-category ul {
    padding: 9px 7px;
    margin-bottom: 0px;
}

.option-other-value-box {
    margin-top: 8px;
    display: none;
}

.offence-box {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px;
    padding-top: 20px;
    border-top: 0.2em dashed;
    border-color: #f5f5f5;
}

.user-header-email {
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #5E8696;
}

.ln-widget-1 {
    background: #48778Bdb;
}

.ln-widget-1 .dashboard-icon {
    background: #48778B;
    color: #fff;
}

.ln-widget-2 {
    background: #5E8696;
}

.ln-widget-2 .dashboard-icon {
    background: #48778B;
    color: #fff;
}


.ln-widget-3 {
    background: #fafafadb;
}

.ln-widget-3 .dashboard-icon {
    background: #48778B;
    color: #fff;
}


.ln-widget-3 .dashboard-title {
    color: #8f9a9f !important;
} 
.ln-widget-3 .dashboard-number-x1 {
    color: #9d8ef8 !important;
}

.ln-widget-3 .dashboard-number-x2 {
    color: #76d342!important;
}

.ln-widget-3 .dashboard-number-x3 {
    color: #f25f7a!important;
}

.dashboard-widget {
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    border-radius: 7px;
    overflow: hidden;
    transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
}

.dashboard-widget:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0px 2px 4px rgb(46 41 51 / 8%), 0px 5px 10px rgb(71 63 79 / 16%);
}

.dashboard-widget .dashboard-icon {
    padding: 12px 18px;
    width: 80px;
    text-align: left;
}

.dashboard-widget .dashboard-icon .mdi {
    font-size: 45px;
}

.dashboard-widget .dashboard-content {
    padding: 12px 0px;
}

.dashboard-widget .dashboard-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 0px 12px;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.dashboard-widget .dashboard-number {
    font-weight: 700;
    font-size: 26px;
    padding: 0px 12px;
    color: #fafafa;
}

.logicnibble-form-panel-staff {
    /* margin-bottom: 2px !important;
    border-radius: 0px; */
    margin-bottom: 10px !important;
    border-radius: 5px;
    border-top: 4px solid #5E8696;
    overflow: hidden;
}

.logicnibble-table-panel {
    border-radius: 4px;
    border-top: 0px;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.logicnibble-table-panel .panel-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.logicnibble-form-panel-staff .panel-heading {
    padding: 10px 25px;
}

.quarter-filter {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 10px 0px;
}

.date-filter-box {
    /* border-top: 1px solid; */
    border-color: #dfdfdf;
    /* margin-top: 1.6rem; */
    /* border-radius: 5px; */
    padding: 10px 0px;
}

.option-box {
    border: 1px solid #EEEEEE;
    padding: 10px 0px;
    border-radius: 5px;
}
.quarter-filter input[type="radio"] {
    height: 0;
    width: 0;
}

.quarter-filter input[type="radio"]:checked+label>li {
    background: #48778B;
    color: whitesmoke;
}

.quarter-filter li {
    background: #e5ebeb;
    color: #48778B;
    padding: 1rem 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}

.filter-section-header {
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 9px;
    margin-bottom: 2rem;
    background: #f5f5f5;
}

.filter-report-action-panel {
    border-top: 1px solid #f5f5f5;
    text-align: right;
    width: 100%;
    display: inline-block;
    padding-top: 1rem;
    margin-top: 1rem;
}

.quarter-filter li:hover {
    background: #79cfc7;
    color: whitesmoke;
}

.quarter-filter li.active {
    background: #48778B;
    color: whitesmoke;
}

.logicnibble-form-panel {
    /* margin-bottom: 2px !important;
    border-radius: 0px; */
    margin-bottom: 10px !important;
    border-radius: 16px;
    border-top: 4px solid #48778B;
    overflow: hidden;
}

.logicnibble-form-panel .panel-heading {
    padding: 10px 25px;
}

.logicnibble-input-group {
    border: 1px solid;
    border-radius: 3px;
    border-color: #e4e7ea;
}

.logicnibble-search-widget {
    display: flex;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 5px;
}

.action-panel {
    background: #fff;
    overflow: hidden;
    padding: 6px 5px 6px;
    margin-bottom: 5px;
    /* margin-left: -25.5px; */
    /* margin-right: -25.5px; */
    border-bottom: 1px dashed #eeeeee;
    background: #fafafa;
    width: 100%;
}

.action-panel .btn {
    /* margin-top: 3px; */
    padding: 5px 8px;
}

@keyframes blink {
    0% {
        opacity: 0.3;
        /* color: #48778B; */
    }

    100% {
        opacity: 1;
        /* color: #fff; */
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.3;
        /* color: #48778B; */
    }

    100% {
        opacity: 1;
        /* color: #fff; */
    }
}

.blink {
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;
}


/* Data table */
.logicnibble-datatable-view {}

.logicnibble-datatable-view .dataTables_wrapper .dataTables_filter input, select {
    padding: 4px 8px !important;
}


.logicnibble-datatable-view .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    margin-bottom: 10px !important;
}

/* Ripple animation : Parth Patel */
.logic-nibble-ripple {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

.logic-nibble-ripple::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    z-index: -1;
    animation: ripple 1.5s ease-out infinite;
}

.logic-nibble-ripple {
    background-color: #ff414d;
    transform: scale(0.9);
}

.logic-nibble-ripple::before {
    animation-delay: 0.2s;
}

/* .logic-nibble-ripple {
    background-color: #ff7a00;
    transform: scale(0.9);
  } */

.logic-nibble-ripple::before {
    animation-delay: 0.4s;
}

/*   
  logic-nibble-ripple:nth-child(3) {
    background-color: #28df99;
    transform: scale(0.8);
  }
  
  logic-nibble-ripple:nth-child(3)::before {
    animation-delay: 0.6s;
  }
  
  logic-nibble-ripple:nth-child(4) {
    background-color: #81b214;
    transform: scale(0.7);
  }
  
  logic-nibble-ripple:nth-child(4)::before {
    animation-delay: 0.8s;
  }
  
  logic-nibble-ripple:last-child {
    background-color: #f09ae9;
    transform: scale(0.6);
  }
  
  logic-nibble-ripple:last-child::before {
    animation-delay: 1s;
  }
   */
@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(3);
    }
}


.ln-tbl-cell {
    display: block;
    font-weight: 400;
}

.form-control-guide {
    background: #48778B;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    color: #fff;
    border-radius: 4px;
    text-shadow: 0px 1px 4px #000;
    align-items: baseline;
}

.taxable-amount {
    background: #f53b63;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 4px;
    white-space: nowrap;
}

.non-taxable-amount {
    background: #4caf50;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 4px;
    white-space: nowrap;
}

.action-panel-1 {
    background: #fff;
    overflow: hidden;
    padding: 14px 0px 14px;
    margin-bottom: 5px;
    /* margin-left: -25.5px; */
    /* margin-right: -25.5px; */
    border-bottom: 1px dashed #eeeeee;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
}

.action-panel-1 .btn {
    /* margin-top: 3px; */
    padding: 5px 8px;
}

.view-label {
    display: inline-grid;
    width: 100%;
    justify-items: start;
}

.view-label .label {
    color: #ffffff;
    font-size: 12px;
    background: #5E8696;
    padding: 3px 5px;
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.view-label .label-data {
    border: 1px solid #5E8696;
    padding: 5px 4px;
    width: 100%;
    display: block;
    border-radius: 3px;
    border-top-left-radius: 0px;
}

.view-label-1 {
    display: inline-grid;
    width: 100%;
    justify-items: start;
}

.view-label-1 .label {
    color: #757575;
    font-size: 12px;
    background: #f0f0f0;
    padding: 3px 5px;
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.view-label-1 .label-data {
    border: 1px solid #f0f0f0;
    padding: 5px 4px;
    width: 100%;
    display: block;
    border-radius: 3px;
    border-top-left-radius: 0px;
}

/* Invoice Module : Parth Patel */
.item-sub-total-box {
    padding: 7px 11px !important;
    text-align: right;
    border-top: 1px solid #f7f7f7;
}

.tax-box {
    display: inline-block;
    text-align: center;
    border: 1px solid;
    border-color: #eeeeee;
    border-radius: 4px;
}

.tax-group {}

.tax-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.tax-input-group-addon {
    border-radius: 2px;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    /* border-radius: 4px; */
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.tax-box .input-control {
    margin: 0px !important;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 7px 12px;
    transition: all 300ms linear 0s;
}

.tax-box .amount-box {
    line-height: 34px;
    font-size: 22px;
}

.add-item-panel {
    background: #f7fafc;
    padding: 8px 0px;
    margin: 0px;
}

.add-item-button {
    margin-top: 25px !important;
    float: right;
    margin-right: 20px;
}

.add-product-invoice-panel {
    padding: 10px 0px 10px 0px;
    /* margin-bottom: 25px; */
}

.invoice-table-1 {
    width: 100%;
    max-width: 100%;
}

.invoice-table-1 thead>tr>th, .invoice-table-1 tbody>tr>td {
    padding: 7px 5px;
}

.invoice-table-1 thead>tr>th {
    background: #48778B;
    color: #ffffff;
}

.invoice-table-1 thead>tr>th:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.invoice-table-1 thead>tr>th:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.invoice-table-2 {
    width: 100%;
    max-width: 100%;
}

.invoice-table-2 thead>tr>th, .invoice-table-2 tbody>tr>td {
    padding: 7px 5px;
}

.invoice-table-2 thead>tr>th {
    background: #f0f0f0;
    color: #757575;
}

.invoice-table-2 thead>tr>th:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.invoice-table-2 thead>tr>th:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.view-table-1 {
    width: 100%;
    max-width: 100%;
}

.view-table-1 thead>tr>th, .view-table-1 tbody>tr>td {
    padding: 6px 5px !important;
    vertical-align: baseline;
}

.view-table-1 thead>tr>th>.form-control, .view-table-1 tbody>tr>td>.form-control {
    /* padding: 0 !important; */
    border: none !important;
}

.view-table-1 thead>tr>th {
    /* background: #f0f0f0;
    color: #757575; */
    background: #5E8696;
    color: #f9fffe;
}

.view-table-1 thead>tr>th:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.view-table-1 thead>tr>th:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.view-table-2 {
    width: 100%;
    max-width: 100%;
}

.view-table-2 thead>tr>th, .view-table-2 tbody>tr>td {
    padding: 6px 5px !important;

    vertical-align: baseline;

}

.view-table-2 thead>tr>th>.form-control, .view-table-2 tbody>tr>td>.form-control {
    /* padding: 0 !important; */
    border: none !important;
}

.view-table-2 thead>tr>th {
    /* background: #f0f0f0;
    color: #757575; */
    background: #f5f5f5;
    color: #48778B;
}

.view-table-2 thead>tr>th:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.view-table-2 thead>tr>th:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.hr-strip {
    background: #edf1f5;
    height: 3px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 15px;
}

.select-item-template {}

.select-item-code {
    font-weight: 600;
}

.select-item-text {}

.select-item-price {}

/* End -invoice module */
.b-t-strip {
    padding-top: 20px;
    border-top: 0.2em dashed;
    border-color: #f5f5f5;
}

.user-strip {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.user-strip .s1 {
    /* height: 45px;
    width: 45px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%; */
    height: 65px;
    width: 65px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #7986CB;
}

.user-strip .s2 {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    padding: 0px 10px;
    justify-content: space-evenly;
}

.user-strip .s3 {}

.user-strip .s4 {
    /* display: block;
    font-size: 14px;
    font-weight: 500;
    color: #5E8696; */
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #5E8696;
}

.user-strip .s5 {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 1px;
}

.user-strip .s5 b {
    font-weight: 600;
    background: #ECEFF1;
    padding: 0px 4px;
    margin-right: 4px;
}



.user-strip .s1-compact {
    /* height: 45px;
    width: 45px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%; */
    height: 55px;
    width: 55px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #ECEFF1;
}

.user-strip .s2-compact {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    padding: 0px 10px;
    justify-content: space-evenly;
}

.user-strip .s3-compact {}

.user-strip .s4-compact {
    /* display: block;
    font-size: 14px;
    font-weight: 500;
    color: #5E8696; */
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #5E8696;
}

.user-strip .s5-compact {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 1px;
}

.user-strip .s5-compact b {
    /* font-weight: 600;
    background: #ECEFF1;
    padding: 0px 4px;
    margin-right: 4px; */
    font-weight: 600;
    /* background: #ECEFF1; */
    padding: 0px 4px;
    margin-right: 4px;
    border-radius: 3px;
    border: 1px solid #E0E0E0;
}
.check-count-box {
    display: inline-flex;
    align-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 5px 10px;
}

.action-heading {
    display: flow-root;
    padding: 7px 0px 5px;
    border-bottom: 1px solid #f5f5f5;
}

/* Checklist functionality  : Parth Patel */
.check-list-item {
    display: flex;
    padding: 14px 10px;
    box-shadow: 1px 2px 4px 1px #eaeaea;
    border-radius: 6px;
    transition: all ease-in 20ms;
    transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
}

.check-list-item-wrapper {
    padding: 5px;
}

.check-list-item .check-list-item-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    /* width: 100%;
    height: 100%; */
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.check-list-item.selected {
    background: #009688;
}

.check-list-item.selected .s4 {
    color: #fff;
}

.check-list-item.selected .s5 {
    color: #f5f5f5;
}

.check-list-item.selected:hover {
    background: #5E8696;
}

.check-list-item:hover {
    background: #edf1f5;
    transform: translateY(-0.25rem);
    box-shadow: 0px 2px 4px rgb(46 41 51 / 8%), 0px 5px 10px rgb(71 63 79 / 16%);
}

.check-list-item .label {
    padding: 0px 7px 0px;
    font-weight: 500;
    font-size: 10px;
}

.check-list-item .s1 {
    height: 50px;
    width: 50px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 50%;
}

.check-list-item .s2 {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    padding: 0px 10px;
    justify-content: space-evenly;
}

.check-list-item .s3 {}

.check-list-item .s4 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #5E8696;
}

.check-list-item .s5 {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #757575;
}


#client_container {
    max-height: 375px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.logicnibble-thumb-view {
    height: 98px;
    width: 98px;
    margin-bottom: 15px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #e0e0e0;
}

.logicnibble-thumb {
    height: 35px;
    display: block;
    overflow: hidden;
    width: 35px;
    border-radius: 8px;
}

.logicnibble-thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.logicnibble-search-widget .control {
    border: none !important;
    height: 30px;
}

.logicnibble-search-widget .w-icon {
    padding: 0 5px;
    color: #5E8696;
    border-left: 1px solid #fafafa;
}

.tooltip {
    font-family: inherit !important;
    letter-spacing: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 38px;
}

.logicnibble-select-mini {}

.logicnibble-select-mini .select2-container {
    height: 32px;
    font-size: 13px;
}

.logicnibble-select-mini .select2-container .select2-selection--single {
    height: 30px;
}

.logicnibble-select-mini .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
    font-weight: 500;
}

.logicnibble-select-mini .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 40%;
}

.logicnibble-select-mini .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px;
    padding: 5px 7px;
}

.full-space {}

.full-space #page-wrapper {
    margin: 0px !important;
}

.full-space .footer {
    left: 0 !important;
}

.full-space-1 {}

.full-space-1 .navbar-left {
    display: none;
}

.full-space-1 #page-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.full-space-1 .footer {
    left: 0 !important;
}

.color-cat {
    /* background: black; */
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 3px;
    position: absolute;
    left: 70px;
    top: -4.5px;
}

.m-r-40 {
    margin-right: 40px !important;
}

.cat1 {
    background: #3f51b5;
}

.cat2 {
    background: #03c203;
}

.cat3 {
    background: #903fb5;
}

.cat4 {
    background: #dac400;
}

.cat5 {
    background: #a52a2a;
}

.logicnibble-select2-suboption {}

.center-col {
    float: unset;
    margin: auto !important;
}

.redborder .input-group-addon {
    color: #ef9a9a;
}


.logicnibble-input-group .input-group-addon {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: none !important;
}

.logicnibble-input-group .form-control {
    border: none !important;
}

.logicnibble-core-service-panel {}

.input-group .select2-container--default .select2-selection--multiple {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group .select2-container {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.logicnibble-core-service-panel .staff-added {
    background: #ffecb3;
}

.logicnibble-core-service-panel .clinic-suggestion {
    background: #c5cae9;
}

.logicnibble-core-service-panel-title {
    padding: 9px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #f5f5f5;
}

.logicnibble-collapse-panel {
    margin-bottom: 12px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    overflow: hidden
}

.logicnibble-collapse-panel-title {
    background: #f7f7f7;
    padding: 9px 8px;
}

.logicnibble-collapse-panel-body {
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.label.v1{
    padding: 1px 5px 1px;
    font-size: 70%;
}
.ln-list-ul{
    /* padding: 0; */
    margin: 0;
    list-style: square;
    color: #607D8B;
    /* font-size: 2rem; */
}
.ln-list-ul li{
    
}
.logicnibble-collapse-panel.v1 {
    margin-bottom: 10px;
    border-radius: 0px;
    margin-bottom: 15px;
    border: 0px solid #e0e0e0;
    overflow: hidden
}

.logicnibble-collapse-panel.v1 .logicnibble-collapse-panel-title {
    background: #48778b;
    display: inline-block;
    padding: 7px;
    width: 100%;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    color: white;
    font-weight: 400;
}

.logicnibble-collapse-panel.v1 .logicnibble-collapse-panel-body {
    padding: 10px 0px;
    border-top: 0px solid #e0e0e0;
    background: #fff;
}

.logicnibble-collapse-panel-title label {
    margin-bottom: 0px !important;
}

#logicnibble-to-top-button {
    padding: 7px 12px;
    background: #ffffff;
    color: #757575;
    position: fixed;
    bottom: 10px;
    line-height: 27px;
    font-size: 18px;
    border-radius: 3px;
    right: 10px;
    display: none;
    /* box-shadow: 0px 0px 8px 0px #616161; */
    transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    box-shadow: 1px 1px 5px 0 rgb(1 1 1 / 5%);
}

#logicnibble-to-top-button:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0px 2px 4px rgb(46 41 51 / 8%), 0px 5px 10px rgb(71 63 79 / 16%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 11px !important;
    border-radius: 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #48778b !important;
    background-color: #48778b !important;
}

/* Dropify customization : Parth Patel */

.dropify-wrapper {
    border-radius: 8px !important;
    border: 2px solid #e0f2f1 !important;
}

.dropify-wrapper, .dropify-wrapper .dropify-clear {
    font-family: inherit !important;
}

.dropify-wrapper .dropify-message {
    font-weight: 400;
}

.dropify-wrapper .dropify-message span.file-icon {
    color: #5E8696 !important;
}

.panel-toggle-icon {
    padding: 8px 0px;
    color: #bdbdbd;
    float: right;
    margin-top: -6px;
    margin-right: -15px;
}

.logicnibble-collapse {
    margin: 10px -9px -10px;
    border-top: 1px solid rgb(245, 245, 245);
    padding: 10px;
}

.pretty .state label {
    line-height: 14.5px;
}

.logicnibble-action-square-button {
    display: inline-block;
    padding: 3px 3px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.from-group-block-control {}

.from-group-block-control .form-control, .select2 {
    width: 100% !important;
}

.empty-box {
    display: flex;
    vertical-align: baseline;
    justify-content: space-around;
    padding: 20px 20px;
}

.grid-file-download {
    display: block;
    font-size: 28px;
    text-align: center;
}

.grid-file-download a {
    color: #5E8696;
}

.empty-box-1 {
    display: grid;
    vertical-align: baseline;
    justify-content: space-around;
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    align-content: space-around;
    width: 100%;
    background: #ffffff;
    opacity: 0.9;
}


.logicnibble-modal {}

.logicnibble-modal .modal-title {
    font-weight: 400 !important;
    color: #666666;
}

.modal-loading {
    display: flex;
    height: 90%;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.modal-backdrop {
    background-color: #e8eaf6 !important;
}

.empty-list {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.input-picker-container {
    position: relative;
    top: 10px;
}

.datepicker {
    padding: 7px 10px;
    border-radius: 15px !important;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
    border: none;
}

.clinic_core_service_time_item_dynamic {}

.logic-nibble-category {}

.logic-nibble-category ul {
    list-style: none;
    display: flex;
    padding: 5px 5px;
}

.logic-nibble-category ul>li {
    line-height: 14px;
    margin-right: 15px;
}

.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
    padding: 0px 6px;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 2px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 12px;
}

.logic-nibble-category-1 {}

.logic-nibble-category-1 ul {
    list-style: none;
    display: flex;
    padding: 5px 5px;
    flex-wrap: wrap;
}

.logic-nibble-category-1 ul>li {
    line-height: 28px;
    margin-right: 15px;
}

.span-cat-dot {
    display: block;
    height: 15px;
    width: 15px;
    float: left;
    border-radius: 3px;
    margin-right: 5px;
}

.logic-nibble-category .s1 {
    background: #c5cae9;
}

.logic-nibble-category .s2 {
    background: #ffecb3;
}

.logic-nibble-category .s3 {
    background: #3f51b5;
}

.datepicker::before, .datepicker::after {
    display: none !important;
}

.empty-list-icon {}

.empty-list-icon .mdi {
    font-size: 40px;
    color: #c5cae9;
}

.empty-list-message {
    font-weight: 300;
    color: #c5cae9;
}

.service-time-list-box {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.service-time-list-header {
    padding: 8px 8px;
    background: #48778B;
    color: #fff;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 3px 3px !important;
    border-radius: 4px !important;
}

.fc-event {
    color: #607d8b !important;
    background-color: white !important;
}

.logicnibble-modal .modal-content {
    border-radius: 16px !important;
    border: none !important;
}


.modal-fullscreen {
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
}

.modal-fullscreen .modal-content {
    min-height: 100%;
    width: 100%;
    border-radius: 0px !important;
    box-shadow: none;
}

.modal-fullscreen .modal-body {
    padding: 0;
}

.modal-fullscreen .modal-footer {
    /* position: absolute;
    bottom: 0;
    width: 100%; */
}

.logic-nibble-circular {
    height: 67px;
    margin: auto;
    position: relative;
    display: block;
    padding: 14px;
}

.logic-nibble-form-group {
    min-height: 80px;
    margin-bottom: 20px;
}

.logicnibble-invalid-argument {
    background: #ffab91;
    padding: 0px 6px;
    color: #fff;
    display: block;
    margin-top: -2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.logicnibble-invalid-argument-time {
    padding: 0px 10px;
    color: #ef9a9a;
    display: block;
    margin-top: -15px;
    border-radius: 18px;
    font-size: 11px;
    font-weight: 600;
}

.redborder {
    border-color: #ffab91 !important;
}

.view-grid {
    display: flex;
    flex-wrap: wrap;
}

.view-grid .ls-item-50 {
    width: 45%;
}

.logic-nibble-item-clinic-list {}

.logic-nibble-item-clinic-list .ls-item {
    padding: 5px 5px;
}

.logic-nibble-item-clinic-list .ls-item-body {
    padding: 5px 2px 10px;
    border-bottom: 1px solid #f5f5f5;
}

.logic-nibble-radio-group {
    border: 1px solid;
    padding: 8px 5px;
    border-radius: 4px;
    border-color: transparent;
}

.bl-lg {}

.logicnibble-available-clinic-service-list {}

.logicnibble-table-available-service-list {}

.logic-nibble-btn-sm {
    padding: 2px 6px !important;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .site-header {}

    .site-footer {}

    .site-footer-title {}

    /* .site-header-title {
        padding-left: 10px;
        margin-bottom: 5px;
    } */

    /* .site-link-box {
        float: right;
        padding: 0px 10px;
        text-align: left;
        line-height: 24px;
        display: grid;
    } */

    .site-link-box .link-email {}

    .site-link-box .link-phone {}

    .site-link-box .link-divider {
        display: none;
    }

    .bl-lg {
        border-left: none;
    }
}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {

    /* Styles */
    .bl-lg {
        border-left: none;
    }
}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {

    /* Styles */
    .bl-lg {
        border-left: none;
    }
}

/* iPads (portrait and landscape) ----------- */

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

    /* Styles */
    .bl-lg {
        border-left: none;
    }
}

/* iPads (landscape) ----------- */

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

    /* Styles */
    .bl-lg {
        border-left: none;
    }
}

/* iPads (portrait) ----------- */

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

    /* Styles */
    .bl-lg {
        border-left: none;
    }
}

/**********
    iPad 3
    **********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    /* Styles */
    .bl-lg {
        border-left: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    /* Styles */
    .bl-lg {
        border-left: none;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {

    /* Styles */
    .bl-lg {
        border-left: 1px solid #eeeeee;
    }
}

/* Large screens ----------- */

@media only screen and (min-width: 1824px) {

    /* Styles */
    .bl-lg {
        border-left: 1px solid #eeeeee;
    }
}

/* iPhone 4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 5 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone X ----------- */

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* iPhone XS Max, XR ----------- */

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}