.contact .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact .contact-box {
    margin-bottom: 50px;
}

.contact .contact-box-list {
    margin-bottom: 5px;
}

.social-icons {
    padding-top: 5px;
}

.social-icons li a {
    font-size: 1.1rem;
}

.contact .social-icons .facebook a {
    background-color: #4267b2;
}

.contact .social-icons .line a {
    background-color: #00c34d;
}

.contact .social-icons .youtube a {
    background-color: #ff0000;
}

.contact .social-icons li a:hover {
    opacity: 0.6;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #222222;
    color: #ffffff;
    border-color: #222222;
}

label.error {
    position: absolute;
    top: 14px;
    right: 10px;
    color: #f7665e;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

textarea::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

textarea::-webkit-scrollbar-thumb {
    border: 1px solid;
}

textarea::-webkit-scrollbar-thumb {
    border-color: #f1f1f1;
    background-color: #c1c1c1;
    transition: all 0.25s;
}

textarea::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

textarea::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: none;
}
