/* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');


/*ul{
  list-style-type: none;
}*/


li.bullet {
  color: #F59700; !important;	
}

a, .btn-link {
  color: #4C4C4C; !important;
  text-decoration: none !important;
  text-align: left !important;	
}

a:link, a:visited, a:focus, a:active, .btn-link:link, .btn-link:visited, .btn-link:focus .btn-link:active {
  color: #F59700; !important;	
  text-decoration: none !important;	
}

a:hover, .btn-link:hover {
  color: #8260D3; !important;
  text-decoration: none !important;	
}

.bullet  {
  color: #F59700; !important;	
}


body, .accordion-button{
    /*overflow: hidden;*/
    font-family: 'Manrope', sans-serif !important;
    letter-spacing: 1px !important;	
    font-size: 13px !important;		
    color: #4C4C4C !important;	
}

.btn {
    font-family: 'Manrope', sans-serif !important;
    letter-spacing: 1px !important;		
}

.logo{
	width: 50px !important;
	height: auto;
}

.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 285px;
    background: #4C4C4C;
    z-index: 100;
    transition: all 0.5s ease;
}

.sidebar.close{
    width: 78px;
}

.sidebar .logo-details{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .logo-details i{
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.sidebar .logo-details .logo_name{
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name{
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links{
    height: 100%;
    padding: 30px 0 150px 0;
    overflow: auto;
}

.sidebar.close .nav-links{
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar{
    display: none;
}

.sidebar .nav-links li{
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
	line-height: 12px; 
}

.sidebar .nav-links li:hover{
    background: #4C4C4C;
}

.sidebar .nav-links li .iocn-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link{
    display: block
}

.sidebar .nav-links li i{
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow{
    transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow{
    display: none;
}

.sidebar .nav-links li a{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .nav-links li a .link_name{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name{
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu{
    padding: 6px 6px 6px 80px;
    margin-top: -10px;
    background: #4C4C4C;
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu{
    display: block;
}

.sidebar .nav-links li .sub-menu a{
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover{
    color: #F59700;
    opacity: 1;
}

.sidebar.close .nav-links li .sub-menu{
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu{
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name{
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name{
    font-size: 13px;
    opacity: 1;
    display: block;
}

.sidebar .nav-links li .sub-menu.blank{
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank{
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .profile-details{
    position: fixed;
    bottom: 0;
    width: 285px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4C4C4C;
    padding: 12px 0;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details{
    background: none;
}

.sidebar.close .profile-details{
    width: 78px;
}

.sidebar .profile-details .profile-content{
    display: flex;
    align-items: center;
}

.sidebar .profile-details img{
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #4C4C4C;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img{
    padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
    display: none;
}

.sidebar .profile-details .job{
    font-size: 12px;
}

.home-section{
    position: relative;
    background: #FFFFFF;
    height: 100vh;
    left: 285px;
    width: calc(100% - 285px);
    transition: all 0.5s ease;
    padding: 12px;
}

.sidebar.close ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
}

.home-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position:fixed;
}

.content{
    margin: 45px 80px;
    padding-bottom: 120px;
}

.footer {
    font-size: 11px;
    padding: 20px 30px;	
    bottom: 0px;
    border-top: 1px solid #eee; 
    width: 100%;
    position:fixed;
    background: #fff;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text{
    color: #4C4C4C;
    font-size: 35px;
}

.home-section .home-content .bx-menu{
    cursor: pointer;
    margin-right: 10px;
}

.home-section .home-content .text{
    font-size: 26px;
    font-weight: 600;
}

/* Other */

.sp {
	margin-bottom: 0rem;
}

.accordion-button{
    background-color:#FFF !important;
    box-shadow: 0 !important;
	border-bottom: 1px solid #eee !important;
}

.accordion-item{	
	border: 0 !important;
}

.accordion {
--bs-accordion-btn-focus-box-shadow: 0 !important;
--bs-accordion-border-color: none !important;
--bs-accordion-border-radius: none !important;
--bs-accordion-inner-border-radius: none !important;
}	

.img-size, .img-size2 {
	width: auto !important;
	height: 65px;
}

#btn-back-to-top {
  z-index: 1000;
  position: fixed;
  bottom: 75px;
  right: 25px;
  display: none;
}

/* video */
.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playlist ul {
    padding-inline-start: 15px !important;
}	



/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media screen and (min-width: 320px) and (max-width: 575.98px){
  .sidebar{
      width: 285px;
  }
	
  .sidebar.close{
      width: 78px;
  }
	
  .sidebar .profile-details{
      width: 285px;
  }
	
  .sidebar.close .profile-details{
      background: none;
  }
	
  .sidebar.close .profile-details{
      width: 78px;
  }
	
  .home-section{
      left: 285px;
      width: calc(100% - 78px);
  }
	
  .content{
      margin: 45px 65px;
  }
	
  .footer {
    padding: 15px;
    text-align: center;
  }	
	
  .sidebar.close ~ .home-section .footer{
      left: 78px;
      width: calc(100% - 78px);
  }
	
/* Other */
.guide img {
	width: 100% !important;
}
	
.playlist ul {
 	list-style-type: none;
    padding-inline-start: 0px !important;
}	
	
}

/* Mouseover Effect */
@keyframes pulse {
	0% {
    	transform: scale(1);
    }

    50% {
    	transform: scale(1.06);
    }

	100% {
    	transform: scale(1);
    }
}

.pulse {
	width: 100%;
	height: auto;
}

.pulse:hover {
    animation: pulse 2s infinite; /* Apply the animation only on hover */
}