@media (max-width: 1400px) {
    .history-planned-container .plan-schedule-content {
        width: 63%;
    }
    .delta-header .header-menu {
        width: 50%;
    }
    .mb-6-1400{
        margin-bottom: 12px;
    }
}

@media (max-width: 1360px) {
   

    .plan-schedule-content .plan-schedule-left {
        width: 100%;

        margin-bottom: 10px;
    }
    .plan-schedule-content .plan-schedule-right{
        width: 100%;
    }

    


}

@media (max-width: 1200px) {
    .history-planned-container .plan-schedule-content {
        width: 84%;
    }
    .crm-lead-bottom .crm-lead-bottom-top .crm-lead-bottom-top-box {
        width: 33.33%;
    }
    .crm-lead-bottom .crm-lead-bottom-content .crm-lead-bottom-content-inner {
        width: calc(33.33% - 10px);
    }
    .crm-wrapper .crm-delta-details .crm-delta-details-right {
        width: 100%;
        margin-left: 0;
        
    }
    .crm-wrapper .crm-delta-details .crm-delta-details-left {
        width: 100%;
        margin-bottom: 12px;
    }
}


@media (max-width: 1024px) {
    .delta-activity-bottom .activity-button {
        margin-bottom: 10px;
    }

    .delta-activity-timeline-right-input .delta-activity-dash {
        width: 0;
    }
    
    .delta-activity-timeline .delta-activity-timeline-input{
        width: calc(50% - 20px);
        padding-bottom: 10px;
    }

    .crm-wrapper .crm-delta-details .crm-delta-details-left {
        width: 36%;
    }

    .crm-wrapper .crm-delta-details .crm-delta-details-right {
        width: calc(64% - 24px);
    }

    .delta-header .header-menu {
        width: 50%;
    }
    .plan-schedule-content .plan-schedule-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .plan-schedule-content .plan-schedule-right{
        width: 100%;
    }
}



@media (max-width: 991px) {
    .crm-wrapper .crm-delta-details .crm-delta-details-left {
        width: 100%;
    }

    .crm-wrapper .crm-delta-details .crm-delta-details-right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .history-planned-container .plan-schedule-content {
        width: 65%;
    }
    /*.delta-header .header-menu {           
        width: 50%;
    }*/
    .crm-lead-bottom .crm-lead-bottom-top .crm-lead-bottom-top-box {
        width: 50%;
    }

    .crm-lead-bottom .crm-lead-bottom-content .crm-lead-bottom-content-inner {
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .crm-lead-bottom .crm-lead-bottom-top .crm-lead-bottom-top-box {
        width: 100%;
    }

    .crm-lead-bottom .crm-lead-bottom-content .crm-lead-bottom-content-inner {
        width: 100%;
    }
    .crm-lead-bottom .crm-lead-bottom-content {
        margin: 0;
    }
    .crm-lead-bottom .crm-lead-bottom-top .crm-lead-bottom-top-box:before {
        display: none;
    }
}
@media (max-width: 441px) {
    .delta-header .header-menu {
        width: 100%;
    }
    .delta-history-wrapper .delta-history-wrapper-inner:before {
        left: 17px;
    }
    .history-planned-container .history-plan-details:before {
        left: -64px;
    }
    .history-plan-details .history-plan-input{
        margin-left: 0;
        padding: 9px;
    }
    .history-planned-container .history-done-details::before{
        left: -75px;
    }
    .history-planned-container{
        padding-left: 50px;
    }
    .history-planned-container .history-done-details{
        padding-left: 0;
    }
    .history-planned-container .history-done-details::before{
        left: -64px;
    }
    .history-planned-container .plan-schedule-content{
        width: 100%;
        margin-left: 0;
    }
    .schedule-bottom-content .schedule-week-btn{
        margin-top: 10px;
    }
    .delta-activity-call-details .delta-activity-bottom{
        justify-content: center;
    }
    .delta-activity-bottom .activity-button.active{
        margin-bottom: 10px;
    }
    .delta-activity-timeline .delta-activity-timeline-input{
        width: calc(100% - 24px);
    }
    .delta-activity-timeline .delta-activity-timeline-right input{
        margin-bottom: 10px;
    }
    .crm-delta-details-wrapper .delta-archive{
       margin-right: 7px;
       margin-bottom: 16px;
    }
    .crm-delta-details .delta-header-menu p{
        font-size: 17px;
    }
    .history-plan-input .history-plan-input-right p{
        margin-right: 0;
    }
    .plan-schedule-content .planned-call-btn{
        width: 95px;
    }
    .round{
        margin-bottom: 2px;
    }
    .schedule-bottom-content a{
        margin-top: 5px;
    }
    .delta-activity-bottom .activity-button{
        width: 114px;
    }
    .history-plan-input .history-plan-input-left{
        width: 100%;
    }
    .history-plan-input .history-plan-input-right{
        width: 100%;        
        justify-content: end;
    }
}