#delegationContent > div > p{
    word-break: break-word !important;
}

.invalid-feedback{
    display: block !important;
}

.avatar{
    background-color: white !important;
}

#users_wrapper:first-child, #predefined_answers_wrapper:first-child, #delegations_wrapper:first-child{
    padding: 1% !important;
}

.header{
    background-color: #2e61ac !important;
}

.ospat-button{
    background-color: #d14d96 !important;
    border-color: #d14d96 !important;
}

.modal-content{
    border: 2px solid #265190 !important;
}

.login-img{
    padding-top: 3%;
    padding-bottom: 5%;
}

.approval_request_search_bar{
    height: 36px !important;
}

.approval_request_search_bar_text{
    padding-left: 0 !important;
}

.approval_request_search_bar_select{
    padding-right: 0 !important;
}

.download-file-button{
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.back-button-container{
    margin-left: 8%;
    padding-left: 0;
}
.delegation-form-help-box{
    background-color: white;
    padding: 6%;
    position: absolute;
    margin-left: 87%;
    margin-top: -22%;
    border-radius: 22px;
    width: 52%;
    display: none;
}

.delegation-form-help{
    margin-bottom: 0;
    font-size: 14px;
}

@media only screen and (max-width: 1024px) {
    #ar-first-search{
        margin-left: -6%;
    }

    #ar-second-search{
        margin-left: -3%;
        max-width: 50% !important;
        width: 100% !important;
        flex: 1;
    }

}

@media only screen and (max-width: 768px) {
    #ar-first-search{
        max-width: 100%;
        text-align: center !important;
        margin-left: 1%;
    }

    #ar-second-search{
        margin-left: 10%;
        text-align: center !important;
    }

    #ar-table-title > h3{
        text-align: center;
    }

    #delegations_wrapper{
        margin-top: 11%;
    }

    .pagination > li > a{
        height: 28px !important;
        width: 29px !important;
    }

    #delegations_info{
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 425px){
    .btn-back{
        margin-left: -7%;
    }

    #ar-first-search{
        max-width: 48%;
        margin-left: 10%;
    }

    #ar-second-search{
        max-width: 85% !important;
        margin-top: -5%;
        margin-left: 5%;
    }

    #delegations_wrapper {
        margin-top: 13%;
        font-size: 11px;
    }

    #delegations_filter > label > input{
        height: 26px;
    }

    #delegations_filter > label{
        margin-left: -7%;
    }

    #delegations_length > label > select{
        height: 26px !important;
        font-size: 11px !important;
    }

    #delegations_length{
        margin-left: -19%;
    }


    #ar-first-search > div > label ,#ar-second-search > div > label{
        font-size: 11px;
    }

    #ar-first-search > div > label > select, #ar-second-search > div > label > select{
        height: 26px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 360px){
    #delegations_wrapper {
        margin-top: 15%;
    }

    #ar-second-search{
        margin-top: -7%;
    }

    #ar-first-search {
        max-width: 50%;
        margin-left: 5%;
    }

    #delegations_length {
        margin-left: -22%;
    }
}

@media only screen and (max-width: 320px){
    #ar-first-search{
        max-width: 56%;
        margin-left: 23%;
    }

    #ar-second-search{
        max-width: 95% !important;
        margin-top: -8%;
        margin-left: 5%;
    }

    #delegations_wrapper {
        margin-top: 16%;
    }

    /*
    .approval_request_search_bar{
        margin-top:50px;
    }
    */
}