body {
    background: #ffffff;
}

.byteshare_body {
    background: #f4f6fa !important;
}
.videolist a:nth-child(4n+1) .video-card {
    margin-right: 0 !important;
}
.videolist a:nth-child(4n+2) .video-card {
    margin-left: 0 !important;
}
body::-webkit-scrollbar {
    width: 6px
}

.loader_sm,
.loader_sm:after {
    border-radius: 50%;
    width: 2em;
    color: #0b90a8;
    height: 2em;
}

.loader_sm {
    float: left;
    font-size: 10px;
    margin-right: 8px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.3em solid rgba(255, 255, 255, 0.2);
    border-right: 0.3em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.3em solid #0d6efc;
    border-left: 0.3em solid #0d6efc;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.captions-size-menu {
    text-align: center;
    margin: auto;
    justify-content: space-around;
    display: flex;
}

.captions-size-menu span {
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.captions-size-menu span:hover {
    opacity: 0.8;
    cursor: pointer;
}

body::-webkit-scrollbar-thumb {
    background: var(--byteshare-primary-color)
}

.container-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.form-search {
    color: #555;
    height: 36px;
    display: flex;
    padding: 2px;
    border: 1px solid #656d773d;
    border-radius: 3px;
    margin-right: 10px;
    transition: 0.2s ease-in-out;
}

#livesearch {
    position: absolute;
    margin-top: -18px;
    width: 345px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 100;
    display: none;
    background-color: #fff;
}

.video-card {
    border-radius: 3px;
    float: left;
    position: relative;
    cursor: pointer;
    margin: 20px;
    overflow: hidden;
    width: 22.6%;
}

.video-card span {
    color: rgba(10, 12, 13, 0.73);
}

.lock-icon {
    font-size: 16px;
    cursor: pointer;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}
.tooltip-small{
    font-size: 10px;
    color: rgba(0,0,0,0.2);
    margin-left: 5px;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    font-size: 14px !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    font-weight: bold !important;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif !important;
    /* Position the tooltip */
    position: absolute;
    width: 250px;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
}

.video-title {
    margin-top: 10px;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}

