@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.eot');
    src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.eot');
    src: url('../fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.eot');
    src: url('../fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Thin.eot');
    src: url('../fonts/Poppins/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Thin.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Black.eot');
    src: url('../fonts/Poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Light.eot');
    src: url('../fonts/Poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Poppins';
    line-height: 1.2em;
    font-size: 16px;
}
button.btn:focus {
    outline: none;
    box-shadow: none;
}
#app {
    min-height: 100vh;
}
.wrap-nav {
    width: 313px;
    background-color: #E3C8B3;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 999;
}
.wrap-nav .inner-wrap-nav {
    overflow: auto;
}
.wrap-nav .btn {
    box-shadow: none;
    outline: none;
}
.wrap-nav .user-name {
    font-size: 20px;
}
.wrap-nav .user-name,
.wrap-nav .sidebar-menu a.active {
    font-weight: 500;
}
.wrap-nav .avatar-item {
    padding: 50px 40px 39px;
}
.wrap-nav .avatar-image {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 6px;
}
.wrap-nav .avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wrap-nav a {
    color: #000;
    transition: 0.3s;
}
.wrap-nav .sidebar-menu {
    flex-grow: 1;
    font-size: 18px;
}
.wrap-nav .navbar-nav .nav-link {
    padding: 20px 40px 20px 81px;
}
.wrap-nav .nav-footer .nav-link {
    color: #CA0000;
}
.wrap-nav .nav-main a.active,
.wrap-nav .nav-main a:hover {
    color: #E8E8E8;
    background-color: #9D6030;
}
.wrap-nav .nav-icon {
    position: absolute;
    top: 17px;
    left: 40px;
}
.nav-icon {
    background: no-repeat left center / contain;
    width: 25px;
    height: 25px;
    transition: 0.3s;
}
.icon-active {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.wrap-nav .nav-main a.active .nav-icon.icon-active,
.wrap-nav .nav-main a:hover .nav-icon.icon-active {
    opacity: 1;
    visibility: visible;
}
.wrap-nav .nav-main a.active .nav-icon,
.wrap-nav .nav-main a:hover .nav-icon {
    opacity: 0;
    visibility: hidden;
}
/* width */
#app ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#app ::-webkit-scrollbar-track {
    background: #E3C8B3;
}

/* Handle */
#app ::-webkit-scrollbar-thumb {
    background: #9D6030;
    border-radius: 10px;
}

/* Handle on hover */
#app ::-webkit-scrollbar-thumb:hover {
    background: #9D6030;
}
.app-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

#main-login {
    background-color: #E3C8B3;
    margin: -1.5rem 0;
    min-height: 100vh;
}
#main-login .card {
    width: 442px;
}
#main-login .card-header {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 55px;
}
#main-login form label {
    color: #656565;
    font-size: 16px;
}
.forgot-pass a {
    color: #000;
    font-weight: 500;
}
.btn.btn-custom {
    border-radius: 0;
    border: 0;
    overflow: none;
    background-color: #9D6030;
    min-width: 111px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;;
}
#main-login .btn-custom {
    margin-top: 32px;
}
#main-login input {
    padding: 11px 15px;
}

