body {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    font-family: "Open Sans";
}

.container {
    position: relative;
    min-height: 100vh;
    max-width: 100% !important;
    /* background-color: #161623; */
    overflow: hidden;
    display: grid;
    place-items: center;
}

.container::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #7B66FF;
    /* transform: scale(0.5) translate(-100%, -100%); */
    /* transform: translateX(4em); */
    /* transform: scale(2, 0.5); */

    animation: move-up6 2s ease-in infinite alternate-reverse;
}
    

.container::after {
    content: "";
    position: absolute;
    vertical-align: bottom;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #5FBDFF;
    
    animation: move-up6 2s ease-in infinite alternate-reverse;
}
@keyframes move-up6 {
  to {
        transform: translateY(-50px);

    }
  }

a {
    text-decoration: none;
}

.login {
    position: relative;
    width: 100%;
    padding: 30px !important;
    height: fit-content;
    background-color: #ffffff;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 0 15px 15px 0;
    z-index: 10;
    backdrop-filter: blur(25px);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2),
    -10px -10px 40px rgba(0, 0, 0, 0.2);
    height: auto;
}

.login-left {
    position: relative;
    width: 100%;
    padding: 30px !important;
    height: fit-content;
    background-color: #3786BE;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 15px 0 0 15px;
    z-index: 10;
    backdrop-filter: blur(25px);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2),
    -10px -10px 40px rgba(0, 0, 0, 0.2);
    height: auto;
}

@media (max-width:400px) {
    .login {
        width: 100%;
    }
}

.login h1 {
    font-size: 1.8rem;
    color: #3786BE;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.login form {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.login form .input-box {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.login form .input-box input {
    width: 100%;
    border: none;
    padding: .5rem 1rem 1rem .5rem;
    border-radius: 10px;
    color: #999999;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #cccccc;
    font-size: 18px;
}

.login form .input-box input::placeholder {
    color: #333;
    font-size: 0.8rem;
    transition: 0.5s ease;
}

.login form .input-box input:focus::placeholder {
    opacity: 0;
}

.login form .input-box input:focus {
    outline: none;
}

.login form .input-box i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #3786BE;
    font-size: 1.2rem;
}

.login form .rembar {
    margin-bottom: 30px;
    width: 100%;
}

.login form .rembar input {
    appearance: none;
}

.login form .rembar label {
    color: #3786BE;
    position: relative;
    width: 100%;
    padding-left: 35px;
    font-size: 0.9rem;
}

.login form .rembar label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #3786BE;
}

.login form .rembar label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: 0.5 ease;
    opacity: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.login form .rembar input:checked + label::after {
    opacity: 1;
}

.login form button {
    width: 100%;
    border: none;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 10px;
    color: #fff;
    background-color: #3786BE;
    border: 1px solid #3786BE;
    transition: 0.5s ease;
    cursor: pointer;
    font-weight: 600;
}

.login form button:hover {
    background-color: #111;
}

.login form .links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.login form .links a {
    color: #3786BE;
    font-weight: 100;
    font-size: 0.7rem;
}

.logo-conrner {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 120px;
}





:root {
    --top-begin: 0px;
    --top-end: 0px;
    --height-begin: 40px;
    --height-end: 40px;
  }
  body{
    font-family: system-ui;
    height: 100vh;
    background-image: radial-gradient(ellipse at left, #ededed, #eaeaea);
}
.menu{
    background-color: rgb(42, 36, 77, 0.2);
    width:280px;
    padding:20px;
    border-radius: 20px;
    margin:70px;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
    position: relative;
}
ul li{
    padding:10px;
    margin-bottom: 30px;
    position: relative;
    color:#757474;
    cursor: pointer;
    transition: 0.5s;
    transition-delay: 1s;
}

ul li i{
    width:30px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-right:30px;
}
ul li::before{
    position: absolute;
    top:0;
    left:5px;
    width:40px;
    height:100%;
    content: '';
    background-color: #312B57;
    border-radius: 30px;
    transition: 1s;
}
li i:nth-child(2){
    position: absolute;
    right:0;
    top:15px;
    transition: 0.5s;
    opacity: 0.5;
}



ul li li{
    margin-bottom: unset;
    margin-top: 10px;
    padding-left:50px;
    opacity: 0;
    animation: shochild 1s ease 1 forwards;
    position: relative;
    z-index: 1;
}
@keyframes shochild{
    from{
        opacity: 0;
        transform: translate(0,-20px);
    }to{
        opacity: 1;
    }
}

li li:nth-last-child(1){
    margin-bottom: 0;
    padding-bottom: 0;
}
ul li li::before{
    position: absolute;
    left:13px;
    top:50%;
    width:5px;
    height:5px;
    content:'';
    background-color: #DD789A;
    z-index: 1;
    transition: 1s;
}




ul li li:nth-child(1),
ul li li:nth-child(1)::before{
    transition-delay: 1.2s;
}
ul li li:nth-child(2),
ul li li:nth-child(2)::before{
    transition-delay: 1.4s;
}
ul li li:nth-child(3),
ul li li:nth-child(3)::before{
    transition-delay: 1.6s;
}
ul li li:nth-child(2){
    animation-delay: 0.2s;
 }
 ul li li:nth-child(3){
    animation-delay: 0.4s;
 }


 ul ul{
    position: relative;
    display: none;
    transition: 1s;
}

 .showMenuChild{    
    transform: rotate(180deg);
}

.showMenuChild ~ ul{
    display: block;
}
#action{
    background-color: red;
    position: absolute;
    width:40px;
    height:var(--height-end);
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #C45AB3, #DD789A);
    top:var(--top-end);
    left:5px;
    transition: 1s;
}
.active li::before{
    background-color: #eee;
}
.runanimation{
    animation: animationaction 1s ease-in 1;
}
.active, .active li{
    color:#fff;
}

