.layout-spacing {
    padding-bottom: 25px;
}

.widget {
    position: relative;
    padding: 0;
    border-radius: 6px;
    /*border-top: .35rem solid #dd5018 !important;*/
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    /*-webkit-box-shadow: 0 2px 4px rgba(126,142,177,.12);
    -moz-box-shadow: 0 2px 4px rgba(126,142,177,.12);
    box-shadow: 0 2px 4px rgba(126,142,177,.12);
    border: 1px solid #e0e6ed;*/
    /*cursor: pointer;*/
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-height: 182px;
}

.widget:hover {
    /*transform: translateY(-5px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 0.9rem 1rem rgba(0, 0, 0, 0.15) !important;*/
    background-color: #ffe2c6;
}

#forecaster-section .widget:hover{
    transform: none;
}

.widget:hover .block-data .title {
    color: #222222;
}

/*.widget:hover .block-data {
            background: #dd501863 !important
        }*/

.widget-card-four {
    padding: 22px 20px;
    background: #fff;
    height: 250px;
}

.widget-card-four .w-content {
}

.block-container {
    display: flex;
    justify-content: space-between;
    height: 150px;
}

.widget-card-four .block-data {
    text-align: center;
    width: 23%;
    background: #dd50182e !important;
    padding: 12px 0;
    box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
    border: 1px solid #db6a00;
    border-radius: 3px;
    color: #515365;
    overflow-wrap: anywhere;
}

.block-data.block1 {
    background: #c2d5ff;
}

.block-data.block2 {
    background: #ffe1e2;
}

.block-data.block3 {
    background: #e6ffbf;
}

.block-data.block4 {
    background: #dccff7;
}

.widget-card-four .block-data h4 {
    font-size: 11px;
    margin-bottom: 5px;
    height: 35%;
    font-weight: 600;
}

.widget-card-four .block-data .title {
    display: block;
    color: #dd5018;
    font-size: 11px;
    font-weight: 500;
}

.widget-card-four .block-data .count {
    display: block;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}

.widget-card-four .w-info h6 {
    font-weight: 600;
    margin-bottom: 0;
    color: #0e1726;
    font-size: 23px;
    letter-spacing: 0;
}

.widget-card-four .w-info p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}

    .widget-card-four .w-info p + span.date {
        font-weight: 500;
        margin-bottom: 15px;
        font-size: 13px;
        display: block;
        color: #000;
    }

.widget-card-four .w-info p + span.date svg {
    margin-right: 2px;
}

.widget-card-four .w-icon {
    color: #d7d7d7;
    background-color: transparent;
    height: 35px;
    display: inline-flex;
    width: 35px;
    align-self: center;
    justify-content: center;
    border-radius: 50%;
    padding: 6px 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.widget-card-four .progress {
    height: 8px;
    margin-bottom: 0;
    margin-top: 62px;
    margin-bottom: 0;
    height: 22px;
    padding: 4px;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(224, 230, 237, 0.4588235294117647);
}

.widget-card-four .progress-bar {
    position: relative;
}

.widget-card-four .progress-bar:before {
    content: "";
    height: 7px;
    width: 7px;
    background: #fff;
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 3.4px;
}

/*
    =====================
        User Analytics
    =====================

    .widget.widget-one {
    padding: 22px 18px;
    background: #fff;
}
.widget.widget-one .widget-heading h6 {
    color: #0e1726;
    margin-bottom: 41px;
    font-size: 17px;
    display: block;
    font-weight: 600;
}
.widget.widget-one .w-chart {
    display: flex;
}
.widget.widget-one .w-chart .w-chart-section {
    width: 50%;
    padding: 0 12px;
}
.widget.widget-one .w-chart .w-chart-section .w-detail {
    position: absolute;
    color: #fff;
}
.widget.widget-one .w-chart .w-chart-section .w-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}
.widget.widget-one .w-chart .w-chart-section .w-stats {
    color: #f8538d;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 700;
}

/*
    =====================
        Unique Visitors
    =====================
*/

.widget.widget-chart-three {
    background: #fff;
}

.widget.widget-chart-three .widget-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e6ed;
    padding: 20px 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.widget.widget-chart-three .widget-heading h5 {
    font-size: 17px;
    display: block;
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 0;
}

.widget.widget-chart-three .widget-heading .dropdown {
    align-self: center;
}

.widget.widget-chart-three .widget-heading .dropdown a svg {
    color: #888ea8;
    width: 19px;
    height: 19px;
}

.widget.widget-chart-three .widget-heading .dropdown .dropdown-menu {
    padding: 8px 8px;
    min-width: 10rem;
    border-radius: 6px;
    top: 5px !important;
}

.widget.widget-chart-three .apexcharts-legend-marker {
    left: -5px !important;
}

/*
    =========================
        Organic Vs Direct
    =========================
*/

/*
    ========================
        Recent Activities
    ========================
*/

.widget.widget-activity-three {
    position: relative;
    background: #fff;
    border-radius: 8px;
    height: 100%;
}

.widget.widget-activity-three .widget-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e6ed;
    padding: 20px 20px;
    padding-bottom: 20px;
}

