/*=======================================================================================
                                       Default styles
=======================================================================================*/
body {
    background: #f4f4f4;
    font-family: "Poppins", sans-serif;
}

.btn, .btn-large, .btn-small, .btn-flat {
    line-height: 32px;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-27 {
    margin-top: 27px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-l-3 {
    margin-left: 3px !important;
}

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

.p-0 {
    padding: 0 !important;
}

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

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

.p-t-0 {
    padding-top: 0 !important;
}

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

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.primaryColor {
    color: #424242;
}

.secondaryColor {
    color: #c12f2c;
}

.primaryBackground {
    background: #424242 !important;
}

.secondaryBackground {
    background: #c12f2c;
}

.bold {
    font-weight: bold;
}

.primaryButton {

    border: 2px solid #424242;
    background: #424242;
    color: #fff !important;
    border-radius: 5px;
}

.btn-floating:hover {
    background: #818181 !important;
    color: #fff !important;
}

.add-button {
    position: absolute;
    top: 1px;
    left: 1px;
}

.primaryButton:hover, .primaryButton:focus {
    background: #343434 !important;
}

.secondaryButton {
    border: 2px solid #c12f2c;
    background: #c12f2c;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.secondaryButton:hover, .secondaryButton:focus {
    background: #c12f2c;
}

.borderButton {
    border: 2px solid transparent;
    color: #080808;
}

.borderButton.active {
    border: 2px solid #c12f2c;
    background: #c12f2c;
    color: #fff;
}

.borderButton:hover {
    border: 2px solid #c12f2c;
    color: #fff;
    background: #c12f2c;
}

.displayNone {
    display: none;
}

.fullWidth {
    width: 100%;
}

input {
    border: 1px solid #DCDCE0 !important;
    border-radius: 5px !important;
    text-indent: 5px !important;
}

input:focus {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(66, 66, 66, 0.79) !important;
    box-shadow: 0px 0px 4px 0px rgba(66, 66, 66, 0.79) !important;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #424242;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #424242;
    filter: brightness(70%);
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #424242 !important;
    background-color: #424242 !important;
}

[type="checkbox"].filled-in:disabled + span:not(.lever):after {
    border: 2px solid #757575 !important;
    background-color: #757575 !important;
}

[type="radio"]:checked + span:after {
    background-color: #424242 !important;
}

[type="radio"]:checked + span:before {
    background-color: #424242 !important;
}

[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
    border: 2px solid #424242 !important;
}

ul.dropdown-content.select-dropdown li span {
    color: #424242 !important;
}

.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: none !important;
}

.bigBtn {
    font-size: 18px;
    padding: 30px 20px;
    line-height: 3px;
}

.niceATag {
    color: #2d3748;
    text-decoration: underline;
    font-weight: bold;
}

nav {
    background: #f5f5f5 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.nav-wrapper ul li a {
    font-weight: bold;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
    min-width: 125px;
    text-align: center;
}

.nav-wrapper ul li {
    line-height: 0 !important;
}

.nav-wrapper ul li a i {
    font-size: 28px;
    line-height: 0 !important;
}

select.browser-default {
    background: transparent;
    border: 1px solid #DCDCE0 !important;
    border-radius: 5px !important;
    text-indent: 5px !important;
    height: 3.2rem !important;
    padding: 0;
    margin-bottom: 8px;
}

.fullScreenModal {
    top: 0 !important;
    width: 100% !important;
    min-height: 100%;
    max-height: 100%;
    border-radius: 0 !important;
}

.heading {
    font-size: 24px;
    font-weight: bold;
    color: #424242;
    margin-top: 5px;
    margin-bottom: 8px;
}

.subHeading {
    font-size: 18px;
    font-weight: bold;
    color: #424242;
    margin-top: 5px;
    margin-bottom: 8px;
}

.dropzone {
    min-height: 244px !important;
}

#images.dropzone .dz-message {
    margin: 6em 0 !important;
}

.lh-45 {
    line-height: 45px !important;
}

.customerLogsWrapper {
    border: 2px solid #F8F8F8;
    min-height: 76vh;
    max-height: 76vh;
    overflow-y: scroll;
}

.customerOneLog:nth-child(even) {
    background: #F8F8F8;
}

.customerLogsWrapper .customerOneLog {
    padding: 14px;
}

.customerLogsWrapper .customerOneLog h3 {
    margin: 0;
    font-size: 22px;
}

header.navBarOffset, main.navBarOffset, footer.navBarOffset {
    padding-left: 300px;
}

