@font-face {
    font-family: "angkor";
    src: url("/font/Angkor/Angkor-Regular.ttf");
}

@font-face {
    font-family: "urbanist";
    src: url("/font/Urbanist/Urbanist-Medium.ttf");
}

@font-face {
    font-family: "urbanist-regular";
    src: url("/font/Urbanist/Urbanist-Regular.ttf");
}

@font-face {
    font-family: "urbanist-light";
    src: url("/font/Urbanist/Urbanist-Light.ttf");
}

@font-face {
    font-family: "wallpoet-regular";
    src: url("/font/Wallpoet/Wallpoet-Regular.ttf");
}

@font-face {
    font-family: "urbanist-thin";
    src: url("/font/Urbanist/Urbanist-Thin.ttf");
}

@font-face {
    font-family: "Poppins-semibold";
    src: url("/font/Poppins/Poppins-SemiBold.ttf");
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0);
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    /*font-size: 0.875rem;*/
    font-weight: 400;
    line-height: 1.35;
    color: #fff;
    text-align: left;
    min-height: 100vh;
   	background-image: linear-gradient(#1d3952, #384851);
}
a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.w3-bar-block .w3-bar-item{
    padding: 5px 10px;
}
.main-header{
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 15px 0;
    z-index: 999;
    background: #1d3952;
    left: 50%;
    transform: translateX(-50%);
}
#content{
	padding-top: 80px;
}
#main-user-icon{
	width: 32px;
	height: 32px;
	border-radius: 5px;
}
#main-carret-down{
	width: 24px;
    height: 24px;
}
#main-menu{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#main-menu #main-logo img{
	/*width: 100px;*/
}
.logo{
	width: 100px;
}
#main-menu ul li{
	display: inline-block;
	padding-left: 10px;
}
#main-menu a{
	color: #ccc;
}
#main-menu .active a{
	font-weight: 600;
	color: #fff;
}
#main-menu{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
#main-menu button{
    /*width: 113px;*/
}
.p-detail{
    display: inline-block;
    width: calc(100% - 79px);
    overflow: hidden;
    white-space: nowrap;
}
.btn{
	cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .2s ease;
    font-weight: 500;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(114.88deg, #1c72bb 0%, #29b5ce 97.15%);
    border: none;
}
.btn:hover{
    color: #fff !important;
	background: linear-gradient(114.88deg, #3e6ae4 10%, #00d8ff 97.15%);
}
a:hover {
    color: #1cb5da !important;
}
.rd-10{
    border-radius: 10px;
}
img.rd-10{
    width: 100%;
    /*margin: 0px 10px;*/
}
.w3-dropdown-content{
	background-color: #0f1c28;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    transform: translate3d(-125px, 10px, 0px);
    will-change: transform;
    border-radius: 10px;
    padding: 10px 5px;
}
#notify{
	width: 500px;
	height: calc(100vh - 75px);
	overflow: auto;
}
#main-notify{
	height: calc(100% - 50px);
	overflow: auto;
}
#mb-profile {
	transform: translate3d(50px, 10px, 0px);
	color: #fff;
}
.header-noti h3.title, .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0;
}

.header-noti{
	position: sticky;
    position: -webkit-sticky;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, .1);
    width: 100%;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
}
#mobile-nav{
	background: #082743;
	z-index: 999;
	display: none;
	transition: transform 0.5s ease; 
	padding: 10px 0px;
}

.nav-hide{
	transform: translateX(-100%);
}

.nav-show{
	transform: translateX(0);
}
#no-login{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#no-login .nlg-left img{
	width: 32px;
	height: 32px;
} 
.swiper-button-next, .swiper-button-prev{
	/*color: #fff;*/
    font-weight: bold;
    top: calc(50% - 15px) !important;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
    max-width: 1280px;
    margin: 0px auto;
}
.movie_meta{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 4%;
    width: 50%;
    z-index: 1;
}

.bg-higlight{
	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 102%;
    height: 100%;
    background-image: url('../images/bg-opacity.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}
.movie_content ul {
	list-style-type:square !important;
}		
.movie_content ul li{
	display: inline-block;
	margin-right: .5rem;
	list-style-type:square !important;
}
.movie_action{
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px !important;
}
.text-center{
    text-align: center;
}
.movie_meta > div{
	margin-bottom: 30px;
}
.movie_title h3{
	margin: 0;
}
#main-slider .swiper{
	height: auto;
	/*max-height: 600px;*/
	min-height: 200px;
}
#main-slider .swiper-slide img{
    max-height: 666px;
}
.swiper-gl-image{
	width: 100%;
    height: auto;
    object-fit: fill;
    object-position: center;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    border-radius: 5px;
}
.swiper-slide{
	height: 100%;
	/*margin-right: 30px !important;*/
}
.swiper-slide, .swiper{
	border-radius: 5px;
}
.swiper-container{
	overflow: hidden;
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	position: absolute;
    right: 10px;
    left: auto;
    bottom: 10px;
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 8px);
    width: 300px;
    background: #cccccc29;
}
.swiper-scrollbar-drag{
	background: #ccc;	
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
	margin-top: 20px;
}
.mt-10{
	margin-top: 10px;
}
.mt-5{
	margin-top: 5px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-50{
    margin-bottom: 50px;
}
.live-home .swiper-gl-image{
    max-height: 121px;
}
.title-trim{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-slide .btn-play{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	background: #0000008c;
	align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
}
.swiper-slide .btn-play:hover{
	opacity: 1;
}
.swiper-slide .btn-play i{
	font-size: 25px;
}
.swiper-epg .swiper-button-next, .swiper-epg  .swiper-button-prev{
    top: 38% !important;
}
.swiper-epg .swiper-button-next{
    right: 5px;
}
.swiper-epg .swiper-button-prev{
    left: 5px;
}
.swiper-epg .swiper-button-next:after, .swiper-epg  .swiper-button-prev:after{
    font-size: 25px !important;
}
.swiper-chanel .swiper-button-next:after, .swiper-chanel .swiper-button-prev:after{
	font-size: 25px !important;
}
.pagination-epg li{
    display: inline-block;
}
.pagination-epg li button{
    opacity: 0.4;  
}

.pagination-epg li button.active, .pagination-epg li button:hover{
    opacity: 1;
}
.bookmart{
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: 700;	
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 12px;
}
.hot{
	background-color: #f11828;
}
.new{
	background-color: #1b71bb;
}
.popular{
	background-color: #29b5cc;
}
#main-footer{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
   	padding-top: 20px;
   	margin-top: 50px;
   	margin-bottom: 20px;
    border-top: 1px solid #cccccc5c;
    color: #ccc;
}
#main-info img{
	width: 111px;
	display: block;
	margin-top: 10px;
}
#main-footer h4{
	font-size: 14px;
}
#main-footer ul li{
	padding: 5px 0px;
}
#main-footer .contact i{
	padding-right: 15px;
}
#live-video-js {
    position: relative;
    max-width: 1280px;
    margin: 0px auto;
}
#video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    border-radius: 5px;
    overflow: hidden;
}
 #video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #000;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.m-0 {
    margin: 0 !important;
}
.header-schedule .select2-container .select2-selection--single{
    height: 35px;
    border-radius: 5px;
    background-color: #1e7cbd33;
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #1f7098a8;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #fff transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #1d3952;
}
.select2-results__option{
    padding: 8px;
}
.select2-dropdown{
    background-color: #102435;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px;
}
.header-schedule .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
    font-size: 16px;
}

