@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}

:root {
    --primary: #436D97;
    --secondry: #BF5464;
    --dark-color: #000;
    --text-hover: #f1f1f1;
    --gray: #999999;
    --light: #fff;
}
/*Commaon Classes*/
.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}
.btn-link {
    background: var(--secondry);
    color: var(--light);    
    font-size: 14px;
    transition: all ease-in-out 500ms;
  }
  .btn-link:hover, .btn-link:focus {
    background: var(--primary);
    color: var(--light);    
    transition: all ease-in-out 500ms;

  }
  .btn-primary-link {
    background: var(--primary);
    color: var(--light);    
    font-size: 14px;
    transition: all ease-in-out 500ms;
  }
  .btn-primary-link:hover, .btn-primary-link:focus {
    background: var(--secondry);
    color: var(--light);    
    transition: all ease-in-out 500ms;

  }
  .table>:not(:last-child)>:last-child>* {
    border-color: #fbfcfc !important;
  }
  .breadcrumb-item a {
    color: var(--dark-color);
    text-decoration: none;
    
    
  }
  .breadcrumb-item a.past-pay-active {
    background-color: var(--primary);
    color: var(--light);
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
  }
/*Commaon Classes*/
/** ..... 
            User Pannel Css Start 
                                    ..... */
.dashboard-container {
    max-width: 768px;
    height: 100vh;
    margin: 0 auto;
  }
  .main-title {
    color: var(--secondry);
  }
  .card-header {
    color: var(--primary);
  }
  .bottom-nav {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .bottom-nav a {
    color: var(--gray);
    font-size: 16px;
    border-radius: 3px;
  }
  .bottom-nav a:hover, .bottom-nav a.active {
    background: var(--text-hover);
    color: var(--secondry);
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  }
  footer {
    box-shadow: 0px -5px 10px rgba(0,0,0,.2);
    position: sticky;
    background-color: var(--h-f-bg);
    border-radius: 5px 5px 0 0;
    bottom: 0px;

  } 
  .main-contant {
    height: calc(100vh - 137px);
    height: calc(100dvh - 137px);
  }
  .widget-icon {
    color: var(--primary);
    font-size: 10px;
    background-color: #436d9740;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
  }
  .update-btns {
    gap: 1rem;
  }
  .team-member-card {
position: relative;
overflow: hidden;
}

.team-member-card img {
width: 200px;
height: 200px;
}
.member-info a {
background: var(--text-hover);
color: var(--secondry);
font-size: 14px;
}
/** User login css **/
.login-container {
  max-width: 768px;
  margin: 0 auto;
  }
.login-form {
  height: calc(100dvh - 100px);
  overflow: auto;
}
.forgot_password {
  color: var(--secondry);
  font-size: 16px;
  text-decoration: none;
  
}
a:hover.forgot_password {
  color: var(--primary);
  
}
.login-btn {
background: var(--primary);
color: var(--light);

font-size: 16px;
}
button:hover.login-btn {
background: var(--secondry);
color: var(--light);
transition: all ease-in-out 500ms;
}
  a.back_home {
position: sticky;
border-radius: 0;
bottom: 0px;

background: var(--text-hover);
  color: var(--secondry);
  font-size: 16px;
  }
  a:hover.back_home {
  color: var(--primary);
  font-size: 16px;
  }
.payemnt_info_bank {
  border-radius: 10px;
  border: 1px solid var(--gray);
}
.border-b-payment {
  border-bottom: 1px solid var(--gray);
}
.border-b-payment:last-child {
  border-bottom: 0;
}

.upi-box {
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  border-radius: 5px;
  max-width: calc(100% - 50px);
}

.copy-btn {
  padding: 10px 20px;
  background-color: var(--secondry);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.copy-btn:active {
  background-color: var(--primary);
}

.copied-message {
  color: green;
  font-size: 14px;
  margin-top: 8px;
  display: none;
}
.rd_close_group:nth-child(2n){
  background-color: #f1f1f1;
}
/** ..... 
            User Pannel Css End 
                                 ..... */
/** .....   
            Admin Pannel Css Start 
                                    ..... */
/** ------------- Admin login css -------------- **/
.login-container-admin {
  max-width: 450px;
  margin: 0 auto;
  }

.login-btn-admin {
background: var(--primary);
color: var(--light);
transition: all ease-in-out 500ms;
font-size: 16px;
}
button:hover.login-btn-admin {
background: var(--secondry);
color: var(--light);
transition: all ease-in-out 500ms;
}
  a.back_home_admin {
  color: var(--secondry);
  font-size: 16px;
  }
  a:hover.back_home_admin {
  color: var(--primary);
  font-size: 16px;
  }
/*----------------page-wrapper----------------*/
  
.page-wrapper {
    height: 100vh;
    height: 100dvh;
    height: 100lvh;
  }
  
  .page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
  }
  
  .page-wrapper .theme.chiller-theme {
    background: #1e2229;
  }
.main-title-admin {
    padding-left: 60px;
    border-bottom: 1px solid #eae4e4;
    }
    .main-content {
    height: calc(100vh - 114px);
    height: calc(100dvh - 114px);
    height: calc(100lvh - 114px);
}
        .card-raised {
    border: none;
    border-color: var(--primary) !important;
    box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)
}
.icon_member {
    width: 60px; height: 60px; border-radius: 80px; border: 1px solid #f2f2f2 
}
.member-list {
    background: var(--text-hover);
}
.member-list a, .member-list a:hover, .member-list a:focus {
    color: var(--secondry);
}
.table-header-sticky {
  top: -17px ;
}
/** ..... 
            Admin Pannel Css End 
                                  ..... */
/** ..... 
            Media Breakpoints 
                                ..... */
@media screen and (max-width: 767.98px) {
    .page-wrapper.chiller-theme::after {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        left: 0;
        top: 0;
        position: fixed;
        content: '';
        z-index: 2;
    }
    #show-sidebar, #close-sidebar {
      z-index: 3;
    }
    .page-wrapper .page-content {
      padding-left: 0;
  }
  .page-wrapper.chiller-theme.toggled::after {
    display: none;
  }
  .page-wrapper.toggled .sidebar-wrapper {
    left: -300px;
}
.page-wrapper .sidebar-wrapper {
  left: 0;
}
}                                
@media screen and (max-width: 575.98px) {
    .bottom-nav a {
      font-size: 13px;
      font-weight: 600;
}
.main-contant {
height: calc(100dvh - 129px);
height: calc(100vh - 129px);
}
  }