@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&display=swap');

:root{
    --success: #20CC6D;
    --primary: linear-gradient(135deg, #3399ff 0%, #0066cc 100%);
    --white-color: #fff;
  --blue-color: #4070f4;
  --grey-color: #707070;
  --grey-color-light: #aaa;
  --whitesmooke: #F1F3FF;

}
.card-group{
display:grid;
    gap:10px;
}
.title{
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)),  url("../img/wallpaper.png");
    color:white;
    background-repeat: no-repeat;
}
.titled{
    color: var(--bs-primary);
    font-family: "Poppins", sans-sefir;
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 3px solid var(--bs-primary);
    
}
.mt-op-4{
    margin-top: 90px;
}

.mySwiper1 {
    max-width: 150px !important;
}
section{
    padding-inline: 1.4rem;
    padding-block:10px;
}
.cards div .card{
    border-radius: 12px;
    padding: 10px;
    color: white;
    transition: all 0.5s;
    margin: 5px;
    
}
.cards div div .card-primary{
    background: var(--primary);
}
.cards div div .card-success{
    background: var(--success);
}
.cards div div .card-warning{
    background: var(--bs-warning);
}
.cards div div .card-danger{
    background: var(--bs-danger);
}
.carding, .card-body, .card-header{
    padding: 10px;
}
.card{
    border-radius: 12px;
    
}

.plan-card{
    min-height: 490px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 1px 50px 0px gray;
}
.plan-card h5, .plan-card h2{
    font-weight: bold;
    font-family: "Poppins", sans-sefir;
}
.plan-card i{
    font-size:1.8rem;
    font-weight: bold;
    
}
.plan-card div span{
     font-weight: bold;
    font-family: "Poppins", sans-sefir;
    margin-block: auto;
    font-size:1.3rem;
}
.plan-card div {
    
}
.plan-card p{
    font-family: "Poppins", sans-sefir;
}
.vh-20{
    height: 40vh;
}
/* Importing Google font - Open Sans */
section.footer{
    
}
/* Importing Google font - Open Sans */

.footer {
  text-align: center;
  width: 100%;
  background: #10182F;
  border-radius: 12px 12px 0px 0px;
  color: white;
 
}


.bg-hiras{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/landing.png") !important;
background-size: 100% 100% !important;
background-repeat: no-repeat !important;
    
}
.cards div .card i{
    font-size: 50px;
    margin-bottom: 10px;
}
.poppins{
    font-family: "Poppins", sans-sefir;
}
.cards div .card:active{
    transform: scale(1.01);
    box-shadow: 1px 0px 100px 0px gray;
}
.cards div .card p, .cards div .card h5{
    font-family: "Poppins", sans-sefir;
}
.inter{
    font-family: "Inter", sans-sefir;
}
.varela{
    font-family: "Varela Round", sans-sefir;
}
.btn{
    padding:12px;
    font-family: "Poppins", sans-sefir;
    transition: all 0.7s;
    border:0 !important;
}
.btn:active{
transform: scale(1.1);
    box-shadow: 1px 0px 100px 0px gray;
}
.bodys{
    
}
.btn-primary{
    background: var(--primary);
}
.btn-outline-primary:hover{
    background: var(--primary);
}
.title{
    height: 91vh;
    
}
.app{
    margin-top:40px;
    
}
@media (min-width: 1024px) {
.app{
    margin-left:0px;
    max-width: calc(100% - 0px);
}
.mt-op-4{
    margin-top:0px !important;
}
}
userPhone, customerName{
    display: none !important;
}
.bg-primary-gradient {
    background: linear-gradient(135deg, #3399ff 0%, #0066cc 100%);
    color: white;
}
.bg-blur{
    backdrop-filter: blur(8px);
}
 @media (max-width: 425px) { /* Telefon o'lchamida */
            .modal-dialog {
                max-width: 100%;
                height: 100%;
                margin: 0;
            }
            .modal-content {
                height: 100%;
                border-radius: 0;
            }
        }
.table-custom thead tr{
    background: var(--primary) !important;
}
.table-custom tbody tr th, .table-custom tbody tr td{
    text-align: center;
    padding:10px;
    
}
.form-control:focus{
    box-shadow: var(--bs-box-shadow);
    border:0px;
}
.form-control{
    transition: all 0.5s;
    border:0px;
}
.form-control:active, .form-control:hover{
    border:0px;
}
.table-custom{
    width: 100%;
    text-align: center;
}
.transaction-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bs-secondary);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.transaction-item:active {
  transform: translateX(5px);
}

