﻿[data-tabs="category"] .w-tab-menu::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}

input::-webkit-input-placeholder {
    transition: 0.3s;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
/* Firefox < 19 */
input:-moz-placeholder {
    transition: 0.3s;
}

input:focus:-moz-placeholder {
    opacity: 0.5;
}
/* Firefox > 19 */
input::-moz-placeholder {
    transition: 0.3s;
}

input:focus::-moz-placeholder {
    opacity: 0.5;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
    transition: 0.3s;
}

input:focus:-ms-input-placeholder {
    opacity: 0.5;
}

@media screen and (min-width: 992px) {
    .category__card:hover .category__card-arrow {
        top: 16px;
    }
}

/*.stroke--white-02 {
    -webkit-text-stroke: 0.2px #fff;
}

.stroke--02 {
    -webkit-text-stroke: 0.2px #1e1e2f;
}

.stroke--green-01 {
    -webkit-text-stroke: 0.1px #97c680;
}

.stroke--06 {
    -webkit-text-stroke: 0.6px #1e1e2f;
}

.stroke--08 {
    -webkit-text-stroke: 0.8px #1e1e2f;
}

.btn.stroke--btn-01 {
    -webkit-text-stroke: 0.1px #fff;
}

    .btn.stroke--btn-01:hover {
        -webkit-text-stroke: 0.3px #1e1e2f;
    }

.btn-submit.stroke--btn-1 {
    -webkit-text-stroke: 1px #1e1e2f;
}

.category__card .stroke--skills-06 {
    -webkit-text-stroke: 0.6px #1e1e2f;
}

.category__card:hover .stroke--skills-06 {
    -webkit-text-stroke: 0.6px #97c680;
}

.category__tab-link.w--current {
    -webkit-text-stroke: 0.6px #1e1e2f;
}*/

.btn-submit.mod--form-footer:hover .btn-submit {
    box-shadow: inset 0 -70px 0 0 #feba88;
}
