body {
    /*height: 100vh;*/
}
.cl_complaint-button {
    background-color: #db4747;
    position: fixed;
    border-radius: 5px;
    z-index: 5;
    cursor: pointer;
    top: 50vh;
    left: -57px;
    padding: 6px 15px;
    box-shadow: 0px 0px 9px 0px #db4747;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .5s;
}
.cl_complaint-button:hover{
    background-color: #ea3f3f;
    top: 50vh;
    left: -53px;
    padding: 6px 15px;
    box-shadow: 0px 0px 9px 0px #ea3f3f;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.cl_complaint-button .cl_button-text {
    color: white;
    font-family: "Arial";
    font-weight: 600;
    font-size: 13px;
}

.cl_complaint-box {
    /*visibility: hidden;*/
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    font-family: "Segoe UI",Arial,sans-serif;
}

.cl_complaint-box.show {
    /*visibility: visible;*/
    display: block !important;
}

.cl_complaint-box .cl_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}
.cl_complaint-box .cl_close:hover,
.cl_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cl_complaint-box .cl_complaint-modal {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 15px;
    border-radius: 5px;
    min-width: 185px;
    width: 35%;
}

.cl_complaint-modal .cl_header {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.cl_complaint-modal .cl_header .cl_modal-title{
    margin: 0;
    line-height: 1.42857143;
}

.cl_complaint-modal .cl_body {
    padding: 20px 15px 20px 15px;
}

.cl_complaint-modal .cl_body .cl_captcha-block input{
    display: block;
    width: 50%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float: left;
    margin-right: 12px;
}

.cl_complaint-modal .cl_alert-area{
    display: none;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.cl_complaint-modal .cl_alert-area.error{
    display: block;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.cl_complaint-modal .cl_alert-area.success{
    display: block;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.cl_complaint-modal .cl_body select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.cl_complaint-modal .cl_footer {
    padding: 14px 0px 10px 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.cl_complaint-modal .cl_footer .cl_btn-send {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cl_complaint-modal .cl_btn-send:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.cl_complaint-modal .cl_text-area textarea {
    width: -webkit-fill-available;
    resize: none;
    height: 150px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media screen and (max-width: 768px) {
    .cl_complaint-box .cl_complaint-modal {
        width: 80%;
    }
}