.video-card-recommended {
    border-radius: 3px;
    float: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.video-card-recommended span {
    color: rgba(10, 12, 13, 0.73);
}

.video-list-links {
    overflow: hidden;
    clear: both;
    display: flex;
    justify-content: center;
}

.video-card p, .video-card-recommended p {
    margin-top: 5px;
    height: 40px;
    color: #0d6efc;
    margin-bottom: 0;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}

.alert-warning2 {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-success2 {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger2 {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#show-more-comments {
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    width: 120px;
}

.alert-primary2 {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert2 {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.videolist {
    clear: both;
    margin-top: 5px;
}

.video-sort-btn {
    border-radius: 15px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    transition: 0.2s ease-in-out;
    color: #000;
    background-color: #f8f8f8;

}

.video-sort-btn:hover, .video-sort-btn-active {
    background-color: #0d6efc;
    color: #fff;
}

.byteshare-videolist {
    overflow: hidden;
}

.video-badges {
    margin-top: -35px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.video-badge, .image-page-badge {
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.image-page-badges {
    position: absolute;
    margin-top: -25px;
}

.image-page-badge {
    margin-right: 5px;
    float: left;
}

.file-descr-text {
    opacity: 0.7;
    margin-top: 20px;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
}

.video-card:hover {

}

input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
}

.query {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.query:hover {
    background-color: #f8f8f8;
}

input[type="search"]::placeholder {
    color: #bbb;
}

.search-btn {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
}

.search-btn:hover {
    opacity: 1;
}

.search-btn:focus,
.search-btn:focus {
    outline: none;
}

.form-search.nosubmit {
    border: none;
    padding: 0;
}

.input-search:focus {
    outline: none;
}

.input-search {
    min-width: 300px;
}

.input-search.nosubmit {
    border: 1px solid #555;
    width: 100%;
    padding: 9px 4px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.label-search {
    margin-bottom: .5rem
}

.help-block {
    color: red;
}

.bg-primary {
    background: var(--byteshare-primary-color) !important;
}

.mobile-icon .icon {
    color: #232e3c;
    border: 0;
    width: 2rem;
    height: 2rem
}

.mobile-icon .icon:hover {
    color: var(--byteshare-single-color)
}

.video-iframe {
    width: 100%;
    height: 200px;
}

.byteshare-drag-zone {
    /*margin-top: 30px;*/
    padding-bottom: 100px;
}

.byteshare-uploader-out {
    margin-top: 1rem;
}

.uploaded-success {
    margin-top: 2em
}

tr:hover {
    background-color: #f6f9fc !important;
}

.btn-close {
    box-sizing: content-box;
    width: 0.75rem;
    height: 0.75rem;
    padding: 0.25em 0.25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
    opacity: 0.3;
    border: none;
}

.modal-content .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.byteshare-home-modal .modal {
    padding-right: 0 !important;
    border-radius: 0;
    pointer-events: none;
    position: fixed;
    padding-top: 0;
    width: 100%;
    display: none;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(35, 46, 60, 0.24);
    height: 100%;
}

.dashboard-modal {
    position: absolute;
    z-index: 15000;
}

.byteshare-reset-button a {
    color: #232e3c;
    font-weight: 300;
    text-decoration: none
}

.byteshare-reset-button .icon {
    stroke-width: 1
}

.byteshare-upload-icon {
    align-self: center;
    margin-bottom: 8px;
    margin-bottom: 8px;
}

.byteshare-reset-button a:hover {
    text-decoration: none
}

.byteshare-home-modal .modal-body {
    padding: 0 1.5em 1.5em;
    height: 410px;
    overflow: auto;
}

.byteshare-home-modal .modal-content {
    background: #fff;
    border-radius: 0;
    padding: 15px;
}

.byteshare-home-modal .modal-header {
    border-bottom: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    justify-content: space-between;
}

.modal-title-annouc {
    padding: 5px;
    margin-left: 40px;
    background-color: #F8F8F8;
    border-radius: 15px;
}

.byteshare-home-modal .modal-title {
    font-size: .79rem;
    font-weight: 300;
    line-height: 1.3333333;
    text-transform: uppercase
}

.byteshare-home-modal .modal-dialog-centered {
    /* display: block!important;*/
    pointer-events: all
}

.byteshare-home-modal .modal-full-width {
    max-width: 100%;
    margin: 0 !important
}

.byteshare-main-upload-section {
    margin: 0 auto;
    position: relative
}

.byteshare-home-text {
    margin-top: 50px;
}

.byteshare-big-title {
    font-size: 35px;
    font-weight: bold;
}

.byteshare-description {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 2px;
}
.byteshare-badge{
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    border-radius: 10px;
    padding: 4px 10px;
    background-color: rgba(0,0,0,0.05);
    font-weight: normal;
    overflow: hidden;
}

.byteshare-strat-uploading {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 12px 25px;
    display: block;
}

.mainlogo {
    float: left;
    margin-top: 3px;
}

.loading-spinner {
    display: none;
    clear: both;
    justify-content: center;
    margin-top: 100px;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


.byteshare-home-text a:hover {
    text-decoration: none !important;
}

.byteshare-steps {
    margin-top: 50px;
}

.byteshare-right-video img {
    width: 500px;
    float: right;
    height: 100%;
}

.no-decoration {
    text-decoration: none;
}

.secondary-bg {
    background-color: #f8f8f8;
    padding: 20px;
}

.home-box {
    text-align: center;
}

.home-box .fa {
    font-size: 65px;
    color: var(--byteshare-single-color);
    background: #f0effe;
    padding: 20px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.home-box h1 {
    color: #696969;
}

.section-title {
    font-size: 35px;
    font-weight: 400;
}

.title-description {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
}

.sort-btns {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}

.mainlogomobile {
    display: none;
    margin-top: 7px;
}

.search-header {
    display: none;
}

#header-search-container {
    display: none;
}

#header-search-btn {
    display: none;
}

.play-btn {
    position: absolute;
    font-size: 50px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    margin-top: -30px;
}

.padding0 {
    padding: 0;
}

.modal-upload-bottom-txt {
    margin: 0;
    float: right;
    color: rgba(14, 36, 49, .5);
}

@media only screen and (max-width: 768px) {
    .byteshare-main-upload-section {
        padding-top: 50px
    }

    .modal-title-annouc {
        margin-left: 0px;
        margin-top: 5px;
        display: inline-block;
    }

    .mainlogo {
        display: none;
    }

    .container-search {
        display: none;
    }

    .order-md-first {
        display: none;
    }

    .mainlogomobile {
        display: inline-block;
    }

    .video-card {
        width: 100%;
        margin: 0;
        position: relative;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .search-header {
        display: inline-block;
        margin-right: 20px;
        font-size: 24px;
        color: #232e3c;
        cursor: pointer;
    }

    .p-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .input-search {
        min-width: 93%;
    }

    #header-search-btn {
        display: inherit;
    }

    #livesearch {
        width: 100%;
    }

    .video-sort-btn {
        font-size: 14px;
    }

    .view_video_page iframe {
        height: 300px;
    }

    .containerc {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
}

.byteshare-main-upload-section .byteshare-uploder-place {
    position: relative;
    padding: 20px 0 60px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media only screen and (max-width: 768px) {
    .byteshare-main-upload-section .byteshare-uploder-place {
        padding: 20px 0 29px;
        margin-bottom: 60px
    }
}

.byteshare-main-upload-section .byteshare-uploder-place .byteshare-upload-icon {
    max-width: 150px;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .byteshare-main-upload-section .byteshare-uploder-place .byteshare-upload-icon {
        max-width: 140px
    }
}

.byteshare-main-upload-section .byteshare-uploder-place h3 {
    color: #0e2431;
    font-size: 26px;
    line-height: 32px
}

@media only screen and (max-width: 768px) {
    .byteshare-main-upload-section .byteshare-uploder-place h3 {
        font-size: 21px
    }
}

.byteshare-main-upload-section .byteshare-uploder-place h3 span {
    color: var(--byteshare-single-color);
    text-decoration: underline
}

.byteshare-main-upload-section .byteshare-uploder-place p {
    line-height: 1.7;
    font-size: 18px;
    color: rgba(14, 36, 49, .5)
}

@media only screen and (max-width: 768px) {
    .byteshare-main-upload-section .byteshare-uploder-place p {
        font-size: 15px;
        line-height: 1.7;
    }
}

.byteshare-uploader-area .byteshare-card {
    text-align: center;
    background: #fff;
    border: 1px solid rgb(193 193 193/40%);
    padding: 30px;
    color: #0e2431;
    font-size: 18px;
    border-radius: 0;
    height: 350px;
    position: relative
}

.byteshare-uploader-area .byteshare-remove {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px
}

.byteshare-uploader-area .progress {
    height: 30px;
    border-radius: 0
}

.byteshare-upload-icon .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 1em;
    color: var(--byteshare-single-color);
    opacity: 0.7;
}

.byteshare-uploader-area .byteshare-videos-upload {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.byteshare-uploader-area .form-control {
    font-size: 12px;
    border-radius: 0;
    background: #e7f4ff;
    color: #000
}

.byteshare-uploader-area .byteshare-videos-upload .byteshare-videos-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em
}

.byteshare-uploader-area .byteshare-videos-upload .progress {
    margin-top: 9px
}

.byteshare-uploder-progress .btn-view {
    margin-top: 1em;
    width: 100%
}

.byteshare-uploader-out .byteshare-uploder-out-place {
    height: 100%;
    width: 100%
}

.upload-more {
    cursor: pointer
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s
}

.error-icon-video,
.success-icon-video {
    margin-bottom: 1em
}

.input_name, .input_text {
    font-size: 16px;
    padding: 5px;
    font-family: Oswald;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: 1px solid grey;
    border-radius: 5px;
}

.input_box {
    overflow: hidden;
    clear: both;
}

.input_text {
    width: 99%;
    margin-top: 10px;
}

.containerc {
    width: 85%;
    display: none;
}

.textareac {
    font-size: 16px;
}

hr {
    color: #e7eaef !important;
    opacity: 1 !important;
}

.submit_button {
    padding: 6px 0px 6px 22px;
    width: 110px;
    background-color: #0d6efc;
    border: none;
    color: #fff;
    border-radius: 10px;
    float: right;
    font-size: 16px;
    margin-top: 20px;
    background-image: url(/images/main/send.png);
    background-size: 15px 15px;
    background-position: 15px 11px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.submit_button:hover, .add:hover {
    opacity: 0.8;
    transition: 0.1s ease-in-out;
}

.info-tab table td {
    padding-right: 25px;
}

.file-box, .file-box-sm {
    width: 100%;
    height: 500px;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.file-box-sm {
    height: 200px;
}

.file-box-sm audio {
    margin-top: 40px;
    margin-bottom: 80px;
}

.file-box-sm img {
    margin-top: 30px;
}

.remaining-time-p {
    line-height: 1.7;
    font-size: 14px;
    color: rgba(14, 36, 49, .5);
}

.add {
    padding: 6px 0px 6px 10px;
    width: 98.3%;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
    background-color: #0b90a8;
    border: none;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
    left: 5px;
    transition: 0.2s ease-in-out;
}

.comment {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    margin-top: 10px;
}

.comments {
    margin-top: 15px;
    overflow: hidden;
    clear: both;
}

.comment_author {
    font-size: 16px;
    overflow: hidden;
}

.comment_date {
    font-size: 14px;
    float: right;
    color: rgba(10, 12, 13, 0.73);
}

.comments {
    margin-top: 15px;
    overflow: hidden;
    clear: both;
}

.comment_text {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.like_box, .report {
    float: left;
    padding: 6px 8px;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    margin-right: 10px;
}

.report {
    padding: 3px 8px;
    margin-top: -3px;
    margin-right: 0px;
}

.s_box, .e_box {
    width: 100%;
    background-color: green;
    color: white;
    padding: 8px 6px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.e_box {
    background-color: red;
}

.reply_box {
    float: left;
    padding: 6px 8px;
    transition: 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    cursor: pointer;
}

.report span {
    font-size: 13px;
}

.reply_box:hover, .like_box:hover, .report:hover {
    transition: 0.1s ease-in-out;
    opacity: 0.8;
}

#input_reply {
    margin-top: 15px;
    margin-left: 30px;
}

.headerc {
    margin-top: 40px;
}

.headerc h2 {
    float: left;
}

.btnsc {
    float: right;
}

.btnc {
    padding: 8px 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    color: #fff;
    margin-top: 14px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.btnc:hover {
    transition: 0.1s ease-in-out;
    background-color: #0d6efc;
    color: #fff;
}

.emoji_box {
    overflow: hidden;
    display: inline-block;
    background-color: #F0F0F0;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 15px;
    max-width: 650px;
}

.dislike_btn {
    transform: rotate(180deg);
}

.emoji_box div {
    cursor: pointer;
    transition: 0.1s ease-in-out;
    float: left;
    margin-right: 2px;
}

.emoji_box div:hover {
    opacity: 0.8;
    transition: 0.1s ease-in-out;
}

.show_replies_txt {
    cursor: pointer;
    margin-left: 50px;
    margin-top: 10px;
    text-decoration: underline;
}

.likevideobox {
    cursor: pointer;
    padding: 5px;
}

.likevideobox i {
    font-size: 20px;
    opacity: 0.8;
}

#video-like:hover {
    transition: 0.2s ease-in-out;
    color: #0d6efc !important
    ä;
}

.report {
    float: right;
    cursor: pointer;
    margin-left: 12px;
}

.error-icon-video img,
.success-icon-video img {
    width: 70px;
    height: 70px;
    margin-bottom: 1em
}

.error-icon-video h3,
.success-icon-video h3 {
    font-size: 24px
}

.error-icon-video p,
.success-icon-video p {
    font-weight: 300
}

.swal-overlay--show-modal .swal-modal {
    will-change: auto !important
}

.swal-footer {
    text-align: center !important;
    margin-bottom: 20px !important
}

.form-group {
    margin-bottom: 1rem
}

.form-control {
    padding: .6375rem .75rem
}

.form-control:focus {
    color: inherit;
    background: #fff;
    border-color: var(--byteshare-single-color);
    outline: 0;
    box-shadow: none
}

.btn-pd {
    padding: .6375rem 1.4rem !important
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(204 204 204 / 24%);
    border-color: #c7c7c7;
}

.btn-primary {
    background: var(--byteshare-primary-color);
    border-color: var(--byteshare-single-color);
    color: #ffffff;
}

.btn-primary:hover {
    background: var(--byteshare-primary-color);
    border-color: var(--byteshare-single-color);
    color: #ffffff;
    opacity: .9;
}

.btn-primary:focus {
    border-color: var(--byteshare-single-color) !important;
}

.note {
    padding: 19px;
    border-radius: 6px;
    margin-bottom: 1em
}

.note-danger {
    background: #f9a3a3;
    border-color: #f9a3a3;
    border-left: 5px solid #ca5353;
    color: #4e0000
}

.note-info {
    background: #2196f3;
    border-color: #2196f3;
    border-left: 5px solid #025698;
    color: #fff
}

.note-success {
    background: #8aef9a;
    border-color: #013a0b;
    border-left: 5px solid #27b33e;
    color: #124e1c
}

.note-warning {
    background: #ffcb8a;
    border-color: #ffcb8a;
    border-left: 5px solid #f58700;
    color: #000
}

.note-primary {
    background: #515be0;
    border-color: #515be0;
    border-left: 5px solid #040f9c;
    color: #fff
}

.fsgred {
    color: red
}

.success-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background: #129e16;
    color: #fff;
    border-bottom-right-radius: 10px
}

.error-icon-box .icon,
.success-icon-box .icon {
    width: 25px;
    height: 25px
}

.box-is-success {
    border: 2px solid #129e16 !important
}

.error-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    background: #b8030c;
    color: #fff;
    border-bottom-right-radius: 10px
}

.box-is-error {
    border: 2px solid #b8030c !important
}

.remove-icon {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
    color: var(--byteshare-single-color)
}

.remove-icon:hover {
    color: #3a81d6
}

.byteshare__setup {
    margin-left: 8px;
    font-size: 25px;
    font-weight: 300;
    padding: 9px
}

.byteshare-upload-dashed {
    padding: 30px 30px 10px 30px;
    border-radius: 10px;
    border-style: dashed;
    border-color: rgba(13, 110, 252, 0.8);
    display: flex;
    justify-content: center;
    margin: 50px 0px 80px 80px;
    background-color: rgba(13, 110, 252, 0.02);
    cursor: pointer;
    text-align: center;
    flex-direction: column;
}
.byteshare-upload-dashed p{
    opacity: 0.5;
}
.byteshare-upload-dashed-bottom-text{
    opacity: 0.5;
    margin-top: 18px;
    font-size: 12px;
    align-self: flex-start;
}
.byteshare-upload-dashed:hover {
    background-color: rgba(13, 110, 252, 0.05);
}

.pagination .page-item {
    margin-right: .5em;
    margin-left: .5em
}

.gallery-video {
    height: 230px
}

.text-right {
    text-align: right !important
}

.sharelink {
    box-shadow: rgba(35, 46, 60, .04) 0 2px 4px 0;
    border: 1px solid rgba(101, 109, 119, .16);
    background: #fff !important
}

.view_video_footer {
}

.footer-section {
    padding-top: 20px;
}

.sub-badge {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sub-badge:after {
    content: '╳';
    font-size: 12px;
    margin-left: 10px;
    vertical-align: 30%;
}

.sub-badge:hover {
    opacity: 0.8;
}

.subtitles-table {
    padding: 10px;
    border-radius: 15px;
    background-color: #f8f8f8;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

.ulb {
    list-style: none; /* Remove default bullets */
}

.tier-cont {
    background-color: rgb(0, 29, 86);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-right: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.rowg {
    display: flex;
    flex-wrap: wrap;
}

.rowg > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.tier-amount {
    padding: 10px;
    color: #000;
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: -20px;
    border-radius: 0 15px 15px 0;
    width: 110px;
}

.ulb li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--byteshare-primary); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.footer-section img:hover {
    opacity: 0.8;
}

.video_inputs {
    background: rgba(13, 110, 252, 0.48);
    padding: 25px;
    border-radius: 5px
}

.share-buttons {
    display: none;
    text-align: right;
    margin-bottom: 25px
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: .5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--reddit {
    background: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background: #3a80c1
}

.resp-sharing-button--google {
    background: #dd4b39
}

.resp-sharing-button--google:hover {
    background: #c23321
}

.resp-sharing-button--email {
    background: #777
}

.resp-sharing-button--email:hover {
    background: #5e5e5e
}

.resp-sharing-button--xing {
    background: #1a7576
}

.resp-sharing-button--xing:hover {
    background: #114c4c
}

.resp-sharing-button--hackernews {
    background: #f60
}

.resp-sharing-button--hackernews:focus,
.resp-sharing-button--hackernews:hover {
    background: #fb6200
}

.resp-sharing-button--vk:hover {
    background: #43648c
}

.resp-sharing-button--facebook {
    background: #3b5998;
    border-color: #3b5998
}

.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
    background: #2d4373;
    border-color: #2d4373
}

.resp-sharing-button--twitter {
    background: #55acee;
    border-color: #55acee
}

.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background: #2795e9;
    border-color: #2795e9
}

.resp-sharing-button--tumblr {
    background: #35465c;
    border-color: #35465c
}

.resp-sharing-button--tumblr:active,
.resp-sharing-button--tumblr:hover {
    background: #222d3c;
    border-color: #222d3c
}

.resp-sharing-button--pinterest {
    background: #bd081c;
    border-color: #bd081c
}

.resp-sharing-button--pinterest:active,
.resp-sharing-button--pinterest:hover {
    background: #8c0615;
    border-color: #8c0615
}

.resp-sharing-button--linkedin {
    background: #0077b5;
    border-color: #0077b5
}

.resp-sharing-button--linkedin:active,
.resp-sharing-button--linkedin:hover {
    background: #046293;
    border-color: #046293
}

.resp-sharing-button--whatsapp {
    background: #25d366;
    border-color: #25d366
}

.resp-sharing-button--whatsapp:active,
.resp-sharing-button--whatsapp:hover {
    background: #1da851;
    border-color: #1da851
}

.resp-sharing-button--vk {
    background: #507299;
    border-color: #507299
}

.resp-sharing-button--vk:hover .resp-sharing-button--vk:active {
    background: #43648c;
    border-color: #43648c
}

.resp-sharing-button--telegram {
    background: #54a9eb
}

.resp-sharing-button--telegram:hover {
    background: #4b97d1
}

.page_header {
    background: #606871;
    text-align: center;
    padding: 40px
}

.page_header h1 {
    margin: 0;
    color: #fff
}

.error_pages {
    margin-top: 140px
}

.byteshare__top_ads {
    width: 728px;
    max-width: 728px;
    min-width: 728px;
    height: 90px;
    max-height: 90px;
    min-height: 90px;
    margin: 0 auto;
}

.byteshare__bottom_ads {
    width: 982px;
    max-width: 982px;
    min-width: 982px;
    height: 280px;
    max-height: 280px;
    min-height: 280px;
    margin: 0 auto;
}

.btn-install {
    background: #615cf5;
    border-color: #615cf5;
    color: #ffffff;
    height: 45px !important;
    border-radius: 0;
}

.btn-install:hover {
    background: #615cf5;
    border-color: #615cf5;
    color: #ffffff;
}

.install-page .card {
    border: 0;
}

.install-page .form-control {
    height: 45px;
    border-radius: 0;
}

.install-page .form-control:focus {
    border-color: #615cf5;
}

.install-page .input-group-text {
    border-radius: 0;
}

.plyr__control--overlaid {
    background: var(--byteshare-primary-color) !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: var(--byteshare-primary-color) !important;
}

.plyr--full-ui input[type=range] {
    color: var(--byteshare-single-color) !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: var(--byteshare-primary-color) !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .d-mobile-none {
        display: none !important
    }

    .byteshare-home-text .byteshare-big-title {
        font-size: 20px;
    }

    .byteshare-description {
        font-size: 14px;
    }

    .byteshare-strat-uploading {
        font-size: 13px;
        padding: 8px 18px;
    }

    .empty {
        margin-top: 100px
    }

    .byteshare__top_ads {
        width: 300px !important;
        max-width: 300px !important;
        min-width: 300px !important;
        height: 280px !important;
        max-height: 280px !important;
        min-height: 280px !important;
    }

    .byteshare__bottom_ads {
        width: 300px !important;
        max-width: 300px !important;
        min-width: 300px !important;
        height: 280px !important;
        max-height: 280px !important;
        min-height: 280px !important;
    }

    .section-title {
        font-size: 22px;
    }

    .title-description {
        font-size: 14px;
    }

    .home-box {
        text-align: center;
        border: 2px solid var(--byteshare-primary-color);
        border-style: dashed;
        padding: 30px;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    .video-iframe {
        width: 100%;
        height: 150px;
    }
    .byteshare-upload-dashed {
        margin: 50px 0px 50px 0px;
    }
}


@media (max-width: 575.98px) {
    .d-mobile-none {
        display: none !important
    }

    .byteshare-home-text .byteshare-big-title {
        font-size: 20px;
    }

    .byteshare-description {
        font-size: 14px;
    }

    .byteshare-strat-uploading {
        font-size: 13px;
        padding: 8px 18px;
    }

    .byteshare-main-upload-section .byteshare-uploder-place .byteshare-upload-icon {
        max-width: 120px !important
    }

    .byteshare-main-upload-section .byteshare-uploder-place h3 {
        font-size: 16px !important
    }

    .byteshare-main-upload-section .byteshare-uploder-place p {
        font-size: 11px !important
    }

    .byteshare-home-modal .modal-title,
    .byteshare-reset-button a {
        font-size: 10px
    }

    .error-icon-video img,
    .success-icon-video img {
        width: 40px !important;
        height: 40px !important;
        margin-top: 1em
    }

    .error-icon-video h3,
    .success-icon-video h3 {
        font-size: 18px !important
    }

    .error-icon-video p,
    .success-icon-video p {
        font-weight: 200 !important;
        font-size: 12px !important
    }

    .byteshare-main-upload-section {
        padding-top: 1em !important
    }

    .byteshare-home-text .icon {
        width: 90px;
        height: 90px
    }

    .empty {
        margin-top: 100px
    }

    .share-buttons {
        text-align: center !important
    }

    .byteshare__top_ads {
        width: 300px !important;
        max-width: 300px !important;
        min-width: 300px !important;
        height: 280px !important;
        max-height: 280px !important;
        min-height: 280px !important;
    }

    .byteshare__bottom_ads {
        width: 300px !important;
        max-width: 300px !important;
        min-width: 300px !important;
        height: 280px !important;
        max-height: 280px !important;
        min-height: 280px !important;
    }

    .byteshare-upload-icon .icon {
        width: 80px;
        height: 80px;
    }

    .byteshare-uploader-out {
        margin-top: 1rem;
    }

    .byteshare-home-text {
        margin-top: 10px;
        margin-bottom: 1rem;
        text-align: center;
    }

    .section-title {
        font-size: 22px;
    }

    .title-description {
        font-size: 14px;
    }

    .home-box {
        text-align: center;
        border: 2px solid var(--byteshare-primary-color);
        border-style: dashed;
        padding: 30px;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    .video-iframe {
        width: 100%;
        height: 260px;
    }
}

@media screen and (min-width: 1240px) {

}
