
 .phw-page-jointalentcommunity
{
    .ph-jtc-box
    {
        .rbt-input-multi .rbt-input-wrapper
        {
            margin-bottom: 0px;
            margin-top: 0px;
        }
        h2.title
        {
            font-size: 40px;
        }
        button.btn-submit
        {
            margin-left: 0px;
        }
        .icon-delete {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border: 1px solid #0b0a0a;
            position: absolute;
            text-align: center;
            line-height: 21px;
            margin-left: 10px;
        }
        .icon-delete:before {
            content: "x" !important;
            color: #180909;
            font-style: normal;
        }
        .form-wrapper form .rbt-input-multi.form-control .rbt-input-wrapper
        {
            overflow-y: scroll !important;
            height: 51px !important;
        }
        .form-wrapper .rbt-token-removeable
        {
            padding: 5px !important;
        }
        @media (min-width:768px) and (max-width:1024px) 
        {
            .form-wrapper form .rbt-input-multi.form-control .rbt-input-wrapper
            {
                overflow-y: scroll !important;
                height: 40px !important;
            }
            .form-wrapper .rbt-token-removeable
            {
                padding: 5px !important;
            }
        }
        @media only screen and (max-width: 600px)
        {
            .checkbox-control
        {
            margin-top: -35px;
        }
        .form-wrapper form .rbt-input-multi.form-control .rbt-input-wrapper
            {
                overflow-y: scroll !important;
                height: 40px !important;
            }
            .form-wrapper .rbt-token-removeable
            {
                padding: 5px !important;
            }
        }
        
    }
}

.ph-jtc-box span.checkmark {
    color: #c31313;
}

@media only screen and (max-width: 576px){
.ph-jtc-box span.checkmark {
    color: #c31313;
    position: relative;
    top: -20px;
    }
}

.ph-jtc-box input.rbt-input-hint {
    position: absolute;
    top: 3px !important;
}
.phw-container>.ph-jtc-box .form-wrapper form .rbt-input-multi.form-control {
    min-height: 51px;
    border-radius: 0px;
    height: 51px;
    overflow-y: scroll;
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}