.page-container .page-content .page-content-wrap {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
.table-main-container {
    border-radius: 2px;
    background-color: #fff;
    display: block;
    position: relative;
    border: 1px solid rgb(230, 232, 235);
    border-left: 0px;
    overflow: hidden;
}
.light-blue {
    border-left: 3px solid #55acee;
}
.light-green {
    border-left: 3px solid #3b987a
}
.with-shadow {
    box-shadow: 0px 2px2px 0px rgba(4, 4, 4, 0.09);
}.withpadding {    padding-right: 10px !important;
 }

.table-main-container.light-green {
    height:276px;
    max-height:276px;
}
.inner-title-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #17233c;
    padding-top: 17px;
    padding-bottom: 17px;
    float: left;
    margin-bottom: 0px;
}
.inner-title-icon {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3b5998;
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
    margin-right: 9px;
    margin-bottom: 0px;
}
.with-border-top {
    border-top: 1px solid #e4e7f2;
    padding: 0px !important;
}
.dashboard-table .page-links a {
    display: block;
}
.dashboard-table .page-links a,
.dashboard-table .page-links .fa {
    cursor: pointer;
    height: 2px;
    text-decoration: none !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #2a3f54 !important;
    text-transform: capitalize;
}
.dashboard-table .page-links .fa {
    color: #1abb9c !important;
    font-weight: normal !important;
    position: relative;
    top: 1px;
    margin-right: 3px;
}
.page-links {
    padding-top: 6px;
}
.page-links .fa-eye-custom {
    position: relative;
    top: 1px;
}

label .fa-mobile {
    font-size: 18px;
    margin-top: 2px
}
label .fa {
    margin-left: 2px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    color: #95b75d !important
}
.landing-page-link a {
    color: #2a3641
}
.landing-page-link a:first-child {
    color: #447dbc
}
.select-info {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 700;
}
/* DASHBOARD TABLES */

.dashboard-table {
    overflow: hidden;
    table-layout: fixed;
}
.dashboard-table > thead > tr > td {
    background: transparent;
    color: #848990;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
    height: 18px;
    line-height: 13px;
    border-top: 1px solid #f3f3f3 !important;
    padding-top: 9px;
}
.dashboard-table > thead {
    padding: 0px 0px !important;
    background: transparent;
}
.dashboard-table > thead > td{
    background: transparent;
    height: 28px;
    border-top: 1px solid #f3f3f3;
}
.dashboard-table > tbody > tr {
    background: #fff;
    border-radius: 2px !important;
    width: 100%;
    height: 80px;
}
.dashboard-table > tbody > tr >td {
    background: #fff;
    padding: 9px;
    vertical-align: middle;
    text-align: center;
    border: 0px solid rgba(221, 221, 221, 0.65);
}
.dashboard-table > tbody > tr >td:not(:last-child) {
    border-right: 0;
}
.dashboard-table > tbody > tr >td:not(:first-child) {
    border-left: 0;
}
.dashboard-table > tbody > tr >td:first-child {
    border-radius: 2px 0px 0px 2px;
    vertical-align: top;
    text-align: left;
    border-left: 2px solid #3b5998;
    min-width: 350px;
    width: 33%;
}
.dashboard-table > tbody > tr >td:last-child {
    border-radius: 0px 2px 2px 0px;
}
.dashboard-table .graph-area {
    text-align: center;
}
.dashboard-table .graph-area div {
    text-align: center;
    width: 182px;
    margin: auto;
}
.dashboard-table .social-cell {
    text-align: center;
    font-size: 12px;
    color: #17233c;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 175px;
    width: 175px;
    font-weight: 600;
    padding-top: 19px;
    width: 16%;
}
.dashboard-table .stats-head {
    max-width: 70px;
    width: 70px;
}
.dashboard-table .stat-cell p {
    margin-bottom: 0px;
}
.dashboard-table .stat-cell p b {
    color: #2a3f54;
    font-size: 12px;
    font-weight: 700;
}
.dashboard-table .stat-cell img {
    padding-left: 5px;
}
.dashboard-table .sorting:before,
.dashboard-table .sorting_desc:before,
.dashboard-table .sorting_asc:before {
    top: 0px;
}
.dashboard-table .view-gate.sorting:before,
.dashboard-table .view-gate.sorting_desc:before,
.dashboard-table .view-gate.sorting_asc:before {
    top: 0px;
    right: -6px;
}
.dashboard-table .thumb-and-title .funnel-thumb,
.thumb-and-title .funnel-headline {
    float: left;
}
.dataTables_filter label{
    left: 44%;
}
.dashboard-table .thumb-and-title .funnel-thumb {
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    overflow: hidden;
    height: 61px;
    cursor: pointer;
}
.dashboard-table .thumb-and-title .funnel-headline {
    padding-left: 17px;
    padding-top: 0px;
    width: 65%;
}
.dashboard-table .thumb-and-title .funnel-headline h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.dashboard-table .thumb-and-title .funnel-headline h4.country a{
    font-weight: 600 !important;
    cursor: unset;
    text-decoration: none;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}
.dashboard-table h4.country i{
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}
.dashboard-table h4.country span{
    margin-left: 10px;
    cursor: pointer;
}

.dashboard-table h4.country span i{
    padding: 0 !important;
}

.dashboard-table h4.country span b{
    background: #3b5998;
    color: #fff;
    padding: 5px;
    border-radius: 13px;
    font-size: 14px;
    display: inline-block;
    width: 30px;
    text-align:center;
}