#broadcast-schedule {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    gap: 8px;
    width: 36%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #1d3952;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 0px 5px 5px 0px;
    z-index: 3;

}
#broadcast-schedule .active{
    background: #607d8b !important;
    font-weight: bold !important;
}
#broadcast-schedule .active .clock-block{
    display: none !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
#broadcast-schedule .header-schedule {
    border-radius: 0px 5px 0px 0px;
    position: sticky !important;
    right: 0;
    width: 100%;
    padding: 8px 16px;
    background: #265275;
    z-index: 4;
}
#broadcast-schedule .header-schedule .button-close {
    position: absolute;
    right: 3%;
    top: 8%;
    color: #03A9F4;
    cursor: pointer;
}
#broadcast-schedule .header-schedule .button-close svg{
    font-size: 16px !important;
}
#broadcast-schedule .list-schedule .item-schedule:nth-child(2n) {
    background: #1d3952;
}
#broadcast-schedule .list-schedule .item-schedule {
    cursor: pointer;
    height: 56px;
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}
#broadcast-schedule .list-schedule .item-schedule div{
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
}
#broadcast-schedule .list-schedule{
    width: 100%;
    height: calc(100% - 110px);
    overflow-y: auto;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;

}
.list-schedule .disable {
    opacity: 0.2;
    cursor: default !important;
}
.list-schedule .clock-block img{
    margin-right: 16px;
}
.list-schedule .disable .clock-block{
    display: none !important;
}
#broadcast-schedule .list-schedule .item-schedule .text-not-active {
    color: #a6a6a6;
}
#broadcast-schedule .list-schedule .item-schedule .text-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#broadcast-schedule .list-schedule .item-schedule .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-left: 16px;
}
.w3-container h3{padding-left: 5px;}}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper{

}
.swiper-wrapper{
    /*transform: translate3d(5px, 0px, 0px) !important;*/
}
#broadcast-schedule .select2-container{
    width: 100% !important;
}
.w3-row{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.w3-col{
    padding-left: 15px;
    padding-right: 15px;
}
.chanel-categories ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*overflow-x: auto;*/
    gap: 20px;
}
.chanel-categories ul li a{
    border-color: transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ccc;
    padding: 0;
    padding-bottom: 8px;
    margin-right: 32px;
    margin-bottom: 10px;
}

.action-filter{
    display: none;
}
.action-filter.active{
    display: block !important;
}
.chanel-categories ul li.active a{
    color: #fff;
    border-bottom: 4px solid #29b5cb;
}
.action-filter .w3-col{
    padding: 10px;
}
#back-to-top {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 5%;
    right: 5%;
    cursor: pointer;
}
#stream-info{
    position: absolute; top: 3%; right: 3%; padding: 5px 15px;
    color: #fff;
    border-right: 4px solid #29b5cb;
    font-size: 15px;
    text-align: right;
    background-color: #00000029;
    font-weight: 500;
    animation: slideInRightToLeft 1s ease-out;
}
#stream-info .stream-name{
    font-size: 22px;
    font-weight: 900;
    margin: 0px 0px 5px;
}
.property-header{
    display: flex;
    flex: 1;
    min-height: 40px;
    gap: 20px;
    font-weight: bold;
    color: #fff;
}
#meta-flim{
    color: #ccc;
}
.film-description{
    margin: 15px 0px;
    text-align: justify;
}
h1.text-info{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.ul-dot {
    list-style-type: disc;
}
.ul-dot li{
    margin-right: .5rem;
    list-style-type: square !important;
    display: inline-block;
}
.ul-dot li i{
    font-size: 0.7em !important;
    font-weight: bold;
    margin-right: .5rem;
}
.l-property li{
    display: flex;
    margin-bottom: 5px;
}
.property{
    display: inline-block;
    width: 80px;
}
@keyframes slideInRightToLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.footer-top {
    background: url(../images/pages/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 40px;
}
.footer-brand-wrapper h1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;           
}
.footer-brand-wrapper, .quicklink-wrapper, .footer-bottom .w3-container div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .w3-container div {
    padding: 20px 0px;
}
.divider {
    height: 4px;
    margin-block: 40px;
    border-top: 1px solid var(--rich-black-fogra-29);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-brand-wrapper .logo {
    width: max-content;
    margin-inline: auto;
}
.footer-list, .quicklink-list, .social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.footer-link {
    color: #ccc;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px;
}
.footer-brand-wrapper, .quicklink-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quicklink-list li, .social-list li{
    padding-right: 10px;
}
.social-list li a{
    background: #000;
    display: block;
    width: 30px;
    height: 30px;   
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
#login input, #pagePayment input{
    color: #fff;
    background: #1a40487d;
    margin-top: 10px;
}
#pagePayment button{
    margin-top: 12px;
}
#login label{
    font-weight: bold;
    color: #ccc;
}
#pagePayment input:focus-visible, #login input:focus-visible, .header-search .input:focus-visible{
    outline: none;
    border: 2px solid #35b0d6 !important;
}
.help-block{
    color: #f68e8e;
    padding: 5px 0px;
}
#login {
    background-color: #0b1a2a;
    border: 3px solid #0f2133;
    padding: 15px;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 40px;
}
#seller-register{
    background-color: #0b1a2a;
    border: 3px solid #0f2133;
    padding: 15px;
    border-radius: 5px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 40px;
}
.form-input label{
    margin-bottom: 10px;
}
#pagePayment input{
    margin-top: 10px;
    background: #1a40487d;
}
.form-input{
    margin-bottom: 15px;
}
#login form{
    padding: 15px 15px 0px;
}
.btn-login{
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding:10px;
    color: #fff;
}
.fw-700{
    font-weight: 700;
}
#content {min-height: 58vh;}
.text-bold {
    font-weight: 600;
}
.text-captial {
    text-transform: capitalize;
}
.pricing-content {
    display: flex;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.PageWidth {
    width: 100%;
    margin: 0px auto;
}

.pricing-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 380px;
    margin: auto;
    background: #F6F8F9;
    border-radius: 20px;
    overflow: hidden;
}

.pricing-tab-item {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
    transition: all .3s;
    text-transform: uppercase;
}

.pricing-tab-item:hover, .tab-active {
    background: #326BD6;
    color: #fff;
}

.pricing-content-items {
    display: flex;
    padding: 50px 0px;
}

.pricing-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    transition: all .3s;
}

.pricing-item-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 35px 25px;
    transition: all .6s;
    border: 2px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    min-width: 200px;
}

.plan-name {
    font-size: 22px;
    font-weight: 600;
}

.plan-text {
    margin: 10px 0px;
}

.plan-price-content {
    margin: 10px 0px;
    color: #31d69e;
}

.plan-price {
    font-size: 26px;
    font-weight: 600;
    /* color: #316bd6; */
}

.plan-price-text {
    color: #707070;
    margin-top: 2px;
}

.month-text {
    font-size: 13px;
    font-weight: 500;
    opacity: .6;
}

.plan-features {
    flex: 1;
}

