
/*# sourceMappingURL=user.min.css.map */

label.radio {
  cursor: pointer;
}

label.radio input {
  position: absolute;
  top: 0; 
  left: 0;
  visibility: hidden;
  pointer-events: none;
}

label.radio span {
  padding: 4px 0px;
  border: 1px solid #2C7BE5;
  display: inline-block;
  color: #2C7BE5;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  margin-top: 7px;
  text-transform: uppercase;
}

label.radio input:checked + span {
  border-color: #2C7BE5;
  background-color: #2C7BE5;
  color: #fff;
}

.ans {
  margin-left: 36px !important;
}

.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn:active {
  outline: 0 !important;
  box-shadow: none !important;
}

#loader{
  position: absolute;
  z-index:99999;
  top: 50%;
  left: 50%;
  width: 300px;
  text-align:center;
  transform: translateX(-50%);	
	
}
.element-animation1 {
    animation: animationFrames ease .8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease .8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease .8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}
.element-animation2 {
    animation: animationFrames ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}
.element-animation3 {
    animation: animationFrames ease 1.2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 1.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 1.2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}
.element-animation4 {
    animation: animationFrames ease 1.4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 1.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 1.4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}
@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(-1500px,0px)
    }

    60% {
        opacity: 1;
        transform: translate(30px,0px)
    }

    80% {
        transform: translate(-10px,0px)
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1500px,0px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(30px,0px)
    }

    80% {
        -webkit-transform: translate(-10px,0px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px,0px)
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(-1500px,0px)
    }

    60% {
        opacity: 1;
        -ms-transform: translate(30px,0px)
    }
    80% {
        -ms-transform: translate(-10px,0px)
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px,0px)
    }
}
.swal2-icon-error .swal2-title
{
    color: var(--falcon-danger) !important;
}
.swal2-icon-success .swal2-title
{
    color: var(--falcon-success) !important;
}