.dashboard-table .thumb-and-title .funnel-headline h4 a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 15px;
    color: #222;
    padding-top: 10px;
    cursor: pointer;
}
.dashboard-table thumb-and-title .funnel-headline h4 a:hover {
    text-decoration: none;
}
.dashboard-table .thumb-and-title .funnel-headline p {
    font-size: 12px;
    margin: 0px;
}
.dashboard-table .thumb-and-title .funnel-headline p a {
    color: #CCC
}
.dashboard-table .thumb-and-title .funnel-headline .fa,
.dashboard-table .thumb-and-title .funnel-headline .glyphicon {
    font-size: 16px;
    margin: 0px;
    padding-right: 8px;
    color: #3b5998;
}
.dashboard-table .thumb-and-title .funnel-headline p strong {
    font-weight: 700;
}
.dashboard-table .thumb-and-title .funnel-headline p {
    font-size: 12px;
    margin: 0px;
}
.dashboard-table .thumb-and-title .funnel-headline p a {
    color: #CCC;
}
.dashboard-table .edit-buttons a {
    padding: 0px;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background-color: #fff;
    display: inline-block;
    color: #b2b7bf;
    line-height: 28px;
    text-align: center !important;
    margin-right: 7px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(219, 221, 224);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.07);
}
.dashboard-table .edit-buttons a:hover {
    background-color: #3b5998;
    color: #fff;
}
.dashboard-table .edit-buttons .btn.delete-btn:hover {
    background-color: #cc0000;
}
.dashboard-table .edit-buttons a i {
    margin: 0px;
    font-size: 18px !important;
    position: relative;
    top: 0px;
}
.dashboard-table .edit-buttons a i.fa-link {
    top: 1px;
}
.dashboard-table .edit-buttons a .glyphicon{
    top:3px;
}
.dashboard-table .edit-buttons a img{
    position: relative;
    top: -2px;
}
#inner-tab .nav-tabs .auto-schedule-btn {
    text-decoration: none;
    color: #fff !important;
    background-color: #ff9e00 !important;
    float: right;
    padding: 3px 5px !important;
    margin: 3px;
    border-radius: 2px;
    border: 1px solid #ff9e00;
}
#company-info-details {
    display: none;
}
.page-dates {
    color: #222;
    font-weight: 600;
    font-size: 12px !important;
    float: left;
    clear: left;
}
.page-dates span {
    margin-right: 9px;
    float: left;
    font-size: 15px;
    font-weight: 600;
}
.page-dates span i {
    padding-right: 7px;
    float: left;
    padding-top: 2px;
}

.page-dates span i {
    color: #3b5998;
}
.dashboard-table .social-type {
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 26px;
    color: #fff !important;
    text-align: center;
    line-height: 27px;
    margin-right: 4px;
}
.dashboard-table .social-type i {
    font-size: 13px !important;
}
.dashboard-table .social-type.facebook {
    background-color: #3c579e;
}
.dashboard-table .social-type.twitter {
    background-color: #55acee;
}
.dashboard-table .social-type.google {
    background-color: #2ec46a;
}
.dashboard-table .social-type.linkedin {
    color: #00a1c4 !important;
    border: 1px solid #00a1c4;
}
.dashboard-table .social-type.insta {
    background-color: #ff9801;
}
.dashboard-table .social-cell p {
    margin-top: 0px;
}
.dashboard-table .active-cell {
    padding-top: 19px;
    font-size: 12px;
    width: 8%;
    min-width: 80px;
}
.dashboard-table .active-cell p {
    font-weight: 700;
    margin-top: 5px;
    font-size: 16px;
    color: #17233c;
}
.dashboard-table .active-cell i {
    color: #3b987a;
    text-align: center;
    font-size: 15px;
}
.dashboard-table .stat-cell {
    padding-top: 13px;
    font-size: 13px;
    width: 18%;
    min-width: 80px;
}
.dashboard-table .stat-cell p {
    font-weight: 700;
    margin-top: 5px;
    color: #333333;
    font-size: 20px;
}
.dashboard-table .stat-cell i {
    text-align: center;
    font-size: 26px !important;
    padding: 0px;
    color: #3598db !important;
}
.dashboard-table .stat-cell.teal i{
    color: #308fae !important;

}
.dashboard-table .stat-cell.orange i{
    color: #fc8500 !important;

}
.dashboard-table > tbody > tr >td.edit-buttons {
    min-width: 165px;
    width: 17%;
    text-align:center;
    border-right: 1px solid #e6e8eb;
}
.modal-header {
    min-height: 16.43px;
    padding: 0;
    border-bottom: 0;
    background-color: #f3f4f6;
}
.modal-header .close {
    background-color: #1f4e79;
}
.modal-header .close {
    float: none;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: #1f4e79;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0!important;
    margin: 0!important;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 9999;
}
.modal-content {
    border-radius: 0;
    border: 0;
}
.modal-title {
    padding: 0 10px;
    font-weight: 700;
}
.modal-title {
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-title i {
    margin-right: 7px;
}
.modal-footer {
    background: none;
    border-color: none;
    border: 0;
    padding: 0;
    border-radius: 0px 0px 2px 2px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.modal-footer .btn,
.modal-footer .btn:active,
.modal-footer .btn:hover,
.modal-footer .btn:focus {
    background-color: #1f4e79;
    border: none !important;
    color: #fff;
    border-radius: 2px;
    padding: 3px 3px;
    font-size: 12px;
    padding: 7px 11px;
}
.modal-body {
    padding: 20px;
    font-size: 13px;
}
#create-modal .modal-header .close {
    background-color: #1F4E79 !important;
}
#create-modal .modal-title {
    color: #1F4E79 !important;
    text-transform: capitalize !important;
}
#create-modal .modal-body .title {
    font-size: 20px;
    font-weight: 700;
    color: #1F4E79;
    text-transform: capitalize !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