.site-main {
    padding: 30px 33px 30px 346px;
}
.site-main .title-h2 {
    margin-bottom: 54px;
}
.list-dashboard {
    display: grid;
    overflow: hidden;
    grid-template-columns: calc(33.33% - 21.33px) calc(33.33% - 21.33px) calc(33.33% - 21.33px);
    grid-column-gap: 32px;
    grid-row-gap: 39px;
}
.dashboard-item {
    background: #FFFFFF;
    border: 1px solid #E3C8B3;
    box-shadow: 0px 4px 32px rgba(227, 200, 179, 0.2);
    border-radius: 16px;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.dashboard-item .inner-dashboard-item {
    min-height: 100%;
    padding: 31px 15px;
    text-decoration: none;
}
.dashboard-item .title {
    font-weight: 500;
    font-size: 64px;
    line-height: 96px;
    margin-bottom: 0px;
    color: #9D6030;
}
.dashboard-item span {
    vertical-align: middle;
}
.dashboard-item .nav-icon {
    margin-right: 8px;
}
.btn.btn-main {
    border-radius: 0;
    border: 0;
    overflow: none;
    background-color: #E3C8B3;
    padding: 8px 32px;
    text-align: center;
    font-weight: 500;
    color: #000;
    outline: none;
    box-shadow: none;
    transition: 0.3s;
}
/* .btn.btn-main:hover,
.btn.btn-cancel:hover {
    background-color: #9D6030;
    color: #fff;
    border-color: #9D6030;
} */
.btn-main .icon-button {
    margin-right: 20px;
    font-size: 23px;
    line-height: 23px;
    vertical-align: middle;
}
.custom-modal .modal-dialog {
    max-width: 461px;
    width: 90%;
}
.custom-modal .modal-content {
    padding: 7px 17px 17px 7px;
}
#add-announcements-form .custom-add-file.has-value .input-group-prepend .nav-icon,
#add-announcements-form .custom-add-file.has-value label[for].file-name-upload {
    display: block;
}
#add-announcements-form .custom-add-file.has-value label[for].file-name-upload {
    height: auto;
}
#add-announcements-form .custom-add-file.has-value {
    align-items: flex-start;
}
#add-announcements-form .custom-add-file .custom-file-input {
    position: absolute;
}
.custom-modal .form-control {
    padding: 11px 16px;
    border: 1px solid #D4D4D4;
    color: #000;
    font-size: 18px;
}
.custom-modal .form-control:focus {
    outline: none;
    box-shadow: none;
}
.custom-add-file .custom-file-label::after {
    display: none;
}
.custom-add-file .custom-file-label {
    color: #656565;
}
.custom-modal .modal-title {
    font-size: 24px;
    text-align: center;
    width: calc(100% - 20px);
    padding-left: 20px;
}
.custom-modal .modal-header .close {
    opacity: 1;
    box-shadow: none;
    outline: none;
}
.custom-modal textarea {
    resize: none;
    height: 183px;
}
.btn.btn-cancel {
    border-radius: 0;
    background-color: #FFFFFF;
    border: 1px solid #E3C8B3;
    font-weight: 500;
    color: #000;
    box-shadow: none;
    outline: none;
    padding: 8px 16px;
    transition: 0.3s;
}
.custom-modal .btn.btn-main {
    padding: 8px 16px;
}
.custom-modal .btn-cancel {
    margin-right: 28px;
}

.site-main#sticker-main .title-h2 {
    margin-bottom: 28px;
}
.list-sticker {
    margin: 0 -15px;
    padding-top: 48px;
}
.sticker-item {
    width: 20%;
    padding: 0 15px;
    height: 160px;
    line-height: 160px;
    margin-bottom: 31px;
}
.sticker-item .icon-checkbox {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
    background-color: #CDCCCB;
    color: #F5F5F5;
    font-size: 12px;
    text-align: center;
    margin-bottom: 7px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.sticker-item .inner-sticker:hover .icon-checkbox {
    opacity: 1;
    visibility: visible;
}
.sticker-item .inner-sticker input:checked ~ .icon-checkbox {
    opacity: 1;
    visibility: visible;
    background-color: #9D6030;
}
.sticker-item .sticker-image {
    clear: left;
}
.sticker-item img {
    max-height: 90%;
    object-fit: contain;
    object-position: center;
}
#remove-sticker-modal .modal-action {
    padding-top: 32px;
    padding-bottom: 6px;
}


