<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.green {
	color: #1FAB89
}
.font-13 {
	font-size: 13px
}
.mt-2, .my-2 {
	margin-top: .5rem
}
.mt-4, .my-4 {
    margin-top: 1.5rem;
}
.card-info {
    background: #d7f3fb;
    box-shadow: none;
}
.card {
    border-radius: 20px !important;
    border: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-gray {
    background: #F2F2F2;
    box-shadow: none;
}
.card-orange {
    background: #FEE9B2;
    box-shadow: none;
}
.font-bold {
    font-weight: bold;
}
.an-confirm-alert {
	position: relative;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}
#react-confirm-alert .react-confirm-alert-overlay {
	background: rgba(0,0,0,.4);
    z-index: 9999;
}
body .bt-customWidth-dtable{
	position: relative;
	top: 30%;
	transform: translateY(-50%);
}
.an-margin-btn {
	margin: 0 0.5rem;
}

#pageDropDown {
	margin-bottom: 1rem;
}

ul.pagination {
	float: right;
}

.user-discount{
    background: #FD951B;
    padding: 3px 20px 3px 20px;
    border-radius: 20px;
    color: white;
}

.icon_feed_fb input[type='checkbox']:checked ~ img{
    border: 3px solid #1fab89;
    background: #1fab89;
    margin-bottom: 10px;
    border-radius: 100%;
}

.avatar-user {
	width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.card {
    border-radius: 20px !important;
    border: 0;
}

.card-infor {
	background-color: #fff;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.pr-0, .px-0 {
    padding-right: 0!important;
}

.profile-pic {
    white-space: nowrap;
    border: 0px;
}

.profile-pic img {
    width: 30px;
    border-radius: 100%;
}

.img-avatars {
    border: 1px solid white !important;
    box-sizing: border-box;
    width: 60px !important;
}

.block-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

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

.user-level {
    padding: 3px 6px 3px 6px;
    border-radius: 20px;
}

.font-14 {
    font-size: 14px;
}

.bt-green {
    background: #1FAB89;
    color: white;
}

.bt-edit-block, .bt-edit-block .block-content {
    border-radius: 20px;
    background: #F2F2F2;
}

.open-menu-profile-custom {
	position: absolute;
	/* transform: translate3d(-75px, 48px, 0px); */
	/* top: 0px; */
	/* left: 0px; */
	/* will-change: transform; */
}

.card-noti {
    box-shadow: none;
    border-radius: 0px 0px 20px 20px !important;
    margin-top: -20px;
}

.card-custom {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.13); */
    border-radius: 20px !important;
    border: 0;
}

.card-body-custom {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0rem 0rem 0rem;
	height: calc(100vh + 205px);
    overflow: scroll;
}

.card-body-custom::-webkit-scrollbar {
	display: none;
}

.content .push {
	margin-bottom: 0rem;
}