#create-modal .modal-body {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
#create-modal .create-btn {
    font-size: 14px;
    font-weight: 700;
    margin: auto;
    float: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding-left: 47px;
    width: 250px;
    height: 47px;
    display: block;
    margin-bottom: 15px;
    background-color: #000;
    position: relative;
    padding-top: 13px;
    border-radius: 2px;
}
#create-modal .create-btn.orange {
    background-color: #FF9E00;
}
#create-modal .create-btn.blue {
    background-color: #1F4E79
}
#create-modal .create-btn.blue .tri {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1F4E79;
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: none;
;
}
#create-modal .create-btn.blue.selected .tri {
    display: block;
}
#create-modal .create-btn.orange i {
    background-color: #FEA91E;
}
#create-modal .create-btn.blue i {
    background-color: #2C608F
}
#create-modal .create-btn i {
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0px;
    line-height: 48px;
    left: 0px;
    background: pink;
}
#create-modal .form-control-feedback {
    right: 154px;
    top: 142px;
    color: #bcbcbc !important;
    display: none;
}
#create-modal .create-btn.orange.disable {
    background-color: #FFCE7F;
}
#create-modal .create-btn.orange.disable i {
    background-color: #FED48E;
}
#create-modal input {
    width: 250px;
    float: none;
    position: relative;
    margin: auto;
    margin-top: 10px;
    display: block;
    display: none;
}
#create-modal .modal-body a.btn {
    color: #fff;
    background-color: #1F4E79;
    text-decoration: none;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px;
    border: none;
    margin-top: 20px;
    display: none;
}
#create-modal .modal-body a.btn i {
    margin-left: 5px;
    font-size: 15px;
}
.social-group {
    display: inline-block;
    width: 30px;
    margin: 0 5px;
}
.social-group input {
    display: block;
    margin-bottom: 10px;
}
.social-group .iconHolder {
    display: block;
    border-radius: 2px;
    padding: 4px 0;
    position: relative;
    text-align: center;
}
.social-group .iconHolder img {
    margin: 0 auto;
    max-width: 25px;
    max-height: 25px;
}
.social-group .iconHolder:before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
}
.social-group .iconHolder.facebook {
    background: #3c579e !important;
    border-color: #3c579e !important;
}
.social-group .iconHolder.facebook:before {
    border-color: transparent transparent #3c579e transparent;
}
.social-group .iconHolder.twitter {
    background: #55acee !important;
    border-color: #55acee !important;
}
.social-group .iconHolder.twitter:before {
    border-color: transparent transparent #55acee transparent;
}
.social-group .iconHolder.googlep {
    background: #2ec46a !important;
    border-color: #2ec46a !important;
}
.social-group .iconHolder.googlep:before {
    border-color: transparent transparent #2ec46a transparent;
}
.social-group .iconHolder.linkedin {
    background: #0076b4 !important;
    border-color: #0076b4 !important;
}
.social-group .iconHolder.linkedin:before {
    border-color: transparent transparent #0076b4 transparent;
}
.social-group .iconHolder.instagram {
    background: #ff9801 !important;
    border-color: #ff9801 !important;
}
.social-group .iconHolder.instagram:before {
    border-color: transparent transparent #ff9801 transparent;
}
.social-group .iconHolder.ilocal {
    background: #cc191e !important;
    border-color: #cc191e !important;
}
.social-group .iconHolder.ilocal:before {
    border-color: transparent transparent #cc191e transparent;
}
.saveGoalsEdit {
    margin-top: 30px;
    margin-left: 180px;
}
.social-group .form-control {
    padding: 6px 5px !important;
    text-align: center;
}
.ui-autocomplete {
    z-index: 99999;
}
.ui-autocomplete .ui-state-active {
    margin: 0;
}
.ui-autocomplete:after,
.ui-autocomplete:before {
    display: none;
}
#filter-modal .close-modal-btn {
    margin-top: 20px;
}
.modal-body label {
    line-height: 30px;
    text-align: right;
}
.modal-body .form-group {
    margin-bottom: 5px;
}
#delete-modal .modal-header .close {
    background-color: #d20000 !important;
}
#delete-modal .modal-title {
    color: #d20000 !important;
}
#delete-modal .modal-footer .btn-danger {
    background-color: #d20000;
}
#delete-modal .modal-footer .cancel-btn {
    background-color: #d3d3d3;
}
#delete-modal .modal-body p {
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}
#delete-modal .modal-title .fa {
    color: #d20000;
}
#saved-temp-modal .modal-header {
    background-color: #fff;
}
#saved-temp-modal .main-title {
    color: #3b5998;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: -8px;
    margin-bottom: 0px;
}
#saved-temp-modal .sub-title {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: -3px;
    margin-bottom: 34px;
}
#saved-temp-modal .info-point {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    display: block;
    text-align: left;
    float:left;
    margin-bottom:10px;
}
#saved-temp-modal .info-point .num {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #3b5998;
    line-height: 24px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 7px;
    font-size: 15px;
    font-weight: 700;
    float:left;
}
#saved-temp-modal .info-point .inner-text{
    float:left;
    width:calc(100% - 35px);
    margin-top:2px;
}
#saved-temp-modal .modal-dialog {
    width: 600px;
}
#saved-temp-modal .btn-ok {
    color: #fff;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: center;
    width: 185px;
    height: 40px;
    line-height: 30px;
    border-radius: 20px !important;
    background-color: #3b5998 !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 15px;
}
#saved-temp-modal .btn-ok i {
    font-size: 20px !important;
    margin-right:0px;
}
#saved-temp-modal .checkbox {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
#saved-temp-modal .checkbox label {
    font-size: 12px;
    font-weight: 700;
    color: #2f2f2f;
    text-transform: capitalize;
}
#saved-temp-modal .modal-body label {
    line-height: 18px;
}
.chart-container {
    border-radius: 2px;
    background-color: #fff;
    display: block;
    box-shadow: 0 2px 2px rgba(4, 4, 4, .02);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.chart-container .title-container {
    height: 31px;
    padding: 0px;
    border-radius: 2px 2px 0 0;
    background-color: #f8f9fb;
    border-bottom: 1px solid #e4e7f2
}
.chartCanvas {
    min-height: 233px;
    margin-top: 10px;
    height: 233px;
}

.chartCanvas canvas {
    height: 216px !important;
}
.last-days {
    margin-top: 4px;
    margin-left: 7px;
    display: block;
}
.last-days .dtrange {
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    font-size: 11px;
    color: #17233c;
    height: 22px;
    line-height: 19px;
    margin-right: 3px;
}
.metric {
    margin-left: 4px;
}
.metrics {
    padding-top: 3px;
}
.blue-color{
    color: #55acee;
}
.Latest-Leads-table > tbody > tr > td.offer-col.content-offer, .Latest-Leads-table > tbody > tr > td.offer-col.content-offer a i {
    color: #55acee;
    font-size:16px;
}
.Latest-Leads-table > tbody > tr > td.offer-col, .Latest-Leads-table > tbody > tr > td.offer-col a i {
    color: #cc0000;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.for-content-offer .page-dates:last-child span i {
    color: #55acee;
}
.dashboard-table .for-content-offer .stat-cell i {
    color: #55acee !important;
}
.dashboard-table .for-content-offer .social-cell p {
    margin-top: 4px;
}
.dashboard-table > tbody > tr.for-content-offer > td:first-child {
    border-left: 2px solid #55acee;
}
.dayPostItem .for-content-offer td:first-child {
    border-left: 2px solid #5ab6fc !important;
}
.dayPostItem .for-content-offer .postAgency i {
    color: #5ab6fc;
}
.filterBtn {
    margin-left: 2px;
}
.filterDropdown .fa.dropdown-arrow {
    margin-left: 10px;
    margin-right: 5px;
}
.filterDropdown {
    float: right;
}
.filterDropdown ul {
    right: 0px;
    left: auto;
    top: 23px;
}
.filterDropdown ul li a {
    background: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}
.filterDropdown ul li a:hover {
    background-color: #f5f5f5;
}
.filterDropdown ul li:first-of-type i {
    color: #55acee;
}
.filterDropdown ul li:last-of-type i {
    color: #cc0000;
}
.filterDropdown .dropdown-menu:after, .filterDropdown .dropdown-menu:before {
    left: auto;
    right: 10px;
}
.filterDropdown > .dropdown-menu > li > a {
    padding: 4px 10px;
}
.fa.dropdown-arrow {
    margin-left:10px;
    font-size:9px !important;
}
.filterDropdown ul li:nth-of-type(2) a i {
    color: #55acee;
}
.filterDropdown ul li:nth-of-type(1) a i {
    color: #c5c5c5;
}
.popover-campaign{
    text-transform:uppercase !important;
}
.section-title {
    color: #17233c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    padding-left: 10px;
    margin-right: 22px;
    line-height: 30px;
    float: left;
}
.section-title .fa {
    font-size: 12px;
    color: #55acee;
    margin-right: 1px;
    position: relative;
    top: -2px;
}
.metrics .metric .value {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    top: 0px;
}
.metrics .metric .label {
    font-size: 13px;
    color: #222;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 10px;
    position: relative;
    top: 0px;
}
.metrics .chart-btn i {
    margin: 0px !important;
}
.metrics .chart-btn {
    width: 78px;
    height: 22px;
    border-radius: 2px;
    border: none !important;
    text-decoration: none;
    font-size: 11px !important;
    font-weight: 700;
    color: #666;
    background-color: #d3d3d3;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    margin-top: 4px;
    padding: 0px !important;
    margin-right: 5px;
}
.metrics .chart-btn.pages.active {
    background-color: #1f4e79;
    color: #fff;
}
.metrics .chart-btn.widgets.active {
    background-color: #44a463;
    color: #fff;
}
.range_inputs .btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #3b5998 !important;
}
/*Change Scroll*/

