<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

.btn_border {
    border: 1px solid #fff;
    border-radius: 25px;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}


a {
    text-decoration: none;
}

.text-split-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.text-split-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

main {
    transition: all 0.5s ease-in-out;
}
/* ========= box video ======== */

.hr-light {
    color: #fff;
}

.box_v {
    padding: 1rem 2rem;
}

.box_v .box_v-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.box_v .box_v-header .btn_border {
    padding: 5px 20px;
    font-size: 0.7rem;
    background: none;
}

.box_v .box_v-title {
    font-size: 1.3rem;
    font-weight: 600;
}

.box_v-card {
    padding: 7px;
    cursor: pointer;
    position: relative;


}

.box_v-card:hover .box_v-card-btn {
    opacity: 1;
}

.box_v-card .box_v-card-main {
    display: block;
    background-color: #4F535C;
    border-radius: 7px;
    text-decoration: none;
}

.box_v-card .box_v-card-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    opacity: 0;
}

.box_v-card .box_v-card-btn button {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #191F29;
    color: #fff;
}

.box_v-card .box_v-card-star {
    position: absolute;
    bottom: 10px;
    background: none;
    border: none;
    box-shadow: none;
    bottom: 10px;

}
.box_v-card .box_v-card-star.comment {
    left: 70px;
}

.box_v-card .box_v-card-star i {
    color: #fff;
    font-size: 0.9rem;
}

.box_v-card .box_v-card-title {
    font-size: 1rem;
}

.box_v-card .box_v-card-body {
    padding: 10px;
    min-height: 90px;
    position: relative
}

.box_v-card .box_v-card-image {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    border-radius: 7px;
}

.box_v-card .box_v-card-star i.active {
    color: #ffd43b;
}


/* ============MENU TAB========================= */

.top_m-menu {
    text-align: left;
    padding: 5px;
}

.top_m-menu .top_m-menu-btn {
    text-transform: uppercase;
    color: #9c9c9c;
    font-weight: bold;
    width: fit-content;
    padding-bottom: 12px;
}

.top_m-menu .top_m-menu-btn:focus {
    box-shadow: none;
}

.top_m-menu .top_m-menu-btn.active,
.top_m-menu .top_m-menu-btn:hover {
    position: relative;
}

.top_m-menu .top_m-menu-btn.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px;
    width: 100%;
    background-color: #08AEF4;
}


/* ========menu footer======= */


.box_m-footer .menu-footer {
    font-size: 0.7rem;
    padding: 5px 10px;
}

.box_m-footer.box_m-footer-right {
    display: flex;
    justify-content: end;
}

.box_m-footer .menu-footer:hover {
    text-decoration: revert;
}

/* ==================== main-w-right========== */
.main-w-right {
    max-height: 100%;
    overflow-x: hidden;
}

/*=================SIDEBAR=============*/

.sidebar {
    /* transition: all 1s; */
    position: sticky;
    width: 49px;

}

.box-sidebar-container {
    display: none;
}

.sidebar.active aside{
    display: block;
    left: 0;
}
.sidebar aside{
    overflow: hidden;
    position: relative;
    left: -360px;
    display: none;
    z-index: 4;
    /* transition: all 0s; */
}

.sidebar .sidebar-toggle .btn-sidebar-toggle {
    font-size: 2rem;
    background-color: rgba(1,1,1,0);
    color: #fff;
}

.sidebar .sidebar-toggle .btn-sidebar-toggle i{
    color: #fff;

}

.sidebar-toggle{
    /* transition: all 0.3s; */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: rgba(1,1,1,0);
    z-index: 4;
}
.sidebar aside .sidebar-list{
    padding: 0 0 0 0;
    overflow-y: scroll;
    height: 100vh;
}


.sidebar aside .sidebar-list .sidebar-item {
    padding: 7px;
    min-width: 221.49px;
}

.sidebar aside .sidebar-list .sidebar-item a{
    display: block;
}

.form-search {
    position: relative;
}

.input-search {
    padding: 7px 15px;
    border-radius: 10px !important;
}

.icon-search {
    position: absolute;
    right: -1px;
    top: 0px;
    padding: 14px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    color: #fff;
    z-index: 3;
    background-color: #08AEF4;
    height: 100%;
}

.btn-dropdown-search {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
/* ==================STYLE SCROLLBAR ==============*/

.style-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: none;
}

.style-scrollbar::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: none;
}

.style-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


/*scroll main*/
.style-scrollbar-main::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: none;
}

.style-scrollbar-main::-webkit-scrollbar
{
    width: 0px;
    height: 5px;
    background-color: none;
}

.style-scrollbar-main::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/*=========== login ===========*/
.frm-login {
    background-color: #fff;
    color: #000;
    padding: 40px 40px;
    border-radius: 5px;
    border: 2px solid #000;
}

.btn-frm-login {
    margin: 5px;
    padding: 3px 4px;
    max-width: 200px;
    width: 200px;
}
.frm-login table {
    margin: auto;
    width: 75%;
}

.bg-btn-green {
    background-color: #63B60F;
}

.bg-btn-grey {
    background-color: #C4C4C4;
}

.bg-btn-blue {
    background-color: #3300FE;
}
.bg-btn-red {
    background-color:#FF0000;
}

.title-input-frm {
    background-color: #7A9496;
    padding: 5px 10px;
    border-radius: 5px;
    width: 150px;
}

.title-input-frm-215 {

    width: 215px !important;
}
.bg-btn-greys {
    background-color:#7A9496;
}

#logo{
    height: 134px;
    object-fit: contain;
    display: block;
    margin: auto;
    width: 425px;
}

.method.dropdown-toggle::after {
    display: none;
    border-top-color: #fff !important;
}

.page-item {
    padding: 4px;
}
.page-link {
    border-radius: 5px;
    color: #fff;
    background: #191F29;
    border-color: #4F535C;
}
.page-item.active .page-link{
    background: #4F535C;
    border-color: #4F535C;
}
.page-link:hover{
    background: #4F535C;
    color: #fff;
}
.border_red {
    border: 1px solid red;

}

.error {
    color: red;

}
.text_white{
    color: white;
    height: 38px;
}
/*======================== RESPONSIVE =================*/

@media screen and (min-width: 766px) {
    .sidebar-toggle  {
        display: none;
    }

}
@media screen and (max-width: 767px) {
    .box-sidebar-container   {
        display: none;
    }
    /*.top-header   {*/
    /*    display: none !important;*/
    /*}*/
    .box_v {

        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 1.5rem;
        padding-left: 1rem;
    }

}

</pre></body></html>