/*@font-face {
  font-family: thin;
  src: url('../../../fonts/myriad-set-pro_thin.ttf') !important; }
@font-face {
  font-family: text;
  src: url('../../../fonts/myriad-set-pro_text.ttf') !important; }
@font-face {
  font-family: ultrathin;
  src: url('../../../fonts/myriad-set-pro_ultralight.ttf') !important; }
@font-face {
  font-family: semibold;
  src: url('../../../fonts/myriad-set-pro_semibold.ttf') !important; }*/
@font-face {
    font-family: thin;
    src: url('../../../fonts/myriad-set-pro_thin.ttf') format('truetype');
}

@font-face {
    font-family: text;
    src: url('../../../fonts/myriad-set-pro_text.ttf') format('truetype');
}

@font-face {
    font-family: ultrathin;
    src: url('../../../fonts/myriad-set-pro_ultralight.ttf') format('truetype');
}

@font-face {
    font-family: semibold;
    src: url('../../../fonts/myriad-set-pro_semibold.ttf') format('truetype');
}

@font-face {
    font-family: nexa;
    src: url('../../../fonts/nexa-bold.otf') format('opentype') !important;
}

.wizard-report-delivery-section {
    border: solid 1px #f1f1f1;
    padding: 5px 10px !important;
}

.btnNormal {
    margin-top: 20px;
}

#back-to-top {
    display: none;
    width: 50px;
}

    #back-to-top.show {
        display: block !important;
        opacity: 1;
    }

.up {
    position: fixed;
    bottom: 15px;
    right: 60px;
    z-index: 10;
}

.index-header {
    background-image: url(../../../Content/images/HomePage/homepage-banner-d2.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}


.card.disable .card-design-area:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 47px;
    background: url(../../../Content/images/HomePage/disable.png) !important;
    left: 0px;
    bottom: -47px;
}

.aw .card-design-area:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 47px;
    background: url(../../../Content/images/HomePage/adwords-green.png) !important;
    left: 0px;
    bottom: -47px;
}

.analytics .card-design-area:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 47px;
    background: url(../../../Content/images/HomePage/analytics-orange.png) !important;
    left: 0px;
    bottom: -47px;
}

.amazon .card-design-area:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 47px;
    background: url(../../../Content/images/HomePage/amazon-yellow.png) !important;
    left: 0px;
    bottom: -47px;
}

.facebook .card-design-area:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 47px;
    background: url(../../../Content/images/HomePage/facebook-blue.png) !important;
    left: 0px;
    bottom: -47px;
}


.bing .card-design-area:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 47px;
    background: url(../../../Content/images/HomePage/bing-green.png) !important;
    left: 0px;
    bottom: -47px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link {
    color: white !important;
    font-size: 14px;
}

#solutionGalleryProgressDiv {
    display: none;
}

.sent {
    font-size: 20px;
    font-family: text;
    color: #6f9cd3;
}

    .sent img {
        margin-bottom: 10px;
    }

.cards-container {
    overflow: auto !important;
}
/********************************Custom Scroll CSS Start***************************************/