.plan-feature-item {
    color: #ccc;
    margin: 10px 0;
    /* font-size: 12px; */
    display: flex;
    align-items: center;
}

.pricing-title {
    background: #22B122;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-size: 14px;
    margin-top: -31px;
}

.plan-button a {
    flex: 1;
    display: flex;
    justify-content: center;
    border: 1px solid #3069d4;
    padding: 10px;
    /*border-radius: 3px;*/
    text-decoration: none;
    color: #fff;
    transition: all .3s;

}

.plan-button {
    display: flex;
    margin-top: 20px;
}

.pricing-item:hover {
    /* transform: scale(1.01); */
}
.plan-button a:hover {
    background: #3069d4;
    color: #fff;
}

.pricing-item:hover .pricing-item-box {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    transform: translateY(-10px);
}

.compare-button {
    text-align: center;
}

.compare-button a {padding: 10px 20px;border: 1px solid #707070;color: #707070;text-transform: uppercase;text-decoration: none;border-radius: 3px;transition: all .3s;}

.compare-button a:hover {
    background: #2e6ad4;
    color: #fff;
    border-color: #2e6ad4;
}

.plan-feature-item:before {content: "";width: 14px;height: 14px;/* border: 1px solid #a9a9a9; */background: linear-gradient(114.88deg, #1c72bb 0%, #29b5ce 97.15%);;margin-right: 7px;/* border-radius: 50px; */margin-bottom: 2px;}
.ribbon:before, .ribbon:after {
    content: "";
    display: block;
    position: absolute;
    height: 0px;
    bottom: -8px;
    border: 13px solid #FFEB3B;
}
.ribbon {
    position: absolute;
    right: 36px;
    top: 17px;
}
 .ribbon:before {
    border-bottom-color: transparent;
    bottom: -26px;
}

.full-plan-content {
    margin: 80px 0px 30px;
}

.full-plan-title {
    font-size: 26px;
    margin-bottom: 30px;
}

.fill-plan-table table {
    width: 100%;
    border-spacing: 0px;
}

.table-plan-bg {
    background: #f6f8f9;
    box-shadow: 0 2px 4px 0 rgba(155,155,155,.4);
}

.fill-plan-table table tr th {
    padding: 15px 20px;
    font-size: 15px;
    width: 20%;
}

.fill-plan-table table tr th:nth-child(1), .fill-plan-table table tr td:nth-child(1) {
    text-align: left;
    width: 20%;
    border-left: 0;
}

.fill-plan-table table tr td {
    padding: 15px 20px;
    text-align: center;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.tick-blue {
    color: #316bd6;
}


/*===========================================
Pricing Working Styles
============================================*/

.pricing-working-content {
    background: #F6F8F9;
    width: 100%;
    height: 100%;
    overflow-y: auto;
        padding: 50px 0px;
}

.plan-cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    box-sizing: border-box;
}

.plan-card-item {
    flex: 1;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}

.plan-card-status {
    flex: 1;
    background: #787d96;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    padding: 25px;
    margin-left: 25px;
}

.PageWidth-800 {
    max-width: 800px;
    margin: auto;
    width: 100%;
}

.p-card-hd {
    padding: 25px;
    display: flex;
    align-items: center;
}

.p-card-title {
    flex: 1;
}

.p-text {
    font-size: 22px;
}

.p-sub-text {
    color: #707070;
}

.p-card-btn a {
    display: flex;
    border: 1px solid #3069d4;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    color: #3069d4;
    transition: all .3s;
}

.p-card-btn a:hover {
    background: #3069d4;
    color: #fff;
}

.p-clients {
    background: #f2f4f8;
    padding: 28px 25px;
}

.p-clients-hd {
    display: flex;
    align-items: flex-start;
}

.p-clt-rgt {
    flex: 1;
    font-size: 15px;
}

.p-clt-lft {
    display: flex;
    align-items: center;
}

.p-clt-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    margin-left: -8px;
}

.p-clt-img div {
    width: 100%;
    height: 100%;
}

.p-clt-text {
    line-height: 25px;
    text-align: center;
    color:#fff;
    font-size: 10px;
}

.p-clt-img:nth-child(1) .p-clt-text {
    background: #a17ce4;
}
.p-clt-img:nth-child(2) .p-clt-text {
    background: #48d4b6;
}
.p-clt-img:nth-child(3) .p-clt-text {
    background: #0ec9ec;
}
.p-clt-img:nth-child(4) .p-clt-text {
    background: #6e8ff5;
}
.p-clt-img:nth-child(5) .p-clt-text {
    background: #747c94;
}

.p-clt-bar {
    width: 100%;
    height: 5px;
    background: #d0d1d4;
    margin-top: 10px;
}

.p-bar-blue {
    background: #3069d4;
    height: 100%;
    width: 5%;
}
.nocard-text {
    font-size: 16px;
    margin-bottom: 50px;
}

.Update-btn a {
    background: #f2f4f8;
    text-decoration: none;
    color: #000;
    padding: 8px  15px;
    font-size: 16px;
    border-radius: 3px;
    transition: all .3s;
}

.Update-btn a:hover {
    color: #fff;
    background: #3069d4;
}


.plan-card-support {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    background: #fff;
    margin: 20px 0px;
    padding: 25px;
    display: flex;
    align-items: center;
}

.call-icon {
    width: 25px;
    height: 25px;
    background: #778196;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 10px;
}

.call-icon i {
    font-size: 15px;
    line-height: 25px;
}

.sp-text {
    font-size: 15px;
}

.sp-text a {
    color: #2580eb;
    text-decoration: none;
}

.invoices-content {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    background: #fff;
    padding: 25px;
}

.invoice-title {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #707070;
    padding-bottom: 5px;
}

.invoice-item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #707070;
}

.invoice-no {
    flex: 1;
}
#date{
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
#date ul{
    white-space: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
#date::-webkit-scrollbar {
    /*display: none;*/
    height: 4px;
    background: #000;
    border-radius:4px;
}
#date li.active a{
    font-weight: 700;
    color:  #1cb5da;
}
#date li{
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 57px;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid #ccc;
}
ul li{
    display: inline-block;
}
.invoice-date {
    flex: 1;
}

.invoice-download {
    display: flex;
    background: #f2f4f8;
    padding: 5px;
    border-radius: 3px;
    transition: all .3s;
    cursor: pointer;
}
.invoice-download:hover {
    background: #2e6ad4;
    color: #fff;
}



.card-update {
    background: #787d96;
}

.card-update-type {
    display: flex;
    align-items: center;
}