.card.card-noti.shadow-0 h6 {
	margin-bottom: 0px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.react-bs-table-sizePerPage-dropdown .dropdown-menu {
	top: unset;
	bottom: 170%;
}

.dropdown-item a {
	display: block;
}

.bg-image {
	background-image: url(/assets/media/newlogin/bg-pattern-light.svg);
    background-size: cover;
    background-position: center;
	min-height: 100vh;
}

.card-header-login {
	border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.card-body-login {
	border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.text-muted {
    color: #98a6ad !important;
}

.preloader {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(241, 243, 250, 0.9);
    z-index: 9999;
	display: flex;
    justify-content: center;
}

.col-lg-9-custom-login {
	flex: 0 0 70% !important;
    max-width: 70% !important;
}

.bg-header-dark {
	position: fixed;
    margin-bottom: 20px;
    z-index: 2;
	width: 100%;
}

.content-side.content-side-full {
	margin-bottom: 70px;
}

.search-label {
	float: right;
}

.sidebar-o-xs.sidebar-o-xs-mobile .backgroundnavbar {
	background: rgba(0,0,0,.4);
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 74%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}

.sidebar-o-xs.sidebar-o-xs-mobile #sidebar {
	width: 74%;
}

.sidebar-o-xs .wrap-logo-mobile {
	position: absolute;
    z-index: 9999;
    background-color: rgb(6, 101, 208);
	width: 70% !important;
}

.avatar-user, .image-reaction-danhsach {
	width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.custom-limit_pagi {
	display: inline;
}

.nav-main a,.nav-main-heading{
    font-weight: 700;
}

.nav-main-heading{
    color: #01a680 !important
}

#page-header-user-dropdown{
    width: max-content;
}

body {
	zoom: 82%;
	overflow: inherit !important;
	top: 0px !important;
}
.item-service:hover{
    box-shadow: 0 0 0 1.5px rgba(11, 142, 255, 1);
}
.item-service{
    background: #FFFFFF;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);*/
    border-radius: 6px;
    border: 2px solid #098dff;
    height: 100%;
}
.text-serv-site{
    min-width: 130px;
}
.item-service-facebook .item-service h6{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: larger;
    color: #0084F8;
}
.nav-main-heading-custom {
	color: #01a680 !important;
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .0625rem;
	padding: 0px;
}

.nav-main-heading-custom-padding {
	padding-top: 1.75rem;
}

.nav-main-link-icon-custom {
	max-width: 1.4rem;
    margin-right: .625rem;
}

.nav-main-submenu-custom {
	padding-left: 1.825rem;
}
.sevice_onl {
     width: fit-content;
    /* text-align: center; */
    color: #69c063;
    z-index: 1;
}
.sevice_offl {
     width: fit-content;
    /* text-align: center; */
    color: white;
    color: red;
    z-index: 1;
}
body div#fb-root{
    zoom: 120%;
}

@media (min-width: 768px) {
	.custom_noti_desktop_title {
		font-size: 40px;
	}

	.custom_noti_desktop_content {
		font-size: 30px;
	}
	
	.custom-max-width {
		max-width: 38% !important;
	}
	
	.custom-max-width .swal2-icon {
		margin: 0.75em auto 1.375em;
		width: 3.5em;
		height: 3.5em;
	}
	.custom-max-width .swal2-icon .swal2-icon-content {
		font-size: 3.25em;
	}
	.custom-range-price {
		margin-top: -15px;
	}
	
	.mobile-dichvu-cus {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.inputwritecomment {
		width: 80% !important;
	}
	.flex-cus {
		display: block !important;
	}
	.button-copy-stk-cus {
		top: -50px !important;
	}
	.wrap-language {
		width: 60%;
		top: 20px !important;
		right: 93px;
		position: fixed;
	}
	.wrap-language button {
		margin-top: -41px !important;
		margin-left: 3px;
	}
	.content-header {
		height: 5.375rem;
	}
	.wrap-noti {
		top: 25px !important;
		right: 62px;
		position: fixed;
	}
	.wrap-info {
		top: 18px !important;
		right: 0px;
		position: fixed;
	}
	#sidebar {
		top: 86px !important;
	}
	.nameservers-2-cus {
		border-top: 3px solid #74290e;
		padding-top: 25px;
	}
}

.button-copy-stk-cus {
	position: absolute;
	right: 0px;
	top: -9px;
}
.custom-text-align .swal2-content {
	text-align: left;
}

.nav-bar-flash-sale {
   animation-name: nav-bar-flash-sale;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes nav-bar-flash-sale {
	0%{color: red;}
	25%{color:orange}
	50%{color:yellow}
	75%{color:green}
	100%{color:blue}
}

.nav-bar-flash-vip {
   animation-name: nav-bar-flash-vip;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes nav-bar-flash-vip {
	0%{color: red;}
	25%{color:orange}
	50%{color:yellow}
	75%{color:green}
	100%{color:blue}
}

.licus a {
	text-align: center;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	border-radius: 0.375rem !important;
	font-weight: bold;
}

.licus .active {
	color: #fff !important;
}

.nav-main-heading, .nav-main-heading-custom {
	font-size: 16px;
}

.nav-main-heading-custom-padding.nav-main-item.open ul {
	position: relative;
	background-color: #fff;
}
.nav-main-heading-custom-padding.nav-main-item.open ul:before {
    /* content: ''; */
    /* height: 100%; */
    /* opacity: 1; */
    /* width: 3px; */
    /* background: #0665d0; */
    /* position: absolute; */
    /* left: 4px; */
    /* top: 0; */
    /* border-radius: 15px; */
}

.nav-main-heading-custom-padding .nav-main-submenu .nav-main-submenu {
	padding-left: 1.825rem;
}

.nav-main-submenu .nav-main-link:hover, .nav-main-submenu .nav-main-link:hover, .nav-main-link.nav-main-link-submenu.active, .nav-main-link.nav-main-link-submenu:hover {
    color: #000 !important;
    background-color: #e1effe !important;
}

.nav-main-submenu {
	padding-left: 1.825rem;
}

.nav-main-link {
	font-size: 16px;
}

.nav-main-submenu .nav-main-link, .nav-main-link {
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.nav-main-link.active {
	background-color: #e1effe !important;
}

.dot {
	height: 15px;
    width: 15px;
    background-color: #31A24C;
    border-radius: 50%;
    display: inline-block;
}

#page-header .content-header {
	padding-right: 0px;
}

li svg {
	font-size: 35px;
	padding-right: 10px;
}

.fab.fa-facebook, .fa.fa-robot, .fab.fa-instagram, .fab.fa-youtube, .fa.fa-puzzle-piece, .si.si-cursor {
	font-size: 20px;
	padding-right: 10px;
}

.nav-simple-cus {
	padding-left: 1.25rem;
}

.modalimage-cus {
	display: block !important;
	margin: 0px auto 10px auto !important;
	max-width: 100% !important;
	max-height: 400px !important;
}

.modalimage-cus-2 {
	display: block !important;
	margin: 0px auto 10px auto !important;
	max-width: 100% !important;
	max-height: 200px !important;
}

.block-content {
	padding: 1.85rem 1.85rem 1.6px;
}








/**
 * Main wrapper
 */
.select-search {
    width: 100%;
    position: relative;
    /* font-family: 'Nunito Sans', sans-serif; */
    box-sizing: border-box;
}

.select-search *,
.select-search *::after,
.select-search *::before {
    box-sizing: inherit;
}

/**
 * Value wrapper
 */
.select-search__value {
    position: relative;
    z-index: 1;
}

.select-search__value::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 9px);
    right: 19px;
    width: 11px;
    height: 11px;
}

/**
 * Input
 */
.select-search__input {
    display: block;
    height: 36px;
    width: 100%;
    padding: 0 16px;
    background: #fff;
    /* border: 1px solid transparent; */
    border: 1px solid #d8dfed;
    box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    outline: none;
    /* font-family: 'Noto Sans', sans-serif; */
    /* font-size: 14px; */
    text-align: left;
    text-overflow: ellipsis;
    line-height: 36px;
    -webkit-appearance: none;
}

.select-search__input::-webkit-search-decoration,
.select-search__input::-webkit-search-cancel-button,
.select-search__input::-webkit-search-results-button,
.select-search__input::-webkit-search-results-decoration {
    -webkit-appearance:none;
}

.select-search__input:not([readonly]):focus {
    cursor: initial;
}

/**
 * Options wrapper
 */
.select-search__select {
    background: #fff;
    box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, 0.15);
}