@media (min-width: 767px) {


    ::-webkit-scrollbar {
        width: 11px;
        height: 11px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        border: 1px solid #D1D3D4;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb:vertical {
        -webkit-border-radius: 10px;
        border-radius: 6px;
        background: #E0DFDF;
        width: 10px;
        background: url('../../Images/ScrollBar/scrollbar-thumb-horizontal.png') 0;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        -webkit-border-radius: 10px;
        border-radius: 6px;
        background: #E0DFDF;
        width: 10px;
        background: url('../../Images/ScrollBar/scrollbar-thumb-vertical.png') 0;
    }

    ::-webkit-scrollbar-button:start:vertical:increment {
        display: block;
        border: 1px solid #D1D3D4;
        border-top: none;
        border-bottom: none;
    }

    ::-webkit-scrollbar-button:start:vertical:decrement {
        display: block;
        border: 1px solid #D1D3D4;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }


    ::-webkit-scrollbar-button:end:vertical:increment {
        display: block;
        border: 1px solid #D1D3D4;
        border-top: none;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    ::-webkit-scrollbar-button:end:vertical:decrement {
        display: block;
        border: 1px solid #D1D3D4;
        border-top: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    ::-webkit-scrollbar-button:start:horizontal:increment {
        display: block;
        border: 1px solid #D1D3D4;
        border-right: none;
    }

    ::-webkit-scrollbar-button:start:horizontal:decrement {
        display: block;
        border: 1px solid #D1D3D4;
        border-right: none;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    ::-webkit-scrollbar-button:end:horizontal:increment {
        display: block;
        border: 1px solid #D1D3D4;
        border-left: none;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    ::-webkit-scrollbar-button:end:horizontal:decrement {
        display: block;
        border: 1px solid #D1D3D4;
        border-left: none;
    }

    ::-webkit-scrollbar-button:vertical:increment {
        height: 13px;
        background: url('../../Images/ScrollBar/arrow-scroll-down.png') no-repeat 1px;
    }

        ::-webkit-scrollbar-button:vertical:increment:hover {
            background: url('../../Images/ScrollBar/arrow-scroll-down-hover.png') no-repeat 1px;
        }

    ::-webkit-scrollbar-button:vertical:decrement {
        height: 13px;
        background: url('../../Images/ScrollBar/arrow-scroll-up.png') no-repeat 1px;
    }

        ::-webkit-scrollbar-button:vertical:decrement:hover {
            background: url('../../Images/ScrollBar/arrow-scroll-up-hover.png') no-repeat 1px;
        }

    ::-webkit-scrollbar-button:horizontal:increment {
        width: 13px;
        background: url('../../Images/ScrollBar/arrow-scroll-right.png') no-repeat 4px 1px;
    }

        ::-webkit-scrollbar-button:horizontal:increment:hover {
            background: url('../../Images/ScrollBar/arrow-scroll-right-hover.png') no-repeat 4px 1px;
        }

    ::-webkit-scrollbar-button:horizontal:decrement {
        width: 13px;
        background: url('../../Images/ScrollBar/arrow-scroll-left.png') no-repeat 4px 1px;
    }

        ::-webkit-scrollbar-button:horizontal:decrement:hover {
            background: url('../../Images/ScrollBar/arrow-scroll-left-hover.png') no-repeat 4px 1px;
        }
}
/********************************Custom Scroll CSS Start***************************************/
/********************************Logout CSS Start***************************************/
.dropdown-menu {
    font-size: 14px !important;
}

.arrow-next img,
.arrow-previous img {
    width: 60px;
}

.arrow-next,
.arrow-previous {
    top: 65%;
}

.logoutList {
    left: inherit;
    right: 10px !important;
    position: absolute;
    float: right;
    top: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .logoutList li label {
        position: relative;
        top: 1px;
        left: 5px;
        cursor: pointer;
        margin-bottom: 0px;
        font-family: text;
        font-size: 14px;
        padding: 0px !important;
    }

.context-menu-logout {
    position: absolute;
    width: 245px;
    top: 40px;
    right: 102px;
    display: none;
}

.b3.context-menu-logout {
    top: 45px !important;
    right: 102px !important;
}

.user-name-cricle {
    background: white;
    border: solid 1px #1892d3;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 90px;
    color: #1892d3;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.user-name-circle-span {
    margin: auto;
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    padding: 13px 9px;
    position: relative;
    bottom: 8px;
    font-size: 20px;
    font-family: thin;
}

/*.big-user-name-cricle {
    background: white;
    border: solid 1px #1892d3;
    margin-left: 13px;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 160px;
    color: #1892d3;
}*/

.blue {
    color: #1892d3;
}

/*.big-user-name-circle-span {
    margin: auto;
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    padding: 13px 9px;
    position: relative;
    bottom: 12px;
    right: 0px;
    font-size: 25px;
    font-family: thin;
}*/

.tip {
    position: relative;
    float: right;
    top: 1px;
    right: 33px;
    width: 12px;
    height: 12px;
    border-top: solid 6px transparent;
    border-bottom: solid 6px white;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    z-index: 9999;
}

.user-info {
    display: inline-block;
    padding: 0px 11px 0px 5px;
    font-size: 13px;
    bottom: 3px;
    position: relative;
    font-family: text;
}

    .user-info .user-email {
        color: black;
    }

.context-menu-logout .dropdown-menu > li > a {
    display: block;
    padding: 4px 20px;
    color: black;
    font-family: text;
    text-decoration: none;
}

    .context-menu-logout .dropdown-menu > li > a:hover {
        background-color: #f5f5f5;
    }

    .context-menu-logout .dropdown-menu > li > a > img {
        padding-bottom: 3px;
    }

/*.context-menu-logout .dropdown-menu > li a label {

    padding-left:10px;
}*/

/********************************Logout CSS End***************************************/

.inner-input {
    height: 26px !important;
}

@media (max-width: 580px) {
    .trial-tip {
        display: none !important;
    }

    #back-to-top {
        display: none;
    }
}


@media (max-width: 991px) {

    .index-header {
        background-position-x: -160px !important;
        background-image: url(../../../Content/images/HomePage/homepage-banner-blue.png) !important;
        /*height:100vh !important;*/
    }

    .nav-device-bg {
        /*background: rgba(63, 128, 206, 1);*/
        background: #6f9cd3 !important;
        position: absolute;
        top: 55px;
        left: 0px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 9;
        padding-bottom: 15px !important;
        /* height: 100vh; */
    }
}

@media only screen and (max-width: 1366px) and (min-width: 767px) {
    #filterarea, #templatearea {
        padding-top: 15px !important;
    }

    .navbar {
        padding-top: 8px !important;
        padding-bottom: 9px !important;
    }
}

/*@media (max-width: 575px){
    .index-header {
    background-position-x: -70px !important;
    background-position-y: -280px !important;
    height: auto!important;
    overflow: hidden !important;
}

}

@media (max-width: 991px){
    .index-header {
background-position-x: -160px !important;
}
}
    */
.no-padding-lg-only {
    padding: 0 !important;
}

.show-on-sm {
    display: none;
}

.divReportFilterContainer,
.sel_timeFrameDiv {
    position: static;
}

label.show-label {
    display: none;
}

.range_inputs-custom {
    display: none;
}

@media (max-width: 767px) {
    /* #iv-container { */
    /* height: 96% !important; */
    /* } */

    .popupSocial {
        right: 0px !important;
        left: unset;
    }

    .download-span span,
    .run-span span,
    .share-span span {
        display: none;
    }

    .tooltip {
        display: none !important;
    }

    .reports-table tr td:not(:first-child):not(:nth-child(2)):not(:last-child),
    .reports-table tr th:not(:first-child):not(:last-child) {
        display: none !important;
    }

    .range_inputs-custom {
        display: none;
        position: absolute;
        top: 0px;
        right: 15px;
        z-index: 9999;
    }

    .visualization_section_spacing {
        padding: 0px 50px;
    }
    /*.inner-range_inputs{
        display:none !important;
    }*/

    .popup-outer > .range_inputs-custom {
        display: block;
    }

    .popup-outer label.show-label {
        position: fixed;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        top: 50px;
        left: 50%;
        color: #6f9cd3 !important;
        background: white;
        font-size: 16px !important;
        display: block;
        z-index: 9999;
        padding: 12px;
        transform: translateX(-50%);
        width: 90%;
        text-align: left;
        font-family: semibold !important;
    }

    .popup-outer {
        position: static !important;
    }


        .popup-outer:after {
            content: '';
            width: 100%;
            height: 100%;
            background: #000000e3;
            position: fixed;
            top: 0px !important;
            left: 0px !important;
            z-index: 9998;
            border: none !important;
        }

    .popup-open {
        width: 90% !important;
        display: block;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 9999 !important;
        min-height: 68% !important;
        max-height: 68% !important;
        border-radius: 5px !important;
    }

        .popup-open .calendar {
            margin: auto !important;
        }

    .single-calendar-sm input,
    .single-calendar-sm select {
        padding: 0 !important;
    }

    .ranges li {
        display: inline-block;
        width: auto !important;
        background-color: #ebebeb !important;
        border: 1px solid #ebebeb !important;
        border-radius: 100px !important;
        color: black !important;
        padding: 0px 8px !important;
        margin: 0px 2px 4px 0px !important;
        height: 29px !important;
        line-height: 29px !important;
    }

        .ranges li.active, .ranges li:hover {
            background-color: #6f9cd3 !important;
            border-color: #6f9cd3 !important;
            color: white !important;
        }

    .daterangepicker.dropdown-menu.double-calendar-lg {
        /*top: -70px !important;
        position: relative !important;
        border:none !important;
        height:auto;*/
    }

    .daterangepicker.dropdown-menu.single-calendar-sm {
        width: auto;
        height: auto;
    }

    .divReportSummaryContainer {
        padding-top: 15px;
    }

    .scheduleContainer .divNoEndTime {
        padding-left: 0px !important;
    }

    .no-padding-lg-only {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .report-delivery-label {
        position: relative;
    }

        .report-delivery-label:after {
            content: '';
            width: 13px;
            height: 7px;
            background-image: url(../../images/ReportConfiguration/wizard-active-tab.png);
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 9999;
        }

    .wizard-report-delivery-section {
        border-left: none;
        border-right: none;
        border-bottom: none;
        padding: 0 !important;
        margin-top: 8px;
    }

    .wizard-container,
    .reportConfigurationPopUpContainer {
        padding: 0 !important;
    }

    .reportConfigurationContainer {
        background-color: transparent !important;
    }

        .reportConfigurationContainer .divInfo {
            display: block;
            float: right;
            margin-left: 0 !important;
        }

        .reportConfigurationContainer .header {
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 3002;
        }

            .reportConfigurationContainer .header .row.justify-content-between {
                justify-content: flex-start !important;
            }

                .reportConfigurationContainer .header .row.justify-content-between img.rpt-config-icon {
                    display: none;
                }

                .reportConfigurationContainer .header .row.justify-content-between .rpt-config-title-container {
                    padding: 0;
                }

        .reportConfigurationContainer .contentContainer {
            padding-top: 50px;
            border: none !important;
            border-radius: 0px !important;
        }

            .reportConfigurationContainer .contentContainer .divLoader {
                position: absolute;
                border: none;
                right: 0px;
            }

                .reportConfigurationContainer .contentContainer .divLoader img#imgLoader {
                    position: absolute;
                    right: 10px;
                    top: 17px;
                    z-index: 99;
                }

            .reportConfigurationContainer .contentContainer .stepHeader {
                display: none;
            }

            .reportConfigurationContainer .contentContainer .divMessageContainer {
                position: absolute;
            }

            .reportConfigurationContainer .contentContainer .reportConfigurationBodyLeft {
                display: none;
            }

            .reportConfigurationContainer .contentContainer .body {
                height: auto !important;
                border: none !important;
            }

        .reportConfigurationContainer #imgCross {
            margin-top: 5px !important;
        }

        .reportConfigurationContainer .reportConfigurationBodyRight h4 {
            font-family: semibold;
            font-size: 18px;
            color: black;
            margin-top: 15px;
            margin-bottom: 15px !important;
        }

        .reportConfigurationContainer .reportConfigurationBodyRight .row {
            margin-left: -15px !important;
            margin-right: -15px !important;
            background: white;
        }

            .reportConfigurationContainer .reportConfigurationBodyRight .row.border-top-custom {
                border-top: solid 1px #e1e1e1;
                padding-top: 15px;
            }

        .reportConfigurationContainer .reportConfigurationBodyRight .col-md-10 {
            padding: 0px 15px !important;
        }

    .reportConfigurationPopUpWrapper {
        background: #f4f4f4;
    }

    .i-container {
        position: absolute;
        right: 12px;
        z-index: 0;
        padding: 0 !important;
    }

    input, select,
    .input, .select {
        font-size: 15px !important;
        font-family: text !important;
        color: black !important;
        border: none !important;
        border-bottom: solid 1px #e1e1e1 !important;
        padding-left: 0px !important;
        padding-right: 20px !important;
        border-radius: 0px !important;
        background: white;
    }

        input > span, select > span,
        .input > span, .select > span {
            font-size: 15px !important;
            font-family: text !important;
            color: black !important;
        }

        input[disabled], select[disabled],
        .input[disabled], .select[disabled] {
            opacity: 0.5 !important;
        }

        input:focus,
        select:focus,
        .input:focus,
        .select:focus {
            border-color: #6f9cd3 !important;
            outline: 0 !important;
            box-shadow: none !important;
        }

    .reportConfigurationContainer .treeControlFocusIn {
        outline: 0 !important;
    }

    .reportConfigurationContainer #inpFilterSearch {
        background-image: url(../../images/ReportConfiguration/search-blue.png) !important;
        background-repeat: no-repeat !important;
        background-position-x: 10px !important;
        background-position-y: 6px !important;
        padding-left: 30px !important;
    }

    .divAllFieldsRequired {
        position: static !important;
        margin-top: 7px;
    }

        .divAllFieldsRequired label {
            font-size: 12px !important;
        }

    .divReportConfigurationFooter {
        border-top: solid 1px #e1e1e1 !important;
        left: 15px;
    }

        .divReportConfigurationFooter > div {
            padding: 0px !important;
        }

        .divReportConfigurationFooter button {
            border: none !important;
            color: transparent;
        }

            .divReportConfigurationFooter button:hover {
                background-color: transparent !important;
                color: transparent !important;
                cursor: pointer !important;
            }

            .divReportConfigurationFooter button:focus {
                outline: 0 !important;
            }

            .divReportConfigurationFooter button:active {
                background-color: #ddedff !important;
            }

            .divReportConfigurationFooter button.sel_btnFinish {
                background-image: url(../../images/Import/confirm-active.png) !important;
                background-image: -webkit-image-set(url('../../images/Import/confirm-active.png') 1x, url('../../images/Import/confirm-active@2x.png') 2x) !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
            }

                .divReportConfigurationFooter button.sel_btnFinish.btnDisable {
                    background-image: url(../../images/Import/confirm-inactive.png) !important;
                    background-image: -webkit-image-set(url('../../images/Import/confirm-inactive.png') 1x, url('../../images/Import/confirm-inactive@2x.png') 2x) !important;
                    background-repeat: no-repeat !important;
                    background-position: center !important;
                }

            .divReportConfigurationFooter button.sel_Close {
                background-image: url(../../images/Import/close-active.png) !important;
                background-image: -webkit-image-set(url('../../images/Import/close-active.png') 1x, url('../../images/Import/close-active@2x.png') 2x) !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
            }

                .divReportConfigurationFooter button.sel_Close.btnDisable {
                    background-image: url(../../images/Import/close-inactive.png) !important;
                    background-image: -webkit-image-set(url('../../images/Import/close-inactive.png') 1x, url('../../images/Import/close-inactive@2x.png') 2x) !important;
                    background-repeat: no-repeat !important;
                    background-position: center !important;
                }

            .divReportConfigurationFooter button.sel_btnCancel {
                background-image: url(../../images/Import/cancel-active.png) !important;
                background-image: -webkit-image-set(url('../../images/Import/cancel-active.png') 1x, url('../../images/Import/cancel-active@2x.png') 2x) !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
            }

                .divReportConfigurationFooter button.sel_btnCancel.btnDisable {
                    background-image: url(../../images/Import/cancel-inactive.png) !important;
                    background-image: -webkit-image-set(url('../../images/Import/cancel-inactive.png') 1x, url('../../images/Import/cancel-inactive@2x.png') 2x) !important;
                    background-repeat: no-repeat !important;
                    background-position: center !important;
                }

            .divReportConfigurationFooter button.sel_btnNext {
                background-image: url(../../images/Import/next-active.png) !important;
                background-image: -webkit-image-set(url('../../images/Import/next-active.png') 1x, url('../../images/Import/next-active@2x.png') 2x) !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
            }

                .divReportConfigurationFooter button.sel_btnNext.btnDisable {
                    background-image: url(../../images/Import/next-inactive.png) !important;
                    background-image: -webkit-image-set(url('../../images/Import/next-inactive.png') 1x, url('../../images/Import/next-inactive@2x.png') 2x) !important;
                    background-repeat: no-repeat !important;
                    background-position: center !important;
                }

            .divReportConfigurationFooter button.sel_Back {
                background-image: url(../../images/Import/back-active.png) !important;
                background-image: -webkit-image-set(url('../../images/Import/back-active.png') 1x, url('../../images/Import/back-active@2x.png') 2x) !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
            }

                .divReportConfigurationFooter button.sel_Back.btnDisable {
                    background-image: url(../../images/Import/back-inactive.png) !important;
                    background-image: -webkit-image-set(url('../../images/Import/back-inactive.png') 1x, url('../../images/Import/back-inactive@2x.png') 2x) !important;
                    background-repeat: no-repeat !important;
                    background-position: center !important;
                }

    .hide-on-sm {
        display: none;
    }

    .show-on-sm {
        display: block;
    }

    .templateContainer .btnNormal {
        padding: 5px 20px;
        background: white;
        border-radius: 100px;
        color: #ff7c24;
        border: solid 1px #ff7c24;
        margin-top: 0px;
        outline: 0 !important;
    }

        .templateContainer .btnNormal:hover {
            background: #ff7c24 !important;
        }

    .time-zone {
        padding: 0 !important;
    }

    .reportConfigurationContainer .body .divDataWarningContainer {
        position: static !important;
        padding-left: 20px !important;
        margin-top: 10px;
    }


    .mg-bt-sm {
        margin-bottom: 10px;
    }

    .reportConfigurationContainer .reportConfigurationBodyLeft {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

        .reportConfigurationContainer .reportConfigurationBodyLeft img {
            width: 100px;
        }

    .reportConfigurationPopUpWrapper > div {
        padding: 0px 5px;
    }

    .reportConfigurationContainer .body {
        padding: 0 !important;
    }

    /*.divReportDataContainer {
        padding: 0px 10px;
    }*/

    .reportConfigurationPopUpContainer .stepHeader {
        display: none;
    }

    .ipdf-tech {
        padding: 20px 0px !important;
    }

    .feedback-page .center-heading p {
        margin: 0px 10px;
        text-align: justify;
    }
}

#solutionGalleryProgressDiv {
    position: fixed;
    text-align: center;
    z-index: 15;
    left: 44%;
    display: none;
    top: 64px;
    z-index: 6;
}

.input-active {
    color: white;
    border-color: white;
}

.question.done:before {
    background-image: url(../../images/Survey/tick.png) !important;
}

.question.not-done:before {
    background-image: url(../../images/Survey/cross.png) !important;
}

.btn-secondary {
    background: url(../../images/Survey/radio-unselected.png);
}

    .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background: url(../../images/Survey/radio-selected.png) !important;
    }

.submit-btn:hover {
    cursor: pointer;
}

.divAuditReportPopupContainer .white-bg .blue-btn:hover {
    cursor: pointer;
}

.divAuditReportPopupContainer .white-bg .orange-btn {
    cursor: pointer;
}

.divAuditReportPopupContainer .blue-bg {
    /*background-image: url(../../images/AuditReport/audit-popup-bg.png) !important;*/
    background: #6f9cd3 !important;
}

    .divAuditReportPopupContainer .blue-bg .orange-btn {
        text-align: center;
        text-decoration: none;
    }

.audit-header {
    background: url(../../images/AuditReportLandingPage/audit-bg.png) top center no-repeat !important;
    background-color: #6f9cd3 !important;
}

.btn {
    height: 38px;
    padding: 5px 21px;
    font-family: semibold;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .btn.btn-blue {
        color: white;
        background: #6f9cd3;
    }

        .btn.btn-blue:hover {
            background: #0761c9;
        }

    .btn.btn-disable {
        color: white;
        background: #919191;
        cursor: not-allowed;
    }

        .btn.btn-disable:hover {
            background: #919191;
        }

.show-error {
    border-bottom-color: red !important;
}

.ppcexpo-form textarea.show-error {
    border-color: red;
}

.error-text {
    font-family: semibold;
    color: red;
    font-size: 10px;
    position: relative;
    top: 5px;
    bottom: 2px;
}

.logout-dropdown {
    position: absolute;
    width: 274px;
    top: 45px;
    right: 35px;
}

    .logout-dropdown .account-status {
        position: absolute !important;
        top: 0;
        right: 7px;
    }

    .logout-dropdown .user-info-section {
        position: relative;
    }

    .logout-dropdown .account-status.status-expired,
    .logout-dropdown .account-status.status-suspended,
    .logout-dropdown .account-status.status-cancel {
        position: relative;
    }

        .logout-dropdown .account-status.status-expired:after,
        .logout-dropdown .account-status.status-suspended:after,
        .logout-dropdown .account-status.status-cancel:after {
            content: '';
            display: block;
            width: 13px;
            height: 13px;
            background-repeat: no-repeat;
            position: absolute;
            top: 3px;
            left: -17px;
        }

    .logout-dropdown .account-status.status-active:after {
        background: url(/Content/images/TrialRegister/status-active.png) !important;
    }

    .logout-dropdown .account-status.status-active {
        bottom: 6px;
    }

    .logout-dropdown .account-status.status-expired:after {
        background: url(/Content/images/TrialRegister/status-expired.png) !important;
    }

    .logout-dropdown .account-status.status-expired {
        bottom: 6px;
        color: red;
    }

    .logout-dropdown .account-status.status-suspended:after {
        background: url(/Content/images/TrialRegister/status-suspended.png) !important;
    }

    .logout-dropdown .account-status.status-suspended {
        bottom: 6px;
        color: #fcb040;
    }

    .logout-dropdown .account-status.status-cancel:after {
        background: url(/Content/images/TrialRegister/status-cancelled.png) !important;
    }

    .logout-dropdown .account-status.status-cancel {
        bottom: 6px;
        color: #fcb040 !important;
    }



    .logout-dropdown.trial-user div.trial-info:after {
        display: none !important;
    }

    .logout-dropdown.trial-user div.trial-info-after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        /*width: 70%;*/
        height: 4px;
        background: #6f9cd3;
    }

.subscription-info .account-status:after {
    background: url(/Content/images/TrialRegister/status-active-white.png) !important;
}

input[type="checkbox"] {
    background-image: url("../../images/TrialRegister/checkboxunselected.png") !important;
}

    input[type="checkbox"]:checked {
        background-image: url("../../images/TrialRegister/checkboxselected.png") !important;
    }

.download-btn {
    cursor: pointer !important;
}

.upgradePlan {
    float: right;
}

    .upgradePlan a {
        font-size: 12px;
        color: #6f9cd3;
        text-decoration: underline;
        cursor: pointer;
    }

.price-box.current-plan::before {
    background: url(../../images/TrialRegister/current-plan.png) no-repeat !important;
}

.price-box.expired-plan::before {
    content: '';
    width: 76px;
    height: 75px;
    background: url(../../images/TrialRegister/expired-red.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 8px;
}

.price-box.suspended-plan::before {
    content: '';
    width: 76px;
    height: 75px;
    background: url(../../images/TrialRegister/suspended.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 8px;
}

.price-box.trial-plan::before {
    content: '';
    width: 76px;
    height: 75px;
    background: url(../../images/TrialRegister/trial-watermark.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 8px;
}

.price-box.cancel-plan::before {
    content: '';
    width: 76px;
    height: 75px;
    background: url(../../images/TrialRegister/cancelled.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 8px;
}

.disabledTab {
    pointer-events: none;
    cursor: default;
}

.subscription-info {
    position: relative;
}

    .subscription-info .custom-account-status {
        position: absolute !important;
        bottom: 5px;
        right: 10px;
    }

        .subscription-info .custom-account-status::after {
            left: -17px !important;
        }

.price-box .btn.btn-blue {
    width: 105px !important;
}

.subscription-info .account-status-expired,
.subscription-info .account-status-suspended,
.subscription-info .account-status-canceled {
    font-family: text;
    font-size: 14px;
    color: white;
}

    .subscription-info .account-status-expired::after,
    .subscription-info .account-status-suspended::after,
    .subscription-info .account-status-canceled::after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
        position: absolute;
        top: 3px;
        left: -3px;
    }

    .subscription-info .account-status-expired::after {
        background: url(/Content/images/TrialRegister/status-expired-white.png) !important;
    }

    .subscription-info .account-status-suspended::after {
        background: url(/Content/images/TrialRegister/status-suspended-white.png) !important;
    }

    .subscription-info .account-status-canceled::after {
        background: url(/Content/images/TrialRegister/status-expired-white.png) !important;
    }

.success-message {
    font-family: semibold;
    color: forestgreen;
    font-size: 10px;
    position: relative;
    bottom: 2px;
}

input.search-invoice {
    padding-left: 8px !important;
}

.custom-table td > div {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #6f9cd3 !important;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #6f9cd3 !important;
}

.tooltip-inner {
    background-color: #6f9cd3 !important;
}

.audit-header .typography h2 {
    font-family: bold !important;
}

.switch-btn .switch.tile {
    background: url(../../images/AdminPanel/tile-inactive.png) no-repeat !important;
    background-position: center !important;
}

    .switch-btn .switch.tile.active {
        background: url(../../images/AdminPanel/tile-active.png) no-repeat !important;
        background-position: center !important;
        background-color: #6f9cd3 !important;
        border-color: #6f9cd3 !important;
    }

.switch-btn .switch.list.active {
    background: url(../../images/AdminPanel/list-active.png) no-repeat !important;
    background-position: center !important;
    background-color: #6f9cd3 !important;
    border-color: #6f9cd3 !important;
}

.switch-btn .switch.list {
    background: url(../../images/AdminPanel/list-inactive.png) no-repeat !important;
    background-position: center !important;
}

.search-bar {
    background: url(../../images/AdminPanel/search-icon.png) no-repeat !important;
    background-position: 10px !important;
}

    .search-bar:focus {
        background: url(../../images/AdminPanel/search-icon-blue.png) no-repeat !important;
        background-position: 10px !important;
        background-color: white !important;
    }

.tooltip {
    pointer-events: none;
}

.customer-status-active {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../../images/AdminPanel/status-active.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 5px;
}

.customer-status-canceled {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../../images/AdminPanel/status-cancelled.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 5px;
}

.customer-status-expired {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../../images/AdminPanel/status-expired.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 5px;
}

.customer-status-suspended {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../../images/AdminPanel/status-suspended.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 5px;
}

.features-page a.custom-btn {
    max-width: 100px;
    margin: auto;
    padding: 8px 21px;
}

    .features-page a.custom-btn:hover {
        color: black;
    }
/*.banner-btn {
    background: #ffa500 !important;
}
    .banner-btn span {
        color: black !important;
    }*/
.deleteAccount {
    background-image: url(../../images/AdminPanel/i_delete.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none !important;
    background-position: center;
}

.pricing-wizard .pricing-wizard-popup-container .main-container .contentContainer .body .accounts-container .text-area .popUpRowSpacing .accounts-selection .box-left .search-box input {
    background-image: url(../../images/Pricing/search-grey.svg) !important;
}

    .pricing-wizard .pricing-wizard-popup-container .main-container .contentContainer .body .accounts-container .text-area .popUpRowSpacing .accounts-selection .box-left .search-box input:focus {
        background-image: url(../../images/Pricing/search-blue.svg) !important;
    }

.pricing-wizard .pricing-wizard-popup-container .main-container .contentContainer .body .accounts-container .text-area .divInfo {
    background-image: url(../../images/Pricing/icon-info.png) !important;
}

    .pricing-wizard .pricing-wizard-popup-container .main-container .contentContainer .body .accounts-container .text-area .divInfo:hover {
        background-image: url(../../images/Pricing/icon-info-hover.png) !important;
    }

.payment-radio.paypal input[type="radio"] {
    background-image: url("../../images/Pricing/Paypal-inactive.png") !important;
}

    .payment-radio.paypal input[type="radio"]:checked {
        background-image: url("../../images/Pricing/Paypal-active.png") !important;
        background-repeat: no-repeat !important;
    }

.payment-radio.visa input[type="radio"] {
    background-image: url("../../images/Pricing/visa-inactive.png") !important;
}

    .payment-radio.visa input[type="radio"]:checked {
        background-image: url("../../images/Pricing/visa-active.png") !important;
        background-repeat: no-repeat !important;
    }

.payment-radio.PayOrder input[type="radio"] {
    background-image: url("../../images/Pricing/PayOrder-inactive.png") !important;
}

    .payment-radio.PayOrder input[type="radio"]:checked {
        background-image: url("../../images/Pricing/PayOrder-active.png") !important;
        background-repeat: no-repeat !important;
    }

.buybtn {
    background: #6f9cd3 !important;
}

    .buybtn span {
        color: white !important;
    }

.form-check-label {
    padding-left: 1.25rem !important;
}

.content-bottom ul {
    margin-top: 6px;
    padding: 0;
}

    .content-bottom ul li {
        list-style-type: none;
        padding: 7px 15px;
        position: relative;
        font-size: 13px;
        color: #838383;
    }

        .content-bottom ul li .clear-account {
            position: absolute;
            display: none;
            top: 4px;
            right: 5px;
            padding: 5px;
            border-radius: 100px;
            width: 25px;
            height: 25px;
            text-align: center;
            cursor: pointer;
        }

            .content-bottom ul li .clear-account:hover {
                background-color: white;
            }

        .content-bottom ul li:hover {
            background-color: #eef6fa;
        }

            .content-bottom ul li:hover .clear-account {
                display: block;
            }

        .content-bottom ul li span {
            padding-left: 5px;
            position: relative;
            bottom: 1px;
        }
/*Start To make checkbox as toggle button.*/
.switch {
    font-size: 1rem;
    position: relative;
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * .8) * 2);
            border-radius: calc(2.375rem * .8);
            height: calc(2.375rem * .8);
            line-height: calc(2.375rem * .8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
        }

            .switch input + label::before,
            .switch input + label::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * .8) * 2);
                bottom: 0;
                display: block;
            }

            .switch input + label::before {
                right: 0;
                background-color: #dee2e6;
                border-radius: calc(2.375rem * .8);
                transition: 0.2s all;
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * .8) - calc(2px * 2));
                height: calc(calc(2.375rem * .8) - calc(2px * 2));
                border-radius: 50%;
                background-color: white;
                transition: 0.2s all;
            }

        .switch input:checked + label::before {
            background-color: #6f9cd3;
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * .8);
        }

        .switch input:focus + label::before {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
        }

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed;
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef;
            }

    .switch.switch-sm {
        font-size: 0.875rem;
    }

        .switch.switch-sm input + label {
            min-width: calc(calc(1.9375rem * .8) * 2);
            height: calc(1.9375rem * .8);
            line-height: calc(1.9375rem * .8);
            text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
        }

            .switch.switch-sm input + label::before {
                width: calc(calc(1.9375rem * .8) * 2);
            }

            .switch.switch-sm input + label::after {
                width: calc(calc(1.9375rem * .8) - calc(2px * 2));
                height: calc(calc(1.9375rem * .8) - calc(2px * 2));
            }

        .switch.switch-sm input:checked + label::after {
            margin-left: calc(1.9375rem * .8);
        }

    .switch.switch-lg {
        font-size: 1.25rem;
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * .8) * 2);
            height: calc(3rem * .8);
            line-height: calc(3rem * .8);
            text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * .8) * 2);
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * .8) - calc(2px * 2));
                height: calc(calc(3rem * .8) - calc(2px * 2));
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * .8);
        }

