.comment-container{
    width: 80%;
    margin: auto;
    margin-top: 58px;
}

@media screen and (max-width: 980px){
    .comment-container{
        width: 100%;
    }
}

.comment-add-btn{
    margin-left: -10%;
}

.comment-title-page{
    margin-bottom: 24px;
    font-size: 43px;
    margin-left: -14%;
}

@media screen and (max-width: 980px){
    .comment-add-btn{
        margin-left: 0;
    }
    .comment-title-page{
        margin-left: 0;
    }
}

.comment-block{
    margin-top: 25px;
    margin-bottom: 35px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 33px;
    border: solid 1px #dac0e4;
}

.comment-text-container{
    padding-top: 18px;
    padding-bottom: 18px;
}

.comment-text{
    width: 93%;
    margin: auto;
}

.comment-bottom-separato{
    width: 80%;
    margin: auto;
}

.comment-bottom{
    width: 97%;
    margin: auto;
    font-size: 13px;
    color: #555454;
}

#btn-add-comment{
    text-decoration: none;
    cursor: pointer;
    padding: 6px;
    padding-left: 14px;
    padding-right: 14px;
    display: inline-block;
    background-color: #128F8B;
    border-right: solid 2px #128F8B;
    border-bottom: solid 2px #128F8B;
    border:none;
	color:#fff;
    border-radius: 999px;
    font-size: 19px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 43; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
    background-color: #fff;
    margin: auto;
    border: 1px solid #dac0e4;
    width: 50%;
}

@media screen and (max-width: 980px){
    .modal-content {
        background-color: #fff;
        padding: 0;
        border: 1px solid #dac0e4;
        width: 95%;
        margin: auto;
    }
}

.modal-text-content{
    padding: 44px;
    padding-bottom: 66px;
}

.close {
    color: #9b1e1e;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 22px;
    padding-right: 28px;
}

.close:hover,
.close:focus {
    color: #e21818;
    text-decoration: none;
    cursor: pointer;
}

/* .modal-text-title{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.modal-text-field{
    margin: 11px;
}

.modal-text-field>label{
    display: block;
    width: 100%;
}

.modal-text-field>input{
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: solid 1px #bbb;
}

.modal-text-field>textarea{
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: solid 1px #bbb;
    resize: vertical;
    min-height: 100px;
    max-height: 400px;
}

.modal-text-button{
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background-color: #128F8B;
    color: #fff;
    padding: 6px;
    margin-top: 11px;
    font-size: 19px;
}

.modal-text-button:hover{
    background-color: #0e7764;
}

.modal-text-button-container{
    float:right;
    margin-top:11px;
    margin-bottom:11px;
} */

.add-com-text-content{
    padding: 16px;
    padding-left: 0;
    padding-right: 0;
}

.add-com-text-title{
    margin-bottom: 24px;
    font-size: 33px;
    margin-left: -5%;
}

.add-com-text-field > label{
    width: 100%;
    padding: 11px;
}

.add-com-text-field > input:focus{
    outline: none;
}

.add-com-text-field > input{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    padding: 15px;
    border-radius: 42px;
    box-sizing: border-box;
    border-color: #e0e0e0;
    border: none;
    margin-top: 0.5em;
}

.add-com-text-field > textarea{
    width: 100%;
    border-color: rgb(233, 233, 233);
    border-radius: 5px;
    font-size: 15px;
    resize: vertical;
    padding: 11px;
}

.add-com-text-field > textarea:focus{
    outline: none;
}

.add-com-text-button{
    background: #128F8B;
    background-image: -webkit-linear-gradient(top, #128F8B, #0c4229);
    background-image: -moz-linear-gradient(top, #128F8B, #0c4229);
    background-image: -ms-linear-gradient(top, #128F8B, #0c4229);
    background-image: -o-linear-gradient(top, #128F8B, #0c4229);
    background-image: linear-gradient(to bottom, #128F8B, #0c4229);
    -webkit-border-radius: 15;
    -moz-border-radius: 15;
    border-radius: 15px;
    font-family: Raleway;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
}
.add-com-text-button:hover{
    cursor: pointer;
}

.add-com-text-button-container{
    margin-top: 22px;
}

.response-comment-btn{
    cursor: pointer;
    margin-left: 11px;
    margin: 8px;
    border: solid 1px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #128F8B, #0c4229);
    background-image: -moz-linear-gradient(top, #128F8B, #0c4229);
    background-image: -ms-linear-gradient(top, #128F8B, #0c4229);
    background-image: -o-linear-gradient(top, #128F8B, #0c4229);
    background-image: linear-gradient(to bottom, #128F8B, #0c4229);
}

.repsonse-comment-container{
    margin-top: 22px;
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(228, 227, 237, 0.34);
}

.repsonse-comment-block{
    margin: 15px;
}
.repsonse-comment-block > input{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    padding: 10px;
    border-radius: 42px;
    box-sizing: border-box;
    border-color: #cccccc;
    border: none;
    margin-top: 0.5em;
}

.repsonse-comment-block > textarea{
    width: 95%;
    border-color: rgb(233, 233, 233);
    border-radius: 5px;
    font-size: 15px;
    resize: vertical;
    padding: 11px;
}

.repsonse-comment-btn{
    text-align: right;
}
.repsonse-comment-btn > span {
    cursor: pointer;
    padding: 7px;
    color: #fff;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #128F8B, #0c4229);
    background-image: -moz-linear-gradient(top, #128F8B, #0c4229);
    background-image: -ms-linear-gradient(top, #128F8B, #0c4229);
    background-image: -o-linear-gradient(top, #128F8B, #0c4229);
    background-image: linear-gradient(to bottom, #128F8B, #0c4229);
}