.site-main#filters-main .title-h2 {
    margin-bottom: 28px;
}
.pills-custom {
    padding-top: 10px;
    padding-bottom: 38px;
}
.pills-custom .nav-link {
    padding: 9px 24px;
    border: 1px solid #9D6030;
    color: #000;
    border-radius: 24px;
    margin-right: 16px;
    margin-bottom: 16px;
    transition: 0.3s;
}
.pills-custom .nav-link.active,
.pills-custom .nav-link:hover {
    color: #fff;
    background-color: #9D6030;
}
.block-cat .name-cat {
   font-weight: 500;
   font-size: 24px;
}
.block-cat .image-cat {
    margin-right: 10px;
}
.block-cat .image-cat img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.block-cat li:not(:last-child) {
    padding-right: 24px;
    margin-right: 5px;
    border-right: 1px solid #E3C8B3;
}
.action-cat i {
    font-size: 23px;
    line-height: 23px;
    vertical-align: middle;
}
.action-cat .btn-cancel {
    padding: 7px 34px;
}
#filters-main .list-sticker {
    padding: 21px 0px;
}
.disabled {
    opacity: 0.4;
    pointer-events: none;
}
.custom-add-file .thumbnail-file,
.custom-add-file .remove-file {
    display: none;
}
.custom-add-file.has-value .thumbnail-file,
.custom-add-file.has-value .remove-file {
    display: block;
    z-index: 2;
}
.custom-add-file.has-value {
    align-items: center;
}
.custom-add-file.has-value .input-group-prepend .nav-icon,
.custom-add-file.has-value label[for] {
    display: none;
}
.custom-add-file.has-value .remove-file {
    cursor: pointer;
}
.custom-add-file .image-upload {
    object-fit: cover;
    object-position: center;
}
.custom-add-file .remove-file {
    height: auto;
    margin: 0 0 0 16px;
}
.custom-modal#remove-sticker-modal .modal-title,
.custom-modal#delete-cat-modal .modal-title {
    font-size: 20px;
    margin-bottom: 39px;
}
#delete-cat-modal .inner-modal-body {
    width: 265px;
    margin: 0 auto;
}
#delete-cat-modal .modal-action {
    padding-top: 38px;
    padding-bottom: 22px;
}
#delete-cat-modal .modal-header {
    padding: 9px 10px 15px;
}
.custom-modal#delete-cat-modal .modal-body {
    padding-bottom: 36px;
}
#filter-cat-modal input[type="text"].form-control{
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
}
#filter-cat-modal .modal-action {
    padding-top: 8px;
}
.select2-container {
    min-width: 100%;
}
.select2-container .select2-selection.select2-selection--single {
    height: auto;
    border-radius: 0px;
    padding: 11px 16px;
    border: 1px solid #D4D4D4;
    color: #000;
    font-size: 16px;
}
.select2-field ~ .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0px;
}
#select2-filter .select2-results {
    max-height: 130px;
    overflow: auto;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #000;
    line-height: 24px;
}
.select2-dropdown {
    border-radius: 0;
    border-color: #D4D4D4;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 50px;
    font-size: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-field ~ .select2-container .select2-selection--single .select2-selection__arrow::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#filter-modal .modal-action {
    padding-top: 18px;
}
#filter-modal .custom-modal .form-control {
    font-size: 16px;
}