.top-drop-dwn {
    min-width: 115px;
}
.legend.orange,
.value.orange {
    color: #cc0000;
}
.dataTables_scrollHead {
    max-height: 31px;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner .dataTable {
    width: 100% !important;
    margin-bottom: 0px !important;
}
#summary-table {
    min-width: 100%;
}
#new-research-modal .modal-dialog {
    width: 914px;
}
#new-research-modal label {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    text-transform: capitalize;
    padding-top: 5px !important;
}
#new-research-modal label span{
    color: #dd0000;
}
#new-research-modal select {
    height: 30px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: none;
    border: 1px solid #E8E8E8;
    background: #FDFDFD;
    border-radius: 2px;
    width: 100%;
}
#new-research-modal .added-type {
    font-weight: normal;
    color: #ffffff;
    display: inline-block;
    background: #3b5998;
    text-transform: capitalize;
    border-radius: 2px;
    height: 29px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
}
#new-research-modal .added-type i {
    margin-left: 10px;
    position: relative;
    top: 7px;
    cursor: pointer;
}

#new-research-modal .form-control{
    margin-top:5px;
    font-size: 14px;
    color: #666666;
}
.New-Offer-Campaign-dropdown {
    float:right;
}
#inner-tab .nav-tabs .New-Offer-Campaign-dropdown ul {
    right:0px;
    left:auto;
    top:33px;
}
#inner-tab .nav-tabs .New-Offer-Campaign-dropdown ul li a {
    background: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-align: left;
    height: 28px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 28px;
    text-transform:initial;
}
#inner-tab .nav-tabs .New-Offer-Campaign-dropdown ul li a:hover {
    background-color: #f5f5f5;
}
#inner-tab .nav-tabs .New-Offer-Campaign-dropdown ul li:first-of-type i {
    color:#55acee;
}
#inner-tab .nav-tabs .New-Offer-Campaign-dropdown ul li:last-of-type i {
    color: #cc0000;
}
.New-Offer-Campaign-dropdown .dropdown-menu:after, .New-Offer-Campaign-dropdown .dropdown-menu:before {
    left:auto;
    right:10px;
}
.offer-research-des{
    border: 1px solid #f0f4f7;
    border-radius: 3px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}