.mark {
    background: yellow;
}
/*End To make checkbox as toggle button.*/
#divStartFreeTrialPopupContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 0px;
    left: 0px;
    z-index: 11;
}

#divStartFreeTrialContainer {
    overflow: auto;
    height: 100%;
}

.form-check.disable {
    opacity: 0.8;
}

    .form-check.disable label.form-check-label {
        cursor: not-allowed;
    }

        .form-check.disable label.form-check-label input[type = checkbox] {
            cursor: not-allowed;
        }

.someInputdisplay::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#filterarea,
#templatearea {
    padding-top: 45px;
}

/*#templatearea {
			background: #f4f8f9;
		}*/

.solutionGalleryList {
    margin: 0px !important;
}

.filter-icon {
    border: solid 1px #d6d6d6;
    border-radius: 3px;
    padding: 5px 9px;
    cursor: pointer;
    background: white;
    display: none;
}

    .filter-icon.collapsed {
        background: white;
    }

    .filter-icon:hover {
        background: #ebf4ff;
    }

.view-item {
    border: solid 1px #dceaee;
    padding: 5px 9px;
    border-right: none;
    width: 41px;
    height: 36px;
    cursor: pointer;
}

    .view-item:hover {
        background-color: #dceaee !important;
    }

    .view-item.active {
        background-color: #6f9cd3 !important;
        border-color: #6f9cd3;
    }

    .view-item.image {
        background: url('../../images/ReportConfiguration/image-view.png') no-repeat;
        background-position: center;
    }

    .view-item.active.image {
        background: url('../../images/ReportConfiguration/image-view-active.png') no-repeat;
        background-position: center;
    }

    .view-item.grid {
        background: url('../../images/ReportConfiguration/grid-view.png') no-repeat;
        background-position: center;
    }

    .view-item.active.grid {
        background: url('../../images/ReportConfiguration/grid-view-active.png') no-repeat;
        background-position: center;
    }

    .view-item.detail {
        background: url('../../images/ReportConfiguration/detail-view.png') no-repeat;
        background-position: center;
    }

    .view-item.active.detail {
        background: url('../../images/ReportConfiguration/detail-view-active.png') no-repeat;
        background-position: center;
    }

    .view-item.active + span {
        color: #6f9cd3;
    }

    .view-item.grid {
        border-right: solid 1px #dceaee !important;
    }

