.user-main table tr td,.user-main table tr th {
    padding: 16px 20px;
}
.user-main table tr td {
    padding: 13px 16px;
    color: #000000;
    line-height: 24px;
}
.user-main table tr td{
    padding: 13px 4px 13px 20px;
}
.user-main table thead {
    border-bottom: 1px solid #E3C8B3;
}
.user-main table thead tr th {
    font-weight: 500;
    color: #606060;
}
.user-main table thead tr th:first-child {
    width: 60px;
}
.user-main table thead tr th:nth-child(2) {
    width: 233px;
}
.user-main table tbody tr:nth-child(even) {
    background-color: #FFF7F1;
}
.user-main .title-h2 {
    margin-bottom: 26px;
}
.user-main table tr td:first-child img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}
.user-main table tr td a img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.custom-modal select[disabled] {
    height: auto !important;
}

/* faq page*/
.faq-heading {
    border-bottom: #777;
    padding: 20px 60px;
}

.faq-container {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 20px;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;

}

.faq-body {
    margin: auto;
    /* text-align: center; */
    padding: auto;
}

.pdt10 {
    padding-top: 10px;
}

.faq-page.active,
.faq-page:hover {
    background-color: #F9F9F9;
}
.faq-body {
    padding: 10px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faq-page.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}
#myTable img {
    max-width: 150px;
}
.alert-bg-error {
    background: #FFF9F1;
    border-radius: 10px;
    padding: 45px 25px;
}
.search-top{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.content-message-center {
    text-align: center;
}
.content-message {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch
}
.message-text {
    padding-left: 30px;
}
.alert-bg-success .logo {
    position: absolute;
    top: 30px;
}
.alert-bg-success .content-message-center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 95vh;
}
body .sticker-item img {
    max-height: 150px;
}
@media only screen and (max-width: 1024px) {
    .user-main table {
        width: 600px !important;

    }
}

@media only screen and (max-width: 900px) {
    .site-main {
        padding: 4% 2% 4% 230px;
    }

    .wrap-nav {
        width: 210px;
    }

    .wrap-nav .avatar-item {
        text-align: center;
    }

    .wrap-nav .sidebar-menu {
        flex-grow: 1;
        font-size: 14px;
    }

    .wrap-nav .navbar-nav .nav-link {
        padding: 16px 35px 16px 50px;
    }

    .wrap-nav .nav-icon {
        position: absolute;
        top: 13px;
        left: 14px;
    }

    .user-main table {
        overflow: auto;
    }
}

@media only screen and (max-width: 677px) {
    .dashboard-item {
        font-size: 16px;
    }

    .dashboard-item .title {
        font-size: 48px;
    }

    .dashboard-item .inner-dashboard-item {
        padding: 20px 10px;
    }

    .sticker-item {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .list-dashboard {
        grid-template-columns: auto;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }
}


.hide {
    display: none;
}