.dubble-padding-left{
    padding-left: 21px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}
.offer-pic{
    width: 186px;
    float: left;
}
.offer-pic img{
    width: 186px;
    height: 186px;
    object-fit: cover;
    border-radius: 4px;
}
.offer-des{
    padding-left: 55px;
    padding-right: 26px;
    position: relative;
    color: #333;
    font-size: 17px;
    font-style: italic;
    float: left;
    width: calc(100% - 186px);
    max-height: 186px;
    overflow: hidden;
}
.offer-des p:last-child{
    margin: 0px;
    font-weight: 700;
    color: #3b5998;
}
.offer-des .fa-quote-left{
    left: 21px;
    top: 2px;
}
.offer-des .fa-quote-right{
    right: 5px;
    bottom: 0px;
}
.offer-des .fa{
    position: absolute;
    color: #dddfe3;
    font-size: 25px;
}
.embed-responsive iframe{
    border-radius: 3px;
}
.dashboard-table .stat-cell p span{
    color: #e6e8ec;
    font-size: 15px;
    position: relative;
    top: -2px;
}
.focus-eye-icon{
    display: none;
}
.dashboard-table .edit-buttons a:hover img{
    display: none;
}
.dashboard-table .edit-buttons a:hover img.focus-eye-icon{
    display: inline-block;
}
.orange-btn{
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgb(255, 145, 7) !important;
    border-radius: 6px !important;
    background-image: -moz-linear-gradient( 90deg, rgb(255,142,0) 0%, rgb(255,172,69) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(255,142,0) 0%, rgb(255,172,69) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(255,142,0) 0%, rgb(255,172,69) 100%) !important;
    box-shadow: 0px 2px 0px 0px rgba(173, 95, 0, 1),inset 0px 2px 1px 0px rgba(255, 255, 255, 0.14) !important;
    width: 100%;
    height: 43px !important;
    color: #fff;
    font-size:22px !important;
    text-align: center;
    font-weight: 700;
    border-radius: 10px !important;
    margin-top: 10px;
}
.orange-btn i.fa{
    font-size:22px !important;
}
@media(max-width:1200px) {
    .dashboard-table {
        table-layout: unset;
    }
}
.dataTables_paginate {
    display: none;
}
@media(max-width:1420px) {
    .metrics .metric:first-of-type {
        clear: left;
    }
    .metric {
        margin-left: 5px;
    }
    .metrics .metric .label {
        font-size: 12px;
    }
}
@media(max-width:1300px) {
    .metrics {
        clear: left;
        float: none !important;
        margin: 5px auto;
        width: auto;
        display: table;
    }
    .last-days {
        position: absolute;
        right: 7px;
        top: 4px;
        margin: 0px;
    }
    .chartCanvas {
        margin-top: 20px;
    }
}

/*RR Container*/
.rr-container{
    width: 100%;
    height: 100vh;
    background: #f0f4f7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    overflow: auto;
}

.rr-container .rr-inner-wrapper{
    width: 100%;
    max-width: 1335px;
    margin: 0 auto;
}
.rr-container .rr-header{
    background-color: #fff;
    padding: 0 15px;
}
.rr-container .rr-logo{
    margin: 17px 0;
    display: inline-block;
}
.rr-container .research_for, .rr-container .research_niche{
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 700;
}
.rr-container .research_for {
    color: #333333;
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 7px;
}
.rr-container .research_for i{
    color: #3598db;
}
.rr-container .research_niche{
    color: #2d85c0;
    font-size: 28px;
    font-weight: 600;
    line-height: 21px;
    padding-bottom: 8px;
}
.rr-container .rounded-button{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding:5px 15px;
    border: 1px solid #dfe6eb;
    border-radius: 17px;
    text-decoration: none;
    margin: 17px 0;
    margin-left: 10px;
    float: right;
}

