﻿body {
    background-color: #ffffff;
}

.mk-body {
    background-color: #ffffff;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
}

/* Begin: Media Query */
.mk-mobile-app-container {
    background-color: #ffffff !important;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    height: 100%;
}

.mk-mb-minus-25 {
    margin-bottom: -25px;
}

.mk-mb-25 {
    margin-bottom: 25px;
}

.mk-top-nav {
    height: 30px;
    background-color: #E33E25;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

.mk-heading-002 {
    color: #E33E25 !important;
    font-size: 12px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .mk-mobile-app-container {
        background-color: #ffffff !important;
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif !important;
        height: 100%;
    }

    .mk-top-nav {
        height: 30px;
        background-color: #E33E25;
        padding: 5px 10px 5px 10px;
        font-size: 15px;
    }

    .mk-heading-002 {
        font-weight: bold;
        color: #373737;
        text-transform: uppercase;
        font-size: 12px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .mk-mobile-app-container {
        background-color: #ffffff !important;
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif !important;
        height: 100%;
    }

    .mk-top-nav {
        height: 30px;
        background-color: #E33E25;
        padding: 5px 10px 5px 10px;
        font-size: 15px;
    }

    .mk-heading-002 {
        font-weight: bold;
        color: #373737;
        text-transform: uppercase;
        font-size: 12px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mk-mobile-app-container {
        background-color: #ffffff !important;
        font-size: 16px !important;
        font-family: 'Roboto', sans-serif !important;
        height: 100%;
    }

    .mk-top-nav {
        height: 30px;
        background-color: #E33E25;
        padding: 5px 10px 5px 10px;
        font-size: 16px;
    }

    .mk-heading-002 {
        font-weight: bold;
        color: #373737;
        text-transform: uppercase;
        font-size: 16px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mk-mobile-app-container {
        background-color: #ffffff !important;
        font-size: 18px !important;
        font-family: 'Roboto', sans-serif !important;
        height: 100%;
    }

    .mk-top-nav {
        height: 30px;
        background-color: #E33E25;
        padding: 5px 10px 5px 10px;
        font-size: 16px;
    }

    .mk-heading-002 {
        font-weight: bold;
        color: #373737;
        text-transform: uppercase;
        font-size: 16px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .mk-mobile-app-container {
        background-color: #ffffff !important;
        font-size: 16px !important;
        font-family: 'Roboto', sans-serif !important;
        height: 100%;
    }

    .mk-top-nav {
        height: 30px;
        background-color: #E33E25;
        padding: 5px 10px 5px 10px;
        font-size: 16px;
    }

    .mk-heading-002 {
        font-weight: bold;
        color: #373737;
        text-transform: uppercase;
        font-size: 16px;
    }
}
/* End: Media Query */

.mk-top-dynamic-container {
    margin-top: 35px;
    border-bottom: 1px solid #F4F4F4;
}

.mk-list-bullet-none ul {
    list-style-type: none;
    color: red;
}

.mk-left-right-padding-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mk-left-right-padding-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.mk-padding-l-r-30 {
    padding-left: 30px;
    padding-right: 30px;
}



.mk-top-nav .previous-arrow {
    margin-left: 20px;
}

.mk-top-nav .notification {
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
}

    .mk-top-nav .notification a {
        margin-left: 20px;
        color: #ffffff;
        text-decoration: none
    }

        .mk-top-nav .notification a:hover {
            margin-left: 20px;
            color: #ffffff;
            text-decoration: none
        }

.mk-top-nav img {
    height: 20px;
    width: auto;
}

.mk-top-title {
    height: 40px;
    background: #F8F8F8;
    padding: 5px 15px 5px 15px;
    color: #E33E25;
    font-weight: 500;
    margin-top: 30px;
}

.mk-top-campaign {
    height: 50px;
    background: #F4F4F4;
    padding: 5px 15px 5px 15px;
    color: #575757;
    margin-top: 0px;
    margin-bottom: 50px !important;
}

/* Begin: mk-contact-list */
.mk-contact-list ul {
    font-size:15px;
    list-style-type: none;
    padding-left: 0px;
    color: #434343;
}

    .mk-contact-list ul li {
        line-height: 20px;
        border-bottom: 1px solid #EDEDED;
        padding: 10px 0px 10px 0px;
    }

        .mk-contact-list ul li img {
            margin-right: 10px;
            height: 14px;
            width: auto;
        }

    .mk-img-h-20 {
        height:25px !important;
    }

    .mk-badge {
        border-radius:5px !important;
        padding:3px 10px 3px 10px !important;
        border:1px solid;
        margin-top:-4px;
        color:#050505;
        font-size:12px;
    }
/* End: mk-contact-list */

/* Begin: mk-contact-list-all */
.mk-contact-list-all ul {
    list-style-type: none;
    padding-left: 0px;
    color: #434343;
    margin-top: 40px;
}

    .mk-contact-list-all ul li {
        line-height: 14px;
        border-bottom: 1px solid #EDEDED;
        padding: 10px 0px 10px 0px;
    }

        .mk-contact-list-all ul li img {
            margin-right: 10px;
            width: 15px;
            height: auto;
        }

        .mk-contact-list-all ul li #call-button {
            margin-right: 10px;
            width: auto;
            height: 18px;
        }
/* End: mk-contact-list-all */

.mk-action-button {
    height: 30px;
}

.mk-button-black-link {
    text-decoration: none;
    color: #000000;
    background: none;
    border: none;
    font-weight: 500;
}

.mk-button-50-trey-link {
    text-decoration: none;
    color: #969696;
    background: none;
    border: none;
    font-weight: 500;
}

/* Begin: Lead */
.mk-lead-list ul {
    line-height: 35px;
    padding: 0px 20px 0px 20px;
    list-style: none;
    border-bottom: 6px solid #F4F4F4;
    margin-top: -10px;
    color: #434343;
}

    .mk-lead-list ul li {
        border-bottom: 1px solid #F4F4F4;
    }

        .mk-lead-list ul li img {
            height: 16px;
            width: auto;
            margin-right: 5px;
        }

        .mk-lead-list ul li .mk-span-right {
            margin-right: 10px !important;
        }

        .mk-lead-list ul li .mk-text-orange {
            color: #E33E25;
        }

        .mk-lead-list ul li .mk-text-right-border {
            border-left: 1px solid #F4F4F4;
            padding-left: 15px;
        }

/* End: Lead */

.mk-filter-container {
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
    border-bottom: 1px solid #F4F4F4;
}

.mk-ml-15px {
    margin-left: 15px;
}

.mk-ml-20px {
    margin-left: 20px;
}

.mk-ml-30px {
    margin-left: 30px;
}

.mk-mt-60 {
    margin-top: 60px;
}

.mk-mt-10 {
    margin-top: 10px;
}

.mk-mt-30 {
    margin-top: 60px;
}

.mk-ml-7 {
    margin-left: 5px;
}


.mk-action-buttons {
    margin-top: -10px;
    margin-bottom: 5px;
    padding: 12px 10px 18px 10px;
    border-bottom: 1px solid #eaeaea;
}

.mk-buttons-nav {
    padding: 5px;
    padding-right:20px;
    padding-left:20px;
    border-bottom: 1px solid #eaeaea;
    background-color: #EFEFEF;
}

.mk-list-name {
    background-color: #F8F8F8 !important;
    color: #161616;
}

.mk-call-later-input {
    background-color: #F6F6F6 !important;
    border: 1px solid #ECECEC !important;
    border-radius: 0px !important;
}


/* Begin: Show small login page in big devices */
@media only screen and (min-width: 800px) {
    #form-container {
        width: 400px;
        background-color: #ffffff;
        border: 1px solid #eaeef1;
        margin-top: 50px;
        padding: 25px;
    }
}
/* End: Show small login page in big devices */

.mk-welcome-screen {
    margin-top: 15px;
    margin-bottom:10px;
    text-align: center;
}

    .mk-welcome-screen img {
        width: 90%;
    }

.mk-organge-gradient-button {
    background-color: #E33E25;
    width: 100%;
}

.mk-grey-gradient-button {
    background: rgb(122,122,122);
    background: linear-gradient(90deg, rgba(122,122,122,1) 46%, rgba(162,162,162,1) 100%);
}

.mk-forog-password-link {
    text-decoration: none;
    color: #3c3c3c;
}

.mk-call-disposable img {
    width: 30px;
    height: auto;
}

.mk-call-disposable span {
    font-weight: normal !important;
}

/* Begin: CRM */
.mk-crm-card ul {
    list-style-type: none;
    padding-left: 0px;
}

    .mk-crm-card ul li {
        height: auto;
        padding: 10px;
        border: 1px solid #EDEDED;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        .mk-crm-card ul li .mk-heading {
            font-size: 15px;
        }

        .mk-crm-card ul li p {
            margin-bottom: 3px;
            margin-top: 5px;
        }

        .mk-crm-card ul li a {
            text-decoration: none;
            color: #353535;
        }

    .mk-crm-card ul .mk-left-border {
        border-left: 1px solid rgb(122,122,122);
        border-right: 1px solid rgb(122,122,122);
    }

    .mk-crm-card ul li img {
        margin-right: 10px;
        width: 22px;
        height: auto;
    }

.mk-bkg-maroon {
    background-color: #760098 !important;
}

.mk-bkg-orange {
    background-color: #ba6d02 !important;
}

.mk-bkg-grey {
    background-color: #434343 !important;
}

.mk-bkg-green {
    background-color: #129808 !important;
}

.mk-bkg-light-grey {
    background-color: #f1f1f1 !important;
    color: #000000;
    border-radius: 0px;
}

.mk-bkg-vilot {
    background-color: #6122d5 !important;
}

.mk-btn-plain {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    padding: 0px;
}
/* End: CRM */
/* Begin: Appointment */
.mk-appointment-list {
    padding: 0px !important;
}

    .mk-appointment-list ul {
        list-style-type: none;
        padding: 0px 20px 20px 20px !important;
        line-height: 20px;
    }

        .mk-appointment-list ul li {
            border-bottom: 5px double #d5d5d5;
            padding: 5px;
            height: auto;
        }

            .mk-appointment-list ul li p {
                margin-bottom: -5px;
                margin-top: -5px;
                line-height: 35px;
            }

            .mk-appointment-list ul li img {
                height: 20px;
                width: auto;
                margin-right: 5px;
            }

            .mk-appointment-list ul li .mk-address-container {
                border-bottom: 1px dashed #ffa395;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }

            .mk-appointment-list ul li .mk-address {
                line-height: 30px !important;
            }

    .mk-appointment-list .mk-heading-001 {
        font-weight: 500 !important;
    }

.mk-width-100-per {
    width: 100% !important;
}

.mk-notification-li {
    height:35px !important;
    font-style:italic;
    font-weight:bold;
}

.mk-notification-li img {
    height: 16px !important;
}
/* End: Appointment */

/* Begin: Notifications */
.mk-notification-list ul {
    list-style-type: none;
    padding-left: 0px;
    color: #232323;
}

    .mk-notification-list ul li {
        border-bottom: 3px double #d3d3d3;
        padding: 10px 0px 10px 0px;
    }

        .mk-notification-list ul li img {
            margin-right: 10px;
        }

        .mk-notification-list ul li p {
            margin-bottom: 10px;
        }

        .mk-notification-list ul li .mk-description a {
            margin-bottom: 3px;
            margin-top: 0px;
        }

        .mk-notification-list ul li input {
            height: 17px;
            width: 17px;
            background-color: none;
            margin-right: 7px;
        }

.mk-text-orange {
    color: #E33E25;
}
/* End: */

/* Begin: File Upload */
.mk-file-upload-note {
    padding: 10px;
    border: 1px dotted #e2e2e2;
    background-color: #ffffff;
    margin-left: 20px !important;
}
/* End: File Upload */

/* Begin: Contact List */
.mk-crm-contact-list {
}

    .mk-crm-contact-list ul {
        list-style-type: none;
        padding-left: 0px;
    }

        .mk-crm-contact-list ul li {
            height: auto;
            padding: 10px;
            border: 1px solid #FFDCD4;
            margin-top: 15px;
            margin-bottom: 10px;
            background-color: #FDF1E7;
        }

            .mk-crm-contact-list ul li .mk-heading {
                color: #000000;
                font-weight: 500;
            }

            .mk-crm-contact-list ul li p {
                color: #5C5C5C;
                font-weight: 500;
                margin-bottom: 10px;
                margin-top: 5px;
            }

            .mk-crm-contact-list ul li a {
                text-decoration: none;
                color: #353535;
            }

            .mk-crm-contact-list ul li .mk-pending {
                text-decoration: none;
                color: #ffffff;
                height: auto;
                width: auto;
                padding: 5px 10px 5px 10px;
                border-radius: 5px;
                background: rgb(227,37,37);
                background: -moz-linear-gradient(90deg, rgba(227,37,37,1) 36%, rgba(244,129,46,1) 100%);
                background: -webkit-linear-gradient(90deg, rgba(227,37,37,1) 36%, rgba(244,129,46,1) 100%);
                background: linear-gradient(90deg, rgba(227,37,37,1) 36%, rgba(244,129,46,1) 100%);
            }

            .mk-crm-contact-list ul li .mk-finished {
                text-decoration: none;
                color: #ffffff;
                height: auto;
                width: auto;
                padding: 5px 10px 5px 10px;
                border-radius: 5px;
                background: rgb(9,141,22);
                background: -moz-linear-gradient(90deg, rgba(9,141,22,1) 36%, rgba(22,185,29,1) 100%);
                background: -webkit-linear-gradient(90deg, rgba(9,141,22,1) 36%, rgba(22,185,29,1) 100%);
                background: linear-gradient(90deg, rgba(9,141,22,1) 36%, rgba(22,185,29,1) 100%);
            }

            .mk-crm-contact-list ul li .mk-disable {
                text-decoration: none;
                color: #ffffff;
                height: auto;
                width: auto;
                padding: 5px 10px 5px 10px;
                border-radius: 5px;
                background: rgb(102,102,102);
                background: -moz-linear-gradient(90deg, rgba(102,102,102,1) 36%, rgba(144,144,144,1) 100%);
                background: -webkit-linear-gradient(90deg, rgba(102,102,102,1) 36%, rgba(144,144,144,1) 100%);
                background: linear-gradient(90deg, rgba(102,102,102,1) 36%, rgba(144,144,144,1) 100%);
            }

            .mk-crm-contact-list ul li .mk-start-calling {
                text-decoration: none;
                color: #ffffff;
                height: auto;
                width: auto;
                padding: 5px 10px 5px 10px;
                border-radius: 5px;
                background: rgb(9,110,141);
                background: -moz-linear-gradient(90deg, rgba(9,110,141,1) 36%, rgba(22,156,185,1) 100%);
                background: -webkit-linear-gradient(90deg, rgba(9,110,141,1) 36%, rgba(22,156,185,1) 100%);
                background: linear-gradient(90deg, rgba(9,110,141,1) 36%, rgba(22,156,185,1) 100%);
            }
/* End: */

/* Begin: Send Messages */
.mk-send-message {
    font-size: 14px;
}

    .mk-send-message h5 {
        font-size: 15px;
        font-weight: bold;
    }

    .mk-send-message ul {
        border-top: 1px solid #cccccc;
        padding-top: 5px;
        padding-left: 0px;
        list-style: none;
    }

        .mk-send-message ul li {
            line-height: 40px;
            border-bottom: 1px solid #e2e2e2;
        }
/* End: Send Messages */

/* Begin: Contact List */
.mk-all-list ul {
    list-style-type: none;
    padding-left: 0px;
    color: #434343;
}

    .mk-all-list ul li {
        line-height: 5px;
        padding: 10px 0px 10px 0px;
    }

.mk-all-list .mk-btn-container {
    height: 30px;
    background-color: #F8F8F8;
    margin: -15px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 12px 15px 10px 15px;
    border-bottom: 1px solid #EFEFEF;
}

.mk-all-list .mk-text-orange {
    color: #E33E25;
}
/* End: Contact LComponent.razorist */

.mk-info-container {
    margin-top:7px;
    padding:5px 30px 10px 30px;
    border-bottom: 1px solid #eaeaea;
}

.mk-info-container img {
    margin-bottom:-10px;
}

/* Begin: Change Blazored Toast Styels */
.blazored-toast-body .blazored-toast-header h5 {
    font-size: 14px !important;
    color:#ffffff;
}
/* End: Change Blazored Toast Styels */

/* Begin: Mud Blazor Overwrite CSS */
.mud-tab {
    font-size:13px !important;
    min-width:100px !important;
}

.mud-typography-body1 {
    font-size: 15px !important;
}
/* End: Mud Blazor Overwrite CSS */

/* Begin: AntDesign Overwrite CSS */
.ant-btn {
    font-size: 12px !important;
    height: 25px !important;
}

.ant-btn-icon-only {
    font-size: 12px !important;
    height: 25px !important;
}
/* End: AntDesign Overwrite CSS */