.transaction-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.transaction-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}
.transaction-icon .img{
background: transparent;
    width: 45px;  
    height: 45px;  
    background-position: center;  
    background-repeat: no-repeat;  
    background-size: contain; /* Rasmlarni to‘liq ko‘rsatish uchun */
    display: block;  
    margin: 0 auto; /* Markazga joylash */
  
}
.transaction-item:active .transaction-icon {
  transform: scale(1.1);
  
  color: white;
}

.transaction-icon.img {
  background: transparent;
}

.transaction-content {
  flex: 1;
  margin-left: 15px;
}

.transaction-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-sefir; 
  }

.transaction-time {
  color: black;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.transaction-time i {
  margin-right: 5px;
  margin-top: -3px;
  font-size: 12px;
}

.transaction-amount {
  font-weight: 600;
  font-size: 17px;
  transition: all 0.2s ease;
}

.transaction-item:active .transaction-amount {
  transform: scale(1.1);
}

.transaction-amount.negative {
  color: var(--bs-danger);
}

.transaction-amount.positive {
  color: var(--bs-success);
}
.card{
    background: var(--bs-secondary-bg);
    border: 0;
    
   
   margin-block:10px;
 }
.card .card-body{
    padding:1rem;
}
 .corusel-card{
     padding:10px;
     border-radius: 12px;
     font-family: "Poppins", sans-sefir;
     margin-inline:0.5px;
     transition: all 0.5s;
 }
 
 .corusel-inner{
     max-width: 100px !important;
     max-height: 200px !important;
 }
 
.carousel:hover .carousel-inner {
  overflow: visible !important;
}
 .corusel-card div p{
     color: white !important;
 }
  @media (min-width: 436px) {

 .scroll-container, .scroller{
     margin-left: 110px;
     
 }
.transaction-item.pay{
    border-bottom: 0px !important;
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}
  .scroll-container {
    position: relative;
    z-index: 0;
    margin-top: -10%; /* Bu qiymatni kerakli holatga moslab o'zgartiring */
}
/* Importing Google Fonts - Poppins */

/* Google Fonts Import Link */
}


body {
  min-height: 100vh;
  
}
/* Import Google font - Poppins */



/* navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  z-index: 1000;
  box-shadow: 0 0 2px var(--grey-color-light);
}
.logo_item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 22px;
  font-weight: 500;
  color: var(--blue-color);
}
.navbar img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.search_bar {
  height: 47px;
  max-width: 430px;
  width: 100%;
}
.search_bar input {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  font-size: 18px;
  outline: none;
  background-color: var(--white-color);
  color: var(--grey-color);
  border: 1px solid var(--grey-color-light);
  padding: 0 20px;
}
.navbar_content {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
.navbar_content i {
  cursor: pointer;
  font-size: 20px;
  color: var(--grey-color);
}

/* sidebar */
.sidebar {
  background-color: var(--white-color);
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding: 80px 20px;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 1px var(--grey-color-light);
  transition: all 0.5s ease;
}
.sidebar.close {
  padding: 60px 0;
  width: 0px;
  
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.menu_content {
  position: relative;
}
.menu_title {
  margin: 15px 0;
  padding: 0 20px;
  font-size: 18px;
}

.menu_title::before {
  color: var(--grey-color);
  white-space: nowrap;
}
.menu_dahsboard::before {
  content: "Asosiy";
}
.menu_editor::before {
  content: "Tahrir";
}
.menu_setting::before {
  content: "Sozlamalar";
}
.sidebar.close .menu_title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  border-radius: 12px;
  background: var(--grey-color-light);
}
.menu_items {
  padding: 0;
  list-style: none;
}
.navlink_icon {
  position: relative;
  font-size: 22px;
  min-width: 50px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
.navlink_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 10px);
  left: -20px;
}
.navlink_icon:hover {
  background: var(--blue-color);
}
.sidebar .nav_link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--grey-color);
  white-space: nowrap;
}
.sidebar.close .navlink {
  display: none;
}
.nav_link:hover {
  color: var(--white-color);
  background: var(--blue-color);
}
.sidebar.close .nav_link:hover {
  background: var(--white-color);
}
.submenu_item {
  cursor: pointer;
}
.submenu {
  display: none;
  transition: all 0.5s;
}
.submenu_item .arrow-left {
  position: absolute;
  right: 10px;
  display: inline-block;
  margin-right: auto;
}
.sidebar.close .submenu, .sidebar.close .arrow_left {
  display: none;
}
.show_submenu ~ .submenu {
  display: block;
  transition: all 0.5s;
}
.show_submenu .arrow-left {
  transform: rotate(90deg);
}
.submenu .sublink {
  padding: 15px 15px 15px 52px;
}
.bottom_content {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 260px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.bottom {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  justify-content: space-around;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  color: var(--grey-color);
  border-top: 1px solid var(--grey-color-light);
  background-color: var(--white-color);
}
.bottom i {
  font-size: 20px;
}
.bottom span {
  font-size: 18px;
}
.sidebar.close .bottom_content {
  width: 50px;
  left: 15px;
}
.sidebar.close .bottom span {
  display: none;
}
.sidebar.hoverable .collapse_sidebar {
  display: none;
}
#sidebarOpen {
  display: block;
}
@media screen and (max-width: 768px) {
  #sidebarOpen {
    font-size: 25px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
    color: var(--grey-color);
  }
  .sidebar.close {
    left: -100%;
  }
  .search_bar {
    display: none;
  }
  .sidebar.close .bottom_content {
    left: -100%;
  }
}
  #menu{
      display:none !important;
  

  }
  
  