.rr-container .rounded-button i{
    color: #3598db;
}
.rr-container .right-align{
    text-align: right;
}
.rr-container .blue-row{
    height: 32px;
    width: 100%;
    background: #3598db;
    color: #fff;
    border-top: 1px solid #e8ecef;
    padding: 0 15px;
    line-height: 31px;
}
.rr-container .report-title{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
}
.rr-container  .links-wrapper ul{
    width: 100%;
    list-style: none;
}
.rr-container  .links-wrapper ul li{
    float: right;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.rr-container  .links-wrapper ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
}
.rr-container  .links-wrapper ul li a i{
    margin-right: 2px;
}
.rr-container  .links-wrapper ul li a img{
    width: 19px;
}
.rr-container  .links-wrapper ul li a:hover{
    color: #f0f0f0;
}
.rr-container  .links-wrapper ul li.dot{
    line-height: 19px;
    font-size: 25px;
    margin: 0 10px;
}
.video-wrapper {
    position: absolute;
    width: 100%;
    top: 49px;
    left: 0px;
    z-index: 9;
    border: 1px solid #e7e9ec;
    border-top: none;
    padding: 6px 5px 5px 5px;
    background: #fff;
    box-shadow: 0px 2px 0px 0px rgba(212, 215, 222, 0.4);
    display: none;
}
.video-logo-wrapper {
    position: absolute;
    width: 100%;
    top: 65px;
    left: 0px;
    z-index: 9;
    border: 1px solid #e7e9ec;
    border-top: none;
    padding: 6px 5px 5px 5px;
    background: #fff;
    box-shadow: 0px 2px 0px 0px rgba(212, 215, 222, 0.4);
    display: none;
}
.video-icon i.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.video-title{
    float: left;
    text-align: left;
    user-select: none; /* Non-prefixed version, currently*/
}
.rr-container .line.rounded-button{
    width: 140px;
}
.help-video{
    float:right;
    width: calc(100% - 118px);
    margin: 0px;
}
.video-title i{
    margin-right: 3px;
}
.bg-wrapper {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 2px 0px rgba(217, 225, 230, 0.4);
    height: auto;
    width: calc(100% - 40px);
    padding: 20px 10px;
    margin: 20px;
    margin-bottom: 0px;
    float: left;
}
.one-wrapper-content{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(240, 244, 247);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 0px 0px rgba(240, 244, 247, 0.4);
    width: 100%;
    height: 236px;
    border-left: 4px solid #3598db;
    color: #333333;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.one-wrapper-content .bg-icon{
    font-size: 200px;
    position: absolute;
    right: -10%;
    bottom: -20%;
    line-height: 1;
    opacity: 0.1;
}
.one-wrapper-content.online-offers.blue p:first-of-type{
    font-size: 101px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 10px;
}
.one-wrapper-content.online-offers p{
    font-size: 30px;
    font-weight: 600;
}
.one-wrapper-content.online-offers.blue p{
    color: #3598db;
}
.one-wrapper-content.online-offers.blue p i{
    margin-right: 5px;
    font-size: 35px ;
}
.one-wrapper-content.blue .bg-icon{
    color: #3598db;
}
.one-wrapper-content.average-offer.teal p:first-of-type{
    color: #308fae;
    margin-top: 34px;
}
.one-wrapper-content.average-offer.teal p:first-of-type span{
    font-weight: 700;
    font-size: 35px;
    position: relative;
    top: -4px
}
.one-wrapper-content.average-offer p{
    font-size: 43px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.one-wrapper-content.average-offer.teal p:last-of-type{
    font-size: 30px;
    color: #308fae;
    font-weight: 600;
    line-height: 1;
    margin-top: 35px;
}
.one-wrapper-content.average-offer.teal p{
    color: #333;
}
.one-wrapper-content.average-offer.teal p:last-of-type i{
    margin-right: 5px;
    font-size: 35px ;
}
.one-wrapper-content.teal .bg-icon{
    color: #308fae;
}
.one-wrapper-content.teal{
    border-left-color: #308fae;
}
.one-wrapper-content.total-sales.orange p:first-of-type{
    color: #fc8500;
    margin-top: 34px;
}
.one-wrapper-content.total-sales p{
    font-size: 43px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.one-wrapper-content.total-sales.orange p:last-of-type{
    font-size: 30px;
    color: #fc8500;
    font-weight: 600;
    line-height: 1;
    margin-top: 35px;
}
.one-wrapper-content.total-sales.orange p{
    color: #333;
}
.one-wrapper-content.total-sales.orange p:last-of-type i{
    margin-right: 7px;
    font-size: 35px ;
}
.one-wrapper-content.orange .bg-icon{
    color: #fc8500;
    right: 0px;
    bottom: -20px;
}
.one-wrapper-content.orange{
    border-left-color: #fc8500;;
}
.one-wrapper-det{
    border-radius: 10px;
    width: 100%;
    min-height: 410px;
    color: #333333;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none;
    float: left;
}
a.one-wrapper-det:hover{
    text-decoration: none !important;
}
a.one-wrapper-det:hover .top-img img{
    transform: scale(1.02);
    transition: all .3s;

}
.one-wrapper-det .top-img{
    width: 100%;
    position: relative;
    border-radius: 10px;
    /* overflow: hidden; */
}
.one-wrapper-det .top-img .above-img{
}
.one-wrapper-det .top-img img{
    width: 100%;
    border-radius: 10px;
}
.one-wrapper-det .top-img p{
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 10px;
    background-color: #222;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-image: url(../../../images/increase-icon.png);
    background-repeat: no-repeat;
    padding-right: 10px;
    padding-left: 32px;
    height: 29px;
    line-height: 29px;
    background-position: 10px 6px;
}
.one-wrapper-det p.top-det{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    border-left: 3px solid #222;
    padding-left: 13px;
    margin-top: 12px;
    line-height: 1.222;
    margin-bottom: 14px;
}
.cost-num{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #707174;
    line-height: 1;
    margin-bottom: 7px;
}
.last-des p{
    font-size:15px;
    color: #666666;
    width: calc(100% - 27px);
    float: left;
    line-height: 1.2;
    font-weight: 600;
}
.last-des i ,.cost-num i{
    font-size: 20px;
    color: #cdd4d9;
    float: left;
    width: 27px;
}
.last-des p ,.cost-num p{
    margin-bottom: 0px;
}
.cost-num i{
    position: relative;
    top: 3px;
}
.sale-percentage{
    background-color: #222;
    float: right;
    height: 30px;
    padding-right: 7px;
    padding-left: 7px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    top:-3px;
}
.old-cost{
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 5px;
}
.new-cost{
    font-weight: 700;
    color: #222;
}
.overlay-img{
    border-radius: 10px;
    background-color: rgba(0, 0, 0,0.839);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 245px;
    opacity: 0;
}
.top-img:hover .overlay-img{
    opacity: 1;
    transition: all .4s;
}
.view-offer, .offer-campaign-btn{
    background-image: -moz-linear-gradient( 90deg, rgb(251,252,253) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(251,252,253) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(251,252,253) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 1);
    width: 200px;
    border-radius: 20px;
    font-size: 18px;
    color: #333 !important;
    font-weight: 600;
    text-align: center;
    height: 40px;
    display: inline-block;
    margin-left: calc(50% - 100px);
    margin-top: 43px;
    text-decoration: none !important;
    line-height: 40px;
    text-transform: capitalize;
    display: none
}
.view-offer i, .offer-campaign-btn i {
    position: relative;
    top: -2px;
}
.delete-offer{
    background-image: -moz-linear-gradient( 90deg, rgb(251,252,253) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(251,252,253) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(251,252,253) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 1);
    width: 200px;
    border-radius: 20px;
    font-size: 18px;
    color: #333 !important;
    font-weight: 600;
    text-align: center;
    height: 40px;
    display: inline-block;
    margin-left: calc(50% - 100px);
    margin-top: 20px;
    text-decoration: none !important;
    line-height: 40px;
    text-transform: capitalize;
    display: none;
}

.offer-campaign-btn {
    margin-top: 20px;
    display: block;
}

.offer-campaign-btn i {
    color: #3598db;
    top: 0 !important;
}

.offer-campaign-btn .fa.dropdown-arrow {
    font-size: 14px !important;
}

.noc-dropdown {
    width: 200px;
    float: none;
    margin: 0 auto !important;
}

.noc-dropdown .dropdown-menu {
    min-width: 100% !important;
    width: 100% !important;
}

.noc-dropdown .dropdown-menu > li > a {
    padding: 8px 10px !important;
}

.noc-dropdown .dropdown-menu:after, .noc-dropdown .dropdown-menu:before {
    right: 5px !important;
}

.top-img:hover .overlay-img .delete-offer,.top-img:hover .overlay-img .view-offer{
    display: block;
}
.one-wrapper-det .top-img .view-offer img{
    width: 20px;
}
.one-wrapper-det .top-img .delete-offer i{
    color: #cc0202;
}
/*blue one-wrapper-det*/
.blue.one-wrapper-det .top-img p{
    background-color: rgba(53, 152, 219, 0.8);
}
.blue.one-wrapper-det p.top-det{
    border-left: 3px solid #3598db;
}
.blue.one-wrapper-det .new-cost{
    color: #3598db;
}
.blue.one-wrapper-det .sale-percentage{
    background-color: #3598db;
}
/*orange one-wrapper-det*/
.orange.one-wrapper-det .top-img p{
    background-color: rgba(252, 133, 0, 0.8);
}
.orange.one-wrapper-det p.top-det{
    border-left: 3px solid #fc8500;
}
.orange.one-wrapper-det .new-cost{
    color: #fc8500;
}
.orange.one-wrapper-det .sale-percentage{
    background-color: #fc8500;
}
/*teal one-wrapper-det*/
.teal.one-wrapper-det .top-img p{
    background-color: rgba(48, 144, 176, 0.8);
}
.teal.one-wrapper-det p.top-det{
    border-left: 3px solid #308fae;
}
.teal.one-wrapper-det .new-cost{
    color: #308fae;
}
.teal.one-wrapper-det .sale-percentage{
    background-color: #308fae;
}
/*red one-wrapper-det*/
.red.one-wrapper-det .top-img p{
    background-color: rgba(224, 0, 56, 0.8);
}
.red.one-wrapper-det p.top-det{
    border-left: 3px solid #e00038;
}
.red.one-wrapper-det .new-cost{
    color: #e00038;
}
.red.one-wrapper-det .sale-percentage{
    background-color: #e00038;
}
/*purple one-wrapper-det*/
.purple.one-wrapper-det .top-img p{
    background-color: rgba(114, 78, 144, 0.8);
}
.purple.one-wrapper-det p.top-det{
    border-left: 3px solid #724e90;
}
.purple.one-wrapper-det .new-cost{
    color: #724e90;
}
.purple.one-wrapper-det .sale-percentage{
    background-color: #724e90;
}
/*green one-wrapper-det*/
.green.one-wrapper-det .top-img p{
    background-color: rgba(50, 150, 106, 0.8);
}
.green.one-wrapper-det p.top-det{
    border-left: 3px solid #32966a;
}
.green.one-wrapper-det .new-cost{
    color: #32966a;
}
.green.one-wrapper-det .sale-percentage{
    background-color: #32966a;
}

.help-video-trigger{
    cursor: pointer;
}

.tbl_header tbody{
    display: none;
}

.table-style2 {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table-style2>thead>tr>th {
    background: transparent;
    color: #333333;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px 2px 0 0;
    padding: 0px 8px;
    vertical-align: middle;
    background-color: #f3f3f3;
}
.table-style2>tbody>tr {
    box-sizing: border-box;
    border-left: 2px solid #3598db;
    border-radius: 2px;
}
.table-style2>thead>tr {
    box-sizing: border-box;
}
.table-style2>tbody>tr {
    background-color: #fff !important;
}
.table-style2>tbody>tr>td, .table-style2>tbody>tr>th {
    background-color: #fff !important;
    border-top: 1px solid #e6e8eb;
}
.table-style2 {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.table-style2>tbody>tr>td {
    padding: 6px 10px;
    box-shadow: 0px 2px 0px rgba(4, 4, 4, 0.09);
    padding-right: 0px;
}
.table-style2>tbody>tr>td:first-child {
    border-left: 2px solid #3598db;
    vertical-align: top !important;
}
.table-responsive{
    margin-top: -10px;
}
.loading-report{
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: 111;
}
.inside-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.inside-wrapper p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333333;
}
.one-wrapper-det p.top-det{
    max-height: 57px;
    overflow: hidden;
    min-height: 40px;
}
.one-wrapper-det .last-des{
    max-height: 39px;
    width: 100%;
    float: left;
    overflow: hidden;
}
@media(max-width:768px) {
    .rr-container .rr-header div{
        text-align: center;
    }
    .rr-container .research_niche{
        line-height: 28px;
    }
}
@media(max-width:400px) {
    .rr-container .research_for {
        font-size: 16px;
    }
    .rr-container .research_niche{
        font-size: 22px;
    }
    .one-wrapper-content.online-offers p{
        font-size: 22px ;
    }
    .one-wrapper-content.online-offers p i{
        font-size: 22px !important;
    }
    .one-wrapper-content{
        height: 132px;
    }
    .one-wrapper-content.online-offers.blue p:first-of-type{
        font-size: 60px;
        margin-top: 0px;
    }
    .one-wrapper-content .bg-icon{
        font-size: 130px;
    }
    .one-wrapper-content.average-offer.teal p:first-of-type{
        margin-top: 10px;
    }
    .one-wrapper-content.average-offer p{
        font-size: 30px;
    }
    .one-wrapper-content.average-offer.teal p:first-of-type span{
        font-size: 25px;
    }
    .one-wrapper-content.average-offer.teal p:last-of-type{
        font-size: 22px;
        margin-top: 8px;
    }
    .one-wrapper-content.total-sales p{
        font-size: 30px;
    }
    .one-wrapper-content.total-sales.orange p:first-of-type{
        margin-top:10px
    }
    .one-wrapper-content.total-sales.orange p:last-of-type{
        font-size: 22px;
        margin-top: 8px;
    }
    .bg-wrapper{
        padding-bottom: 10px;
    }
    .bg-wrapper{
        margin: 10px;
        width: calc(100% - 20px);
        margin-bottom: 0px;
    }
    .one-wrapper-det{
        height: auto;
        min-height: inherit !important
    }
    .cost-num{
        font-size: 22px;
    }
    .last-des p{
        padding-bottom: 5px;
    }
    .one-wrapper-det{
        margin-bottom: 5px;
    }
    .rr-container .rr-header div{
        margin-bottom: 0px;
    }
    .rr-container .rr-logo{
        margin-bottom: 5px;
    }

    .one-wrapper-det p.top-det,.one-wrapper-det .last-des{
        height: auto !important;
        max-height: inherit !important
    }

}

#country-ddl button {
    padding: 0;
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 14px !important;
    font-weight: 600 !important;
    background: #fff;
    padding-left: 10px;
    border: 1px solid #d3d4d5;
    text-transform: capitalize !important;
    margin-top: 5px;
}

#country-ddl button .caret {
    margin-left: 10px;
    right: 11px;
    top: 18px;
    position: absolute;
}

#country-ddl.open>.dropdown-menu {
    width: 100%;
}
.popover .cityName {
    text-align: left;
    display: block;
    text-transform: capitalize !important;
    font-size: 14px;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 1px;
    color: #333333;
}