.widget.widget-activity-three .widget-heading h5 {
    font-size: 17px;
    display: block;
    color: #0e1726;
    font-weight: 600;
    margin-bottom: 0;
}

.widget-activity-three .widget-content {
    padding: 20px 10px 20px 20px;
}

.widget-activity-three .mt-container {
    position: relative;
    height: 325px;
    overflow: auto;
    padding: 0 12px 0 12px;
}

.widget-activity-three .timeline-line .item-timeline {
    display: flex;
    margin-bottom: 20px;
}

.widget-activity-three .timeline-line .item-timeline .t-dot {
    position: relative;
}

.widget-activity-three .timeline-line .item-timeline .t-dot div {
    background: #1b55e2;
    border-radius: 50%;
    padding: 5px;
    margin-right: 11px;
    display: flex;
    height: 37px;
    justify-content: center;
    width: 36px;
}

.widget-activity-three .timeline-line .item-timeline .t-dot div.t-primary {
    background-color: #1b55e2;
    box-shadow: 0 10px 20px -10px #1b55e2;
}

.widget-activity-three .timeline-line .item-timeline .t-dot div.t-success {
    background-color: #009688;
    box-shadow: 0 10px 20px -10px #009688;
}

.widget-activity-three .timeline-line .item-timeline .t-dot div.t-danger {
    background-color: #e7515a;
    box-shadow: 0 10px 20px -10px #e7515a;
}

.widget-activity-three .timeline-line .item-timeline .t-dot div.t-warning {
    background-color: #e2a03f;
    box-shadow: 0 10px 20px -10px #e2a03f;
}

.widget-activity-three .timeline-line .item-timeline .t-dot div.t-dark {
    background-color: #3b3f5c;
    box-shadow: 0 10px 20px -10px #3b3f5c;
}

.widget-activity-three .timeline-line .item-timeline .t-dot svg {
    color: #fff;
    height: 20px;
    width: 20px;
    stroke-width: 1.6px;
    align-self: center;
}

.widget-activity-three .timeline-line .item-timeline .t-content {
    width: 100%;
}

.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent {
    display: flex;
    justify-content: space-between;
}

.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent h5 {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 5px;
}

.widget-activity-three .timeline-line .item-timeline .t-content .t-uppercontent span {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    color: #888ea8;
}

.widget-activity-three .timeline-line .item-timeline .t-content p {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #888ea8;
}

.widget-activity-three .timeline-line .item-timeline .t-content div.tags {
}

.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge {
    padding: 2px 4px;
    font-size: 11px;
    letter-spacing: 1px;
    transform: none;
}

.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge-primary {
    background-color: #c2d5ff;
    color: #1b55e2;
}

.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge-success {
    background-color: #e6ffbf;
    color: #009688;
}

.widget-activity-three .timeline-line .item-timeline .t-content div.tags .badge-warning {
    background-color: #ffeccb;
    color: #e2a03f;
}

.widget-activity-three .timeline-line .item-timeline .t-dot:after {
    content: "";
    position: absolute;
    border-width: 1px;
    border-style: solid;
    left: 40%;
    transform: translateX(-50%);
    border-color: #bfc9d4;
    width: 0;
    height: auto;
    top: 36px;
    bottom: -20px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}

.widget-activity-three .timeline-line .item-timeline:last-child .t-dot:after {
    display: none;
}

/*
    ==================
        Statistics
    ==================
*/

.widget-one_hybrid {
    background: #fff;
}

.widget-one_hybrid .widget-heading {
    padding: 20px 13px;
}

.widget-one_hybrid .widget-heading .w-icon {
    display: inline-block;
    padding: 7px 8px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.widget-one_hybrid .widget-heading svg {
    height: 18px;
    width: 18px;
}

.widget-one_hybrid .widget-heading .w-value {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
}

.widget-one_hybrid .widget-heading h5 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #506690;
}

.widget-one_hybrid.widget-followers {
    background: #c2d5ff;
}

.widget-one_hybrid.widget-followers .widget-heading .w-icon {
    color: #1b55e2;
    border: 1px solid #1b55e2;
}

.widget-one_hybrid.widget-referral {
    background: #ffe1e2;
}

.widget-one_hybrid.widget-referral .widget-heading .w-icon {
    color: #e7515a;
    border: 1px solid #e7515a;
}

.widget-one_hybrid.widget-social {
    background: #bae7ff;
}

.widget-one_hybrid.widget-social .widget-heading .w-icon {
    color: #2196f3;
    border: 1px solid #2196f3;
}

