#tiktok-login-btn, #tiktok-logout-btn, #autotag .fa-toggle-on, #tiktok-channel-content, #prevPageBtn, #addSelectedBtn, #pages-btns, #add-protection-btns, #yt-btns-wrapper, #getTiktokChannelBtn {
	display: none;
}

@media (max-width: 767.9px) {
    .sample, .sort-wrapper > div, .sort-wrapper button, .sort-wrapper a {
        width: 100% !important;
        max-width: 100% !important;
    }
    .sort-wrapper button, .sort-wrapper a {
        margin-top: 10px;
    }
    .sort-wrapper {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .sort-wrapper div:last-child {
        display: flex;
        align-items: center;
    }
    .sort-wrapper div:last-child a, .sort-wrapper div:last-child button {
        margin-left: 3px;
    }
}

#tiktok-login-btn, #tiktok-logout-btn, #getTiktokChannelBtn {
    padding: 12px 20px;
    border-radius: 50px;
    border: 3px solid #1F1F1F;
    color: #1F1F1F;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
    min-width: 200px;
    text-align: center;
    line-height: 14px;
}

#tiktok-login-btn:hover, #tiktok-logout-btn:hover, #getTiktokChannelBtn:hover {
    background-color: #f7f7f7;
}

#autotag {
    font-size: 20px;
    margin-right: 10px;
}

#autotag i.fa-toggle-off {
    color: #CE1312;
}

#autotag i.fa-toggle-on {
    color: #6BC530;
}

#autotag {
    cursor: pointer;
}

#autotagYoutubeModal h3.modal-title {
    font-size: 1.3rem;
}

#autotagYoutubeModal div.block__details {
    width: 100% !important;
}

#autotagYoutubeModal h4.block__title {
    color: #666666;
    font-size: 1.2em;
}

#autotagYoutubeModal label {
    font-size: 0.8em;
}

#autotagYoutubeModal label span {
    color:#000;
    font-weight: bold;
}

#autotagYoutubeModal h3.or {
    margin-top: 15px;
    margin-bottom:15px;
    font-size:1.5em
}

#autotagYoutubeModal button.form__btn {
    pointer-events: auto;
    opacity: 1;
    margin-bottom: 0 !important;
}

#autotagErrorModal {
    background-color: #CE1312;
    color: #fff !important;
    min-width: 400px;
}

#autotagErrorModal .modal-title {
    margin-bottom: 10px !important;
}

#autotagErrorModal p {
    text-align: center;
}

#autotagErrorModal .qrCont .popup__close {
    border: 2px solid #fff !important;
}

#pages-btns {
    margin-top: -5px;
}

#autotag_items .article__content {
    padding: 15px !important;
}

#autotag_items .article__title {
    font-size: 16px !important;
    width: 90% !important;
}

#add-protection-btns {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCBCB;
}

#autotag-form .form__group:first-child {
    margin-bottom: 15px;
}

.channel-details-hide {
    display: none;
}

.channel-details-show {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding-bottom: 10px;
    align-items: center;
    border-bottom: 1px solid #CBCBCB;
}

#autotag_items {
    border-bottom: 1px solid #CBCBCB;
}

.channel-details-show h3:first-child {
    margin-right: 10px !important;
}

.channel-details-show h3 span {
    color: #666666;
}

#notification {
    margin-right: 10px;
}

#notification span {
    color: #CE1312;
}

#channel-btn {
    padding: 3px 10px;
    border-radius: 24px;
    border: 2px solid #333;
    margin-left: auto;
    color: #333;
    background-color: #fff;
    font-weight: bold;
}

#channel-btn:hover {
    background-color: #333;
    color: #fff;
}

.update-yt-options {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
}

.pr-15 {
    padding-right: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.article__content.protected {
    background-color: #6BC530 !important;
    color: #fff;
}

#yt-btns-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

#yt-btns-wrapper div:first-child {
    margin-right: auto;
}

.section-confirmation-youtube .block__actions {
    background: none !important;
}

.custom-select-options {
    top: 46px;
}

@media (max-width: 1200px) {
    #channel-details {
        margin-bottom: 15px !important;
    }
    
    #pages-btns {
        margin-top: 15px !important;
    }
    
    #autotag-content {
        padding-bottom: 15px !important;
    }
    
    .channel-details-show h3, .channel-details-show a {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    
    #yt-btns-wrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    #autotag {
        font-size: 1em;
    }
    #tiktok-login-btn, #tiktok-logout-btn,#getTiktokChannelBtn {
        padding: 12px;
        font-size: 16px;
        width: 100% !important;
    }
    #getTiktokChannelBtn, #addSelectedBtn, #autotag {
        margin-top: 10px !important;
    }
    #yt-btns-wrapper, .sort-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
    }
    #addAllBtn, #addSelectedBtn {
        width: 100% !important;
    }
    .confirmAddAllAutotagItemsModal, .confirmAddSelectedAutotagItemsModal {
        padding: 1em;
        width: 100% !important;
    }
}