.view-items-container span {
    font-family: text;
    color: #8eafb7;
    font-size: 12px;
    position: relative;
    bottom: 2px;
}

.report-white-box {
    background: white;
    padding: 10px;
    border-radius: 3px;
    cursor: default;
}

    .report-white-box:hover {
        box-shadow: #00000024 0px 0px 50px;
        transition: .3s;
    }

    .report-white-box .report-title {
        font-family: text;
        font-size: 18px;
        color: #4c4c4c;
        overflow: hidden;
    }
    /*.report-white-box .report-title .sel_lblTitle {
			color: #4c4c4c !important;
		}*/



    .report-white-box .run-report-btn {
        padding: 5px 10px;
        border-radius: 100px;
        position: relative;
        right: 9px;
        bottom: 7px;
    }

        .report-white-box .run-report-btn img {
            position: relative;
            left: 2px;
        }

        .report-white-box .run-report-btn:hover {
            background: #dcecf1;
        }

.white-box-container {
    padding: 15px;
}

.reports-table tbody tr {
    background: white;
}

    .reports-table tbody tr:hover {
        background: #ffffff61;
    }




    .reports-table tbody tr td a {
        text-decoration: none;
    }

    .reports-table tbody tr td:last-child img:first-child {
        margin-right: 10px;
    }

    .reports-table tbody tr td:first-child {
        font-family: text;
        color: #1892d3;
        font-size: 16px;
    }

    .reports-table tbody tr td:not(:first-child) {
        font-family: text;
        color: #838383;
        font-size: 14px;
        cursor: default;
    }

