input.reviewmodule {
    color: black !important;
}

span.reviewmodule-error-message {
    position: relative;
}

.reviewmodule-wrapper {
    position: relative;
}

.reviewmodule-control-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 10px;
}

span.reviewmodule-error {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    position: absolute;
    top: -22px;
    right: 0px;
    z-index: 1;
    border: black solid 1px;
    padding: 15px 15px 15px 35px;
    border-radius: 5px;
    display: none;
}

.reviewmodule-error span:before {
    z-index: 1;
    content:"\0021";
    color: white;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    background-color: orange;
    padding: 5px;
    top: -10px;
    left: -25px;
    border-radius: 5px;
}

.reviewmodule-error:after,
.reviewmodule-error:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    border-style: solid;
}

.reviewmodule-error:after {
    left: 10px;
    border-color: white transparent transparent transparent;
    border-width: 9px;
}

.reviewmodule-error:before {
    left: 9px;
    border-color: black transparent transparent transparent;
    border-width: 10px;
}

.reviewmodule-star-hover i:hover {
    color: coral;
}

.reviewmodule-star-rating i.active {
    color: orange;
}

.reviewmodule-star-rating i {
    color: black;
    font-size: 20px;
    cursor: default;
    text-decoration: none;
    line-height: 23px;
    font-style: normal;
}
.reviewmodule-star-rating {
    margin: 10px 0;
    width: 120px;
}

.reviewmodule-star-hover i:hover:before,
.reviewmodule-star-rating i.active:before {
    content: "\2605";
}
.reviewmodule-star-rating i:before {
    content: "\2606";
}

.reviewmodule-required:after {
    content: " *";
    color: red;
    font-size: 15px;
    font-weight: lighter;
}

button.reviewmodule {
    font-family: inherit;
    font-size: inherit;
    border-radius: 5px;
    background-image: linear-gradient(#eeeeee, #dddddd);
    padding: 1px 7px 2px 7px;
    margin-top: 5px;
}

button.reviewmodule:hover {
    background-image: linear-gradient(#eeeeee, #eeeeee);
}

.form-submit-succes {
    display: inline-block;
    padding: 10px;
    background: #9aff9a;
}

.reviewmodule-control-label {
    display: inline-block;
    margin-top: 10px;
}


.reviewmodule-wrapper .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 4px;
    margin-top: 4px;
}


.sticky-honey {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#reviewsucces {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: fixed;
    width: 450px;
    font-size: 18px;

    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.ccm-page .human-check-wrap{
    background-color:#ededed;
    height:45px;
    padding:10px;
    margin-bottom:10px;
    display: inline-block;
}

.ccm-page .human-check-wrap span{
    display: inline-block;
    line-height: 25px;
}

.ccm-page .human-check-wrap .human-check-canvas-wrap{
    display: inline-block;
    float:left;
    margin-right:10px;
}

.ccm-page .human-check-wrap .dynamic-form-enable-submit{
    width:1px;
    height:1px;
    border:0px;
    opacity:0;
}

.ccm-page .human-check-wrap span.dynamic-form-error{
    left:0px;
    right:auto;
    line-height: 15px;
    top: 40px;
}

.ccm-page .human-check-wrap .human-check-canvas-wrap .humanity-check{
    border: 2px solid #ababab;
    padding-bottom: 4px;
    cursor:pointer;
    -webkit-transition : border 500ms ease-out;
     -moz-transition : border 500ms ease-out;
     -o-transition : border 500ms ease-out;
     transition : border 500ms ease-out;
}

.ccm-page .human-check-wrap .human-check-canvas-wrap .ishuman{
    border-color:red!important;
}