.content-area{
    margin: 0;
}

.content-container{
    padding: 0 !important;
    margin: 0;
    max-width: 100%;
}

.post-thumbnail{
    display: none !important;
}

.entry{
    box-shadow: none !important;
}

.entry-content-wrap{
    padding: 0;
}

#masthead{
    position: inherit !important;
    background: #0d0d0d !important;
}

.kadence-sticky-header{
    border-bottom: 4px solid #666666;
    background: #0d0d0d !important;
}

.site-container{
    padding: 0 calc(var(--global-content-edge-padding) / 2);
    max-width: 100%;
}

.site-footer{
    display: none;
}

#inner-wrap{
    background-color: #1a1a1a;
}

#floating-message {
    z-index: 10;
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 50%;
    max-width: 890px;
    text-align: center;
    font-weight: 600;
    background-color: #404040;
    padding: 10px;
    border: 1px solid #f51efb;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(245, 30, 251, 0.7),
                0 0 10px 10px rgba(245, 30, 251, 0.5),
                0 0 15px 15px rgba(245, 30, 251, 0.3);
}

@media only screen and (max-width: 1000px){
    .site-header-row-container-inner{
        background: #0d0d0d !important;
    }
}
.connect-google-cta-wrapper {
    background: blueviolet;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    margin: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tool-panel{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 5px;
    background-color: #333333;
}

.tool-panel-section{
    padding: 1rem;
    background-color: #4d4d4d;
    border-radius: 5px;
    box-shadow: 0 0 5px #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.separator {
    border: 0;
    height: 2px;
    background: #f51eba;
    margin: 20px 0 !important;
}

.info {
    font-size: 14px;
    margin-top: 20px;
    color: #999;
}

.create-section-buttons{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.create-section-buttons a{
    flex: 1;
    max-width: calc(50% - 5px);
}

.create-section-buttons button{
    width: 100%;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2 !important;
    background-image: none !important;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f !important;
    cursor: pointer;
    font-family: "Roboto", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
}

.gsi-material-button:disabled .gsi-material-button-state {
    background-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #001d35;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: #f2f2f2;
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #001d35;
    opacity: 8%;
}
.connected-accounts-wrappers {
    padding: 1rem;
    background-color: #4d4d4d;
    border-radius: 5px;
    box-shadow: 0 0 5px #1a1a1a;
    margin: 5px 0;
    position: relative;
}
.connected-accounts-wrappers table {
    border-collapse: collapse;
}
.connected-accounts-wrappers td {
    padding: 10px;
    border-bottom: 1px solid #999;
}
.connected-accounts-wrappers tbody tr td:first-child {
    width: 80%;
}
.connected-accounts-wrappers tbody tr td:nth-child(2) {
    text-align: right;
}
.connected-accounts-wrappers tbody tr:hover {
    background-color: #333;
}
.yt-action-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.yt-channel-handle {
    font-size: 0.95rem;
    color: #bbb;
}
.btn-revoke-connected-channel, .btn-revoke-all-channels, .btn-reactivate-connected-channel {
    font-size: 0.95rem;
}
.loading-area{
    background-color: #66666699;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.loader {
    border: 8px solid #777771;
    border-top: 8px solid #00ffba;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.yt-account-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.yt-account-image {
    width: 40px;
    border-radius: 50%;
    object-fit: contain;
}
.yt-account-text-wrapper p {
    margin-bottom: 0 !important;
}
.yt-account-title {
    font-weight: 500;
}
.yt-account-link {
    font-weight: 300;
    color: #ccc;
    font-size: 90%;
}
.yt-account-icon {
    width: 40px;
    text-align: center;
    background: #fa3a3a;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 59%;
    font-size: 1.3rem;
}
.yt-account-url, .yt-account-url:hover {
    text-decoration: none;
    color: unset;
}
.yt-action-btns-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-button {
    background-color: var(--global-palette-btn-bg);
    color: black;
    border: none;
    padding: 0.4em 0.7em;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden; /* Hide overflowing text initially */
    transition: all 0.3s ease; /* Smooth transition for all properties */
    font-size: 0.95rem;
}

.icon-button i {
    margin-right: 0px; /* No margin initially for icon */
    transition: margin-right 0.3s ease; /* Smooth transition for icon margin */
}

.icon-button .button-text {
    max-width: 0; /* Hide text by default */
    opacity: 0; /* Make text invisible */
    white-space: nowrap; /* Prevent text from wrapping */
    transition: max-width 0.3s ease, opacity 0.3s ease; /* Smooth transition for text properties */
}

/* Hover state */
.icon-button:hover {
    padding-right: 20px; /* Adjust padding to make space for text */
}

.icon-button:hover i {
    margin-right: 10px; /* Add margin to the icon when hovered */
}

.icon-button:hover .button-text {
    max-width: 150px; /* Adjust as needed to reveal the text */
    opacity: 1; /* Make text visible */
}
.icon-button .fa-spinner {
    animation: spin 1s linear infinite; /* Animation applied */
}

@media screen and (max-width: 450px) {
    .yt-action-btns {
        justify-content: center;
        gap: 20px;
    }
}
.yt-account-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.inactive-badge {
    padding: 0 10px;
    background-color: #f72a2a;
    font-size: 0.8rem;
    border-radius: 50px;
    color: white;
}
.yt-account-inactive {
    cursor: not-allowed;
}
.yt-account-inactive .yt-account-title {
    color: #ccc;
}
.hidden {
    display: none;
}
.yt-reactivate-btn-wrapper > p {
    text-align: left;
    margin: 4px 0;
    font-size: 0.9rem;
}
.yt-account-action-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}