/* Responsive media query code for small screens */

  .category div{
      background-repeat: no-repeat;
  }
  thead tr th{
 
      padding:15px !important;
      
  }
  a{
      text-decoration: none;
      color: black;
  }
 @media (min-width: 1440px) {
  .container-scroller {
    max-width: 1024px !important;
  }
}

@media (min-width: 2560px) {
  .container-scroller {
    max-width: 1024px !important;
  }
}
.navbar{
    transition: all 0.5s;
}
.navbar.white {
    background: white !important;
    color:black !important;
    box-shadow: var(--bs-box-shadow);
    border-radius: 0px 0px 15px 15px;
}
.navbar div div div a{
    color: white;
}
.navbar.white div div div a{
    color: black;
}
.navbar .brend div .logo .img{
    width: 3rem !important;
    border-radius: 50%;
}
.navbar .brend div .buttons div div i{
    font-size: 1.5rem;
}
.navbar .brend div{
    align-items:center;
    margin-inline: 1px;
}
@media (max-width: 436px) {
  .h-sm-300{
    
    height: 70vh;
}

       .scroll-container {
    position: relative;
    z-index: 0;
    margin-top: -40%; 
}
  .h-200{
    
    height: 200px;
}
  

.active i, .active p{
    color: black !important;
}
 
   .menu{
    color: white;
    padding:5px;
    height: 70px;
    box-shadow: 0px -0px 100000px 0px gray;
    display:flex;
    background: white;
    gap:20px;
}
.menu .lis{
    width: 70px;
    text-align:center;
    margin:auto;
    text-decoration: none;
 transition: all 0.5s;
}
.menu .lis:active{
    transform: scale(1.1);
    
}
.menu .lis i{
    font-size:26px;
    color: gray;
    text-decoration: none;
 
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
a{
    text-decoration: none !important;
 
}




.menu .lis p{
    text-decoration: none;
 color: gray;
 font-family: "Varela Round", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size:13px;
}
 .menu a.active p, .menu a.active i, .menu a.active{
    color: black !important;
    font-weight: 1000;
}
.menu .lis p, .menu .lis i{
    color: gray;
}
}