.reports-table.table-sm td,
.table-sm th {
    padding: 10px;
}

.reports-table.table-sm td {
    border-top: none;
    border-bottom: solid 5px #f4f8f9;
}

.reports-table thead th {
    vertical-align: bottom;
    border: none;
    font-weight: normal;
    font-family: text;
    color: #696a6a;
    font-size: 14px;
}

@media (max-width: 767px) {
    .nwc {
        padding: 57px !important;
        height: auto !important;
    }

    .detail-report-image-container .detail-social-media-sharing {
        display: none;
    }

    .table-custom-responsive {
        /* display: block; */
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .report-image-container img.originalImg_hover {
        width: 100%;
    }

    .filter-icon {
        display: block;
    }

    .adjust-top-templategallery {
        margin-top: 0px;
    }

    #filterarea.give-color {
        background: #ebf4ff;
    }
}

.contact-page .contact-header {
    background-image: url(../../images/FeedBack/banner.png) !important;
}

element.style {
}

.pricing-page .pricing-header {
    background-image: url(../../images/Pricing/banner.png) !important;
}

.report-image-container img.originalImg_hover {
    width: 100%;
}

.reportsDescriptionGrid {
    cursor: pointer;
    line-height: 20px;
    padding-right: 21px;
    margin: 0;
}

