 body {
        font-family: 'Inter', sans-serif;
    }
    .dropdown-menu-custom {
      width: 300px;
      padding: 10px;
    }
    .dropdown-section-header {
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 5px;
    }
    .dropdown-section {
      margin-bottom: 15px;
    }
    .dropdown-item {
      display: block;
      padding: 5px 10px;
      color: #000;
    }
    .dropdown-item:hover {
      background-color: #f1f1f1;
    }
    .dropdown-divider {
      margin: 10px 0;
    }
    .round_egde {
        border-radius:30px;
    }
    .border_white {
        border:1px solid white;
        color:white;
    }
    footer {
        background: rgba(0,0,0,0.9);
    }
    .no_style {
        list-style-type:none;
    }
    .no_style li {
        color:white;
        margin-top:5px;
        margin-bottom:5px;
    }
    .footer_bottom {
        display:flex;
        justify-content: space-between;
        align-items: center;
        font-size:17px;
        
    }
    .footer_bottom .trms {
        display:flex;
        justify-content: space-evenly;
        align-items: center;
        margin-right:5px;
        
    }
    .footer_bottom a {
        
        color:rgba(244,250,245,0.3)!important;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    