.hoverDiv {background: none;}
.hoverDiv:hover {    
  
    background: #D8E2EF;
}
.tooltip-inner {
    max-width: 500px !important; 
}
.swal2-title
{
    font-size: 1.375em !important;
}
.page-link
{
    padding: 0.15rem 0.50rem !important;
    font-size:14px !important;
}
.dataTables_info
{
    font-size:14px !important;
}
.swal2-html-container
{
    font-size: 0.9em !important;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.blinking-btn {
  animation: blink 2s infinite;
}

   .rstar-rating {
            display: flex;
            justify-content: center;
             flex-direction: row-reverse;
             color:#DDDDDD;
            /* border: 1px solid var(--falcon-success) !important;*/
        }
        .rstar-rating input {
            display: none;
        }
        .rstar-rating label {
          
           width: 23px;
    height: 23px;
    cursor: pointer;
    background: url("../img/icons/rating.png") no-repeat center;
    background-size: contain; /* Unfilled star */
    margin:3px;
            
        }
        .rstar-rating input:checked ~ label,
        .rstar-rating label:hover,
        .rstar-rating label:hover ~ label {
            color: var(--falcon-warning) !important;
          background-image: url("../img/icons/rating_fill.png") !important;  
        }
        
        .question
        {
            font-weight:normal;
            
        }
 
     .cards-container {
            display: flex;
           
        }

        .flip-card {
            width: 100%;
            min-height: 300px;
            height:100%;
            perspective: 1000px;
            cursor: pointer;
        }

        .flip-card-inner {
            width: 100%;
            height: 100%;
            position: relative;
            transform-style: preserve-3d;
            transition: transform 0.6s;
        }

        .flip-card.flipped .flip-card-inner {
            transform: rotateY(180deg);
        }

        .flip-card-front,
        .flip-card-back {
            width: 100%;
            height: 100%;
            position: absolute;
            backface-visibility: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
           
            border-radius: 10px;
        }

        .flip-card-front {
           
            
        }

        .flip-card-back {
           
           
            transform: rotateY(180deg);
        }    
        
        .quest_blue_bg
        {
           /* background-color:rgba(11,23,39,0.96); */
            border-bottom : 1px solid white !important;
            background-color:rgba(255,255,255,.2) !important;
        }


/*
.navbar-top {
  margin-bottom: 56px !important; 
}

.navbar-vertical {
  margin-top: 56px !important; 
}

*/

.qls-container {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
    /**
  padding-left: 1rem;
  padding-right: 1rem;
  **/
}


.navbar-vertical-content {
  overflow-y: auto;
  height: calc(97vh - 106px); /* if your top brand section is 56px tall */
}


.mobile-slider-menu {
     position: fixed;
  top: 4.4125rem; /* height of your navbar, adjust if different */
  left: 0;
  right: 0;
  width: 100%;
  background: #f8f9fa;
  z-index: 1030;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #ddd;
  margin:0px;
  margin-bottom:50px;
    }

    .menu-container, .submenu-container {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      scroll-behavior: smooth;
      flex: 1;
    }

    .menu-container::-webkit-scrollbar,
    .submenu-container::-webkit-scrollbar {
      display: none;
    }

    .menu-item, .submenu-item {
      white-space: nowrap;
      margin-right: 0.5rem;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      padding: 0.5rem 0.75rem;
      color: #fff;
      text-decoration: none;
      border-radius: 30px;
      transition: background 0.2s;
      font-size: 0.85rem;
      cursor: pointer;
    }

    .menu-item i, .submenu-item i {
      margin-right: 0.5rem;
    }

    .menu-item.slider-first { background-color: var(--falcon-success); }
    .menu-item.slider-second { background-color: var(--falcon-primary); }
    .menu-item.slider-third { background-color: var(--falcon-warning); }
    .menu-item.slider-forth { background-color: var(--falcon-success); }
    .menu-item.slider-fifth { background-color: var(--falcon-primary); }
    .menu-item.slider-sixth { background-color: var(--falcon-warning); }
    .menu-item.slider-seventh { background-color: var(--falcon-danger); }

    .submenu-item { background-color: #333; }

    .arrow-btn {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .tab-content-area {
      padding: 1rem;
      border: 1px solid #ddd;
      border-top: none;
      background: #fff;
    }

    .tab-pane, .sub-tab-pane {
      display: none;
    }

    .tab-pane.active, .sub-tab-pane.active {
      display: block;
    }

    .sub-menu-wrapper {
      display: flex;
      align-items: center;
      padding: 0.5rem 0;
    }
       
     .content .col-md-12:first-of-type {
 /**
  padding-left: 2px !important;
  padding-right: 2px !important;
  **/
}
.content{
         
         overflow:hidden;
         margin-left:-19px !important;
         margin-right:-19px !important;
         margin-top:125px !important;
        min-height: calc(97vh - 106px) !important;
         
     }
.navbar-top
{
    position:fixed !important;
    width:101%;
    margin-left:0px !important;
    margin-right:0px !important;
   
}

.navbar-vertical.navbar-card, .navbar-vertical.navbar-vibrant, .navbar-vertical.navbar-inverted
{
    padding-left:0 !important;
    padding-right:0 !important; 
}

.q-divider {
  position: relative;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #2c3e50;
  padding-bottom: 1rem;
}

.q-divider::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #6cc24a; /* green line */
}

.q-divider::before {
  content: '';
  position: absolute;
  bottom: -6px; /* adjust for vertical centering of icon */
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: url("./img/icon.jpg") no-repeat center;

  background-size: contain;
  z-index: 2;
}

    .role-box {
      border-radius: 1rem;
      padding: 2rem;
      color: white;
      text-align: center;
      position: relative;
      overflow: hidden;
      display: block;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .role-box:hover {
      transform: scale(1.02);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      text-decoration: none;
    }

    .icon-wrapper {
      background: white;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      width: 60px;
      height: 60px;
      margin: 0 auto 1rem auto;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .icon-wrapper i {
      font-size: 4rem;
      color: inherit;
    }

    .bg-gradient-primary {
      background: linear-gradient(135deg, #2c7be5, #3b82f6);
    }

    .bg-gradient-success {
      background: linear-gradient(135deg, #80bd41, #2a5202);
    }

    .bg-gradient-secondary {
      background: linear-gradient(135deg, #6c757d, #a0aec0);
    }

    .bg-gradient-warning {
      background: linear-gradient(135deg, #f5803e, #f59e0b);
    }

    .bg-gradient-danger {
      background: linear-gradient(135deg, #e63757, #ef4444);
    }

    .shape {
      position: absolute;
      width: 20px;
      height: 20px;
      opacity: 0.3;
    }

    .x-shape {
      background: white;
      clip-path: polygon(0 8px, 8px 8px, 8px 0, 12px 0, 12px 8px, 20px 8px, 20px 12px, 12px 12px, 12px 20px, 8px 20px, 8px 12px, 0 12px);
    }

    .circle-shape {
      background: white;
      border-radius: 50%;
    }

    .wave-shape {
      background: white;
      width: 30px;
      height: 6px;
      border-radius: 3px;
    }

    .top-left { top: 10px; left: 10px; }
    .top-right { top: 10px; right: 10px; }
    
    .section-header {
      display: flex;
      align-items: center;
      text-align: center;
      
    }

    .section-header::before,
    .section-header::after {
      content: "";
      flex: 1;
      height: 1px;
       background: linear-gradient(to right, transparent, #80bd41, transparent);
    }

    .section-header span {
      padding: 0 1rem;
      font-weight: 600;
      font-size: 1.25rem;
     
     
    }
    
    .glass-card {

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 2px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