/**
 * Options
 */
.select-search__options {
    list-style: none;
	padding: 0px;
}

/**
 * Option row
 */
.select-search__row:not(:first-child) {
    border-top: 1px solid #eee;
}

/**
 * Option
 */
.select-search__option,
.select-search__not-found {
    display: block;
    height: 36px;
    width: 100%;
    padding: 0 16px;
    background: #fff;
    border: none;
    outline: none;
    /* font-family: 'Noto Sans', sans-serif; */
    /* font-size: 14px; */
    text-align: left;
    cursor: pointer;
}

.select-search--multiple .select-search__option {
    height: 48px;
}

.select-search__option.is-selected {
    /* background: #2FCC8B; */
    /* color: #fff; */
}

.select-search__option.is-highlighted,
.select-search__option:not(.is-selected):hover {
    background: rgb(47 153 204 / 10%);
}

.select-search__option.is-highlighted.is-selected,
.select-search__option.is-selected:hover {
    /* background: #0665d0; */
    /* color: #fff; */
	background: rgb(47 153 204 / 10%);
}

/**
 * Group
 */
.select-search__group-header {
    font-size: 10px;
    text-transform: uppercase;
    background: #eee;
    padding: 8px 16px;
}

/**
 * States
 */
.select-search.is-disabled {
    opacity: 0.5;
}

