@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


body{
	font-family: "Space Grotesk", sans-serif !important;
}


.btn-primary{
	background-color: #4160AB;
	border-radius: 15px;
	border:none;
	padding: 5px 10px;
}
.btn-warning{
	background-color: #F7D40A;
	border-radius: 15px;
	border:none;
	padding: 5px 10px;
	color: #000;
}
.sidebar-nav{
	border-top: 1px solid #2C2C28;
	padding-top: 10px;
}
.sidebar-content {
	width: 260px;
}
.sidebar {
    max-width: 260px;
    min-width: 260px;
    background: #2F2F2F !important;
}
.sidebar.collapsed{
	margin-left :-300px;
}
.sidebar-link:hover{
	background-color: #EFE8FD;
	margin-left:20px;
	margin-right:20px;
	border-radius: 15px;
	color: rgb(79, 17, 187);
}
.login_page{
	background-color: #150502;
}
.content,.navbar-bg{
	background-color: #040504;
	box-shadow: none;
}
.sidebar, .sidebar-content{
	    background: #0D0D0D !important;
}
.sidebar-link, a.sidebar-link{
	background: transparent;
	color: rgb(108, 114, 127);
	font-weight: 600;
	margin-left:20px;
	margin-right:20px;
	border-radius: 15px;
	padding: 10px 16px;
}
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg{
	color: #F4D208;
}
a.sidebar-link:hover i, a.sidebar-link:hover svg{
	color: rgb(79, 17, 187);
}
.hamburger, .hamburger:after, .hamburger:before{
	background: #F7D40A;
}
.icon_color{
	color: #ff6633;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link{
	border:none;
	background: #F7D40A !important;
	color: rgba(0, 0, 0, 0.8);
	
}

.sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active>.sidebar-link svg{
	color: rgba(0, 0, 0, 0.8);
}
.profile_page .card{
	background-color: #191919;
}
.profile_page .card .card-header{
	background-color: #191919;
}
.navbar .navbar-nav .nav-item{
    margin-right:10px;
}
#loading.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #100F11;
  z-index:1200;
}
#loading.overlay>div{
  position:absolute;
  top:0%;
  left:0%;
  right:0%;
  text-align: center;
  color:#fff;
  margin:0;
}
#loading.overlay img{
	width: 100%;
}
#loading.overlay p {
  font-size: 28px;
  color: #F8417A;
  background-color: rgba(255,255,255,0.8);
  padding: 15px 0;
}
body:not([data-sidebar-position=right]) .sidebar.collapsed{
	margin-left: 0px !important;
	min-width: auto;
	max-width: auto;
	width: 80px;
	overflow: hidden;
}
.sidebar.collapsed img{
	display: none;
}
.sidebar.collapsed .d-none{
	display: inline-block !important;
	width: 40px;
}
.sidebar.collapsed .sidebar-link span, .sidebar.collapsed a.sidebar-link span{
	display: none;
}
.form-control{
	border-radius:15px;
}
.card-title{
	font-size: 28px;
	color: #B6B6B6;
}
label{
	color: #B6B6B6;
}
#charNum{
    color: #B6B6B6;
    position: absolute;
    right: 70px;
    margin-top: -30px;
}
.image-uploader {
    min-height: 10rem;
     border: none; 
    position: relative;
    background: #1C1D1D;
    border-radius: 25px;
}
.image-uploader .upload-text{
	color: rgba(255,255,255,0.7);
}
.btn-lg{
	font-size: 18px;
    padding: 10px 40px;
    font-weight: 900;
}

.h-\[18px\] {
    height: 18px;
}
.w-\[18px\] {
    width: 18px;
}

.w-5{
	width: 1.25rem;
}
.h-5{
	height: 1.25rem;
}
.font-weight-bold{
	font-weight: 600;
}
.font-weight-bolder{
	font-weight: 700;
}

.content{
	padding :3rem 2rem 1.5rem;
}

.panel-card{
	background-color: #0D0D0C;
	padding: 30px;
	border-radius: 15px;
	border:1px solid #2C2C28;
}

.stepper {
	background: #0D0D0C;
    padding: 15px;
    border-radius: 18px;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    border:1px solid #2C2C28;
}

/* Step */
.step {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    transition: 0.3s;
}

/* Active Step */
.step.active {
    border: 1px solid #facc15;
    background: rgba(250, 204, 21, 0.08);
}

/* Circle Number */
.step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Active circle */
.step.active .step-number {
    background: #facc15;
    color: #000;
}

/* Text */
.step-title {
    font-size: 16px;
    font-weight: 500;
    color: #cbd5e1;
}

.step.active .step-title {
    color: #facc15;
}


/* Card */
.scene-card {
    background: #0D0D0C;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #2C2C28;
}

/* Header */
.scene-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scene-title {
    font-size: 22px;
    font-weight: 600;
    color: #94a3b8;
}

.scene-sub {
    font-size: 14px;
    color: #64748b;
}

/* Number badge */
.scene-number {
    background: rgba(250,204,21,0.15);
    color: #facc15;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: bold;
    margin-right: 10px;
}

/* Scene tag */
.scene-tag {
    background: #22d3ee;
    color: #000;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

/* Section */
.section {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.section-title {
    font-size: 12px;
    font-weight: 600;
    color: #f59e0b;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.section-text {
    font-size: 15px;
    color: #cbd5e1;
}