@media only screen and (max-width: 992px) {
    header.navBarOffset, main.navBarOffset, footer.navBarOffset {
        padding-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .center-align-mobile {
        text-align: center !important;
    }

    .fullWidthMobile {
        width: 100% !important;
    }

    .heading {
        font-size: 18px;
    }
}

.primaryTable thead {
    background: #424242;
}

.primaryTable thead th {
    color: #fff;
}

td, th {
    border-radius: 0 !important;
}

.clickable {
    cursor: pointer;
}

.pagination .active {
    background-color: #424242 !important;
}

.modal {
    border-radius: 12px;
}

.modal-footer {
    border-top: none !important;
    background: #424242 !important;
}

.modal-footer button {
    color: #fff;
}

.fc-right .fc-prev-button, .fc-right .fc-next-button, .fc-right .fc-today -button, .fc-right .fc-timeGridDay-button, .fc-right .fc-timeGridWeek-button, .fc-right .fc-dayGridMonth-button {
    background-color: #424242;
}

@media only screen and (max-width: 1200px) {
    .modal {
        top: 0 !important;
        width: 100% !important;
        min-height: 100%;
        max-height: 100%;
        border-radius: 0;
    }
}

.verticalAlign {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

.tabs .tab {
    background: #eeeeee !important;
}

.tabs .tab a {
    color: #424242 !important;
}

.tabs .indicator {
    background-color: rgba(255, 0, 0, 0.67) !important;
}

.tabs .tab .active {
    background-color: #d8d8d8 !important;
}

.deleteable {
    transition: 200ms;
}

.deleteable:hover {
    background-color: rgba(255, 0, 0, 0.67) !important;
    color: white;
    cursor: pointer;
}

.blob {
    border-radius: 3px;
    background: black;
    padding: 6px 12px;
    height: 20px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

.blob.expired {
    background: rgb(226, 67, 67);
    box-shadow: 0 0 0 0 rgba(180, 59, 59, 1);
    animation: pulse-red 2s infinite;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.auth-wrapper {
    min-height: 100vh;
    position: relative;
}

.auth-wrapper .auth-box {
    max-width: 400px;
    width: 90%;
}

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

.searchButtonWrapper input {
    height: 45px !important;
}

.searchButtonWrapper button {
    position: absolute;
    top: 24px;
    right: 22px;
    height: 47px;
    border-radius: 0 5px 5px 0;
}

.searchButtonWrapper button i {
    font-size: 28px;
    margin-top: 5px;
}

.createCustomerButton {
    height: 46px;
    line-height: 41px;
}

.customerDeleteImage {
    position: absolute;
    top: 8px;
    right: 15px;
}

.customerDeleteImage i {
    font-size: 30px;
}

.relative {
    position: relative;
}

@media only screen and (max-width: 600px) {
    .searchButtonWrapper button {
        top: 113px;
    }
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(180, 59, 59, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(116, 194, 165, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(116, 194, 165, 0);
    }
}


/*=======================================================================================
                                       Preloader style
=======================================================================================*/
#loadingIconOverlayWrapper {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 9999 !important;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 300px;
}

.lds-hourglass:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

.loadingText {
    position: relative;
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    color: white;
}

.fullScreenSignature {
    width: 100%;
    height: 40vh;
    border-bottom: 2px solid #6c6c6c !important;
}

.customerPDF {
    width: 100%;
    background: #fff;
    text-align: center;
    border: 2px solid #c12f2c;
   padding: 80px;
}

.customerPDF i.material-icons.pdfIcon {
    font-size: 80px;
    color: #c12f2c;
}

.modal p {
    margin-bottom: 0 !important;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/*=======================================================================================
                                   End Preloader style
========================================================================================*/


.brand-logo img {
    padding: 16px;
}


/*=======================================================================================
                                   Mobile style
========================================================================================*/
@media only screen and (max-width: 600px) {
    .m-t-0-m {
        margin-top: 0px !important;
    }

    .m-t-5-m {
        margin-top: 5px !important;
    }

    .m-t-10-m {
        margin-top: 10px !important;
    }

    .m-t-15-m {
        margin-top: 15px !important;
    }

    .m-t-20-m {
        margin-top: 20px !important;
    }

    .m-t-25-m {
        margin-top: 25px !important;
    }

    .m-t-27-m {
        margin-top: 27px !important;
    }

    .m-t-30-m {
        margin-top: 30px !important;
    }

    .m-t-35-m {
        margin-top: 35px !important;
    }

    .m-t-40-m {
        margin-top: 40px !important;
    }

    .m-t-45-m {
        margin-top: 45px !important;
    }

    .m-t-50-m {
        margin-top: 50px !important;
    }
}
