.ui-widget.ui-widget-content {
    border: 0;
    background-color: transparent !important;
}

.ui-widget-header {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 15px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: var(--var-medium-gray-color) !important;
    font-family: "Inter", SFProDisplay, "Helvetica Neue", sans-serif;
    color: var(--var-medium-gray-color);
    font-weight: 600;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent !important;
    border: 0;
    color: var(--var-medium-gray-color) !important;
    font-family: "Inter", SFProDisplay, "Helvetica Neue", sans-serif;
    color: var(--var-medium-gray-color);
    font-weight: 600;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: var(--var-dark-gray-color) !important;
    font-family: "Inter", SFProDisplay, "Helvetica Neue", sans-serif;
    color: var(--var-medium-gray-color);
    font-weight: 600;
}

.reviewTabs {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.dscroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dscroll::-webkit-scrollbar {
    display: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0em;
}

.layout-container__title {
    color: var(--var-dark-gray-color);
    font-size: 21px;
    margin-bottom: 28px;
    margin-top: 0;
}

.tab-flex-header {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.count-indicator {
    padding: 3px;
    border-radius: 999px;
    background: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 600;
}

.btn-with-icon {
    display: flex;
    font-size: 14px !important;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 7px 17px;
}

.btn-with-icon i {
    font-size: 18px;
    font-weight: 600;
}

.list-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.list-cards .list-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: calc((100% - 24px) / 3);
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.list-cards .list-card .list-card-header {
    display: flex;
    justify-content: space-between;
}

.list-cards .list-card .list-card-header h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.list-cards .list-card .list-card-header .list-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.list-cards .list-card .list-card-header .list-title .list-status {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.list-cards .list-card .list-card-header .list-title .list-status i {
    font-size: 13px;
}

.list-cards .list-card .list-card-header .list-options {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: relative;
}

.list-cards .list-card .list-card-header .list-options .icon-button {
    padding: 5px;
    border: 0.875px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    transition: 0.1s linear;
}

.list-cards .list-card .list-card-header .list-options .icon-button.active {
    color: #8c96ff;
}

.list-cards .list-card .list-card-header .list-options .icon-button:hover {
    background-color: #f6f6f6;
}

.list-cards .list-card .list-card-header .list-options .dropdown-edit,
.list-cards .list-card .list-card-header .list-options .dropdown-share {
    display: none;
    position: absolute;
    border-radius: 6px;
    user-select: none;
    width: 208px;
    top: 32px;
    right: 9px;
    padding-bottom: 10px;
    box-shadow: #00000029 0 0 15px;
    border: 1px solid #ececec61;
    z-index: 99;
    background-color: #fff;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share {
    width: auto;
    right: 55px;
    min-width: 312px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body {
    padding: 5px 15px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .btn {
    display: block;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-socials {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-socials a {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 16px;
    align-items: center;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-socials .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-socials .icon.whatsapp {
    background-color: #4aae20;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-socials .icon.facebook {
    background-color: #3b5998;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-socials .icon.twitter {
    background-color: #1da1f2;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-link {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-link input {
    background: #ffffff;
    color: #343434;
    outline: 0;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    width: 64%;
    padding: 2px 10px;
    border: 1px solid #cfcfcf;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-warn {
    margin-top: 15px;
    margin-bottom: 0;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .drop-body .drop-link .btn {
    display: block;
    width: calc(36% - 6px);
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .ui-tabs .ui-tabs-nav {
    display: flex;
    margin: 0 12px;
    background: #F0F0F0;
    padding: 2.5px;
    border-radius: 8px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .ui-tabs .ui-tabs-nav li {
    margin: 0 !important;
    box-shadow: #0000000f 4px 0px 5px;
    border-radius: 6px;
    width: 100%;
}

.list-cards .list-card .list-card-header .list-options .dropdown-share .ui-tabs .ui-tabs-nav li i {
    margin-right: 10px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
    background: #fff !important;
}

.list-cards .list-card .list-card-header .list-options .dropdown-edit.show,
.list-cards .list-card .list-card-header .list-options .dropdown-share.show {
    display: flex;
    position: absolute;
    flex-direction: column;
}

.list-cards .list-card .list-card-header .list-options .dropdown-edit.show .h-title,
.list-cards .list-card .list-card-header .list-options .dropdown-share.show .h-title {
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.list-cards .list-card .list-card-header .list-options .dropdown-edit.show .dropdown-link {
    padding: 4px 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-edit.show .dropdown-link i {
    font-size: 14px;
    width: 20px;
}

.list-cards .list-card .list-card-header .list-options .dropdown-edit.show .dropdown-link:hover {
    background-color: #00000014;
}

.list-cards .list-card .list-card-body {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 10px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    cursor: pointer;
    filter: opacity(0.9);
    transition: 0.2s;
}

.list-cards .list-card .list-card-body:hover {
    filter: opacity(1);
    transition: 0.2s;
}

.list-cards .list-card .list-card-body .preview-item {
    width: calc(25% - 6px);
    padding: 5px;
    height: 90px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-cards .list-card .list-card-body .preview-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

.list-cards .list-card .list-card-body .preview-item img.empty {
    width: 25px;
    height: 25px;
}

.list-cards .list-card .list-card-body .preview-item.item-button {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    gap: 7px;
    background: #ffefe5;
    color: #ff6000;
    border: 0;
    transition: 0.1s linear;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    padding: 0 3px;
}

.list-cards .list-card .list-card-body .preview-item.item-button a {
    color: #ff6000;
}

.list-cards .list-card .list-card-body .preview-item.item-button i {
    font-weight: 400;
    font-size: 20px;
}

.new-list-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-list-body input {
    padding: 8px 13px;
    font-size: 14px;
}

.new-list-body h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.new-list-body .option-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: -0.32px;
    color: var(--var-dark-gray-color);
    margin-bottom: 2px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #686868;
}

.new-list-body .option-area:first-of-type {
    margin-top: 0;
    border: 0;
}

.new-list-body .option-area label {
    margin: 0 0 0 8px;
}

.new-list-body .option-radio {
    appearance: none;
    background-color: rgb(255 255 255);
    border: 2px solid rgb(140 140 140);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    height: 24px;
    width: 24px;
    box-sizing: border-box;
    padding: 0;
}

.new-list-body .option-radio:checked {
    background: rgb(88 100 235);
    border: none;
}

.new-list-body .option-radio:checked::before {
    -webkit-box-align: center;
    align-items: center;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M13.927 2.2l-6.845 9.289a1.011 1.011 0 0 1-1.43.188L.764 7.769a1 1 0 0 1 1.25-1.562L6.09 9.468l6.227-8.451a1 1 0 1 1 1.61 1.183z'/%3E%3C/svg%3E%0A");
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 6px 5px;
    position: absolute;
    text-align: center;
}

.new-list-privacy-selection span {
    margin-left: 32px;
}

@media only screen and (max-width: 992px) {
    .tab-navs {
        overflow: auto;
    }

    .ui-tabs .ui-tabs-nav {
        width: 150%;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 1em 0;
    }

    .my-account .row {
        margin: 0 !important;
    }

    .my-account .row>* {
        padding: 0 !important;
    }

    .tab-flex-header {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .list-cards .list-card {
        width: 100%;
    }

    .list-cards .list-card .list-card-body .preview-item.item-button
    {
        font-size: 11px;
    }
}


/** DARK THEME **/
body.dark-theme .layout-container__title{
    color: #fff !important;
}

body.dark-theme .list-cards .list-card .list-card-header .list-options .dropdown-share{
    background-color: #212630;
}

body.dark-theme .ui-tabs .ui-tabs-nav li.ui-tabs-active,
body.dark-theme body.dark-theme .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background: #171a21 !important;
}

body.dark-theme .list-cards .list-card,
body.dark-theme .list-cards .list-card .list-card-header .list-options .dropdown-share .ui-tabs .ui-tabs-nav,
body.dark-theme .list-cards .list-card .list-card-header .list-options .dropdown-edit{
    background-color: #171a21;
}

body.dark-theme .list-cards .list-card,
body.dark-theme .list-cards .list-card .list-card-header .list-options .icon-button,
body.dark-theme .list-cards .list-card .list-card-body .preview-item{
    border-color: #323948 !important;
}

body.dark-theme .list-cards .list-card .list-card-header .list-options .icon-button:hover{
    background-color: #212630;
}

body.dark-theme .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background: #212630 !important;
}

body.dark-theme .list-cards .list-card .list-card-body .preview-item.item-button{
    background: #d1c3ba;
}
