@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&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&display=swap');

body {
    background-color: black !important;
    font-family: 'Poppins', sans-serif;
}   
.mainmenu, .marque-div, .nav-social , .master-agent-section > div > .bg-prime , .bg-prime{
    background-color: #272a34 !important;
    padding: 10px
}
.bg-sec{
    background-color: #1f2029 !important;
}



.bangla {
    font-family: 'Hind Siliguri', sans-serif !important;
}
.english {
    font-family: 'Poppins', sans-serif !important;
}
.fa-magnifying-glass , .site-maincolor{
    color: #ffdf34 !important;
}
nav > ul > li > a{
    font-size: 12px !important;
}
.bg-yellow{
    background-color: #ffdf34 !important;
}
.visit-button button{
    width: 50px;
    font-size: 15px;
    background-color: #ffdf34;
    color: #1f2029;
    margin: 2px;
    border-radius: 5px;
}
.proxy{
    width: 100%;
    border-bottom: .5px solid rgba(94, 94, 94, .5);
}
.proxy td{
    padding: .5em 0;
}

.swiper {
    width: 100%;
    max-width: 100%;
}
.swiper-slide{
    width: 100% !important;
}
.swiper-slide img {
    width: 100%;
    height: 275px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}
.swiper-pagination-bullet {
        background-color: #555 !important; /* Default dot color */
        opacity: 0.5;
    }
    .swiper-pagination-bullet-active {
        background-color: #000 !important; /* Active dot color */
        opacity: 1;
    }
    .table-section .table {
        text-overflow: unset !important;
        overflow: visible !important;
        white-space: nowrap !important;
    }
    .table-section table th{
        background-color: #1f2029 !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        border-bottom: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: unset !important;
        vertical-align: middle;
        word-break: break-word;
    }
    .table-section table th:first-child{
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }
    .table-section table th:last-child{
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .table-section table td{
        background-color: #272a34 !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: unset !important;
        font-size: 12px;
        vertical-align: middle;
        word-break: break-word;
    }
    .table-section .table{

    }
    .table-section .icon-color-div{
        background-color: #1f2029 !important;
        border-radius: 5px;
        padding: 5px;
    }
    .table-section .table td .bg-yellow {
        padding: 3px 11px !important;
      }
      .dataTables_filter{
        position: absolute;
        top: -75px;
        z-index: 20;
        width: 100%;
        color: white !important; 
      }
      .floating-button{
        position: fixed; bottom: 20px; left: 20px; z-index: 9999;
      }
      .my-buttons{
        width: 120px;
    padding: 2px 5px;
    border: none;
    border-radius: 5px;
    background: gold;
    font-weight: 500 !important;    display: flex
;
    align-items: center;
     gap:10px
      }
      .my-buttons1{
        width: 75%;
        padding: 8px 5px;
        border: none;
        border-radius: 5px;
        background: gold;
        font-weight: 500 !important;   
        display: flex;
        align-items: center;
        gap:10px;
        justify-content: center;
    margin: 0 auto;
    margin-top: -30px;
      }
      .support-modal .modal-content{
        background-color: #272a34;
      }
      .btn-close{
        position: absolute;
        right: 20px;
      }
      .support-modal .modal-header{
        border-bottom: none !important;
      }
      .support-modal .support-agents{
        background-color: #1f2029 !important;
        padding: 10px;
        border-radius: 10px;
        margin: 20px;
      }
      .support-modal .support-agents .support-agents-div{
        border-bottom: 1px solid #555 !important;
        color: white !important;
        padding: 5px 0px ;
      }
      .tiny-buttons{
        background-color: #39ae41 !important;
        color: #fff !important; 
        border: none !important;
        border-radius: 5px !important;
        font-size: 10px;
        padding: 5px 10px !important;
        margin-left: 25px;
      }
      a{
        text-decoration: none !important;
      }
      .mobile-site-preoxy{
          overflow-y: auto;
          height: 100px;
      }
      .dataTables_filter input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  padding-right: 35px;
  color: white;
  background-color: #333; /* Optional: dark background */
  border: none;
  border-radius: 4px;
}
.dataTables_filter label{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .font-sm{
        font-size: 14px !important;
    }
    .facebook-button{
        color: #fff;
        background-color: #1877f2;
        border-radius: 5px !important;
        padding: .3em !important;
        font-size: 14px !important;
    }
    .font-xs{
        font-size: 11px !important;
    }
    .swiper-slide img{
        height: 160px;
    }
    .table-section .table {
        width: 100% !important;
        table-layout: auto !important;
      }

      .table-section .table th,
      .table-section .table td {
        font-size: 8px !important;
        padding: 6px 4px !important;
      }

      .table-section .table td .btn {
        font-size: 7px !important;
        padding: 3px !important;
      }

      .table-section .table td span,
      .table-section .table td a{
        font-size: 8px !important;
      }
      .table-section .table td .bg-yellow {
        padding: 3px 11px !important;
      }
      .table-section .table td .fa-whatsapp{
        font-size: 20px !important;
      }
      .table-section .table td .fa-circle-user{
        font-size: 14px !important;
      }
      .table-section .table td i {
        font-size: 6px !important;
      }
      .mobile-site-preoxy{
          height: auto !important;
      }
      .dataTables_filter{
          display: flex
;
    justify-content: center;
    align-items: center;
      }
}
