@import url('https://fonts.googleapis.com/css2?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');

/*Thunder Font Family*/
/*@import url('../../assets/Font_Family/Thunder-ExtraBoldLC.css')*/

body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: #000000;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

/*Container*/

@media (max-width: 1600px){

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1280px;
    }

}

@media (min-width: 1728px){

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1600px;
    }

}


@media (max-width: 600px){

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        padding-left: 20px;
        padding-right: 20px;
    }

    .admin_login_section .container-xxl{
        padding: 0;
    }

}

.modal-backdrop{
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(17px);
    opacity: 1 !important;
/*    transition: delay .4s ease-in-out;*/
}

.collapsing{
    transition: unset;
}

/*Fonts*/

h1, h2, h3, h4, h5, h6{
    line-height: 1.5;
}

p, span{
    line-height: 1.5;
}

input{
    border-radius: 12px;
    border: 1px solid #252525;
    background: #171717;
    padding: 14px 16px;
    width: 100%;
    outline: none !important;
    color: #fff;
}

.font-thunder{
    font-family: 'ThunderExtBd', Georgia;
    letter-spacing: 1.5px;
    line-height: 1;
}

.font-poppins{
    font-family: 'Poppins', sans-serif;
}

.font-12{
    font-size: 12px;
}

.font-12-10{
    font-size: 12px;
}

.font-14{
    font-size: 14px;
}

.font-14-12{
    font-size: 14px;
}

.font-15-13{
    font-size: 15px;
}

.font-16{
    font-size: 16px;
}

.font-16-14{
    font-size: 16px;
}

.font-18{
    font-size: 18px;
}

.font-18-16{
    font-size: 18px;
}

.font-20{
    font-size: 20px;
}

.font-20-18{
    font-size: 20px;
}

.font-22{
    font-size: 22px;
}

.font-22-20{
    font-size: 22px;
}

.font-24{
    font-size: 24px;
}

.font-24-22{
    font-size: 24px;
}

.font-24-18{
    font-size: 24px;
}

.font-26-18{
    font-size: 28px;
}

.font-28-20{
    font-size: 28px;
}

.font-32{
    font-size: 32px;
}

.font-32-18{
    font-size: 32px;
}

.font-34{
    font-size: 34px;
}

.font-34-20{
    font-size: 34px;
}

.font-35{
    font-size: 35px;
}

.font-36{
    font-size: 36px;
}

.font-36-22{
    font-size: 36px;
}

.font-36-20{
    font-size: 36px;
}

.font-40{
    font-size: 40px;
}

.font-40-22{
    font-size: 40px;
}

.font-42{
    font-size: 42px;
}

.font-42-24{
    font-size: 42px;
}

.font-50{
    font-size: 50px;
}

.font-55{
    font-size: 55px;
}

.font-60-32{
    font-size: 60px;
}

.font-65{
    font-size: 65px;
}

.font-200{
    font-weight: 200;
}

.font-300{
    font-weight: 300;
}
.font-400{
    font-weight: 400;
}
.font-500{
    font-weight: 500;
}
.font-600{
    font-weight: 600;
}
.font-700{
    font-weight: 700;
}
.font-800{
    font-weight: 800;
}
.font-900{
    font-weight: 900;
}

/*Fonts*/

@media (max-width: 991px) {

    .section_full_size{
/*        padding: 0 !important;  */
    }
    
}

/*Colors*/

.color-primary{
    color: #865AFF;
}

.color-primary-dark{
    color: #4A148C;
}

.color-secondary{
    color: #939393;
}

.color-secondary-2{
    color: #CFCFCF;
}

.color-dark{
    color: #000000;
}

.color-white{
    color: #ffffff;
}

.color-green{
    color: #ADF324;
}

.color-gradient{
    background: linear-gradient(275deg, #865AFF 85.13%, #9A83FF 97.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-right: 0;
}

.bg-gradient{
    background: linear-gradient(275deg, #865AFF 85.13%, #9A83FF 97.7%);
}

.bg-dark-1{
    background: #000000;
}

.bg-white{
    background: #ffffff;
}

.bg-green{
    background: #ADF324;
}

.position-absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
  

@media (max-width: 767px) {
    .hero-title {
        font-size: 80px;
    }
    .header_text_overlay{
        font-size: 83px;
    }
    .hero-subtext{
        font-size: 15px;
    }

    /*Fonts*/

    .font-12-10{
        font-size: 10px;
    }

    .font-14-12{
        font-size: 12px;
    }

    .font-15-13{
        font-size: 13px;
    }

    .font-16-14{
        font-size: 14px;
    }

    .font-18-16{
        font-size: 16px;
    }

    .font-20-18{
        font-size: 18px;
    }

    .font-22-20{
        font-size: 20px;
    }

    .font-24-22{
        font-size: 22px;
        line-height: 1.5;
    }

    .font-24-18{
        font-size: 18px;
    }
    
    .font-26-18{
        font-size: 18px;
    }

    .font-28-20{
        font-size: 20px;
    }

    .font-32-18{
        font-size: 18px;
    }

    .font-34-20{
        font-size: 20px;
    }

    .font-34-24{
        font-size: 24px;
    }

    .font-36-22{
        font-size: 22px;
    }

    .font-36-20{
        font-size: 20px;
    }

    .font-40-22{
        font-size: 22px;
    }

    .font-42-24{
        font-size: 24px;
        line-height: 1.5;
    }
    .font-60-32{
        font-size: 32px;
    }

}

.admin_login_section{
    background: url(../../assets/images/admin_images/explore_zevo_bg_img.webp) no-repeat center center / cover;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    padding: 20px;
    z-index: 99;
    position: relative;
    width: 100%;
}

.login-card {
  max-width: 100%;
  border-radius: 20px;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, .4);
  backdrop-filter: blur(24px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.8s ease;
}

.login_pg_logo{
    animation: fadeInUp 0.8s ease;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(-24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-floating label {
  color: #888;
}

.btn-purple {
  background-color: #865AFF;
  border: none;
  border-radius: 12px;
}

.btn-purple:hover {
  background-color: #673AB7;
}

.login-title {
  font-weight: 600;
  color: #4A148C;
}

/* Dashboard Style */

.sidebar {
    height: 100vh;
    background-color: #865AFF;
    color: white;
    padding: 1rem;
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .sidebar h4 {
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .sidebar a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    transition: background 0.3s ease;
  }
  .sidebar a span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .sidebar a:hover {
    background-color: rgba(255,255,255,0.15);
  }
  .sidebar .collapse a {
    padding-left: 1rem;
    background-color: rgba(255,255,255,0.05);
  }
  .card {
    border: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    border-radius: 0.75rem;
  }
  .card .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
  }
  .navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: calc(100% - 250px);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    padding: 1rem 2rem;
  }
  .table-container {
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  }

.dataTable{
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dataTables_filter{
    margin-bottom: 20px
}

.dataTables_filter label{
    display: flex;
    align-items: center;
    gap: 6px;
}

table tr th{
    font-weight: 600 !important;
}

table tbody tr td{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.tbl_message_column p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

main{
    width: 100%;
    margin-left: 250px;
}

