.tags-look .tagify__dropdown__item{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
    border-color: black;
}

.tags-look .tagify__dropdown__item:hover{
    background: lightyellow;
    border-color: gold;
}

.tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}

.profile-image-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.profile-image-preview {
    max-width: 200px;
    max-height: 200px;
    margin-top: 10px;
    display: none;
}

.profile-service {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.profile-service-header {
    /*background-color: #f1f1f1;*/
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
}
.profile-input-header {
    /*background-color: #f1f1f1;*/
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
}
.profile-input-content {
    display: none;
    border-bottom: 1px solid gray;
}
.profile-service-content {
    padding: 15px;
    display: none;
    border-bottom: 1px solid gray;
}

td.payment_table_id{
    width: 0%;
}

td.payment_table_status{
    width: 10%;
}

td.payment_table_deadline{
    width: 20%;
}

td.payment_table_confirmdate{
    width: 20%;
}

td.payment_table_paymentdate{
    width: 20%;
}

td.payment_table_period{
    width: 10%;
}

td.payment_table_operate{
    width: 20%;
}

td.data-profiles-id{
    width: 8%;
}
td.data-profiles-title{
    width: 20%;
}
td.data-profiles-name{
    width: 25%;
}
td.data-profiles-operation{
    width: 20%;
}
td.data-profiles-photo{
    width: 27%;
}

#payment-info-container{
    font-size: 20px;
}

@media only screen and (min-width: 430px) and (max-width: 770px) {
    #payment-info-container{
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    #payment-info-container{
        font-size: 18px;
    }
}