@keyframes animationaction{
    0%{
        height: var(--height-begin);
        top: var(--top-begin);
    }
    30%{
        height: var(--height-begin);
        width:10px;
        height:10px;
        transform: translate(15px);
       
    }
    50%{
        filter: none;
        height:10px;
    }
    70%{
        width:10px;
        transform: translate(15px);
        filter: blur(3px);
    }100%{
    }
}






:root {
  --primary-color: #020096;
  --bg-color: #f4f7#f2c800
  --text-color: #ffffff80;
  --sidebar-bg: #ffffff17;
  --sidebar-hover: #d2af03;
}
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.sidebar {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--sidebar-bg);
  overflow-x: hidden;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  white-space: nowrap;
  background: #f2c900;
}
.sidebar-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-header h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
}
.toggle-btn {
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.toggle-btn:hover {
  color: var(--primary-color);
}
.sidebar a {
  padding: 15px 25px;
  text-decoration: none;
  font-size: 16px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.sidebar a:hover {
  background-color: var(--sidebar-hover);
  color: var(--primary-color);
}
.sidebar a i {
  min-width: 30px;
  font-size: 20px;
}
#main {
  transition: margin-left .3s;
  padding: 20px;
  margin-left: 250px;
}
.sidebar.closed {
  width: 70px;
}
.sidebar.closed .sidebar-header h3 {
  display: none;
}
.sidebar.closed a span {
  display: none;
}
.sidebar.closed ~ #main {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .login, .login-left {
      height: auto;
      border-radius: 0;
      width: 100%;
  }
  .container::before {
      display: none;
  }
  .sidebar {
      width: 40px;
  }
  .sidebar .sidebar-header h3 {
      display: none;
  }
  .sidebar a span {
      display: none;
  }
  #main {
      margin-left: 40px;
  }
  .sidebar.open {
      width: 250px;
  }
  .sidebar.open .sidebar-header h3 {
      display: block;
  }
  .sidebar.open a span {
      display: inline;
  }
  .sidebar.open ~ #main {
      margin-left: 250px;
  }
  #main {
    padding: 0px;
  }
  .sidebar a {
    padding: 15px 13px;
  }
  .sidebar-header {
    padding: 12px;
  }
  .sidebar a i {
    min-width: 30px;
    font-size: 14px;
  }
  .add-invitation {
    background: #ffffff17;
    padding: 10px !important;
  }
  .toggle-btn {
    position: relative;
    left: -5px;
  }
  .add-invitation input, .add-invitation select, .add-invitation textarea {
    font-size: 13px;
  }
}



.add-invitation {
  background: #ffffff;
  padding: 30px;
}
.add-invitation input {
  margin-bottom: 15px;
}
.title-bar {
  background: #f2c800;
  color: #090A20;
  padding: 20px 40px;
}
.title-bar h2 {
  color: #090A20;
  margin-bottom: 0;
  font-size: 22px;
}
/* .add-invitation p {
  color: var(--text-color) !important;
} */
/*.add-invitation input,.add-invitation select,.add-invitation textarea {*/
/*  background: #ffffff10;*/
/*  color: white;*/
/*  border-radius: 4px;*/
/*  border: #ffffff20;*/
/*  padding: 15px 20px;*/
/*  margin-bottom: 15px;*/
/*  font-size: 12px;*/
/*}*/

/*.add-invitation input::placeholder, .add-invitation textarea::placeholder {*/
/*  color: #ffffff50;*/
/*}*/
/*.add-invitation input:focus, .add-invitation textarea:focus {*/
/*  color: #ffffff;*/
/*  background: #ffffff20;*/
/*  box-shadow: none;*/
/*}*/

/*.add-invitation input[type="date"], .add-invitation input[type="time"] {*/
/*  color: #ffffff50;*/
/*}*/
.btn-warning {
  background: #f2c800;
  height: 50px;
  border-radius: 4px;
  padding: 10px 20px;
}
.btn-default {
  background: #e6c4fa;
  height: 50px;
  border-radius: 4px;
  padding: 10px 20px;
}
.btn-default:hover {
  background: #cb7afa;
  height: 50px;
  border-radius: 4px;
  padding: 10px 20px;
  color: black;
}
.btn-next {
  background: #2D193B;
  height: 50px;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
}
.btn-next:hover {
  background: #2D193B;
  height: 50px;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
}
.btn-previous {
  background: #2D193B;
  height: 50px;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
}
.btn-previous:hover {
  background: #2D193B;
  height: 50px;
  border-radius: 4px;
  padding: 10px 20px;
  color: #ffffff;
}