.card-type {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.card-update-btn a {
    display: flex;
    text-transform: uppercase;
    text-decoration: none;
    color: #2e6ad4;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s;
}

.card-update-btn a:hover {
    color: #2f69d4;
}

.card-number {
    margin: 20px 0px;
}

.card-deatils {
    display: flex;
    align-items: center;
}


.card-holder-name label {
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
}

.card-holder-name {
    flex: 1;
}

.card-valid label {
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
}

.card-no-text {
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
}

.card-text {
    color: #fff;
    font-size: 15px;
}

.invoice-date.inv-mar-10 {
    margin-left: 0px;
}

.invoice-all-download a {
    display: flex;
    background: #f2f4f8;
    padding: 5px 10px;
    border-radius: 3px;
    transition: all .3s;
    color: #333;
    text-decoration: none;
}

.invoice-all-download a:hover {
    background: #2f69d4;
    color: #fff;
}

table.invoices-table {
    width: 100%;
    font-size: 15px;
    color: #707070;
    border-spacing: 0;
}

table.invoices-table tr th {
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

table.invoices-table tr td {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

table.invoices-table tr td:nth-child(5), table.invoices-table tr th:nth-child(5) {justify-content: flex-end;display: flex;}

table.invoices-table tr td:nth-child(1), table.invoices-table tr th:nth-child(1) {
    width: 30%;
}
.pricing-content-items-tabs{
    display: flex;
    flex-direction: column;
}
.pricing-yearly {
    display: flex;
    margin-bottom: 50px;
}
.pricing-monthly{
    display: none;
    margin-bottom: 50px;
}

.pricing-monthly.active-tab-content{
    display: flex;
}
.pricing-item .w3-select{
    width: 98%;
    margin: 0px auto;
    background: #ccc;
    border-radius: 8px;
    padding: 6px 3px;
}
.w3-card{
    background: #607d8b42;
    padding: 40px;
    border-radius: 5px;
}
.form-password {
    display: flex;
}
.packages li{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
#pagePayment table{
    width: 100%;
}
.disabled{
    cursor: not-allowed !important;
    background: linear-gradient(114.88deg, #1c72bb 0%, #29b5ce 97.15%);
}
.disabled img, .disabled .total, .disabled .label_sb{
    opacity: 0.4;
}
#pagePayment .btn-paymnet{
    display: flex;
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}
.line{
    background-color: #c1bcbcb0;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 1px;
}
.header-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4e70848c;
    gap: 8px;
    border-radius: 8px;
    padding: 10px;
}
#page-search{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #0000002b;
    padding: 12px 8px;
}
.header-search .icon{
    margin-left: 2px;
    width: 16.57px;
    height: 16.57px;
    color: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #a6a6a6;
}
.header-search .input {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #4e70848c;
    border: none;
    display: block;
    width: 100%;
    height: calc(1.35em + 1rem + 2px);
    padding: .5rem .75rem;
    color: #fff;
    border-radius: 5px;
}
.button-search{
    white-space: nowrap;
    width: 100px;
}
.header-search .resetInput {
    opacity: 0;
    height: 20px;
    width: 20px;
    color: #818181;
    cursor: pointer;
}
.ui-menu-item{
    display: flex;
    border-bottom: 1px solid #ccc;
}
input.success{
    outline: none;
    border: 2px solid #35b0d6 !important;
}
.autocomplete {
    position: relative;
    display: inline-block;
}
.autocomplete-items {
    top: calc(100% + 1px);
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow: auto;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #364651;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    background-color: #218bc3;
}
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.top-item{
    display: flex;
    gap: 20px;  
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;    
}
.top-item ul{margin-top: 10px;}
.ad-title{
    margin-bottom: 10px;
}
.top-item img{
    border-radius: 10px;
    width: 160px;
    height: 90px;
}
.top-search li {
    list-style-type: none;
    float: left;
    padding: 8px 16px;
    margin: 0 9px 16px 0;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border-radius: 32px;
}
.results .w3-col{
    margin-bottom: 20px;
}
.results .swiper-gl-image{
     margin-bottom: 10px;
}
.result-title{
    font-weight: 500;
    margin-top: 20px;
}
#accontPage{
    display: flex;
}
.p-menu{
    display: flex;
    flex-direction: column;
}
.p-menu li:not(.line) a{
    display: flex;
    padding: 10px 15px;
    align-items: flex-end;
}
.p-menu li:not(.line) a img{
    width: 20px;
}

.p-menu li:not(.line) a span{
    padding-left: 10px;
}

.p-menu li.active{
    border-left: 2px solid #fff;
}
.profile-info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-info .name{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;    
}
.profile-info .profile-info-div {
    width: 80%;
    overflow: hidden;
}
#account .label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    max-width: 90%;
    overflow: hidden;
    color: #ccc;
}
#account .info{
    color: #fff;
    font-weight: 600;
}
.profile-info svg {
    width: 1px;
    height: 16px;
    background: #fff;
    margin: 0 24px;
}
.personal__profile .img-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 24px;
}
.b-icon.bi {
    display: inline-block;
    overflow: visible;
    vertical-align: -0.15em;
}
.personal__account-security .col{
    padding: 20px 0;
    border-bottom: 1px solid #cccccc59;
}
.personal__account-security .col .item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.personal__account-security .i-title{
    display: inline-block;
    width: 100px;
}
#account .w3-card{
    padding: 20px;  
}
.show{
    display: block !important;
}
.hide{
    display: none !important;
}
.table-responsive::-webkit-scrollbar , .p-menu::-webkit-scrollbar{
  height: 4px;             
  border: 1px solid #000;
  background: #000;
  margin-top: 10px;
}
.error{
    margin-top: 10px;
}
#video #popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(8 39 67 / 0.7);
    border-radius: 5px;
    border: 1px solid #888;
}
#auth , #other_login{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 11;
}
#auth .w3-modal-content , #other_login .w3-modal-content{
    position: relative;
    border: 1px solid #888;
    padding: 40px;
    max-width: 500px;
    width: 80%;
    border-radius: 5px;
}

#auth .w3-modal-content h3 , #other_login .w3-modal-content h3{
    margin-top: 0;
}

#auth .w3-modal-content p , #other_login .w3-modal-content p{
    margin-top: 10px;
}

#auth .w3-modal-content .btn, #other_login .w3-modal-content .btn{
    margin-top: 20px;
}
*:focus-visible{
    outline: none;
}
.pagination{
    text-align: center; 
}
.pagination li{
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 700;
}
.pagination li.active{
    color: #1cb5da !important;
}
.w3-show-small{
    display: none !important;
}
.text-download{
    height: 50px;
    line-height: 35px;
    width: 140px;
}
.text-none {
    display: none;
  }

.text-show {
    display: block;
}

.text-title-agency {
    font-family: 'Poppins-semibold';
    font-size: 40px;
    font-weight: 600;
    line-height: 47.65px;
    text-align: left;
    padding-bottom: 33px;
    color: white;
}

.text-btn-banner:hover {
    color: red;
}

.table-wrapper {
    overflow-x: auto;
    padding-top: 30px;
}

.box-package>div{
    width: 89%;
    padding-left: 12%;
}

.box-banner-apk {
    width: 100%;
    height: 281px;
    background: #1F3A52;
    position: relative;
}

.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.box-banner-apk .content {
    position: absolute;
    color: #fff;
}
.content-box-left {
    padding: 66px 0px 0px 155px;
    z-index: 2;
}
.content-box-right {
    padding: 69px 0px 0px 315px;
    width: 41%;
}
.title-banner-apk {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
}
.body-banner-apk {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    padding-top: 5px;
}
.box-ch{
    width: 140px;
    height: 50px;
    gap: 0px;
    border-radius: 10px;
    opacity: 0px;
    background: #FFFFFF;
    margin: 26px 0px 0px 0px 14px;
    display: flex;
}
.img-chplay {
    padding: 10px 0px 9px 11px;
}
.text-box-get {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: #000000;
}
.text-box-gg {
    font-size: 13px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    color: #000000;
    white-space: nowrap;
}
.text-box {
    padding: 8px 0px 0px 5px;
}
.box-dowload {
    background: none;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    padding: 17px 0px 17px 0px;
}
.text-dowload {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: center;
    color: #FFFFFF;
}
.text-version {
    font-size: 8px;
    font-style: italic;
    font-weight: 400;
    line-height: 9.46px;
    padding-top: 10px;
}
.img-box-right-mobi {
      z-index: 999;
      margin-left: 169px;
      margin-top: 130px;
      position: relative;
}