.select-search.is-loading .select-search__value::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath fill='%232F2D37' d='M25,5A20.14,20.14,0,0,1,45,22.88a2.51,2.51,0,0,0,2.49,2.26h0A2.52,2.52,0,0,0,50,22.33a25.14,25.14,0,0,0-50,0,2.52,2.52,0,0,0,2.5,2.81h0A2.51,2.51,0,0,0,5,22.88,20.14,20.14,0,0,1,25,5Z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
    background-size: 11px;
}

.select-search:not(.is-disabled) .select-search__input {
    cursor: pointer;
}

/**
 * Modifiers
 */
.select-search--multiple {
    border-radius: 3px;
    overflow: hidden;
}

.select-search:not(.is-loading):not(.select-search--multiple) .select-search__value::after {
    transform: rotate(45deg);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    pointer-events: none;
}

.select-search--multiple .select-search__input {
    cursor: initial;
}

.select-search--multiple .select-search__input {
    border-radius: 3px 3px 0 0;
}

.select-search--multiple:not(.select-search--search) .select-search__input {
    cursor: default;
}

.select-search:not(.select-search--multiple) .select-search__input:hover {
    /* border-color: #2FCC8B; */
}


.select-search:not(.select-search--multiple) .select-search__select {
    position: absolute;
    z-index: 2;
    top: 36px;
    right: 0;
    left: 0;
    border-radius: 3px;
    overflow: auto;
    max-height: 360px;
    border: 1px solid;
    border-top: none;
}

.select-search--multiple .select-search__select {
    position: relative;
    overflow: auto;
    max-height: 260px;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
}

.select-search__not-found {
    height: auto;
    padding: 16px;
    text-align: center;
    color: #888;
}

.fa-google {
	background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	padding-left: 1px;
	padding-top: 1px;
	font-size: 21px !important;
}

.goog-te-banner-frame.skiptranslate {
	visibility: hidden !important;
}

#google_translate_element:hover {
	color: #fff;
    background-color: #054d9e;
    border-color: #054d9e;
    box-shadow: none;
}