.popover .cityName i {
    color: #4d89a9;
    margin-right: 3px;
}

.ui-autocomplete{
    max-height: 300px;
    overflow-y: auto;
}
.dashboard-table > tbody > tr{
    display: table-row !important;
}
.targetingPixel{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 0px;
}
.funnel-thumb img{
    max-width: 120px !important;
}


/* RIGHT SIDE */
.report-sample #main-wrapper {
    /*background-image: url('../../../assets/images/report-example-cover-bg.jpg');*/
    background-size: cover;
    padding-bottom: 150px;
    position: relative;
    height: 246px;
    overflow: hidden;
    z-index: 0;
    /*width: 620px;*/
}

.report-sample #header-wrapper{
    padding-top: 7px;
}

.report-sample #header-wrapper a.page-logo {
    display: block;
    float: left;
    height: 35px;
    margin: 8px 0px;
    margin-right: 5px;
}

.report-sample #header-wrapper .text-or-img {
    display: inline-block;
}

.report-sample #header-wrapper a.branding {
    height: 35px;
    display: none;
    margin-left: 0px;
    margin-top: 7px;
}

.report-sample #header-wrapper .branding img {
    height: 35px !important;
    vertical-align: top !important;
}

.report-sample #header-wrapper .page-logo img {
    width: 35px !important;
    height: 35px !important;
    vertical-align: top !important;
}

