﻿@charset "UTF-8";

.clr_DarkBlue {
    color: #293340 !important
}

.clr_MedBlue {
    color: #3b5c6e !important
}

.clr_LightBlue {
    color: #42adbd !important
}

.clr_whtie {
    color: #fff !important
}

.clr_green {
    color: #addb21 !important
}

html {
    font-size: 62.5%
}

body {
    font-family: "Fira Sans",sans-serif,fira_sansregular;
    color: #293340;
    font-size: 1.4rem;
    background: #f8f8f8
}

.btnWrapBottom button, .contSearchBtn, .contactActionBtn img, .dashboardNav > ul li a span, .dashboardSidebar .taskListWrap .loadMoreBtn, .siteBtn, .siteBtn_sm, .trans3ms, a, a:focus, a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.fm {
    font-weight: 500
}

.bold {
    font-weight: 700
}

h1 {
    font-size: 4rem;
    color: #293340
}

h2 {
    font-size: 2.6rem;
    color: #293340
}

h3 {
    font-size: 2rem;
    color: #3b5c6e
}

h4 {
    font-size: 1.6rem;
    color: #3b5c6e
}

.siteBtn {
    height: 45px;
    padding: 0 15px;
    border: 1px solid #3b5c6e;
    border-radius: 10px;
    color: #fff;
    background: #3b5c6e;
    cursor: pointer
}

    .siteBtn:hover {
        color: #3b5c6e;
        background: #fff;
        border-radius: 10px
    }

.siteBtn_sm {
    padding: 4px 15px;
    border: 1px solid #3b5c6e;
    border-radius: 10px;
    border-radius: 3px;
    color: #fff;
    background: #3b5c6e;
    cursor: pointer;
    display: inline-block
}

    .siteBtn_sm:hover {
        color: #3b5c6e;
        background: #fff;
        border-radius: 10px;
        border-radius: 3px
    }

.contactActionBtn img {
    margin-top: -4px;
    margin-right: 2px
}

.contactActionBtn:not(:hover) img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.headerRightUserInfo > * + * {
    margin-left: 15px
}

.profile-main {
    display: flex;
    align-items: center
}

.headerRightUserInfo li .navbar-link:after {
    vertical-align: middle;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent
}

.profile-img {
    max-width: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    height: 35px;
    max-height: 35px;
    overflow: hidden
}

    .profile-img img {
        border-radius: 50px;
    }

.dashboardHeader {
    background: #293340;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1
}

.headerRightUserInfo button svg {
    width: 20px;
    height: 15px;
    fill: #fff
}

.dashboardHeader .addContactBtn, .dashboardHeader .searchContactBtn {
    background: #42adbd;
    color: #fff;
    height: 27px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    outline: 0
}

.dashboardHeader .searchContactBtn {
    background-color: #f8f8f8;
    color: #293340
}

    .dashboardHeader .searchContactBtn svg {
        fill: #a7a7a7
    }

.dashboardHeader .headerSearch {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff
}

    .dashboardHeader .headerSearch input {
        background: 0 0 !important;
        border: none;
        box-shadow: none !important;
        outline: 0 !important
    }

    .dashboardHeader .headerSearch button {
        background: #3b5c6e;
        color: #fff;
        height: 24px;
        width: 34px;
        border-radius: 0 5px 5px 0;
        outline: 0;
        border: none
    }

.dashboardHeader .headeMark {
    color: #fff
}

.dashboardHeader .userAvatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden
}

.dashboardHeader .menuToggleBtn {
    border: none;
    background: 0 0;
    outline: 0;
    box-shadow: none;
    color: #42adbd;
    font-size: 3rem;
    line-height: 1;
    padding: 0
}

.dashboardHeader .logo {
    max-width: 163px
}

.dashboardWrapper {
    padding-top: 52px;
    min-height: 100vh
}

.dashboardNav {
    background: #3b5c6e;
    padding: 20px 0 35px 0;
    position: relative
}

    .dashboardNav > ul li + li {
        margin: 5px 0 0
    }

    .dashboardNav > ul li a, .dashboardNav > ul li a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
        padding: 0 14px;
        display: block;
        text-transform: capitalize
    }

    .dashboardNav > ul > li > a {
        padding: 0 14px;
        outline: 0
    }

    .dashboardNav > ul > li {
        padding: 10px 0
    }

    .dashboardNav > ul li a .cp-icon {
        font-size: 1.8rem
    }

    .dashboardNav > ul li a .menu-icon, .dashboardNav > ul li a span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal
    }

    .dashboardNav > ul li a .menu-icon {
        margin-right: 10px;
        text-align: center;
        min-width: 25px;
        line-height: 0
    }

        .dashboardNav > ul li a .menu-icon svg {
            fill: #fff
        }

    .dashboardNav > ul li a .dbIcon {
        margin-right: 10px
    }

    .dashboardNav > ul li a img.dbIcon {
        max-width: 1.8rem;
        max-height: 1.8rem;
        margin-top: -3px
    }

    .dashboardNav > ul li a:hover .menu-icon svg, .dashboardNav > ul li a:hover .menu-icon svg circle, .dashboardNav > ul li a:hover .menu-icon svg ellipse, .dashboardNav > ul li a:hover .menu-icon svg path, .dashboardNav > ul li a:hover span {
        color: #addb21;
        fill: #addb21
    }

.dashboardContent {
    padding: 3.5rem 3rem
}

.breadcrumb {
    background: 0 0
}

.breadcrumb-item a {
    color: #3b5c6e
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f0da";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #42adbd
}

.chartLabels {
    background: #fff;
    padding-top: 13px;
    margin-top: -10px;
    position: relative;
    padding: 1rem 1.5rem
}

    .chartLabels .chartViewBtnWrap {
        line-height: 1
    }

    .chartLabels > div {
        max-width: 100px;
        width: 100%;
        margin: 0 3px
    }

.companypaid-deco {
    position: absolute;
    top: 0px;
    left: -40px;
    background: #6b8c9d;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100%;
    transform: rotate(-25deg);
    text-align: left;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display:none;
}

a.dashobard-home-tiles.position-relative.overflow-hidden:before {
    content: '';
    content: 'Company Paid';
    position: absolute;
    left: -40px;
    top: 20px;
    background: #6b8c9d;
    color: #fff;
    transform: rotate(-25deg);
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    width: 280px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 50px;
    letter-spacing: 1px;
}

@media (min-width:992px) {
    .chartLabels {
        padding-left: calc(5.7% + 26px);
        padding-left: calc(5.2% + 26px);
        padding-right: 2%;
        padding-top: 0
    }
    .login-bg {
        background-size: 100% 100% !important;
    }
}

@media (max-width:991px) {
    .chartLabels > div {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0
    }

    .chartLabels .chartViewBtn {
        margin: 10px 15px;
        margin: 0 15px 10px;
        max-width: 100%;
        width: auto
    }
    .login-bg {
        background: transparent !important;
    }

}

@media (max-width:767px) {
    .chartLabels > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0
    }

    .chartLabels .chartViewBtnWrap {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .chartLabels > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }

    .chartLabels .chartViewBtn {
        margin: 0 0 10px;
        height: 30px;
        line-height: 28px;
        font-size: 12px
    }
}

.leadCounterMainInner {
    min-height: 10rem;
    height: 100%;
    border-radius: 1rem;
    background-color: #fff;
    color: #3b5c6e;
    padding: 2rem 2.5rem;
    border: 1px solid #dee6e8
}

    .leadCounterMainInner .icon {
        font-size: 6.3rem
    }

    .leadCounterMainInner img.icon {
        width: 6rem
    }

    .leadCounterMainInner .title {
        font-size: 1.6rem
    }

    .leadCounterMainInner .countNum {
        font-size: 3rem;
        line-height: 1;
        color: #42adbd
    }

    .leadCounterMainInner:hover {
        background-color: #3b5c6e;
        color: #fff;
        border: 1px solid #3b5c6e
    }

        .leadCounterMainInner:hover .countNum {
            color: #fff
        }

        .leadCounterMainInner:hover img.icon {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

@media (max-width:1199px) and (min-width:768px) {
    .leadCounterMainInner {
        padding: 1rem 1.5rem
    }

        .leadCounterMainInner .icon {
            font-size: 3.3rem
        }
}

.customDropdowLabel {
    color: #3b5c6e;
    display: block
}

.customDropdownWrap input, .customDropdownWrap select, .siteFieldsRow input, .siteFieldsRow select {
    border: 1px solid #3b5c6e;
    border-radius: 5px !important;
    text-align: left;
    height: 26px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: #ebf2f2
}

.customDropdownWrap input, .customDropdownWrap select {
    padding-right: 33px
}

.customDropdownWrap:after {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    z-index: 10px;
    top: 0;
    right: 0;
    border: 1px solid #3b5c6e;
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #42adbd;
    text-align: center;
    line-height: 26px;
    pointer-events: none;
    background: #fff;
    border-radius: 0 5px 5px 0
}

.smCounter {
    border: 1px solid #dee6e8;
    background: #fff;
    border-radius: 10px;
    color: #3b5c6e;
    padding: 2rem 2rem
}

    .smCounter .countNum {
        font-size: 3rem;
        color: #3b5c6e
    }

    .smCounter:hover {
        color: #fff
    }

        .smCounter:hover .countNum {
            color: #42adbd
        }

.dashboardSidebar {
    background: #d6e1e6;
    padding: 3.5rem 3rem;
    min-height: 100%
}

    .dashboardSidebar .taskListWrap li {
        padding: 1.5rem;
        background: #fff;
        border-radius: 10px;
        font-size: 12px
    }

        .dashboardSidebar .taskListWrap li .icon {
            font-size: 3rem
        }

        .dashboardSidebar .taskListWrap li img.icon {
            width: 3rem
        }

.subMenu {
    background: #6b8c9c;
    padding: 35px 0;
    display: none
}

@media (min-width:1200px) {
    .subMenu {
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 10
    }
}

.title_bg_wrap {
    border: 2px solid #6d6e72;
    border-top: 0
}

    .title_bg_wrap .titleColor_bg {
        color: #fff;
        padding: 1rem 1.5rem;
        background: #6d6e72;
        margin-bottom: 0
    }

        .title_bg_wrap .titleColor_bg span {
            color: #addb21
        }

    .title_bg_wrap .title_bg_inner {
        padding: 3rem;
        background: #fff
    }

.innerSpace {
    padding: 3rem;
    background: #fff
}

.tabFullSep {
    border-top: 1px solid #3b5c6e;
    margin: -1px -3rem 0
}

.site-tabs {
    border: none
}

    .site-tabs .nav-item {
        margin: 0
    }

        .site-tabs .nav-item .nav-link {
            border-right: 1px solid #e9e9e9;
            border-top: 1px solid #e9e9e9;
            border-left: 1px solid transparent;
            border-bottom: 1px solid #e9e9e9;
            background: #fff;
            padding: 1rem 1.5rem;
            color: #293340 !important;
            border-radius: 0 !important
        }

            .site-tabs .nav-item .nav-link.active {
                border-bottom: 1px solid transparent;
                color: #fff !important;
                background: #42adbd
            }

@media (min-width:768px) {
    .site-tabs {
        display: -ms-flexbox !important;
        display: flex !important
    }

        .site-tabs .nav-item {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
            text-align: center
        }

            .site-tabs .nav-item .nav-link {
                height: 100%
            }
}

@media (max-width:575px) {
    .site-tabs .nav-item {
        width: 100%
    }
}

.site-tabs {
    border: none
}

    .site-tabs .nav-item {
        margin: 0
    }

@media (min-width:768px) {
    .site-tabs .nav-item:not(:first-child) {
        margin-left: 30px
    }
}

.site-tabs .nav-item .nav-link {
    border-right: 1px solid #3b5c6e;
    border-top: 1px solid #3b5c6e;
    border-left: 1px solid #3b5c6e;
    border-bottom: 1px solid #3b5c6e;
    background: #fff;
    padding: .3rem 1.5rem;
    padding: .3rem 3.5rem;
    color: #293340 !important;
    border-radius: 0 !important;
    position: relative
}

    .site-tabs .nav-item .nav-link i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .site-tabs .nav-item .nav-link.active {
        color: #fff !important;
        background: #42adbd
    }

        .site-tabs .nav-item .nav-link.active i {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

@media (min-width:768px) {
    .site-tabs {
        display: -ms-flexbox !important;
        display: flex !important
    }

        .site-tabs .nav-item {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
            text-align: center
        }

            .site-tabs .nav-item .nav-link {
                height: 100%
            }
}

@media (max-width:575px) {
    .site-tabs .nav-item {
        width: 100%
    }
}

.siteFieldsCol:not(:last-child) {
    margin-bottom: 3rem
}

.siteFieldsRow {
    margin-top: -2.5rem;
    margin-top: -1.5rem
}

    .siteFieldsRow > div {
        margin-top: 2.5rem;
        margin-top: 1.5rem
    }

        .siteFieldsRow > div:empty {
            margin-top: 0 !important
        }

.innerSpaceWhite + .innerSpaceWhite {
    margin-top: 1.5rem
}

.innerSpaceWhite .siteFieldsRow {
    margin-top: -1.5rem
}

    .innerSpaceWhite .siteFieldsRow > div {
        margin-top: 1.5rem
    }

        .innerSpaceWhite .siteFieldsRow > div:empty {
            margin-top: 0 !important
        }

.savedCardTable thead th, .siteTable thead th {
    background: #6b8c9c;
    border: none;
    color: #fff;
    font-weight: 500;
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.savedCardTable tbody tr:nth-of-type(odd), .siteTable tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.savedCardTable tbody tr:nth-of-type(even), .siteTable tbody tr:nth-of-type(even) {
    background: #f1fafa
}

.savedCardTable tbody tr td, .siteTable tbody tr td {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    vertical-align: middle;
    border-bottom: none;
    border-top: none
}

    .savedCardTable tbody tr td:not(:last-child), .siteTable tbody tr td:not(:last-child) {
        border-right: 1px solid #eaeaea
    }

.savedCardTable .editCardBtn, .siteTable .editCardBtn {
    background: #4e7389;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    font-weight: 500;
    box-shadow: none;
    height: 38px;
    border-radius: 3px;
    padding: 0 15px
}

.savedCardTable .tableActionBtns > * + *, .siteTable .tableActionBtns > * + * {
    margin-left: 15px
}

.siteSepBorder {
    border-top: 2px solid #3b5c6e;
    margin: 0
}

.contactTabBtns {
    margin-bottom: 2.5rem
}

    .contactTabBtns button:not(:last-child) {
        margin-right: 5px
    }

.pageTitle {
    font-size: 2.8rem
}

.contactSearchForm {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff
}

    .contactSearchForm input {
        box-shadow: none !important;
        outline: 0 !important;
        border: 1px solid #42adbd;
        border-right: 0;
        border-radius: 5px 0 0 5px !important
    }

    .contactSearchForm button {
        background: #42adbd;
        color: #fff;
        height: 26px;
        width: 34px;
        border-radius: 0 5px 5px 0;
        outline: 0;
        border: none
    }

.contSearchBtn {
    height: 26px;
    width: 100%;
    border-radius: 5px;
    background: #42adbd;
    border: 1px solid #42adbd;
    color: #fff
}

    .contSearchBtn:hover {
        color: #42adbd;
        background: #fff
    }

.userPhoto {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-position: center !important
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        display: none;
        pointer-events: none
    }

.dashboardContentWrap {
    position: relative;
    padding-bottom: 100px
}

footer {
    padding: 2em 3rem;
    background: #293340;
    color: #fff;
    margin-top: auto;
    position: absolute;
    width: 100%;
    bottom: 0
}

    footer .copyright {
        font-size: 2rem;
        vertical-align: middle
    }

    footer a {
        color: #fff
    }

    footer .secure-main svg path {
        fill: #fff
    }

.pdfContainer {
    width: 1000px;
    margin: 0 auto
}

.pdf_header {
    padding: 1rem 1.5rem;
    margin-bottom: 20px;
    background: #293340;
    color: #fff;
    border-bottom: 1px solid #293340
}

#pdfLogo {
    float: left;
    margin-top: 8px
}

    #pdfLogo img {
        height: 70px
    }

#company {
    float: right;
    text-align: right
}

#details {
    margin-bottom: 30px
}

#detailsInner {
    padding-left: 6px;
    border-left: 6px solid #293340;
    float: left
}

    #detailsInner .to {
        color: #293340
    }

#companyInfo {
    float: right;
    text-align: right
}

    #companyInfo h1 {
        color: #293340;
        font-size: 2.4em;
        line-height: 1em;
        margin: 0 0 10px 0
    }

    #companyInfo .procNum {
        font-size: 1.1em;
        color: #293340
    }

table.pdfTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

    table.pdfTable td, table.pdfTable th {
        padding: 20px;
        background: #fff;
        text-align: center;
        border-bottom: 1px solid #fff
    }

    table.pdfTable th {
        white-space: nowrap
    }

    table.pdfTable td {
        text-align: right;
        color: #42adbd
    }

    table.pdfTable .no {
        color: #fff;
        font-size: 1.6em;
        background: #42adbd
    }

    table.pdfTable .desc {
        text-align: left
    }

    table.pdfTable .unit {
        background: #ddd
    }

    table.pdfTable .total {
        background: #42adbd;
        color: #fff
    }

    table.pdfTable td.qty, table.pdfTable td.total, table.pdfTable td.unit {
        font-size: 1.2em
    }

    table.pdfTable tbody tr:last-child td {
        border: none
    }

    table.pdfTable tfoot td {
        padding: 10px 20px;
        background: #fff;
        border-bottom: none;
        font-size: 1.2em;
        white-space: nowrap;
        border-top: 1px solid #aaa
    }

    table.pdfTable tfoot tr:first-child td {
        border-top: none
    }

    table.pdfTable tfoot tr:last-child td {
        color: #42adbd;
        font-size: 1.4em;
        border-top: 1px solid #42adbd
    }

    table.pdfTable tfoot tr td:first-child {
        border: none
    }

.pdf_footer {
    color: #293340;
    width: 100%;
    bottom: 0
}

.btnWrapBottom > div {
    margin-top: 15px
}

.btnWrapBottom button {
    background: #3b5c6e;
    color: #fff;
    border: 1px solid #3b5c6e;
    border-radius: 5px !important;
    height: 26px;
    width: 100%;
    font-size: 13px;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .btnWrapBottom button:hover {
        background: #fff;
        color: #3b5c6e
    }

    .btnWrapBottom button.submitBtn {
        background: #42adbd;
        border: 1px solid #42adbd
    }

        .btnWrapBottom button.submitBtn:hover {
            background: #fff;
            color: #42adbd
        }

.k-grid {
    font-family: "DejaVu Sans",Arial,sans-serif
}

.demo-section h3 {
    margin: 5px 0 15px 0
}

.page-template {
    font-family: "DejaVu Sans",Arial,sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888
    }

    .page-template .watermark {
        font-weight: 700;
        font-size: 400%;
        text-align: center;
        margin-top: 30%;
        color: #aaa;
        opacity: .1;
        transform: rotate(-35deg) scale(1.7,1.5)
    }

.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999,inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px
}

kendo-pdf-document .customer-photo {
    border: 1px solid #dedede
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px
}

@media (min-width:1200px) and (max-width:1300px) {
    .leadCounterMainInner {
        padding: 2rem 1.5rem
    }

        .leadCounterMainInner .icon {
            margin-right: 1.5rem !important
        }
}

@media (min-width:1200px) {
    .dashboardContentWrap {
        width: calc(100% - 250px)
    }

    .dashboardNav > ul > li:hover .subMenu {
        display: block
    }
}

@media (min-width:768px) {
    .dashboardNav {
        -ms-flex: 0 0 250px;
        min-height: 100%;
        flex: 0 0 250px;
        max-width: 250px
    }

    .dashboardHeader {
        height: 52px
    }
}

@media (max-width:1199px) {
    .LogoWrapper {
        padding: 0 1.5rem
    }

    .dashboardHeader {
        height: 55px
    }

    .addContactBtn {
        width: 100%;
        height: 30px;
        border-radius: 0
    }

    .dashboardWrapper {
        padding-top: 58px
    }

    .dashboardNav.active {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .dashboardContent {
        padding: 1.5rem
    }

    .customDropdowLabel {
        font-size: 13px
    }

    .customDropdownWrap input, .customDropdownWrap select, .siteFieldsRow input, .siteFieldsRow select {
        height: 30px
    }

    .customDropdownWrap:after {
        line-height: 30px
    }

    .bottomTiles > div .smCounter .title {
        font-size: 16px
    }

    .site-tabs-content .tab-pane {
        display: none !important
    }

    .site-tabs-content .mobileTab.active + .tab-pane {
        display: block !important;
        opacity: 1 !important
    }

    .site-tabs-content .mobileTab, .site-tabs-content .mobileTab:focus, .site-tabs-content .mobileTab:hover {
        padding: 6px 15px;
        margin-bottom: 0;
        border-top: 1px solid #3b5c6e;
        margin-top: 10px;
        border-bottom: 1px solid #3b5c6e;
        color: #fff;
        background: #42adbd;
        cursor: pointer;
        display: inline-block;
        position: relative
    }

        .site-tabs-content .mobileTab i, .site-tabs-content .mobileTab:focus i, .site-tabs-content .mobileTab:hover i {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .site-tabs-content .mobileTab.active i, .site-tabs-content .mobileTab:focus.active i, .site-tabs-content .mobileTab:hover.active i {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

    .site-tabs-content > input[type=radio] {
        display: none !important
    }

    .site-tabs-content input:checked + label > i {
        -webkit-transform: translateY(-50%) rotate(180deg) !important;
        -moz-transform: translateY(-50%) rotate(180deg) !important;
        -ms-transform: translateY(-50%) rotate(180deg) !important;
        -o-transform: translateY(-50%) rotate(180deg) !important;
        transform: translateY(-50%) rotate(180deg) !important
    }

    .site-tabs-content input:checked + label + .tab-pane {
        display: block !important;
        opacity: 1 !important;
        margin-bottom: 10px
    }
}

:root.color-white-hover:hover {
    --hover-white: #fff
}

:root.dashboard-tabs ul li a.active {
    --active-tab-white: #fff
}

:root.reset-form:hover {
    --hover-form-icon: #3b5c6e
}

:root.txt-file:hover {
    --hover-text-file-icon: #72b6d6
}

:root.excel-file:hover {
    --hover-excel-fill-icon: #008040
}

.btn.focus, .btn:focus {
    box-shadow: none
}

@font-face {
    font-family: fira_sansregular;
    src: url(/Content/fonts/firasans-regular-webfont.woff2) format('woff2'),url(/Content/fonts/firasans-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.cls-1 {
    fill: #2d3e50
}

.cls-2 {
    fill: #1d75b8
}

.overflow-x {
    overflow-x: hidden
}

.primary-color {
    color: #42adbd
}

a, a:not([href]):not([tabindex]) {
    color: #42adbd;
    word-break: break-word;
    cursor: pointer
}

p {
    margin-bottom: 0
}

.hide-div {
    display: none
}

.dashboardNav ul {
    padding-left: 0;
    list-style: none
}

.dashboardNav > ul li > ul {
    overflow-y: auto
}

.dashboardNav > ul li > .dropdown-toggle:after {
    display: none
}

.dashboardNav > ul li > a .subMenuArrow {
    height: 16px;
    vertical-align: middle
}

.dashboardNav > ul li > ul > li > ul {
    padding-left: 5px
}

    .dashboardNav > ul li > ul > li + li, .dashboardNav > ul li > ul > li > ul, .dashboardNav > ul li > ul > li > ul li + li {
        margin: 15px 0 0 0
    }

.dashboardNav > ul li > ul > li a {
    font-size: 1.5rem
}

.dashboardNav > ul li .dropdown .dropdown-toggle {
    background-color: #3b5c6e;
    color: #fff;
    padding: 5px 14px;
    border-radius: 5px
}

    .dashboardNav > ul li .dropdown .dropdown-toggle:hover span {
        color: #fff
    }

.dashboardNav > ul li .user-menu {
    padding: 0 14px
}

.dashboardNav > ul > li > ul > li .user-menu {
    margin-top: 20px
}

.dashboardNav > ul > li > ul > li:first-child .user-menu {
    margin-top: 0
}

.dashboardNav > ul > li > .dropdown-toggle:after {
    vertical-align: middle
}

.dashboardNav > ul li .dropdown .dropdown-toggle:after {
    display: none
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent
}

img {
    max-width: 100%
}

.loader {
    display: none
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(/Content/images/loader-halo.gif) 50% 50% no-repeat rgba(249,249,249,.6);
    background-size: 100px
}

.loader img {
    max-width: 100px
}

.clear-both {
    clear: both
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ccc #e0e0e0
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    height: 7px
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px
}

a:hover {
    color: #addb21
}

::selection {
    color: #fff;
    background: #42adbd
}

::-moz-selection {
    color: #fff;
    background: #42adbd
}

.navbar.navbar-inverse.navbar-fixed-top {
    display: none
}

[role=button] {
    cursor: pointer
}

.navbar-nav .dropdown-menu {
    transform: none !important;
    top: 44px !important;
    left: auto !important;
    padding: 20px 40px 20px 20px;
    right: 15px;
    border: none;
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    border-radius: 7px;
    width: 210px
}

    .navbar-nav .dropdown-menu:before {
        content: "";
        box-shadow: 0 0 15px rgba(210,210,210,.5);
        border-bottom: solid 9px #fff;
        border-left: solid 9px transparent;
        border-right: solid 9px transparent;
        display: block;
        position: absolute;
        top: -8px;
        right: 10px
    }

    .navbar-nav .dropdown-menu a {
        padding: 0 0 10px 0;
        font-size: 1.3rem;
        color: #293340;
        font-weight: 400;
        display: block
    }

        .navbar-nav .dropdown-menu a .prof-menu-icon {
            min-width: 20px;
            text-align: center;
            margin-left: 0
        }

        .navbar-nav .dropdown-menu a.profile-name span {
            color: #42adbd;
            margin-left: 0;
            font-weight: 500;
            font-size: 1.3rem;
            text-transform: uppercase;
            white-space: normal
        }

        .navbar-nav .dropdown-menu a span, .navbar-nav .dropdown-menu a svg {
            display: inline-block;
            vertical-align: middle
        }

        .navbar-nav .dropdown-menu a svg {
            width: 15px;
            height: 15px;
            fill: #293340
        }

        .navbar-nav .dropdown-menu a.report-bug svg {
            width: 17px;
            height: 17px
        }

        .navbar-nav .dropdown-menu a.feature-request svg {
            width: 20px;
            height: 20px
        }

        .navbar-nav .dropdown-menu a span {
            margin-left: 7px
        }

    .navbar-nav .dropdown-menu .user-menu > a span {
        margin-left: 0
    }

    .navbar-nav .dropdown-menu .user-menu > ul {
        padding-left: 18px
    }

    .navbar-nav .dropdown-menu .user-menu > a:after {
        border-top: 7px solid #6c757d;
        border-right: 5px solid transparent;
        border-bottom: 0;
        border-left: 5px solid transparent;
        vertical-align: middle
    }

.dashboardHeader .addContactBtn span, .dashboardHeader .addContactBtn svg {
    display: inline-block;
    vertical-align: middle
}

.navbar-nav .dropdown-menu a:active, .navbar-nav .dropdown-menu a:focus, .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:hover svg {
    background-color: transparent;
    outline: 0;
    color: #addb21;
    fill: #addb21
}

.dashboardHeader .addContactBtn span {
    margin-left: 5px;
    margin-top: 2px
}

.dashboardHeader .headerSearch button {
    line-height: 14px
}

.headerRightUserInfo .mob-search-btn {
    display: none
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

h1 {
    font-size: 2.1rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.7rem
}

h4 {
    font-size: 1.5rem
}

button {
    cursor: pointer
}

    button:focus {
        outline: 0
    }

.dashboardNav > ul > li:hover > a .menu-icon svg, .dashboardNav > ul > li:hover > a .menu-icon svg path, .dashboardNav > ul > li:hover > a span {
    color: #addb21;
    fill: #addb21
}

main {
    padding: 18px 9px
}

.dashobard-home-tiles {
    background-color: #fff;
    box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -webkit-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -moz-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -ms-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding: 7vh 0;
    cursor: pointer;
    margin-bottom: 30px
}

    .dashobard-home-tiles .dashoboard-link-icon {
        min-height: 60px;
        max-height: 60px;
        margin: auto
    }

        .dashobard-home-tiles .dashoboard-link-icon img {
            max-height: 55px
        }

    .dashobard-home-tiles h1 {
        color: #293340;
        text-transform: capitalize;
        margin-top: 20px
    }

.dashboard-profile-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    align-items: center
}

    .dashboard-profile-breadcrumb .breadcrumb li {
        font-size: 1.3rem;
        font-weight: 500;
        text-transform: capitalize
    }

    .dashboard-profile-breadcrumb .breadcrumb a, .dashboard-profile-breadcrumb .breadcrumb span {
        color: #293340;
        font-family: "Fira Sans",sans-serif,fira_sansregular
    }

.dashboard-profile-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding: 0 9px
}

.dashboard-profile-breadcrumb, .page-name {
    margin: 0 -15px 1.5rem -15px
}

    .page-name h2 {
        color: #293340;
        font-weight: 500;
        text-transform: capitalize
    }

ul.header-info {
    margin-bottom: 0;
    list-style: none;
    line-height: 25px;
    padding-left: 0
}

    ul.header-info li {
        display: inline-block;
        margin-right: 10px;
        box-shadow: 0 0 10px rgba(41,51,64,.2);
        padding: 5px 9px;
        border-radius: 5px;
        background: #fff
    }

        ul.header-info li:last-child {
            margin-right: 0
        }

.refresh-page a, .refresh-page h2, .refresh-page p, .refresh-page span {
    display: inline-block;
    vertical-align: middle
}

    .refresh-page p .widget-cursor {
        line-height: 0;
    }

.refresh-page h2 {
    margin-right: 10px
}

.refresh-page a {
    line-height: normal
}

.refresh-page .refresh-details {
    font-weight: 500
}

.refresh-page .fa-refresh {
    color: #42adbd;
    font-size: 20px
}

.dashboardContent {
    padding: 0 15px
}

.leadCounterMain .leads-tile .leadCounterMainInner {
    border: none;
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    padding: 20px;
    color: #293340;
    min-height: 100%
}


    .leadCounterMain .leads-tile .leadCounterMainInner .title {
        font-size: 1.4rem
    }

    .leadCounterMain .leads-tile .leadCounterMainInner img.icon {
        width: 50px
    }

.leadCounterMain .chartWrap .chartInner {
    background-color: #fff;
    padding: 25px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(41,51,64,.2)
}

    .leadCounterMain .chartWrap .chartInner svg .highcharts-axis-labels text {
        fill: #293340 !important;
        font-weight: 600 !important;
        font-size: 1.3rem !important;
        color: #293340 !important
    }

    .leadCounterMain .chartWrap .chartInner .chartLabels {
        margin-top: 10px
    }

        .leadCounterMain .chartWrap .chartInner .chartLabels .label-inner {
            display: flex;
            align-items: center;
            min-height: 60px;
            justify-content: center
        }

        .leadCounterMain .chartWrap .chartInner .chartLabels .title {
            font-size: 1.3rem;
            color: #293340;
            line-height: 17px
        }

        .leadCounterMain .chartWrap .chartInner .chartLabels .chartViewBtn {
            font-size: 1.2rem;
            padding: 5px;
            border-radius: 5px;
            border-width: 2px
        }

.filter-range div span {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500;
    margin-bottom: 5px;
    display: block
}

.filter-range div input[type=text], .filter-range div select, .filter-range select.form-control:not([size]):not([multiple]) {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto
}

.filter-range .datepicker-calendar {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px;
    text-align: left
}

.filter-range .btn-new-primary {
    outline: 0;
    margin-left: 0;
    padding: 8px 10px
}

.dashboardContent .bottomTiles .smCounter {
    padding: 20px;
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    border-radius: 10px;
    border: none
}

    .dashboardContent .bottomTiles .smCounter .title, .dashboardContent .bottomTiles .smCounter .title a {
        font-size: 1.4rem;
        color: #293340
    }

        .dashboardContent .bottomTiles .smCounter .title a {
            cursor: pointer
        }

.dashboardSidebar {
    border-radius: 10px;
    padding: 20px
}

    .dashboardSidebar .taskListWrap li {
        word-break: break-word
    }

        .dashboardSidebar .taskListWrap li img.icon {
            width: 20px
        }

    .dashboardSidebar .filter-range div input[type=text] {
        border-color: #c5c5c5
    }

    .dashboardSidebar .taskListWrap .loadMoreBtn {
        margin-left: 0;
        width: 100%
    }

    .dashboardSidebar .taskListWrap.scroll-ul ul {
        padding-right: 10px;
        max-height: 620px;
        overflow: auto
    }

    .dashboardSidebar .taskListWrap ul li:last-child {
        margin-bottom: 0
    }

    .dashboardSidebar .taskListWrap ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px
    }

.dashboard-tabs ul {
    padding: 0;
    list-style: none
}

    .dashboard-tabs ul li {
        float: left;
        margin-right: 3px;
        margin-top: 3px
    }

        .dashboard-tabs ul li:last-child {
            margin-right: 0
        }

        .dashboard-tabs ul li h3, .dashboard-tabs ul li span {
            display: inline-block;
            vertical-align: middle
        }

        .dashboard-tabs ul li a.nav-link {
            display: block;
            background-color: #d6e1e6;
            border-radius: 7px 7px 0 0;
            padding: 8px 10px
        }

        .dashboard-tabs ul li a {
            display: block
        }

        .dashboard-tabs ul li span {
            line-height: 0
        }

            .dashboard-tabs ul li span svg {
                max-height: 20px;
                height: 20px;
                fill: #42adbd;
                width: 20px
            }

                .dashboard-tabs ul li span svg path {
                    fill: #42adbd
                }

#Icon_feather-shopping-cart #Path_3 {
    fill: transparent
}

.dashboard-tabs ul li h3 {
    padding-left: 5px;
    text-transform: capitalize;
    color: #293340;
    margin: 0;
    font-weight: 500;
    font-size: 1.4rem
}

    .dashboard-tabs ul li h3 span {
        display: none
    }

.dashboard-tabs ul li {
    text-align: center
}
/*
.dashboard-tabs.listed-tab-show ul li {
    width: 25%
}*/

.dashboard-tabs ul li a.active .svg-without-active, .svg-with-active {
    display: none
}

.dashboard-tabs ul li a.active .svg-with-active {
    display: inline-block
}

.dashboard-tabs ul li a.nav-link.active {
    background-color: #42adbd
}

.disabled-tab {
    pointer-events: none;
    opacity: .4
}

    .disabled-tab.active {
        pointer-events: auto;
        opacity: 1
    }

.dashboard-tabs ul li a.nav-link.active h3 {
    color: #fff
}

.dashboard-tabs ul li a.active svg, .dashboard-tabs ul li a.active svg path, .dashboard-tabs ul li a.active svg rect {
    fill: #fff
}

    .dashboard-tabs ul li a.active svg#Icon_feather-shopping-cart path {
        stroke: #fff
    }

.more-tabs-btn .more-tabs-inner ul li {
    width: auto;
    margin-right: 3px;
    margin-top: 3px
}

.more-tabs-btn .more-tabs-inner ul li {
    font-size: 1.5rem
}

.contact-tabs-content h1 {
    color: #293340;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 0
}

.tab-heading-mrgn h1 {
    margin-bottom: 0
}

#pills-event-activity h1, #pills-program-schedule h1, #pills-response-activity h1 {
    margin-bottom: 0
}

.steps-btn-main {
    display: none
}

.contact-tabs-content .contact-personal-info.active {
    display: flex
}

    .contact-tabs-content .contact-personal-info.active + .steps-btn-main {
        display: block
    }

.contact-tabs-content .contact-personal-info .cont-per-info-lft-pan {
    background-color: #e0e6e8;
    float: left;
    width: 23.3%;
    padding: 15px 10px 10px 10px
}

.contact-tabs-content .cont-per-info-lft-pan ul {
    padding: 0;
    list-style: none
}

    .contact-tabs-content .cont-per-info-lft-pan ul li {
        margin-bottom: 15px;
        width: 100%
    }

        .contact-tabs-content .cont-per-info-lft-pan ul li a {
            border-radius: 7px;
            background-color: #f5f5f5;
            padding: 15px 12px;
            text-transform: capitalize;
            min-height: 5rem;
            line-height: normal;
            display: flex;
            align-items: center
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li span {
            color: #6c757d;
            font-size: 1.4rem;
            font-weight: 500
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li:last-child {
            margin-bottom: 0
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.active {
            background-color: #42adbd
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.active span {
                font-size: 1.6rem;
                font-weight: 500;
                color: #fff
            }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step {
            background-color: #fff
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link h4 {
            display: none
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step h4 {
            color: #42adbd;
            margin-bottom: 0;
            font-weight: 500;
            display: block
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step span {
            font-size: 1.2rem
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step.active {
            background-color: #42adbd
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step.active h4 {
                color: #fff
            }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step:hover, .contact-tabs-content .cont-per-info-lft-pan ul li a:hover {
            background-color: #3b5c6e;
            color: #fff
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a:hover span {
                color: #fff
            }

.contact-tabs-content .contact-personal-info .cont-right-panel {
    background-color: #fff;
    float: left;
    width: 78%;
    padding: 15px 20px
}

    .contact-tabs-content .contact-personal-info .cont-right-panel > .tab-pane {
        min-height: 250px
    }

        .contact-tabs-content .contact-personal-info .cont-right-panel > .tab-pane .collapse {
            display: block
        }

.contact-tabs-content .cont-right-panel .add-cnt-detl-btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn .add-details-btns h3 {
        display: inline-block
    }

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn h4 {
        color: #42adbd;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 1.6rem
    }

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button {
        border: none;
        border-radius: 10px;
        background-color: #fff;
        padding: 8px 10px;
        margin-left: 15px;
        min-width: 145px;
        text-align: center;
        box-shadow: 0 0 15px rgba(210,210,210,.4);
        outline: 0;
        font-size: 1.4rem
    }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button:first-child {
            margin-left: 0
        }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button span, .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg {
            display: inline-block;
            vertical-align: middle
        }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg {
            height: 20px;
            fill: #42adbd
        }

            .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg path {
                fill: #42adbd
            }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button span {
            text-transform: capitalize;
            font-weight: 500;
            margin-left: 5px
        }

.contact-tabs-content .cont-right-panel form {
    margin-top: 30px
}

.checkbox-inline {
    line-height: 0
}

.contact-search-result .app-table-inner td label.checkbox-inline {
    display: inline-block
}

.form-input, form .form-input {
    margin-bottom: 15px
}

    form .form-input .input-options {
        text-align: right;
        margin-top: 5px;
        display: block;
        text-transform: capitalize;
        font-size: 1.6rem;
        color: #3b5c6e;
        font-weight: 500
    }

.contact-tabs-content .cont-right-panel form .form-input:nth-child(4n+4) {
    margin-right: 0
}

.form-input label, form .form-input label {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500;
    margin-bottom: .5rem;
    display: block
}

.form-input .label-more-info label {
    float: left
}

.form-input .label-more-info .label-scnd-info {
    float: right;
    text-decoration: underline;
    font-size: 1.2rem
}

input[type=readonly] {
    cursor: default
}

.form-input .primary-color {
    color: #42adbd
}

.form-input .task-desc {
    margin-bottom: 10px;
    color: #3b5c6e
}

.form-input .tooltip-hover-content {
    background-image: url(/Content/images/icons-svg/information-button.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer
}

    .form-input .tooltip-hover-content .tooltip-content-container {
        position: absolute;
        width: 300px;
        background: #6c757d;
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        font-weight: 400;
        font-size: 1.3rem;
        bottom: 21px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: none
    }

    .form-input .tooltip-hover-content.tooltip-right-edge .tooltip-content-container {
        left: auto;
        right: -20px;
        transform: none
    }

    .form-input .tooltip-hover-content:after {
        content: "";
        border-top: solid 6px #6c757d;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        position: absolute;
        left: 0;
        top: -6px;
        right: 0;
        margin: auto;
        width: 6px;
        display: none
    }

    .form-input .tooltip-hover-content:hover .tooltip-content-container, .form-input .tooltip-hover-content:hover:after {
        display: block
    }

.form-input.tootltip-input label span {
    display: inline-block;
    vertical-align: middle
}

.form-input.checkbox-input input, .form-input.checkbox-input label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0
}

.form-input.checkbox-input.v-top input {
    vertical-align: top;
    margin-top: 3px
}

.form-input.checkbox-input.v-top label {
    width: 89%
}

.form-input.checkbox-input label {
    margin-left: 5px;
    padding: 1px 0 0 0
}

.custom-dropdown .btn-group {
    width: 100%;
    display: block
}

.custom-dropdown button {
    padding: 0;
    width: 100%;
    text-align: left
}

    .custom-dropdown button:after {
        display: none
    }

.custom-dropdown ul {
    width: 100%;
    padding: 0
}

    .custom-dropdown ul li {
        padding: 10px 10px 0 10px
    }

.custom-dropdown ul {
    padding-bottom: 10px
}

    .custom-dropdown ul li label {
        margin: 0
    }

        .custom-dropdown ul li label input {
            position: relative;
            top: 2px
        }

    .custom-dropdown ul .input-group input {
        padding: 5px 10px
    }

.custom-dropdown button, select {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none
}

.contact-tabs-content .cont-right-panel .next-step-action-btn {
    text-align: right
}

.form-input .validation-error {
    display: none
}

.contact-tabs-content .cont-right-panel .next-step-action-btn button {
    border-radius: 7px;
    text-transform: capitalize;
    font-size: 1.7rem;
    font-weight: 400;
    border: none;
    background-color: #3b5c6e;
    padding: 12px 33px;
    line-height: 15px;
    color: #fff;
    text-align: center
}

    .contact-tabs-content .cont-right-panel .next-step-action-btn button.disabled {
        background-color: #f1f1f1;
        color: #a09f9f
    }

.form-action-btns {
    text-align: right;
    padding-right: 30px;
    margin-top: 30px
}

.transition-effect {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s
}

.btn-new-primary, .form-input .btn-new-primary {
    border: none;
    border-radius: 7px;
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: 15px;
    margin-left: 5px;
    color: #fff;
    background-color: #42adbd;
    border: solid 2px #42adbd;
    text-align: center;
    outline: 0;
    cursor: pointer;
    width: auto
}

    .btn-new-primary:hover {
        color: #fff
    }

    .btn-new-primary:focus, .form-input .btn-new-primary:focus {
        box-shadow: none
    }

.btn-new-danger {
    background-color: #dc3545;
    border-color: #dc3545
}

.modal-open .modal {
    z-index: 999999
}

.modal-footer > .btn-new-primary:not(:first-child) {
    margin-left: 5px
}

.modal-footer > :not(:last-child) {
    margin-right: 0
}

.btn-new-primary-medium, .form-input .btn-new-primary-medium {
    padding: 8px 10px
}

.btn-new-primary-small, .form-input .btn-new-primary-small {
    padding: 6px 7px;
    font-size: 1.4rem
}

.btn-new-primary:hover {
    background-color: #3b5c6e;
    border-color: #3b5c6e
}

.btn-new-primary.btn-new-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-new-secondary, .form-input .btn-new-secondary {
    background-color: transparent;
    border: solid 2px #3b5c6e;
    color: #293340;
    font-weight: 500
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-new-secondary:hover {
    background-color: #3b5c6e;
    color: #fff;
    border-color: #3b5c6e
}

.contact-tabs-content .tab-pane .tab-main-heading {
    padding: 20px 10px
}

    .contact-tabs-content .tab-pane .tab-main-heading .btn-new-primary:hover {
        color: #fff
    }

.contact-tabs-content .tab-pane .tab-box-padding, .tab-box-padding {
    padding: 20px 10px
}

.program-schedule .tab-main-heading p {
    color: #3b5c6e;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px
}

.event-filter-heading, .event-types-details {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .event-filter-heading h1 {
        float: left
    }

.event-types {
    margin-left: 40px;
    margin-bottom: 0
}

    .event-types, .event-types li, .event-types li input, .event-types li span {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        list-style: none;
        line-height: normal;
        color: #293340;
        outline: 0;
        cursor: pointer
    }

        .event-types li + li {
            margin-left: 20px
        }

        .event-types li {
            padding: 8px 10px;
            border-radius: 5px
        }

            .event-types li span {
                margin: 0 15px 0 5px;
                line-height: 19px
            }

            .event-types li svg {
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                height: 16px
            }

            .event-types li.all-type {
                background: rgba(66,173,189,.1)
            }

                .event-types li.all-type svg {
                    fill: #42adbd
                }

            .event-types li.note-type {
                background: rgba(75,139,160,.1)
            }

                .event-types li.note-type svg, .event-types li.note-type svg path {
                    fill: #4b8ba0
                }

            .event-types li.event-type {
                background: rgba(255,87,87,.1)
            }

            .event-types li.log-call-type {
                background: rgba(89,183,122,.1)
            }

                .event-types li.log-call-type svg {
                    fill: #59b77a
                }

            .event-types li.mail-type {
                background: rgba(140,87,204,.1)
            }

            .event-types li.note-type input[type=checkbox] {
                border-color: #4b8ba0
            }

                .event-types li.note-type input[type=checkbox]:checked {
                    background-color: #4b8ba0
                }

            .event-types li.event-type input[type=checkbox] {
                border-color: #ff5757
            }

                .event-types li.event-type input[type=checkbox]:checked {
                    background-color: #ff5757
                }

            .event-types li.event-type svg {
                fill: #ff5757
            }

            .event-types li.log-call-type input[type=checkbox] {
                border-color: #59b77a
            }

                .event-types li.log-call-type input[type=checkbox]:checked {
                    background-color: #59b77a
                }

            .event-types li.log-call-type svg path {
                fill: #59b77a
            }

            .event-types li.mail-type input[type=checkbox] {
                border-color: #8c57cc
            }

                .event-types li.mail-type input[type=checkbox]:checked {
                    background-color: #8c57cc
                }

            .event-types li.mail-type svg {
                fill: #8c57cc
            }

.event-filter-heading .event-filter {
    margin-bottom: 0
}

    .event-filter-heading .event-filter button, .event-filter-heading .event-filter select {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .event-filter-heading .event-filter h4 {
        display: block;
        margin-bottom: 5px
    }

    .event-filter-heading .event-filter select {
        width: 100px;
        margin: 0 10px 0 0
    }

    .event-filter-heading .event-filter button {
        padding: 5px;
        margin: 0
    }

.event-activity-table table tbody tr td {
    position: relative;
    padding: 15px 10px
}

    .event-activity-table table tbody tr td:first-child:after {
        content: "";
        width: 3px;
        height: 90%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

.event-bdr td:first-child:after {
    background-color: #ff5757
}

.event-bdr td:first-child svg {
    fill: #ff5757
}

.attachment-bdr td:first-child:after {
    background-color: #4b8ba0
}

.attachment-bdr td:first-child svg {
    fill: #4b8ba0
}

    .attachment-bdr td:first-child svg path {
        fill: #4b8ba0
    }

.log-call-bdr td:first-child:after {
    background-color: #59b77a
}

.log-call-bdr td svg path {
    fill: #59b77a
}

.mail-bdr td:first-child:after {
    background-color: #8c57cc
}

.mail-bdr td:first-child svg {
    fill: #8c57cc
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529
}

.small-table {
    max-width: 400px
}

.app-table .app-table-inner {
    background-color: #fff
}

.app-table-inner.alert-margin {
    width: 100%;
    float: left
}

.app-table table thead {
    background-color: #d6e1e6;
    word-break: break-word
}

    .app-table table thead th {
        border: none;
        padding: 10px 5px;
        font-size: 1.4rem;
        color: #293340;
        font-weight: 500;
        vertical-align: middle;
        line-height: 17px;
        text-transform: capitalize;
        word-break: keep-all
    }

        .app-table table thead th a {
            position: relative;
            padding-right: 18px;
            display: inline-block;
            cursor: pointer;
            word-break: initial;
        }

            .app-table table thead th a:not([href]):not([tabindex]) {
                word-break: initial;
            }

            .app-table table thead th a:after {
                content: "";
                display: inline-block; /*background-image:url(/Content/images/icons-svg/sort.svg);*/
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: right center;
                width: 15px;
                height: 15px;
                position: absolute;
                bottom: 0;
                right: 0;
                top: 0;
                margin: auto
            }

        .app-table table thead th.text-center {
            text-align: left !important
        }

.app-table table .select-all-input label {
    line-height: 0
}

.app-table table thead th .select-all-input-th .select-all-input, .app-table table thead th .select-all-input-th input[type=checkbox] {
    display: inline-block;
    vertical-align: middle
}

.app-table table tbody tr:nth-child(even) {
    background-color: #f1fafa
}

.app-table table tbody tr.table-total {
    background-color: #6b8c9c;
    color: #fff
}

.app-table table td {
    border: none;
    padding: 10px 5px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 500;
    word-break: break-all
}

    .app-table table td.checkbox-td {
        line-height: 9px
    }

    .app-table table td .btn-new-primary:first-child {
        margin-left: 0
    }

.td-more-content-main {
    position: relative
}

.app-table table td .td-more-content-main-inner {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 10px;
    padding-left: 15px;
    max-width: 300px
}

.app-table table td .td-more-content {
    height: 20px;
    overflow: hidden
}

    .app-table table td .td-more-content.height-auto {
        height: auto
    }

.app-table table td .td-more-content-tooltip {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    z-index: 1;
    left: 0;
    top: 60%;
    max-height: 300px;
    overflow-y: auto
}

.app-table table td .td-more-content-main-inner:hover .td-more-content-tooltip {
    display: block
}

.app-table table td.banner-upload > a {
    max-width: 100px;
    display: block
}

.app-table table td .attached-td {
    display: inline-block;
    cursor: pointer
}

    .app-table table td .attached-td svg {
        max-width: 25px;
        fill: #3b5c6e;
        height: 27px
    }

.app-table table td .attachment-modal {
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 20px 0
}

    .app-table table td .attachment-modal.show {
        display: block
    }

    .app-table table td .attachment-modal .modal-content .modal-body {
        min-height: 500px;
        overflow-y: auto;
        max-height: 500px;
        padding-top: 0;
        margin-top: 20px
    }

    .app-table table td .attachment-modal.not-scroll .modal-content .modal-body {
        overflow-y: initial
    }

    .app-table table td .attachment-modal .modal-content .modal-body img {
        max-width: 100%
    }

    .app-table table td .attachment-modal .modal-content .modal-body iframe {
        width: 100%;
        height: 500px
    }

    .app-table table td .attachment-modal .modal-content .modal-body .download-pdf-btn {
        display: none
    }

.app-table table td a label {
    cursor: pointer
}

.app-table table td b {
    font-weight: 500
}

.app-table table .table-actions a, .app-table table .table-actions span, .div-action-btns a, .div-action-btns span {
    display: inline-block;
    margin-left: 3px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    position: relative;
    vertical-align: middle
}

.app-table table .table-btn {
    margin-left: 3px;
}

.app-table table .table-actions input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.app-table table .table-actions a input, .app-table table .table-actions span input, .div-action-btns span input {
    cursor: pointer
}

.app-table table .table-actions a:before, .app-table table .table-actions span:before, .div-action-btns a:before, .div-action-btns span:before {
    content: attr(data-title);
    white-space: nowrap;
    background-color: #6c757d;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    top: -31px;
    line-height: normal;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    opacity: 0;
    visibility: hidden;
    font-size: 1.2rem
}

.app-table table .table-actions span.left-edge-tooltip:before {
    left: 100%
}

.app-table table .table-actions a.tooltip-right:before, .app-table table .table-actions span.tooltip-right:before {
    left: 0
}

.app-table table .table-actions a:after, .app-table table .table-actions span:after, .div-action-btns a:after, .div-action-btns span:after {
    content: "";
    border-top: solid 6px #6c757d;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    position: absolute;
    left: 0;
    top: -7px;
    right: 0;
    margin: auto;
    width: 6px;
    opacity: 0;
    visibility: hidden
}

.app-table table .table-actions a:hover:after, .app-table table .table-actions a:hover:before, .app-table table .table-actions span:hover:after, .app-table table .table-actions span:hover:before, .div-action-btns a:hover:after, .div-action-btns a:hover:before, .div-action-btns span:hover:after, .div-action-btns span:hover:before {
    opacity: 1;
    visibility: visible
}

.app-table table .table-actions a:first-child {
    margin-left: 0
}

.app-table table .table-actions .table-view, .div-action-btns .table-view, .table-view {
    background-color: rgba(214,225,230,.4)
}

    .app-table table .table-actions .table-view:hover, .div-action-btns .table-view:hover, .table-view:hover {
        background-color: #42adbd
    }

        .app-table table .table-actions .table-view:hover svg, .app-table table .table-actions .table-view:hover svg path, .div-action-btns .table-view:hover svg, .div-action-btns .table-view:hover svg path, .table-view:hover svg, .table-view:hover svg path {
            fill: #fff
        }

.app-table table .table-actions .active-partner {
    background-color: rgba(117,168,53,.2)
}

    .app-table table .table-actions .active-partner svg {
        width: 17px;
        fill: #75a835
    }

    .app-table table .table-actions .active-partner:hover {
        background-color: #75a835
    }

.app-table table .table-actions .select-btn {
    background-color: rgba(108,99,255,.2)
}

    .app-table table .table-actions .select-btn svg {
        fill: #6c63ff
    }

    .app-table table .table-actions .select-btn:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .approve {
    background-color: rgba(24,177,85,.3)
}

    .app-table table .table-actions .approve svg {
        width: 17px;
        fill: #18b155
    }

    .app-table table .table-actions .approve:hover {
        background-color: #18b155
    }

.app-table table .table-actions .reassign {
    background-color: rgba(107,140,156,.2)
}

    .app-table table .table-actions .reassign svg {
        fill: #6b8c9c
    }

    .app-table table .table-actions .reassign:hover {
        background-color: #6b8c9c
    }

.app-table table .table-actions .refresh-result {
    background-color: rgba(109,206,253,.3)
}

    .app-table table .table-actions .refresh-result svg {
        fill: #4da7d4
    }

    .app-table table .table-actions .refresh-result:hover {
        background-color: #4da7d4
    }

.app-table table .table-actions .reset {
    background-color: rgba(31,191,197,.2)
}

    .app-table table .table-actions .reset svg {
        fill: #1fbfc5
    }

    .app-table table .table-actions .reset:hover {
        background-color: #1fbfc5
    }

.app-table table .table-actions .bug {
    background-color: rgba(54,91,148,.2)
}

    .app-table table .table-actions .bug svg {
        fill: #365b94
    }

    .app-table table .table-actions .bug:hover {
        background-color: #365b94
    }

.app-table table .table-actions .update-message {
    background-color: rgba(24,177,85,.4)
}

    .app-table table .table-actions .update-message svg {
        fill: #18b155
    }

    .app-table table .table-actions .update-message:hover {
        background-color: #18b155
    }

.app-table table .table-actions .update-images {
    background-color: rgba(108,99,255,.4)
}

    .app-table table .table-actions .update-images svg {
        fill: #6c63ff
    }

    .app-table table .table-actions .update-images:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .cancel-order {
    background-color: rgba(255,101,99,.4)
}

    .app-table table .table-actions .cancel-order svg {
        fill: #ff6563
    }

    .app-table table .table-actions .cancel-order:hover {
        background-color: #ff6563
    }

.app-table table .table-actions .order {
    background-color: rgba(139,187,247,.4)
}

    .app-table table .table-actions .order svg {
        fill: #4b80c1
    }

    .app-table table .table-actions .order:hover {
        background-color: #4b80c1
    }

.app-table table .table-actions .order-properties svg {
    fill: #88b10c
}

.app-table table .table-actions .order-properties {
    background-color: rgba(173,219,33,.4)
}

    .app-table table .table-actions .order-properties:hover {
        background-color: #88b10c
    }

.app-table table .table-actions .produce-copy svg {
    fill: #47aaff
}

.app-table table .table-actions .produce-copy {
    background-color: rgba(71,170,255,.4)
}

    .app-table table .table-actions .produce-copy:hover {
        background-color: #47aaff
    }

.app-table table .table-actions .common-svg-width svg, .app-table table .table-actions .reassign svg, .app-table table .table-actions .store-order svg, .app-table table .table-actions .table-view svg, .common-svg-width svg, .div-action-btns a svg, .div-action-btns span svg {
    width: 15px;
    height: 13px
}

.app-table table .table-actions .cancel-order svg {
    height: 10px
}

.app-table table .table-actions .table-view svg {
    fill: #42adbd
}

.app-table table .table-actions .reset-pass, .app-table table .table-actions .store-order {
    line-height: 33px
}

    .app-table table .table-actions .store-order svg {
        height: 13px;
        fill: #18b155
    }

.app-table table .table-actions .store-order {
    background-color: rgba(24,175,84,.2)
}

    .app-table table .table-actions .store-order:hover {
        background-color: #18b155
    }

.app-table table .table-actions .add-crm svg {
    fill: #3c5dd8;
    width: 12px
}

.app-table table .table-actions .add-crm {
    background-color: rgba(66,98,214,.2)
}

    .app-table table .table-actions .add-crm:hover {
        background-color: #3c5dd8
    }

.app-table table .table-actions .get-count svg {
    fill: #0bccd6
}

.app-table table .table-actions .get-count {
    background-color: rgba(15,233,255,.2)
}

    .app-table table .table-actions .get-count:hover {
        background-color: #0bccd6
    }

.app-table table .table-actions .reset-pass svg {
    height: 16px;
    width: 16px;
    fill: rgba(220,53,69,.8)
}

.app-table table .table-actions .reset-pass {
    background-color: rgba(220,53,69,.3)
}

    .app-table table .table-actions .reset-pass:hover {
        background-color: rgba(220,53,69,.8)
    }

.app-table table .table-actions .sso-login svg {
    height: 18px;
    width: 18px;
    fill: #6c63ff
}

.app-table table .table-actions .sso-login {
    background-color: rgba(108,99,255,.2)
}

    .app-table table .table-actions .sso-login:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .emailverify svg {
    height: 15px;
    width: 15px;
    fill: #318fd2
}

.app-table table .table-actions .emailverify {
    background-color: rgba(49,143,210,.2)
}

    .app-table table .table-actions .emailverify:hover {
        background-color: #318fd2
    }

.app-table table .table-actions .login-as svg {
    height: 14px;
    width: 14px;
    fill: #2049b9
}

.app-table table .table-actions .login-as {
    background-color: rgba(32,73,185,.2)
}

    .app-table table .table-actions .login-as:hover {
        background-color: #2049b9
    }

.app-table table .table-actions .reassign-table {
    background-color: rgba(32,73,185,.2);
    position: relative
}

    .app-table table .table-actions .reassign-table:hover {
        background-color: #2049b9
    }

    .app-table table .table-actions .reassign-table input {
        font-size: 0
    }

    .app-table table .table-actions .reassign-table svg {
        width: 13px;
        height: 13px;
        fill: #2049b9;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0
    }

.app-table .table-actions .record-del, .app-table table .table-actions .record-del, .record-del {
    background-color: #fedfdf
}

    .app-table .table-actions .record-del:hover, .app-table table .table-actions .record-del:hover, .record-del:hover {
        background-color: #ec7777
    }

        .app-table .table-actions .record-del:hover svg path, .app-table table .table-actions .record-del:hover svg path, .record-del:hover svg path {
            fill: #fff
        }

    .app-table .table-actions .record-del svg, .app-table table .table-actions .record-del svg, .record-del svg {
        height: 13px;
        fill: #ec7777
    }

.app-table table .table-actions .complete-data {
    background-color: #d2ffe4
}

    .app-table table .table-actions .complete-data.checkbox-active {
        filter: grayscale(1);
        opacity: .7;
        pointer-events: none
    }

    .app-table table .table-actions .complete-data:hover {
        background-color: #18b155
    }

.app-table table .table-actions .not-complete-data {
    background-color: #ffddc4
}

    .app-table table .table-actions .not-complete-data:hover {
        background-color: #fd6c00
    }

.app-table table .table-actions .default-card svg {
    width: 17px;
    height: 17px;
    fill: #2049b9
}

.app-table table .table-actions .not-complete-data svg {
    width: 13px;
    fill: #fd6c00
}

.app-table table .table-actions .default-card {
    background-color: #d5e0ff
}

    .app-table table .table-actions .default-card:hover {
        background-color: #2049b9
    }

        .app-table table .table-actions .complete-data:hover svg path, .app-table table .table-actions .default-card:hover svg, .app-table table .table-actions a:hover svg, .app-table table .table-actions a:hover svg circle, .app-table table .table-actions a:hover svg path, .app-table table .table-actions span:hover svg {
            fill: #fff
        }

.app-table table .table-actions .complete-data svg {
    height: 13px;
    width: 13px;
    fill: #18b155
}

.reactive svg {
    height: 15px
}

.event-activity-table table tbody tr td .comment-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(214,225,230,.4);
    padding: 0;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px
}

    .event-activity-table table tbody tr td .comment-icon svg {
        height: 15px
    }

.event-activity-table table tbody tr td p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px
}

.event-activity-table table tbody tr.event-bdr td:first-child p {
    cursor: pointer
}

.event-activity-table table tbody tr td svg {
    width: 17px;
    height: 17px
}

.app-table .event-activity-table table .table-actions a, .div-action-btns span, .payment-info table .table-actions span, .table-actions-input-btn table .table-actions span {
    position: relative
}

    .app-table .event-activity-table table .table-actions a input, .div-action-btns span input, .payment-info table .table-actions span input, .table-actions-input-btn table .table-actions span input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        box-shadow: none;
        padding: 0;
        opacity: 0
    }

.app-table table .table-actions .re-run-group {
    line-height: 32px
}

.div-action-btns span input, .table-actions-input-btn table .table-actions span input {
    z-index: 1
}

.div-action-btns, .table-actions-input-btn .action-button-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.div-action-btns {
    justify-content: flex-end
}

    .app-table.table-actions-input-btn .action-button-inner span, .div-action-btns a, .div-action-btns span {
        display: flex;
        align-items: center;
        justify-content: center
    }

.no-record-found {
    background-color: #ffffff;
    padding: 10px 0
}

.app-table table .table-actions span.switch, .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px
}

    .app-table table .table-actions span.switch input[type=checkbox], .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.app-table table .table-actions span.slider, .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: auto;
    height: auto
}

    .app-table table .table-actions span.slider:before, .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        top: initial;
        padding: 0;
        transform: none
    }

.app-table table .table-actions input:checked + .slider, input:checked + .slider {
    background-color: #42adbd
}

.app-table table .table-actions input:focus + .slider, input:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}

.app-table table .table-actions input:checked + .slider:before, input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px)
}

.app-table table .table-actions .slider.round, .slider.round {
    border-radius: 34px
}

    .app-table table .table-actions .slider.round:before, .slider.round:before {
        border-radius: 50%
    }

    .app-table table .table-actions .slider.round:after {
        display: none
    }

.search-drop-btn {
    pointer-events: none;
    display: block
}

.search-dropdown.collapse, .search-dropdown.collapse.show {
    display: flex
}

.search-options {
    background-color: #fff;
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2)
}

.search-form-action-btns {
    display: flex;
    justify-content: flex-end
}

    .search-form-action-btns button {
        border: none;
        background-color: none;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 7px;
        position: relative
    }

        .search-form-action-btns button svg {
            height: 25px;
            width: 25px
        }

        .search-form-action-btns button.reset-form {
            background-color: rgba(214,225,230,.4)
        }

        .search-form-action-btns button.txt-file {
            background-color: rgba(173,224,249,.4)
        }

        .search-form-action-btns button.excel-file {
            background-color: rgba(198,222,199,.4)
        }

        .search-form-action-btns button.reset-form:hover {
            background-color: #d6e1e6
        }

        .search-form-action-btns button.reset-form svg {
            fill: #80949e
        }

        .search-form-action-btns button.reset-form:hover #Path_1634, .search-form-action-btns button.reset-form:hover svg {
            fill: #3b5c6e
        }

        .search-form-action-btns button.txt-file:hover {
            background-color: #bbe9ff
        }

        .search-form-action-btns button.txt-file svg {
            fill: #7da3b5
        }

        .search-form-action-btns button.txt-file:hover svg {
            fill: #72b6d6
        }

        .search-form-action-btns button.excel-file:hover {
            background-color: #c3f5dc
        }

        .search-form-action-btns button.excel-file svg {
            fill: #5b9f5e
        }

        .search-form-action-btns button.excel-file:hover path {
            fill: #008040
        }

        .search-form-action-btns button:before {
            content: attr(data-title);
            white-space: nowrap;
            background-color: #6c757d;
            border-radius: 4px;
            padding: 5px 10px;
            color: #fff;
            text-transform: capitalize;
            position: absolute;
            left: 50%;
            top: -31px;
            line-height: normal;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(41,51,64,.2);
            opacity: 0;
            visibility: hidden;
            font-size: 1.2rem
        }

        .search-form-action-btns button.tooltip-right-edge:before {
            left: 0
        }

        .search-form-action-btns button:after {
            content: "";
            border-top: solid 6px #6c757d;
            border-left: solid 6px transparent;
            border-right: solid 6px transparent;
            position: absolute;
            left: 0;
            top: -7px;
            right: 0;
            margin: auto;
            width: 6px;
            opacity: 0;
            visibility: hidden
        }

        .search-form-action-btns button:hover:after, .search-form-action-btns button:hover:before {
            opacity: 1;
            visibility: visible
        }

.tab-pane .search-options {
    padding: 20px 10px
}

.section-heading {
    margin-bottom: 20px
}

    .section-heading h2, .section-heading svg {
        text-transform: capitalize;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .section-heading svg {
        margin-right: 5px;
        width: 18px;
        height: 18px;
        fill: #3b5c6e
    }

.form-input .term-condition-agree input, .form-input .term-condition-agree span {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.form-input .term-condition-agree {
    display: inline-block
}

    .form-input .term-condition-agree span {
        margin-left: 5px;
        font-weight: 500;
        color: #42adbd
    }

.custom-dropdown button, .form-input .input-hiden-content, .form-input input, .form-input select, .form-input textarea {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    line-height: 25px
}

.pass-word-visible-icon {
    position: relative
}

    .pass-word-visible-icon .pass-icon {
        position: absolute;
        right: 10px;
        top: 3px;
        z-index: 2;
        cursor: pointer
    }

        .pass-word-visible-icon .pass-icon svg {
            fill: #42adbd;
            width: 15px;
            height: 15px
        }

    .pass-word-visible-icon .pass-hide {
        display: none
    }

td.form-input input {
    border: solid 1px #e0e3e4;
    padding: 4px 10px;
    text-align: left;
    line-height: normal
}

.td-input-width td.form-input input {
    width: auto
}

.form-input select {
    padding-right: 25px
}

.form-input.checkbox-input ul {
    padding: 0
}

    .form-input.checkbox-input ul li {
        display: inline-block;
        list-style: none;
        margin-right: 20px
    }

        .form-input.checkbox-input ul li:last-child {
            margin-right: 0
        }

.form-input input[type=checkbox], input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #42adbd;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    outline: 0;
    cursor: pointer
}

.form-input.checkbox-input input[type=radio], input[type=radio] {
    border: solid 1px #ccc;
    background: 0 0;
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: relative;
    outline: 0
}

    .form-input.checkbox-input input[type=radio]:checked, input[type=radio]:checked {
        border-color: #42adbd
    }

        .form-input.checkbox-input input[type=radio]:checked:before, input[type=radio]:checked:before {
            content: "";
            height: 8px;
            width: 8px;
            background-color: #42adbd;
            display: block;
            border-radius: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            position: absolute
        }

    .form-input.checkbox-input input[type=radio]:disabled, input[type=radio]:disabled {
        background-color: #f5f5f5
    }

input#chknot-complete-data {
    border-color: #fd6c00;
    background-color: #fff
}

input#chkcomplete-data {
    border-color: #18b155;
    background-color: #18b155
}

.form-input input[type=checkbox]:checked, input[type=checkbox]:checked {
    background-color: #42adbd;
    background-image: url(/Content/images/icons-svg/inputcheck.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center
}

.contact-view form.editable-form .form-input input, .contact-view form.editable-form .form-input select {
    border: none;
    background-image: none;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-width: 85%;
    min-width: 85%
}

.contact-view form.editable-form .form-input label {
    margin-bottom: 1px
}

.required-field span {
    color: #d81717
}

.custom-dropdown button:focus, form .form-input input:focus, form .form-input select:focus, form .form-input textarea:focus {
    border-color: #42adbd;
    box-shadow: none
}

.form-input .input-error, .form-input .validation-error {
    background: #d04e4b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-top: 5px;
    position: relative
}

    .form-input .input-error:before, .form-input .validation-error:before {
        content: "";
        border-bottom: solid 6px #d04e4b;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 6px;
        top: -6px
    }

.contact-view form.editable-form .form-input input:hover, .contact-view form.editable-form .form-input select:hover {
    background-image: url(/Content/images/icons-svg/edit.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px
}

.contact-view form.editable-form .form-input input.edit-input-val:focus {
    pointer-events: auto;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    max-width: 100%;
    width: 100%
}

    .contact-view form.editable-form .form-input input.edit-input-val:focus:hover {
        background-image: none
    }

.contact-view form.editable-form .form-input.edit-input-enable:hover input, .contact-view form.editable-form .form-input.edit-input-enable:hover select {
    background-image: none
}

.contact-view form.editable-form .form-input select.edit-input-val:focus {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-position: right 10px center;
    background-size: 12px
}

.contact-view form.editable-form .form-input input.datepicker-calendar:focus, .contact-view form.editable-form .form-input input.datepicker-calendar:focus:hover {
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-position: right 5px top 0;
    background-size: 15px
}

.contact-search-result {
    margin-top: 30px
}

    .contact-search-result .search-result-count {
        margin-top: 5px
    }

        .contact-search-result .search-result-count h3, .contact-search-result .search-result-count svg {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-weight: 400;
            color: #42adbd
        }

    .contact-search-result .app-table-inner td .more-table-data {
        display: none
    }

    .contact-search-result .app-table-inner td label {
        margin-top: 2px;
        display: block;
        max-width: 300px;
        word-break: break-word;
        margin-bottom: 0
    }

        .contact-search-result .app-table-inner td label:first-child {
            margin-top: 0
        }

    .contact-search-result .app-table-inner td a {
        margin-bottom: 5px;
        display: block
    }

    .color-badge, .contact-search-result .app-table-inner td label.contact-type {
        max-width: initial;
        word-break: normal
    }

    .app-table-inner td.table-actions a, .contact-search-result .app-table-inner td.table-actions a {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .contact-search-result .app-table-inner td .label-anchor a {
        display: inline-block
    }

.app-table table td .color-badge, .app-table table td .contact-type {
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 3px 5px;
    text-align: center;
    display: inline-block
}

    .app-table table td .contact-type.customer {
        background-color: #d2ffe4;
        color: #18b155
    }

    .app-table table td .contact-type.prospect {
        background-color: #d5e0ff;
        color: #2049b9
    }

    .app-table table td .contact-type.referral {
        background-color: #fd6c00;
        color: #ffd2b2
    }

.contact-search-result .app-table table thead th:last-child {
    min-width: 110px
}

.contact-search-result .app-table-inner .color-badge-main label {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.color-badge-main .color-badge {
    min-width: 22px;
    max-width: 22px;
    height: 22px
}

.pagination-common {
    text-align: right
}

    .pagination-common .pagination-pages-dropdown, .pagination-common ul {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }

    .pagination-common .pagination-pages-dropdown {
        text-transform: capitalize
    }

        .pagination-common .pagination-pages-dropdown label {
            margin-bottom: 0
        }

        .pagination-common .pagination-pages-dropdown select {
            width: 50px;
            padding: 0 5px;
            background-position: center right 5px;
            border: solid 1px #d6e1e6;
            border-radius: 3px;
            outline: 0;
            line-height: 28px
        }

    .pagination-common ul {
        margin-left: 10px
    }

        .pagination-common ul li {
            margin-left: 7px;
            line-height: 31px;
            display: inline-block;
            vertical-align: middle
        }

            .pagination-common ul li.page-item a, .pagination-common ul li.page-item:first-child a, .pagination-common ul li.page-item:last-child a {
                border: solid 1px #d6e1e6;
                padding: 0 10px;
                font-size: 1.5rem;
                color: #293340;
                border-radius: 4px;
                font-weight: 400;
                box-shadow: none;
                line-height: 26px;
                height: 30px
            }

            .pagination-common ul li.page-item a {
                display: block
            }

            .pagination-common ul li.page-item.active a {
                background-color: #42adbd;
                border-color: #42adbd;
                color: #fff
            }

            .pagination-common ul li.page-item a:hover {
                background-color: #3b5c6e;
                border-color: #293340;
                color: #fff
            }

            .pagination-common ul li svg {
                width: 14px;
                height: 14px
            }

            .pagination-common ul li:hover svg {
                fill: #fff
            }

            .pagination-common ul li.next-page a, .pagination-common ul li.next-page.page-item a, .pagination-common ul li.prev-page a, .pagination-common ul li.prev-page.page-item a {
                width: 30px;
                padding: 0;
                text-align: center
            }

                .pagination-common ul li.next-page a svg, .pagination-common ul li.prev-page a svg {
                    height: 27px
                }

body .datepicker {
    border: none;
    box-shadow: 0 0 15px rgba(210,210,210,.6);
    padding: 10px;
    width: 250px
}

    body .datepicker:after, body .datepicker:before {
        display: none
    }

.form-input .datepicker-calendar {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px
}

.form-input .location-field {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/addlocation.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px;
    background-size: 13px
}

body .datepicker table {
    width: 100%
}

.datepicker thead .next, .datepicker thead .next:hover, .datepicker thead .prev, .datepicker thead .prev:hover {
    font-size: 0;
    background-color: transparent
}

    .datepicker thead .prev, .datepicker thead .prev:hover {
        background-image: url(/Content/images/icons-svg/angle-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        width: 10px
    }

    .datepicker thead .next, .datepicker thead .next:hover {
        width: 10px;
        background-image: url(/Content/images/icons-svg/angle-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

.datepicker thead th {
    height: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

    .datepicker thead th:active, .datepicker thead th:focus, .datepicker thead th:hover, body .datepicker .datepicker-switch:hover {
        background-color: transparent
    }

body .datepicker table tr td.highlighted {
    background-color: transparent
}

body .datepicker .datepicker-switch {
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500
}

.datepicker thead th.dow {
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #293340
}

body .datepicker table tr td span.month, body .datepicker tbody tr td, body .datepicker tbody tr td.highlighted {
    font-size: 1.1rem;
    color: #293340;
    border-radius: 5px;
    height: 31px;
    padding: 0 !important;
    width: 27px;
    line-height: normal
}

body .datepicker table tr td span.century, body .datepicker table tr td span.decade, body .datepicker table tr td span.month, body .datepicker table tr td span.year {
    line-height: 40px;
    width: 40px;
    height: 40px
}

body .datepicker tbody tr td.day.today {
    background-image: none;
    background-color: #f5f5f5;
    color: #293340
}

    .datepicker table tr td span.active:active, body .datepicker table tr td span.century:hover, body .datepicker table tr td span.decade:hover:hover, body .datepicker table tr td span.month:hover, body .datepicker table tr td span.year:hover, body .datepicker tbody tr td.active.day:hover, body .datepicker tbody tr td.day.today:hover, body .datepicker tbody tr td.day:hover {
        background-color: #f1fafa;
        color: #293340
    }

body .datepicker table tr td span.active, body .datepicker table tr td span.active:hover, body .datepicker table tr td span.active:hover.active, body .datepicker table tr td span.active:hover:hover, body .datepicker table tr td span.century.active, body .datepicker table tr td span.century.focused, body .datepicker table tr td span.decade.active, body .datepicker table tr td span.decade.focused, body .datepicker table tr td span.month.active, body .datepicker table tr td span.month.focused, body .datepicker table tr td span.year.active, body .datepicker table tr td span.year.focused, body .datepicker tbody tr td.active.day {
    background-color: #42adbd;
    background-image: none;
    color: #fff
}

body .datepicker-years .datepicker-switch {
    cursor: auto
}

.mer_tx, .mi_tx, .ti_tx {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

.meridian, .mins, .time {
    width: 60px;
    float: left;
    margin: 0 10px;
    font-size: 20px;
    color: #2d2e2e;
    font-family: arial;
    font-weight: 700
}

.next, .prev {
    cursor: pointer;
    padding: 18px;
    width: 28%;
    border: 1px solid #ccc;
    margin: auto;
    background: url(../images/arrow.png) no-repeat;
    border-radius: 5px
}

.next {
    background-position: 50% 150%
}

.prev {
    background-position: 50% -50%
}

.time_pick {
    position: relative
}

.timepicker_wrap {
    padding: 10px;
    border-radius: 5px;
    z-index: 2;
    display: none;
    width: 240px;
    box-shadow: 0 0 15px rgba(210,210,210,.6);
    background: #f6f6f6;
    border: 1px solid #ccc;
    float: left;
    position: absolute;
    top: 27px !important;
    left: 0;
    background-color: #fff
}

.arrow_top {
    position: absolute;
    top: -10px;
    left: 20px;
    background: url(../images/top_arr.png) no-repeat;
    width: 18px;
    height: 10px;
    z-index: 3
}

.form-input .timepicker {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/wall-clock.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px
}

.timepicker_wrap .arrow_top {
    display: none
}

.form-input .timepicker_wrap input {
    text-align: center;
    border: none;
    font-weight: 500;
    color: #293340;
    font-family: "Fira Sans",sans-serif,fira_sansregular
}

    .form-input .timepicker_wrap input::selection {
        background: 0 0;
        color: #293340
    }

.form-input .timepicker_wrap .meridian, .form-input .timepicker_wrap .mins, .form-input .timepicker_wrap .time {
    margin: 0 5px;
    width: 50px
}

.form-input .timepicker_wrap .next, .form-input .timepicker_wrap .prev {
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    padding: 0;
    height: 30px;
    border-radius: 4px
}

.form-input .timepicker_wrap .prev {
    background-image: url(/Content/images/icons-svg/arrow-up.svg)
}

.form-input .timepicker_wrap .next {
    background-image: url(/Content/images/icons-svg/arrow-down.svg)
}

#accountProductDetailForm tbody tr.product-price-row-added {
    border: 1px solid #42adbd;
    background: #fbfbfb
}

.multi-modal:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-color: #000
}

.modal-content-body-overflow {
    max-height: 65vh;
    overflow-y: auto
}

    .modal-body .form-input p, .modal-content-body-overflow .form-input p {
        word-break: break-word
    }

.alert {
    display: none
}

    .alert.alert-show {
        display: block
    }

    .alert.show-alert {
        display: block
    }

.alert-margin .alert {
    margin: 15px auto 0 auto;
    clear: both;
    max-width: calc(100% - 40px)
}

.AddMarginToIframeP {
    padding: 0 10px
}

.alert-warning, .modal-common .modal-content .alert-warning, .validation-summary-errors {
    opacity: 1;
    margin: 0 10px 20px 0;
    border: none;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    background-color: rgba(220,53,69,.8);
    width: 100%
}

    .alert-warning.fade, .modal-common .modal-content .alert-warning.fade, .validation-summary-errors.fade {
        opacity: 1
    }

    .validation-summary-errors ul {
        list-style: none;
        padding: 7px 12px
    }

.all-modal-common {
    height: 100%
}

.modal-common .modal-dialog {
    max-width: 1100px;
    margin: 0 auto
}

.modal-common .full-width-modal {
    max-width: 95%;
    height: 100%
}

    .modal-common .full-width-modal .modal-content {
        height: 90%
    }

        .modal-common .full-width-modal .modal-content .modal-content-body-overflow {
            max-height: 100%
        }

.question p {
    font-weight: 500
}

.modal-common .modal-content {
    border-radius: 10px;
    padding: 25px
}

    .modal-common .modal-content .modal-header {
        padding: 0;
        border: none
    }

        .modal-common .modal-content .modal-header .modal-heading-icon {
            margin-right: 5px
        }

        .modal-common .modal-content .modal-header .modal-heading-icon, .modal-common .modal-content .modal-header .modal-title {
            display: inline-block;
            vertical-align: middle;
            line-height: normal
        }

            .modal-common .modal-content .modal-header .modal-title.hide-div {
                display: none
            }

            .modal-common .modal-content .modal-header .modal-title .edit-form-name {
                color: #42adbd
            }

        .modal-common .modal-content .modal-header .reassign-representative-name {
            margin-left: 10px;
            vertical-align: middle;
            display: inline-block;
            color: #3b5c6e
        }

        .modal-common .modal-content .modal-header .select-week {
            display: inline-block
        }

        .modal-common .modal-content .modal-header .modal-title {
            text-transform: capitalize;
            color: #293340;
            font-weight: 500;
            padding: 0;
            margin-bottom: 0
        }

        .modal-common .modal-content .modal-header .list-tab-main {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 10px;
            padding-right: 18px
        }

        .modal-common .modal-content .modal-header .event-list {
            color: #3b5c6e;
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
            text-transform: capitalize;
            cursor: pointer
        }

            .modal-common .modal-content .modal-header .event-list.hide-event-calendar {
                margin-left: 0
            }

        .modal-common .modal-content .modal-header .modal-heading-icon svg, .modal-common .modal-content .modal-header .modal-heading-icon svg path {
            width: 30px;
            height: 30px;
            fill: #42adbd
        }

        .modal-common .modal-content .modal-header button {
            opacity: 1;
            margin-top: 0;
            padding: 0;
            position: absolute;
            right: 15px;
            top: 0
        }

        .modal-common .modal-content .modal-header .event-list-selection {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px
        }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-btn {
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                margin-left: 2px
            }

                .modal-common .modal-content .modal-header .event-list-selection .list-selection-btn svg {
                    width: 19px;
                    stroke: #6c757d
                }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-detail {
                display: none;
                vertical-align: middle;
                color: #293340;
                font-size: 1.7rem;
                margin-left: 5px
            }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-week {
                display: inline-block
            }

        .modal-common .modal-content .modal-header .event-list-tabs {
            margin-left: 10px
        }

            .modal-common .modal-content .modal-header .event-list-tabs, .modal-common .modal-content .modal-header .event-list-tabs li {
                display: inline-block;
                vertical-align: middle;
                list-style: none
            }

                .modal-common .modal-content .modal-header .event-list-tabs ul {
                    padding-left: 0;
                    margin: 0;
                    border: 1px solid #42adbd;
                    border-radius: 5px
                }

                .modal-common .modal-content .modal-header .event-list-tabs li a {
                    padding: 5px 10px;
                    float: left;
                    text-transform: capitalize;
                    cursor: pointer;
                    color: #42adbd;
                    border-radius: 0
                }

                    .modal-common .modal-content .modal-header .event-list-tabs li a.active {
                        background-color: #42adbd;
                        color: #fff
                    }

                .modal-common .modal-content .modal-header .event-list-tabs li.week-list {
                    border-left: 1px solid #42adbd;
                    border-right: 1px solid #42adbd
                }

    .modal-common .modal-content .modal-body {
        margin: 10px 0 0 0;
        padding: 7px 0 0 0
    }

        .modal-common .modal-content .modal-body form {
            margin: 0
        }

            .modal-common .modal-content .modal-body form .form-input textarea {
                border: solid 1px #e0e3e4;
                padding: 10px;
                border-radius: 7px;
                min-height: 6vw
            }

        .attached-field .attach-heading, .modal-common .modal-content .modal-body .attached-field .attach-heading {
            margin-bottom: 10px
        }

            .form-input.attached-field .attach-heading label, .form-input.attached-field .attach-heading svg, .modal-common .modal-content .modal-body .attached-field .attach-heading label, .modal-common .modal-content .modal-body .attached-field .attach-heading svg {
                display: inline-block;
                vertical-align: middle;
                margin: 0 2px 0 0;
                font-size: 1.4rem;
                text-transform: capitalize;
                color: #293340;
                font-weight: 500
            }

        .attached-field .file-upload, .modal-common .modal-content .modal-body .attached-field .file-upload {
            margin-top: 5px;
            text-align: center;
            padding: 4% 0;
            border-radius: 7px;
            border: dashed 2px rgba(66,173,189,.5)
        }

            .attached-field .file-upload h4, .modal-common .modal-content .modal-body .attached-field .file-upload h4 {
                color: rgba(66,173,189,.8)
            }

        .attached-field .choose-file-btn, .modal-common .modal-content .modal-body .attached-field .choose-file-btn {
            margin-left: 0;
            position: relative;
            cursor: pointer;
            padding: 6px 7px;
            font-size: 1.4rem
        }

.attached-field .upload-file-name {
    display: none;
    margin-left: 5px;
    word-break: break-word
}

.attached-field .upload-instruction {
    font-size: 1.3rem;
    margin-top: 5px
}

.attached-field .upload-file-name.show-file-name {
    display: inline-block
}

.attached-separate-section .attach-heading {
    margin-bottom: 25px
}

    .attached-separate-section .attach-heading h2 {
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize
    }

.record-save {
    color: #42adbd
}

.attached-field .choose-file-btn input, .modal-common .modal-content .modal-body .attached-field .choose-file-btn input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0
}

.modal-common .modal-content .modal-footer {
    padding: 0;
    border: none
}

    .modal-common .modal-content .modal-footer button {
        margin: 0
    }

.custom-modal {
    display: none
}

.confirmation-modal .modal-dialog {
    max-width: 500px
}

    .confirmation-modal .modal-dialog.modal-medium {
        max-width: 1100px
    }

    .confirmation-modal .modal-dialog .warning-icon {
        text-align: center;
        max-width: 150px;
        margin: auto
    }

        .confirmation-modal .modal-dialog .warning-icon.icon-big {
            max-width: 250px
        }

    .confirmation-modal .modal-dialog .circle-icon {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .confirmation-modal .modal-dialog .success {
        background-color: #28a745;
    }

    .confirmation-modal .modal-dialog .error {
        background-color: #dc3545;
    }

.confirmation-modal .modal-content .modal-body {
    padding: 0
}

.confirmation-modal .warning-content {
    padding: 20px 0;
    color: #a5a5a5;
    text-align: center;
    font-weight: 400
}

    .confirmation-modal .warning-content p {
        margin: 5px 0
    }

.confirmation-modal .modal-footer {
    justify-content: center
}

.design-image-box {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    padding-top: 0
}

    .design-image-box > a > img {
        border-radius: 6px 6px 0 0;
        width: auto;
        height: auto
    }

    .design-image-box > span {
        display: block;
        padding: 15px;
        text-align: right
    }

        .design-image-box > span > label {
            margin-bottom: 0;
            font-weight: 500
        }

.design-option-modal.modal-common .modal-content .modal-body {
    max-height: 490px;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 20px;
    padding-top: 0;
    overflow-x: hidden
}

.modal-height {
    height: 100%
}

.design-option-modal .pagination-common {
    margin-top: 20px
}

.table-message-option thead tr td:first-child, .table-message-option thead tr td:nth-of-type(2) {
    width: 100px
}

.table-message-option thead tr th {
    min-width: 100px
}

.table-message-option tbody tr td .btn-new-primary:first-child {
    margin-left: 0;
    font-weight: 400
}

.pagination-btn > div {
    display: inline-block;
    vertical-align: middle
}

.create-btn {
    display: inline-block
}

.modal-common .log-call-modal, .modal-common .modal-small, .modal-common .small-modal {
    max-width: 600px
}

.modal-common .medium-modal {
    max-width: 970px
}

.log-history h4 {
    color: #293340;
    text-transform: capitalize
}

.log-history table {
    margin-top: 15px;
    border: solid 1px #e0e3e4
}

    .log-history table th {
        text-transform: capitalize
    }

    .log-history table tbody tr {
        border-bottom: solid 1px #e0e3e4
    }

        .log-history table tbody tr td:first-child {
            min-width: 20px
        }

        .log-history table tbody tr td {
            font-weight: 400
        }

            .log-history table tbody tr td.call-time {
                font-weight: 500
            }

                .log-history table tbody tr td.call-time .partition {
                    color: #3b5c6e
                }

        .log-history table tbody tr:last-child {
            border-bottom: none
        }

        .log-history table tbody tr:nth-child(even) {
            background-color: #fff
        }

form .form-input.multiple-inputs input {
    display: inline-block;
    display: inline-block;
    width: calc(50% - 12px)
}

form .form-input.multiple-inputs > .time_pick {
    width: calc(50% - 12px);
    margin-left: 20px;
    display: inline-block
}

form .form-input.multiple-inputs .time_pick input {
    width: 100%
}

button.close svg {
    width: 10px;
    height: 10px;
}

.modal-common.add-event-modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 1
}

.modal-common.event-list-modal .add-event-left-panel {
    border: solid 1px #d6e1e6;
    border-radius: 10px;
    padding: 20px
}

.modal-common.event-list-modal .modal-content .add-event-left-panel .modal-body {
    padding: 10px 0 0 0
}

.modal-common.event-list-modal .add-event-left-panel .modal-header .event-list {
    display: none
}

.modal-common.event-list-modal .add-event-left-panel .form-input.multiple-inputs {
    width: 100%;
    max-width: 100%;
    webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.event-list-calendar {
    display: none
}

.event-list-modal .event-list-calendar {
    display: block
}

.modal-common.event-list-modal .event-list-calendar .form-input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

    .modal-common.event-list-modal .event-list-calendar .form-input input {
        width: 100%;
        border: none;
        border-bottom: solid 1px #e0e3e4;
        outline: 0;
        padding: 0;
        background-color: transparent;
        font-size: 1.4rem;
        color: #293340;
        box-shadow: none;
        height: auto;
        border-radius: 0
    }

.modal-common.event-list-modal .event-list-calendar .week-list-table {
    padding-right: 14px
}

.modal-common.event-list-modal .event-list-calendar table thead th {
    border: none;
    padding: 0 6px;
    vertical-align: middle
}

.modal-common.event-list-modal .event-list-calendar table td, .modal-common.event-list-modal .event-list-calendar table th {
    border: none
}

.modal-common.event-list-modal .event-list-calendar .week-count-mobile, .modal-common.event-list-modal .event-list-calendar table thead .week-count {
    font-size: 1.5rem;
    color: #6c757d;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    width: 50px;
    line-height: 20px
}

.modal-common.event-list-modal .event-list-calendar .week-count-mobile {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left
}

.modal-common.event-list-modal .event-list-calendar table thead .week-count span {
    display: block
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day {
    background-color: rgba(214,225,230,.4);
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(210,210,210,.4);
    text-align: center;
    height: 75px;
    width: 75px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day {
    background-color: #42adbd;
    box-shadow: 0 5px 15px rgba(66,173,189,.4)
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day span {
    display: block
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day .week-date {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 29px
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day .event-week-day {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day .event-week-day, .modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day .week-date {
    color: #fff
}

.modal-common.event-list-modal .event-list-calendar .event-list-main {
    overflow-y: auto;
    padding-right: 10px;
    position: relative
}

.modal-common.event-list-modal .event-list-calendar table tbody tr th {
    width: 50px;
    white-space: nowrap;
    padding: 0 0 20px 0;
    color: rgba(108,117,125,.6);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 12px
}

.modal-common.event-list-modal .event-list-calendar table tbody tr td {
    padding: 0 0 50px 0;
    position: relative;
    border: solid 1px #d6e1e6
}

.modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main {
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    left: 50px
}

    .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info {
        border-radius: 7px;
        padding: 8px;
        min-height: 100px;
        display: inline-block;
        position: absolute;
        min-width: 76px;
        max-width: 76px
    }

        .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info h6 {
            font-size: 1.2rem;
            font-weight: 400;
            text-transform: capitalize;
            line-height: 17px
        }

        .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info p {
            font-size: 1rem;
            font-weight: 400;
            margin: 0;
            position: absolute;
            bottom: 8px;
            left: 10px
        }

.event-list-color-one {
    background-color: rgba(173,219,33,.3);
    color: #789f00
}

.event-list-color-two {
    background-color: rgba(78,222,245,.3);
    color: #00b1ce
}

.event-list-color-three {
    background-color: rgba(253,108,0,.3);
    color: #fd6c00
}

#pills-day .event-list-main {
    max-height: 405px;
    height: 405px
}

#pills-week .event-list-main {
    max-height: 316px;
    height: 316px
}

#pills-month .event-list-main {
    max-height: 355px;
    height: 355px
}

.modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info {
    left: 10px;
    min-width: calc(100% - 30px);
    max-width: 100%;
    min-height: initial;
    padding: 15px
}

    .modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info h6 {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info p {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 0;
        left: 0
    }

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info-main {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:first-child td:nth-child(1) .td-bdr {
    border-radius: 5px 0 0 0
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:last-child td:nth-child(1) .td-bdr {
    border-radius: 0 0 0 5px
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:first-child td:nth-child(2) .td-bdr, .modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:last-child td:nth-child(2) .td-bdr {
    border-radius: 0
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr td .td-bdr {
    padding: 5px 10px
}

.modal-common.event-list-modal .event-list-calendar .month-list table thead .week-day .event-week-date-day {
    width: 80px;
    height: 40px
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr td {
    padding: 0 0 10px 0;
    width: 100px;
    height: 90px
}

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info-main {
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    position: relative
}

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info {
    list-style: none;
    padding: 0;
    margin: 0
}

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info li {
        border-radius: 7px;
        padding: 5px;
        min-height: 100%;
        max-width: 90%;
        margin: 0 auto 5px auto
    }

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info h6 {
        margin-bottom: 0;
        font-size: 1.2rem;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 17px;
        max-width: 55px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info p {
        font-size: 1rem;
        font-weight: 500;
        margin: 0;
        position: relative;
        bottom: 0;
        left: 0
    }

.app-table table td .response-form-modal {
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 20px 0
}

    .app-table table td .response-form-modal.show {
        display: block
    }

.response-form-modal .response-details-left-panel {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 10px
}

.response-form-modal .modal-body span {
    margin: 0
}

.app-table .app-table-inner .response-form-modal span {
    width: auto;
    height: auto
}

.response-form-modal .response-details-left-panel h2 {
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #293340
}

.response-form-modal .response-details-left-panel h6 {
    font-size: 1.5rem;
    font-weight: 400
}

.response-form-modal .response-details-left-panel .response-users {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    font-weight: 400
}

.response-form-modal .response-details-left-panel .contact-person {
    background-color: #42adbd;
    color: #fff
}

    .response-form-modal .response-details-left-panel .contact-person h3 {
        color: #fff
    }

    .response-form-modal .response-details-left-panel .contact-person p {
        margin: 0;
        font-size: 1.5rem
    }

.response-form-modal .response-details-left-panel .representative-admin {
    background-color: #fff
}

    .response-form-modal .response-details-left-panel .representative-admin > div {
        display: inline-block;
        vertical-align: middle
    }

    .response-form-modal .response-details-left-panel .representative-admin .respresentative-img {
        display: inline-block;
        max-width: 60px;
        border-radius: 10px
    }

    .response-form-modal .response-details-left-panel .representative-admin .respresentative-img {
        border-radius: 10px
    }

    .response-form-modal .response-details-left-panel .representative-admin .representative-details {
        width: 60%;
        margin-left: 10px
    }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details h3 {
            color: #293340
        }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details > p {
            color: #6c757d;
            text-transform: capitalize;
            font-size: 1.3rem;
            margin: 0
        }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details ul {
            margin: 10px 0 0 0;
            padding: 0;
            list-style: none
        }

            .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li {
                display: inline-block;
                vertical-align: top;
                font-size: 1.3rem;
                color: #293340
            }

                .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li:last-child {
                    float: right
                }

                .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li span {
                    display: block;
                    color: #42adbd;
                    text-align: left;
                    line-height: normal;
                    margin: 5px 0 0 0
                }

.response-form-modal .response-details-left-panel > p, .response-form-modal .response-details-left-panel > span {
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

.response-form-modal .response-details-left-panel > button {
    float: right
}

.response-form-modal .response-details-right-panel {
    overflow-y: auto;
    padding-right: 5px
}

    .response-form-modal .response-details-right-panel ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .response-form-modal .response-details-right-panel ul li {
            margin-top: 10px
        }

            .response-form-modal .response-details-right-panel ul li:first-child {
                margin-top: 0
            }

            .response-form-modal .response-details-right-panel ul li h4 {
                color: #42adbd;
                font-weight: 500;
                margin-bottom: 5px
            }

            .response-form-modal .response-details-right-panel ul li p {
                margin-bottom: 5px;
                font-size: 1.6rem;
                font-weight: 400;
                color: #000
            }

.tab-content-inner {
    border: 1px solid #d6e1e6;
    padding: 15px;
    border-radius: 0 7px 7px 7px
}

.create-new-external-id {
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    position: relative;
    display: none
}

    .create-new-external-id .close {
        opacity: 1;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        z-index: 1
    }

.signature-profile-image {
    max-width: 130px;
    display: inline-block;
    vertical-align: middle
}

.signature-information {
    max-width: 80%;
    display: inline-block;
    vertical-align: middle
}

.follow-signature h4 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.follow-signature a {
    margin-right: 10px
}

.modal-sign-logos > span {
    display: inline-block
}

.modal-information-msg {
    position: relative
}

    .modal-information-msg .close {
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0
    }

.modal-list ul {
    padding: 0
}

    .modal-list ul li {
        display: inline-block;
        margin-right: 10px
    }

        .modal-list ul li span {
            font-weight: 500
        }

.product-details-modal .product-image, .product-details-modal .product-image img {
    border-radius: 10px
}

.modal .product-details .product-name {
    text-transform: capitalize;
    color: #42adbd
}

.modal .product-details .product-price {
    margin: 10px 0;
    color: #293340
}

.modal .product-details .prod-desc {
    margin: 10px 0
}

.modal .product-details #btnProductPurchase {
    margin-top: 10px
}

.alert-success {
    position: relative;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px
}

.btn-aes-verfication {
    color: #fff;
    font-size: 12px
}

.alert-domain {
    display: block;
    color: #2d552d;
    background-color: #f5faf4;
    border-color: #d6e9c6
}

.alert-msg-common {
    position: relative;
    word-break: break-word
}

    .alert-msg-common .close {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 15px
    }

    .alert-msg-common .alert-info-icon {
        line-height: 0;
        margin-right: 5px
    }

    .alert-msg-common .alert-info-icon, .alert-msg-common > p {
        display: inline-block;
        vertical-align: top
    }

    .alert-msg-common .alert-info-icon {
        max-width: 20px;
        margin-top: 1px
    }

    .alert-msg-common > p {
        width: 100%;
        max-width: 95%
    }

.profile-tab-content .personal-info-profile-details {
    background-color: #fff;
    padding: 30px
}

    .profile-tab-content .personal-info-profile-details .common-profile-content {
        border: solid 1px #e0e3e4;
        border-radius: 7px;
        padding: 30px
    }

.personal-tab {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 10px 10px 10px
}

    .personal-tab .form-input label, .security-sec .form-input label {
        font-size: 1.3rem
    }

        .personal-tab .form-input label > a {
            float: right;
            border-bottom: solid 1px;
            cursor: pointer
        }

.s-card {
    border: 1px solid #d6e1e6;
    border-radius: 7px;
    height: 100%
}

    .s-card .s-card-heading h1 {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 15px;
        padding-bottom: 0
    }

.profile-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-right: 1px solid #d6e1e6;
    height: 100%
}

.profile-name h2 {
    margin: 10px auto;
    color: #293340
}

.profile-dp {
    width: 100px;
    position: relative;
    margin: 0 auto
}

    .profile-dp .profile-image {
        display: flex;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #d6e1e6;
        overflow: hidden
    }

.image-upload canvas {
    position: absolute
}

.cam-icon .photo-upload-icon {
    position: absolute;
    bottom: 0px;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0;
    max-width: 25px
}

.photo-upload-icon svg {
    width: 26px;
    height: 26px
}

.photo-upload-icon > input[type=file] {
    font-size: 0;
    position: absolute;
    height: 26px !important;
    width: 26px !important;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.security-sec {
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    margin-top: 48px
}

.new-credit-card {
    background: #f1fafa;
    padding: 15px;
    border-radius: 7px
}

.card-details {
    padding-bottom: 15px
}

    .card-details .billing-add {
        padding-top: 15px
    }

    .card-details .payment-info-msg label {
        color: rgba(220,53,69,.8);
        margin-bottom: 20px
    }

    .card-details h1 {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .card-details .btn-new-primary {
        margin-left: 0
    }

    .card-details .edit-card {
        cursor: pointer
    }

    .card-details label {
        color: #293340
    }

.modal-column {
    border: 1px solid #f1f1f1
}

    .modal-column .s-card-heading {
        background: #f1f1f1;
        border-radius: 5px 5px 0 0;
        padding: 10px;
        margin-bottom: 15px
    }

        .modal-column .s-card-heading h3 {
            color: #293340
        }

.modal-ul {
    list-style: none
}

.verify-order h3, .verify-order h4 {
    color: #293340
}

.verify-order h4 {
    margin-bottom: 4px
}

.verify-order .order-details-left-panel ul {
    padding: 0;
    list-style: none
}

    .verify-order .order-details-left-panel ul li {
        margin-bottom: 20px;
        width: 49%;
        display: inline-block;
        vertical-align: top
    }

        .verify-order .order-details-left-panel ul li:first-child, .verify-order .order-details-left-panel ul li:last-child {
            width: 100%
        }

.verify-order .order-details-right-panel .right-details-column {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px
}

    .verify-order .order-details-right-panel .right-details-column ul {
        padding: 0;
        list-style: none;
        margin: 0
    }

        .verify-order .order-details-right-panel .right-details-column ul:after {
            display: block;
            clear: both;
            content: ""
        }

    .verify-order .order-details-right-panel .right-details-column h3 {
        margin-bottom: 15px
    }

    .verify-order .order-details-right-panel .right-details-column li {
        float: left;
        width: 100%;
        margin-bottom: 5px
    }

        .verify-order .order-details-right-panel .right-details-column li:last-child {
            margin-bottom: 0
        }

        .verify-order .order-details-right-panel .right-details-column li h4 {
            margin-bottom: 0;
            float: left;
            width: 49%
        }

        .verify-order .order-details-right-panel .right-details-column li p {
            margin-bottom: 0;
            float: right;
            width: 49%
        }

    .verify-order .order-details-right-panel .right-details-column .total-cost p {
        font-weight: 500
    }

.accord {
    margin-bottom: 15px
}

.personal-tab .accordion > .accord:last-child {
    margin-bottom: 0
}

.personal-tab a.accord_btn {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    background-color: #6b8c9c;
    text-transform: capitalize
}

    .personal-tab a.accord_btn:hover {
        color: #fff
    }

.personal-tab .accord_btn.collapsed {
    border-radius: 5px
}

.personal-tab .accord_btn:hover {
    background: #1c4358;
    color: #fff
}

.accord {
    border: solid 1px #6b8c9c;
    border-radius: 10px
}

    .accord > .accordion-content {
        padding: 15px
    }

.personal-tab .client-follow > .accord_btn {
    background-color: #6b8c9c
}

.personal-tab .sold-settings > .accord_btn {
    background-color: #3b5c6e
}

.personal-tab .payment-info > .accord_btn {
    background-color: #1c4358
}

.personal-tab .sphere-influence > .accord_btn {
    background-color: #6b8c9c
}

.personal-tab .sphere-influence {
    border-color: #6b8c9c
}

.sphere-influence .influence-dwnd > a, .sphere-influence .influence-dwnd > a:hover {
    text-decoration: underline;
    cursor: pointer
}

.sphere-influence .influence-dwnd p {
    font-weight: 400;
    color: #293340;
    margin-top: 10px
}

#sphere_display_div_id label a {
    text-decoration: underline;
    color: #42adbd;
    font-weight: 500
}

.client-follow {
    border-color: #6b8c9c
}

.sold-settings {
    border-color: #3b5c6e
}

.payment-info {
    border-color: #1c4358
}

.accord_btn:after {
    content: "";
    float: right;
    color: #fff;
    border-top: solid 8px #fff;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    width: 0;
    margin-top: 6px
}

.accord_btn[aria-expanded=true]:after {
    border-bottom: solid 8px #fff;
    border-top: none
}

.jq-toast-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999999 !important;
}

.jq-toast-single {
    width: auto;
    background-color: #42adbd;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Fira Sans",sans-serif,fira_sansregular
}

.jq-toast-loader {
    background-color: #3b5c6e
}

.toast-active .dashboardWrapper {
    z-index: -1;
    position: relative
}

#forget_pwd_f_id, #forget_pwd_fm_id, .landing-page-main main, .login-main, .login-wrapper, .page-content, body, html {
    height: 100%;
    min-height: 100%;
    overflow-y: auto
}

.login-form-details, .login-main {
    background-color: #fff
}

.login-bg {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.mortgage-login {
    background-image: url(/Content/images/haloImages.jpg)
}

.common-tabs {
    justify-content: center;
    margin-bottom: 15px
}

    .common-tabs li {
        padding-right: 30px;
        border-bottom: solid 1px #d6e1e6;
        padding-bottom: 10px;
        position: relative
    }

        .common-tabs li:last-child {
            padding-right: 0
        }

        .common-tabs li a {
            font-size: 1.6rem;
            color: #6c757d;
            padding: 0
        }

            .common-tabs li a.active {
                color: #42adbd;
                font-weight: 500;
                font-size: 1.8rem
            }

                .common-tabs li a.active:after {
                    content: "";
                    border-bottom: solid 2px #42adbd;
                    position: absolute;
                    bottom: -1px;
                    width: calc(100% - 30px);
                    left: 0
                }

        .common-tabs li:last-child a.active:after {
            width: 100%
        }

.login-form-details .profile-dp {
    margin-bottom: 20px;
    margin-top: 5px
}

.login-form-details {
    padding: 12px 40px;
    max-width: 500px;
    margin: auto
}

    .login-form-details .login-logo {
        max-width: 230px;
        margin: 0 auto 30px auto
    }

    .login-form-details .form-input {
        margin-bottom: 20px
    }

    .login-form-details .remember-password {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .login-form-details .remember-password a {
            padding: 3px 0 0 0
        }

        .login-form-details .remember-password label {
            font-weight: 400;
            color: #6c757d
        }

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    filter: none
}

.grey-bg-form input:-webkit-autofill, .grey-bg-form input:-webkit-autofill:active, .grey-bg-form input:-webkit-autofill:focus, .grey-bg-form input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fbfbfb inset !important
}

.login-form-details .form-actions a {
    color: #293340
}

.login-form-details .form-actions .btn-new-primary {
    margin-left: 7px
}

.trust-icon {
    text-align: center
}

.login-form-details .or-option {
    text-transform: capitalize;
    color: #b5b5b5;
    text-align: center;
    position: relative;
    margin: 20px 0
}

    .login-form-details .or-option span {
        padding: 0 5px;
        background: #fff;
        position: relative
    }

    .login-form-details .or-option:before {
        content: "";
        background-color: #e0e3e4;
        height: 1px;
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0
    }

.login-form-details .social-login ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

    .login-form-details .social-login ul li:first-child {
        margin-left: 0
    }

.login-form-details .social-login ul {
    padding: 15px 0 0 0;
    margin: 0
}

    .login-form-details .social-login ul li a {
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -webkit-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -moz-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -ms-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        line-height: 40px;
        text-align: center
    }

    .login-form-details .social-login ul li .social-btn-common {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        opacity: 0;
        z-index: 2;
        overflow: hidden
    }

        .login-form-details .social-login ul li .social-btn-common iframe, .login-form-details .social-login ul li .social-btn-common span {
            width: 100% !important
        }

.login-form-details .social-login .sign-up a {
    font-weight: 500
}

.corporate-logo-inner {
    margin-right: 20px;
    border-right: solid 1px #e0e3e4;
    padding-right: 25px
}

.corporate-logo-inner, .social-set-up {
    display: inline-block;
    vertical-align: middle
}

    .corporate-logo-inner h4 {
        margin-bottom: 5px
    }

    .corporate-logo-inner a {
        display: block
    }

.account-header-info .tab-content {
    margin-bottom: 19px;
    line-height: 0
}

    .account-header-info .tab-content .social-btn, .account-header-info .tab-content h4 {
        display: inline-block;
        vertical-align: middle
    }

#acct_soc_media_setup_dv_id h4 {
    text-transform: capitalize
}

#pills-account-info .tab-main-heading .alert {
    margin-left: 15px
}

#acct_soc_media_setup_dv_id h4 a {
    text-decoration: underline
}

#acct_soc_media_setup_dv_id .social-btn input {
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 22px;
    height: 22px;
    background-size: 14px;
    background-repeat: no-repeat;
    padding: 0;
    outline: 0;
    background-position: center;
    border-radius: 4px;
    margin-right: 5px
}

    #acct_soc_media_setup_dv_id .social-btn input.fb-btn {
        background-image: url(/Content/images/icons-svg/facebook.svg);
        border: solid 2px #3b5999
    }

    #acct_soc_media_setup_dv_id .social-btn input.linked-btn {
        background-image: url(/Content/images/icons-svg/linkedin.svg);
        border: solid 2px #0077b5;
        background-size: 12px
    }

.flex-content {
    align-items: center;
    justify-content: space-between
}

.refresh-icon {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

    .refresh-icon svg {
        width: 14px;
        height: 14px;
        fill: #42adbd
    }

.invoice-detail .invoice-bill-name h3, .invoice-detail .invoice-date h3 {
    text-transform: capitalize;
    color: #293340;
    font-size: 1.5rem
}

.bdr {
    border-bottom: solid 1px #e0e3e4
}

.invoice-detail .invoice-number h1 {
    color: #293340
}

.invoice-detail .invoice-number span {
    color: #42adbd
}

.current-status {
    padding: 5px 0
}

.paid-status span {
    color: #42adbd
}

.invoice-detail .invoice-bill-send-receive-detail .invoice-bill-send-receive-detail-inner {
    background-color: #f5f5f5;
    border-radius: 7px;
    padding: 15px;
    height: calc(100% - 30px)
}

.invoice-detail .invoice-bill-send-receive-detail h3 {
    color: #293340;
    margin-bottom: 10px
}

.invoice-detail .invoice-bill-send-receive-detail .invoice-bill-send-receive-detail-inner ul {
    margin: 0;
    padding: 0 0 0 20px
}

.invoice-detail .invoice-product-table .app-table-inner {
    box-shadow: 0 0 15px rgba(210,210,210,.4)
}

.invoice-detail .information-box {
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    border-radius: 7px;
    padding: 15px;
    height: 80%
}

.invoice-total-details ul {
    padding: 0;
    list-style: none
}

    .invoice-total-details ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px
    }

        .invoice-total-details ul li:last-child {
            margin-bottom: 0
        }

        .invoice-total-details ul li h3 {
            text-transform: capitalize;
            color: #293340
        }

        .invoice-total-details ul li p {
            font-size: 1.6rem;
            font-weight: 500
        }

.account-upload-details ul {
    padding-left: 0;
    list-style: none
}

    .account-upload-details ul li {
        padding: 10px;
        border-radius: 7px;
        margin-top: 16px;
        background: #f8f8f8
    }

.proof-main input {
    float: right
}

.proof-main p {
    padding: 9px 0;
    float: left
}

.separate-details {
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.1);
    background-color: #fff;
    word-break: break-word
}

    .separate-details .form-input {
        margin-bottom: 0
    }

    .separate-details.form-field-mrgn .form-input {
        margin-bottom: 15px
    }

.tab-search-options {
    border-radius: 0;
    box-shadow: none
}

.landing-page-main {
    background-color: #fff
}

.landing-page h1 {
    font-size: 4rem;
    color: #293340;
    text-transform: capitalize
}

.landing-page {
    height: 100%
}

    .landing-page .landing-img {
        padding: 0 100px;
        margin-top: 50px
    }

.all-templates ul {
    padding: 0;
    list-style: none
}

.all-templates .template-info, .product-info {
    margin-bottom: 24px
}

    .all-templates .template-info .template-info-inner, .product-info .product-info-inner {
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
        border: solid 1px #f3f1f1;
        border-radius: 7px;
        background-color: #fff
    }

    .all-templates .template-info .template-img {
        max-height: 300px;
        overflow: hidden;
        position: relative;
        height: 300px;
        border-radius: 7px 7px 0 0
    }

    .product-info .product-img {
        border-radius: 7px 7px 0 0
    }

    .all-templates .template-info .template-img img {
        top: 0;
        transition: all ease 2s;
        -webkit-transition: all ease 2s;
        -moz-transition: all ease 2s;
        -o-transition: all ease 2s;
        -ms-transition: all ease 2s
    }

    .all-templates .template-info:hover .template-img img {
        position: absolute;
        top: 100%;
        transform: translateY(-100%)
    }

    .all-templates .template-info .template-info-inner .template-name-desc {
        background-color: #f8f8f8;
        padding: 15px
    }

        .all-templates .template-info .template-info-inner .template-name-desc .template-name, .product-info .product-info-inner .product-name-desc .product-name {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            min-height: 45px;
        }

            .all-templates .template-info .template-info-inner .template-name-desc .template-name a svg, .product-info .product-info-inner .product-name-desc .product-name a svg {
                width: 24px;
                height: 24px;
                fill: none;
                stroke: #c7c7c7
            }

            .all-templates .template-info .template-info-inner .template-name-desc .template-name a:hover svg, .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
                stroke: #42adbd
            }

        .all-templates .template-info .template-info-inner .template-name-desc h3, .product-info .product-info-inner .product-name-desc h3 {
            color: #293340;
            text-transform: capitalize;
            font-weight: 500;
            max-width: 90%;
            line-height: normal
        }

.template-action-btn {
    padding: 15px;
    text-align: right
}

.all-templates .template-info .template-info-inner .template-name-desc .template-description {
    position: relative
}

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > p {
        display: inline-block
    }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc, .product-info .product-info-inner .product-name-desc .see-full-desc {
        color: #42adbd;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        position: relative;
        z-index: 1
    }

        .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:after {
            content: "";
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
            border-top: solid 8px #fff;
            display: block;
            width: 10px;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: -5px;
            display: none
        }

        .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:before {
            content: "";
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-top: solid 10px #f1e8e8;
            width: 0;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: -5px;
            display: none
        }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description .full-description {
        position: absolute;
        padding: 10px;
        bottom: 26px;
        box-shadow: 0 0 10px rgba(41,51,64,.2);
        border-radius: 7px;
        background: #fff;
        width: 100%;
        left: 0;
        display: none
    }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover + .full-description, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover:after, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover:before {
        display: block
    }

.template-right-details {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 10px;
    background-color: #fbfbfb
}

    .template-right-details .template-desc {
        margin-bottom: 15px
    }

    .template-right-details h3 {
        color: #293340;
        margin-bottom: 10px
    }

    .template-right-details .template-pricing ul {
        padding: 0;
        list-style: none
    }

        .template-right-details .template-pricing ul li {
            width: 40%;
            display: inline-block;
            margin-right: 30px;
            margin-bottom: 15px
        }

    .template-right-details h4 {
        color: #293340;
        margin-bottom: 3px
    }

    .template-right-details .template-pricing ul li .item-value {
        font-weight: 500;
        color: #293340
    }

        .template-right-details .template-pricing ul li .item-value span {
            font-weight: 400;
            font-size: 1.3rem
        }

.available-templates {
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    margin-bottom: 30px;
    background-color: #fff
}

.final-details {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 10px;
    background-color: #fbfbfb
}

    .final-details .finalize-order-details .count-field {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7px
    }

        .final-details .finalize-order-details .count-field label {
            font-weight: 400
        }

    .final-details .finalize-order-details .col-12 output {
        font-weight: 500
    }

.common-tiles-btn .tile-box {
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    padding: 15px;
    color: #293340;
    background-color: #fff;
    min-height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center
}

    .common-tiles-btn .tile-box h5 {
        text-transform: capitalize;
        margin-left: 15px;
        font-size: 1.5rem;
        color: #293340
    }

    .common-tiles-btn .tile-box .tile-icon svg {
        width: 35px;
        fill: #3b5c6e
    }

    .common-tiles-btn .tile-box.tile-text-icon .tile-icon svg {
        height: 50px;
        width: 50px
    }

    .common-tiles-btn .tile-box:hover {
        background-color: #3b5c6e
    }

    .common-tiles-btn .tile-box .tile-text p {
        font-size: 1.4rem;
        color: #293340;
        font-weight: 500;
        line-height: normal
    }

    .common-tiles-btn .tile-box .tile-text h5 {
        margin-left: 0;
        color: #42adbd;
        font-size: 3rem
    }

    .common-tiles-btn .tile-box .tile-text {
        margin-left: 15px
    }

    .common-tiles-btn .tile-box:hover .tile-icon svg, .common-tiles-btn .tile-box:hover h5, .common-tiles-btn .tile-box:hover p {
        color: #fff;
        fill: #fff
    }

.edit-cols .form-input {
    flex: 0 0 22.8%
}

.cropper-bg {
    touch-action: manipulation
}

.modal-common .modal-content .modal-header .name-info-badge, .name-info-badge {
    background-color: #42adbd;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-left: 5px;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 5px
}

.modal-common .modal-content .modal-header .modal-title .edit-form-name.name-info-badge {
    color: #fff
}

.download-btn-color {
    color: #2049b9
}

.processing {
    color: #3078bf
}

.status-pending {
    color: #f0ad4e
}

.status-success {
    color: #18b155
}

.status-sent-by-cpi {
    color: #318fd2
}

.status-failed {
    color: #ff6563
}

.status-temporary {
    color: #4e79a7
}

.status-not-started {
    color: #4edef5
}

.status-not-sent {
    color: #ec7777
}

.widget-cursor {
    cursor: pointer
}

.common-border-radius-medium {
    border-radius: 7px
}

.common-border-radius-large {
    border-radius: 10px
}

.mortage-color {
    color: #addb21
}

.real-estate-color {
    color: #4edef5
}

@-moz-document url-prefix() {
    input: -webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 0 #fff inset !important
    }
}

.customDropdownWrap select::-ms-expand {
    display: none
}

@media all and (-ms-high-contrast:none) {
    .modal-body {
        height: 100%
    }

    .form-input .input-hiden-content, .form-input input, .form-input select, .form-input textarea {
        line-height: normal
    }

    select::-ms-expand {
        display: none
    }

    .dashboardNav {
        min-height: 100vh
    }
}

@supports (-ms-ime-align:auto) {
    .app-table table thead {
        word-break: break-all
    }
}

.branding-partner {
    position: relative;
    padding-bottom: 100px
}

.support {
    display: none;
}

.all-products ul {
    padding: 0;
    list-style: none
}

.all-products .product-info {
    margin-bottom: 24px
}

    .all-products .product-info .product-info-inner {
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
        border: solid 1px #f3f1f1;
        border-radius: 7px;
        background-color: #fff;
        min-height: 100%;
        position: relative
    }

    .all-products .product-info .product-img {
        overflow: hidden;
        position: relative;
        border-radius: 7px 7px 0 0
    }

    .all-products .product-info .product-info-inner .product-name-desc {
        background-color: #fff;
        padding: 15px;
        border-radius: 0 0 7px 7px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0
    }

    .all-products .product-info .product-info-inner .product-img .prod-code {
        background-color: #42adbd;
        color: #fff;
        font-weight: 500;
        font-size: 1.2rem;
        text-transform: capitalize;
        margin-left: 5px;
        padding: 5px 10px;
        vertical-align: middle;
        border-radius: 5px;
        position: absolute;
        right: 10px;
        bottom: 10px
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-description span {
        font-weight: 500;
        text-transform: capitalize
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name .product-detail li {
        justify-content: space-between;
        list-style-type: none;
        margin: 0 0 3px 0
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #c7c7c7
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
        stroke: #42adbd
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name .product-detail li span {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        max-width: 90%
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-description .description > .see-full-desc {
        color: #42adbd;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        position: relative;
        z-index: 1
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #c7c7c7;
        float: right
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
        stroke: #42adbd
    }

#event-tabs {
    float: left;
    width: 50%;
}

#main {
    width: 100%;
}

#date {
    font-weight: 700;
    font-size: 30px;
}

#month {
    font-size: 18px;
}

#card-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#card-body {
    border-radius: 10px;
    background-color: #d6e1e6;
}

.card {
    border: none;
    width: 30%;
    border-radius: 10px;
    border: none;
    width: 30%;
    border-radius: 10px;
}

#event {
    border: 1px solid Red;
}

.timing {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 2px 7px;
    background-color: #42adbd;
    color: #fff;
}

    .timing p.date {
        line-height: 17px;
        font-size: 18px;
        font-weight: 700;
    }

    .timing p.month {
        line-height: 18px;
        font-size: 12px;
    }

#events {
    text-decoration: none;
    background-color: #293340;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #42adbd;
}

.event-name {
    padding: 0px 10px;
}

#mobile-event-tabs {
    display: none;
    margin-bottom: 30px;
}

.@charset "UTF-8";.clr_DarkBlue {
    color: #293340 !important
}

.clr_MedBlue {
    color: #3b5c6e !important
}

.clr_LightBlue {
    color: #42adbd !important
}

.clr_whtie {
    color: #fff !important
}

.clr_green {
    color: #addb21 !important
}

html {
    font-size: 62.5%
}

body {
    font-family: "Fira Sans",sans-serif,fira_sansregular;
    color: #293340;
    font-size: 1.4rem;
    background: #f8f8f8
}

.btnWrapBottom button, .contSearchBtn, .contactActionBtn img, .dashboardNav > ul li a span, .dashboardSidebar .taskListWrap .loadMoreBtn, .siteBtn, .siteBtn_sm, .trans3ms, a, a:focus, a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.fm {
    font-weight: 500
}

.bold {
    font-weight: 700
}

h1 {
    font-size: 4rem;
    color: #293340
}

h2 {
    font-size: 2.6rem;
    color: #293340
}

h3 {
    font-size: 2rem;
    color: #3b5c6e
}

h4 {
    font-size: 1.6rem;
    color: #3b5c6e
}

.siteBtn {
    height: 45px;
    padding: 0 15px;
    border: 1px solid #3b5c6e;
    border-radius: 10px;
    color: #fff;
    background: #3b5c6e;
    cursor: pointer
}

    .siteBtn:hover {
        color: #3b5c6e;
        background: #fff;
        border-radius: 10px
    }

.siteBtn_sm {
    padding: 4px 15px;
    border: 1px solid #3b5c6e;
    border-radius: 10px;
    border-radius: 3px;
    color: #fff;
    background: #3b5c6e;
    cursor: pointer;
    display: inline-block
}

    .siteBtn_sm:hover {
        color: #3b5c6e;
        background: #fff;
        border-radius: 10px;
        border-radius: 3px
    }

.contactActionBtn img {
    margin-top: -4px;
    margin-right: 2px
}

.contactActionBtn:not(:hover) img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.headerRightUserInfo > * + * {
    margin-left: 15px
}

.profile-main {
    display: flex;
    align-items: center
}

.headerRightUserInfo li .navbar-link:after {
    vertical-align: middle;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent
}

.profile-img {
    max-width: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    height: 35px;
    max-height: 35px;
    overflow: hidden
}

    .profile-img img {
        border-radius: 50px;
    }

.dashboardHeader {
    background: #293340;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1
}

.headerRightUserInfo button svg {
    width: 20px;
    height: 15px;
    fill: #fff
}

.dashboardHeader .addContactBtn, .dashboardHeader .searchContactBtn {
    background: #42adbd;
    color: #fff;
    height: 27px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    outline: 0
}

.dashboardHeader .searchContactBtn {
    background-color: #f8f8f8;
    color: #293340
}

    .dashboardHeader .searchContactBtn svg {
        fill: #a7a7a7
    }

.dashboardHeader .headerSearch {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff
}

    .dashboardHeader .headerSearch input {
        background: 0 0 !important;
        border: none;
        box-shadow: none !important;
        outline: 0 !important
    }

    .dashboardHeader .headerSearch button {
        background: #3b5c6e;
        color: #fff;
        height: 24px;
        width: 34px;
        border-radius: 0 5px 5px 0;
        outline: 0;
        border: none
    }

.dashboardHeader .headeMark {
    color: #fff
}

.dashboardHeader .userAvatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden
}

.dashboardHeader .menuToggleBtn {
    border: none;
    background: 0 0;
    outline: 0;
    box-shadow: none;
    color: #42adbd;
    font-size: 3rem;
    line-height: 1;
    padding: 0
}

.dashboardHeader .logo {
    max-width: 163px
}

.dashboardWrapper {
    padding-top: 52px;
    min-height: 100vh
}

.dashboardNav {
    background: #3b5c6e;
    padding: 20px 0 35px 0;
    position: relative
}

    .dashboardNav > ul li + li {
        margin: 5px 0 0
    }

    .dashboardNav > ul li a, .dashboardNav > ul li a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
        padding: 0 14px;
        display: block;
        text-transform: capitalize
    }

    .dashboardNav > ul > li > a {
        padding: 0 14px;
        outline: 0
    }

    .dashboardNav > ul > li {
        padding: 10px 0
    }

    .dashboardNav > ul li a .cp-icon {
        font-size: 1.8rem
    }

    .dashboardNav > ul li a .menu-icon, .dashboardNav > ul li a span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal
    }

    .dashboardNav > ul li a .menu-icon {
        margin-right: 10px;
        text-align: center;
        min-width: 25px;
        line-height: 0
    }

        .dashboardNav > ul li a .menu-icon svg {
            fill: #fff
        }

    .dashboardNav > ul li a .dbIcon {
        margin-right: 10px
    }

    .dashboardNav > ul li a img.dbIcon {
        max-width: 1.8rem;
        max-height: 1.8rem;
        margin-top: -3px
    }

    .dashboardNav > ul li a:hover .menu-icon svg, .dashboardNav > ul li a:hover .menu-icon svg circle, .dashboardNav > ul li a:hover .menu-icon svg ellipse, .dashboardNav > ul li a:hover .menu-icon svg path, .dashboardNav > ul li a:hover span {
        color: #addb21;
        fill: #addb21
    }

.dashboardContent {
    padding: 3.5rem 3rem
}

.breadcrumb {
    background: 0 0
}

.breadcrumb-item a {
    color: #3b5c6e
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f0da";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #42adbd
}

.chartLabels {
    background: #fff;
    padding-top: 13px;
    margin-top: -10px;
    position: relative;
    padding: 1rem 1.5rem
}

    .chartLabels .chartViewBtnWrap {
        line-height: 1
    }

    .chartLabels > div {
        max-width: 100px;
        width: 100%;
        margin: 0 3px
    }

@media (min-width:992px) {
    .chartLabels {
        padding-left: calc(5.7% + 26px);
        padding-left: calc(5.2% + 26px);
        padding-right: 2%;
        padding-top: 0
    }
}

@media (max-width:991px) {
    .chartLabels > div {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0
    }

    .chartLabels .chartViewBtn {
        margin: 10px 15px;
        margin: 0 15px 10px;
        max-width: 100%;
        width: auto
    }
}

@media (max-width:767px) {
    .chartLabels > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0
    }

    .chartLabels .chartViewBtnWrap {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .chartLabels > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }

    .chartLabels .chartViewBtn {
        margin: 0 0 10px;
        height: 30px;
        line-height: 28px;
        font-size: 12px
    }
}

.leadCounterMainInner {
    min-height: 10rem;
    height: 100%;
    border-radius: 1rem;
    background-color: #fff;
    color: #3b5c6e;
    padding: 2rem 2.5rem;
    border: 1px solid #dee6e8
}

    .leadCounterMainInner .icon {
        font-size: 6.3rem
    }

    .leadCounterMainInner img.icon {
        width: 6rem
    }

    .leadCounterMainInner .title {
        font-size: 1.6rem
    }

    .leadCounterMainInner .countNum {
        font-size: 3rem;
        line-height: 1;
        color: #42adbd
    }

    .leadCounterMainInner:hover {
        background-color: #3b5c6e;
        color: #fff;
        border: 1px solid #3b5c6e
    }

        .leadCounterMainInner:hover .countNum {
            color: #fff
        }

        .leadCounterMainInner:hover img.icon {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

@media (max-width:1199px) and (min-width:768px) {
    .leadCounterMainInner {
        padding: 1rem 1.5rem
    }

        .leadCounterMainInner .icon {
            font-size: 3.3rem
        }
}

.customDropdowLabel {
    color: #3b5c6e;
    display: block
}

.customDropdownWrap input, .customDropdownWrap select, .siteFieldsRow input, .siteFieldsRow select {
    border: 1px solid #3b5c6e;
    border-radius: 5px !important;
    text-align: left;
    height: 26px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: #ebf2f2
}

.customDropdownWrap input, .customDropdownWrap select {
    padding-right: 33px
}

.customDropdownWrap:after {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    z-index: 10px;
    top: 0;
    right: 0;
    border: 1px solid #3b5c6e;
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #42adbd;
    text-align: center;
    line-height: 26px;
    pointer-events: none;
    background: #fff;
    border-radius: 0 5px 5px 0
}

.smCounter {
    border: 1px solid #dee6e8;
    background: #fff;
    border-radius: 10px;
    color: #3b5c6e;
    padding: 2rem 2rem
}

    .smCounter .countNum {
        font-size: 3rem;
        color: #3b5c6e
    }

    .smCounter:hover {
        color: #fff
    }

        .smCounter:hover .countNum {
            color: #42adbd
        }

.dashboardSidebar {
    background: #d6e1e6;
    padding: 3.5rem 3rem;
    min-height: 100%
}

    .dashboardSidebar .taskListWrap li {
        padding: 1.5rem;
        background: #fff;
        border-radius: 10px;
        font-size: 12px
    }

        .dashboardSidebar .taskListWrap li .icon {
            font-size: 3rem
        }

        .dashboardSidebar .taskListWrap li img.icon {
            width: 3rem
        }

.subMenu {
    background: #6b8c9c;
    padding: 35px 0;
    display: none
}

@media (min-width:1200px) {
    .subMenu {
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 10
    }
}

.title_bg_wrap {
    border: 2px solid #6d6e72;
    border-top: 0
}

    .title_bg_wrap .titleColor_bg {
        color: #fff;
        padding: 1rem 1.5rem;
        background: #6d6e72;
        margin-bottom: 0
    }

        .title_bg_wrap .titleColor_bg span {
            color: #addb21
        }

    .title_bg_wrap .title_bg_inner {
        padding: 3rem;
        background: #fff
    }

.innerSpace {
    padding: 3rem;
    background: #fff
}

.tabFullSep {
    border-top: 1px solid #3b5c6e;
    margin: -1px -3rem 0
}

.site-tabs {
    border: none
}

    .site-tabs .nav-item {
        margin: 0
    }

        .site-tabs .nav-item .nav-link {
            border-right: 1px solid #e9e9e9;
            border-top: 1px solid #e9e9e9;
            border-left: 1px solid transparent;
            border-bottom: 1px solid #e9e9e9;
            background: #fff;
            padding: 1rem 1.5rem;
            color: #293340 !important;
            border-radius: 0 !important
        }

            .site-tabs .nav-item .nav-link.active {
                border-bottom: 1px solid transparent;
                color: #fff !important;
                background: #42adbd
            }

@media (min-width:768px) {
    .site-tabs {
        display: -ms-flexbox !important;
        display: flex !important
    }

        .site-tabs .nav-item {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
            text-align: center
        }

            .site-tabs .nav-item .nav-link {
                height: 100%
            }
}

@media (max-width:575px) {
    .site-tabs .nav-item {
        width: 100%
    }
}

.site-tabs {
    border: none
}

    .site-tabs .nav-item {
        margin: 0
    }

@media (min-width:768px) {
    .site-tabs .nav-item:not(:first-child) {
        margin-left: 30px
    }
}

.site-tabs .nav-item .nav-link {
    border-right: 1px solid #3b5c6e;
    border-top: 1px solid #3b5c6e;
    border-left: 1px solid #3b5c6e;
    border-bottom: 1px solid #3b5c6e;
    background: #fff;
    padding: .3rem 1.5rem;
    padding: .3rem 3.5rem;
    color: #293340 !important;
    border-radius: 0 !important;
    position: relative
}

    .site-tabs .nav-item .nav-link i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .site-tabs .nav-item .nav-link.active {
        color: #fff !important;
        background: #42adbd
    }

        .site-tabs .nav-item .nav-link.active i {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

@media (min-width:768px) {
    .site-tabs {
        display: -ms-flexbox !important;
        display: flex !important
    }

        .site-tabs .nav-item {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
            text-align: center
        }

            .site-tabs .nav-item .nav-link {
                height: 100%
            }
}

@media (max-width:575px) {
    .site-tabs .nav-item {
        width: 100%
    }
}

.siteFieldsCol:not(:last-child) {
    margin-bottom: 3rem
}

.siteFieldsRow {
    margin-top: -2.5rem;
    margin-top: -1.5rem
}

    .siteFieldsRow > div {
        margin-top: 2.5rem;
        margin-top: 1.5rem
    }

        .siteFieldsRow > div:empty {
            margin-top: 0 !important
        }

.innerSpaceWhite + .innerSpaceWhite {
    margin-top: 1.5rem
}

.innerSpaceWhite .siteFieldsRow {
    margin-top: -1.5rem
}

    .innerSpaceWhite .siteFieldsRow > div {
        margin-top: 1.5rem
    }

        .innerSpaceWhite .siteFieldsRow > div:empty {
            margin-top: 0 !important
        }

.savedCardTable thead th, .siteTable thead th {
    background: #6b8c9c;
    border: none;
    color: #fff;
    font-weight: 500;
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.savedCardTable tbody tr:nth-of-type(odd), .siteTable tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.savedCardTable tbody tr:nth-of-type(even), .siteTable tbody tr:nth-of-type(even) {
    background: #f1fafa
}

.savedCardTable tbody tr td, .siteTable tbody tr td {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    vertical-align: middle;
    border-bottom: none;
    border-top: none
}

    .savedCardTable tbody tr td:not(:last-child), .siteTable tbody tr td:not(:last-child) {
        border-right: 1px solid #eaeaea
    }

.savedCardTable .editCardBtn, .siteTable .editCardBtn {
    background: #4e7389;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    font-weight: 500;
    box-shadow: none;
    height: 38px;
    border-radius: 3px;
    padding: 0 15px
}

.savedCardTable .tableActionBtns > * + *, .siteTable .tableActionBtns > * + * {
    margin-left: 15px
}

.siteSepBorder {
    border-top: 2px solid #3b5c6e;
    margin: 0
}

.contactTabBtns {
    margin-bottom: 2.5rem
}

    .contactTabBtns button:not(:last-child) {
        margin-right: 5px
    }

.pageTitle {
    font-size: 2.8rem
}

.contactSearchForm {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff
}

    .contactSearchForm input {
        box-shadow: none !important;
        outline: 0 !important;
        border: 1px solid #42adbd;
        border-right: 0;
        border-radius: 5px 0 0 5px !important
    }

    .contactSearchForm button {
        background: #42adbd;
        color: #fff;
        height: 26px;
        width: 34px;
        border-radius: 0 5px 5px 0;
        outline: 0;
        border: none
    }

.contSearchBtn {
    height: 26px;
    width: 100%;
    border-radius: 5px;
    background: #42adbd;
    border: 1px solid #42adbd;
    color: #fff
}

    .contSearchBtn:hover {
        color: #42adbd;
        background: #fff
    }

.userPhoto {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-position: center !important
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        display: none;
        pointer-events: none
    }

.dashboardContentWrap {
    position: relative;
    padding-bottom: 100px
}

footer {
    padding: 2em 3rem;
    background: #293340;
    color: #fff;
    margin-top: auto;
    position: absolute;
    width: 100%;
    bottom: 0
}

    footer .copyright {
        font-size: 2rem;
        vertical-align: middle
    }

    footer a {
        color: #fff
    }

    footer .secure-main svg path {
        fill: #fff
    }

.pdfContainer {
    width: 1000px;
    margin: 0 auto
}

.pdf_header {
    padding: 1rem 1.5rem;
    margin-bottom: 20px;
    background: #293340;
    color: #fff;
    border-bottom: 1px solid #293340
}

#pdfLogo {
    float: left;
    margin-top: 8px
}

    #pdfLogo img {
        height: 70px
    }

#company {
    float: right;
    text-align: right
}

#details {
    margin-bottom: 30px
}

#detailsInner {
    padding-left: 6px;
    border-left: 6px solid #293340;
    float: left
}

    #detailsInner .to {
        color: #293340
    }

#companyInfo {
    float: right;
    text-align: right
}

    #companyInfo h1 {
        color: #293340;
        font-size: 2.4em;
        line-height: 1em;
        margin: 0 0 10px 0
    }

    #companyInfo .procNum {
        font-size: 1.1em;
        color: #293340
    }

table.pdfTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

    table.pdfTable td, table.pdfTable th {
        padding: 20px;
        background: #fff;
        text-align: center;
        border-bottom: 1px solid #fff
    }

    table.pdfTable th {
        white-space: nowrap
    }

    table.pdfTable td {
        text-align: right;
        color: #42adbd
    }

    table.pdfTable .no {
        color: #fff;
        font-size: 1.6em;
        background: #42adbd
    }

    table.pdfTable .desc {
        text-align: left
    }

    table.pdfTable .unit {
        background: #ddd
    }

    table.pdfTable .total {
        background: #42adbd;
        color: #fff
    }

    table.pdfTable td.qty, table.pdfTable td.total, table.pdfTable td.unit {
        font-size: 1.2em
    }

    table.pdfTable tbody tr:last-child td {
        border: none
    }

    table.pdfTable tfoot td {
        padding: 10px 20px;
        background: #fff;
        border-bottom: none;
        font-size: 1.2em;
        white-space: nowrap;
        border-top: 1px solid #aaa
    }

    table.pdfTable tfoot tr:first-child td {
        border-top: none
    }

    table.pdfTable tfoot tr:last-child td {
        color: #42adbd;
        font-size: 1.4em;
        border-top: 1px solid #42adbd
    }

    table.pdfTable tfoot tr td:first-child {
        border: none
    }

.pdf_footer {
    color: #293340;
    width: 100%;
    bottom: 0
}

.btnWrapBottom > div {
    margin-top: 15px
}

.btnWrapBottom button {
    background: #3b5c6e;
    color: #fff;
    border: 1px solid #3b5c6e;
    border-radius: 5px !important;
    height: 26px;
    width: 100%;
    font-size: 13px;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .btnWrapBottom button:hover {
        background: #fff;
        color: #3b5c6e
    }

    .btnWrapBottom button.submitBtn {
        background: #42adbd;
        border: 1px solid #42adbd
    }

        .btnWrapBottom button.submitBtn:hover {
            background: #fff;
            color: #42adbd
        }

.k-grid {
    font-family: "DejaVu Sans",Arial,sans-serif
}

.demo-section h3 {
    margin: 5px 0 15px 0
}

.page-template {
    font-family: "DejaVu Sans",Arial,sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888
    }

    .page-template .watermark {
        font-weight: 700;
        font-size: 400%;
        text-align: center;
        margin-top: 30%;
        color: #aaa;
        opacity: .1;
        transform: rotate(-35deg) scale(1.7,1.5)
    }

.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999,inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px
}

kendo-pdf-document .customer-photo {
    border: 1px solid #dedede
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px
}

@media (min-width:1200px) and (max-width:1300px) {
    .leadCounterMainInner {
        padding: 2rem 1.5rem
    }

        .leadCounterMainInner .icon {
            margin-right: 1.5rem !important
        }
}

@media (min-width:1200px) {
    .dashboardContentWrap {
        width: calc(100% - 250px)
    }

    .dashboardNav > ul > li:hover .subMenu {
        display: block
    }
}

@media (min-width:768px) {
    .dashboardNav {
        -ms-flex: 0 0 250px;
        min-height: 100%;
        flex: 0 0 250px;
        max-width: 250px
    }

    .dashboardHeader {
        height: 52px
    }
}

@media (max-width:1199px) {
    .LogoWrapper {
        padding: 0 1.5rem
    }

    .dashboardHeader {
        height: 55px
    }

    .addContactBtn {
        width: 100%;
        height: 30px;
        border-radius: 0
    }

    .dashboardWrapper {
        padding-top: 58px
    }

    .dashboardNav.active {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .dashboardContent {
        padding: 1.5rem
    }

    .customDropdowLabel {
        font-size: 13px
    }

    .customDropdownWrap input, .customDropdownWrap select, .siteFieldsRow input, .siteFieldsRow select {
        height: 30px
    }

    .customDropdownWrap:after {
        line-height: 30px
    }

    .bottomTiles > div .smCounter .title {
        font-size: 16px
    }

    .site-tabs-content .tab-pane {
        display: none !important
    }

    .site-tabs-content .mobileTab.active + .tab-pane {
        display: block !important;
        opacity: 1 !important
    }

    .site-tabs-content .mobileTab, .site-tabs-content .mobileTab:focus, .site-tabs-content .mobileTab:hover {
        padding: 6px 15px;
        margin-bottom: 0;
        border-top: 1px solid #3b5c6e;
        margin-top: 10px;
        border-bottom: 1px solid #3b5c6e;
        color: #fff;
        background: #42adbd;
        cursor: pointer;
        display: inline-block;
        position: relative
    }

        .site-tabs-content .mobileTab i, .site-tabs-content .mobileTab:focus i, .site-tabs-content .mobileTab:hover i {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .site-tabs-content .mobileTab.active i, .site-tabs-content .mobileTab:focus.active i, .site-tabs-content .mobileTab:hover.active i {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

    .site-tabs-content > input[type=radio] {
        display: none !important
    }

    .site-tabs-content input:checked + label > i {
        -webkit-transform: translateY(-50%) rotate(180deg) !important;
        -moz-transform: translateY(-50%) rotate(180deg) !important;
        -ms-transform: translateY(-50%) rotate(180deg) !important;
        -o-transform: translateY(-50%) rotate(180deg) !important;
        transform: translateY(-50%) rotate(180deg) !important
    }

    .site-tabs-content input:checked + label + .tab-pane {
        display: block !important;
        opacity: 1 !important;
        margin-bottom: 10px
    }
}

:root.color-white-hover:hover {
    --hover-white: #fff
}

:root.dashboard-tabs ul li a.active {
    --active-tab-white: #fff
}

:root.reset-form:hover {
    --hover-form-icon: #3b5c6e
}

:root.txt-file:hover {
    --hover-text-file-icon: #72b6d6
}

:root.excel-file:hover {
    --hover-excel-fill-icon: #008040
}

.btn.focus, .btn:focus {
    box-shadow: none
}

@font-face {
    font-family: fira_sansregular;
    src: url(/Content/fonts/firasans-regular-webfont.woff2) format('woff2'),url(/Content/fonts/firasans-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.cls-1 {
    fill: #2d3e50
}

.cls-2 {
    fill: #1d75b8
}

.overflow-x {
    overflow-x: hidden
}

.primary-color {
    color: #42adbd
}

a, a:not([href]):not([tabindex]) {
    color: #42adbd;
    word-break: break-word;
    cursor: pointer
}

p {
    margin-bottom: 0
}

.hide-div {
    display: none
}

.dashboardNav ul {
    padding-left: 0;
    list-style: none
}

.dashboardNav > ul li > ul {
    overflow-y: auto
}

.dashboardNav > ul li > .dropdown-toggle:after {
    display: none
}

.dashboardNav > ul li > a .subMenuArrow {
    height: 16px;
    vertical-align: middle
}

.dashboardNav > ul li > ul > li > ul {
    padding-left: 5px
}

    .dashboardNav > ul li > ul > li + li, .dashboardNav > ul li > ul > li > ul, .dashboardNav > ul li > ul > li > ul li + li {
        margin: 15px 0 0 0
    }

.dashboardNav > ul li > ul > li a {
    font-size: 1.5rem
}

.dashboardNav > ul li .dropdown .dropdown-toggle {
    background-color: #3b5c6e;
    color: #fff;
    padding: 5px 14px;
    border-radius: 5px
}

    .dashboardNav > ul li .dropdown .dropdown-toggle:hover span {
        color: #fff
    }

.dashboardNav > ul li .user-menu {
    padding: 0 14px
}

.dashboardNav > ul > li > ul > li .user-menu {
    margin-top: 20px
}

.dashboardNav > ul > li > ul > li:first-child .user-menu {
    margin-top: 0
}

.dashboardNav > ul > li > .dropdown-toggle:after {
    vertical-align: middle
}

.dashboardNav > ul li .dropdown .dropdown-toggle:after {
    display: none
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent
}

img {
    max-width: 100%
}

.loader {
    display: none
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(/Content/images/loader-halo.gif) 50% 50% no-repeat rgba(249,249,249,.6);
    background-size: 100px
}

.loader img {
    max-width: 100px
}

.clear-both {
    clear: both
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ccc #e0e0e0
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    height: 7px
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px
}

a:hover {
    color: #addb21
}

::selection {
    color: #fff;
    background: #42adbd
}

::-moz-selection {
    color: #fff;
    background: #42adbd
}

.navbar.navbar-inverse.navbar-fixed-top {
    display: none
}

[role=button] {
    cursor: pointer
}

.navbar-nav .dropdown-menu {
    transform: none !important;
    top: 44px !important;
    left: auto !important;
    padding: 20px 40px 20px 20px;
    right: 15px;
    border: none;
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    border-radius: 7px;
    width: 210px
}

    .navbar-nav .dropdown-menu:before {
        content: "";
        box-shadow: 0 0 15px rgba(210,210,210,.5);
        border-bottom: solid 9px #fff;
        border-left: solid 9px transparent;
        border-right: solid 9px transparent;
        display: block;
        position: absolute;
        top: -8px;
        right: 10px
    }

    .navbar-nav .dropdown-menu a {
        padding: 0 0 10px 0;
        font-size: 1.3rem;
        color: #293340;
        font-weight: 400;
        display: block
    }

        .navbar-nav .dropdown-menu a .prof-menu-icon {
            min-width: 20px;
            text-align: center;
            margin-left: 0
        }

        .navbar-nav .dropdown-menu a.profile-name span {
            color: #42adbd;
            margin-left: 0;
            font-weight: 500;
            font-size: 1.3rem;
            text-transform: uppercase;
            white-space: normal
        }

        .navbar-nav .dropdown-menu a span, .navbar-nav .dropdown-menu a svg {
            display: inline-block;
            vertical-align: middle
        }

        .navbar-nav .dropdown-menu a svg {
            width: 15px;
            height: 15px;
            fill: #293340
        }

        .navbar-nav .dropdown-menu a.report-bug svg {
            width: 17px;
            height: 17px
        }

        .navbar-nav .dropdown-menu a.feature-request svg {
            width: 20px;
            height: 20px
        }

        .navbar-nav .dropdown-menu a span {
            margin-left: 7px
        }

    .navbar-nav .dropdown-menu .user-menu > a span {
        margin-left: 0
    }

    .navbar-nav .dropdown-menu .user-menu > ul {
        padding-left: 18px
    }

    .navbar-nav .dropdown-menu .user-menu > a:after {
        border-top: 7px solid #6c757d;
        border-right: 5px solid transparent;
        border-bottom: 0;
        border-left: 5px solid transparent;
        vertical-align: middle
    }

.dashboardHeader .addContactBtn span, .dashboardHeader .addContactBtn svg {
    display: inline-block;
    vertical-align: middle
}

.navbar-nav .dropdown-menu a:active, .navbar-nav .dropdown-menu a:focus, .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:hover svg {
    background-color: transparent;
    outline: 0;
    color: #addb21;
    fill: #addb21
}

.dashboardHeader .addContactBtn span {
    margin-left: 5px;
    margin-top: 2px
}

.dashboardHeader .headerSearch button {
    line-height: 14px
}

.headerRightUserInfo .mob-search-btn {
    display: none
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

h1 {
    font-size: 2.1rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.7rem
}

h4 {
    font-size: 1.5rem
}

button {
    cursor: pointer
}

    button:focus {
        outline: 0
    }

.dashboardNav > ul > li:hover > a .menu-icon svg, .dashboardNav > ul > li:hover > a .menu-icon svg path, .dashboardNav > ul > li:hover > a span {
    color: #addb21;
    fill: #addb21
}

main {
    padding: 18px 9px
}

.dashobard-home-tiles {
    background-color: #fff;
    box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -webkit-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -moz-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -ms-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding: 7vh 0;
    cursor: pointer;
    margin-bottom: 30px
}

    .dashobard-home-tiles .dashoboard-link-icon {
        min-height: 60px;
        max-height: 60px;
        margin: auto
    }

        .dashobard-home-tiles .dashoboard-link-icon img {
            max-height: 55px
        }

    .dashobard-home-tiles h1 {
        color: #293340;
        text-transform: capitalize;
        margin-top: 20px
    }

.dashboard-profile-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    align-items: center
}

    .dashboard-profile-breadcrumb .breadcrumb li {
        font-size: 1.3rem;
        font-weight: 500;
        text-transform: capitalize
    }

    .dashboard-profile-breadcrumb .breadcrumb a, .dashboard-profile-breadcrumb .breadcrumb span {
        color: #293340;
        font-family: "Fira Sans",sans-serif,fira_sansregular
    }

.dashboard-profile-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding: 0 9px
}

.dashboard-profile-breadcrumb, .page-name {
    margin: 0 -15px 1.5rem -15px
}

    .page-name h2 {
        color: #293340;
        font-weight: 500;
        text-transform: capitalize
    }

ul.header-info {
    margin-bottom: 0;
    list-style: none;
    line-height: 25px;
    padding-left: 0
}

    ul.header-info li {
        display: inline-block;
        margin-right: 10px;
        box-shadow: 0 0 10px rgba(41,51,64,.2);
        padding: 5px 9px;
        border-radius: 5px;
        background: #fff
    }

        ul.header-info li:last-child {
            margin-right: 0
        }

.refresh-page a, .refresh-page h2, .refresh-page p, .refresh-page span {
    display: inline-block;
    vertical-align: middle
}

    .refresh-page p .widget-cursor {
        line-height: 0;
    }

.refresh-page h2 {
    margin-right: 10px
}

.refresh-page a {
    line-height: normal
}

.refresh-page .refresh-details {
    font-weight: 500
}

.refresh-page .fa-refresh {
    color: #42adbd;
    font-size: 20px
}

.dashboardContent {
    padding: 0 15px
}

.leadCounterMain .leads-tile .leadCounterMainInner {
    border: none;
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    padding: 20px;
    color: #293340;
    min-height: 100%
}

    .leadCounterMain .leads-tile .leadCounterMainInner:hover {
        color: #fff
    }

    .leadCounterMain .leads-tile .leadCounterMainInner .title {
        font-size: 1.4rem
    }

    .leadCounterMain .leads-tile .leadCounterMainInner img.icon {
        width: 50px
    }

.leadCounterMain .chartWrap .chartInner {
    background-color: #fff;
    padding: 25px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(41,51,64,.2)
}

    .leadCounterMain .chartWrap .chartInner svg .highcharts-axis-labels text {
        fill: #293340 !important;
        font-weight: 600 !important;
        font-size: 1.3rem !important;
        color: #293340 !important
    }

    .leadCounterMain .chartWrap .chartInner .chartLabels {
        margin-top: 10px
    }

        .leadCounterMain .chartWrap .chartInner .chartLabels .label-inner {
            display: flex;
            align-items: center;
            min-height: 60px;
            justify-content: center
        }

        .leadCounterMain .chartWrap .chartInner .chartLabels .title {
            font-size: 1.3rem;
            color: #293340;
            line-height: 17px
        }

        .leadCounterMain .chartWrap .chartInner .chartLabels .chartViewBtn {
            font-size: 1.2rem;
            padding: 5px;
            border-radius: 5px;
            border-width: 2px
        }

.filter-range div span {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500;
    margin-bottom: 5px;
    display: block
}

.filter-range div input[type=text], .filter-range div select, .filter-range select.form-control:not([size]):not([multiple]) {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto
}

.filter-range .datepicker-calendar {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px;
    text-align: left
}

.filter-range .btn-new-primary {
    outline: 0;
    margin-left: 0;
    padding: 8px 10px
}

.dashboardContent .bottomTiles .smCounter {
    padding: 20px;
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    border-radius: 10px;
    border: none
}

    .dashboardContent .bottomTiles .smCounter .title, .dashboardContent .bottomTiles .smCounter .title a {
        font-size: 1.4rem;
        color: #293340
    }

        .dashboardContent .bottomTiles .smCounter .title a {
            cursor: pointer
        }

.dashboardSidebar {
    border-radius: 10px;
    padding: 20px
}

    .dashboardSidebar .taskListWrap li {
        word-break: break-word
    }

        .dashboardSidebar .taskListWrap li img.icon {
            width: 20px
        }

    .dashboardSidebar .filter-range div input[type=text] {
        border-color: #c5c5c5
    }

    .dashboardSidebar .taskListWrap .loadMoreBtn {
        margin-left: 0;
        width: 100%
    }

    .dashboardSidebar .taskListWrap.scroll-ul ul {
        padding-right: 10px;
        max-height: 620px;
        overflow: auto
    }

    .dashboardSidebar .taskListWrap ul li:last-child {
        margin-bottom: 0
    }

    .dashboardSidebar .taskListWrap ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px
    }

.dashboard-tabs ul {
    padding: 0;
    list-style: none
}

    .dashboard-tabs ul li {
        float: left;
        margin-right: 3px;
        margin-top: 3px
    }

        .dashboard-tabs ul li:last-child {
            margin-right: 0
        }

        .dashboard-tabs ul li h3, .dashboard-tabs ul li span {
            display: inline-block;
            vertical-align: middle
        }

        .dashboard-tabs ul li a.nav-link {
            display: block;
            background-color: #d6e1e6;
            border-radius: 7px 7px 0 0;
            padding: 8px 10px
        }

        .dashboard-tabs ul li a {
            display: block
        }

        .dashboard-tabs ul li span {
            line-height: 0
        }

            .dashboard-tabs ul li span svg {
                max-height: 20px;
                height: 20px;
                fill: #42adbd;
                width: 20px
            }

                .dashboard-tabs ul li span svg path {
                    fill: #42adbd
                }

#Icon_feather-shopping-cart #Path_3 {
    fill: transparent
}

.dashboard-tabs ul li h3 {
    padding-left: 5px;
    text-transform: capitalize;
    color: #293340;
    margin: 0;
    font-weight: 500;
    font-size: 1.4rem
}

    .dashboard-tabs ul li h3 span {
        display: none
    }

.dashboard-tabs ul li {
    text-align: center
}

/*.dashboard-tabs.listed-tab-show ul li {
    width: 25%
}*/

.dashboard-tabs ul li a.active .svg-without-active, .svg-with-active {
    display: none
}

.dashboard-tabs ul li a.active .svg-with-active {
    display: inline-block
}

.dashboard-tabs ul li a.nav-link.active {
    background-color: #42adbd
}

.disabled-tab {
    pointer-events: none;
    opacity: .4
}

    .disabled-tab.active {
        pointer-events: auto;
        opacity: 1
    }

.dashboard-tabs ul li a.nav-link.active h3 {
    color: #fff
}

.dashboard-tabs ul li a.active svg, .dashboard-tabs ul li a.active svg path, .dashboard-tabs ul li a.active svg rect {
    fill: #fff
}

    .dashboard-tabs ul li a.active svg#Icon_feather-shopping-cart path {
        stroke: #fff
    }

.more-tabs-btn .more-tabs-inner ul li {
    width: auto;
    margin-right: 3px;
    margin-top: 3px
}

.more-tabs-btn .more-tabs-inner ul li {
    font-size: 1.5rem
}

.contact-tabs-content h1 {
    color: #293340;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 0
}

.tab-heading-mrgn h1 {
    margin-bottom: 0
}

#pills-event-activity h1, #pills-program-schedule h1, #pills-response-activity h1 {
    margin-bottom: 0
}

.steps-btn-main {
    display: none
}

.contact-tabs-content .contact-personal-info.active {
    display: flex
}

    .contact-tabs-content .contact-personal-info.active + .steps-btn-main {
        display: block
    }

.contact-tabs-content .contact-personal-info .cont-per-info-lft-pan {
    background-color: #e0e6e8;
    float: left;
    width: 23.3%;
    padding: 15px 10px 10px 10px
}

.contact-tabs-content .cont-per-info-lft-pan ul {
    padding: 0;
    list-style: none
}

    .contact-tabs-content .cont-per-info-lft-pan ul li {
        margin-bottom: 15px;
        width: 100%
    }

        .contact-tabs-content .cont-per-info-lft-pan ul li a {
            border-radius: 7px;
            background-color: #f5f5f5;
            padding: 15px 12px;
            text-transform: capitalize;
            min-height: 5rem;
            line-height: normal;
            display: flex;
            align-items: center
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li span {
            color: #6c757d;
            font-size: 1.4rem;
            font-weight: 500
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li:last-child {
            margin-bottom: 0
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.active {
            background-color: #42adbd
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.active span {
                font-size: 1.6rem;
                font-weight: 500;
                color: #fff
            }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step {
            background-color: #fff
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link h4 {
            display: none
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step h4 {
            color: #42adbd;
            margin-bottom: 0;
            font-weight: 500;
            display: block
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step span {
            font-size: 1.2rem
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step.active {
            background-color: #42adbd
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step.active h4 {
                color: #fff
            }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step:hover, .contact-tabs-content .cont-per-info-lft-pan ul li a:hover {
            background-color: #3b5c6e;
            color: #fff
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a:hover span {
                color: #fff
            }

.contact-tabs-content .contact-personal-info .cont-right-panel {
    background-color: #fff;
    float: left;
    width: 78%;
    padding: 15px 20px
}

    .contact-tabs-content .contact-personal-info .cont-right-panel > .tab-pane {
        min-height: 250px
    }

        .contact-tabs-content .contact-personal-info .cont-right-panel > .tab-pane .collapse {
            display: block
        }

.contact-tabs-content .cont-right-panel .add-cnt-detl-btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn .add-details-btns h3 {
        display: inline-block
    }

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn h4 {
        color: #42adbd;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 1.6rem
    }

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button {
        border: none;
        border-radius: 10px;
        background-color: #fff;
        padding: 8px 10px;
        margin-left: 15px;
        min-width: 145px;
        text-align: center;
        box-shadow: 0 0 15px rgba(210,210,210,.4);
        outline: 0;
        font-size: 1.4rem
    }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button:first-child {
            margin-left: 0
        }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button span, .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg {
            display: inline-block;
            vertical-align: middle
        }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg {
            height: 20px;
            fill: #42adbd
        }

            .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg path {
                fill: #42adbd
            }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button span {
            text-transform: capitalize;
            font-weight: 500;
            margin-left: 5px
        }

.contact-tabs-content .cont-right-panel form {
    margin-top: 30px
}

.checkbox-inline {
    line-height: 0
}

.contact-search-result .app-table-inner td label.checkbox-inline {
    display: inline-block
}

.form-input, form .form-input {
    margin-bottom: 15px
}

    form .form-input .input-options {
        text-align: right;
        margin-top: 5px;
        display: block;
        text-transform: capitalize;
        font-size: 1.6rem;
        color: #3b5c6e;
        font-weight: 500
    }

.contact-tabs-content .cont-right-panel form .form-input:nth-child(4n+4) {
    margin-right: 0
}

.form-input label, form .form-input label {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500;
    margin-bottom: .5rem;
    display: block
}

.form-input .label-more-info label {
    float: left
}

.form-input .label-more-info .label-scnd-info {
    float: right;
    text-decoration: underline;
    font-size: 1.2rem
}

input[type=readonly] {
    cursor: default
}

.form-input .primary-color {
    color: #42adbd
}

.form-input .task-desc {
    margin-bottom: 10px;
    color: #3b5c6e
}

.form-input .tooltip-hover-content {
    background-image: url(/Content/images/icons-svg/information-button.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer
}

    .form-input .tooltip-hover-content .tooltip-content-container {
        position: absolute;
        width: 300px;
        background: #6c757d;
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        font-weight: 400;
        font-size: 1.3rem;
        bottom: 21px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: none
    }

    .form-input .tooltip-hover-content.tooltip-right-edge .tooltip-content-container {
        left: auto;
        right: -20px;
        transform: none
    }

    .form-input .tooltip-hover-content:after {
        content: "";
        border-top: solid 6px #6c757d;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        position: absolute;
        left: 0;
        top: -6px;
        right: 0;
        margin: auto;
        width: 6px;
        display: none
    }

    .form-input .tooltip-hover-content:hover .tooltip-content-container, .form-input .tooltip-hover-content:hover:after {
        display: block
    }

.form-input.tootltip-input label span {
    display: inline-block;
    vertical-align: middle
}

.form-input.checkbox-input input, .form-input.checkbox-input label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0
}

.form-input.checkbox-input.v-top input {
    vertical-align: top;
    margin-top: 3px
}

.form-input.checkbox-input.v-top label {
    width: 89%
}

.form-input.checkbox-input label {
    margin-left: 5px;
    padding: 1px 0 0 0
}

.custom-dropdown .btn-group {
    width: 100%;
    display: block
}

.custom-dropdown button {
    padding: 0;
    width: 100%;
    text-align: left
}

    .custom-dropdown button:after {
        display: none
    }

.custom-dropdown ul {
    width: 100%;
    padding: 0
}

    .custom-dropdown ul li {
        padding: 10px 10px 0 10px
    }

.custom-dropdown ul {
    padding-bottom: 10px
}

    .custom-dropdown ul li label {
        margin: 0
    }

        .custom-dropdown ul li label input {
            position: relative;
            top: 2px
        }

    .custom-dropdown ul .input-group input {
        padding: 5px 10px
    }

.custom-dropdown button, select {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none
}

.contact-tabs-content .cont-right-panel .next-step-action-btn {
    text-align: right
}

.form-input .validation-error {
    display: none
}

.contact-tabs-content .cont-right-panel .next-step-action-btn button {
    border-radius: 7px;
    text-transform: capitalize;
    font-size: 1.7rem;
    font-weight: 400;
    border: none;
    background-color: #3b5c6e;
    padding: 12px 33px;
    line-height: 15px;
    color: #fff;
    text-align: center
}

    .contact-tabs-content .cont-right-panel .next-step-action-btn button.disabled {
        background-color: #f1f1f1;
        color: #a09f9f
    }

.form-action-btns {
    text-align: right;
    padding-right: 30px;
    margin-top: 30px
}

.transition-effect {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s
}

.btn-new-primary, .form-input .btn-new-primary {
    border: none;
    border-radius: 7px;
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: 15px;
    margin-left: 5px;
    color: #fff;
    background-color: #42adbd;
    border: solid 2px #42adbd;
    text-align: center;
    outline: 0;
    cursor: pointer;
    width: auto
}

    .btn-new-primary:hover {
        color: #fff
    }

    .btn-new-primary:focus, .form-input .btn-new-primary:focus {
        box-shadow: none
    }

.btn-important {
    border: none;
    border-radius: 7px;
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: 15px;
    margin-left: 5px;
    color: #fff;
    background-color: #3b5c6e;
    border: solid 2px #3b5c6e;
    text-align: center;
    outline: none;
    cursor: pointer;
    width: auto;
}

    .btn-important:hover {
        background-color: #42adbd;
        border: solid 2px #42adbd;
    }

    .btn-important-medium {
        padding: 8px 10px;
    }

.btn-new-danger {
    background-color: #dc3545;
    border-color: #dc3545
}

.modal-open .modal {
    z-index: 999999
}

.modal-footer > .btn-new-primary:not(:first-child) {
    margin-left: 5px
}

.modal-footer > :not(:last-child) {
    margin-right: 0
}

.btn-new-primary-medium, .form-input .btn-new-primary-medium {
    padding: 8px 10px
}

.btn-new-primary-small, .form-input .btn-new-primary-small {
    padding: 6px 7px;
    font-size: 1.4rem
}

.btn-new-primary:hover {
    background-color: #3b5c6e;
    border-color: #3b5c6e
}

.btn-new-primary.btn-new-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-new-secondary, .form-input .btn-new-secondary {
    background-color: transparent;
    border: solid 2px #3b5c6e;
    color: #293340;
    font-weight: 500
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-new-secondary:hover {
    background-color: #3b5c6e;
    color: #fff;
    border-color: #3b5c6e
}

.contact-tabs-content .tab-pane .tab-main-heading {
    padding: 20px 10px
}

    .contact-tabs-content .tab-pane .tab-main-heading .btn-new-primary:hover {
        color: #fff
    }

.contact-tabs-content .tab-pane .tab-box-padding, .tab-box-padding {
    padding: 20px 10px
}

.program-schedule .tab-main-heading p {
    color: #3b5c6e;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px
}

.event-filter-heading, .event-types-details {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .event-filter-heading h1 {
        float: left
    }

.event-types {
    margin-left: 40px;
    margin-bottom: 0
}

    .event-types, .event-types li, .event-types li input, .event-types li span {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        list-style: none;
        line-height: normal;
        color: #293340;
        outline: 0;
        cursor: pointer
    }

        .event-types li + li {
            margin-left: 20px
        }

        .event-types li {
            padding: 8px 10px;
            border-radius: 5px
        }

            .event-types li span {
                margin: 0 15px 0 5px;
                line-height: 19px
            }

            .event-types li svg {
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                height: 16px
            }

            .event-types li.all-type {
                background: rgba(66,173,189,.1)
            }

                .event-types li.all-type svg {
                    fill: #42adbd
                }

            .event-types li.note-type {
                background: rgba(75,139,160,.1)
            }

                .event-types li.note-type svg, .event-types li.note-type svg path {
                    fill: #4b8ba0
                }

            .event-types li.event-type {
                background: rgba(255,87,87,.1)
            }

            .event-types li.log-call-type {
                background: rgba(89,183,122,.1)
            }

                .event-types li.log-call-type svg {
                    fill: #59b77a
                }

            .event-types li.mail-type {
                background: rgba(140,87,204,.1)
            }

            .event-types li.note-type input[type=checkbox] {
                border-color: #4b8ba0
            }

                .event-types li.note-type input[type=checkbox]:checked {
                    background-color: #4b8ba0
                }

            .event-types li.event-type input[type=checkbox] {
                border-color: #ff5757
            }

                .event-types li.event-type input[type=checkbox]:checked {
                    background-color: #ff5757
                }

            .event-types li.event-type svg {
                fill: #ff5757
            }

            .event-types li.log-call-type input[type=checkbox] {
                border-color: #59b77a
            }

                .event-types li.log-call-type input[type=checkbox]:checked {
                    background-color: #59b77a
                }

            .event-types li.log-call-type svg path {
                fill: #59b77a
            }

            .event-types li.mail-type input[type=checkbox] {
                border-color: #8c57cc
            }

                .event-types li.mail-type input[type=checkbox]:checked {
                    background-color: #8c57cc
                }

            .event-types li.mail-type svg {
                fill: #8c57cc
            }

.event-filter-heading .event-filter {
    margin-bottom: 0
}

    .event-filter-heading .event-filter button, .event-filter-heading .event-filter select {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .event-filter-heading .event-filter h4 {
        display: block;
        margin-bottom: 5px
    }

    .event-filter-heading .event-filter select {
        width: 100px;
        margin: 0 10px 0 0
    }

    .event-filter-heading .event-filter button {
        padding: 5px;
        margin: 0
    }

.event-activity-table table tbody tr td {
    position: relative;
    padding: 15px 10px
}

    .event-activity-table table tbody tr td:first-child:after {
        content: "";
        width: 3px;
        height: 90%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

.event-bdr td:first-child:after {
    background-color: #ff5757
}

.event-bdr td:first-child svg {
    fill: #ff5757
}

.attachment-bdr td:first-child:after {
    background-color: #4b8ba0
}

.attachment-bdr td:first-child svg {
    fill: #4b8ba0
}

    .attachment-bdr td:first-child svg path {
        fill: #4b8ba0
    }

.log-call-bdr td:first-child:after {
    background-color: #59b77a
}

.log-call-bdr td svg path {
    fill: #59b77a
}

.mail-bdr td:first-child:after {
    background-color: #8c57cc
}

.mail-bdr td:first-child svg {
    fill: #8c57cc
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529
}

.small-table {
    max-width: 400px
}

.app-table .app-table-inner {
    background-color: #fff
}

.app-table-inner.alert-margin {
    width: 100%;
    float: left
}

.app-table table thead {
    background-color: #d6e1e6;
    word-break: break-word
}

    .app-table table thead th {
        border: none;
        padding: 10px 5px;
        font-size: 1.4rem;
        color: #293340;
        font-weight: 500;
        vertical-align: middle;
        line-height: 17px;
        text-transform: capitalize;
        word-break: keep-all
    }

        .app-table table thead th a {
            position: relative;
            padding-right: 18px;
            display: inline-block;
            cursor: pointer;
            word-break: initial;
        }

            .app-table table thead th a:not([href]):not([tabindex]) {
                word-break: initial;
            }

            .app-table table thead th a:after {
                content: "";
                display: inline-block; /*background-image:url(/Content/images/icons-svg/sort.svg);*/
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: right center;
                width: 15px;
                height: 15px;
                position: absolute;
                bottom: 0;
                right: 0;
                top: 0;
                margin: auto
            }

        .app-table table thead th.text-center {
            text-align: left !important
        }

.app-table table .select-all-input label {
    line-height: 0
}

.app-table table thead th .select-all-input-th .select-all-input, .app-table table thead th .select-all-input-th input[type=checkbox] {
    display: inline-block;
    vertical-align: middle
}

.app-table table tbody tr:nth-child(even) {
    background-color: #f1fafa
}

.app-table table tbody tr.table-total {
    background-color: #6b8c9c;
    color: #fff
}

.app-table table td {
    border: none;
    padding: 10px 5px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 500;
    word-break: break-all
}

    .app-table table td.checkbox-td {
        line-height: 9px
    }

    .app-table table td .btn-new-primary:first-child {
        margin-left: 0
    }

.td-more-content-main {
    position: relative
}

.app-table table td .td-more-content-main-inner {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 10px;
    padding-left: 15px;
    max-width: 300px
}

.app-table table td .td-more-content {
    height: 20px;
    overflow: hidden
}

    .app-table table td .td-more-content.height-auto {
        height: auto
    }

.app-table table td .td-more-content-tooltip {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    z-index: 1;
    left: 0;
    top: 60%;
    max-height: 300px;
    overflow-y: auto
}

.app-table table td .td-more-content-main-inner:hover .td-more-content-tooltip {
    display: block
}

.app-table table td.banner-upload > a {
    max-width: 100px;
    display: block
}

.app-table table td .attached-td {
    display: inline-block;
    cursor: pointer
}

    .app-table table td .attached-td svg {
        max-width: 25px;
        fill: #3b5c6e;
        height: 27px
    }

.app-table table td .attachment-modal {
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 20px 0
}

    .app-table table td .attachment-modal.show {
        display: block
    }

    .app-table table td .attachment-modal .modal-content .modal-body {
        min-height: 500px;
        overflow-y: auto;
        max-height: 500px;
        padding-top: 0;
        margin-top: 20px
    }

    .app-table table td .attachment-modal.not-scroll .modal-content .modal-body {
        overflow-y: initial
    }

    .app-table table td .attachment-modal .modal-content .modal-body img {
        max-width: 100%
    }

    .app-table table td .attachment-modal .modal-content .modal-body iframe {
        width: 100%;
        height: 500px
    }

    .app-table table td .attachment-modal .modal-content .modal-body .download-pdf-btn {
        display: none
    }

.app-table table td a label {
    cursor: pointer
}

.app-table table td b {
    font-weight: 500
}

.app-table table .table-actions a, .app-table table .table-actions span, .div-action-btns a, .div-action-btns span {
    display: inline-block;
    margin-left: 3px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    position: relative;
    vertical-align: middle
}

.app-table table .table-btn {
    margin-left: 3px;
}

.app-table table .table-actions input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.app-table table .table-actions a input, .app-table table .table-actions span input, .div-action-btns span input {
    cursor: pointer
}

.app-table table .table-actions a:before, .app-table table .table-actions span:before, .div-action-btns a:before, .div-action-btns span:before {
    content: attr(data-title);
    white-space: nowrap;
    background-color: #6c757d;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    top: -31px;
    line-height: normal;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    opacity: 0;
    visibility: hidden;
    font-size: 1.2rem
}

.app-table table .table-actions span.left-edge-tooltip:before {
    left: 100%
}

.app-table table .table-actions a.tooltip-right:before, .app-table table .table-actions span.tooltip-right:before {
    left: 0
}

.app-table table .table-actions a:after, .app-table table .table-actions span:after, .div-action-btns a:after, .div-action-btns span:after {
    content: "";
    border-top: solid 6px #6c757d;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    position: absolute;
    left: 0;
    top: -7px;
    right: 0;
    margin: auto;
    width: 6px;
    opacity: 0;
    visibility: hidden
}

.app-table table .table-actions a:hover:after, .app-table table .table-actions a:hover:before, .app-table table .table-actions span:hover:after, .app-table table .table-actions span:hover:before, .div-action-btns a:hover:after, .div-action-btns a:hover:before, .div-action-btns span:hover:after, .div-action-btns span:hover:before {
    opacity: 1;
    visibility: visible
}

.app-table table .table-actions a:first-child {
    margin-left: 0
}

.app-table table .table-actions .table-view, .div-action-btns .table-view, .table-view {
    background-color: rgba(214,225,230,.4)
}

    .app-table table .table-actions .table-view:hover, .div-action-btns .table-view:hover, .table-view:hover {
        background-color: #42adbd
    }

        .app-table table .table-actions .table-view:hover svg, .app-table table .table-actions .table-view:hover svg path, .div-action-btns .table-view:hover svg, .div-action-btns .table-view:hover svg path, .table-view:hover svg, .table-view:hover svg path {
            fill: #fff
        }

.app-table table .table-actions .active-partner {
    background-color: rgba(117,168,53,.2)
}

    .app-table table .table-actions .active-partner svg {
        width: 17px;
        fill: #75a835
    }

    .app-table table .table-actions .active-partner:hover {
        background-color: #75a835
    }

.app-table table .table-actions .select-btn {
    background-color: rgba(108,99,255,.2)
}

    .app-table table .table-actions .select-btn svg {
        fill: #6c63ff
    }

    .app-table table .table-actions .select-btn:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .approve {
    background-color: rgba(24,177,85,.3)
}

    .app-table table .table-actions .approve svg {
        width: 17px;
        fill: #18b155
    }

    .app-table table .table-actions .approve:hover {
        background-color: #18b155
    }

.app-table table .table-actions .reassign {
    background-color: rgba(107,140,156,.2)
}

    .app-table table .table-actions .reassign svg {
        fill: #6b8c9c
    }

    .app-table table .table-actions .reassign:hover {
        background-color: #6b8c9c
    }

.app-table table .table-actions .refresh-result {
    background-color: rgba(109,206,253,.3)
}

    .app-table table .table-actions .refresh-result svg {
        fill: #4da7d4
    }

    .app-table table .table-actions .refresh-result:hover {
        background-color: #4da7d4
    }

.app-table table .table-actions .reset {
    background-color: rgba(31,191,197,.2)
}

    .app-table table .table-actions .reset svg {
        fill: #1fbfc5
    }

    .app-table table .table-actions .reset:hover {
        background-color: #1fbfc5
    }

.app-table table .table-actions .bug {
    background-color: rgba(54,91,148,.2)
}

    .app-table table .table-actions .bug svg {
        fill: #365b94
    }

    .app-table table .table-actions .bug:hover {
        background-color: #365b94
    }

.app-table table .table-actions .update-message {
    background-color: rgba(24,177,85,.4)
}

    .app-table table .table-actions .update-message svg {
        fill: #18b155
    }

    .app-table table .table-actions .update-message:hover {
        background-color: #18b155
    }

.app-table table .table-actions .update-images {
    background-color: rgba(108,99,255,.4)
}

    .app-table table .table-actions .update-images svg {
        fill: #6c63ff
    }

    .app-table table .table-actions .update-images:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .cancel-order {
    background-color: rgba(255,101,99,.4)
}

    .app-table table .table-actions .cancel-order svg {
        fill: #ff6563
    }

    .app-table table .table-actions .cancel-order:hover {
        background-color: #ff6563
    }

.app-table table .table-actions .order {
    background-color: rgba(139,187,247,.4)
}

    .app-table table .table-actions .order svg {
        fill: #4b80c1
    }

    .app-table table .table-actions .order:hover {
        background-color: #4b80c1
    }

.app-table table .table-actions .order-properties svg {
    fill: #88b10c
}

.app-table table .table-actions .order-properties {
    background-color: rgba(173,219,33,.4)
}

    .app-table table .table-actions .order-properties:hover {
        background-color: #88b10c
    }

.app-table table .table-actions .produce-copy svg {
    fill: #47aaff
}

.app-table table .table-actions .produce-copy {
    background-color: rgba(71,170,255,.4)
}

    .app-table table .table-actions .produce-copy:hover {
        background-color: #47aaff
    }

.app-table table .table-actions .common-svg-width svg, .app-table table .table-actions .reassign svg, .app-table table .table-actions .store-order svg, .app-table table .table-actions .table-view svg, .common-svg-width svg, .div-action-btns a svg, .div-action-btns span svg {
    width: 15px;
    height: 13px
}

.app-table table .table-actions .cancel-order svg {
    height: 10px
}

.app-table table .table-actions .table-view svg {
    fill: #42adbd
}

.app-table table .table-actions .reset-pass, .app-table table .table-actions .store-order {
    line-height: 33px
}

    .app-table table .table-actions .store-order svg {
        height: 13px;
        fill: #18b155
    }

.app-table table .table-actions .store-order {
    background-color: rgba(24,175,84,.2)
}

    .app-table table .table-actions .store-order:hover {
        background-color: #18b155
    }

.app-table table .table-actions .add-crm svg {
    fill: #3c5dd8;
    width: 12px
}

.app-table table .table-actions .add-crm {
    background-color: rgba(66,98,214,.2)
}

    .app-table table .table-actions .add-crm:hover {
        background-color: #3c5dd8
    }

.app-table table .table-actions .get-count svg {
    fill: #0bccd6
}

.app-table table .table-actions .get-count {
    background-color: rgba(15,233,255,.2)
}

    .app-table table .table-actions .get-count:hover {
        background-color: #0bccd6
    }

.app-table table .table-actions .reset-pass svg {
    height: 16px;
    width: 16px;
    fill: rgba(220,53,69,.8)
}

.app-table table .table-actions .reset-pass {
    background-color: rgba(220,53,69,.3)
}

    .app-table table .table-actions .reset-pass:hover {
        background-color: rgba(220,53,69,.8)
    }

.app-table table .table-actions .sso-login svg {
    height: 18px;
    width: 18px;
    fill: #6c63ff
}

.app-table table .table-actions .sso-login {
    background-color: rgba(108,99,255,.2)
}

    .app-table table .table-actions .sso-login:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .emailverify svg {
    height: 15px;
    width: 15px;
    fill: #318fd2
}

.app-table table .table-actions .emailverify {
    background-color: rgba(49,143,210,.2)
}

    .app-table table .table-actions .emailverify:hover {
        background-color: #318fd2
    }

.app-table table .table-actions .login-as svg {
    height: 14px;
    width: 14px;
    fill: #2049b9
}

.app-table table .table-actions .login-as {
    background-color: rgba(32,73,185,.2)
}

    .app-table table .table-actions .login-as:hover {
        background-color: #2049b9
    }

.app-table table .table-actions .reassign-table {
    background-color: rgba(32,73,185,.2);
    position: relative
}

    .app-table table .table-actions .reassign-table:hover {
        background-color: #2049b9
    }

    .app-table table .table-actions .reassign-table input {
        font-size: 0
    }

    .app-table table .table-actions .reassign-table svg {
        width: 13px;
        height: 13px;
        fill: #2049b9;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0
    }

.app-table .table-actions .record-del, .app-table table .table-actions .record-del, .record-del {
    background-color: #fedfdf
}

    .app-table .table-actions .record-del:hover, .app-table table .table-actions .record-del:hover, .record-del:hover {
        background-color: #ec7777
    }

        .app-table .table-actions .record-del:hover svg path, .app-table table .table-actions .record-del:hover svg path, .record-del:hover svg path {
            fill: #fff
        }

    .app-table .table-actions .record-del svg, .app-table table .table-actions .record-del svg, .record-del svg {
        height: 13px;
        fill: #ec7777
    }

.app-table table .table-actions .complete-data {
    background-color: #d2ffe4
}

    .app-table table .table-actions .complete-data.checkbox-active {
        filter: grayscale(1);
        opacity: .7;
        pointer-events: none
    }

    .app-table table .table-actions .complete-data:hover {
        background-color: #18b155
    }

.app-table table .table-actions .not-complete-data {
    background-color: #ffddc4
}

    .app-table table .table-actions .not-complete-data:hover {
        background-color: #fd6c00
    }

.app-table table .table-actions .default-card svg {
    width: 17px;
    height: 17px;
    fill: #2049b9
}

.app-table table .table-actions .not-complete-data svg {
    width: 13px;
    fill: #fd6c00
}

.app-table table .table-actions .default-card {
    background-color: #d5e0ff
}

    .app-table table .table-actions .default-card:hover {
        background-color: #2049b9
    }

        .app-table table .table-actions .complete-data:hover svg path, .app-table table .table-actions .default-card:hover svg, .app-table table .table-actions a:hover svg, .app-table table .table-actions a:hover svg circle, .app-table table .table-actions a:hover svg path, .app-table table .table-actions span:hover svg {
            fill: #fff
        }

.app-table table .table-actions .complete-data svg {
    height: 13px;
    width: 13px;
    fill: #18b155
}

.reactive svg {
    height: 15px
}

.event-activity-table table tbody tr td .comment-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(214,225,230,.4);
    padding: 0;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px
}

    .event-activity-table table tbody tr td .comment-icon svg {
        height: 15px
    }

.event-activity-table table tbody tr td p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px
}

.event-activity-table table tbody tr.event-bdr td:first-child p {
    cursor: pointer
}

.event-activity-table table tbody tr td svg {
    width: 17px;
    height: 17px
}

.app-table .event-activity-table table .table-actions a, .div-action-btns span, .payment-info table .table-actions span, .table-actions-input-btn table .table-actions span {
    position: relative
}

    .app-table .event-activity-table table .table-actions a input, .div-action-btns span input, .payment-info table .table-actions span input, .table-actions-input-btn table .table-actions span input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        box-shadow: none;
        padding: 0;
        opacity: 0
    }

.app-table table .table-actions .re-run-group {
    line-height: 32px
}

.div-action-btns span input, .table-actions-input-btn table .table-actions span input {
    z-index: 1
}

.div-action-btns, .table-actions-input-btn .action-button-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.div-action-btns {
    justify-content: flex-end
}

    .app-table.table-actions-input-btn .action-button-inner span, .div-action-btns a, .div-action-btns span {
        display: flex;
        align-items: center;
        justify-content: center
    }

.no-record-found {
    background-color: #ffffff;
    padding: 10px 0
}

.app-table table .table-actions span.switch, .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px
}

    .app-table table .table-actions span.switch input[type=checkbox], .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.app-table table .table-actions span.slider, .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: auto;
    height: auto
}

    .app-table table .table-actions span.slider:before, .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        top: initial;
        padding: 0;
        transform: none
    }

.app-table table .table-actions input:checked + .slider, input:checked + .slider {
    background-color: #42adbd
}

.app-table table .table-actions input:focus + .slider, input:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}

.app-table table .table-actions input:checked + .slider:before, input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px)
}

.app-table table .table-actions .slider.round, .slider.round {
    border-radius: 34px
}

    .app-table table .table-actions .slider.round:before, .slider.round:before {
        border-radius: 50%
    }

    .app-table table .table-actions .slider.round:after {
        display: none
    }

.search-drop-btn {
    pointer-events: none;
    display: block
}

.search-dropdown.collapse, .search-dropdown.collapse.show {
    display: flex
}

.search-options {
    background-color: #fff;
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2)
}

.search-form-action-btns {
    display: flex;
    justify-content: flex-end
}

    .search-form-action-btns button {
        border: none;
        background-color: none;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 7px;
        position: relative
    }

        .search-form-action-btns button svg {
            height: 25px;
            width: 25px
        }

        .search-form-action-btns button.reset-form {
            background-color: rgba(214,225,230,.4)
        }

        .search-form-action-btns button.txt-file {
            background-color: rgba(173,224,249,.4)
        }

        .search-form-action-btns button.excel-file {
            background-color: rgba(198,222,199,.4)
        }

        .search-form-action-btns button.reset-form:hover {
            background-color: #d6e1e6
        }

        .search-form-action-btns button.reset-form svg {
            fill: #80949e
        }

        .search-form-action-btns button.reset-form:hover #Path_1634, .search-form-action-btns button.reset-form:hover svg {
            fill: #3b5c6e
        }

        .search-form-action-btns button.txt-file:hover {
            background-color: #bbe9ff
        }

        .search-form-action-btns button.txt-file svg {
            fill: #7da3b5
        }

        .search-form-action-btns button.txt-file:hover svg {
            fill: #72b6d6
        }

        .search-form-action-btns button.excel-file:hover {
            background-color: #c3f5dc
        }

        .search-form-action-btns button.excel-file svg {
            fill: #5b9f5e
        }

        .search-form-action-btns button.excel-file:hover path {
            fill: #008040
        }

        .search-form-action-btns button:before {
            content: attr(data-title);
            white-space: nowrap;
            background-color: #6c757d;
            border-radius: 4px;
            padding: 5px 10px;
            color: #fff;
            text-transform: capitalize;
            position: absolute;
            left: 50%;
            top: -31px;
            line-height: normal;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(41,51,64,.2);
            opacity: 0;
            visibility: hidden;
            font-size: 1.2rem
        }

        .search-form-action-btns button.tooltip-right-edge:before {
            left: 0
        }

        .search-form-action-btns button:after {
            content: "";
            border-top: solid 6px #6c757d;
            border-left: solid 6px transparent;
            border-right: solid 6px transparent;
            position: absolute;
            left: 0;
            top: -7px;
            right: 0;
            margin: auto;
            width: 6px;
            opacity: 0;
            visibility: hidden
        }

        .search-form-action-btns button:hover:after, .search-form-action-btns button:hover:before {
            opacity: 1;
            visibility: visible
        }

.tab-pane .search-options {
    padding: 20px 10px
}

.section-heading {
    margin-bottom: 20px
}

    .section-heading h2, .section-heading svg {
        text-transform: capitalize;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .section-heading svg {
        margin-right: 5px;
        width: 18px;
        height: 18px;
        fill: #3b5c6e
    }

.form-input .term-condition-agree input, .form-input .term-condition-agree span {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.form-input .term-condition-agree {
    display: inline-block
}

    .form-input .term-condition-agree span {
        margin-left: 5px;
        font-weight: 500;
        color: #42adbd
    }

.custom-dropdown button, .form-input .input-hiden-content, .form-input input, .form-input select, .form-input textarea {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    line-height: 25px
}

.pass-word-visible-icon {
    position: relative
}

    .pass-word-visible-icon .pass-icon {
        position: absolute;
        right: 10px;
        top: 3px;
        z-index: 2;
        cursor: pointer
    }

        .pass-word-visible-icon .pass-icon svg {
            fill: #42adbd;
            width: 15px;
            height: 15px
        }

    .pass-word-visible-icon .pass-hide {
        display: none
    }

td.form-input input {
    border: solid 1px #e0e3e4;
    padding: 4px 10px;
    text-align: left;
    line-height: normal
}

.td-input-width td.form-input input {
    width: auto
}

.form-input select {
    padding-right: 25px
}

.form-input.checkbox-input ul {
    padding: 0
}

    .form-input.checkbox-input ul li {
        display: inline-block;
        list-style: none;
        margin-right: 20px
    }

        .form-input.checkbox-input ul li:last-child {
            margin-right: 0
        }

.form-input input[type=checkbox], input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #42adbd;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    outline: 0;
    cursor: pointer
}

.form-input.checkbox-input input[type=radio], input[type=radio] {
    border: solid 1px #ccc;
    background: 0 0;
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: relative;
    outline: 0
}

    .form-input.checkbox-input input[type=radio]:checked, input[type=radio]:checked {
        border-color: #42adbd
    }

        .form-input.checkbox-input input[type=radio]:checked:before, input[type=radio]:checked:before {
            content: "";
            height: 8px;
            width: 8px;
            background-color: #42adbd;
            display: block;
            border-radius: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            position: absolute
        }

    .form-input.checkbox-input input[type=radio]:disabled, input[type=radio]:disabled {
        background-color: #f5f5f5
    }

input#chknot-complete-data {
    border-color: #fd6c00;
    background-color: #fff
}

input#chkcomplete-data {
    border-color: #18b155;
    background-color: #18b155
}

.form-input input[type=checkbox]:checked, input[type=checkbox]:checked {
    background-color: #42adbd;
    background-image: url(/Content/images/icons-svg/inputcheck.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center
}

.contact-view form.editable-form .form-input input, .contact-view form.editable-form .form-input select {
    border: none;
    background-image: none;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-width: 85%;
    min-width: 85%
}

.contact-view form.editable-form .form-input label {
    margin-bottom: 1px
}

.required-field span {
    color: #d81717
}

.custom-dropdown button:focus, form .form-input input:focus, form .form-input select:focus, form .form-input textarea:focus {
    border-color: #42adbd;
    box-shadow: none
}

.form-input .input-error, .form-input .validation-error {
    background: #d04e4b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-top: 5px;
    position: relative
}

    .form-input .input-error:before, .form-input .validation-error:before {
        content: "";
        border-bottom: solid 6px #d04e4b;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 6px;
        top: -6px
    }

.contact-view form.editable-form .form-input input:hover, .contact-view form.editable-form .form-input select:hover {
    background-image: url(/Content/images/icons-svg/edit.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px
}

.contact-view form.editable-form .form-input input.edit-input-val:focus {
    pointer-events: auto;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    max-width: 100%;
    width: 100%
}

    .contact-view form.editable-form .form-input input.edit-input-val:focus:hover {
        background-image: none
    }

.contact-view form.editable-form .form-input.edit-input-enable:hover input, .contact-view form.editable-form .form-input.edit-input-enable:hover select {
    background-image: none
}

.contact-view form.editable-form .form-input select.edit-input-val:focus {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-position: right 10px center;
    background-size: 12px
}

.contact-view form.editable-form .form-input input.datepicker-calendar:focus, .contact-view form.editable-form .form-input input.datepicker-calendar:focus:hover {
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-position: right 5px top 0;
    background-size: 15px
}

.contact-search-result {
    margin-top: 30px
}

    .contact-search-result .search-result-count {
        margin-top: 5px
    }

        .contact-search-result .search-result-count h3, .contact-search-result .search-result-count svg {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-weight: 400;
            color: #42adbd
        }

    .contact-search-result .app-table-inner td .more-table-data {
        display: none
    }

    .contact-search-result .app-table-inner td label {
        margin-top: 2px;
        display: block;
        max-width: 300px;
        word-break: break-word;
        margin-bottom: 0
    }

        .contact-search-result .app-table-inner td label:first-child {
            margin-top: 0
        }

    .contact-search-result .app-table-inner td a {
        margin-bottom: 5px;
        display: block
    }

    .color-badge, .contact-search-result .app-table-inner td label.contact-type {
        max-width: initial;
        word-break: normal
    }

    .app-table-inner td.table-actions a, .contact-search-result .app-table-inner td.table-actions a {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .contact-search-result .app-table-inner td .label-anchor a {
        display: inline-block
    }

.app-table table td .color-badge, .app-table table td .contact-type {
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 3px 5px;
    text-align: center;
    display: inline-block
}

    .app-table table td .contact-type.customer {
        background-color: #d2ffe4;
        color: #18b155
    }

    .app-table table td .contact-type.prospect {
        background-color: #d5e0ff;
        color: #2049b9
    }

    .app-table table td .contact-type.referral {
        background-color: #fd6c00;
        color: #ffd2b2
    }

.contact-search-result .app-table table thead th:last-child {
    min-width: 110px
}

.contact-search-result .app-table-inner .color-badge-main label {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.color-badge-main .color-badge {
    min-width: 22px;
    max-width: 22px;
    height: 22px
}

.pagination-common {
    text-align: right
}

    .pagination-common .pagination-pages-dropdown, .pagination-common ul {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }

    .pagination-common .pagination-pages-dropdown {
        text-transform: capitalize
    }

        .pagination-common .pagination-pages-dropdown label {
            margin-bottom: 0
        }

        .pagination-common .pagination-pages-dropdown select {
            width: 50px;
            padding: 0 5px;
            background-position: center right 5px;
            border: solid 1px #d6e1e6;
            border-radius: 3px;
            outline: 0;
            line-height: 28px
        }

    .pagination-common ul {
        margin-left: 10px
    }

        .pagination-common ul li {
            margin-left: 7px;
            line-height: 31px;
            display: inline-block;
            vertical-align: middle
        }

            .pagination-common ul li.page-item a, .pagination-common ul li.page-item:first-child a, .pagination-common ul li.page-item:last-child a {
                border: solid 1px #d6e1e6;
                padding: 0 10px;
                font-size: 1.5rem;
                color: #293340;
                border-radius: 4px;
                font-weight: 400;
                box-shadow: none;
                line-height: 26px;
                height: 30px
            }

            .pagination-common ul li.page-item a {
                display: block
            }

            .pagination-common ul li.page-item.active a {
                background-color: #42adbd;
                border-color: #42adbd;
                color: #fff
            }

            .pagination-common ul li.page-item a:hover {
                background-color: #3b5c6e;
                border-color: #293340;
                color: #fff
            }

            .pagination-common ul li svg {
                width: 14px;
                height: 14px
            }

            .pagination-common ul li:hover svg {
                fill: #fff
            }

            .pagination-common ul li.next-page a, .pagination-common ul li.next-page.page-item a, .pagination-common ul li.prev-page a, .pagination-common ul li.prev-page.page-item a {
                width: 30px;
                padding: 0;
                text-align: center
            }

                .pagination-common ul li.next-page a svg, .pagination-common ul li.prev-page a svg {
                    height: 27px
                }

body .datepicker {
    border: none;
    box-shadow: 0 0 15px rgba(210,210,210,.6);
    padding: 10px;
    width: 250px
}

    body .datepicker:after, body .datepicker:before {
        display: none
    }

.form-input .datepicker-calendar {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px
}

.form-input .location-field {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/addlocation.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px;
    background-size: 13px
}

body .datepicker table {
    width: 100%
}

.datepicker thead .next, .datepicker thead .next:hover, .datepicker thead .prev, .datepicker thead .prev:hover {
    font-size: 0;
    background-color: transparent
}

    .datepicker thead .prev, .datepicker thead .prev:hover {
        background-image: url(/Content/images/icons-svg/angle-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        width: 10px
    }

    .datepicker thead .next, .datepicker thead .next:hover {
        width: 10px;
        background-image: url(/Content/images/icons-svg/angle-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

.datepicker thead th {
    height: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

    .datepicker thead th:active, .datepicker thead th:focus, .datepicker thead th:hover, body .datepicker .datepicker-switch:hover {
        background-color: transparent
    }

body .datepicker table tr td.highlighted {
    background-color: transparent
}

body .datepicker .datepicker-switch {
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500
}

.datepicker thead th.dow {
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #293340
}

body .datepicker table tr td span.month, body .datepicker tbody tr td, body .datepicker tbody tr td.highlighted {
    font-size: 1.1rem;
    color: #293340;
    border-radius: 5px;
    height: 31px;
    padding: 0 !important;
    width: 27px;
    line-height: normal
}

body .datepicker table tr td span.century, body .datepicker table tr td span.decade, body .datepicker table tr td span.month, body .datepicker table tr td span.year {
    line-height: 40px;
    width: 40px;
    height: 40px
}

body .datepicker tbody tr td.day.today {
    background-image: none;
    background-color: #f5f5f5;
    color: #293340
}

    .datepicker table tr td span.active:active, body .datepicker table tr td span.century:hover, body .datepicker table tr td span.decade:hover:hover, body .datepicker table tr td span.month:hover, body .datepicker table tr td span.year:hover, body .datepicker tbody tr td.active.day:hover, body .datepicker tbody tr td.day.today:hover, body .datepicker tbody tr td.day:hover {
        background-color: #f1fafa;
        color: #293340
    }

body .datepicker table tr td span.active, body .datepicker table tr td span.active:hover, body .datepicker table tr td span.active:hover.active, body .datepicker table tr td span.active:hover:hover, body .datepicker table tr td span.century.active, body .datepicker table tr td span.century.focused, body .datepicker table tr td span.decade.active, body .datepicker table tr td span.decade.focused, body .datepicker table tr td span.month.active, body .datepicker table tr td span.month.focused, body .datepicker table tr td span.year.active, body .datepicker table tr td span.year.focused, body .datepicker tbody tr td.active.day {
    background-color: #42adbd;
    background-image: none;
    color: #fff
}

body .datepicker-years .datepicker-switch {
    cursor: auto
}

.mer_tx, .mi_tx, .ti_tx {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

.meridian, .mins, .time {
    width: 60px;
    float: left;
    margin: 0 10px;
    font-size: 20px;
    color: #2d2e2e;
    font-family: arial;
    font-weight: 700
}

.next, .prev {
    cursor: pointer;
    padding: 18px;
    width: 28%;
    border: 1px solid #ccc;
    margin: auto;
    background: url(../images/arrow.png) no-repeat;
    border-radius: 5px
}

.next {
    background-position: 50% 150%
}

.prev {
    background-position: 50% -50%
}

.time_pick {
    position: relative
}

.timepicker_wrap {
    padding: 10px;
    border-radius: 5px;
    z-index: 2;
    display: none;
    width: 240px;
    box-shadow: 0 0 15px rgba(210,210,210,.6);
    background: #f6f6f6;
    border: 1px solid #ccc;
    float: left;
    position: absolute;
    top: 27px !important;
    left: 0;
    background-color: #fff
}

.arrow_top {
    position: absolute;
    top: -10px;
    left: 20px;
    background: url(../images/top_arr.png) no-repeat;
    width: 18px;
    height: 10px;
    z-index: 3
}

.form-input .timepicker {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/wall-clock.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px
}

.timepicker_wrap .arrow_top {
    display: none
}

.form-input .timepicker_wrap input {
    text-align: center;
    border: none;
    font-weight: 500;
    color: #293340;
    font-family: "Fira Sans",sans-serif,fira_sansregular
}

    .form-input .timepicker_wrap input::selection {
        background: 0 0;
        color: #293340
    }

.form-input .timepicker_wrap .meridian, .form-input .timepicker_wrap .mins, .form-input .timepicker_wrap .time {
    margin: 0 5px;
    width: 50px
}

.form-input .timepicker_wrap .next, .form-input .timepicker_wrap .prev {
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    padding: 0;
    height: 30px;
    border-radius: 4px
}

.form-input .timepicker_wrap .prev {
    background-image: url(/Content/images/icons-svg/arrow-up.svg)
}

.form-input .timepicker_wrap .next {
    background-image: url(/Content/images/icons-svg/arrow-down.svg)
}

#accountProductDetailForm tbody tr.product-price-row-added {
    border: 1px solid #42adbd;
    background: #fbfbfb
}

.multi-modal:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-color: #000
}

.modal-content-body-overflow {
    max-height: 65vh;
    overflow-y: auto
}

    .modal-body .form-input p, .modal-content-body-overflow .form-input p {
        word-break: break-word
    }

.alert {
    display: none
}

    .alert.alert-show {
        display: block
    }

    .alert.show-alert {
        display: block
    }

.alert-margin .alert {
    margin: 15px auto 0 auto;
    clear: both;
    max-width: calc(100% - 40px)
}

.AddMarginToIframeP {
    padding: 0 10px
}

.alert-warning, .modal-common .modal-content .alert-warning, .validation-summary-errors {
    opacity: 1;
    margin: 0 10px 20px 0;
    border: none;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    background-color: rgba(220,53,69,.8);
    width: 100%
}

    .alert-warning.fade, .modal-common .modal-content .alert-warning.fade, .validation-summary-errors.fade {
        opacity: 1
    }

    .validation-summary-errors ul {
        list-style: none;
        padding: 7px 12px
    }

.all-modal-common {
    height: 100%
}

.modal-common .modal-dialog {
    max-width: 1100px;
    margin: 0 auto
}

.modal-common .full-width-modal {
    max-width: 95%;
    height: 100%
}

    .modal-common .full-width-modal .modal-content {
        height: 90%
    }

        .modal-common .full-width-modal .modal-content .modal-content-body-overflow {
            max-height: 100%
        }

.question p {
    font-weight: 500
}

.modal-common .modal-content {
    border-radius: 10px;
    padding: 25px
}

    .modal-common .modal-content .modal-header {
        padding: 0;
        border: none
    }

        .modal-common .modal-content .modal-header .modal-heading-icon {
            margin-right: 5px
        }

        .modal-common .modal-content .modal-header .modal-heading-icon, .modal-common .modal-content .modal-header .modal-title {
            display: inline-block;
            vertical-align: middle;
            line-height: normal
        }

            .modal-common .modal-content .modal-header .modal-title.hide-div {
                display: none
            }

            .modal-common .modal-content .modal-header .modal-title .edit-form-name {
                color: #42adbd
            }

        .modal-common .modal-content .modal-header .reassign-representative-name {
            margin-left: 10px;
            vertical-align: middle;
            display: inline-block;
            color: #3b5c6e
        }

        .modal-common .modal-content .modal-header .select-week {
            display: inline-block
        }

        .modal-common .modal-content .modal-header .modal-title {
            text-transform: capitalize;
            color: #293340;
            font-weight: 500;
            padding: 0;
            margin-bottom: 0
        }

        .modal-common .modal-content .modal-header .list-tab-main {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 10px;
            padding-right: 18px
        }

        .modal-common .modal-content .modal-header .event-list {
            color: #3b5c6e;
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
            text-transform: capitalize;
            cursor: pointer
        }

            .modal-common .modal-content .modal-header .event-list.hide-event-calendar {
                margin-left: 0
            }

        .modal-common .modal-content .modal-header .modal-heading-icon svg, .modal-common .modal-content .modal-header .modal-heading-icon svg path {
            width: 30px;
            height: 30px;
            fill: #42adbd
        }

        .modal-common .modal-content .modal-header button {
            opacity: 1;
            margin-top: 0;
            padding: 0;
            position: absolute;
            right: 15px;
            top: 0
        }

        .modal-common .modal-content .modal-header .event-list-selection {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px
        }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-btn {
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                margin-left: 2px
            }

                .modal-common .modal-content .modal-header .event-list-selection .list-selection-btn svg {
                    width: 19px;
                    stroke: #6c757d
                }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-detail {
                display: none;
                vertical-align: middle;
                color: #293340;
                font-size: 1.7rem;
                margin-left: 5px
            }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-week {
                display: inline-block
            }

        .modal-common .modal-content .modal-header .event-list-tabs {
            margin-left: 10px
        }

            .modal-common .modal-content .modal-header .event-list-tabs, .modal-common .modal-content .modal-header .event-list-tabs li {
                display: inline-block;
                vertical-align: middle;
                list-style: none
            }

                .modal-common .modal-content .modal-header .event-list-tabs ul {
                    padding-left: 0;
                    margin: 0;
                    border: 1px solid #42adbd;
                    border-radius: 5px
                }

                .modal-common .modal-content .modal-header .event-list-tabs li a {
                    padding: 5px 10px;
                    float: left;
                    text-transform: capitalize;
                    cursor: pointer;
                    color: #42adbd;
                    border-radius: 0
                }

                    .modal-common .modal-content .modal-header .event-list-tabs li a.active {
                        background-color: #42adbd;
                        color: #fff
                    }

                .modal-common .modal-content .modal-header .event-list-tabs li.week-list {
                    border-left: 1px solid #42adbd;
                    border-right: 1px solid #42adbd
                }

    .modal-common .modal-content .modal-body {
        margin: 10px 0 0 0;
        padding: 7px 0 0 0
    }

        .modal-common .modal-content .modal-body form {
            margin: 0
        }

            .modal-common .modal-content .modal-body form .form-input textarea {
                border: solid 1px #e0e3e4;
                padding: 10px;
                border-radius: 7px;
                min-height: 6vw
            }

        .attached-field .attach-heading, .modal-common .modal-content .modal-body .attached-field .attach-heading {
            margin-bottom: 10px
        }

            .form-input.attached-field .attach-heading label, .form-input.attached-field .attach-heading svg, .modal-common .modal-content .modal-body .attached-field .attach-heading label, .modal-common .modal-content .modal-body .attached-field .attach-heading svg {
                display: inline-block;
                vertical-align: middle;
                margin: 0 2px 0 0;
                font-size: 1.4rem;
                text-transform: capitalize;
                color: #293340;
                font-weight: 500
            }

        .attached-field .file-upload, .modal-common .modal-content .modal-body .attached-field .file-upload {
            margin-top: 5px;
            text-align: center;
            padding: 4% 0;
            border-radius: 7px;
            border: dashed 2px rgba(66,173,189,.5)
        }

            .attached-field .file-upload h4, .modal-common .modal-content .modal-body .attached-field .file-upload h4 {
                color: rgba(66,173,189,.8)
            }

        .attached-field .choose-file-btn, .modal-common .modal-content .modal-body .attached-field .choose-file-btn {
            margin-left: 0;
            position: relative;
            cursor: pointer;
            padding: 6px 7px;
            font-size: 1.4rem
        }

.attached-field .upload-file-name {
    display: none;
    margin-left: 5px;
    word-break: break-word
}

.attached-field .upload-instruction {
    font-size: 1.3rem;
    margin-top: 5px
}

.attached-field .upload-file-name.show-file-name {
    display: inline-block
}

.attached-separate-section .attach-heading {
    margin-bottom: 25px
}

    .attached-separate-section .attach-heading h2 {
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize
    }

.record-save {
    color: #42adbd
}

.attached-field .choose-file-btn input, .modal-common .modal-content .modal-body .attached-field .choose-file-btn input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0
}

.modal-common .modal-content .modal-footer {
    padding: 0;
    border: none
}

    .modal-common .modal-content .modal-footer button {
        margin: 0
    }

.custom-modal {
    display: none
}

.confirmation-modal .modal-dialog {
    max-width: 500px
}

    .confirmation-modal .modal-dialog.modal-medium {
        max-width: 1100px
    }

    .confirmation-modal .modal-dialog .warning-icon {
        text-align: center;
        max-width: 150px;
        margin: auto
    }

        .confirmation-modal .modal-dialog .warning-icon.icon-big {
            max-width: 250px
        }

.confirmation-modal .modal-content .modal-body {
    padding: 0
}

.confirmation-modal .warning-content {
    padding: 20px 0;
    color: #a5a5a5;
    text-align: center;
    font-weight: 400
}

    .confirmation-modal .warning-content p {
        margin: 5px 0
    }

.confirmation-modal .modal-footer {
    justify-content: center
}

.design-image-box {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    padding-top: 0
}

    .design-image-box > a > img {
        border-radius: 6px 6px 0 0;
        width: auto;
        height: auto
    }

    .design-image-box > span {
        display: block;
        padding: 15px;
        text-align: right
    }

        .design-image-box > span > label {
            margin-bottom: 0;
            font-weight: 500
        }

.design-option-modal.modal-common .modal-content .modal-body {
    max-height: 490px;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 20px;
    padding-top: 0;
    overflow-x: hidden
}

.modal-height {
    height: 100%
}

.design-option-modal .pagination-common {
    margin-top: 20px
}

.table-message-option thead tr td:first-child, .table-message-option thead tr td:nth-of-type(2) {
    width: 100px
}

.table-message-option thead tr th {
    min-width: 100px
}

.table-message-option tbody tr td .btn-new-primary:first-child {
    margin-left: 0;
    font-weight: 400
}

.pagination-btn > div {
    display: inline-block;
    vertical-align: middle
}

.create-btn {
    display: inline-block
}

.modal-common .log-call-modal, .modal-common .modal-small, .modal-common .small-modal {
    max-width: 600px
}

.modal-common .medium-modal {
    max-width: 970px
}

.log-history h4 {
    color: #293340;
    text-transform: capitalize
}

.log-history table {
    margin-top: 15px;
    border: solid 1px #e0e3e4
}

    .log-history table th {
        text-transform: capitalize
    }

    .log-history table tbody tr {
        border-bottom: solid 1px #e0e3e4
    }

        .log-history table tbody tr td:first-child {
            min-width: 20px
        }

        .log-history table tbody tr td {
            font-weight: 400
        }

            .log-history table tbody tr td.call-time {
                font-weight: 500
            }

                .log-history table tbody tr td.call-time .partition {
                    color: #3b5c6e
                }

        .log-history table tbody tr:last-child {
            border-bottom: none
        }

        .log-history table tbody tr:nth-child(even) {
            background-color: #fff
        }

form .form-input.multiple-inputs input {
    display: inline-block;
    display: inline-block;
    width: calc(50% - 12px)
}

form .form-input.multiple-inputs > .time_pick {
    width: calc(50% - 12px);
    margin-left: 20px;
    display: inline-block
}

form .form-input.multiple-inputs .time_pick input {
    width: 100%
}

button.close svg {
    width: 10px;
    height: 10px;
}

.modal-common.add-event-modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 1
}

.modal-common.event-list-modal .add-event-left-panel {
    border: solid 1px #d6e1e6;
    border-radius: 10px;
    padding: 20px
}

.modal-common.event-list-modal .modal-content .add-event-left-panel .modal-body {
    padding: 10px 0 0 0
}

.modal-common.event-list-modal .add-event-left-panel .modal-header .event-list {
    display: none
}

.modal-common.event-list-modal .add-event-left-panel .form-input.multiple-inputs {
    width: 100%;
    max-width: 100%;
    webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.event-list-calendar {
    display: none
}

.event-list-modal .event-list-calendar {
    display: block
}

.modal-common.event-list-modal .event-list-calendar .form-input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

    .modal-common.event-list-modal .event-list-calendar .form-input input {
        width: 100%;
        border: none;
        border-bottom: solid 1px #e0e3e4;
        outline: 0;
        padding: 0;
        background-color: transparent;
        font-size: 1.4rem;
        color: #293340;
        box-shadow: none;
        height: auto;
        border-radius: 0
    }

.modal-common.event-list-modal .event-list-calendar .week-list-table {
    padding-right: 14px
}

.modal-common.event-list-modal .event-list-calendar table thead th {
    border: none;
    padding: 0 6px;
    vertical-align: middle
}

.modal-common.event-list-modal .event-list-calendar table td, .modal-common.event-list-modal .event-list-calendar table th {
    border: none
}

.modal-common.event-list-modal .event-list-calendar .week-count-mobile, .modal-common.event-list-modal .event-list-calendar table thead .week-count {
    font-size: 1.5rem;
    color: #6c757d;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    width: 50px;
    line-height: 20px
}

.modal-common.event-list-modal .event-list-calendar .week-count-mobile {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left
}

.modal-common.event-list-modal .event-list-calendar table thead .week-count span {
    display: block
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day {
    background-color: rgba(214,225,230,.4);
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(210,210,210,.4);
    text-align: center;
    height: 75px;
    width: 75px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day {
    background-color: #42adbd;
    box-shadow: 0 5px 15px rgba(66,173,189,.4)
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day span {
    display: block
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day .week-date {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 29px
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day .event-week-day {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day .event-week-day, .modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day .week-date {
    color: #fff
}

.modal-common.event-list-modal .event-list-calendar .event-list-main {
    overflow-y: auto;
    padding-right: 10px;
    position: relative
}

.modal-common.event-list-modal .event-list-calendar table tbody tr th {
    width: 50px;
    white-space: nowrap;
    padding: 0 0 20px 0;
    color: rgba(108,117,125,.6);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 12px
}

.modal-common.event-list-modal .event-list-calendar table tbody tr td {
    padding: 0 0 50px 0;
    position: relative;
    border: solid 1px #d6e1e6
}

.modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main {
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    left: 50px
}

    .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info {
        border-radius: 7px;
        padding: 8px;
        min-height: 100px;
        display: inline-block;
        position: absolute;
        min-width: 76px;
        max-width: 76px
    }

        .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info h6 {
            font-size: 1.2rem;
            font-weight: 400;
            text-transform: capitalize;
            line-height: 17px
        }

        .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info p {
            font-size: 1rem;
            font-weight: 400;
            margin: 0;
            position: absolute;
            bottom: 8px;
            left: 10px
        }

.event-list-color-one {
    background-color: rgba(173,219,33,.3);
    color: #789f00
}

.event-list-color-two {
    background-color: rgba(78,222,245,.3);
    color: #00b1ce
}

.event-list-color-three {
    background-color: rgba(253,108,0,.3);
    color: #fd6c00
}

#pills-day .event-list-main {
    max-height: 405px;
    height: 405px
}

#pills-week .event-list-main {
    max-height: 316px;
    height: 316px
}

#pills-month .event-list-main {
    max-height: 355px;
    height: 355px
}

.modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info {
    left: 10px;
    min-width: calc(100% - 30px);
    max-width: 100%;
    min-height: initial;
    padding: 15px
}

    .modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info h6 {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info p {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 0;
        left: 0
    }

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info-main {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:first-child td:nth-child(1) .td-bdr {
    border-radius: 5px 0 0 0
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:last-child td:nth-child(1) .td-bdr {
    border-radius: 0 0 0 5px
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:first-child td:nth-child(2) .td-bdr, .modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:last-child td:nth-child(2) .td-bdr {
    border-radius: 0
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr td .td-bdr {
    padding: 5px 10px
}

.modal-common.event-list-modal .event-list-calendar .month-list table thead .week-day .event-week-date-day {
    width: 80px;
    height: 40px
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr td {
    padding: 0 0 10px 0;
    width: 100px;
    height: 90px
}

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info-main {
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    position: relative
}

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info {
    list-style: none;
    padding: 0;
    margin: 0
}

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info li {
        border-radius: 7px;
        padding: 5px;
        min-height: 100%;
        max-width: 90%;
        margin: 0 auto 5px auto
    }

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info h6 {
        margin-bottom: 0;
        font-size: 1.2rem;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 17px;
        max-width: 55px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info p {
        font-size: 1rem;
        font-weight: 500;
        margin: 0;
        position: relative;
        bottom: 0;
        left: 0
    }

.app-table table td .response-form-modal {
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 20px 0
}

    .app-table table td .response-form-modal.show {
        display: block
    }

.response-form-modal .response-details-left-panel {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 10px
}

.response-form-modal .modal-body span {
    margin: 0
}

.app-table .app-table-inner .response-form-modal span {
    width: auto;
    height: auto
}

.response-form-modal .response-details-left-panel h2 {
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #293340
}

.response-form-modal .response-details-left-panel h6 {
    font-size: 1.5rem;
    font-weight: 400
}

.response-form-modal .response-details-left-panel .response-users {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    font-weight: 400
}

.response-form-modal .response-details-left-panel .contact-person {
    background-color: #42adbd;
    color: #fff
}

    .response-form-modal .response-details-left-panel .contact-person h3 {
        color: #fff
    }

    .response-form-modal .response-details-left-panel .contact-person p {
        margin: 0;
        font-size: 1.5rem
    }

.response-form-modal .response-details-left-panel .representative-admin {
    background-color: #fff
}

    .response-form-modal .response-details-left-panel .representative-admin > div {
        display: inline-block;
        vertical-align: middle
    }

    .response-form-modal .response-details-left-panel .representative-admin .respresentative-img {
        display: inline-block;
        max-width: 60px;
        border-radius: 10px
    }

    .response-form-modal .response-details-left-panel .representative-admin .respresentative-img {
        border-radius: 10px
    }

    .response-form-modal .response-details-left-panel .representative-admin .representative-details {
        width: 60%;
        margin-left: 10px
    }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details h3 {
            color: #293340
        }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details > p {
            color: #6c757d;
            text-transform: capitalize;
            font-size: 1.3rem;
            margin: 0
        }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details ul {
            margin: 10px 0 0 0;
            padding: 0;
            list-style: none
        }

            .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li {
                display: inline-block;
                vertical-align: top;
                font-size: 1.3rem;
                color: #293340
            }

                .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li:last-child {
                    float: right
                }

                .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li span {
                    display: block;
                    color: #42adbd;
                    text-align: left;
                    line-height: normal;
                    margin: 5px 0 0 0
                }

.response-form-modal .response-details-left-panel > p, .response-form-modal .response-details-left-panel > span {
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

.response-form-modal .response-details-left-panel > button {
    float: right
}

.response-form-modal .response-details-right-panel {
    overflow-y: auto;
    padding-right: 5px
}

    .response-form-modal .response-details-right-panel ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .response-form-modal .response-details-right-panel ul li {
            margin-top: 10px
        }

            .response-form-modal .response-details-right-panel ul li:first-child {
                margin-top: 0
            }

            .response-form-modal .response-details-right-panel ul li h4 {
                color: #42adbd;
                font-weight: 500;
                margin-bottom: 5px
            }

            .response-form-modal .response-details-right-panel ul li p {
                margin-bottom: 5px;
                font-size: 1.6rem;
                font-weight: 400;
                color: #000
            }

.tab-content-inner {
    border: 1px solid #d6e1e6;
    padding: 15px;
    border-radius: 0 7px 7px 7px
}

.create-new-external-id {
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    position: relative;
    display: none
}

    .create-new-external-id .close {
        opacity: 1;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        z-index: 1
    }

.signature-profile-image {
    max-width: 130px;
    display: inline-block;
    vertical-align: middle
}

.signature-information {
    max-width: 80%;
    display: inline-block;
    vertical-align: middle
}

.follow-signature h4 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.follow-signature a {
    margin-right: 10px
}

.modal-sign-logos > span {
    display: inline-block
}

.modal-information-msg {
    position: relative
}

    .modal-information-msg .close {
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0
    }

.modal-list ul {
    padding: 0
}

    .modal-list ul li {
        display: inline-block;
        margin-right: 10px
    }

        .modal-list ul li span {
            font-weight: 500
        }

.product-details-modal .product-image, .product-details-modal .product-image img {
    border-radius: 10px
}

.modal .product-details .product-name {
    text-transform: capitalize;
    color: #42adbd
}

.modal .product-details .product-price {
    margin: 10px 0;
    color: #293340
}

.modal .product-details .prod-desc {
    margin: 10px 0
}

.modal .product-details #btnProductPurchase {
    margin-top: 10px
}

.alert-success {
    position: relative;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px
}

.btn-aes-verfication {
    color: #fff;
    font-size: 12px
}

.alert-domain {
    display: block;
    color: #2d552d;
    background-color: #f5faf4;
    border-color: #d6e9c6
}

.alert-msg-common {
    position: relative;
    word-break: break-word
}

    .alert-msg-common .close {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 15px
    }

    .alert-msg-common .alert-info-icon {
        line-height: 0;
        margin-right: 5px
    }

    .alert-msg-common .alert-info-icon, .alert-msg-common > p {
        display: inline-block;
        vertical-align: top
    }

    .alert-msg-common .alert-info-icon {
        max-width: 20px;
        margin-top: 1px
    }

    .alert-msg-common > p {
        width: 100%;
        max-width: 95%
    }

.profile-tab-content .personal-info-profile-details {
    background-color: #fff;
    padding: 30px
}

    .profile-tab-content .personal-info-profile-details .common-profile-content {
        border: solid 1px #e0e3e4;
        border-radius: 7px;
        padding: 30px
    }

.personal-tab {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 10px 10px 10px
}

    .personal-tab .form-input label, .security-sec .form-input label {
        font-size: 1.3rem
    }

        .personal-tab .form-input label > a {
            float: right;
            border-bottom: solid 1px;
            cursor: pointer
        }

.s-card {
    border: 1px solid #d6e1e6;
    border-radius: 7px;
    height: 100%
}

    .s-card .s-card-heading h1 {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 15px;
        padding-bottom: 0
    }

.profile-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-right: 1px solid #d6e1e6;
    height: 100%
}

.profile-name h2 {
    margin: 10px auto;
    color: #293340
}

.profile-dp {
    width: 100px;
    position: relative;
    margin: 0 auto
}

    .profile-dp .profile-image {
        display: flex;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #d6e1e6;
        overflow: hidden
    }

.image-upload canvas {
    position: absolute
}

.cam-icon .photo-upload-icon {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0;
    max-width: 25px
}

.photo-upload-icon svg {
    width: 26px;
    height: 26px
}

.photo-upload-icon > input[type=file] {
    font-size: 0;
    position: absolute;
    height: 26px;
    width: 26px;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.security-sec {
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    margin-top: 48px
}

.new-credit-card {
    background: #f1fafa;
    padding: 15px;
    border-radius: 7px
}

.card-details {
    padding-bottom: 15px
}

    .card-details .billing-add {
        padding-top: 15px
    }

    .card-details .payment-info-msg label {
        color: rgba(220,53,69,.8);
        margin-bottom: 20px
    }

    .card-details h1 {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .card-details .btn-new-primary {
        margin-left: 0
    }

    .card-details .edit-card {
        cursor: pointer
    }

    .card-details label {
        color: #293340
    }

.modal-column {
    border: 1px solid #f1f1f1
}

    .modal-column .s-card-heading {
        background: #f1f1f1;
        border-radius: 5px 5px 0 0;
        padding: 10px;
        margin-bottom: 15px
    }

        .modal-column .s-card-heading h3 {
            color: #293340
        }

.modal-ul {
    list-style: none
}

.verify-order h3, .verify-order h4 {
    color: #293340
}

.verify-order h4 {
    margin-bottom: 4px
}

.verify-order .order-details-left-panel ul {
    padding: 0;
    list-style: none
}

    .verify-order .order-details-left-panel ul li {
        margin-bottom: 20px;
        width: 49%;
        display: inline-block;
        vertical-align: top
    }

        .verify-order .order-details-left-panel ul li:first-child, .verify-order .order-details-left-panel ul li:last-child {
            width: 100%
        }

.verify-order .order-details-right-panel .right-details-column {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px
}

    .verify-order .order-details-right-panel .right-details-column ul {
        padding: 0;
        list-style: none;
        margin: 0
    }

        .verify-order .order-details-right-panel .right-details-column ul:after {
            display: block;
            clear: both;
            content: ""
        }

    .verify-order .order-details-right-panel .right-details-column h3 {
        margin-bottom: 15px
    }

    .verify-order .order-details-right-panel .right-details-column li {
        float: left;
        width: 100%;
        margin-bottom: 5px
    }

        .verify-order .order-details-right-panel .right-details-column li:last-child {
            margin-bottom: 0
        }

        .verify-order .order-details-right-panel .right-details-column li h4 {
            margin-bottom: 0;
            float: left;
            width: 49%
        }

        .verify-order .order-details-right-panel .right-details-column li p {
            margin-bottom: 0;
            float: right;
            width: 49%
        }

    .verify-order .order-details-right-panel .right-details-column .total-cost p {
        font-weight: 500
    }

.accord {
    margin-bottom: 15px
}

.personal-tab .accordion > .accord:last-child {
    margin-bottom: 0
}

.personal-tab a.accord_btn {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    background-color: #6b8c9c;
    text-transform: capitalize
}

    .personal-tab a.accord_btn:hover {
        color: #fff
    }

.personal-tab .accord_btn.collapsed {
    border-radius: 5px
}

.personal-tab .accord_btn:hover {
    background: #1c4358;
    color: #fff
}

.accord {
    border: solid 1px #6b8c9c;
    border-radius: 10px
}

    .accord > .accordion-content {
        padding: 15px
    }

.personal-tab .client-follow > .accord_btn {
    background-color: #6b8c9c
}

.personal-tab .sold-settings > .accord_btn {
    background-color: #3b5c6e
}

.personal-tab .payment-info > .accord_btn {
    background-color: #1c4358
}

.personal-tab .sphere-influence > .accord_btn {
    background-color: #6b8c9c
}

.personal-tab .sphere-influence {
    border-color: #6b8c9c
}

.sphere-influence .influence-dwnd > a, .sphere-influence .influence-dwnd > a:hover {
    text-decoration: underline;
    cursor: pointer
}

.sphere-influence .influence-dwnd p {
    font-weight: 400;
    color: #293340;
    margin-top: 10px
}

#sphere_display_div_id label a {
    text-decoration: underline;
    color: #42adbd;
    font-weight: 500
}

.client-follow {
    border-color: #6b8c9c
}

.sold-settings {
    border-color: #3b5c6e
}

.payment-info {
    border-color: #1c4358
}

.accord_btn:after {
    content: "";
    float: right;
    color: #fff;
    border-top: solid 8px #fff;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    width: 0;
    margin-top: 6px
}

.accord_btn[aria-expanded=true]:after {
    border-bottom: solid 8px #fff;
    border-top: none
}

.jq-toast-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999999 !important;
}

.jq-toast-single {
    width: auto;
    background-color: #42adbd;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Fira Sans",sans-serif,fira_sansregular
}

.jq-toast-loader {
    background-color: #3b5c6e
}

.toast-active .dashboardWrapper {
    z-index: -1;
    position: relative
}

#forget_pwd_f_id, #forget_pwd_fm_id, .landing-page-main main, .login-main, .login-wrapper, .page-content, body, html {
    height: 100%;
    min-height: 100%;
    overflow-y: auto
}

.login-form-details, .login-main {
    background-color: #fff
}

.login-bg {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.mortgage-login {
    background-image: url(/Content/images/haloImages.jpg)
}

.common-tabs {
    justify-content: center;
    margin-bottom: 15px
}

    .common-tabs li {
        padding-right: 30px;
        border-bottom: solid 1px #d6e1e6;
        padding-bottom: 10px;
        position: relative
    }

        .common-tabs li:last-child {
            padding-right: 0
        }

        .common-tabs li a {
            font-size: 1.6rem;
            color: #6c757d;
            padding: 0
        }

            .common-tabs li a.active {
                color: #42adbd;
                font-weight: 500;
                font-size: 1.8rem
            }

                .common-tabs li a.active:after {
                    content: "";
                    border-bottom: solid 2px #42adbd;
                    position: absolute;
                    bottom: -1px;
                    width: calc(100% - 30px);
                    left: 0
                }

        .common-tabs li:last-child a.active:after {
            width: 100%
        }

.login-form-details .profile-dp {
    margin-bottom: 20px;
    margin-top: 5px
}

.login-form-details {
    padding: 12px 40px;
    max-width: 500px;
    margin: auto
}

    .login-form-details .login-logo {
        max-width: 230px;
        margin: 0 auto 30px auto
    }

    .login-form-details .form-input {
        margin-bottom: 20px
    }

    .login-form-details .remember-password {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .login-form-details .remember-password a {
            padding: 3px 0 0 0
        }

        .login-form-details .remember-password label {
            font-weight: 400;
            color: #6c757d
        }

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    filter: none
}

.grey-bg-form input:-webkit-autofill, .grey-bg-form input:-webkit-autofill:active, .grey-bg-form input:-webkit-autofill:focus, .grey-bg-form input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fbfbfb inset !important
}

.login-form-details .form-actions a {
    color: #293340
}

.login-form-details .form-actions .btn-new-primary {
    margin-left: 7px
}

.trust-icon {
    text-align: center
}

.login-form-details .or-option {
    text-transform: capitalize;
    color: #b5b5b5;
    text-align: center;
    position: relative;
    margin: 20px 0
}

    .login-form-details .or-option span {
        padding: 0 5px;
        background: #fff;
        position: relative
    }

    .login-form-details .or-option:before {
        content: "";
        background-color: #e0e3e4;
        height: 1px;
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0
    }

.login-form-details .social-login ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

    .login-form-details .social-login ul li:first-child {
        margin-left: 0
    }

.login-form-details .social-login ul {
    padding: 15px 0 0 0;
    margin: 0
}

    .login-form-details .social-login ul li a {
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -webkit-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -moz-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -ms-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        line-height: 40px;
        text-align: center
    }

    .login-form-details .social-login ul li .social-btn-common {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        opacity: 0;
        z-index: 2;
        overflow: hidden
    }

        .login-form-details .social-login ul li .social-btn-common iframe, .login-form-details .social-login ul li .social-btn-common span {
            width: 100% !important
        }

.login-form-details .social-login .sign-up a {
    font-weight: 500
}

.corporate-logo-inner {
    margin-right: 20px;
    border-right: solid 1px #e0e3e4;
    padding-right: 25px
}

.corporate-logo-inner, .social-set-up {
    display: inline-block;
    vertical-align: middle
}

    .corporate-logo-inner h4 {
        margin-bottom: 5px
    }

    .corporate-logo-inner a {
        display: block
    }

.account-header-info .tab-content {
    margin-bottom: 19px;
    line-height: 0
}

    .account-header-info .tab-content .social-btn, .account-header-info .tab-content h4 {
        display: inline-block;
        vertical-align: middle
    }

#acct_soc_media_setup_dv_id h4 {
    text-transform: capitalize
}

#pills-account-info .tab-main-heading .alert {
    margin-left: 15px
}

#acct_soc_media_setup_dv_id h4 a {
    text-decoration: underline
}

#acct_soc_media_setup_dv_id .social-btn input {
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 22px;
    height: 22px;
    background-size: 14px;
    background-repeat: no-repeat;
    padding: 0;
    outline: 0;
    background-position: center;
    border-radius: 4px;
    margin-right: 5px
}

    #acct_soc_media_setup_dv_id .social-btn input.fb-btn {
        background-image: url(/Content/images/icons-svg/facebook.svg);
        border: solid 2px #3b5999
    }

    #acct_soc_media_setup_dv_id .social-btn input.linked-btn {
        background-image: url(/Content/images/icons-svg/linkedin.svg);
        border: solid 2px #0077b5;
        background-size: 12px
    }

.flex-content {
    align-items: center;
    justify-content: space-between
}

.refresh-icon {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

    .refresh-icon svg {
        width: 14px;
        height: 14px;
        fill: #42adbd
    }

.invoice-detail .invoice-bill-name h3, .invoice-detail .invoice-date h3 {
    text-transform: capitalize;
    color: #293340;
    font-size: 1.5rem
}

.bdr {
    border-bottom: solid 1px #e0e3e4
}

.invoice-detail .invoice-number h1 {
    color: #293340
}

.invoice-detail .invoice-number span {
    color: #42adbd
}

.current-status {
    padding: 5px 0
}

.paid-status span {
    color: #42adbd
}

.invoice-detail .invoice-bill-send-receive-detail .invoice-bill-send-receive-detail-inner {
    background-color: #f5f5f5;
    border-radius: 7px;
    padding: 15px;
    height: calc(100% - 30px)
}

.invoice-detail .invoice-bill-send-receive-detail h3 {
    color: #293340;
    margin-bottom: 10px
}

.invoice-detail .invoice-bill-send-receive-detail .invoice-bill-send-receive-detail-inner ul {
    margin: 0;
    padding: 0 0 0 20px
}

.invoice-detail .invoice-product-table .app-table-inner {
    box-shadow: 0 0 15px rgba(210,210,210,.4)
}

.invoice-detail .information-box {
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    border-radius: 7px;
    padding: 15px;
    height: 80%
}

.invoice-total-details ul {
    padding: 0;
    list-style: none
}

    .invoice-total-details ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px
    }

        .invoice-total-details ul li:last-child {
            margin-bottom: 0
        }

        .invoice-total-details ul li h3 {
            text-transform: capitalize;
            color: #293340
        }

        .invoice-total-details ul li p {
            font-size: 1.6rem;
            font-weight: 500
        }

.account-upload-details ul {
    padding-left: 0;
    list-style: none
}

    .account-upload-details ul li {
        padding: 10px;
        border-radius: 7px;
        margin-top: 16px;
        background: #f8f8f8
    }

.proof-main input {
    float: right
}

.proof-main p {
    padding: 9px 0;
    float: left
}

.separate-details {
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.1);
    background-color: #fff;
    word-break: break-word
}

    .separate-details .form-input {
        margin-bottom: 0
    }

    .separate-details.form-field-mrgn .form-input {
        margin-bottom: 15px
    }

.tab-search-options {
    border-radius: 0;
    box-shadow: none
}

.landing-page-main {
    background-color: #fff
}

.landing-page h1 {
    font-size: 4rem;
    color: #293340;
    text-transform: capitalize
}

.landing-page {
    height: 100%
}

    .landing-page .landing-img {
        padding: 0 100px;
        margin-top: 50px
    }

.all-templates ul {
    padding: 0;
    list-style: none
}

.all-templates .template-info, .product-info {
    margin-bottom: 24px
}

    .all-templates .template-info .template-info-inner, .product-info .product-info-inner {
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
        border: solid 1px #f3f1f1;
        border-radius: 7px;
        background-color: #fff
    }

    .all-templates .template-info .template-img {
        max-height: 300px;
        overflow: hidden;
        position: relative;
        height: 300px;
        border-radius: 7px 7px 0 0
    }

    .product-info .product-img {
        border-radius: 7px 7px 0 0
    }

    .all-templates .template-info .template-img img {
        top: 0;
        transition: all ease 2s;
        -webkit-transition: all ease 2s;
        -moz-transition: all ease 2s;
        -o-transition: all ease 2s;
        -ms-transition: all ease 2s
    }

    .all-templates .template-info:hover .template-img img {
        position: absolute;
        top: 100%;
        transform: translateY(-100%)
    }

    .all-templates .template-info .template-info-inner .template-name-desc {
        background-color: #f8f8f8;
        padding: 15px
    }

        .all-templates .template-info .template-info-inner .template-name-desc .template-name, .product-info .product-info-inner .product-name-desc .product-name {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            min-height: 45px;
        }

            .all-templates .template-info .template-info-inner .template-name-desc .template-name a svg, .product-info .product-info-inner .product-name-desc .product-name a svg {
                width: 24px;
                height: 24px;
                fill: none;
                stroke: #c7c7c7
            }

            .all-templates .template-info .template-info-inner .template-name-desc .template-name a:hover svg, .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
                stroke: #42adbd
            }

        .all-templates .template-info .template-info-inner .template-name-desc h3, .product-info .product-info-inner .product-name-desc h3 {
            color: #293340;
            text-transform: capitalize;
            font-weight: 500;
            max-width: 90%;
            line-height: normal
        }

.template-action-btn {
    padding: 15px;
    text-align: right
}

.all-templates .template-info .template-info-inner .template-name-desc .template-description {
    position: relative
}

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > p {
        display: inline-block
    }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc, .product-info .product-info-inner .product-name-desc .see-full-desc {
        color: #42adbd;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        position: relative;
        z-index: 1
    }

        .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:after {
            content: "";
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
            border-top: solid 8px #fff;
            display: block;
            width: 10px;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: -5px;
            display: none
        }

        .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:before {
            content: "";
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-top: solid 10px #f1e8e8;
            width: 0;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: -5px;
            display: none
        }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description .full-description {
        position: absolute;
        padding: 10px;
        bottom: 26px;
        box-shadow: 0 0 10px rgba(41,51,64,.2);
        border-radius: 7px;
        background: #fff;
        width: 100%;
        left: 0;
        display: none
    }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover + .full-description, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover:after, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover:before {
        display: block
    }

.template-right-details {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 10px;
    background-color: #fbfbfb
}

    .template-right-details .template-desc {
        margin-bottom: 15px
    }

    .template-right-details h3 {
        color: #293340;
        margin-bottom: 10px
    }

    .template-right-details .template-pricing ul {
        padding: 0;
        list-style: none
    }

        .template-right-details .template-pricing ul li {
            width: 40%;
            display: inline-block;
            margin-right: 30px;
            margin-bottom: 15px
        }

    .template-right-details h4 {
        color: #293340;
        margin-bottom: 3px
    }

    .template-right-details .template-pricing ul li .item-value {
        font-weight: 500;
        color: #293340
    }

        .template-right-details .template-pricing ul li .item-value span {
            font-weight: 400;
            font-size: 1.3rem
        }

.available-templates {
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    margin-bottom: 30px;
    background-color: #fff
}

.final-details {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 10px;
    background-color: #fbfbfb
}

    .final-details .finalize-order-details .count-field {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7px
    }

        .final-details .finalize-order-details .count-field label {
            font-weight: 400
        }

    .final-details .finalize-order-details .col-12 output {
        font-weight: 500
    }

.common-tiles-btn .tile-box {
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    padding: 15px;
    color: #293340;
    background-color: #fff;
    min-height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center
}

    .common-tiles-btn .tile-box h5 {
        text-transform: capitalize;
        margin-left: 15px;
        font-size: 1.5rem;
        color: #293340
    }

    .common-tiles-btn .tile-box .tile-icon svg {
        width: 35px;
        fill: #3b5c6e
    }

    .common-tiles-btn .tile-box.tile-text-icon .tile-icon svg {
        height: 50px;
        width: 50px
    }

    .common-tiles-btn .tile-box:hover {
        background-color: #3b5c6e
    }

    .common-tiles-btn .tile-box .tile-text p {
        font-size: 1.4rem;
        color: #293340;
        font-weight: 500;
        line-height: normal
    }

    .common-tiles-btn .tile-box .tile-text h5 {
        margin-left: 0;
        color: #42adbd;
        font-size: 3rem
    }

    .common-tiles-btn .tile-box .tile-text {
        margin-left: 15px
    }

    .common-tiles-btn .tile-box:hover .tile-icon svg, .common-tiles-btn .tile-box:hover h5, .common-tiles-btn .tile-box:hover p {
        color: #fff;
        fill: #fff
    }

.edit-cols .form-input {
    flex: 0 0 22.8%
}

.cropper-bg {
    touch-action: manipulation
}

.modal-common .modal-content .modal-header .name-info-badge, .name-info-badge {
    background-color: #42adbd;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-left: 5px;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 5px
}

.modal-common .modal-content .modal-header .modal-title .edit-form-name.name-info-badge {
    color: #fff
}

.download-btn-color {
    color: #2049b9
}

.processing {
    color: #3078bf
}

.status-pending {
    color: #f0ad4e
}

.status-success {
    color: #18b155
}

.status-sent-by-cpi {
    color: #318fd2
}

.status-failed {
    color: #ff6563
}

.status-temporary {
    color: #4e79a7
}

.status-not-started {
    color: #4edef5
}

.status-not-sent {
    color: #ec7777
}

.widget-cursor {
    cursor: pointer
}

.common-border-radius-medium {
    border-radius: 7px
}

.common-border-radius-large {
    border-radius: 10px
}

.mortage-color {
    color: #addb21
}

.real-estate-color {
    color: #4edef5
}

@-moz-document url-prefix() {
    input: -webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 0 #fff inset !important
    }
}

.customDropdownWrap select::-ms-expand {
    display: none
}

@media all and (-ms-high-contrast:none) {
    .modal-body {
        height: 100%
    }

    .form-input .input-hiden-content, .form-input input, .form-input select, .form-input textarea {
        line-height: normal
    }

    select::-ms-expand {
        display: none
    }

    .dashboardNav {
        min-height: 100vh
    }
}

@supports (-ms-ime-align:auto) {
    .app-table table thead {
        word-break: break-all
    }
}

.branding-partner {
    position: relative;
    padding-bottom: 100px
}

.support {
    display: none;
}

.all-products ul {
    padding: 0;
    list-style: none
}

.all-products .product-info {
    margin-bottom: 24px
}

    .all-products .product-info .product-info-inner {
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
        border: solid 1px #f3f1f1;
        border-radius: 7px;
        background-color: #fff;
        min-height: 100%;
        position: relative
    }

    .all-products .product-info .product-img {
        overflow: hidden;
        position: relative;
        border-radius: 7px 7px 0 0
    }

    .all-products .product-info .product-info-inner .product-name-desc {
        background-color: #fff;
        padding: 15px;
        border-radius: 0 0 7px 7px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0
    }

    .all-products .product-info .product-info-inner .product-img .prod-code {
        background-color: #42adbd;
        color: #fff;
        font-weight: 500;
        font-size: 1.2rem;
        text-transform: capitalize;
        margin-left: 5px;
        padding: 5px 10px;
        vertical-align: middle;
        border-radius: 5px;
        position: absolute;
        right: 10px;
        bottom: 10px
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-description span {
        font-weight: 500;
        text-transform: capitalize
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name .product-detail li {
        justify-content: space-between;
        list-style-type: none;
        margin: 0 0 3px 0
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #c7c7c7
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
        stroke: #42adbd
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name .product-detail li span {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        max-width: 90%
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-description .description > .see-full-desc {
        color: #42adbd;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        position: relative;
        z-index: 1
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #c7c7c7;
        float: right
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
        stroke: #42adbd
    }

#event-tabs {
    float: left;
    width: 50%;
}

#main {
    width: 100%;
}

#date {
    font-weight: 700;
    font-size: 30px;
}

#month {
    font-size: 18px;
}

#card-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#card-body {
    border-radius: 10px;
    background-color: #d6e1e6;
}

.card {
    border: none;
    width: 30%;
    border-radius: 10px;
    border: none;
    width: 30%;
    border-radius: 10px;
}

#event {
    border: 1px solid Red;
}

.timing {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 2px 7px;
    background-color: #42adbd;
    color: #fff;
}

    .timing p.date {
        line-height: 17px;
        font-size: 18px;
        font-weight: 700;
    }

    .timing p.month {
        line-height: 18px;
        font-size: 12px;
    }

#events {
    text-decoration: none;
    background-color: #293340;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #42adbd;
}

.event-name {
    padding: 0px 10px;
}

#mobile-event-tabs {
    display: none;
    margin-bottom: 30px;
}

.@charset "UTF-8";.clr_DarkBlue {
    color: #293340 !important
}

.clr_MedBlue {
    color: #3b5c6e !important
}

.clr_LightBlue {
    color: #42adbd !important
}

.clr_whtie {
    color: #fff !important
}

.clr_green {
    color: #addb21 !important
}

html {
    font-size: 62.5%
}

body {
    font-family: "Fira Sans",sans-serif,fira_sansregular;
    color: #293340;
    font-size: 1.4rem;
    background: #f8f8f8
}

.btnWrapBottom button, .contSearchBtn, .contactActionBtn img, .dashboardNav > ul li a span, .dashboardSidebar .taskListWrap .loadMoreBtn, .siteBtn, .siteBtn_sm, .trans3ms, a, a:focus, a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.fm {
    font-weight: 500
}

.bold {
    font-weight: 700
}

h1 {
    font-size: 4rem;
    color: #293340
}

h2 {
    font-size: 2.6rem;
    color: #293340
}

h3 {
    font-size: 2rem;
    color: #3b5c6e
}

h4 {
    font-size: 1.6rem;
    color: #3b5c6e
}

.siteBtn {
    height: 45px;
    padding: 0 15px;
    border: 1px solid #3b5c6e;
    border-radius: 10px;
    color: #fff;
    background: #3b5c6e;
    cursor: pointer
}

    .siteBtn:hover {
        color: #3b5c6e;
        background: #fff;
        border-radius: 10px
    }

.siteBtn_sm {
    padding: 4px 15px;
    border: 1px solid #3b5c6e;
    border-radius: 10px;
    border-radius: 3px;
    color: #fff;
    background: #3b5c6e;
    cursor: pointer;
    display: inline-block
}

    .siteBtn_sm:hover {
        color: #3b5c6e;
        background: #fff;
        border-radius: 10px;
        border-radius: 3px
    }

.contactActionBtn img {
    margin-top: -4px;
    margin-right: 2px
}

.contactActionBtn:not(:hover) img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.headerRightUserInfo > * + * {
    margin-left: 15px
}

.profile-main {
    display: flex;
    align-items: center
}

.headerRightUserInfo li .navbar-link:after {
    vertical-align: middle;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent
}

.profile-img {
    max-width: 35px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    height: 35px;
    max-height: 35px;
    overflow: hidden
}

    .profile-img img {
        border-radius: 50px;
    }

.dashboardHeader {
    background: #293340;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.headerRightUserInfo button svg {
    width: 20px;
    height: 15px;
    fill: #fff
}

.dashboardHeader .addContactBtn, .dashboardHeader .searchContactBtn {
    background: #42adbd;
    color: #fff;
    height: 27px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    outline: 0
}

.dashboardHeader .searchContactBtn {
    background-color: #f8f8f8;
    color: #293340
}

    .dashboardHeader .searchContactBtn svg {
        fill: #a7a7a7
    }

.dashboardHeader .headerSearch {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff
}

    .dashboardHeader .headerSearch input {
        background: 0 0 !important;
        border: none;
        box-shadow: none !important;
        outline: 0 !important
    }

    .dashboardHeader .headerSearch button {
        background: #3b5c6e;
        color: #fff;
        height: 24px;
        width: 34px;
        border-radius: 0 5px 5px 0;
        outline: 0;
        border: none
    }

.dashboardHeader .headeMark {
    color: #fff
}

.dashboardHeader .userAvatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden
}

.dashboardHeader .menuToggleBtn {
    border: none;
    background: 0 0;
    outline: 0;
    box-shadow: none;
    color: #42adbd;
    font-size: 3rem;
    line-height: 1;
    padding: 0
}

.dashboardHeader .logo {
    max-width: 163px
}

.dashboardWrapper {
    padding-top: 52px;
    min-height: 100vh
}

.dashboardNav {
    background: #3b5c6e;
    padding: 20px 0 35px 0;
    position: relative
}

    .dashboardNav > ul li + li {
        margin: 5px 0 0
    }

    .dashboardNav > ul li a, .dashboardNav > ul li a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
        padding: 0 14px;
        display: block;
        text-transform: capitalize
    }

    .dashboardNav > ul > li > a {
        padding: 0 14px;
        outline: 0
    }

    .dashboardNav > ul > li {
        padding: 10px 0
    }

    .dashboardNav > ul li a .cp-icon {
        font-size: 1.8rem
    }

    .dashboardNav > ul li a .menu-icon, .dashboardNav > ul li a span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal
    }

    .dashboardNav > ul li a .menu-icon {
        margin-right: 10px;
        text-align: center;
        min-width: 25px;
        line-height: 0
    }

        .dashboardNav > ul li a .menu-icon svg {
            fill: #fff
        }

    .dashboardNav > ul li a .dbIcon {
        margin-right: 10px
    }

    .dashboardNav > ul li a img.dbIcon {
        max-width: 1.8rem;
        max-height: 1.8rem;
        margin-top: -3px
    }

    .dashboardNav > ul li a:hover .menu-icon svg, .dashboardNav > ul li a:hover .menu-icon svg circle, .dashboardNav > ul li a:hover .menu-icon svg ellipse, .dashboardNav > ul li a:hover .menu-icon svg path, .dashboardNav > ul li a:hover span {
        color: #addb21;
        fill: #addb21
    }

.dashboardContent {
    padding: 3.5rem 3rem
}

.breadcrumb {
    background: 0 0
}

.breadcrumb-item a {
    color: #3b5c6e
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f0da";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #42adbd
}

.chartLabels {
    background: #fff;
    padding-top: 13px;
    margin-top: -10px;
    position: relative;
    padding: 1rem 1.5rem
}

    .chartLabels .chartViewBtnWrap {
        line-height: 1
    }

    .chartLabels > div {
        max-width: 100px;
        width: 100%;
        margin: 0 3px
    }

@media (min-width:992px) {
    .chartLabels {
        padding-left: calc(5.7% + 26px);
        padding-left: calc(5.2% + 26px);
        padding-right: 2%;
        padding-top: 0
    }
}

@media (max-width:991px) {
    .chartLabels > div {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin: 0
    }

    .chartLabels .chartViewBtn {
        margin: 10px 15px;
        margin: 0 15px 10px;
        max-width: 100%;
        width: auto
    }
}

@media (max-width:767px) {
    .chartLabels > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0
    }

    .chartLabels .chartViewBtnWrap {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .chartLabels > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0
    }

    .chartLabels .chartViewBtn {
        margin: 0 0 10px;
        height: 30px;
        line-height: 28px;
        font-size: 12px
    }
}

.leadCounterMainInner {
    min-height: 10rem;
    height: 100%;
    border-radius: 1rem;
    background-color: #fff;
    color: #3b5c6e;
    padding: 2rem 2.5rem;
    border: 1px solid #dee6e8
}

    .leadCounterMainInner .icon {
        font-size: 6.3rem
    }

    .leadCounterMainInner img.icon {
        width: 6rem
    }

    .leadCounterMainInner .title {
        font-size: 1.6rem
    }

    .leadCounterMainInner .countNum {
        font-size: 3rem;
        line-height: 1;
        color: #42adbd
    }

    .leadCounterMainInner:hover {
        background-color: #3b5c6e;
        color: #fff;
        border: 1px solid #3b5c6e
    }

        .leadCounterMainInner:hover .countNum {
            color: #fff
        }

        .leadCounterMainInner:hover img.icon {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1)
        }

@media (max-width:1199px) and (min-width:768px) {
    .leadCounterMainInner {
        padding: 1rem 1.5rem
    }

        .leadCounterMainInner .icon {
            font-size: 3.3rem
        }
}

.customDropdowLabel {
    color: #3b5c6e;
    display: block
}

.customDropdownWrap input, .customDropdownWrap select, .siteFieldsRow input, .siteFieldsRow select {
    border: 1px solid #3b5c6e;
    border-radius: 5px !important;
    text-align: left;
    height: 26px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: #ebf2f2
}

.customDropdownWrap input, .customDropdownWrap select {
    padding-right: 33px
}

.customDropdownWrap:after {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    z-index: 10px;
    top: 0;
    right: 0;
    border: 1px solid #3b5c6e;
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #42adbd;
    text-align: center;
    line-height: 26px;
    pointer-events: none;
    background: #fff;
    border-radius: 0 5px 5px 0
}

.smCounter {
    border: 1px solid #dee6e8;
    background: #fff;
    border-radius: 10px;
    color: #3b5c6e;
    padding: 2rem 2rem
}

    .smCounter .countNum {
        font-size: 3rem;
        color: #3b5c6e
    }

    .smCounter:hover {
        color: #fff
    }

        .smCounter:hover .countNum {
            color: #42adbd
        }

.dashboardSidebar {
    background: #d6e1e6;
    padding: 3.5rem 3rem;
    min-height: 100%
}

    .dashboardSidebar .taskListWrap li {
        padding: 1.5rem;
        background: #fff;
        border-radius: 10px;
        font-size: 12px
    }

        .dashboardSidebar .taskListWrap li .icon {
            font-size: 3rem
        }

        .dashboardSidebar .taskListWrap li img.icon {
            width: 3rem
        }

.subMenu {
    background: #6b8c9c;
    padding: 35px 0;
    display: none
}

@media (min-width:1200px) {
    .subMenu {
        position: absolute;
        left: 100%;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 10
    }
}

.title_bg_wrap {
    border: 2px solid #6d6e72;
    border-top: 0
}

    .title_bg_wrap .titleColor_bg {
        color: #fff;
        padding: 1rem 1.5rem;
        background: #6d6e72;
        margin-bottom: 0
    }

        .title_bg_wrap .titleColor_bg span {
            color: #addb21
        }

    .title_bg_wrap .title_bg_inner {
        padding: 3rem;
        background: #fff
    }

.innerSpace {
    padding: 3rem;
    background: #fff
}

.tabFullSep {
    border-top: 1px solid #3b5c6e;
    margin: -1px -3rem 0
}

.site-tabs {
    border: none
}

    .site-tabs .nav-item {
        margin: 0
    }

        .site-tabs .nav-item .nav-link {
            border-right: 1px solid #e9e9e9;
            border-top: 1px solid #e9e9e9;
            border-left: 1px solid transparent;
            border-bottom: 1px solid #e9e9e9;
            background: #fff;
            padding: 1rem 1.5rem;
            color: #293340 !important;
            border-radius: 0 !important
        }

            .site-tabs .nav-item .nav-link.active {
                border-bottom: 1px solid transparent;
                color: #fff !important;
                background: #42adbd
            }

@media (min-width:768px) {
    .site-tabs {
        display: -ms-flexbox !important;
        display: flex !important
    }

        .site-tabs .nav-item {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
            text-align: center
        }

            .site-tabs .nav-item .nav-link {
                height: 100%
            }
}

@media (max-width:575px) {
    .site-tabs .nav-item {
        width: 100%
    }
}

.site-tabs {
    border: none
}

    .site-tabs .nav-item {
        margin: 0
    }

@media (min-width:768px) {
    .site-tabs .nav-item:not(:first-child) {
        margin-left: 30px
    }
}

.site-tabs .nav-item .nav-link {
    border-right: 1px solid #3b5c6e;
    border-top: 1px solid #3b5c6e;
    border-left: 1px solid #3b5c6e;
    border-bottom: 1px solid #3b5c6e;
    background: #fff;
    padding: .3rem 1.5rem;
    padding: .3rem 3.5rem;
    color: #293340 !important;
    border-radius: 0 !important;
    position: relative
}

    .site-tabs .nav-item .nav-link i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .site-tabs .nav-item .nav-link.active {
        color: #fff !important;
        background: #42adbd
    }

        .site-tabs .nav-item .nav-link.active i {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

@media (min-width:768px) {
    .site-tabs {
        display: -ms-flexbox !important;
        display: flex !important
    }

        .site-tabs .nav-item {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            min-width: 0;
            max-width: 100%;
            text-align: center
        }

            .site-tabs .nav-item .nav-link {
                height: 100%
            }
}

@media (max-width:575px) {
    .site-tabs .nav-item {
        width: 100%
    }
}

.siteFieldsCol:not(:last-child) {
    margin-bottom: 3rem
}

.siteFieldsRow {
    margin-top: -2.5rem;
    margin-top: -1.5rem
}

    .siteFieldsRow > div {
        margin-top: 2.5rem;
        margin-top: 1.5rem
    }

        .siteFieldsRow > div:empty {
            margin-top: 0 !important
        }

.innerSpaceWhite + .innerSpaceWhite {
    margin-top: 1.5rem
}

.innerSpaceWhite .siteFieldsRow {
    margin-top: -1.5rem
}

    .innerSpaceWhite .siteFieldsRow > div {
        margin-top: 1.5rem
    }

        .innerSpaceWhite .siteFieldsRow > div:empty {
            margin-top: 0 !important
        }

.savedCardTable thead th, .siteTable thead th {
    background: #6b8c9c;
    border: none;
    color: #fff;
    font-weight: 500;
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.savedCardTable tbody tr:nth-of-type(odd), .siteTable tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.savedCardTable tbody tr:nth-of-type(even), .siteTable tbody tr:nth-of-type(even) {
    background: #f1fafa
}

.savedCardTable tbody tr td, .siteTable tbody tr td {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    vertical-align: middle;
    border-bottom: none;
    border-top: none
}

    .savedCardTable tbody tr td:not(:last-child), .siteTable tbody tr td:not(:last-child) {
        border-right: 1px solid #eaeaea
    }

.savedCardTable .editCardBtn, .siteTable .editCardBtn {
    background: #4e7389;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    font-weight: 500;
    box-shadow: none;
    height: 38px;
    border-radius: 3px;
    padding: 0 15px
}

.savedCardTable .tableActionBtns > * + *, .siteTable .tableActionBtns > * + * {
    margin-left: 15px
}

.siteSepBorder {
    border-top: 2px solid #3b5c6e;
    margin: 0
}

.contactTabBtns {
    margin-bottom: 2.5rem
}

    .contactTabBtns button:not(:last-child) {
        margin-right: 5px
    }

.pageTitle {
    font-size: 2.8rem
}

.contactSearchForm {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff
}

    .contactSearchForm input {
        box-shadow: none !important;
        outline: 0 !important;
        border: 1px solid #42adbd;
        border-right: 0;
        border-radius: 5px 0 0 5px !important
    }

    .contactSearchForm button {
        background: #42adbd;
        color: #fff;
        height: 26px;
        width: 34px;
        border-radius: 0 5px 5px 0;
        outline: 0;
        border: none
    }

.contSearchBtn {
    height: 26px;
    width: 100%;
    border-radius: 5px;
    background: #42adbd;
    border: 1px solid #42adbd;
    color: #fff
}

    .contSearchBtn:hover {
        color: #42adbd;
        background: #fff
    }

.userPhoto {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    background-position: center !important
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block
}

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        display: none;
        pointer-events: none
    }

.dashboardContentWrap {
    position: relative;
    padding-bottom: 100px
}

footer {
    padding: 2em 3rem;
    background: #293340;
    color: #fff;
    margin-top: auto;
    position: absolute;
    width: 100%;
    bottom: 0
}

    footer .copyright {
        font-size: 2.0rem;
        vertical-align: middle;
        margin-right: 5px;
    }

    footer a {
        color: #fff
    }

    footer .secure-main svg path {
        fill: #fff
    }

.pdfContainer {
    width: 1000px;
    margin: 0 auto
}

.pdf_header {
    padding: 1rem 1.5rem;
    margin-bottom: 20px;
    background: #293340;
    color: #fff;
    border-bottom: 1px solid #293340
}

#pdfLogo {
    float: left;
    margin-top: 8px
}

    #pdfLogo img {
        height: 70px
    }

#company {
    float: right;
    text-align: right
}

#details {
    margin-bottom: 30px
}

#detailsInner {
    padding-left: 6px;
    border-left: 6px solid #293340;
    float: left
}

    #detailsInner .to {
        color: #293340
    }

#companyInfo {
    float: right;
    text-align: right
}

    #companyInfo h1 {
        color: #293340;
        font-size: 2.4em;
        line-height: 1em;
        margin: 0 0 10px 0
    }

    #companyInfo .procNum {
        font-size: 1.1em;
        color: #293340
    }

table.pdfTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

    table.pdfTable td, table.pdfTable th {
        padding: 20px;
        background: #fff;
        text-align: center;
        border-bottom: 1px solid #fff
    }

    table.pdfTable th {
        white-space: nowrap
    }

    table.pdfTable td {
        text-align: right;
        color: #42adbd
    }

    table.pdfTable .no {
        color: #fff;
        font-size: 1.6em;
        background: #42adbd
    }

    table.pdfTable .desc {
        text-align: left
    }

    table.pdfTable .unit {
        background: #ddd
    }

    table.pdfTable .total {
        background: #42adbd;
        color: #fff
    }

    table.pdfTable td.qty, table.pdfTable td.total, table.pdfTable td.unit {
        font-size: 1.2em
    }

    table.pdfTable tbody tr:last-child td {
        border: none
    }

    table.pdfTable tfoot td {
        padding: 10px 20px;
        background: #fff;
        border-bottom: none;
        font-size: 1.2em;
        white-space: nowrap;
        border-top: 1px solid #aaa
    }

    table.pdfTable tfoot tr:first-child td {
        border-top: none
    }

    table.pdfTable tfoot tr:last-child td {
        color: #42adbd;
        font-size: 1.4em;
        border-top: 1px solid #42adbd
    }

    table.pdfTable tfoot tr td:first-child {
        border: none
    }

.pdf_footer {
    color: #293340;
    width: 100%;
    bottom: 0
}

.btnWrapBottom > div {
    margin-top: 15px
}

.btnWrapBottom button {
    background: #3b5c6e;
    color: #fff;
    border: 1px solid #3b5c6e;
    border-radius: 5px !important;
    height: 26px;
    width: 100%;
    font-size: 13px;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .btnWrapBottom button:hover {
        background: #fff;
        color: #3b5c6e
    }

    .btnWrapBottom button.submitBtn {
        background: #42adbd;
        border: 1px solid #42adbd
    }

        .btnWrapBottom button.submitBtn:hover {
            background: #fff;
            color: #42adbd
        }

.k-grid {
    font-family: "DejaVu Sans",Arial,sans-serif
}

.demo-section h3 {
    margin: 5px 0 15px 0
}

.page-template {
    font-family: "DejaVu Sans",Arial,sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888
    }

    .page-template .watermark {
        font-weight: 700;
        font-size: 400%;
        text-align: center;
        margin-top: 30%;
        color: #aaa;
        opacity: .1;
        transform: rotate(-35deg) scale(1.7,1.5)
    }

.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999,inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px
}

kendo-pdf-document .customer-photo {
    border: 1px solid #dedede
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px
}

@media (min-width:1200px) and (max-width:1300px) {
    .leadCounterMainInner {
        padding: 2rem 1.5rem
    }

        .leadCounterMainInner .icon {
            margin-right: 1.5rem !important
        }
}

@media (min-width:1200px) {
    .dashboardContentWrap {
        width: calc(100% - 250px)
    }

    .dashboardNav > ul > li:hover .subMenu {
        display: block
    }
}

@media (min-width:768px) {
    .dashboardNav {
        -ms-flex: 0 0 250px;
        min-height: 100%;
        flex: 0 0 250px;
        max-width: 250px
    }

    .dashboardHeader {
        height: 52px
    }
}

@media (max-width:1199px) {
    .LogoWrapper {
        padding: 0 1.5rem
    }

    .dashboardHeader {
        height: 55px
    }

    .addContactBtn {
        width: 100%;
        height: 30px;
        border-radius: 0
    }

    .dashboardWrapper {
        padding-top: 58px
    }

    .dashboardNav.active {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .dashboardContent {
        padding: 1.5rem
    }

    .customDropdowLabel {
        font-size: 13px
    }

    .customDropdownWrap input, .customDropdownWrap select, .siteFieldsRow input, .siteFieldsRow select {
        height: 30px
    }

    .customDropdownWrap:after {
        line-height: 30px
    }

    .bottomTiles > div .smCounter .title {
        font-size: 16px
    }

    .site-tabs-content .tab-pane {
        display: none !important
    }

    .site-tabs-content .mobileTab.active + .tab-pane {
        display: block !important;
        opacity: 1 !important
    }

    .site-tabs-content .mobileTab, .site-tabs-content .mobileTab:focus, .site-tabs-content .mobileTab:hover {
        padding: 6px 15px;
        margin-bottom: 0;
        border-top: 1px solid #3b5c6e;
        margin-top: 10px;
        border-bottom: 1px solid #3b5c6e;
        color: #fff;
        background: #42adbd;
        cursor: pointer;
        display: inline-block;
        position: relative
    }

        .site-tabs-content .mobileTab i, .site-tabs-content .mobileTab:focus i, .site-tabs-content .mobileTab:hover i {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .site-tabs-content .mobileTab.active i, .site-tabs-content .mobileTab:focus.active i, .site-tabs-content .mobileTab:hover.active i {
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

    .site-tabs-content > input[type=radio] {
        display: none !important
    }

    .site-tabs-content input:checked + label > i {
        -webkit-transform: translateY(-50%) rotate(180deg) !important;
        -moz-transform: translateY(-50%) rotate(180deg) !important;
        -ms-transform: translateY(-50%) rotate(180deg) !important;
        -o-transform: translateY(-50%) rotate(180deg) !important;
        transform: translateY(-50%) rotate(180deg) !important
    }

    .site-tabs-content input:checked + label + .tab-pane {
        display: block !important;
        opacity: 1 !important;
        margin-bottom: 10px
    }
}

:root.color-white-hover:hover {
    --hover-white: #fff
}

:root.dashboard-tabs ul li a.active {
    --active-tab-white: #fff
}

:root.reset-form:hover {
    --hover-form-icon: #3b5c6e
}

:root.txt-file:hover {
    --hover-text-file-icon: #72b6d6
}

:root.excel-file:hover {
    --hover-excel-fill-icon: #008040
}

.btn.focus, .btn:focus {
    box-shadow: none
}

@font-face {
    font-family: fira_sansregular;
    src: url(/Content/fonts/firasans-regular-webfont.woff2) format('woff2'),url(/Content/fonts/firasans-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.cls-1 {
    fill: #2d3e50
}

.cls-2 {
    fill: #1d75b8
}

.overflow-x {
    overflow-x: hidden
}

.primary-color {
    color: #42adbd
}

a, a:not([href]):not([tabindex]) {
    color: #42adbd;
    word-break: break-word;
    cursor: pointer
}

p {
    margin-bottom: 0
}

.hide-div {
    display: none
}

.dashboardNav ul {
    padding-left: 0;
    list-style: none
}

.dashboardNav > ul li > ul {
    overflow-y: auto
}

.dashboardNav > ul li > .dropdown-toggle:after {
    display: none
}

.dashboardNav > ul li > a .subMenuArrow {
    height: 16px;
    vertical-align: middle
}

.dashboardNav > ul li > ul > li > ul {
    padding-left: 5px
}

    .dashboardNav > ul li > ul > li + li, .dashboardNav > ul li > ul > li > ul, .dashboardNav > ul li > ul > li > ul li + li {
        margin: 15px 0 0 0
    }

.dashboardNav > ul li > ul > li a {
    font-size: 1.5rem
}

.dashboardNav > ul li .dropdown .dropdown-toggle {
    background-color: #3b5c6e;
    color: #fff;
    padding: 5px 14px;
    border-radius: 5px
}

    .dashboardNav > ul li .dropdown .dropdown-toggle:hover span {
        color: #fff
    }

.dashboardNav > ul li .user-menu {
    padding: 0 14px
}

.dashboardNav > ul > li > ul > li .user-menu {
    margin-top: 20px
}

.dashboardNav > ul > li > ul > li:first-child .user-menu {
    margin-top: 0
}

.dashboardNav > ul > li > .dropdown-toggle:after {
    vertical-align: middle
}

.dashboardNav > ul li .dropdown .dropdown-toggle:after {
    display: none
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent
}

img {
    max-width: 100%
}

.loader {
    display: none
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(/Content/images/loader-halo.gif) 50% 50% no-repeat rgba(249,249,249,.6);
    background-size: 100px
}

.loader img {
    max-width: 100px
}

.clear-both {
    clear: both
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ccc #e0e0e0
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    height: 7px
}

::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px
}

a:hover {
    color: #addb21
}

::selection {
    color: #fff;
    background: #42adbd
}

::-moz-selection {
    color: #fff;
    background: #42adbd
}

.navbar.navbar-inverse.navbar-fixed-top {
    display: none
}

[role=button] {
    cursor: pointer
}

.navbar-nav .dropdown-menu {
    transform: none !important;
    top: 44px !important;
    left: auto !important;
    padding: 20px 40px 20px 20px;
    right: 15px;
    border: none;
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    border-radius: 7px;
    width: 210px
}

    .navbar-nav .dropdown-menu:before {
        content: "";
        box-shadow: 0 0 15px rgba(210,210,210,.5);
        border-bottom: solid 9px #fff;
        border-left: solid 9px transparent;
        border-right: solid 9px transparent;
        display: block;
        position: absolute;
        top: -8px;
        right: 10px
    }

    .navbar-nav .dropdown-menu a {
        padding: 0 0 10px 0;
        font-size: 1.3rem;
        color: #293340;
        font-weight: 400;
        display: block
    }

        .navbar-nav .dropdown-menu a .prof-menu-icon {
            min-width: 20px;
            text-align: center;
            margin-left: 0
        }

        .navbar-nav .dropdown-menu a.profile-name span {
            color: #42adbd;
            margin-left: 0;
            font-weight: 500;
            font-size: 1.3rem;
            text-transform: uppercase;
            white-space: normal
        }

        .navbar-nav .dropdown-menu a span, .navbar-nav .dropdown-menu a svg {
            display: inline-block;
            vertical-align: middle
        }

        .navbar-nav .dropdown-menu a svg {
            width: 15px;
            height: 15px;
            fill: #293340
        }

        .navbar-nav .dropdown-menu a.report-bug svg {
            width: 17px;
            height: 17px
        }

        .navbar-nav .dropdown-menu a.feature-request svg {
            width: 20px;
            height: 20px
        }

        .navbar-nav .dropdown-menu a span {
            margin-left: 7px
        }

    .navbar-nav .dropdown-menu .user-menu > a span {
        margin-left: 0
    }

    .navbar-nav .dropdown-menu .user-menu > ul {
        padding-left: 18px
    }

    .navbar-nav .dropdown-menu .user-menu > a:after {
        border-top: 7px solid #6c757d;
        border-right: 5px solid transparent;
        border-bottom: 0;
        border-left: 5px solid transparent;
        vertical-align: middle
    }

.dashboardHeader .addContactBtn span, .dashboardHeader .addContactBtn svg {
    display: inline-block;
    vertical-align: middle
}

.navbar-nav .dropdown-menu a:active, .navbar-nav .dropdown-menu a:focus, .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:hover svg {
    background-color: transparent;
    outline: 0;
    color: #addb21;
    fill: #addb21
}

.dashboardHeader .addContactBtn span {
    margin-left: 5px;
    margin-top: 2px
}

.dashboardHeader .addContactBtn i {
    display: none;
    font-size: 20px;
}

.dashboardHeader .headerSearch button {
    line-height: 14px
}

.headerRightUserInfo .mob-search-btn {
    display: none
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

h1 {
    font-size: 2.1rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.7rem
}

h4 {
    font-size: 1.5rem
}

button {
    cursor: pointer
}

    button:focus {
        outline: 0
    }

.dashboardNav > ul > li:hover > a .menu-icon svg, .dashboardNav > ul > li:hover > a .menu-icon svg path, .dashboardNav > ul > li:hover > a span {
    color: #addb21;
    fill: #addb21
}

main {
    padding: 18px 9px
}

.dashobard-home-tiles {
    background-color: #fff;
    box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -webkit-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -moz-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    -ms-box-shadow: 0 10px 26px rgba(69,94,126,.2);
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding: 7vh 0;
    cursor: pointer;
    margin-bottom: 30px;

}

    .dashobard-home-tiles .dashoboard-link-icon {
        min-height: 60px;
        max-height: 60px;
        margin: auto
    }

        .dashobard-home-tiles .dashoboard-link-icon img {
            max-height: 55px
        }

    .dashobard-home-tiles h1 {
        color: #293340;
        text-transform: capitalize;
        margin-top: 20px
    }

.dashboard-profile-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    align-items: center
}

    .dashboard-profile-breadcrumb .breadcrumb li {
        font-size: 1.3rem;
        font-weight: 500;
        text-transform: capitalize
    }

    .dashboard-profile-breadcrumb .breadcrumb a, .dashboard-profile-breadcrumb .breadcrumb span {
        color: #293340;
        font-family: "Fira Sans",sans-serif,fira_sansregular
    }

.dashboard-profile-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    padding: 0 9px
}

.dashboard-profile-breadcrumb, .page-name {
    margin: 0 -15px 1.5rem -15px
}

    .page-name h2 {
        color: #293340;
        font-weight: 500;
        text-transform: capitalize
    }

ul.header-info {
    margin-bottom: 0;
    list-style: none;
    line-height: 25px;
    padding-left: 0
}

    ul.header-info li {
        display: inline-block;
        margin-right: 10px;
        box-shadow: 0 0 10px rgba(41,51,64,.2);
        padding: 5px 9px;
        border-radius: 5px;
        background: #fff
    }

        ul.header-info li:last-child {
            margin-right: 0
        }

.refresh-page a, .refresh-page h2, .refresh-page p, .refresh-page span {
    display: inline-block;
    vertical-align: middle
}

    .refresh-page p .widget-cursor {
        line-height: 0;
    }

.refresh-page h2 {
    margin-right: 10px
}

.refresh-page a {
    line-height: normal
}

.refresh-page .refresh-details {
    font-weight: 500
}

.refresh-page .fa-refresh {
    color: #42adbd;
    font-size: 20px
}

.dashboardContent {
    padding: 0 15px
}

.leadCounterMain .leads-tile .leadCounterMainInner {
    border: none;
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    padding: 20px;
    color: #293340;
    min-height: 100%
}

    .leadCounterMain .leads-tile .leadCounterMainInner:hover {
        color: #fff
    }

    .leadCounterMain .leads-tile .leadCounterMainInner .title {
        font-size: 1.4rem
    }

    .leadCounterMain .leads-tile .leadCounterMainInner img.icon {
        width: 50px
    }

.leadCounterMain .chartWrap .chartInner {
    background-color: #fff;
    padding: 25px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(41,51,64,.2)
}

    .leadCounterMain .chartWrap .chartInner svg .highcharts-axis-labels text {
        fill: #293340 !important;
        font-weight: 600 !important;
        font-size: 1.3rem !important;
        color: #293340 !important
    }

    .leadCounterMain .chartWrap .chartInner .chartLabels {
        margin-top: 10px
    }

        .leadCounterMain .chartWrap .chartInner .chartLabels .label-inner {
            display: flex;
            align-items: center;
            min-height: 60px;
            justify-content: center
        }

        .leadCounterMain .chartWrap .chartInner .chartLabels .title {
            font-size: 1.3rem;
            color: #293340;
            line-height: 17px
        }

        .leadCounterMain .chartWrap .chartInner .chartLabels .chartViewBtn {
            font-size: 1.2rem;
            padding: 5px;
            border-radius: 5px;
            border-width: 2px
        }

.filter-range div span {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500;
    margin-bottom: 5px;
    display: block
}

.filter-range div input[type=text], .filter-range div select, .filter-range select.form-control:not([size]):not([multiple]) {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto
}

.filter-range .datepicker-calendar {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px;
    text-align: left
}

.filter-range .btn-new-primary {
    outline: 0;
    margin-left: 0;
    padding: 8px 10px
}

.dashboardContent .bottomTiles .smCounter {
    padding: 20px;
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    border-radius: 10px;
    border: none
}

    .dashboardContent .bottomTiles .smCounter .title, .dashboardContent .bottomTiles .smCounter .title a {
        font-size: 1.4rem;
        color: #293340
    }

        .dashboardContent .bottomTiles .smCounter .title a {
            cursor: pointer
        }

.dashboardSidebar {
    border-radius: 10px;
    padding: 20px
}

    .dashboardSidebar .taskListWrap li {
        word-break: break-word
    }

        .dashboardSidebar .taskListWrap li img.icon {
            width: 20px
        }

    .dashboardSidebar .filter-range div input[type=text] {
        border-color: #c5c5c5
    }

    .dashboardSidebar .taskListWrap .loadMoreBtn {
        margin-left: 0;
        width: 100%
    }

    .dashboardSidebar .taskListWrap.scroll-ul ul {
        padding-right: 10px;
        max-height: 620px;
        overflow: auto
    }

    .dashboardSidebar .taskListWrap ul li:last-child {
        margin-bottom: 0
    }

    .dashboardSidebar .taskListWrap ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px
    }

.dashboard-tabs ul {
    padding: 0;
    list-style: none
}

    .dashboard-tabs ul li {
        float: left;
        margin-right: 5px;
        margin-top: 3px
    }

        .dashboard-tabs ul li:last-child {
            margin-right: 0
        }

        .dashboard-tabs ul li h3, .dashboard-tabs ul li span {
            display: inline-block;
            vertical-align: middle
        }

        .dashboard-tabs ul li a.nav-link {
            display: block;
            background-color: #d6e1e6;
            border-radius: 7px 7px 0 0;
            padding: 8px 0px
        }

        .dashboard-tabs ul li a {
            display: block
        }

        .dashboard-tabs ul li span {
            line-height: 0
        }

            .dashboard-tabs ul li span svg {
                max-height: 20px;
                height: 20px;
                fill: #42adbd;
                width: 20px
            }

                .dashboard-tabs ul li span svg path {
                    fill: #42adbd
                }

#Icon_feather-shopping-cart #Path_3 {
    fill: transparent
}

.dashboard-tabs ul li h3 {
    padding-left: 5px;
    text-transform: capitalize;
    color: #293340;
    margin: 0;
    font-weight: 500;
    font-size: 1.4rem
}

    .dashboard-tabs ul li h3 span {
        display: none
    }

.dashboard-tabs ul li {
    text-align: center
}

.dashboard-tabs.listed-tab-show ul li {
    /*  width: 48%;*/
}

.dashboard-tabs ul li a.active .svg-without-active, .svg-with-active {
    display: none
}

.dashboard-tabs ul li a.active .svg-with-active {
    display: inline-block
}

.dashboard-tabs ul li a.nav-link.active {
    background-color: #42adbd
}

.disabled-tab {
    pointer-events: none;
    opacity: .4
}

    .disabled-tab.active {
        pointer-events: auto;
        opacity: 1
    }

.dashboard-tabs ul li a.nav-link.active h3 {
    color: #fff
}

.dashboard-tabs ul li a.active svg, .dashboard-tabs ul li a.active svg path, .dashboard-tabs ul li a.active svg rect {
    fill: #fff
}

    .dashboard-tabs ul li a.active svg#Icon_feather-shopping-cart path {
        stroke: #fff
    }

.more-tabs-btn .more-tabs-inner ul li {
    width: auto;
    margin-right: 3px;
    margin-top: 3px
}

.more-tabs-btn .more-tabs-inner ul li {
    font-size: 1.5rem
}

.contact-tabs-content h1 {
    color: #293340;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 0
}

.tab-heading-mrgn h1 {
    margin-bottom: 0
}

#pills-event-activity h1, #pills-program-schedule h1, #pills-response-activity h1 {
    margin-bottom: 0
}

.steps-btn-main {
    display: none
}

.contact-tabs-content .contact-personal-info.active {
    display: flex
}

    .contact-tabs-content .contact-personal-info.active + .steps-btn-main {
        display: block
    }

.contact-tabs-content .contact-personal-info .cont-per-info-lft-pan {
    background-color: #e0e6e8;
    float: left;
    width: 23.3%;
    padding: 15px 10px 10px 10px
}

.contact-tabs-content .cont-per-info-lft-pan ul {
    padding: 0;
    list-style: none
}

    .contact-tabs-content .cont-per-info-lft-pan ul li {
        margin-bottom: 15px;
        width: 100%
    }

        .contact-tabs-content .cont-per-info-lft-pan ul li a {
            border-radius: 7px;
            background-color: #f5f5f5;
            padding: 15px 12px;
            text-transform: capitalize;
            min-height: 5rem;
            line-height: normal;
            display: flex;
            align-items: center
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li span {
            color: #6c757d;
            font-size: 1.4rem;
            font-weight: 500
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li:last-child {
            margin-bottom: 0
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.active {
            background-color: #42adbd
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.active span {
                font-size: 1.6rem;
                font-weight: 500;
                color: #fff
            }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step {
            background-color: #fff
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link h4 {
            display: none
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step h4 {
            color: #42adbd;
            margin-bottom: 0;
            font-weight: 500;
            display: block
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step span {
            font-size: 1.2rem
        }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step.active {
            background-color: #42adbd
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step.active h4 {
                color: #fff
            }

        .contact-tabs-content .cont-per-info-lft-pan ul li a.nav-link.complete-step:hover, .contact-tabs-content .cont-per-info-lft-pan ul li a:hover {
            background-color: #3b5c6e;
            color: #fff
        }

            .contact-tabs-content .cont-per-info-lft-pan ul li a:hover span {
                color: #fff
            }

.contact-tabs-content .contact-personal-info .cont-right-panel {
    background-color: #fff;
    float: left;
    width: 78%;
    padding: 15px 20px
}

    .contact-tabs-content .contact-personal-info .cont-right-panel > .tab-pane {
        min-height: 250px
    }

        .contact-tabs-content .contact-personal-info .cont-right-panel > .tab-pane .collapse {
            display: block
        }

.contact-tabs-content .cont-right-panel .add-cnt-detl-btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn .add-details-btns h3 {
        display: inline-block
    }

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn h4 {
        color: #42adbd;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 1.6rem
    }

    .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button {
        border: none;
        border-radius: 10px;
        background-color: #fff;
        padding: 8px 10px;
        margin-left: 15px;
        min-width: 145px;
        text-align: center;
        box-shadow: 0 0 15px rgba(210,210,210,.4);
        outline: 0;
        font-size: 1.4rem
    }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button:first-child {
            margin-left: 0
        }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button span, .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg {
            display: inline-block;
            vertical-align: middle
        }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg {
            height: 20px;
            fill: #42adbd
        }

            .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button svg path {
                fill: #42adbd
            }

        .contact-tabs-content .cont-right-panel .add-cnt-detl-btn button span {
            text-transform: capitalize;
            font-weight: 500;
            margin-left: 5px
        }

.contact-tabs-content .cont-right-panel form {
    margin-top: 30px
}

.checkbox-inline {
    line-height: 0
}

.contact-search-result .app-table-inner td label.checkbox-inline {
    display: inline-block
}

.form-input, form .form-input {
    margin-bottom: 15px
}

    form .form-input .input-options {
        text-align: right;
        margin-top: 5px;
        display: block;
        text-transform: capitalize;
        font-size: 1.6rem;
        color: #3b5c6e;
        font-weight: 500
    }

.contact-tabs-content .cont-right-panel form .form-input:nth-child(4n+4) {
    margin-right: 0
}

.form-input label, form .form-input label {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500;
    margin-bottom: .5rem;
    display: block
}

.form-input .label-more-info label {
    float: left
}

.form-input .label-more-info .label-scnd-info {
    float: right;
    text-decoration: underline;
    font-size: 1.2rem
}

input[type=readonly] {
    cursor: default
}

.form-input .primary-color {
    color: #42adbd
}

.form-input .task-desc {
    margin-bottom: 10px;
    color: #3b5c6e
}

.form-input .tooltip-hover-content {
    background-image: url(/Content/images/icons-svg/information-button.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    cursor: pointer
}

    .form-input .tooltip-hover-content .tooltip-content-container {
        position: absolute;
        width: 300px;
        background: #6c757d;
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        font-weight: 400;
        font-size: 1.3rem;
        bottom: 21px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: none
    }

    .form-input .tooltip-hover-content.tooltip-right-edge .tooltip-content-container {
        left: auto;
        right: -20px;
        transform: none
    }

    .form-input .tooltip-hover-content:after {
        content: "";
        border-top: solid 6px #6c757d;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        position: absolute;
        left: 0;
        top: -6px;
        right: 0;
        margin: auto;
        width: 6px;
        display: none
    }

    .form-input .tooltip-hover-content:hover .tooltip-content-container, .form-input .tooltip-hover-content:hover:after {
        display: block
    }

.form-input.tootltip-input label span {
    display: inline-block;
    vertical-align: middle
}

.form-input.checkbox-input input, .form-input.checkbox-input label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0
}

.form-input.checkbox-input.v-top input {
    vertical-align: top;
    margin-top: 3px
}

.form-input.checkbox-input.v-top label {
    width: 89%
}

.form-input.checkbox-input label {
    margin-left: 5px;
    padding: 1px 0 0 0
}

.custom-dropdown .btn-group {
    width: 100%;
    display: block
}

.custom-dropdown button {
    padding: 0;
    width: 100%;
    text-align: left
}

    .custom-dropdown button:after {
        display: none
    }

.custom-dropdown ul {
    width: 100%;
    padding: 0
}

    .custom-dropdown ul li {
        padding: 10px 10px 0 10px
    }

.custom-dropdown ul {
    padding-bottom: 10px
}

    .custom-dropdown ul li label {
        margin: 0
    }

        .custom-dropdown ul li label input {
            position: relative;
            top: 2px
        }

    .custom-dropdown ul .input-group input {
        padding: 5px 10px
    }

.custom-dropdown button, select {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none
}

.contact-tabs-content .cont-right-panel .next-step-action-btn {
    text-align: right
}

.form-input .validation-error {
    display: none
}

.contact-tabs-content .cont-right-panel .next-step-action-btn button {
    border-radius: 7px;
    text-transform: capitalize;
    font-size: 1.7rem;
    font-weight: 400;
    border: none;
    background-color: #3b5c6e;
    padding: 12px 33px;
    line-height: 15px;
    color: #fff;
    text-align: center
}

    .contact-tabs-content .cont-right-panel .next-step-action-btn button.disabled {
        background-color: #f1f1f1;
        color: #a09f9f
    }

.form-action-btns {
    text-align: right;
    padding-right: 30px;
    margin-top: 30px
}

.transition-effect {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s
}

.btn-new-primary, .form-input .btn-new-primary {
    border: none;
    border-radius: 7px;
    font-size: 1.5rem;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: 15px;
    margin-left: 5px;
    color: #fff;
    background-color: #42adbd;
    border: solid 2px #42adbd;
    text-align: center;
    outline: 0;
    cursor: pointer;
    width: auto
}

    .btn-new-primary:hover {
        color: #fff
    }

    .btn-new-primary:focus, .form-input .btn-new-primary:focus {
        box-shadow: none
    }

.btn-new-danger {
    background-color: #dc3545;
    border-color: #dc3545
}

.modal-open .modal {
    z-index: 999999
}

.modal-footer > .btn-new-primary:not(:first-child) {
    margin-left: 5px
}

.modal-footer > :not(:last-child) {
    margin-right: 0
}

.btn-new-primary-medium, .form-input .btn-new-primary-medium {
    padding: 8px 10px
}

.btn-new-primary-small, .form-input .btn-new-primary-small {
    padding: 6px 7px;
    font-size: 1.4rem
}

.btn-new-primary:hover {
    background-color: #3b5c6e;
    border-color: #3b5c6e
}

.btn-new-primary.btn-new-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-new-secondary, .form-input .btn-new-secondary {
    background-color: transparent;
    border: solid 2px #3b5c6e;
    color: #293340;
    font-weight: 500
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-new-secondary:hover {
    background-color: #3b5c6e;
    color: #fff;
    border-color: #3b5c6e
}

.contact-tabs-content .tab-pane .tab-main-heading {
    padding: 20px 10px
}

    .contact-tabs-content .tab-pane .tab-main-heading .btn-new-primary:hover {
        color: #fff
    }

.contact-tabs-content .tab-pane .tab-box-padding, .tab-box-padding {
    padding: 20px 10px
}

.program-schedule .tab-main-heading p {
    color: #3b5c6e;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px
}

.event-filter-heading, .event-types-details {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .event-filter-heading h1 {
        float: left
    }

.event-types {
    margin-left: 40px;
    margin-bottom: 0
}

    .event-types, .event-types li, .event-types li input, .event-types li span {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        list-style: none;
        line-height: normal;
        color: #293340;
        outline: 0;
        cursor: pointer
    }

        .event-types li + li {
            margin-left: 20px
        }

        .event-types li {
            padding: 8px 10px;
            border-radius: 5px
        }

            .event-types li span {
                margin: 0 15px 0 5px;
                line-height: 19px
            }

            .event-types li svg {
                display: inline-block;
                vertical-align: middle;
                width: 16px;
                height: 16px
            }

            .event-types li.all-type {
                background: rgba(66,173,189,.1)
            }

                .event-types li.all-type svg {
                    fill: #42adbd
                }

            .event-types li.note-type {
                background: rgba(75,139,160,.1)
            }

                .event-types li.note-type svg, .event-types li.note-type svg path {
                    fill: #4b8ba0
                }

            .event-types li.event-type {
                background: rgba(255,87,87,.1)
            }

            .event-types li.log-call-type {
                background: rgba(89,183,122,.1)
            }

                .event-types li.log-call-type svg {
                    fill: #59b77a
                }

            .event-types li.mail-type {
                background: rgba(140,87,204,.1)
            }

            .event-types li.note-type input[type=checkbox] {
                border-color: #4b8ba0
            }

                .event-types li.note-type input[type=checkbox]:checked {
                    background-color: #4b8ba0
                }

            .event-types li.event-type input[type=checkbox] {
                border-color: #ff5757
            }

                .event-types li.event-type input[type=checkbox]:checked {
                    background-color: #ff5757
                }

            .event-types li.event-type svg {
                fill: #ff5757
            }

            .event-types li.log-call-type input[type=checkbox] {
                border-color: #59b77a
            }

                .event-types li.log-call-type input[type=checkbox]:checked {
                    background-color: #59b77a
                }

            .event-types li.log-call-type svg path {
                fill: #59b77a
            }

            .event-types li.mail-type input[type=checkbox] {
                border-color: #8c57cc
            }

                .event-types li.mail-type input[type=checkbox]:checked {
                    background-color: #8c57cc
                }

            .event-types li.mail-type svg {
                fill: #8c57cc
            }

.event-filter-heading .event-filter {
    margin-bottom: 0
}

    .event-filter-heading .event-filter button, .event-filter-heading .event-filter select {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .event-filter-heading .event-filter h4 {
        display: block;
        margin-bottom: 5px
    }

    .event-filter-heading .event-filter select {
        width: 100px;
        margin: 0 10px 0 0
    }

    .event-filter-heading .event-filter button {
        padding: 5px;
        margin: 0
    }

.event-activity-table table tbody tr td {
    position: relative;
    padding: 15px 10px
}

    .event-activity-table table tbody tr td:first-child:after {
        content: "";
        width: 3px;
        height: 90%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

.event-bdr td:first-child:after {
    background-color: #ff5757
}

.event-bdr td:first-child svg {
    fill: #ff5757
}

.attachment-bdr td:first-child:after {
    background-color: #4b8ba0
}

.attachment-bdr td:first-child svg {
    fill: #4b8ba0
}

    .attachment-bdr td:first-child svg path {
        fill: #4b8ba0
    }

.log-call-bdr td:first-child:after {
    background-color: #59b77a
}

.log-call-bdr td svg path {
    fill: #59b77a
}

.mail-bdr td:first-child:after {
    background-color: #8c57cc
}

.mail-bdr td:first-child svg {
    fill: #8c57cc
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529
}

.small-table {
    max-width: 400px
}

.app-table .app-table-inner {
    background-color: #fff
}

.app-table-inner.alert-margin {
    width: 100%;
    float: left
}

.app-table table thead {
    background-color: #d6e1e6;
    word-break: break-word
}

    .app-table table thead th {
        border: none;
        padding: 10px 5px;
        font-size: 1.4rem;
        color: #293340;
        font-weight: 500;
        vertical-align: middle;
        line-height: 17px;
        text-transform: capitalize;
        word-break: keep-all
    }

        .app-table table thead th a {
            position: relative;
            padding-right: 18px;
            display: inline-block;
            cursor: pointer;
            word-break: initial;
        }

            .app-table table thead th a:not([href]):not([tabindex]) {
                word-break: initial;
            }

            .app-table table thead th a:after {
                content: "";
                display: inline-block; /*background-image:url(/Content/images/icons-svg/sort.svg);*/
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: right center;
                width: 15px;
                height: 15px;
                position: absolute;
                bottom: 0;
                right: 0;
                top: 0;
                margin: auto
            }

        .app-table table thead th.text-center {
            text-align: left !important
        }

.app-table table .select-all-input label {
    line-height: 0
}

.app-table table thead th .select-all-input-th .select-all-input, .app-table table thead th .select-all-input-th input[type=checkbox] {
    display: inline-block;
    vertical-align: middle
}

.app-table table tbody tr:nth-child(even) {
    background-color: #f1fafa
}

.app-table table tbody tr.table-total {
    background-color: #6b8c9c;
    color: #fff
}

.app-table table td {
    border: none;
    padding: 10px 5px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 500;
    word-break: break-word
}

    .app-table table td.checkbox-td {
        line-height: 9px
    }

    .app-table table td .btn-new-primary:first-child {
        margin-left: 0
    }

.td-more-content-main {
    position: relative
}

.app-table table td .td-more-content-main-inner {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    background-size: 10px;
    padding-left: 15px;
    max-width: 300px
}

.app-table table td .td-more-content {
    height: 20px;
    overflow: hidden
}

    .app-table table td .td-more-content.height-auto {
        height: auto
    }

.app-table table td .td-more-content-tooltip {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    z-index: 1;
    left: 0;
    top: 60%;
    max-height: 300px;
    overflow-y: auto
}

.app-table table td .td-more-content-main-inner:hover .td-more-content-tooltip {
    display: block
}

.app-table table td.banner-upload > a {
    max-width: 100px;
    display: block
}

.app-table table td .attached-td {
    display: inline-block;
    cursor: pointer
}

    .app-table table td .attached-td svg {
        max-width: 25px;
        fill: #3b5c6e;
        height: 27px
    }

.app-table table td .attachment-modal {
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 20px 0
}

    .app-table table td .attachment-modal.show {
        display: block
    }

    .app-table table td .attachment-modal .modal-content .modal-body {
        min-height: 500px;
        overflow-y: auto;
        max-height: 500px;
        padding-top: 0;
        margin-top: 20px
    }

    .app-table table td .attachment-modal.not-scroll .modal-content .modal-body {
        overflow-y: initial
    }

    .app-table table td .attachment-modal .modal-content .modal-body img {
        max-width: 100%
    }

    .app-table table td .attachment-modal .modal-content .modal-body iframe {
        width: 100%;
        height: 500px
    }

    .app-table table td .attachment-modal .modal-content .modal-body .download-pdf-btn {
        display: none
    }

.app-table table td a label {
    cursor: pointer
}

.app-table table td b {
    font-weight: 500
}

.app-table table .table-actions a, .app-table table .table-actions span, .div-action-btns a, .div-action-btns span {
    display: inline-block;
    margin-left: 3px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    position: relative;
    vertical-align: middle
}

.app-table table .table-btn {
    margin-left: 3px;
}

.app-table table .table-actions input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.app-table table .table-actions a input, .app-table table .table-actions span input, .div-action-btns span input {
    cursor: pointer
}

.app-table table .table-actions a:before, .app-table table .table-actions span:before, .div-action-btns a:before, .div-action-btns span:before {
    content: attr(data-title);
    white-space: nowrap;
    background-color: #6c757d;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    left: 50%;
    top: -31px;
    line-height: normal;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    opacity: 0;
    visibility: hidden;
    font-size: 1.2rem
}

.app-table table .table-actions span.left-edge-tooltip:before {
    left: 100%
}

.app-table table .table-actions a.tooltip-right:before, .app-table table .table-actions span.tooltip-right:before {
    left: 0
}

.app-table table .table-actions a:after, .app-table table .table-actions span:after, .div-action-btns a:after, .div-action-btns span:after {
    content: "";
    border-top: solid 6px #6c757d;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    position: absolute;
    left: 0;
    top: -7px;
    right: 0;
    margin: auto;
    width: 6px;
    opacity: 0;
    visibility: hidden
}

.app-table table .table-actions a:hover:after, .app-table table .table-actions a:hover:before, .app-table table .table-actions span:hover:after, .app-table table .table-actions span:hover:before, .div-action-btns a:hover:after, .div-action-btns a:hover:before, .div-action-btns span:hover:after, .div-action-btns span:hover:before {
    opacity: 1;
    visibility: visible
}

.app-table table .table-actions a:first-child {
    margin-left: 0
}

.app-table table .table-actions .table-view, .div-action-btns .table-view, .table-view {
    background-color: rgba(214,225,230,.4)
}

    .app-table table .table-actions .table-view:hover, .div-action-btns .table-view:hover, .table-view:hover {
        background-color: #42adbd
    }

        .app-table table .table-actions .table-view:hover svg, .app-table table .table-actions .table-view:hover svg path, .div-action-btns .table-view:hover svg, .div-action-btns .table-view:hover svg path, .table-view:hover svg, .table-view:hover svg path {
            fill: #fff
        }

.app-table table .table-actions .active-partner {
    background-color: rgba(117,168,53,.2)
}

    .app-table table .table-actions .active-partner svg {
        width: 17px;
        fill: #75a835
    }

    .app-table table .table-actions .active-partner:hover {
        background-color: #75a835
    }

.app-table table .table-actions .select-btn {
    background-color: rgba(108,99,255,.2)
}

    .app-table table .table-actions .select-btn svg {
        fill: #6c63ff
    }

    .app-table table .table-actions .select-btn:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .approve {
    background-color: rgba(24,177,85,.3)
}

    .app-table table .table-actions .approve svg {
        width: 17px;
        fill: #18b155
    }

    .app-table table .table-actions .approve:hover {
        background-color: #18b155
    }

.app-table table .table-actions .reassign {
    background-color: rgba(107,140,156,.2)
}

    .app-table table .table-actions .reassign svg {
        fill: #6b8c9c
    }

    .app-table table .table-actions .reassign:hover {
        background-color: #6b8c9c
    }

.app-table table .table-actions .refresh-result {
    background-color: rgba(109,206,253,.3)
}

    .app-table table .table-actions .refresh-result svg {
        fill: #4da7d4
    }

    .app-table table .table-actions .refresh-result:hover {
        background-color: #4da7d4
    }

.app-table table .table-actions .reset {
    background-color: rgba(31,191,197,.2)
}

    .app-table table .table-actions .reset svg {
        fill: #1fbfc5
    }

    .app-table table .table-actions .reset:hover {
        background-color: #1fbfc5
    }

.app-table table .table-actions .bug {
    background-color: rgba(54,91,148,.2)
}

    .app-table table .table-actions .bug svg {
        fill: #365b94
    }

    .app-table table .table-actions .bug:hover {
        background-color: #365b94
    }

.app-table table .table-actions .update-message {
    background-color: rgba(24,177,85,.4)
}

    .app-table table .table-actions .update-message svg {
        fill: #18b155
    }

    .app-table table .table-actions .update-message:hover {
        background-color: #18b155
    }

.app-table table .table-actions .update-images {
    background-color: rgba(108,99,255,.4)
}

    .app-table table .table-actions .update-images svg {
        fill: #6c63ff
    }

    .app-table table .table-actions .update-images:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .cancel-order {
    background-color: rgba(255,101,99,.4)
}

    .app-table table .table-actions .cancel-order svg {
        fill: #ff6563
    }

    .app-table table .table-actions .cancel-order:hover {
        background-color: #ff6563
    }

.app-table table .table-actions .order {
    background-color: rgba(139,187,247,.4)
}

    .app-table table .table-actions .order svg {
        fill: #4b80c1
    }

    .app-table table .table-actions .order:hover {
        background-color: #4b80c1
    }

.app-table table .table-actions .order-properties svg {
    fill: #88b10c
}

.app-table table .table-actions .order-properties {
    background-color: rgba(173,219,33,.4)
}

    .app-table table .table-actions .order-properties:hover {
        background-color: #88b10c
    }

.app-table table .table-actions .produce-copy svg {
    fill: #47aaff
}

.app-table table .table-actions .produce-copy {
    background-color: rgba(71,170,255,.4)
}

    .app-table table .table-actions .produce-copy:hover {
        background-color: #47aaff
    }

.app-table table .table-actions .common-svg-width svg, .app-table table .table-actions .reassign svg, .app-table table .table-actions .store-order svg, .app-table table .table-actions .table-view svg, .common-svg-width svg, .div-action-btns a svg, .div-action-btns span svg {
    width: 15px;
    height: 13px
}

.app-table table .table-actions .cancel-order svg {
    height: 10px
}

.app-table table .table-actions .table-view svg {
    fill: #42adbd
}

.app-table table .table-actions .reset-pass, .app-table table .table-actions .store-order {
    line-height: 33px
}

    .app-table table .table-actions .store-order svg {
        height: 13px;
        fill: #18b155
    }

.app-table table .table-actions .store-order {
    background-color: rgba(24,175,84,.2)
}

    .app-table table .table-actions .store-order:hover {
        background-color: #18b155
    }

.app-table table .table-actions .add-crm svg {
    fill: #3c5dd8;
    width: 12px
}

.app-table table .table-actions .add-crm {
    background-color: rgba(66,98,214,.2)
}

    .app-table table .table-actions .add-crm:hover {
        background-color: #3c5dd8
    }

.app-table table .table-actions .get-count svg {
    fill: #0bccd6
}

.app-table table .table-actions .get-count {
    background-color: rgba(15,233,255,.2)
}

    .app-table table .table-actions .get-count:hover {
        background-color: #0bccd6
    }

.app-table table .table-actions .reset-pass svg {
    height: 16px;
    width: 16px;
    fill: rgba(220,53,69,.8)
}

.app-table table .table-actions .reset-pass {
    background-color: rgba(220,53,69,.3)
}

    .app-table table .table-actions .reset-pass:hover {
        background-color: rgba(220,53,69,.8)
    }

.app-table table .table-actions .sso-login svg {
    height: 18px;
    width: 18px;
    fill: #6c63ff
}

.app-table table .table-actions .sso-login {
    background-color: rgba(108,99,255,.2)
}

    .app-table table .table-actions .sso-login:hover {
        background-color: #6c63ff
    }

.app-table table .table-actions .emailverify svg {
    height: 15px;
    width: 15px;
    fill: #318fd2
}

.app-table table .table-actions .emailverify {
    background-color: rgba(49,143,210,.2)
}

    .app-table table .table-actions .emailverify:hover {
        background-color: #318fd2
    }

.app-table table .table-actions .login-as svg {
    height: 14px;
    width: 14px;
    fill: #2049b9
}

.app-table table .table-actions .login-as {
    background-color: rgba(32,73,185,.2)
}

    .app-table table .table-actions .login-as:hover {
        background-color: #2049b9
    }

.app-table table .table-actions .reassign-table {
    background-color: rgba(32,73,185,.2);
    position: relative
}

    .app-table table .table-actions .reassign-table:hover {
        background-color: #2049b9
    }

    .app-table table .table-actions .reassign-table input {
        font-size: 0
    }

    .app-table table .table-actions .reassign-table svg {
        width: 13px;
        height: 13px;
        fill: #2049b9;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0
    }

.app-table .table-actions .record-del, .app-table table .table-actions .record-del, .record-del {
    background-color: #fedfdf
}

    .app-table .table-actions .record-del:hover, .app-table table .table-actions .record-del:hover, .record-del:hover {
        background-color: #ec7777
    }

        .app-table .table-actions .record-del:hover svg path, .app-table table .table-actions .record-del:hover svg path, .record-del:hover svg path {
            fill: #fff
        }

    .app-table .table-actions .record-del svg, .app-table table .table-actions .record-del svg, .record-del svg {
        height: 13px;
        fill: #ec7777
    }

.app-table table .table-actions .complete-data {
    background-color: #d2ffe4
}

    .app-table table .table-actions .complete-data.checkbox-active {
        filter: grayscale(1);
        opacity: .7;
        pointer-events: none
    }

    .app-table table .table-actions .complete-data:hover {
        background-color: #18b155
    }

.app-table table .table-actions .not-complete-data {
    background-color: #ffddc4
}

    .app-table table .table-actions .not-complete-data:hover {
        background-color: #fd6c00
    }

.app-table table .table-actions .default-card svg {
    width: 17px;
    height: 17px;
    fill: #2049b9
}

.app-table table .table-actions .not-complete-data svg {
    width: 13px;
    fill: #fd6c00
}

.app-table table .table-actions .default-card {
    background-color: #d5e0ff
}

    .app-table table .table-actions .default-card:hover {
        background-color: #2049b9
    }

        .app-table table .table-actions .complete-data:hover svg path, .app-table table .table-actions .default-card:hover svg, .app-table table .table-actions a:hover svg, .app-table table .table-actions a:hover svg circle, .app-table table .table-actions a:hover svg path, .app-table table .table-actions span:hover svg {
            fill: #fff
        }

.app-table table .table-actions .complete-data svg {
    height: 13px;
    width: 13px;
    fill: #18b155
}

.reactive svg {
    height: 15px
}

.event-activity-table table tbody tr td .comment-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(214,225,230,.4);
    padding: 0;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px
}

    .event-activity-table table tbody tr td .comment-icon svg {
        height: 15px
    }

.event-activity-table table tbody tr td p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px
}

.event-activity-table table tbody tr.event-bdr td:first-child p {
    cursor: pointer
}

.event-activity-table table tbody tr td svg {
    width: 17px;
    height: 17px
}

.app-table .event-activity-table table .table-actions a, .div-action-btns span, .payment-info table .table-actions span, .table-actions-input-btn table .table-actions span {
    position: relative
}

    .app-table .event-activity-table table .table-actions a input, .div-action-btns span input, .payment-info table .table-actions span input, .table-actions-input-btn table .table-actions span input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        box-shadow: none;
        padding: 0;
        opacity: 0
    }

.app-table table .table-actions .re-run-group {
    line-height: 32px
}

.div-action-btns span input, .table-actions-input-btn table .table-actions span input {
    z-index: 1
}

.div-action-btns, .table-actions-input-btn .action-button-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.div-action-btns {
    justify-content: flex-end
}

    .app-table.table-actions-input-btn .action-button-inner span, .div-action-btns a, .div-action-btns span {
        display: flex;
        align-items: center;
        justify-content: center
    }

.no-record-found {
    background-color: #ffffff;
    padding: 10px 0
}

.app-table table .table-actions span.switch, .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px
}

    .app-table table .table-actions span.switch input[type=checkbox], .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.app-table table .table-actions span.slider, .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    width: auto;
    height: auto
}

    .app-table table .table-actions span.slider:before, .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        top: initial;
        padding: 0;
        transform: none
    }

.app-table table .table-actions input:checked + .slider, input:checked + .slider {
    background-color: #42adbd
}

.app-table table .table-actions input:focus + .slider, input:focus + .slider {
    box-shadow: 0 0 1px #2196f3
}

.app-table table .table-actions input:checked + .slider:before, input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px)
}

.app-table table .table-actions .slider.round, .slider.round {
    border-radius: 34px
}

    .app-table table .table-actions .slider.round:before, .slider.round:before {
        border-radius: 50%
    }

    .app-table table .table-actions .slider.round:after {
        display: none
    }

.search-drop-btn {
    pointer-events: none;
    display: block
}

.search-dropdown.collapse, .search-dropdown.collapse.show {
    display: flex
}

.search-options {
    background-color: #fff;
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2)
}

.search-form-action-btns {
    display: flex;
    justify-content: flex-end
}

    .search-form-action-btns button {
        border: none;
        background-color: none;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 7px;
        position: relative
    }

        .search-form-action-btns button svg {
            height: 25px;
            width: 25px
        }

        .search-form-action-btns button.reset-form {
            background-color: rgba(214,225,230,.4)
        }

        .search-form-action-btns button.txt-file {
            background-color: rgba(173,224,249,.4)
        }

        .search-form-action-btns button.excel-file {
            background-color: rgba(198,222,199,.4)
        }

        .search-form-action-btns button.reset-form:hover {
            background-color: #d6e1e6
        }

        .search-form-action-btns button.reset-form svg {
            fill: #80949e
        }

        .search-form-action-btns button.reset-form:hover #Path_1634, .search-form-action-btns button.reset-form:hover svg {
            fill: #3b5c6e
        }

        .search-form-action-btns button.txt-file:hover {
            background-color: #bbe9ff
        }

        .search-form-action-btns button.txt-file svg {
            fill: #7da3b5
        }

        .search-form-action-btns button.txt-file:hover svg {
            fill: #72b6d6
        }

        .search-form-action-btns button.excel-file:hover {
            background-color: #c3f5dc
        }

        .search-form-action-btns button.excel-file svg {
            fill: #5b9f5e
        }

        .search-form-action-btns button.excel-file:hover path {
            fill: #008040
        }

        .search-form-action-btns button:before {
            content: attr(data-title);
            white-space: nowrap;
            background-color: #6c757d;
            border-radius: 4px;
            padding: 5px 10px;
            color: #fff;
            text-transform: capitalize;
            position: absolute;
            left: 50%;
            top: -31px;
            line-height: normal;
            transform: translateX(-50%);
            box-shadow: 0 0 10px rgba(41,51,64,.2);
            opacity: 0;
            visibility: hidden;
            font-size: 1.2rem
        }

        .search-form-action-btns button.tooltip-right-edge:before {
            left: 0
        }

        .search-form-action-btns button:after {
            content: "";
            border-top: solid 6px #6c757d;
            border-left: solid 6px transparent;
            border-right: solid 6px transparent;
            position: absolute;
            left: 0;
            top: -7px;
            right: 0;
            margin: auto;
            width: 6px;
            opacity: 0;
            visibility: hidden
        }

        .search-form-action-btns button:hover:after, .search-form-action-btns button:hover:before {
            opacity: 1;
            visibility: visible
        }

.tab-pane .search-options {
    padding: 20px 10px
}

.section-heading {
    margin-bottom: 20px
}

    .section-heading h2, .section-heading svg {
        text-transform: capitalize;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .section-heading svg {
        margin-right: 5px;
        width: 18px;
        height: 18px;
        fill: #3b5c6e
    }

.form-input .term-condition-agree input, .form-input .term-condition-agree span {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.form-input .term-condition-agree {
    display: inline-block
}

    .form-input .term-condition-agree span {
        margin-left: 5px;
        font-weight: 500;
        color: #42adbd
    }

.custom-dropdown button, .form-input .input-hiden-content, .form-input input, .form-input select, .form-input textarea {
    width: 100%;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    line-height: 25px
}

.pass-word-visible-icon {
    position: relative
}

    .pass-word-visible-icon .pass-icon {
        position: absolute;
        right: 10px;
        top: 3px;
        z-index: 2;
        cursor: pointer
    }

        .pass-word-visible-icon .pass-icon svg {
            fill: #42adbd;
            width: 15px;
            height: 15px
        }

    .pass-word-visible-icon .pass-hide {
        display: none
    }

td.form-input input {
    border: solid 1px #e0e3e4;
    padding: 4px 10px;
    text-align: left;
    line-height: normal
}

.td-input-width td.form-input input {
    width: auto
}

.form-input select {
    padding-right: 25px
}

.form-input.checkbox-input ul {
    padding: 0
}

    .form-input.checkbox-input ul li {
        display: inline-block;
        list-style: none;
        margin-right: 20px
    }

        .form-input.checkbox-input ul li:last-child {
            margin-right: 0
        }

.form-input input[type=checkbox], input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #42adbd;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    outline: 0;
    cursor: pointer
}

.form-input.checkbox-input input[type=radio], input[type=radio] {
    border: solid 1px #ccc;
    background: 0 0;
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: relative;
    outline: 0
}

    .form-input.checkbox-input input[type=radio]:checked, input[type=radio]:checked {
        border-color: #42adbd
    }

        .form-input.checkbox-input input[type=radio]:checked:before, input[type=radio]:checked:before {
            content: "";
            height: 8px;
            width: 8px;
            background-color: #42adbd;
            display: block;
            border-radius: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            bottom: 0;
            position: absolute
        }

    .form-input.checkbox-input input[type=radio]:disabled, input[type=radio]:disabled {
        background-color: #f5f5f5
    }

input#chknot-complete-data {
    border-color: #fd6c00;
    background-color: #fff
}

input#chkcomplete-data {
    border-color: #18b155;
    background-color: #18b155
}

.form-input input[type=checkbox]:checked, input[type=checkbox]:checked {
    background-color: #42adbd;
    background-image: url(/Content/images/icons-svg/inputcheck.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center
}

.contact-view form.editable-form .form-input input, .contact-view form.editable-form .form-input select {
    border: none;
    background-image: none;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    max-width: 85%;
    min-width: 85%
}

.contact-view form.editable-form .form-input label {
    margin-bottom: 1px
}

.required-field span {
    color: #d81717
}

.custom-dropdown button:focus, form .form-input input:focus, form .form-input select:focus, form .form-input textarea:focus {
    border-color: #42adbd;
    box-shadow: none
}

.form-input .input-error, .form-input .validation-error {
    background: #d04e4b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-top: 5px;
    position: relative
}

    .form-input .input-error:before, .form-input .validation-error:before {
        content: "";
        border-bottom: solid 6px #d04e4b;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 6px;
        top: -6px
    }

.contact-view form.editable-form .form-input input:hover, .contact-view form.editable-form .form-input select:hover {
    background-image: url(/Content/images/icons-svg/edit.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px
}

.contact-view form.editable-form .form-input input.edit-input-val:focus {
    pointer-events: auto;
    border: none;
    border-bottom: solid 1px #e0e3e4;
    max-width: 100%;
    width: 100%
}

    .contact-view form.editable-form .form-input input.edit-input-val:focus:hover {
        background-image: none
    }

.contact-view form.editable-form .form-input.edit-input-enable:hover input, .contact-view form.editable-form .form-input.edit-input-enable:hover select {
    background-image: none
}

.contact-view form.editable-form .form-input select.edit-input-val:focus {
    background-image: url(/Content/images/icons-svg/select-arrow.svg);
    background-position: right 10px center;
    background-size: 12px
}

.contact-view form.editable-form .form-input input.datepicker-calendar:focus, .contact-view form.editable-form .form-input input.datepicker-calendar:focus:hover {
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-position: right 5px top 0;
    background-size: 15px
}

.contact-search-result {
    margin-top: 30px
}

    .contact-search-result .search-result-count {
        margin-top: 5px
    }

        .contact-search-result .search-result-count h3, .contact-search-result .search-result-count svg {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            font-weight: 400;
            color: #42adbd
        }

    .contact-search-result .app-table-inner td .more-table-data {
        display: none
    }

    .contact-search-result .app-table-inner td label {
        margin-top: 2px;
        display: block;
        max-width: 300px;
        word-break: break-word;
        margin-bottom: 0
    }

        .contact-search-result .app-table-inner td label:first-child {
            margin-top: 0
        }

    .contact-search-result .app-table-inner td a {
        margin-bottom: 5px;
        display: block
    }

    .color-badge, .contact-search-result .app-table-inner td label.contact-type {
        max-width: initial;
        word-break: normal
    }

    .app-table-inner td.table-actions a, .contact-search-result .app-table-inner td.table-actions a {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .contact-search-result .app-table-inner td .label-anchor a {
        display: inline-block
    }

.app-table table td .color-badge, .app-table table td .contact-type {
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 3px 5px;
    text-align: center;
    display: inline-block
}

    .app-table table td .contact-type.customer {
        background-color: #d2ffe4;
        color: #18b155
    }

    .app-table table td .contact-type.prospect {
        background-color: #d5e0ff;
        color: #2049b9
    }

    .app-table table td .contact-type.referral {
        background-color: #fd6c00;
        color: #ffd2b2
    }

.contact-search-result .app-table table thead th:last-child {
    min-width: 110px
}

.contact-search-result .app-table-inner .color-badge-main label {
    display: inline-block;
    margin: 0;
    vertical-align: middle
}

.color-badge-main .color-badge {
    min-width: 22px;
    max-width: 22px;
    height: 22px
}

.pagination-common {
    text-align: right
}

    .pagination-common .pagination-pages-dropdown, .pagination-common ul {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }

    .pagination-common .pagination-pages-dropdown {
        text-transform: capitalize
    }

        .pagination-common .pagination-pages-dropdown label {
            margin-bottom: 0
        }

        .pagination-common .pagination-pages-dropdown select {
            width: 50px;
            padding: 0 5px;
            background-position: center right 5px;
            border: solid 1px #d6e1e6;
            border-radius: 3px;
            outline: 0;
            line-height: 28px
        }

    .pagination-common ul {
        margin-left: 10px
    }

        .pagination-common ul li {
            margin-left: 7px;
            line-height: 31px;
            display: inline-block;
            vertical-align: middle
        }

            .pagination-common ul li.page-item a, .pagination-common ul li.page-item:first-child a, .pagination-common ul li.page-item:last-child a {
                border: solid 1px #d6e1e6;
                padding: 0 10px;
                font-size: 1.5rem;
                color: #293340;
                border-radius: 4px;
                font-weight: 400;
                box-shadow: none;
                line-height: 26px;
                height: 30px
            }

            .pagination-common ul li.page-item a {
                display: block
            }

            .pagination-common ul li.page-item.active a {
                background-color: #42adbd;
                border-color: #42adbd;
                color: #fff
            }

            .pagination-common ul li.page-item a:hover {
                background-color: #3b5c6e;
                border-color: #293340;
                color: #fff
            }

            .pagination-common ul li svg {
                width: 14px;
                height: 14px
            }

            .pagination-common ul li:hover svg {
                fill: #fff
            }

            .pagination-common ul li.next-page a, .pagination-common ul li.next-page.page-item a, .pagination-common ul li.prev-page a, .pagination-common ul li.prev-page.page-item a {
                width: 30px;
                padding: 0;
                text-align: center
            }

                .pagination-common ul li.next-page a svg, .pagination-common ul li.prev-page a svg {
                    height: 27px
                }

body .datepicker {
    border: none;
    box-shadow: 0 0 15px rgba(210,210,210,.6);
    padding: 10px;
    width: 250px
}

    body .datepicker:after, body .datepicker:before {
        display: none
    }

.form-input .datepicker-calendar {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px
}

.form-input .location-field {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/addlocation.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px;
    background-size: 13px
}

body .datepicker table {
    width: 100%
}

.datepicker thead .next, .datepicker thead .next:hover, .datepicker thead .prev, .datepicker thead .prev:hover {
    font-size: 0;
    background-color: transparent
}

    .datepicker thead .prev, .datepicker thead .prev:hover {
        background-image: url(/Content/images/icons-svg/angle-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        width: 10px
    }

    .datepicker thead .next, .datepicker thead .next:hover {
        width: 10px;
        background-image: url(/Content/images/icons-svg/angle-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

.datepicker thead th {
    height: auto;
    width: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

    .datepicker thead th:active, .datepicker thead th:focus, .datepicker thead th:hover, body .datepicker .datepicker-switch:hover {
        background-color: transparent
    }

body .datepicker table tr td.highlighted {
    background-color: transparent
}

body .datepicker .datepicker-switch {
    font-size: 1.5rem;
    text-transform: capitalize;
    color: #293340;
    font-weight: 500
}

.datepicker thead th.dow {
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #293340
}

body .datepicker table tr td span.month, body .datepicker tbody tr td, body .datepicker tbody tr td.highlighted {
    font-size: 1.1rem;
    color: #293340;
    border-radius: 5px;
    height: 31px;
    padding: 0 !important;
    width: 27px;
    line-height: normal
}

body .datepicker table tr td span.century, body .datepicker table tr td span.decade, body .datepicker table tr td span.month, body .datepicker table tr td span.year {
    line-height: 40px;
    width: 40px;
    height: 40px
}

body .datepicker tbody tr td.day.today {
    background-image: none;
    background-color: #f5f5f5;
    color: #293340
}

    .datepicker table tr td span.active:active, body .datepicker table tr td span.century:hover, body .datepicker table tr td span.decade:hover:hover, body .datepicker table tr td span.month:hover, body .datepicker table tr td span.year:hover, body .datepicker tbody tr td.active.day:hover, body .datepicker tbody tr td.day.today:hover, body .datepicker tbody tr td.day:hover {
        background-color: #f1fafa;
        color: #293340
    }

body .datepicker table tr td span.active, body .datepicker table tr td span.active:hover, body .datepicker table tr td span.active:hover.active, body .datepicker table tr td span.active:hover:hover, body .datepicker table tr td span.century.active, body .datepicker table tr td span.century.focused, body .datepicker table tr td span.decade.active, body .datepicker table tr td span.decade.focused, body .datepicker table tr td span.month.active, body .datepicker table tr td span.month.focused, body .datepicker table tr td span.year.active, body .datepicker table tr td span.year.focused, body .datepicker tbody tr td.active.day {
    background-color: #42adbd;
    background-image: none;
    color: #fff
}

body .datepicker-years .datepicker-switch {
    cursor: auto
}

.mer_tx, .mi_tx, .ti_tx {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

.meridian, .mins, .time {
    width: 60px;
    float: left;
    margin: 0 10px;
    font-size: 20px;
    color: #2d2e2e;
    font-family: arial;
    font-weight: 700
}

.next, .prev {
    cursor: pointer;
    padding: 18px;
    width: 28%;
    border: 1px solid #ccc;
    margin: auto;
    background: url(../images/arrow.png) no-repeat;
    border-radius: 5px
}

.next {
    background-position: 50% 150%
}

.prev {
    background-position: 50% -50%
}

.time_pick {
    position: relative
}

.timepicker_wrap {
    padding: 10px;
    border-radius: 5px;
    z-index: 2;
    display: none;
    width: 240px;
    box-shadow: 0 0 15px rgba(210,210,210,.6);
    background: #f6f6f6;
    border: 1px solid #ccc;
    float: left;
    position: absolute;
    top: 27px !important;
    left: 0;
    background-color: #fff
}

.arrow_top {
    position: absolute;
    top: -10px;
    left: 20px;
    background: url(../images/top_arr.png) no-repeat;
    width: 18px;
    height: 10px;
    z-index: 3
}

.form-input .timepicker {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/wall-clock.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px
}

.timepicker_wrap .arrow_top {
    display: none
}

.form-input .timepicker_wrap input {
    text-align: center;
    border: none;
    font-weight: 500;
    color: #293340;
    font-family: "Fira Sans",sans-serif,fira_sansregular
}

    .form-input .timepicker_wrap input::selection {
        background: 0 0;
        color: #293340
    }

.form-input .timepicker_wrap .meridian, .form-input .timepicker_wrap .mins, .form-input .timepicker_wrap .time {
    margin: 0 5px;
    width: 50px
}

.form-input .timepicker_wrap .next, .form-input .timepicker_wrap .prev {
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    padding: 0;
    height: 30px;
    border-radius: 4px
}

.form-input .timepicker_wrap .prev {
    background-image: url(/Content/images/icons-svg/arrow-up.svg)
}

.form-input .timepicker_wrap .next {
    background-image: url(/Content/images/icons-svg/arrow-down.svg)
}

#accountProductDetailForm tbody tr.product-price-row-added {
    border: 1px solid #42adbd;
    background: #fbfbfb
}

.multi-modal:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-color: #000
}

.modal-content-body-overflow {
    max-height: 65vh;
    overflow-y: auto
}

    .modal-body .form-input p, .modal-content-body-overflow .form-input p {
        word-break: break-word
    }

.alert {
    display: none
}

    .alert.alert-show {
        display: block
    }

    .alert.show-alert {
        display: block
    }

.alert-margin .alert {
    margin: 15px auto 0 auto;
    clear: both;
    max-width: calc(100% - 40px)
}

.AddMarginToIframeP {
    padding: 0 10px
}

.alert-warning, .modal-common .modal-content .alert-warning, .validation-summary-errors {
    opacity: 1;
    margin: 0 10px 20px 0;
    border: none;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    background-color: rgba(220,53,69,.8);
    width: 100%
}

    .alert-warning.fade, .modal-common .modal-content .alert-warning.fade, .validation-summary-errors.fade {
        opacity: 1
    }

    .validation-summary-errors ul {
        list-style: none;
        padding: 7px 12px
    }

.all-modal-common {
    height: 100%
}

.modal-common .modal-dialog {
    max-width: 1300px;
    margin: 0 auto
}

.modal-common .full-width-modal {
    max-width: 95%;
    height: 100%
}

    .modal-common .full-width-modal .modal-content {
        height: 90%
    }

        .modal-common .full-width-modal .modal-content .modal-content-body-overflow {
            max-height: 100%
        }

.question p {
    font-weight: 500
}

.modal-common .modal-content {
    border-radius: 10px;
    padding: 24px
}

    .modal-common .modal-content .modal-header {
        padding: 0;
        border: none
    }

        .modal-common .modal-content .modal-header .modal-heading-icon {
            margin-right: 5px
        }

        .modal-common .modal-content .modal-header .modal-heading-icon, .modal-common .modal-content .modal-header .modal-title {
            display: inline-block;
            vertical-align: middle;
            line-height: normal
        }

            .modal-common .modal-content .modal-header .modal-title.hide-div {
                display: none
            }

            .modal-common .modal-content .modal-header .modal-title .edit-form-name {
                color: #42adbd
            }

        .modal-common .modal-content .modal-header .reassign-representative-name {
            margin-left: 10px;
            vertical-align: middle;
            display: inline-block;
            color: #3b5c6e
        }

        .modal-common .modal-content .modal-header .select-week {
            display: inline-block
        }

        .modal-common .modal-content .modal-header .modal-title {
            text-transform: capitalize;
            color: #293340;
            font-weight: 500;
            padding: 0;
            margin-bottom: 0
        }

        .modal-common .modal-content .modal-header .list-tab-main {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 10px;
            padding-right: 18px
        }

        .modal-common .modal-content .modal-header .event-list {
            color: #3b5c6e;
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
            text-transform: capitalize;
            cursor: pointer
        }

            .modal-common .modal-content .modal-header .event-list.hide-event-calendar {
                margin-left: 0
            }

        .modal-common .modal-content .modal-header .modal-heading-icon svg, .modal-common .modal-content .modal-header .modal-heading-icon svg path {
            width: 30px;
            height: 30px;
            fill: #42adbd
        }

        .modal-common .modal-content .modal-header button {
            opacity: 1;
            margin-top: 0;
            padding: 0;
            position: absolute;
            right: 15px;
            top: 0
        }

        .modal-common .modal-content .modal-header .event-list-selection {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px
        }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-btn {
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                margin-left: 2px
            }

                .modal-common .modal-content .modal-header .event-list-selection .list-selection-btn svg {
                    width: 19px;
                    stroke: #6c757d
                }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-detail {
                display: none;
                vertical-align: middle;
                color: #293340;
                font-size: 1.7rem;
                margin-left: 5px
            }

            .modal-common .modal-content .modal-header .event-list-selection .list-selection-week {
                display: inline-block
            }

        .modal-common .modal-content .modal-header .event-list-tabs {
            margin-left: 10px
        }

            .modal-common .modal-content .modal-header .event-list-tabs, .modal-common .modal-content .modal-header .event-list-tabs li {
                display: inline-block;
                vertical-align: middle;
                list-style: none
            }

                .modal-common .modal-content .modal-header .event-list-tabs ul {
                    padding-left: 0;
                    margin: 0;
                    border: 1px solid #42adbd;
                    border-radius: 5px
                }

                .modal-common .modal-content .modal-header .event-list-tabs li a {
                    padding: 5px 10px;
                    float: left;
                    text-transform: capitalize;
                    cursor: pointer;
                    color: #42adbd;
                    border-radius: 0
                }

                    .modal-common .modal-content .modal-header .event-list-tabs li a.active {
                        background-color: #42adbd;
                        color: #fff
                    }

                .modal-common .modal-content .modal-header .event-list-tabs li.week-list {
                    border-left: 1px solid #42adbd;
                    border-right: 1px solid #42adbd
                }

    .modal-common .modal-content .modal-body {
        margin: 10px 0 0 0;
        padding: 7px 0 0 0
    }

        .modal-common .modal-content .modal-body form {
            margin: 0
        }

            .modal-common .modal-content .modal-body form .form-input textarea {
                border: solid 1px #e0e3e4;
                padding: 10px;
                border-radius: 7px;
                min-height: 6vw
            }

        .attached-field .attach-heading, .modal-common .modal-content .modal-body .attached-field .attach-heading {
            margin-bottom: 10px
        }

            .form-input.attached-field .attach-heading label, .form-input.attached-field .attach-heading svg, .modal-common .modal-content .modal-body .attached-field .attach-heading label, .modal-common .modal-content .modal-body .attached-field .attach-heading svg {
                display: inline-block;
                vertical-align: middle;
                margin: 0 2px 0 0;
                font-size: 1.4rem;
                text-transform: capitalize;
                color: #293340;
                font-weight: 500
            }

        .attached-field .file-upload, .modal-common .modal-content .modal-body .attached-field .file-upload {
            margin-top: 5px;
            text-align: center;
            padding: 4% 0;
            border-radius: 7px;
            border: dashed 2px rgba(66,173,189,.5)
        }

            .attached-field .file-upload h4, .modal-common .modal-content .modal-body .attached-field .file-upload h4 {
                color: rgba(66,173,189,.8)
            }

        .attached-field .choose-file-btn, .modal-common .modal-content .modal-body .attached-field .choose-file-btn {
            margin-left: 0;
            position: relative;
            cursor: pointer;
            padding: 6px 7px;
            font-size: 1.4rem
        }

.attached-field .upload-file-name {
    display: none;
    margin-left: 5px;
    word-break: break-word
}

.attached-field .upload-instruction {
    font-size: 1.3rem;
    margin-top: 5px
}

.attached-field .upload-file-name.show-file-name {
    display: inline-block
}

.attached-separate-section .attach-heading {
    margin-bottom: 25px
}

    .attached-separate-section .attach-heading h2 {
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize
    }

.record-save {
    color: #42adbd
}

.attached-field .choose-file-btn input, .modal-common .modal-content .modal-body .attached-field .choose-file-btn input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0
}

.modal-common .modal-content .modal-footer {
    padding: 0;
    border: none
}

    .modal-common .modal-content .modal-footer button {
        margin: 0
    }

.custom-modal {
    display: none
}

.confirmation-modal .modal-dialog {
    max-width: 500px
}

    .confirmation-modal .modal-dialog.modal-medium {
        max-width: 1100px
    }

    .confirmation-modal .modal-dialog .warning-icon {
        text-align: center;
        max-width: 150px;
        margin: auto
    }

        .confirmation-modal .modal-dialog .warning-icon.icon-big {
            max-width: 250px
        }

.confirmation-modal .modal-content .modal-body {
    padding: 0
}

.confirmation-modal .warning-content {
    padding: 20px 0;
    color: #a5a5a5;
    text-align: center;
    font-weight: 400
}

    .confirmation-modal .warning-content p {
        margin: 5px 0
    }

.confirmation-modal .modal-footer {
    justify-content: center
}

.design-image-box {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    padding-top: 0
}

    .design-image-box > a > img {
        border-radius: 6px 6px 0 0;
        width: auto;
        height: auto
    }

    .design-image-box > span {
        display: block;
        padding: 15px;
        text-align: right
    }

        .design-image-box > span > label {
            margin-bottom: 0;
            font-weight: 500
        }

.design-option-modal.modal-common .modal-content .modal-body {
    max-height: 490px;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 20px;
    padding-top: 0;
    overflow-x: hidden
}

.modal-height {
    height: 100%
}

.design-option-modal .pagination-common {
    margin-top: 20px
}

.table-message-option thead tr td:first-child, .table-message-option thead tr td:nth-of-type(2) {
    width: 100px
}

.table-message-option thead tr th {
    min-width: 100px
}

.table-message-option tbody tr td .btn-new-primary:first-child {
    margin-left: 0;
    font-weight: 400
}

.pagination-btn > div {
    display: inline-block;
    vertical-align: middle
}

.create-btn {
    display: inline-block
}

.modal-common .log-call-modal, .modal-common .modal-small, .modal-common .small-modal {
    max-width: 600px
}

.modal-common .medium-modal {
    max-width: 970px
}

.log-history h4 {
    color: #293340;
    text-transform: capitalize
}

.log-history table {
    margin-top: 15px;
    border: solid 1px #e0e3e4
}

    .log-history table th {
        text-transform: capitalize
    }

    .log-history table tbody tr {
        border-bottom: solid 1px #e0e3e4
    }

        .log-history table tbody tr td:first-child {
            min-width: 20px
        }

        .log-history table tbody tr td {
            font-weight: 400
        }

            .log-history table tbody tr td.call-time {
                font-weight: 500
            }

                .log-history table tbody tr td.call-time .partition {
                    color: #3b5c6e
                }

        .log-history table tbody tr:last-child {
            border-bottom: none
        }

        .log-history table tbody tr:nth-child(even) {
            background-color: #fff
        }

form .form-input.multiple-inputs input {
    display: inline-block;
    display: inline-block;
    width: calc(50% - 12px)
}

form .form-input.multiple-inputs > .time_pick {
    width: calc(50% - 12px);
    margin-left: 20px;
    display: inline-block
}

form .form-input.multiple-inputs .time_pick input {
    width: 100%
}

button.close svg {
    width: 10px;
    height: 10px;
}

.modal-common.add-event-modal button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    z-index: 1
}

.modal-common.event-list-modal .add-event-left-panel {
    border: solid 1px #d6e1e6;
    border-radius: 10px;
    padding: 20px
}

.modal-common.event-list-modal .modal-content .add-event-left-panel .modal-body {
    padding: 10px 0 0 0
}

.modal-common.event-list-modal .add-event-left-panel .modal-header .event-list {
    display: none
}

.modal-common.event-list-modal .add-event-left-panel .form-input.multiple-inputs {
    width: 100%;
    max-width: 100%;
    webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.event-list-calendar {
    display: none
}

.event-list-modal .event-list-calendar {
    display: block
}

.modal-common.event-list-modal .event-list-calendar .form-input {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

    .modal-common.event-list-modal .event-list-calendar .form-input input {
        width: 100%;
        border: none;
        border-bottom: solid 1px #e0e3e4;
        outline: 0;
        padding: 0;
        background-color: transparent;
        font-size: 1.4rem;
        color: #293340;
        box-shadow: none;
        height: auto;
        border-radius: 0
    }

.modal-common.event-list-modal .event-list-calendar .week-list-table {
    padding-right: 14px
}

.modal-common.event-list-modal .event-list-calendar table thead th {
    border: none;
    padding: 0 6px;
    vertical-align: middle
}

.modal-common.event-list-modal .event-list-calendar table td, .modal-common.event-list-modal .event-list-calendar table th {
    border: none
}

.modal-common.event-list-modal .event-list-calendar .week-count-mobile, .modal-common.event-list-modal .event-list-calendar table thead .week-count {
    font-size: 1.5rem;
    color: #6c757d;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    width: 50px;
    line-height: 20px
}

.modal-common.event-list-modal .event-list-calendar .week-count-mobile {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: left
}

.modal-common.event-list-modal .event-list-calendar table thead .week-count span {
    display: block
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day {
    background-color: rgba(214,225,230,.4);
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(210,210,210,.4);
    text-align: center;
    height: 75px;
    width: 75px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day {
    background-color: #42adbd;
    box-shadow: 0 5px 15px rgba(66,173,189,.4)
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day span {
    display: block
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day .week-date {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 29px
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day .event-week-date-day .event-week-day {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase
}

.modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day .event-week-day, .modal-common.event-list-modal .event-list-calendar table thead .week-day.event-active-day .event-week-date-day .week-date {
    color: #fff
}

.modal-common.event-list-modal .event-list-calendar .event-list-main {
    overflow-y: auto;
    padding-right: 10px;
    position: relative
}

.modal-common.event-list-modal .event-list-calendar table tbody tr th {
    width: 50px;
    white-space: nowrap;
    padding: 0 0 20px 0;
    color: rgba(108,117,125,.6);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 12px
}

.modal-common.event-list-modal .event-list-calendar table tbody tr td {
    padding: 0 0 50px 0;
    position: relative;
    border: solid 1px #d6e1e6
}

.modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main {
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    left: 50px
}

    .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info {
        border-radius: 7px;
        padding: 8px;
        min-height: 100px;
        display: inline-block;
        position: absolute;
        min-width: 76px;
        max-width: 76px
    }

        .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info h6 {
            font-size: 1.2rem;
            font-weight: 400;
            text-transform: capitalize;
            line-height: 17px
        }

        .modal-common.event-list-modal .event-list-calendar .event-list-main .event-list-info-main .event-list-info p {
            font-size: 1rem;
            font-weight: 400;
            margin: 0;
            position: absolute;
            bottom: 8px;
            left: 10px
        }

.event-list-color-one {
    background-color: rgba(173,219,33,.3);
    color: #789f00
}

.event-list-color-two {
    background-color: rgba(78,222,245,.3);
    color: #00b1ce
}

.event-list-color-three {
    background-color: rgba(253,108,0,.3);
    color: #fd6c00
}

#pills-day .event-list-main {
    max-height: 405px;
    height: 405px
}

#pills-week .event-list-main {
    max-height: 316px;
    height: 316px
}

#pills-month .event-list-main {
    max-height: 355px;
    height: 355px
}

.modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info {
    left: 10px;
    min-width: calc(100% - 30px);
    max-width: 100%;
    min-height: initial;
    padding: 15px
}

    .modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info h6 {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .modal-common.event-list-modal .event-list-calendar .day-list .event-list-main .event-list-info-main .event-list-info p {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 0;
        left: 0
    }

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info-main {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:first-child td:nth-child(1) .td-bdr {
    border-radius: 5px 0 0 0
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:last-child td:nth-child(1) .td-bdr {
    border-radius: 0 0 0 5px
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:first-child td:nth-child(2) .td-bdr, .modal-common.event-list-modal .event-list-calendar .month-list table tbody tr:last-child td:nth-child(2) .td-bdr {
    border-radius: 0
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr td .td-bdr {
    padding: 5px 10px
}

.modal-common.event-list-modal .event-list-calendar .month-list table thead .week-day .event-week-date-day {
    width: 80px;
    height: 40px
}

.modal-common.event-list-modal .event-list-calendar .month-list table tbody tr td {
    padding: 0 0 10px 0;
    width: 100px;
    height: 90px
}

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info-main {
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    position: relative
}

.modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info {
    list-style: none;
    padding: 0;
    margin: 0
}

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info li {
        border-radius: 7px;
        padding: 5px;
        min-height: 100%;
        max-width: 90%;
        margin: 0 auto 5px auto
    }

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info h6 {
        margin-bottom: 0;
        font-size: 1.2rem;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 17px;
        max-width: 55px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .modal-common.event-list-modal .event-list-calendar .month-list .event-list-main .event-list-info p {
        font-size: 1rem;
        font-weight: 500;
        margin: 0;
        position: relative;
        bottom: 0;
        left: 0
    }

.app-table table td .response-form-modal {
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 20px 0
}

    .app-table table td .response-form-modal.show {
        display: block
    }
.modalResponseBody {
    max-height: calc(100vh - 102px);
    overflow-y: auto;
}
.response-form-modal .response-details-left-panel {
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-radius: 10px;
    position: sticky;
    top: 0;
}

.response-form-modal .modal-body span {
    margin: 0
}

.app-table .app-table-inner .response-form-modal span {
    width: auto;
    height: auto
}

.response-form-modal .response-details-left-panel h2 {
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #293340
}

.response-form-modal .response-details-left-panel h6 {
    font-size: 1.5rem;
    font-weight: 400
}

.response-form-modal .response-details-left-panel .response-users {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    font-weight: 400
}

.response-form-modal .response-details-left-panel .contact-person {
    background-color: #42adbd;
    color: #fff
}

    .response-form-modal .response-details-left-panel .contact-person h3 {
        color: #fff
    }

    .response-form-modal .response-details-left-panel .contact-person p {
        margin: 0;
        font-size: 1.5rem
    }

.response-form-modal .response-details-left-panel .representative-admin {
    background-color: #fff
}

    .response-form-modal .response-details-left-panel .representative-admin > div {
        display: inline-block;
        vertical-align: middle
    }

    .response-form-modal .response-details-left-panel .representative-admin .respresentative-img {
        display: inline-block;
        max-width: 60px;
        border-radius: 10px
    }

    .response-form-modal .response-details-left-panel .representative-admin .respresentative-img {
        border-radius: 10px
    }

    .response-form-modal .response-details-left-panel .representative-admin .representative-details {
        width: 60%;
        margin-left: 10px
    }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details h3 {
            color: #293340
        }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details > p {
            color: #6c757d;
            text-transform: capitalize;
            font-size: 1.3rem;
            margin: 0
        }

        .response-form-modal .response-details-left-panel .representative-admin .representative-details ul {
            margin: 10px 0 0 0;
            padding: 0;
            list-style: none
        }

            .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li {
                display: inline-block;
                vertical-align: top;
                font-size: 1.3rem;
                color: #293340
            }

                .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li:last-child {
                    float: right
                }

                .response-form-modal .response-details-left-panel .representative-admin .representative-details ul li span {
                    display: block;
                    color: #42adbd;
                    text-align: left;
                    line-height: normal;
                    margin: 5px 0 0 0
                }

.response-form-modal .response-details-left-panel > p, .response-form-modal .response-details-left-panel > span {
    font-weight: 400;
    margin-bottom: 15px;
    display: block
}

.response-form-modal .response-details-left-panel > button {
    float: right
}

.response-form-modal .response-details-right-panel {
    overflow-y: auto;
    padding-right: 5px
}

    .response-form-modal .response-details-right-panel ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .response-form-modal .response-details-right-panel ul li {
            margin-top: 10px
        }

            .response-form-modal .response-details-right-panel ul li:first-child {
                margin-top: 0
            }

            .response-form-modal .response-details-right-panel ul li h4 {
                color: #42adbd;
                font-weight: 500;
                margin-bottom: 5px
            }

            .response-form-modal .response-details-right-panel ul li p {
                margin-bottom: 5px;
                font-size: 1.6rem;
                font-weight: 400;
                color: #000
            }

.tab-content-inner {
    border: 1px solid #d6e1e6;
    padding: 15px;
    border-radius: 0 7px 7px 7px
}

.create-new-external-id {
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    position: relative;
    display: none
}

    .create-new-external-id .close {
        opacity: 1;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        z-index: 1
    }

.signature-profile-image {
    max-width: 130px;
    display: inline-block;
    vertical-align: middle
}

.signature-information {
    max-width: 80%;
    display: inline-block;
    vertical-align: middle
}

.follow-signature h4 {
    text-transform: capitalize;
    margin-bottom: 5px
}

.follow-signature a {
    margin-right: 10px
}

.modal-sign-logos > span {
    display: inline-block
}

.modal-information-msg {
    position: relative
}

    .modal-information-msg .close {
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0
    }

.modal-list ul {
    padding: 0
}

    .modal-list ul li {
        display: inline-block;
        margin-right: 10px
    }

        .modal-list ul li span {
            font-weight: 500
        }

.product-details-modal .product-image, .product-details-modal .product-image img {
    border-radius: 10px
}

.modal .product-details .product-name {
    text-transform: capitalize;
    color: #42adbd
}

.modal .product-details .product-price {
    margin: 10px 0;
    color: #293340
}

.modal .product-details .prod-desc {
    margin: 10px 0
}

.modal .product-details #btnProductPurchase {
    margin-top: 10px
}

.alert-success {
    position: relative;
    padding: 7px 12px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 3px
}

.btn-aes-verfication {
    color: #fff;
    font-size: 12px
}

.alert-domain {
    display: block;
    color: #2d552d;
    background-color: #f5faf4;
    border-color: #d6e9c6
}

.alert-msg-common {
    position: relative;
    word-break: break-word
}

    .alert-msg-common .close {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 15px
    }

    .alert-msg-common .alert-info-icon {
        line-height: 0;
        margin-right: 5px
    }

    .alert-msg-common .alert-info-icon, .alert-msg-common > p {
        display: inline-block;
        vertical-align: top
    }

    .alert-msg-common .alert-info-icon {
        max-width: 20px;
        margin-top: 1px
    }

    .alert-msg-common > p {
        width: 100%;
        max-width: 95%
    }

.profile-tab-content .personal-info-profile-details {
    background-color: #fff;
    padding: 30px
}

    .profile-tab-content .personal-info-profile-details .common-profile-content {
        border: solid 1px #e0e3e4;
        border-radius: 7px;
        padding: 30px
    }

.personal-tab {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 10px 10px 10px
}

    .personal-tab .form-input label, .security-sec .form-input label {
        font-size: 1.3rem
    }

        .personal-tab .form-input label > a {
            float: right;
            border-bottom: solid 1px;
            cursor: pointer
        }

.s-card {
    border: 1px solid #d6e1e6;
    border-radius: 7px;
    height: 100%
}

    .s-card .s-card-heading h1 {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 15px;
        padding-bottom: 0
    }

.profile-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-right: 1px solid #d6e1e6;
    height: 100%
}

.profile-name h2 {
    margin: 10px auto;
    color: #293340
}

.profile-dp {
    width: 100px;
    position: relative;
    margin: 0 auto
}

    .profile-dp .profile-image {
        display: flex;
        justify-content: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #d6e1e6;
        overflow: hidden
    }

.image-upload canvas {
    position: absolute
}

.cam-icon .photo-upload-icon {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0;
    max-width: 25px
}

.photo-upload-icon svg {
    width: 26px;
    height: 26px
}

.photo-upload-icon > input[type=file] {
    font-size: 0;
    position: absolute;
    height: 26px;
    width: 26px;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.security-sec {
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    margin-top: 48px
}

.new-credit-card {
    background: #f1fafa;
    padding: 15px;
    border-radius: 7px
}

.card-details {
    padding-bottom: 15px
}

    .card-details .billing-add {
        padding-top: 15px
    }

    .card-details .payment-info-msg label {
        color: rgba(220,53,69,.8);
        margin-bottom: 20px
    }

    .card-details h1 {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .card-details .btn-new-primary {
        margin-left: 0
    }

    .card-details .edit-card {
        cursor: pointer
    }

    .card-details label {
        color: #293340
    }

.modal-column {
    border: 1px solid #f1f1f1
}

    .modal-column .s-card-heading {
        background: #f1f1f1;
        border-radius: 5px 5px 0 0;
        padding: 10px;
        margin-bottom: 15px
    }

        .modal-column .s-card-heading h3 {
            color: #293340
        }

.modal-ul {
    list-style: none
}

.verify-order h3, .verify-order h4 {
    color: #293340
}

.verify-order h4 {
    margin-bottom: 4px
}

.verify-order .order-details-left-panel ul {
    padding: 0;
    list-style: none
}

    .verify-order .order-details-left-panel ul li {
        margin-bottom: 20px;
        width: 49%;
        display: inline-block;
        vertical-align: top
    }

        .verify-order .order-details-left-panel ul li:first-child, .verify-order .order-details-left-panel ul li:last-child {
            width: 100%
        }

.verify-order .order-details-right-panel .right-details-column {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px
}

    .verify-order .order-details-right-panel .right-details-column ul {
        padding: 0;
        list-style: none;
        margin: 0
    }

        .verify-order .order-details-right-panel .right-details-column ul:after {
            display: block;
            clear: both;
            content: ""
        }

    .verify-order .order-details-right-panel .right-details-column h3 {
        margin-bottom: 15px
    }

    .verify-order .order-details-right-panel .right-details-column li {
        float: left;
        width: 100%;
        margin-bottom: 5px
    }

        .verify-order .order-details-right-panel .right-details-column li:last-child {
            margin-bottom: 0
        }

        .verify-order .order-details-right-panel .right-details-column li h4 {
            margin-bottom: 0;
            float: left;
            width: 49%
        }

        .verify-order .order-details-right-panel .right-details-column li p {
            margin-bottom: 0;
            float: right;
            width: 49%
        }

    .verify-order .order-details-right-panel .right-details-column .total-cost p {
        font-weight: 500
    }

.accord {
    margin-bottom: 15px
}

.personal-tab .accordion > .accord:last-child {
    margin-bottom: 0
}

.personal-tab a.accord_btn {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    background-color: #6b8c9c;
    text-transform: capitalize
}

    .personal-tab a.accord_btn:hover {
        color: #fff
    }

.personal-tab .accord_btn.collapsed {
    border-radius: 5px
}

.personal-tab .accord_btn:hover {
    background: #1c4358;
    color: #fff
}

.accord {
    border: solid 1px #6b8c9c;
    border-radius: 10px
}

    .accord > .accordion-content {
        padding: 15px
    }

.personal-tab .client-follow > .accord_btn {
    background-color: #6b8c9c
}

.personal-tab .sold-settings > .accord_btn {
    background-color: #3b5c6e
}

.personal-tab .payment-info > .accord_btn {
    background-color: #1c4358
}

.personal-tab .sphere-influence > .accord_btn {
    background-color: #6b8c9c
}

.personal-tab .sphere-influence {
    border-color: #6b8c9c
}

.sphere-influence .influence-dwnd > a, .sphere-influence .influence-dwnd > a:hover {
    text-decoration: underline;
    cursor: pointer
}

.sphere-influence .influence-dwnd p {
    font-weight: 400;
    color: #293340;
    margin-top: 10px
}

#sphere_display_div_id label a {
    text-decoration: underline;
    color: #42adbd;
    font-weight: 500
}

.client-follow {
    border-color: #6b8c9c
}

.sold-settings {
    border-color: #3b5c6e
}

.payment-info {
    border-color: #1c4358
}

.accord_btn:after {
    content: "";
    float: right;
    color: #fff;
    border-top: solid 8px #fff;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    width: 0;
    margin-top: 6px
}

.accord_btn[aria-expanded=true]:after {
    border-bottom: solid 8px #fff;
    border-top: none
}

.jq-toast-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999999 !important;
}

.jq-toast-single {
    width: auto;
    background-color: #42adbd;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Fira Sans",sans-serif,fira_sansregular
}

.jq-toast-loader {
    background-color: #3b5c6e
}

.toast-active .dashboardWrapper {
    z-index: -1;
    position: relative
}

#forget_pwd_f_id, #forget_pwd_fm_id, .landing-page-main main, .login-main, .login-wrapper, .page-content, body, html {
    height: 100%;
    min-height: 100%;
    overflow-y: auto
}

.login-form-details, .login-main {
    background-color: #fff
}

.login-bg {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.mortgage-login {
    background-image: url(/Content/images/haloImages.jpg)
}

.common-tabs {
    justify-content: center;
    margin-bottom: 15px
}

    .common-tabs li {
        padding-right: 30px;
        border-bottom: solid 1px #d6e1e6;
        padding-bottom: 10px;
        position: relative
    }

        .common-tabs li:last-child {
            padding-right: 0
        }

        .common-tabs li a {
            font-size: 1.6rem;
            color: #6c757d;
            padding: 0
        }

            .common-tabs li a.active {
                color: #42adbd;
                font-weight: 500;
                font-size: 1.8rem
            }

                .common-tabs li a.active:after {
                    content: "";
                    border-bottom: solid 2px #42adbd;
                    position: absolute;
                    bottom: -1px;
                    width: calc(100% - 30px);
                    left: 0
                }

        .common-tabs li:last-child a.active:after {
            width: 100%
        }

.login-form-details .profile-dp {
    margin-bottom: 20px;
    margin-top: 5px
}

.login-form-details {
    padding: 12px 40px;
    max-width: 500px;
    margin: auto
}

    .login-form-details .login-logo {
        max-width: 230px;
        margin: 0 auto 30px auto
    }

    .login-form-details .form-input {
        margin-bottom: 20px
    }

    .login-form-details .remember-password {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .login-form-details .remember-password a {
            padding: 3px 0 0 0
        }

        .login-form-details .remember-password label {
            font-weight: 400;
            color: #6c757d
        }

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    filter: none
}

.grey-bg-form input:-webkit-autofill, .grey-bg-form input:-webkit-autofill:active, .grey-bg-form input:-webkit-autofill:focus, .grey-bg-form input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fbfbfb inset !important
}

.login-form-details .form-actions a {
    color: #293340
}

.login-form-details .form-actions .btn-new-primary {
    margin-left: 7px
}

.trust-icon {
    text-align: center
}

.login-form-details .or-option {
    text-transform: capitalize;
    color: #b5b5b5;
    text-align: center;
    position: relative;
    margin: 20px 0
}

    .login-form-details .or-option span {
        padding: 0 5px;
        background: #fff;
        position: relative
    }

    .login-form-details .or-option:before {
        content: "";
        background-color: #e0e3e4;
        height: 1px;
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0
    }

.login-form-details .social-login ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

    .login-form-details .social-login ul li:first-child {
        margin-left: 0
    }

.login-form-details .social-login ul {
    padding: 15px 0 0 0;
    margin: 0
}

    .login-form-details .social-login ul li a {
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -webkit-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -moz-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        -ms-box-shadow: 0 4px 20px rgba(69,94,126,.2);
        line-height: 40px;
        text-align: center
    }

    .login-form-details .social-login ul li .social-btn-common {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        opacity: 0;
        z-index: 2;
        overflow: hidden
    }

        .login-form-details .social-login ul li .social-btn-common iframe, .login-form-details .social-login ul li .social-btn-common span {
            width: 100% !important
        }

.login-form-details .social-login .sign-up a {
    font-weight: 500
}

.corporate-logo-inner {
    margin-right: 20px;
    border-right: solid 1px #e0e3e4;
    padding-right: 25px
}

.corporate-logo-inner, .social-set-up {
    display: inline-block;
    vertical-align: middle
}

    .corporate-logo-inner h4 {
        margin-bottom: 5px
    }

    .corporate-logo-inner a {
        display: block
    }

.account-header-info .tab-content {
    margin-bottom: 19px;
    line-height: 0
}

    .account-header-info .tab-content .social-btn, .account-header-info .tab-content h4 {
        display: inline-block;
        vertical-align: middle
    }

#acct_soc_media_setup_dv_id h4 {
    text-transform: capitalize
}

#pills-account-info .tab-main-heading .alert {
    margin-left: 15px
}

#acct_soc_media_setup_dv_id h4 a {
    text-decoration: underline
}

#acct_soc_media_setup_dv_id .social-btn input {
    font-size: 0;
    border: none;
    background-color: transparent;
    width: 22px;
    height: 22px;
    background-size: 14px;
    background-repeat: no-repeat;
    padding: 0;
    outline: 0;
    background-position: center;
    border-radius: 4px;
    margin-right: 5px
}

    #acct_soc_media_setup_dv_id .social-btn input.fb-btn {
        background-image: url(/Content/images/icons-svg/facebook.svg);
        border: solid 2px #3b5999
    }

    #acct_soc_media_setup_dv_id .social-btn input.linked-btn {
        background-image: url(/Content/images/icons-svg/linkedin.svg);
        border: solid 2px #0077b5;
        background-size: 12px
    }

.flex-content {
    align-items: center;
    justify-content: space-between
}

.refresh-icon {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

    .refresh-icon svg {
        width: 14px;
        height: 14px;
        fill: #42adbd
    }

.invoice-detail .invoice-bill-name h3, .invoice-detail .invoice-date h3 {
    text-transform: capitalize;
    color: #293340;
    font-size: 1.5rem
}

.bdr {
    border-bottom: solid 1px #e0e3e4
}

.invoice-detail .invoice-number h1 {
    color: #293340
}

.invoice-detail .invoice-number span {
    color: #42adbd
}

.current-status {
    padding: 5px 0
}

.paid-status span {
    color: #42adbd
}

.invoice-detail .invoice-bill-send-receive-detail .invoice-bill-send-receive-detail-inner {
    background-color: #f5f5f5;
    border-radius: 7px;
    padding: 15px;
    height: calc(100% - 30px)
}

.invoice-detail .invoice-bill-send-receive-detail h3 {
    color: #293340;
    margin-bottom: 10px
}

.invoice-detail .invoice-bill-send-receive-detail .invoice-bill-send-receive-detail-inner ul {
    margin: 0;
    padding: 0 0 0 20px
}

.invoice-detail .invoice-product-table .app-table-inner {
    box-shadow: 0 0 15px rgba(210,210,210,.4)
}

.invoice-detail .information-box {
    box-shadow: 0 0 15px rgba(210,210,210,.4);
    border-radius: 7px;
    padding: 15px;
    height: 80%
}

.invoice-total-details ul {
    padding: 0;
    list-style: none
}

    .invoice-total-details ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px
    }

        .invoice-total-details ul li:last-child {
            margin-bottom: 0
        }

        .invoice-total-details ul li h3 {
            text-transform: capitalize;
            color: #293340
        }

        .invoice-total-details ul li p {
            font-size: 1.6rem;
            font-weight: 500
        }

.account-upload-details ul {
    padding-left: 0;
    list-style: none
}

    .account-upload-details ul li {
        padding: 10px;
        border-radius: 7px;
        margin-top: 16px;
        background: #f8f8f8
    }

.proof-main input {
    float: right
}

.proof-main p {
    padding: 9px 0;
    float: left
}

.separate-details {
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.1);
    background-color: #fff;
    word-break: break-word
}

    .separate-details .form-input {
        margin-bottom: 0
    }

    .separate-details.form-field-mrgn .form-input {
        margin-bottom: 15px
    }

.tab-search-options {
    border-radius: 0;
    box-shadow: none
}

.landing-page-main {
    background-color: #fff
}

.landing-page h1 {
    font-size: 4rem;
    color: #293340;
    text-transform: capitalize
}

.landing-page {
    height: 100%
}

    .landing-page .landing-img {
        padding: 0 100px;
        margin-top: 50px
    }

.all-templates ul {
    padding: 0;
    list-style: none
}

.all-templates .template-info, .product-info {
    margin-bottom: 24px
}

    .all-templates .template-info .template-info-inner, .product-info .product-info-inner {
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
        border: solid 1px #f3f1f1;
        border-radius: 7px;
        background-color: #fff
    }

    .all-templates .template-info .template-img {
        max-height: 300px;
        overflow: hidden;
        position: relative;
        height: 300px;
        border-radius: 7px 7px 0 0
    }

    .product-info .product-img {
        border-radius: 7px 7px 0 0
    }

    .all-templates .template-info .template-img img {
        top: 0;
        transition: all ease 2s;
        -webkit-transition: all ease 2s;
        -moz-transition: all ease 2s;
        -o-transition: all ease 2s;
        -ms-transition: all ease 2s
    }

    .all-templates .template-info:hover .template-img img {
        position: absolute;
        top: 100%;
        transform: translateY(-100%)
    }

    .all-templates .template-info .template-info-inner .template-name-desc {
        background-color: #f8f8f8;
        padding: 15px
    }

        .all-templates .template-info .template-info-inner .template-name-desc .template-name, .product-info .product-info-inner .product-name-desc .product-name {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            min-height: 45px;
        }

            .all-templates .template-info .template-info-inner .template-name-desc .template-name a svg, .product-info .product-info-inner .product-name-desc .product-name a svg {
                width: 24px;
                height: 24px;
                fill: none;
                stroke: #c7c7c7
            }

            .all-templates .template-info .template-info-inner .template-name-desc .template-name a:hover svg, .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
                stroke: #42adbd
            }

        .all-templates .template-info .template-info-inner .template-name-desc h3, .product-info .product-info-inner .product-name-desc h3 {
            color: #293340;
            text-transform: capitalize;
            font-weight: 500;
            max-width: 90%;
            line-height: normal
        }

.template-action-btn {
    padding: 15px;
    text-align: right
}

.all-templates .template-info .template-info-inner .template-name-desc .template-description {
    position: relative
}

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > p {
        display: inline-block
    }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc, .product-info .product-info-inner .product-name-desc .see-full-desc {
        color: #42adbd;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        position: relative;
        z-index: 1
    }

        .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:after {
            content: "";
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
            border-top: solid 8px #fff;
            display: block;
            width: 10px;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: -5px;
            display: none
        }

        .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:before {
            content: "";
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-top: solid 10px #f1e8e8;
            width: 0;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            top: -5px;
            display: none
        }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description .full-description {
        position: absolute;
        padding: 10px;
        bottom: 26px;
        box-shadow: 0 0 10px rgba(41,51,64,.2);
        border-radius: 7px;
        background: #fff;
        width: 100%;
        left: 0;
        display: none
    }

    .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover + .full-description, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover:after, .all-templates .template-info .template-info-inner .template-name-desc .template-description .description > .see-full-desc:hover:before {
        display: block
    }

.template-right-details {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 10px;
    background-color: #fbfbfb
}

    .template-right-details .template-desc {
        margin-bottom: 15px
    }

    .template-right-details h3 {
        color: #293340;
        margin-bottom: 10px
    }

    .template-right-details .template-pricing ul {
        padding: 0;
        list-style: none
    }

        .template-right-details .template-pricing ul li {
            width: 40%;
            display: inline-block;
            margin-right: 30px;
            margin-bottom: 15px
        }

    .template-right-details h4 {
        color: #293340;
        margin-bottom: 3px
    }

    .template-right-details .template-pricing ul li .item-value {
        font-weight: 500;
        color: #293340
    }

        .template-right-details .template-pricing ul li .item-value span {
            font-weight: 400;
            font-size: 1.3rem
        }

.available-templates {
    padding: 18px;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(41,51,64,.2);
    margin-bottom: 30px;
    background-color: #fff
}

.final-details {
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 10px;
    background-color: #fbfbfb
}

    .final-details .finalize-order-details .count-field {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7px
    }

        .final-details .finalize-order-details .count-field label {
            font-weight: 400
        }

    .final-details .finalize-order-details .col-12 output {
        font-weight: 500
    }

.common-tiles-btn .tile-box {
    box-shadow: 0 0 20px rgba(218,218,218,.2);
    padding: 15px;
    color: #293340;
    background-color: #fff;
    min-height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center
}

    .common-tiles-btn .tile-box h5 {
        text-transform: capitalize;
        margin-left: 15px;
        font-size: 1.5rem;
        color: #293340
    }

    .common-tiles-btn .tile-box .tile-icon svg {
        width: 35px;
        fill: #3b5c6e
    }

    .common-tiles-btn .tile-box.tile-text-icon .tile-icon svg {
        height: 50px;
        width: 50px
    }

    .common-tiles-btn .tile-box:hover {
        background-color: #3b5c6e
    }

    .common-tiles-btn .tile-box .tile-text p {
        font-size: 1.4rem;
        color: #293340;
        font-weight: 500;
        line-height: normal
    }

    .common-tiles-btn .tile-box .tile-text h5 {
        margin-left: 0;
        color: #42adbd;
        font-size: 3rem
    }

    .common-tiles-btn .tile-box .tile-text {
        margin-left: 15px
    }

    .common-tiles-btn .tile-box:hover .tile-icon svg, .common-tiles-btn .tile-box:hover h5, .common-tiles-btn .tile-box:hover p {
        color: #fff;
        fill: #fff
    }

.edit-cols .form-input {
    flex: 0 0 22.8%
}

.cropper-bg {
    touch-action: manipulation
}

.modal-common .modal-content .modal-header .name-info-badge, .name-info-badge {
    background-color: #42adbd;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin-left: 5px;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 5px
}

.modal-common .modal-content .modal-header .modal-title .edit-form-name.name-info-badge {
    color: #fff
}

.download-btn-color {
    color: #2049b9
}

.processing {
    color: #3078bf
}

.status-pending {
    color: #f0ad4e
}

.status-success {
    color: #18b155
}

.status-sent-by-cpi {
    color: #318fd2
}

.status-failed {
    color: #ff6563
}

.status-temporary {
    color: #4e79a7
}

.status-not-started {
    color: #4edef5
}

.status-not-sent {
    color: #ec7777
}

.widget-cursor {
    cursor: pointer
}

.common-border-radius-medium {
    border-radius: 7px
}

.common-border-radius-large {
    border-radius: 10px
}

.mortage-color {
    color: #addb21
}

.real-estate-color {
    color: #4edef5
}

@-moz-document url-prefix() {
    input: -webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 0 #fff inset !important
    }
}

.customDropdownWrap select::-ms-expand {
    display: none
}

@media all and (-ms-high-contrast:none) {
    .modal-body {
        height: 100%
    }

    .form-input .input-hiden-content, .form-input input, .form-input select, .form-input textarea {
        line-height: normal
    }

    select::-ms-expand {
        display: none
    }

    .dashboardNav {
        min-height: 100vh
    }
}

@supports (-ms-ime-align:auto) {
    .app-table table thead {
        word-break: break-all
    }
}

.branding-partner {
    position: relative;
    padding-bottom: 100px
}

.support {
    display: none;
}

.all-products ul {
    padding: 0;
    list-style: none
}

.all-products .product-info {
    margin-bottom: 24px
}

    .all-products .product-info .product-info-inner {
        box-shadow: 0 3px 10px rgba(0,0,0,.08);
        border: solid 1px #f3f1f1;
        border-radius: 7px;
        background-color: #fff;
        min-height: 100%;
        position: relative
    }

    .all-products .product-info .product-img {
        overflow: hidden;
        position: relative;
        border-radius: 7px 7px 0 0
    }

    .all-products .product-info .product-info-inner .product-name-desc {
        background-color: #fff;
        padding: 15px;
        border-radius: 0 0 7px 7px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0
    }

    .all-products .product-info .product-info-inner .product-img .prod-code {
        background-color: #42adbd;
        color: #fff;
        font-weight: 500;
        font-size: 1.2rem;
        text-transform: capitalize;
        margin-left: 5px;
        padding: 5px 10px;
        vertical-align: middle;
        border-radius: 5px;
        position: absolute;
        right: 10px;
        bottom: 10px
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-description span {
        font-weight: 500;
        text-transform: capitalize
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name .product-detail li {
        justify-content: space-between;
        list-style-type: none;
        margin: 0 0 3px 0
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #c7c7c7
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
        stroke: #42adbd
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name .product-detail li span {
        color: #293340;
        text-transform: capitalize;
        font-weight: 500;
        max-width: 90%
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-description .description > .see-full-desc {
        color: #42adbd;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        position: relative;
        z-index: 1
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #c7c7c7;
        float: right
    }

    .all-products .product-info .product-info-inner .product-name-desc .product-name a:hover svg {
        stroke: #42adbd
    }

#event-tabs {
    float: left;
    width: 36%;
}

#main {
    width: 100%;
}

#date {
    font-weight: 700;
    font-size: 30px;
}

#month {
    font-size: 18px;
}

#card-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#card-body {
    border-radius: 10px;
    background-color: #d6e1e6;
}

.card {
    border: none;
    width: 30%;
    border-radius: 10px;
    border: none;
    width: 30%;
    border-radius: 10px;
}

#event {
    border: 1px solid Red;
}

.timing {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 2px 7px;
    background-color: #42adbd;
    color: #fff;
}

    .timing p.date {
        line-height: 17px;
        font-size: 18px;
        font-weight: 700;
    }

    .timing p.month {
        line-height: 18px;
        font-size: 12px;
    }

#events {
    text-decoration: none;
    background-color: #293340;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #42adbd;
}

.event-name {
    padding: 0px 10px;
}

#mobile-event-tabs {
    display: none;
    margin-bottom: 30px;
}

.inherittext {
    text-transform: none;
}

.card-add {
    text-align: center;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto
}

    .card-add li {
        font-size: 18px
    }

    .card-add img {
        width: 50px
    }

.personal-tab .profile-sec.after-logo {
    display: block;
    /* margin-left: 10px; */
    /* margin-top: 31px; */
    padding-top: 3em !important;
    left: 7px;
}




.personal-tab .logo-section {
    /* padding: 27px 0; */
    border-right: 1px solid #d6e1e6;
    /* margin-top: 26px !important; */
    height: 100%;
    padding-top: 9.5em;
}

.personal-tab .logo-section {
    /* padding: 27px 0; */
    border-right: 1px solid #d6e1e6;
    margin-top: 0px !important;
    height: 100%;
    position: relative;
    left: 10px;
}

cam-icon
.personal-tab .logo-section h2 {
    padding-top: 10px;
    font-size: 1.8rem;
}

.personal-tab .profile-dp .profile-image {
    border-radius: 0px;
}

.personal-tab .profile-dp {
    padding-top: 10px;
}

/*.profile-image img {
    width: 100px;

}*/

.corporate-imgset {
    max-width: 100px !important;
    height: auto;
    margin: 2px 0px 0px 0px !important;
    width: auto;
    object-fit: contain;
}

.corporate-imgset-comapnyinfo {
    /*width: 100px !important;*/
    width: 90px;
    height: 45px;
    margin: 1px 0px 0px 0px !important;
}

.profile-sec .profile-dp .profile-image {
    height: 150px;
}

.height-custome {
    height: 60px !important;
}

.top-cust {
    top: 58px !important;
}

.accountManagementTable tr td a {
    word-break: initial !important;
}

.tableWordBreak a {
    word-break: initial !important;
}

.cam-icon .photo-upload-icon {
    top: inherit;
}

.cropper-line,
.cropper-crop {
    /*cursor: initial !important;*/
    pointer-events: none !important;
}

.user_photo_upload_id5 {
    cursor: pointer;
}

.customAlert.alert-info {
    color: #426a7e;
    background-color: #f5fbfd;
    border-color: #c8dee2;
}

.customAlert.fade.in {
    opacity: 1;
}

.customAlert.block-inner {
    display: block;
}
/* .cropper-crop-box {
    transform: translate(-50%);
    left: 50% !important;
}*/
.box-2 .result {
    height: 400px;
}

    .box-2 .result div#cropper-container-main {
        height: 100% !important;
    }

    .box-2 .result img#image {
        height: 100%;
    }

table.table tr td {
    word-break: keep-all;
}

.breaktble table.table {
    min-width: 1640px;
    width: 100%;
}

table.table tr td.emailnowrap {
    white-space: nowrap
}

.profile-dp-logo {
    width: 90%;
}

    .profile-dp-logo .profile-image {
        width: 100%;
        height: 100px !important;
    }

    .profile-dp-logo .corporate-imgset {
        max-width: 100% !important;
        width: 90%;
    }

    .profile-dp-logo .top-cust {
        top: 80px !important;
    }

.profile-dp.profile-dp-logo {
    padding-top: 0;
    margin-top: -30px;
}

.display {
    display: none;
}

.arrowColor {
    color: black;
}

.setCustomFont {
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    margin-left: -5px;
}

.p1-10 {
    padding-top: 10px !important;
}

.refferal-icon {
    width: 24px;
    height: 24px;
}

.socialmedia_icon {
    width: 18px;
    height: 18px;
}

.tableBreak table tr td {
    word-break: break-word;
}

    .tableBreak table tr td:first-child {
        padding-right: 20px;
    }

        .tableBreak table tr td:first-child label {
            text-align: justify;
        }

#pills-tabb li:nth-child(1) {
    width: 20%;
}

#pills-tabb li:last-child {
    width: 20%;
}

/*.custome-width {
    width: 30% !important;
}*/

.dashboard-tabs.clearfix ul li a {
    padding: 10px 18px
}

@media (max-width: 1780px) {
    a.dashobard-home-tiles.position-relative.overflow-hidden:before {
        left: -48px;
        top: 20px;
        transform: rotate(-34deg);
        font-size: 15px;
        font-weight: 600;
        height: 35px;
        line-height: 35px;
        width: 200px;
        padding-left: 45px;
    }
}

@media (max-width: 1024px) {
    .search-table.appTableMobile .app-table-inner tbody tr td:nth-of-type(1) {
        padding-right: 0;
        display: inline-block;
    }

    .search-table.appTableMobile .app-table-inner .con-type {
        position: static;
    }

    a.dashobard-home-tiles.position-relative.overflow-hidden:before {
        left: -59px;
        top: 14px;
        transform: rotate(-35deg);
        font-size: 12px;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        width: 189px;
        padding-left: 57px;
        letter-spacing: 0px;
    }
}

@media (max-width: 991px) {
    a.dashobard-home-tiles.position-relative.overflow-hidden:before {
        left: -59px;
        top: 11px;
        transform: rotate(-43deg);
        font-size: 10px;
        font-weight: 600;
        height: 23px;
        line-height: 24px;
        width: 189px;
        padding-left: 53px;
    }
}

@media (max-width: 480px) {
    a.dashobard-home-tiles.position-relative.overflow-hidden:before {
        left: -61px;
    }

    a.dashobard-home-tiles {
        padding-top: 30px;
    }
}

@media (max-width: 330px) {
    .headerRightUserInfo {
        padding-right: 2px;
        position: relative;
        top: -26px;
    }
}

@media (max-width: 1000px) {
    ul#pills-tabb {
        padding: 0px;
        list-style: none;
        /* justify-content: center;*/
    }

    .cust-iconset ul li span svg {
        max-height: 35px !important;
        height: 49px !important;
        fill: #42adbd;
        width: 50px !important;
        margin-bottom: 9px;
    }

    .dashboard-tabs ul li, .dashboard-tabs.more-tabs-btn ul li {
        margin-right: 3%;
        width: 22.7%;
        margin-bottom: 3%;
    }

    #pills-tabb li {
        width: 47% !important;
    }


    .dashboard-tabs.listed-tab-show ul li a.nav-link h3 {
        max-width: 100px !important;
        line-height: 15px;
        font-size: 1.4rem !important;
    }

    .dashboard-tabs ul li a.nav-link {
        padding: 9% 3%;
        background-color: #fff;
        border-radius: 13px;
        height: 33.8vw !important;
    }

        .dashboard-tabs ul li a.nav-link h3 {
            max-width: 100px !important;
            font-size: 1.4rem !important;
            line-height: 15px !important;
        }

    #pills-tab li {
        width: 47% !important;
    }

    .dashboard-tabs ul li span svg {
        max-height: 35px !important;
        height: 49px !important;
        fill: #42adbd;
        width: 50px !important;
        margin-bottom: 9px;
    }
}
@media (max-width: 1200px) {
    .dashboard-tabs.clearfix ul li a {
        padding: 10px 5px !important;
        height: 70px;
    }

    .dashboard-tabs ul li h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 1800px) {
    .dashboard-tabs.clearfix ul li a {
        padding: 10px 10px !important;
    }
}

@media (max-width: 1500px) {
    .dashboard-tabs.clearfix ul li a {
        padding: 10px 0px !important;
    }

    .dashboard-tabs ul li h3 {
        font-size: 1.1rem;
    }

    #pills-tabb li {
        width: 23%;
    }
}


.custome-width {
    width: 48% !important;
}

.check-content-set {
    margin-left: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .check-content-set label {
        margin-bottom: 0px;
        margin-left: 5px;
    }

    .check-content-set input {
        border-color: black;
    }

@media (max-width:2500px) and (min-width:1024px) {
    .dashboard-tabs.listed-tab-show ul li,
    .dashboard-tabs.listed-tab-show ul li.nav-item {
        width: auto !important;
    }
    .dashboard-tabs.listed-tab-show ul li a,
    .dashboard-tabs.listed-tab-show ul li.nav-item a {
       padding: 10px 20px !important;
    }
    .alert.alert-info.fade.in.block-inner.customAlert.prof_alert {
        margin-top: -30px;
    }
}
li.profileList {
    position: absolute;
    bottom: 120px;
    width: 100%;
}
  li.settingList {
    position: absolute;
    bottom: 75px;
    width: 100%;
}
@media (max-width:1024px) {
    .dashboardNav ul li.profileList, .dashboardNav ul li.settingList {
        position: relative;
        bottom: inherit;
        top: 20px;
    }
}

.welcome_modal div.modal-dialog {
    max-width:900px;
}
.welcome_modal div.modal-content {
    padding: 15px !important;
}
.welcome_modal div.modal-content img  {
    width:100%;
   /* max-width: 720px;*/
}

@media (min-width: 1025px) {
   /* .dashboardContentWrap {
        padding-bottom: 0;
    }*/
    .dashboardNav {
        padding-top: 0;
        padding-bottom: 0;
        height: Calc(100vh - 52px);
        position: sticky !important;
        top: 52px;
        z-index: 999;
    }
    .dashboardNav .list-unstyled {
        max-height: Calc(100vh - 64px);
        overflow: auto;
    margin-bottom: 0px !important;
    margin-top: 12px;
    }
.dashboardNav #navbar-menu.list-unstyled {
    max-height: Calc(100vh - 191px);
    margin-bottom: 20px !important;
}
.dashboardNav .list-unstyled li.settingList {
        bottom: 35px;
        position: inherit;
        margin-bottom:40px;
    }
.dashboardNav .list-unstyled li.profileList { 
    bottom: 75px; 
    position: inherit;
    margin-top:70px;
}
}
}
    max-width: 720px;
}
.textarea_custom {
    border: none;
    border-bottom: solid 1px #e0e3e4;
    outline: 0;
    padding: 0;
    font-size: 1.4rem;
    color: #293340;
    box-shadow: none;
    height: auto;
    line-height: 25px;
}
.datepicker-calendar-custom {
    border-radius: 0;
    background-image: url(/Content/images/icons-svg/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    background-size: 15px;
}
.datepicker-calendar-custom:focus,
.textarea_custom:focus,
.cntl_cs:focus {
    border-color: #42adbd;
}
/*facebook button start*/
/*.fb-login-button {
    background: #1877f2;
    display: flex;
    max-width: 240px;
    padding: 10px;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
}
.fb-login-button img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.fb-login-button span {
    color: #fff;
    font-size: 16px;
    line-height: 0;
}*/
/*facebook button End*/
.alert_msg {
    background: aqua;
    margin: -18px -24px 0;
    padding: 10px 30px; 
    font-size: 20px;
    font-weight: 500;
}
.alert_pp_msg {
    background-color: #1dbf38;
    margin: 0 -34px 20px;
    padding: 15px 20px;
}

.s-card {
    height: 420px;
    max-height: 100% !important;
    overflow-y: scroll;
}

/*================*/
.custWidth input, select{
    width:100% !important;
}
.custWidth select {
    margin-top: 27px !important;
}


/*==========*/

.dashboard-card{
    max-height:242px;
}
.misingData {
    display: flex !important;
    justify-content:space-between !important;
}
.cs-missingData{
    margin-right:2rem;
}


/*==12=feb===*/


.pagination-common nav {
   
    justify-content: space-between;
    width: 100%;
}

.pagination-common .page-item {
    width: 60px !important;
}
.cs-missingData a {
    color: #0c5460;
    text-decoration: underline;
}
.realityMang #rlty_conn_sm_order_validation_div_id {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50% !important;
    margin: 0 !important;
    display: block;
}