.goog-te-combo {
	display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
	font-size: 17px !important;
	font-family: "Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

.goog-te-combo:focus {
    outline: none;
}

.goog-te-combo option {
    color: #000;
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	font-size: 0px!important;
}

.btn-reset-language {
    font-weight: 600;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
	font-size: 17px !important;
}

.sidebar-o-xs .wrap-language {
	display: none !important;
}

.sidebar-o-xs .wrap-noti {
	top: 25px !important;
    right: 62px;
    position: fixed;
}

.sidebar-o-xs .wrap-info {
	top: 18px !important;
    right: 0px;
    position: fixed;
}

.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

/* #hotro { */
    /* -webkit-box-pack: end; */
    /* justify-content: flex-end; */
	/* background: none; */
    /* border: 0; */
    /* border-spacing: 0; */
    /* color: #000; */
    /* cursor: auto; */
    /* direction: ltr; */
    /* font-family: "lucida grande", tahoma, verdana, arial, sans-serif; */
    /* font-size: 11px; */
    /* font-style: normal; */
    /* font-variant: normal; */
    /* font-weight: normal; */
    /* letter-spacing: normal; */
    /* line-height: 1; */
    /* margin: 0; */
    /* overflow: visible; */
    /* padding: 0; */
    /* text-align: left; */
    /* text-decoration: none; */
    /* text-indent: 0; */
    /* text-shadow: none; */
    /* text-transform: none; */
    /* visibility: visible; */
    /* white-space: normal; */
    /* word-spacing: normal; */
	/* zoom: 120%; */
/* } */
/* .wrap-hotro { */
    /* max-width: 100%; */
    /* position: fixed; */
	/* bottom: 13px; */
    /* z-index: 2; */
    /* display: flex; */
    /* align-items: flex-end; */
    /* will-change: width, height, transform, opacity; */
    /* backface-visibility: hidden; */
    /* padding: 0.5em 0.5em 1em 1em; */
	/* right: 87px; */
/* } */
/* .icon-hotro { */
    /* display: flex; */
    /* width: 60px; */
    /* height: 60px; */
    /* box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px; */
    /* border-radius: 50%; */
    /* -webkit-box-pack: center; */
    /* justify-content: center; */
    /* margin-left: auto; */
    /* position: relative; */
    /* background: #0665d0; */
    /* color: #0665d0; */
    /* -webkit-transition-duration: 0.3s; */
    /* transition-duration: 0.3s; */
    /* -webkit-transition-property: transform; */
    /* transition-property: transform; */
/* } */
/* .svg-hotro { */
    /* margin: auto; */
/* } */
/* .icon-hotro:hover { */
	/* transform: scale(1.1); */
/* } */
.svg-hotro a {
	background-color: #0665d0;
    padding: 10px 30px;
    color: #fff !important;
    border-radius: 20px 20px 0 0;
    position: fixed;
    cursor: pointer;
    bottom: 0;
    right: 15px;
    height: 40px;
    color: #fff;
    z-index: 1000;
    border-bottom: 0;
}

.custom-max-width.custom-text-align .swal2-close {
	left: 0;
}

.fb-customerchat iframe {
	bottom: 101px !important;
}
.fb_dialog_content iframe {
	bottom: 40px !important;
}

.card.card-services-cus {
	border-radius: 0.25rem !important;
	margin-bottom: 1.5rem;
}

.card.card-services-cus .card-title {
	color: #495057;
}

.card.card-services-cus .card-header {
	background-color: rgba(0, 0, 0, 0.03);
}

.card.card-select-cus {
	border: initial;
    background: #fff;
    border-radius: calc(.15rem - 1px);
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%), 0 1px 6px rgb(0 0 0 / 10%);
}

.card-body.card-body-select-cus {
	padding: 1.75rem;
}

.badge-cus.badge-top-left-cus {
    top: 10px;
    left: -7px;
}
.badge-cus.badge-pill-cus {
    padding-right: 1.25em;
    padding-left: 1.25em;
	border-radius: 10rem;
}

.badge-cus {
    padding: .55em .75em .6em;
    font-size: 75%;
}
.badge-primary-cus, .bg-primary-cus {
    background-color: #008ecc!important;
    color: #fff;
}
.position-absolute-cus {
    position: absolute!important;
}
.btn-show-description-cus:hover {
	color: #fff;
}
.btn-show-danger-cus:hover {
	color: #fff;
}

.edittext-nav-link.nav-link {
	border-right: 3px solid #e4e7ed;
	/* text-align: right; */
	cursor: pointer;
}

.edittext-nav-link.nav-link:hover {
	color: #0665d0;
}

.edittext-nav-link.nav-link.active {
	border-right: 3px solid #409eff;
	background-color: transparent;
	color: #0665d0;
	border-radius: 0px;
}

.edittext-row {
	margin-top: 10px;
	align-items: baseline;
}

.edittext-col-lg-1 {
	position: relative;
	width: 15%;
	padding-right: 14px;
	padding-left: 14px;
}

.edittext-col-lg-11 {
	position: relative;
	width: 85%;
	padding-right: 14px;
	padding-left: 14px;
}

@media (max-width: 820px) {
	.edittext-col-lg-1 {
		width: 30%;
	}

	.edittext-col-lg-11 {
		width: 70%;
	}
}

.edittext-label-right {
	/* text-align: right; */
}

.edittext-custom-control-label::after {
	top: 0.23rem !important;
}

.edittext-textarea {
	white-space: pre;
	overflow: scroll;
}

.edittext-btn {
	text-transform: none;
}

.scrollbar-cus::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
.scrollbar-cus::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #e5e5e5;
}
.scrollbar-cus::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 0px;
    background-color: #F5F5F5;
}</pre></body></html>