.error {
    line-height: 25px;
    color: red;
}

.input[type="radio"], input[type="checkbox"] {
    margin-top: 12px;
}

.form-control {
    border: 1px solid #c1c3cc !important;
}

.cropper-wrap-box, .cropper-canvas {
    background: #dddddd;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #d3d4d6;
}

.contact-success {
    padding: 20px;
    border: 3px solid #fce62e;
}

#scrollTop {
    left: 26px !important;
}

#whatsapp_div {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
}

#whatsapp_div img {
    height: 60px;
}

/*cookie-policy*/
#cookie-alert {
    background: #000000;
    color: #CCCCCC;
    display: none;
    font-size: 12px;
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#cookie-alert div#message {
    margin: 0 auto;
    max-width: 85%;
    min-width: 850px;
    color: #fff;
}

#cookie-alert div#title {
    border-right: 1px solid #CCCCCC;
    float: left;
    margin-right: 10px;
    width: 155px;
    min-height: 73px;
}

#cookie-alert a {
    color: #000000;
    text-decoration: underline;
}

#cookie-alert button {
    background: #fde72f;
    border: 1px solid #fde72f;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px #2d2d2d;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
}

#cookie-alert div#title h6 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 73px;
    margin: 0;
}

#cookie-alert a {
    color: wheat;
}

.cookies-page {
    padding: 30px 15px;
}

.cookies-page h4 {
    font-size: 24px;
}

.cookies-page h5 {
    font-size: 22px;
}

.cookies-page h6 {
    font-size: 20px;
}

.cookies-page p {
    margin: 0 0 10px;
}

.cookies-page ul {
    font-size: 18px;
    padding: 0 19px;
}

@media(max-width: 767px) {
    #cookie-alert div#message {
      min-width: auto;
    }
    #cookie-alert div#title {
      border-right: none;
      float: inherit;
    }
}