@charset "UTF-8";
/*
Theme Name: Dịch vụ Facebook
Author: Chien Tran
Version: 1.0
Text Domain: dvfacebook.com
*/


body.customize-support {
    /* margin-top: 32px; */
}

body.customize-support header {
    /* top: 32px !important; */
}

@media(max-width: 900px) {
    #wpadminbar {
        display: none;
    }
}


body.customize-support main {
    padding-top: 0 !important;
}

/** w3school custom select */
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Roboto;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: var(--light-100-color);
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--accent-color) transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--accent-color) transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    padding: .25rem .5rem;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: .25rem;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: var(--light-100-color);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


/* The Modal (background) */

.image-modal .modal-content {
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#modalImageCaption {
    width: 80%;
    max-width: 700px;
    height: 150px;
}

/* Add Animation */
.modal-content,
#modalImageCaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .image-modal .modal-content {
        width: 100%;
    }
}

.show-img {
    transition: transform .2s;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.feedback-page p {
    display: flex;
    flex-direction: row;
}

.feedback-page p {
    display: flex;
    flex-direction: row;
}

.feedback-page p img {
    flex: 1;
}

@media(max-width: 767px) {
    .feedback-page p {
        flex-direction: column;
    }

    .feedback-page p img {
        width: 100%;
        height: auto;
    }
}

.toc_number {
    display: none !important;
}