.wrap-nav .navbar-toggler {
    display: none;
    padding: 0;
}
.wrap-nav .navbar-toggler:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}
 #app ::-webkit-scrollbar {
    height: 10px;
}
.custom-modal .modal-dialog {
    max-width: 468px;
}
.custom-modal .modal-content {
    padding: 5px 17px 17px 17px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
.custom-modal .form-control {
    padding: 10px 11px;
    font-size: 16px;
    margin-top: 2px;
    line-height: 24px;
}
.custom-modal select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.custom-modal select.form-control {
    background-image: url(../images/icon/akar-icons_chevron-down.svg);
    background-size: 24px 24px;
    background-position: center right 14px;
    background-repeat: no-repeat;
}
.custom-modal .form-group label {
    color: #656565;
    font-size: 16px;
    line-height: 24px;
}
.custom-modal .form-control.inp-public-at {
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,0.4);
    font-size: 16px;
    font-weight: 400;
}
.custom-modal .dropzone {
    min-height: 121px;
    padding: 17px 20px;
    border-width: 1px;
}
@media screen and (max-width:1024px) {
    .wrap-nav {
        width: 263px;
    }
    .site-main {
        padding-left: 296px;
    }
    .wrap-nav .avatar-item {
        padding: 30px 20px 19px;
    }
    .wrap-nav .navbar-nav .nav-link {
        padding: 20px 20px 20px 61px;
    }
    .wrap-nav .nav-icon {
        left: 20px;
    }
}
@media screen and (max-width:992px) {
    .wrap-nav {
        height: auto;
        min-width: 100%;
        position: relative;
    }
    .wrap-nav .avatar-item {
        padding: 10px 15px 9px;
    }
    .wrap-sidebar-menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 300px;
        max-width: 90%;
        transform: translateX(-100%);
        background-color: #E3C8B3;
        padding: 70px 0 20px;
        height: 100vh;
        z-index: 999;
        overflow: hidden;
        transition: 0.3s;
        transition-delay: 0s;
    }
    .open-menu .wrap-sidebar-menu {
        transition: 0.3s;
        transition-delay: 0.2s;
        transform: translateX(0);
    }
    .inner-wrap-nav::after {
        content: ' ';
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        transition: 0.5s;
        transition-delay: 0.2s;
        transform: translateX(-100%);
        z-index: -1;
    }
    .open-menu .inner-wrap-nav::after {
        transition: 0.5s;
        transition-delay: 0s;
        transform: translateX(0);
        z-index: 99;
    }
    .wrap-nav .inner-wrap-nav {
        height: auto!important;
    }
    .wrap-nav .navbar-toggler {
        display: block!important;
    }
    #app .site-main {
        padding: 15px;
    }
    .wrap-nav .avatar-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .wrap-nav .sidebar-menu {
        max-height: 96%;
        overflow: auto;
    }
    .wrap-sidebar-menu button.navbar-toggler {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    /* width */
    #app ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    #app .site-main {
        padding-left: 0;
        padding-right: 0;
    }
    .user-main table {
        min-width: 100%;
    }
    .custom-modal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
    .custom-modal .modal-content {
        padding: 0;
    }
    .pills-custom {
        padding-top: 10px;
        padding-bottom: 0px;
        overflow: auto;
        display: flex;
        margin-bottom: 30px;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}
@media screen and (max-width:736px) {
    .list-dashboard {
        grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    }
    .sticker-item {
        width: 33%;
    }
    .block-cat > ul li {
        width: 100%;
    }
    .block-cat > ul li.action-cat button:first-child {
        margin-left: 0!important;
    }
    .block-cat li:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #E3C8B3;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .action-cat .btn-cancel {
        padding: 7px 17px;
    }
    .action-cat i {
        margin-right: 0!important;
    }
    .btn.btn-main {
        padding: 8px 17px;
        font-size: 15px;
    }
    .btn-main .icon-button {
        margin-right: 8px;
        font-size: 18px;
        line-height: 18px;
    }
    body {
        font-size: 14px;
    }
    .block-cat .name-cat {
        font-size: 20px;
    }
    .user-main .title-h2 {
        margin-bottom: 16px;
        font-size: 28px;
    }
    .site-main.user-main table tr td,
    .site-main.user-main table tr th {
        padding: 5px;
    }
    .user-main table tr th {
        white-space: nowrap;
    }
    .site-main.user-main table tr td {
        padding: 7px 5px;
    }
    .custom-modal .modal-title {
        font-size: 20px;
        padding-right: 10px;
    }
    .custom-modal .modal-header .close {
        padding: 4px 0!important;
    }
    .custom-modal .form-control {
        font-size: 16px;
    }
    .custom-modal .btn-cancel {
        margin-right: 16px;
    }
    #app .site-main#featured-members-main,
    #app .site-main#premium-users-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    #featured-members-main > .container-fluid > .row > .col-md-12,
    #premium-users-main > .container-fluid > .row > .col-md-12 {
        padding: 0;
    }
}
@media screen and (max-width:480px) {
    .list-dashboard {
        grid-template-columns: 100%;
    }
    .sticker-item {
        width: 50%;
    }
    .block-cat li button:not(:first-child) {
        margin-left: 5px!important;
    }
}