.modal-content {
  background: #f2c800;
  color: #000000;
}




/* Photo Upload */
.upload-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.upload-area {
  border: 2px dashed #ffffff20;
  border-radius: 5px;
  padding: 50px;
  text-align: center;
  background-color: #ffffff10;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.upload-area i {
  font-size: 50px;
  color: #ffffff20;
}

.upload-area p {
  font-size: 18px;
  color: #555;
}

.upload-area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-list {
  margin-top: 20px;
}

.file-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #ffffff10;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.file-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.file-details {
  flex: 1;
}

.file-details span {
  display: block;
}

.file-actions {
  display: flex;
  gap: 10px;
}

.file-actions button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  transition: color 0.3s ease;
}

.file-actions button:hover {
  color: #f2c800;
}

.progress-bar {
  height: 5px;
  background-color: #f2c800;
  transition: width 0.3s ease;
}

.notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f2c800;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  transition: opacity 0.3s ease;
}

.notification.show {
  display: block;
  opacity: 1;
}


.boxed label {
  display: inline-block;
  /* width: 150px; */
  padding: 10px;
  border: solid 2px #ffffff20;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.boxed label p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked + label {
  border: solid 2px #f2c800;
}
.text-yellow {
  color: #f2c800 !important;
}
#multiStepModal label {
  position: relative;
  background: white;
  padding: 10px;
  padding-top: 15px;
  border-radius: 6px;
  text-align: center;
  width: 100px;
}
#multiStepModal label input {
  position: absolute;
  top: 0px;
  left: 3px;
}
#multiStepModal label img {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}
#multiStepModal label p {
  margin-bottom: 0px;
  font-size: 14px;
}

/* .custom-radio {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 10px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none;
} */

.custom-radio .check-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: green;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: none;
}

/* .custom-radio input[type="radio"]:checked + .check-icon {
  display: block;
} */
.table-dark {
  --bs-table-color: #7e649b;
  --bs-table-bg: #181022;
  --bs-table-border-color: #453358;
  --bs-table-striped-bg: #2e213d;
  --bs-table-striped-color: #7e649b;
  --bs-table-active-bg: #181022;
  --bs-table-active-color: #7e649b;
  --bs-table-hover-bg: #2e213d;
  --bs-table-hover-color: #7e649b;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
table a {
  color: #f2c800;
}
.pagination {
  background: #2e213d;
}
.pagination li {
  padding: 0px;
  background: #2e213d;
}
.pagination li::before {
  display: none;
}
.pagination li a {
  background: #2e213d;
  border: 1px solid #453358;
  color: #7e649b;
}
.pagination li a:hover {
  background: #181022;
  border: 1px solid #453358;
  color: #7e649b;
}
.disabled>.page-link, .page-link.disabled {
  background: #2e213d;
  border: 1px solid #453358;
  color: #7e649b;
}
.dash-box {
  display: flex;
  justify-content: space-between;
}
.dash-box h2 {
  font-size: 50px;
}
.dash-box img {
  width: 50px;
  height: 50px;
  /*filter: invert(1);*/
  opacity: 0.7;
}
.profile-dp {
  width: 250px;
  height: auto;
  object-fit: cover;
  object-position: center;
}
#countdown ul li::before {
  display: none !important;
}
.add-invitation .boxed label img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.cat-menu1 {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-menu1.show {
    display: block;
}
.top-menu {
    background: var(--sidebar-bg);
    display: flex;
    position: relative;
    justify-content: end;
}
.top-menu button {
    background: #fe0b2f;
    color: white;
    padding: 4px 15px;
    border: 0;
    font-size: 14px;
}
.top-menu ul {
    /*display: flex;*/
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    right: 130px;
    background: #332843;
}
.top-menu ul li {
  margin-bottom: 0;
  padding: 10px;
  width: 100%;
}
.top-menu ul li a{
  color: white;
  background: var(--sidebar-bg);
  font-size: 14px;
  padding: 6px 15px;  
}
.top-menu ul li::before{
  display: none;
}
#mySidebar a.active{
  background-color: var(--sidebar-hover);
  color: var(--primary-color);
}

.music-options {
      display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  padding: 1rem 0;
}

.music-label {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  min-width: 120px;
  transition: all 0.3s ease;
}

.music-label:hover,
.music-radio:checked + .music-label {
  background-color: #e0f0ff;
  border-color: #007bff;
}

.music-icon {
  font-size: 24px;
  display: block;
}

.music-radio {
  display: none;
}
.cat-menu {
    display: block;
}
.text-light {
    color: #333333 !important;
}