body,p,h1,h2,h3,h4,h5,a,ul,li {
    font-family: 'Arial Unicode MS', 'Lucida Grande', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}
label {
    color: #000;
    font-weight: 700!important
}
/* Sidebar styling */
.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #f8f9fa;
    padding: 20px;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
li.nav-item a{
font-weight: 700;
}
a.nav-link:hover{
color:red !important;
}
.sidebar .login-section {
    margin-bottom: 20px;
}
.text-guide{
	font-size:1.3em;
	padding-top:5px;
	padding-bottom:10px;
}
.sidebar .banner {
    margin-bottom: 15px;
}

.sidebar .banner img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Fullscreen Modal and Slideshow Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.slider {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider div { /* Ensures that slider items fill the available space */
    width: 100%;
    height: 100%;
}

.slide-image {
    width: 100%;
    height: 100vh; /* Full height on mobile */
    object-fit: contain; /* Ensures the image scales without cropping */
    display: block;
}
.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures the full image is displayed without being cropped */
}

.slick-slide {
    width: 100vw;  /* Full viewport width */
    height: 100vh; /* Full viewport height */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: none; /* Hide by default */
}




.close-btn {
    position: absolute;
    top: -40px;
    right: 10px;
    display: block;
    color: red;
    background: #00000030;
    font-size: 80px;
    height: 0;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}


.close-btn:hover,
.close-btn:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
#progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: lightgray;
    z-index: 1001; /* On top of the modal */
}

#progress-bar {
    height: 100%;
    width: 0%;
    background-color: green;
    transition: width 0.3s ease;
}

#slide-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 20px;
    z-index: 10000;
}
.suggestion-item.active {
    background-color: #007bff;
    color: white;
}
	.inputBorder2{
			border: 2px solid green;
	}
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
width: 80%;
min-height: 150px;
margin: 0px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 35px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: red;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}	
.dangky_btn:hover{
color:yellow!important;
}
    a.napthecao:hover {
        color: #fff !important;
    }
    @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
    .accordion-item, .accordion-button {
        background-color: #099DF6;
        color: #fff;
    }
    .accordion-button:focus {
        box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
        background-color: #38CC70;
        color: #fff;
    }
    .table th, .table td {
        text-align: left;
    }
    .acc_label {
        font-weight: bold;
        color: blue;
    }
    .acc_data {
        color: red;
        font-weight: bold;
    }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#charcount1{
float:left;
color:red;
font-weight:bold;
font-size:2em;
}
#charcount2{
float:left;
color:red;
font-weight:bold;
font-size:2em;
}

/* class applies to select element itself, not a wrapper element */
.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
        
    */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}

.textinput-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;

   
}
/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}
/* Hover style */
.select-css:hover {
    border-color: #888;
}
/* Focus style */
body.no-scroll {
    overflow: hidden;
}
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight:normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
    border-color: #aaa;
}
    .contact-section {
        background-color: #f8f9fa;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .contact-section h4 {
        font-size: 1.8rem;
        color: #333;
    }

    .contact-lines h3 {
        transition: transform 0.2s, color 0.2s;
    }

    .contact-lines h3:hover {
        transform: scale(1.05);
    }

    .contact-link:hover {
        text-decoration: underline;
        color: #28a745 !important;
    }

    .contact-link i {
        font-size: 1.5rem;
        vertical-align: middle;
    }

    @media (max-width: 768px) {
        .contact-section h4 {
            font-size: 1.5rem;
        }

        .contact-lines h3 {
            font-size: 1.3rem;
        }
    }
.feedback-btn{
	padding:5px 10px;
	margin:10px;
}
#sidebar-area {
    transition: all 0.3s ease-in-out; /* Smooth transition when showing/hiding */
}

.hidden-sidebar {
    display: none; /* Initially hide sidebar */
}

#content-area {
    transition: all 0.3s ease-in-out;
}
.songname{
	color:red;
	font-weight:bold;
}
.showScreenSaver{
	color:#ff006a !important;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
}
.showScreenSaver:hover{
	color: red;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
}

.demotext1 {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #49ff18, 0 0 30px #49ff18, 0 0 40px #49ff18, 0 0 55px #49ff18, 0 0 75px #49ff18;
    color: #fff;
    font-size: 5.5em !important
}

.demotext2 {
    color: #fff;
    text-shadow: #fff 0 0 5px, #fff 0 0 10px, #fff 0 0 15px, #ff2d95 0 0 20px, #ff2d95 0 0 30px, #ff2d95 0 0 40px, #ff2d95 0 0 50px, #ff2d95 0 0 75px;
    color: #fff;
    font-size: 5.5em !important
}

.demotext3 {
    color: #fff;
    text-shadow: 0 -1px 4px #fff, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px red;
    color: #fff;
    font-size: 5.5em !important
}

.demotext4 {
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    color: #fff;
    font-size: 5.5em !important
}

.demotext5 {
    color: #fff;
    font: bold 5.5em Helvetica, Arial, Sans-Serif;
    text-shadow: 1px 1px #fe4902, 2px 2px #fe4902, 3px 3px #fe4902
}

.demotext6 {
    text-transform: uppercase;
    font-family: verdana;
    font-size: 5.5em;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 7px 1px #919191, 1px 8px 1px #919191, 1px 9px 1px #919191, 1px 10px 1px #919191, 1px 18px 6px rgba(16, 16, 16, .4), 1px 22px 10px rgba(16, 16, 16, .2), 1px 25px 35px rgba(16, 16, 16, .2), 1px 30px 60px rgba(16, 16, 16, .4)
}

.thongtinbannhac {
    border-top: 10px solid #90ee90;
    border-right: 10px solid #9370db;
    border-bottom: 10px solid #ffa07a;
    border-left: 10px solid #ffe4b5
}
