/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : May 8, 2023, 2:42:36 PM
    Author     : Laptop_Store
*/
*{

}


.icon-input-container {
    position: relative;
}
.icon-input-container .eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}
.icon-input-container .form-control {
    padding-right: 30px; /* Adjust based on icon width + padding */
}

body{
    background: black !important;
}
.background{
    background: -webkit-gradient(linear,     left top, right top,     from(#ffffff),     color-stop(60%, #ffffff),     color-stop(40%, #000000),     to(#000000));
    background: -o-linear-gradient(left,     #ffffff 0%,     #ffffff 60%,     #000000 40%,     #000000 100%);
    background: linear-gradient(to right,     #ffffff 0%,     #ffffff 60%,     #000000 40%,     #000000 100%);
}


.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.bg-brand-ground{
    background: #F9FBFD;
}
.bg-brand-black{
    background: #000000 !important;
}
.bg-brand-red{
    background: #FF0000 !important;
}
.bg-brand-white{
    background: #ffffff !important;
}

.navigation li a:hover{
    color: #FF0000;
}

.navigation li a:active{
    color: #FF0000;
}

.brand-text-color-black{
    color: #000000 !important;
}

.brand-text-color-red{
    color: #FF0000 !important;
}
.nav button.active{
    background: #FF0000 !important;
    color: white !important;
}

.active a{
    background-color: red !important;
    color: white !important;
}


.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.panel, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none !important;
}
.accordion-button:not(.collapsed){

    color: transparent !important;
    background: none !important;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

main {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.dropdown-toggle {
    outline: 0;
}

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
    background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--bs-tertiary-bg);
}

.scrollarea {
    overflow-y: auto;
}

.pagination a {
    border-radius: 0px !important;
    color: black;

}
.pagination a:active {
    border-radius: 0px !important;
    color: black;

}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: #FF0000;
}


/*
.pagination {
  display: block;
  width: 75%;
  margin: 1em auto;
  text-align: center;
  
  &:after {
    content: '';
    clear: both;
  }
}

.pagination-button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;  
  background-color: #eee;
  color: #333;
  cursor: pointer;
  transition: background 0.1s, color 0.1s;
  
  &:hover {
    background-color: #ddd;
    color: #3366cc;
  }
  
  &.active {
    background-color: #bbb;
    border-color: #bbb;
    color: #3366cc;
  }
  
}*/

/* arbitrary styles */
.heading {
    text-align: center;
    max-width: 500px;
    margin: 20px auto;
}

.article-loop {
    display: block;
    width: 75%;
    padding: 1em 2em;
    margin: 1em auto;
    border: 1px solid #ddd;
    background-color: #ededed;
}



/*---------------------Singup Page------------------------*/

.checkMarkList{
     list-style: none;
     list-style-type: "✔";
     padding: 0px;
     margin: 0px;
}

.crossList{
     list-style: none;
     list-style-type: "✘";
     padding: 0px;
     margin: 0px;
}



/*****      Whats App button css      *****/

.whatsapp-btn {
  position: fixed;
}

.whatsapp-tooltip {
  position: absolute;
  top: 80px;
/*  right: 80px;*/
  left: -35px;
  background-color: #FF0000;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 6px;
  opacity: 0;
  white-space: nowrap;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  animation: fadeSlide 1s ease-in-out infinite alternate;
  pointer-events: none;
}

.whatsapp-btn:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Optional fade-slide animation */
@keyframes fadeSlide {
  0% { opacity: 0.5; transform: translateX(10px); }
  100% { opacity: 1; transform: translateX(0); }
}

.modal-slider .btn-close {
    position:absolute;
    top:15px;
    right:20px;
    z-index:10;
    filter:invert(1);
}

.modal-slider .carousel-inner img{
    object-fit:contain;
    /*    height:100%;*/
    width:100%;
}

.carousel-inner{
/*    height:500px;*/
}