/* Large devices (laptops/desktops, 1200px and up) */
@media(min-width: 1200px) {

    .hidden-lg {
        display: none !important;
    }

    .btn-upgrade-plan {        
        font-weight: bold;
        border-radius: 7px;
        margin-left: 20px;
    }

    .gain-forms-access {
        font-size: 20px;
        margin-bottom: 18px !important
    }

    #upgrade-my-plan {
        position: fixed;
        z-index: 999999;
        background-color: #00c5a3;
        width: 100%;
        bottom: 0;
        color: white;
        display: none;
        padding: 6.5vh 0; 
    }

    .main-content-activity {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }

    .margin-left {
        margin-left: -10px;
    }

    .datetimepicker-mobile {
        padding: 0 !important;
    }

    .search-inner-ring {
        padding: 112px 187px 50px 143px;
        border-radius: 6px;
        background-color: #f9fcfb;
    }

    .search-inner-ring-new {
        border-radius: 6px;
        background-color: #f9fcfb;
    }

    .onboarding-inner-ring {
        padding: 50px 187px 50px 143px;
        border-radius: 6px;
        background-color: #f9fcfb;
    }

    .desktop-text-center {
        text-align: center;
    }

    .manger-comment {
        width: 100px;
        height: 125px;
        margin: 30px 7px 0 165px;
        border-radius: 6px;
        border: solid 1px #00c5a3;
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);*/
    }

    .dialogbox {
        margin: 10px 7px 0 0;
    }

    .process-back {      
        margin-left: 170px;
    }

    .search-bg {
        background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(https://afterschoolhq-prod.s3.us-east-2.amazonaws.com/McCoyYouth/headerimage/120221640_10157669465950893_7044339041890392902_n.png) !important;
    }

    .account-getting-started-padding {
        padding: 50px 145px 50px 145px !important;
    }

    .modal-min-width {
        min-width: 742px;
    }

    .publish-activity-top {
        position: relative;
        width: 100%;
        min-height: 60px;
        padding: 20px 40px;
        color: white;
    }

    .activity-footer {
        position: fixed;
        z-index: 999999;
        background-color: #00c5a3;
        width: 100%;
        min-height: 60px;
        bottom: 0;
        padding: 20px 40px;
        color: white;
    }

    .btn-activity-footer {
        font-weight: bold;
        border-radius: 7px;
        margin-left: 20px;
    }

    .login-form-forgot-password-container {
        float: right;
    }

    .btn-clever-login {
        margin: -50px -60px 0px 0px;
        float: right;
    }
}