.img-box-right-desktop {
    position: absolute;
}

.box-content-banner {
    display: flex
}

.box-btn-apk {
    padding: 20px 0px;
    display: flex;gap: 22px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* css nam */

/* CSS cho phần bảng */
.my-table {
    width: 100%;
    border-collapse: collapse;
}

.my-table th,
.my-table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

/* .my-table th {
    background-color: #f2f2f2;
} */

.my-table td:first-child {
    font-weight: bold;
}

.btn-danger{
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .2s ease;
    font-weight: 500;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(114.88deg, #ad3434 0%, #a90d0d 97.15%);
    border: none;
}

.btn-danger:hover{
    background: linear-gradient(114.88deg, #d82525 10%, #b81e1e 97.15%);
}

.btn-green {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .2s ease;
    font-weight: 500;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(114.88deg, #2eb146 0%, #0bc020 97.15%);
    border: none;
}

.btn-green:hover{
    background: linear-gradient(114.88deg, #4daf3b 10%, #31e734 97.15%);
}

.w3-dropdown-language{ 
    min-width: 60px;
    margin-left: 105px;
    padding: 0px;
}

.custom-input {
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    background: #27415482;
    padding: 8px;
    border-radius: 5px;
}

.w3-card-change {
    display: none;
}

.w3-card-change-block {
    display: block;
}

.gender { 
    background: none; 
    border: none;
    color: white;
}

/*  */

#datepicker::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    max-width: 90%;
    overflow: hidden;
    color: #ccc;
}

.custom-select {
    background: none !important;
    border: none;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    max-width: 90%;
    overflow: hidden;
    color: #ccc;
}

.custom-select>option{
    color: white;
    background: #344e61;
}

.select2-results__option[aria-selected] {
    color: black !important;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: none;
}

.text-404 {
    font-size: 3rem;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 40px;
    line-height: 1.2;
}


.text-body-404 {
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    color: #d2d2d2;
}
.text-dec-404 {
    font-size: 16px;
    line-height: 19px;
    border-color: #353535 !important;
    padding-bottom: 1.5rem !important;
    margin-top: 0.5rem !important;
    color: #828282;
}

.btn-404 {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .2s ease;
    font-weight: 500;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(114.88deg, #1c72bb 0%, #29b5ce 97.15%);
    border: none;
}

.btn-404:hover{
    background: linear-gradient(114.88deg, #3e6ae4 10%, #00d8ff 97.15%);
}

.text-404-center {
    text-align: center;
}

.w3-change-password {
    background: none;
    margin-top: 10px;
    color: white;
}

#auth .w3-modal-content-err, #other_login .w3-modal-content-err{
    position: relative;
    border: 1px solid #888;
    padding: 40px;
    max-width: 500px;
    width: 80%;
    border-radius: 5px;
    background-color: #f2182866;
}

.custom-select.custom-input select:focus {
    background-color: #770808;
    border-color: #aaa;
    color: #333;
}

.custom-select.custom-input select option:hover {
    background-color: #ddd;
    color: #333;
}


input.w3-input-coler:focus{
    outline: none;
    border: 1px solid #fffafd !important;
}


/* css nam agency */
.box-package {
    width: 300px;
    height: 109px;
    text-align: center;
}
.color-mini {
    background: linear-gradient(114.88deg, #007D99 0%, #00D1FF 97.15%);
}

.color-basic {
    background: linear-gradient(114.88deg, #00522A 0%, #00B85E 97.15%);
}

.color-premier {
    background: linear-gradient(114.88deg, #692616 0%, #CF4A2C 97.15%);
    border-top-right-radius: 10px;
}
.text-package {
    font-family: 'urbanist';
    padding-top: 55px;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-align: left;
}

.text-box-package {
    font-family: 'angkor';
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 41.55px;
    letter-spacing: 0.05em;
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-month {
    font-size: 'urbanist-light';
    padding: 30px 0px 30px 13px;
    text-align: left;
    border-radius: 5px 0px 0px 5px;
}
.text-price {
    font-family: 'urbanist';
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    letter-spacing: 0.05em;
    text-align: center;
}

.text-accounts-by {
    font-family: 'urbanist-light';
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}

.text-see-more, .text-reduce {
    font-family: 'urbanist-thin';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;

}

.text-see-more:hover, .text-reduce:hover{
    color: red;
}

.banner-section {
    position: relative;
    text-align: center;
    color: white;
}

.img-banner-agency {
    width: 100%;
    height: 100%;
    background: linear-gradient(114.88deg, #000000 0%, #262626 97.15%);
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.text-input-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-banner-1 {
    font-family: 'wallpoet-regular';
    font-size: 2vw;
    font-weight: 400;
    text-align: center;
    color: #FFD928;
}

.text-banner-2 {
    font-family: 'urbanist-light';
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.4vw;
    text-align: left;
}


.input-container {
    display: flex;
    align-items: center;
    width: 466px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.input-with-button {
    flex-grow: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    outline: none;
    height: 55px;
}

.btn-getstart {
    border: none;
    background: #000000;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    width: 150px;
    border-radius: 5px;
    height: 55px;
}

.text-btn-banner {
    font-family: 'urbanist-light';
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #FFD928;
}

.contact-info {
    font-family: 'urbanist-light';
    text-align: left;
    padding: 12px 0px 0px 18px;
    color: #FFD928;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.text-banner-email {

    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.banner-section .btn{
    padding: 10px 15px; margin: 15px 0px;display: inline-block;font-size: 20px;font-weight: 600;
}

@media screen and (min-width: 1600px) {
    .w3-container {
        max-width: 1280px;
        margin: 0px auto;
    }
    #live-video-js {
        margin: 0px auto;
    }
}
@media (max-width:1280px){
    #broadcast-schedule{
        width: 60%;
        max-width: 500px;
    }

    .text-package {
        font-size: 25px !important;
        padding-right: 30px !important;
    }
    .text-banner-1 {
        font-size: 2vw !important;
    }
    .text-banner-2 {
        font-size: 1vw !important;
    }
    .img-banner-agency {
        height: 225px  !important;
    }

    .input-contact-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .text-banner {
        width: 100% !important;
    }
    .text-banner-email,.contact-info {  
        padding-left: 0px !important;
    }

    .content-box-right {
        display: none;
    }
    
    .content-box-left {
        padding: 7% 0px 0px 27% !important;
        z-index: 999;
    }
}
@media (max-width:890px){
    #meta-flim .w3-col{
        width: 100% !important;
    }
    .footer-brand-wrapper, .quicklink-wrapper, .footer-bottom .w3-container div {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer-list, .social-list{
        margin-top: 30px;
    }
    .copyright{
        margin: 15px 0px;
    }
    .pricing-yearly {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
        justify-content: space-between;
    }
    
}
@media (min-width: 550px) and (max-width: 890px) {
    .pricing-item{
        width: 50%;
    }
    .banner-section{
        min-height: 350px !important;
    }
    .text-package {
        font-size: 25px !important;
        padding-right: 30px !important;
    }
    .text-banner-1 {
        font-size: 1.5em !important;
    }
    .text-banner-2 {
        font-size: 1.5vw !important;
    }
    .img-banner-agency {
        height: 225px  !important;
    }
    .text-input-container {
        display: block !important;
    }
    .input-contact-container {
        
    }

    .text-banner {
        width: 100% !important;
    }

    .box-banner-apk {
        height: 459px; 
    }

    .content-box-left {
        padding: 7% 0px 0px 22% !important;
        z-index: 999;
    }
    .content-box-right {
      display: none;
    }
    .box-content-banner {
        display: block
    }
}
@media (max-width:550px){
    .banner-section {
        min-height: 320px !important;
    }
    .banner-section .btn{
        padding: 10px;
        font-size: 16px;
    }
    .divider{
        margin-block: 20px;
    }
    .footer-top{
        padding: 20px;
    }
    #video #popup{
        width: 96%;
        max-height: 96%;
    }
    #content{
        padding-top: 75px;
    }
    #openNav{
        padding: 0px 16px 8px 0px !important;
    }

    #broadcast-schedule .header-schedule h4{
        font-size: 16px !important;
    }
    /*#main-logo{
        display: none;
    }*/
    .main-header{
        height: 75px;
    }
    #main-menu .w3-button{
        padding: 0px 16px;
    }
    #stream-info .stream-name{
        font-size: 16px !important;
    }
    #broadcast-schedule .header-schedule{
        padding: 2px 10px;
    }
    #date li{
        width: 40px !important;
        font-size: 12px;
        padding: 3px;
    }
    #broadcast-schedule .list-schedule{
        height: calc(100% - 80px);
    }
    #broadcast-schedule .list-schedule .item-schedule{
        height: 30px;
    }
    .d-flex h4{
        font-size: 12px !important;
        font-size: 12px !important;
        white-space: nowrap;
    }
    .list-schedule .clock-block img{
        width: 20px;
    }

    /* css nam */

    /* .text-title-agency {
        font-size: 20px !important;
    } */
    .text-banner-1 {
        font-size: 20px !important;
    }
    .text-banner-2 {
        font-size: 2.5vw !important;
    }
    .img-banner-agency {
        min-height: 200px  !important;
    }
    .text-input-container {
        display: block !important;
    }
    .input-contact-container {

    }
    .input-container {
        width: 100% !important;
        height: 40px !important;
    }
    .text-btn-banner {
        font-size: 37% !important;
    }
    .text-banner-email,.contact-info {
        font-size: 16px !important;
        text-align: center !important;
        padding-left: 0px !important;
    }
    .icon-banner{
        /*width: 20px !important;*/
    }

    .text-banner {
        width: 100% !important;
    }

    .text-box-package {
        padding: 0px 35px 0px 35px !important;
    }
    .text-package {
        font-size: 25px !important;
        padding-right: 30px !important;
    }
    .text-price {
        font-size: 20px !important;
    }
/* 
    .box-banner-apk {
        height: 459px !important; 
    } */

    .content-box-left {
        padding: 20px !important;
        width: 100%;
        z-index: 999;
    }
    .content-box-right {
      display: none;
    }
    .box-content-banner {
        display: block
    }
    .box-btn-apk  {
        display: block !important;
        padding: 15px 0px;
    }
    .box-dowload {
        padding-top: 10px !important;
        margin-top: 10px !important;
    }

    .title-banner-apk {
        font-size: 15px !important;
    }
    .body-banner-apk {
        font-size: 13px !important;
        padding-left: 10px !important;
    }
    .box-ch {
        height: 50px !important;
    }
    .text-download {
        height: 50px;
        display: block;
        margin-top: 10px;
    }
    

}
@media (max-width:768px){
    a.itvlive{
        text-align: center;
    }
    #page-search{
        padding: 2px;
    }
    #page-search .w3-container{
        padding: 0px !important;
    }
    #page-search .header-search{
        border-radius: 0px;
    }
    #main-menu #main-logo img{
        width: 70px;
    }
    .w3-show-small{
        display: inline-block !important;
    }
    #pagePayment .w3-card{
        padding: 20px;
    }
    #pagePayment .btn-paymnet {
        font-size: 18px;
    }
    .profile-info .name{
        margin-bottom: 5px;
        font-size: 18px;    
    }
    .personal__profile .img-avatar{
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .personal__profile .img-avatar img{
        width: 40px;
    }
    #account .w3-col{
        width: 100%;
    }
    .p-menu{
        width: 100%;
        overflow: auto;
        white-space: nowrap; 
        flex-direction: row;
    }
    .p-menu li:not(.line) a{
        padding: 7px 15px;
    }
    .p-menu li.active a{
        color: #1cb5da;
    }
    .p-menu li.active {
        color: #1cb5da;
        /*border-bottom: 2px solid #fff;*/
        border-left: none;
    }
    .pro-menu{
        padding: 5px 20px !important;
    }
    .p-menu .line{
        display: none;
    }
    .button-search{
        width: 60px;
    }
    .footer-brand-wrapper .logo {
        margin: 0;
    }
    #broadcast-schedule{
        width: 80%;
    }
	.swiper-slide{
		height: 100%;
		margin-right: 10px !important;
	}
	h1, h2, h3, h4, h5, h6{
		margin: 5px 0;
	}
	h3{
		font-size: 20px;
	}
	.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
		width: 150px;
		bottom: 20px;
	}
	
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 25px;
	}
	.movie_meta > div{
		margin-bottom: 10px;
	}
	.movie_meta {
		width: 100%;	
	}
	.w3-container {
        padding: 0.01em 10px;
    }
}