.template-area {
    background: #f4f8f9 !important;
}

.reports-table label.sel_lblTitle {
    display: inline-block;
    line-height: 24px;
    max-width: 275px;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    top: 4px;
    padding: 2px 0px;
}

.reports-table .report-grid-title {
    white-space: nowrap;
}

.reports-table .report-grid-buttons {
    width: 60px;
}

.divInfo {
    background-image: url(../../Content/Images/Import/icon-info.png);
    background-image: -webkit-image-set(url('../../Content/Images/Import/icon-info.png') 1x, url('../../Content/Images/Import/icon-info@2x.png') 2x);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 24px;
    margin-left: 10px;
}

    .divInfo:hover {
        background-image: url(../../Content/Images/Import/icon-info-hover.png);
    }

body.modal-open {
    /*overflow: visible !important;*/
    position: absolute;
    width: 100%;
    height: 100%;
}

.reportDetailGridView {
    position: absolute;
    right: 0px;
    top: 0px;
    border: solid 1px #949494;
    border-radius: 100px;
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    text-align: center;
    cursor: pointer;
}
/*.report-image-container:hover img.originalImg_hover{
  opacity: 0.05;
}*/

/*.originalButton-container.mainhc:hover .hoverButtons-container{
  display: block;
}
.originalButton-container.mainhc:hover .hoverShare-container {
    display: block;
}*/