.widget-one_hybrid.widget-engagement {
    background: #e6ffbf;
}

.widget-one_hybrid.widget-engagement .widget-heading .w-icon {
    color: #8dbf42;
    border: 1px solid #8dbf42;
}

.widget-account-invoice-two {
    padding: 22px 19px;
    background: #ffffff;
    border: 1px dashed #dd5018;
    background-image: linear-gradient(to top, #ffffff 0%, #f6e0cb 100%);
    height: 100%;
    display: flex;
    align-items: center;
}

.widget-account-invoice-two .account-box .info {
    margin-bottom: 20px;
}

.widget-account-invoice-two .account-box h5 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.widget-account-invoice-two .account-box p {
    color: #e0e6ed;
    font-weight: 700;
    margin-bottom: 0;
    align-self: center;
}

.widget-account-invoice-two .account-box .acc-action {
    display: flex;
    justify-content: space-between;
}

.widget-account-invoice-two .account-box .acc-action a {
    display: inline-block;
    line-height: 18px;
    padding: 5px;
    border-radius: 3px;
    color: #dd5018;
    font-weight: 600;
    background: #dd501826;
    border: 1px dashed #dd5018;
}

.widget-account-invoice-two .account-box .acc-action a:first-child {
    margin-right: 12px;
}

.widget-account-invoice-two .account-box .acc-action a svg {
    width: 18px;
    height: 18px;
}

.widget-account-invoice-two .account-box .acc-action a:hover {
    background: #eee;
    border: 1px dashed #222222;
    color: #222222;
}

/*
    ==================
        Statistics
    ==================
*/
.widget-card-one {
    background: #fff;
    padding: 20px 0;
    height: 100%;
}

.widget-card-one .widget-content .media {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 19px;
    padding-bottom: 21px;
    border-bottom: 1px dashed #e0e6ed;
}

.widget-card-one .widget-content .media .w-img {
    margin-right: 9px;
    align-self: center;
}

.widget-card-one .widget-content .media img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #e0e6ed;
}

.widget-card-one .widget-content .media-body {
    align-self: center;
}

.widget-card-one .widget-content .media-body h6 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.widget-card-one .widget-content .media-body p {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
    color: #888ea8;
    padding: 0;
}

.widget-card-one .widget-content p {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 61px;
    padding: 0 20px;
}

.widget-card-one .widget-content .w-action {
    padding: 0 20px;
}

.widget-card-one .widget-content .w-action svg {
    color: #1b55e2;
    fill: #c2d5ff;
}

.widget-card-one .widget-content .w-action span {
    vertical-align: sub;
    font-weight: 700;
    color: #0e1726;
    letter-spacing: 1px;
}

/*
    =====================
        Media Query
    =====================
*/

@media (max-width: 1199px) {
    /*.widget-activity-two .widget-content {
        padding-top: 0;
    }*/
    .widget-activity-two .mt-container {
        position: relative;
        height: 222px;
    }
}

@media (max-width: 575px) {
    .widget-card-four .w-content-img img {
        height: 94px;
    }

    .widget-notification-one .noti-action a span {
        display: none;
    }

    .widget-statistic .col-12:not(:last-child) .widget-one_hybrid {
        margin-bottom: 40px;
    }
}

.border-left-primary {
    border-left: 0.5rem solid #dd5018 !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.target-main-container {
    display: flex;
    margin-top: 12px;
}

.target-main-container .note {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 12px;
    padding: 0px 15px;
    color: red;
}

.target-main-container strong {
    color: #000000;
}

.target-main-container span {
    vertical-align: middle;
}

.target-label-box {
    width: 60%;
}

#MapACProperty .target-label-box {
    width: 60%;
}

.target-label-box li {
    position: relative;
}

.target-value-box {
    width: 60%;
}

#MapACProperty .target-value-box {
    width: 75%;
}

.target-label-box label {
    padding: 5px 10px;
    display: block;
    height: 30px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.required label::after {
    content: "*";
    color: red;
    position: absolute;
    top: 0px;
    font-size: 20px;
}

.target-value-box .value,
.target-value-box .property {
    text-align: center;
    font-size: 11px;
    padding: 0;
    background: #7db6a3;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #7db6a3;
    border-radius: 0;
    border-radius: 5px;
    cursor: context-menu;
}

.target-value-box .empty-value,
.target-value-box .MapACProp-empty-value {
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 10px;
    height: 30px;
    background: rgb(125 182 163 / 23%);
    color: #ffffff;
    border: 1px dashed #7db6a3;
    cursor: context-menu;
}

.target-value-box .empty-value.no-border,
.target-value-box .MapACProp-empty-value.no-border {
    border: 0;
}

.target-value-box .value:hover {
    background: #7db6a3a6;
    border-color: #7db6a3a6;
    color: #fff;
}