@media (min-width: 540px) and (max-width: 720px) {
    .content-box-left {
        padding: 10% 0px 0px 30% !important;
        z-index: 999;
    }
}

/* css nam */

/* CSS cho phần bảng */
.my-table {
    width: 100%;
    border-collapse: collapse;
}

.my-table th,
.my-table td {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

/* .my-table th {
    background-color: #f2f2f2;
} */

.my-table td:first-child {
    font-weight: bold;
}

.btn-danger{
	cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .2s ease;
    font-weight: 500;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(114.88deg, #ad3434 0%, #a90d0d 97.15%);
    border: none;
}

.btn-danger:hover{
	background: linear-gradient(114.88deg, #d82525 10%, #b81e1e 97.15%);
}

.btn-green {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .2s ease;
    font-weight: 500;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(114.88deg, #2eb146 0%, #0bc020 97.15%);
    border: none;
}

.btn-green:hover{
	background: linear-gradient(114.88deg, #4daf3b 10%, #31e734 97.15%);
}

.w3-dropdown-language{ 
    min-width: 60px;
    margin-left: 105px;
    padding: 0px;
}

.custom-input {
    border: none;
    color: #fff;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    background: #27415482;
    padding: 8px;
    border-radius: 5px;
}

.w3-card-change {
    display: none;
}

.w3-card-change-block {
    display: block;
}

.gender { 
    background: none; 
    border: none;
    color: white;
}

/*  */

#datepicker::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    max-width: 90%;
    overflow: hidden;
    color: #ccc;
}

.custom-select {
    background: none !important;
    border: none;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    max-width: 90%;
    overflow: hidden;
    color: #ccc;
}

.custom-select>option{
    color: white;
    background: #344e61;
}

.select2-results__option[aria-selected] {
    color: black !important;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: none;
}

.text-404 {
    font-size: 3rem;
    font-weight: 500 !important;
    color: #fff !important;
    margin-bottom: 40px;
    line-height: 1.2;
}


.text-body-404 {
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    color: #d2d2d2;
}
.text-dec-404 {
    font-size: 16px;
    line-height: 19px;
    border-color: #353535 !important;
    padding-bottom: 1.5rem !important;
    margin-top: 0.5rem !important;
    color: #828282;
}

.btn-404 {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    transition: all .2s ease;
    font-weight: 500;
    margin-right: 4px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(114.88deg, #1c72bb 0%, #29b5ce 97.15%);
    border: none;
}

.btn-404:hover{
	background: linear-gradient(114.88deg, #3e6ae4 10%, #00d8ff 97.15%);
}

.text-404-center {
    text-align: center;
}

.w3-change-password {
    background: none;
    margin-top: 10px;
    color: white;
}

#auth .w3-modal-content-err, #other_login .w3-modal-content-err{
    position: relative;
    border: 1px solid #888;
    padding: 40px;
    max-width: 500px;
    width: 80%;
    border-radius: 5px;
    background-color: #f2182866;
}

.custom-select.custom-input select:focus {
    background-color: #770808;
    border-color: #aaa;
    color: #333;
}

.custom-select.custom-input select option:hover {
    background-color: #ddd;
    color: #333;
}


input.w3-input-coler:focus{
    outline: none;
    border: 1px solid #fffafd !important;
}


/* css nam agency */
.box-package {
    width: 300px;
    height: 109px;
    text-align: center;
}
.color-mini {
    background: linear-gradient(114.88deg, #007D99 0%, #00D1FF 97.15%);
}

.color-basic {
    background: linear-gradient(114.88deg, #00522A 0%, #00B85E 97.15%);
}

.color-premier {
    background: linear-gradient(114.88deg, #692616 0%, #CF4A2C 97.15%);
    border-top-right-radius: 10px;
}
.text-package {
    font-family: 'urbanist';
    padding-top: 55px;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-align: left;
}

.text-box-package {
    font-family: 'angkor';
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 41.55px;
    letter-spacing: 0.05em;
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-month {
    font-size: 'urbanist-light';
    padding: 30px 0px 30px 13px;
    text-align: left;
    border-radius: 5px 0px 0px 5px;
}
.text-price {
    font-family: 'urbanist';
    font-size: 22px;
    font-weight: 700;
    line-height: 26.4px;
    letter-spacing: 0.05em;
    text-align: center;
}

.text-accounts-by {
    font-family: 'urbanist-light';
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}

.text-see-more, .text-reduce {
    font-family: 'urbanist-thin';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #FFFFFF;
    cursor: pointer;

}

.text-see-more:hover, .text-reduce:hover{
    color: red;
}

.banner-section {
    position: relative;
    text-align: center;
    color: white;
    min-height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000000ba;
}

.img-banner-agency {
    width: 100%;
    height: 100%;
    background: linear-gradient(114.88deg, #000000 0%, #262626 97.15%);
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.text-input-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-banner-1 {
    font-family: 'wallpoet-regular';
    font-size: 2em;
    font-weight: 400;
    text-align: center;
    color: #FFD928;
}

.text-banner-2 {
    font-family: 'urbanist-light';
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.4vw;
    text-align: left;
}


.input-container {
    display: flex;
    align-items: center;
    width: 466px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.input-with-button {
    flex-grow: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
    outline: none;
    height: 55px;
}

.btn-getstart {
    border: none;
    background: #000000;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    width: 150px;
    border-radius: 5px;
    height: 55px;
}

.text-btn-banner {
    font-family: 'urbanist-light';
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #FFD928;
}

.contact-info {
    font-family: 'urbanist-light';
    text-align: left;
    padding: 12px 0px 0px 18px;
    color: #FFD928;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.text-banner-email {

    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

@font-face {
    font-family: "angkor";
    src: url("/font/Angkor/Angkor-Regular.ttf");
}

@font-face {
    font-family: "urbanist";
    src: url("/font/Urbanist/Urbanist-Medium.ttf");
}

@font-face {
    font-family: "urbanist-regular";
    src: url("/font/Urbanist/Urbanist-Regular.ttf");
}

@font-face {
    font-family: "urbanist-light";
    src: url("/font/Urbanist/Urbanist-Light.ttf");
}

@font-face {
    font-family: "wallpoet-regular";
    src: url("/font/Wallpoet/Wallpoet-Regular.ttf");
}

@font-face {
    font-family: "urbanist-thin";
    src: url("/font/Urbanist/Urbanist-Thin.ttf");
}

@font-face {
    font-family: "Poppins-semibold";
    src: url("/font/Poppins/Poppins-SemiBold.ttf");
}

.text-none {
    display: none;
  }

.text-show {
    display: block;
}

.text-title-agency {
    font-family: 'Poppins-semibold';
    font-size: 40px;
    font-weight: 600;
    line-height: 47.65px;
    text-align: left;
    padding-bottom: 33px;
    color: white;
}

.text-btn-banner:hover {
    color: red;
}

.table-wrapper {
    overflow-x: auto;
    padding-top: 30px;
}

.box-package>div{
    width: 89%;
    padding-left: 12%;
}

.box-banner-apk {
    width: 100%;
    height: 281px;
    background: #1F3A52;
    position: relative;
}

.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.box-banner-apk .content {
    position: absolute;
    color: #fff;
}
.content-box-left {
    padding: 66px 0px 0px 155px;
    z-index: 2;
}
.content-box-right {
    padding: 69px 0px 0px 315px;
    width: 41%;
}
.title-banner-apk {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
}
.body-banner-apk {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    padding-top: 5px;
}
.box-ch{
    width: 140px;
    height: 50px;
    gap: 0px;
    border-radius: 10px;
    opacity: 0px;
    background: #FFFFFF;
    margin: 26px 0px 0px 0px 14px;
    display: flex;
}
.img-chplay {
    padding: 10px 0px 9px 11px;
}
.text-box-get {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: #000000;
}
.text-box-gg {
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    color: #000000;
}
.text-box {
    padding: 8px 0px 0px 5px;
}
.box-dowload {
    background: none;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    padding: 17px 0px 17px 0px;
}
.text-dowload {
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: center;
    color: #FFFFFF;
}
.text-version {
    font-family: ABeeZee;
    font-size: 8px;
    font-style: italic;
    font-weight: 400;
    line-height: 9.46px;
    padding-top: 10px;
}
.img-box-right-mobi {
      z-index: 999;
      margin-left: 169px;
      margin-top: 130px;
      position: relative;
}

.img-box-right-desktop {
    position: absolute;
}

.box-content-banner {
    display: flex
}

.box-btn-apk {
    padding: 20px 0px;
    display: flex;gap: 22px;
}

.float-right{
    float: right;
}
.no-vertical-borders td {
    border-left: none !important;
    border-right: none !important;
}
#social {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

#social img{
    width: 60px;
    height: 60px;
}
#addService{
    white-space: nowrap;
    border-bottom: none;
}

/*Page download*/

.container-device {
    display: flex;
    justify-content: center;
    gap: 120px;
    flex-wrap: wrap;
}

.text-device-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 62px;
    font-weight: 400;
}

.container-every-left {
    width: 33%;
}

.text-title-sz-58 {
    font-size: 58px;
    font-weight: 300;
}

.text-des-sz-22 {
    font-size: 22px;
    font-weight: 300;
}
.text-watch-title {
    font-size:50px;
    line-height:1.25em;
    text-align:center;
    margin-bottom: 10px;
    letter-spacing:normal;
}
.text-watch-des {
    line-height:1.67em;
    text-align:center;
    font-size:20px;
    margin-bottom: 15px;
    letter-spacing:normal
}
.text-watch-title-small {
    font-size:30px; 
    text-align:center;
    font-weight:400;
}
.text-watch-des-small {
    font-size:14px;
    text-align:center;
    margin-bottom: 25px;
    font-weight:400;
}
.text-watch-footer {
    font-size:14px;
    text-align:center;
    padding-top: 10px;
    font-family:raleway,sans-serif;
    font-weight: 400;
}
.container-box-flex {
    display: flex;
    justify-content: center;
    gap: 103px;flex-wrap: wrap;
}
.container-box-right {
    padding-top: 40px;
    width: 34%;
}
.text-title-sz-58 {
    font-size:58px;
    font-weight:300;
}
.text-des-sz-22 {
    font-size:22px;
    font-weight: 300;
}
.text-device-title {
    font-size:30px;
    text-align:center;
    margin-bottom: 62px;
    font-weight: 400;
}
.text-device-des{
    font-size:18px;
    text-align:center;
}
.container-every-left {
    width: 33%;
}

@media (max-width:768px){
    .container-device {
        gap: 50px !important;
    }
    .container-box-flex {
        gap: 0px !important;
    }
    .container-box-right, .container-every-left {
        width: 100% !important;
        padding-top: 0px !important;
        text-align: center;
    }
    .container-device {
        gap: 50px !important;
    }
    .text-device-title {
        padding-top: 15px !important;
        margin-bottom: 25px !important;
    }
}
/*End download*/
.policy .scroll {
    height: 150px;
    overflow: auto;
    background: #607D8B;
    color: #fff;
    text-align: justify;
    padding: 10px;
    border-radius: 5px;
}
.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    font-size: 15px;
    background-color: black;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 5px;
    white-space: normal;
    line-height: 1.5;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -130%;
    left: 0%;
}

.disabled.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*Chat*/

:root {
  --chat-background: rgba(10, 14, 14, 0.95);
  --chat-panel-background: #131719;
  --chat-bubble-background: #14181a;
  --chat-add-button-background: #212324;
  --chat-send-button-background: #8147fc;
  --chat-text-color: #a3a3a3;
  --chat-options-svg: #a3a3a3;
}
.round{
    border-radius: 50%;
}
#chat {
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#chat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    fixed;
  z-index: -1;
}

.btn-icon {
  position: relative;
  cursor: pointer;
}

.btn-icon svg {
  stroke: #fff;
  fill: #fff;
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chat__conversation-board {
    height: 50vh;
  padding: 1em 0 2em;
  overflow: auto;
}

.chat__conversation-board__message-container {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  gap: 15px;
}
.chat__conversation-board__message-container.reply{
    justify-content: flex-end;
}
.chat__conversation-board__message-container:hover
  .chat__conversation-board__message__options {
  display: flex;
  align-items: center;
}

.chat__conversation-board__message-container .chat__conversation-board__message__options {
  display: none;
}

.chat__conversation-board__message__person {
  text-align: center;
}

.chat__conversation-board__message__person__avatar {
  height: 35px;
  width: 35px;
  overflow: hidden;
  position: relative;
}
.chat__conversation-board__message__person__avatar img{
    width: 100%;
}
.chat__conversation-board__message__context {
  max-width: 55%;
  align-self: flex-end;
}
.chat__conversation-board__message__bubble{
    position: relative;
}

.chat__conversation-board__message__bubble span {
  display: inline-table;
  word-wrap: break-word;
  background: var(--chat-bubble-background);
  font-size: 13px;
  padding: 0.5em 0.8em;
  line-height: 1.5;
  border-radius: 6px;
}

.chat__conversation-panel {
  background: #1d3952;
  border-radius: 12px;
  padding: 0 1em;
  min-height: 55px;
  max-height: 400px;
  margin-top: 0.5em;
  position: relative;
}
.chat__conversation-panel .file{
    position: absolute;
    height: 80px;
    top: -80px;
    max-width: 100px;
}
#image-preview{
    width: 100%;
    height: 90%;
    position: relative;
}
.alert {
    padding: 5px;
    color: #ff9e28; /* Red */
    margin-bottom: 15px;
}
.chat__conversation-panel .file img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat__conversation-panel__container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 10px;
}

.chat__conversation-panel__button {
  background: grey;
  height: 20px;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.chat__conversation-panel .add-file-button {
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: linear-gradient(114.88deg, #1c72bb 0%, #29b5ce 97.15%);
}

.chat__conversation-panel .send-message-button {
  background: linear-gradient(114.88deg, #1c72bb 0%, #29b5ce 97.15%);
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  transition: 0.3s ease;
}
#upload-form {
    max-height: 400px; /* Chiều cao tối đa của form */
}

.chat__conversation-panel__input {
    width: 100%; /* Đảm bảo textarea chiếm toàn bộ chiều ngang */
    max-height: 200px; /* Chiều cao tối đa của textarea */
    min-height: 60px; /* Chiều cao tối thiểu */
    overflow-y: auto; /* Bật cuộn dọc khi nội dung vượt quá */
    resize: none; /* Ngăn người dùng thay đổi kích thước */
    border: 1px solid #ddd; /* Tùy chọn: viền */
    border-radius: 5px; /* Tùy chọn: bo góc */
    font-size: 14px; /* Tùy chọn: kích thước chữ */
    box-sizing: border-box; /* Đảm bảo padding không làm tăng chiều ngang */
    padding: 10px 0px;
    color: #fff;
}

.chat__conversation-panel__container {
    display: flex;
    align-items: flex-end;
}

.chat__conversation-panel__button {
    background: none; /* Loại bỏ nền */
    border: none; /* Loại bỏ viền */
    cursor: pointer;
    padding: 5px; /* Khoảng cách bên trong nút */
}

.chat__conversation-panel__button img {
    width: 15px;
    height: 15px;
}

.chat__conversation-panel__input {
  width: 100%;
  outline: none;
  background: transparent;
  border: none;
  resize: none;
  padding-left: 10px;
}

#chat .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-bottom: 5px solid #3498db;
    width: 40px;
    height: 40px;
}
#chat .loading{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #000000a8;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 600px) {
  #chat {
    margin: 0;
    border-radius: 0;
  }

  .chat__conversation-board {
    height: 50vh;
  }

  .chat__conversation-board__message__options {
    display: none !important;
  }
}

.loadSv:not(.active){
    cursor: not-allowed;
}