.report-sample #header-wrapper .h5 {
    font-size: 24px;
    font-weight: normal;
    display: none;
    color: #333;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0px;
    padding: 1px 0px;
}

.report-sample #header-wrapper p {
    margin: 0px;
    padding: 0px;
}

.save-btn {
    background-color: #3f60a5 !important; /*MDraimli update*/
    border: none !important;
    box-shadow: 0 2px #1a3366; /*MDraimli update*/
}

.report-sample #header-wrapper {
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    background: #fff;
    height: 50px;
    padding-left: 8px;
    z-index: 99;
    overflow: hidden;
}


.whitebg {
    width: 99.5%;
    margin: auto;
    background: #fff;
    padding: 10px;
}

.branding-color {
    width: 60%;
    margin: auto;
    background: #25aa99;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.overlay-color {
    min-height: 220px;
    max-height: 220px;
    background: rgba(37, 170, 153, .05);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
    /* Netscape */
    -moz-opacity: 0.3;
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    /* Good browsers */
    opacity: 0.3;
}

.cover-model {
    position: absolute;
    top: 50px;
    z-index: 11;
}

.cover-model img {
    width: 100%;
    cursor: auto;
}

.report-title {
    color: #55acee; /*MDraimli update*/
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 14px;
}

.page-content .logo-link {
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 10;
}

.page-content .logo-link img {
    width: 156px;
}


#header-wrapper svg.svg-gallery{
    height: 35px;
    width: 28px;
}

#branding-text{
    min-width: 70px;
}

.report-sample {
    border: 1px solid #e8e8e8;
}

#main-wrapper{
    border: 0px!important;
    box-shadow: none!important;
}


.emptyTablePlaceHolder a {
    color: #000;
    font-size: 22px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    border: 3px dashed rgba(30, 86, 115, 0.36) !important;
    padding: 30px 240px;
    width: 100%;
    --border-weight: 1px;
    --dash-size: 20px;
    --gap-size: 5px;
    float: left;
    text-align: center;
    margin-top: 0px;
}
.emptyTablePlaceHolder .darkBlue{
    color: #3b5998 !important;
}
.empty-table{
    margin-top: 0;
}
.empty-table tbody{
    display: none;
}
.empty-table .dataTables_paginate ,.empty-table .dataTables_info{
    display: none;
}

button.view-offer {
    border: none;
    width: 250px;
    margin: 0;
}

button.view-offer i {
    color: #3598db;
    top: 0;
}

.overlay-img .one-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}