/*.hoverButtons-container{
display: none;
}*/
img.originalImg_hover.active {
    opacity: 0.05;
}

.originalButton-container.mainhc {
    position: relative;
    width: 100%;
    height: 100%;
}

    .originalButton-container.mainhc .hoverButtons-container {
        position: absolute;
        z-index: 1;
        top: 60%;
        left: 50%;
        margin-left: 0;
        margin-top: 0;
        width: 160px;
        transform: translate(-50%,-50%);
        display: none;
    }



    .originalButton-container.mainhc .hoverShare-container {
        border-top: #e1e1e1 1px solid;
        position: absolute;
        z-index: 1;
        top: 0;
        left: auto;
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        padding: 0 10px;
        display: none;
    }

.hoverShare-container ul {
    padding: 10px 7px 14px 0;
    list-style: none;
    margin: 0;
    text-align: center;
}

    .hoverShare-container ul li {
        padding: 0 10px;
        margin: 0;
        color: #000;
        text-align: center;
        display: inline;
    }

        .hoverShare-container ul li:hover {
            opacity: .5;
        }

.hoverButtons-box {
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

    .hoverButtons-box:hover {
        opacity: .5;
    }

    .hoverButtons-box img {
        margin-bottom: 5px;
    }

    .hoverButtons-box a {
        text-decoration: none;
        color: rgba(0,0,0,0.7);
    }

        .hoverButtons-box a:hover {
            text-decoration: none;
            color: rgba(0,0,0,0.7);
        }

.popupSocial {
    width: 140px;
    background: white;
    display: inline-block;
    padding: 10px 0px;
    box-shadow: #00000021 0px 0px 10px;
    position: absolute;
    top: 30px;
    left: 0px;
    color: #828282;
    font-size: 13px;
    text-align: left;
}

    .popupSocial ul {
        margin: 0;
    }

        .popupSocial ul > li {
            list-style-type: none;
            padding: 5px 20px;
        }

            .popupSocial ul > li:hover {
                background-color: #ebf4fd70;
            }

            .popupSocial ul > li > a img {
                display: inline-block;
                padding-right: 6px;
                position: relative;
                top: -1px;
            }

.download-span,
.run-span,
.share-span {
    padding: 0px 20px;
}

.disableBloglink {
    cursor: not-allowed;
    opacity: 0.3;
}

.reports-table tbody tr td:nth-child(1) {
    padding-right: 0 !important;
}

.reports-table tbody tr td:nth-child(2) {
    font-family: text;
    color: #1892d3 !important;
    font-size: 16px !important;
    line-height: 24px;
}

.reports-table td.description-text p {
    max-width: 700px;
    height: 43px;
    overflow: hidden;
    margin: 0;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 24px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.templateDetailContainer {
    background: white;
    margin-top: -10px;
    padding-top: 15px;
    background-color: white;
}

.ebook-section {
    background: url(../../images/DataDrivenAlert/ebook-bg.png) !important;
}

.dda-header {
    background: url(../../images/DataDrivenAlert/PPC-data-driven-alerts-bg.png) no-repeat !important;
}

.ddaSchedules {
    display: block !important;
}

    .ddaSchedules li {
        padding: 6px 0px;
    }

        .ddaSchedules li[disabled] {
            opacity: 0.5;
            cursor: not-allowed;
        }

.wizard-report-delivery-section_dda {
    padding: 5px 10px !important;
}

.form-check.custom-radio-checkboxes label {
    position: relative;
    top: 3px;
    line-height: 22px;
}

.custom-radio-checkboxes input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background-image: url("'../../images/Filters/checkboxunselected.png") !important;
    background-repeat: no-repeat !important;
    border: none !important;
    outline: 0;
}

    .custom-radio-checkboxes input[type="checkbox"]:checked {
        background-image: url("'../../images/Filters/checkboxselected.png") !important;
        background-repeat: no-repeat !important;
    }


.custom-radio-checkboxes input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url('../../images/Filters/radiobuttonunselected.png') !important;
    background-repeat: no-repeat !important;
    border: none !important;
    outline: 0;
}

    .custom-radio-checkboxes input[type="radio"]:checked {
        background-image: url('../../images/Filters/radiobuttonselected.png') !important;
        background-repeat: no-repeat !important;
    }

.compare-row.blue {
    color: black !important;
}

.dp-new {
    border: none !important;
    background: #6f9cd3 !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .dropdown-item, .navbar-light .navbar-nav .dropdown-item.active, .navbar-light .navbar-nav .dropdown-item {
    color: white !important;
    font-size: 14px;
}

.dp-new-link,
.dp-new-link:hover {
    background: none !important;
    color: #fff;
    font-size: 14px;
}

    .dp-new-link:hover {
        text-decoration: underline !important;
        color: #fff;
        font-size: 14px;
    }

.ico-dp::after {
    vertical-align: 0.10em;
}

.ppcAdvert-hd {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.ppcAdvert-p {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
}

.ppcAdvert-p2x {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.ppcYellow-btn {
    background: #fed255;
    display: inline-block;
    border-radius: 100px;
    padding: 6px;
    border: none;
    outline: 0 !important;
    color: #000;
    border: solid 1px #fed255;
    width: 157px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

    .ppcYellow-btn:hover {
        background: #ffb819;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        color: #000;
        text-decoration: none;
    }

.arrow-previous {
    z-index: 0 !important;
}
.arrow-next {
    z-index: 0 !important;
}