/* width */
.social-wrapper::-webkit-scrollbar {
    height: 3px;
}

/* Track */
.social-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.social-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.social-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.header-logo {
    width: 300px;
}

.header-banner {
    width: 500px;
}

ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

ul.social-links li a span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.social-links li a span.nsosyal {
    background: url(../img/post-nsosyal-icon.svg) center / 14px no-repeat #e1e1e1;
}

.social-links li a:hover span.nsosyal {
    background: url(../img/post-nsosyal-icon-hover.svg) center / 14px no-repeat #cf1d39;
}

.social-links li a span.facebook {
    background: url(../img/post-facebook-icon.svg) center / 9px no-repeat #e1e1e1;
}

.social-links li a:hover span.facebook {
    background: url(../img/post-facebook-icon-hover.svg) center / 9px no-repeat #cf1d39;
}

.social-links li a span.x {
    background: url(../img/post-x-icon.svg) center / 17px no-repeat #e1e1e1;
}

.social-links li a:hover span.x {
    background: url(../img/post-x-icon-hover.svg) center / 17px no-repeat #cf1d39;
}

.social-links li a span.linkedin {
    background: url(../img/post-linkedin-icon.svg) center / 17px no-repeat #e1e1e1;
}

.social-links li a:hover span.linkedin {
    background: url(../img/post-linkedin-icon-hover.svg) center / 17px no-repeat #cf1d39;
}

.social-links li a span.telegram {
    background: url(../img/post-telegram-icon.svg) center / 20px no-repeat #e1e1e1;
}

.social-links li a:hover span.telegram {
    background: url(../img/post-telegram-icon-hover.svg) center / 20px no-repeat #cf1d39;
}

.social-links li a span.whatsapp {
    background: url(../img/post-whatsapp-icon.svg) center / 17px no-repeat #e1e1e1;
}

.social-links li a:hover span.whatsapp {
    background: url(../img/post-whatsapp-icon-hover.svg) center / 17px no-repeat #cf1d39;
}

.social-links li a span.email {
    background: url(../img/post-email-icon.svg) center / 17px no-repeat #e1e1e1;
}

.social-links li a:hover span.email {
    background: url(../img/post-email-icon-hover.svg) center / 17px no-repeat #cf1d39;
}

.social-widget .social-title {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.social-widget .social-title i {
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
    width: 50px;
    height: 50px;
}

.social-widget.instagram .social-title i {
    background: url("../img/instagram.png") no-repeat center center;
    background-size: 50px;
}

.social-widget.x .social-title i {
    background: url("../img/x.png") no-repeat center center;
    background-size: 50px;
}

.social-widget.tiktok .social-title i {
    background: url("../img/tiktok.png") no-repeat center center;
    background-size: 50px;
}

.social-widget.facebook .social-title i {
    background: url("../img/facebook.png") no-repeat center center;
    background-size: 50px;
}

.social-widget.youtube .social-title i {
    background: url("../img/youtube.png") no-repeat center center;
    background-size: 50px;
}

.social-widget .social-title span {
    margin-left: 25px;
    font-size: 20px;
}

.social-widget.instagram .social-title span {
    color: #c46aa8;
}

.social-widget.x .social-title span {
    color: #000000;
}

.social-widget.tiktok .social-title span {
    color: #ff3b5c;
}

.social-widget.facebook .social-title span {
    color: #1877f2;
}

.social-widget.youtube .social-title span {
    color: #e1002d;
}

.social-widget .social-container {
    webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.social-widget.instagram .social-container {
    border: 3px solid #c46aa8;
}

.social-widget.x .social-container {
    border: 3px solid #000000;
}

.social-widget.tiktok .social-container {
    border: 3px solid #ff3b5c;
}

.social-widget.facebook .social-container {
    border: 3px solid #1877f2;
}

.social-widget.youtube .social-container {
    border: 3px solid #e1002d;
}

.social-widget .social-container .social-wrapper {
    width: 100%;
}

.social-widget .social-container .social-wrapper .row .video-col.selected .card {
    border: 2px solid #cf1d39;
}

.social-widget .social-container .social-wrapper .row .video-col.selected .card .card-header {
    background-color: #cf1d39;
    color: #ffffff;
}

.social-widget .social-container .social-wrapper .row .video-col .card .img-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.social-widget .social-container .social-wrapper .row .video-col .card .img-wrapper .preview-placeholder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    cursor: pointer;
}

.social-widget .social-container .social-wrapper .row .video-col .card .img-wrapper .preview-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url("../img/play-button.png") no-repeat center center;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-widget.results .social-container .social-wrapper .row .video-col .card .card-body .card-text {
    opacity: 0.5;
}

.social-widget .social-container .social-wrapper .row .video-col.selected .card .card-body {
    background-color: #cf1d39;
    color: #ffffff;
}

.social-widget.results .social-container .social-wrapper .row .video-col.selected .card .card-body .card-text {
    opacity: 1;
}
.social-widget .social-container .social-wrapper .row .video-col .card .card-body button {
    border-color: #000000;
    color: #000000;
    font-weight: bold;
}

.social-widget .social-container .social-wrapper .row .video-col .card .card-body button:hover,
.social-widget .social-container .social-wrapper .row .video-col .card .card-body button.selected {
    background-color: #cf1d39;
    color: #ffffff;
}

.modal .modal-dialog .modal-content .modal-title {
    font-size: 18px;
}

footer .up-arrow {
    display: block;
    background-color: #cf1d39;
    padding: 10px;
}

@media (max-width: 991.98px) {
    .social-widget .social-container .social-wrapper .row .video-col .card .card-body .card-text {
        font-size: 13px;
    }

    .social-widget .social-container .social-wrapper .row .video-col .card .card-body button {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .header-logo {
        width: 200px;
    }

    .header-banner {
        width: 70%;
    }

    .lead {
        font-size: 16px;
    }

    .social-widget .social-title {
        margin-bottom: 5px;
    }

    .social-widget .social-title i {
        position: unset;
        width: 30px;
        height: 30px;
        background-size: 30px !important;
    }

    .social-widget .social-title span {
        margin-left: 10px;
    }

    .social-widget .social-container {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .social-widget .social-container .social-wrapper .row .video-col .card .card-body button {
        font-size: 9px;
    }

    .social-widget .social-container .social-wrapper .row .video-col .card .card-body .card-text {
        font-weight: 500 !important;
        font-size: 11px !important;
    }
}