/* CSS for mobile */
    .mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .my-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mb-85 {
        margin-bottom: 85px;
    }
    .mr-10 {
        margin-right: 10px;
    }
    .mb-25 {
        margin-bottom: 25px;
    }
    .mr-10 {
        margin-right: 10px;
    }
    .mr-5 {
        margin-right: 5px;
    }
    .mb-10 {
        margin-bottom: 10px;
    }
    .mt-60 {
        padding-top: 60px;
    }
    .bg-white {
        background: #fff;
    }
    .justify-center {
        justify-items: center;
    }
    .intercom-lightweight-app {
        display: none;
    }
    .navbar.navbar-default {
        background-color: #fff;
    }
    .xs-breadcrumb {
        display: flex;
        padding: 15px;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .logo-wrapper {
        height: auto;
    }
    .font-semibold {
        font-weight: 600;
    }
    .company-name {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 700;
        max-width: calc(100% - 160px);
    }
    .company-name select {
        width: 100%;
        padding: 2px;
        border-color: #ccc;
        border-radius: 4px;
    }
    .custom_tab .menu-tabs {
        display: inline-flex;
        font-size: 14px;
        color: var(--dark-primary-color);
        font-weight: 600;
    }
    .custom_tab .nav li a {
        color: #000;
    }
    .menu-tabs li.active {
        border-bottom: 2px solid #000;
    }
    .task-list-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .xs-task_detail {
        width: 90%;
        padding: 0 10px;
        word-break: break-word;
    }
    .after_strip>.list-inline>li:last-child {
        border-bottom: 1px solid #bdc3c7;
    }
    .xs-task-status {
        display: grid;
        justify-items: end;
    }
    .xs-task-status small {
        width: max-content;
        background-color: unset;
        border-radius: unset;
        margin-bottom: 2px;
        padding: 0 5px;
        font-size: 12px;
        margin-right: 0;
    }
    .priority-btn-small {
        border: 2px solid #C2382B;
        color: #C2382B;
    }
    .inprogress-btn-small {
        border: 2px solid #16A086;
        color: #16A086;
    }
    .intaskreview-btn-small {
        border: 2px solid var(--light-primary-color);
        color: var(--light-primary-color);
    }
    .onhold-btn-small {
        border: 2px solid #6D2088;
        color: #6D2088;
    }
    .watting-btn-small {
        border: 2px solid #F39C11;
        color: #F39C11;
    }
    .xs-priority-btn {
        background: transparent;
        border: 2px solid #c0392b;
        font-size: 14px;
        font-weight: 600;
        color: #c0392b;
    }
    .font-30 {
        font-size: 30px;
    }
    .d-grid {
        display: grid;
    }
    .d-flex {
        display: flex;
        align-items: center;
    }
    .text-center {
        text-align: center;
    }
    .create-task-btn-list li button {
        padding: 15px 20px;
        width: 80%;
        max-width: 320px;
        margin: 20px 0;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }
    .btn-xs-emergency {
        background: var(--button-color);
    }
    .btn-xs-priority {
        background: #22b573;
    }
    .btn-xs-standard {
        background: #00aeef;
    }
    .xs-type {
        box-shadow: 0px 0px 4px 0px #c7c7c7;
        margin: 15px;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        border-radius: 3px;
        max-width: 250px;
    }
    .xs-type-wrapper {
        width: 50%;
    }
    .xs-task-types-content {
        display: flex;
        justify-content: center;
        clear: both;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .xs-task-types-content label{
        width: 100%;
        margin-bottom: 0;
        padding: 10px 5px;
        border-radius: 3px;
    }
    .xs-task-types-content .custom_checkbox {
        display: none;
    }
    .active.xs-type {
        box-shadow: 0px 0px 4px 1px #22b573;
    }
    .task-ribbon {
        background: url(../img/icon-strip.png) no-repeat;
        height: 40px;
        width: 35px;
        background-position: -47px -104px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .task-type-header a {
        color: #000;
    }
    .task-type-header {
        color: #000;
        background: var(--secondary-color);
        padding: 10px 15px;
    }
    .task-type-header i {
        font-size: 3rem;
    }
    .heading-task-type {
        font-weight: 600;
    }
    
    .menu-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    a.xs-menu {
        display: flex;
        width: calc(100% - 10px);
        align-items: baseline;
        margin-bottom: 20px;
        padding: 12px 15px;
        border-radius: 3px;
        box-shadow: 0px 0px 4px 0px #c7c7c7;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        max-width: 250px;
        color: #333;
    }
    a.xs-menu:active, a.xs-menu:focus, a.xs-menu:visited {
        box-shadow: 0px 0px 4px 0px #399ad6;
    }
    .xs-menu i {
        margin-right: 10px;
        font-size: large;
    }
    .xs-menu-wrapper {
        width: 50%;
    }
    .xs-user-name {
        font-size: 18px;
        padding: 0;
        margin-bottom: 0;
        font-weight: 600;
    }
    .user-profile-wrapper {
        display: flex;
        align-items: stretch;
    }
    .justify-content-between {
        justify-content: space-between;
    }

    input[type='checkbox'].priority-checkbox + label {
        margin-left: -51px;
    }

    @media only screen and (max-width: 375px) {
        .satting_ribben_ico_small, .ribben_ico_small, .globe_ribben_ico_small, .video-task-icon, .copywriting-task-icon, .lock_ribben_ico_small  {
            width: 30px;
        }
        .xs-type {
            margin: 10px;
            font-size: 13px;
        }
        .custom_tab .nav li a {
            padding: 7px 7px;
        }
    }

    @media only screen and (max-width: 768) {
        .user_form {
            padding: 15px 0;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width: 1024px) {
        .create_task_list .left_img > .list-inline > li:last-child,
        .right_img > .list-inline > li:first-child {
            width: 36px !important;
        }
        .create_task_list .left_img > .list-inline > li:first-child, 
        .right_img > .list-inline > li:last-child {
            width: calc(100% - 40px) !important;
        }
        .footer-menu {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #000;
            color: #fff;
            display: flex;
            justify-content: space-around;
            padding: 10px 0;
            box-shadow: -5px 2px 20px 0px rgba(0, 0, 0, 0.08);
        }
        .footer-menu a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .footer-menu__item {
            flex: 1;
            text-align: center;
            font-size: 14px;
        }
        .footer-menu__item--center {
            position: relative;
        }
        .footer-menu__item--center i {
            position: absolute;
            top: -38px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 30px;
            padding: 15px 17px;
            border-radius: 50%;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
            cursor: pointer;
            color: #000;
            background: #fff;
        }
        .footer-menu__item i.active {
            border: 2px solid;
            padding: 5px 8px;
            border-radius: 50%;
        }
        .footer-dashboard {
            margin-top: 0;
        }
        .arrow_box:after, .arrow_box:before {
            top: 15px;
        }
        .arrow_box_left:after, .arrow_box_left:before {
            top: 15px;
        }
        .list-inline>li {
            padding-right: 0px;
            padding-left: 0px;
        }
        .right_img > .list-inline {
            padding: 0;
        }
        .panel {
            border: 1px solid #EAEAEA !important;
        }
        .xs-priority-label {
            background: #22b573;
            margin-top: 4px;
        }
        .xs-emergency-label {
            background: #ff5f00;
            margin-top: 4px;
        }
        .price {
            font-size: 30px;
            padding: 18px 15px;
            margin-right: 5px;
        }
        .sky_bg {
            padding: 10px;
        }
        .create_task_list .title_section > p.bold > span.text-right {
            text-align: right;
        }

        .xs-mark-as-complete .mark-complete {
            background: rgba(0, 0, 0, 0) url(../img/icon-strip.png) no-repeat scroll -380px -9px;
        }
        .xs-task-options {
            padding: 5px;
            min-width: max-content;
        }
        .community-for, .community-for-not {
            padding: 10px;
        }
        .community-welcome-message {
            padding: 10px;
        }
        .kickstart-description-wrapper {
            padding: 15px;
            margin: 15px;
        }
        .project-item-wrapper {
            padding: 0;
        }
        .complete_task_text {
            font-size: 15px;
            font-weight: 600;
            padding: 10px;
        }
        .feedback_form {
            padding: 10px;
        }
        .app-container {
            padding-bottom: 0px;
            min-height:100vh;
        }
        .Err.comment-validation-msg .comment-error-wr {
            background-color: #df5557;
            font-size: 13px;
            padding: 10px;
            margin-bottom: 10px;
        }
        textarea.form-control.feedback_textarea {
            font-size: 13px;
        }
        .xs-tab-content .create-task-btn {
            color: #000;
        }
        .xs-tab-content .create-task-btn:active {
            color: #fff;
        }
        .flat-blue .card {
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
            border: 0px solid #E4E4E4;
        }
        .task-tilte {
            width: 90%;
        }
        .marked-completed {
            color: #22b573;
            font-size: 1.5em;
        }
        .user_form .form-group:not(:first-child) {
            margin-bottom: 15px ;
        }
        .user_profile {
            padding: 15px;
        }
        .your-profile-h {
            font-weight: 700;
        }
        .reply-control-element {
            text-align: right;
        }
        .mv-ondemand-btn {
            background: #F0C40F;
            color: #fff;
            padding: 1px 4px;
            border-radius: 10px;
            font-weight: 600;
            width: fit-content;
            position: relative;
        }
        .mv-schedule-btn {		
            background: #3497DA;
            color: #fff;
            padding: 1px 6px;	
            border-radius: 24px;
            font-weight: 600;
        }
        .mv-schedule-save {
            background: #3497da;
            color: #fff;
            padding: 1px 4px;
            border-radius: 10px;
            font-weight: 600;
            width: fit-content;
            position: relative;
        }
        .scheduled-flag {
            font-size: 13px;
            margin-bottom: 10px;
            top: 0px;
            left: 0;
        }
    }

    