/*
-------------------------------------------------
  Theme Name: secret  Template
  Theme URL: 
  Author: bdCoder
  Creation Date: 24-1-2025
  Description:A default style sheet for secret 
  Version: 1.00


  ---------------------------------------------------
  Developed By: secret 
  Developer URL: bdcoderitpark@gmail.com
  Developer: bdCoder IT Park

  ---------------------------------------------------

  --------------------------------------------------
  Table of Contents
  --------------------------------------------------
  1. Theme Color
  2. google font
  3. General Style
  4. Typography
  5. button
  6. Preloader
  7. header
  8. side menu
  9. dashboard
  10. login
  11. setting
  12. Exam List
  13. Pdf List

------------------------------------------------ */

/*--------------------------------
1 Theme Color
-----------------------------------*/
:root {
    --dark-1: #676767;
    --dark-2: #353535;
    --White-1: #f1f1f1;
    --paragraph: #212324;
    --background-color: #f9f9f9;
    --Stroke-Light: #8b8b8b;
    --body-font-family: "Open Sans", sans-serif;
}



/*-----------------------------------------------
    2. google font  Start
-------------------------------------------------*/


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

/*-----------------------------------------------
    2. General Style Start
-------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body,
html {
    height: 100%;
    margin: 0;
}

body {
    background: linear-gradient(to bottom right, #ffffff, #f2f4f7);
    position: relative;
    z-index: 1;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.0093rem;
    font-family: var(--body-font-family);
    color: var(--paragraph);
}

ul {
    /* padding: 0; */
    word-break: break-all;
}

/* li {
    list-style: none;
    padding: 0;
    margin: 0;
    word-break: break-all;
} */

a {
    text-decoration: none;
    color: var(--paragraph);
}

a:hover {
    text-decoration: none;
}

input {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    color: var(--paragraph);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.14px;
    margin: 0;
    word-break: break-all;

}


.content h2.title {
    color: #fff;
    font-size: 52px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-style: inherit;
}
.content .desc {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffffa1;
    padding-bottom: 36px;
}
.text-white p{
    color: #ffffff;
    padding-bottom: 10px;
}

/*-------------------------------------------
    3.Typography area start
-------------------------------------------*/

/* color text */

.bi-paragraph {
    color: var(--paragraph);
}


/* color bg */



/* font family */

.bi-fi-roboto {
    font-family: "Roboto", serif;
}

/* hover text */

.underline:hover {
    text-decoration: underline;
}

/* font size  */

.bi-fs-50 {
    font-size: 50px;
    font-weight: 500;
}


.bi-fs-32 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.bi-fs-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.396px;
}

.bi-fs-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.208px;
}

.bi-fs-14 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.14px;
}


/* font weight  */

.bi-fw-300 {
    font-weight: 300;
}

.bi-fw-400 {
    font-weight: 400;
}

.bi-fw-500 {
    font-weight: 500;
}

.bi-fw-600 {
    font-weight: 600;
}

.bi-fw-700 {
    font-weight: 700;
}

.bi-fw-800 {
    font-weight: 800;
}

.bi-fw-900 {
    font-weight: 900;
}


/* margin area start */



.bi-mb-30 {
    margin-bottom: 30px;
}

.bi-mb-20 {
    margin-bottom: 20px;
}

.bi-mb-15 {
    margin-bottom: 15px;
}

.bi-mb-10 {
    margin-bottom: 10px;
}

.bi-mb-5 {
    margin-top: 5px;
}

/* padding area start */

.bi-section-pt-50 {
    padding-top: 70px;
}

.bi-pb-30 {
    padding-bottom: 30px;
}

.bi-pb-20 {
    padding-bottom: 20px;
}

.bi-pt-20 {
    padding-top: 20px;
}

.bi-pb-10 {
    padding-bottom: 10px;
}



/* border */


.after-unset::after {
    content: unset !important;
    position: unset !important;
}


/* gab */

.bi-gab-10 {
    gap: 10px;
}

/*  */
.cursor-pointer {
    cursor: pointer;
}

.text-justify {
    text-align: justify;
}


/*-------------------------------------------
    Typography area end
-------------------------------------------*/

/*-------------------------------------------
    button area start
-------------------------------------------*/

.bi-theme-button {
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #3767ea;
    transition: .4s;
    background: #3767ea;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.bi-theme-button:hover {
    background: #4e7df7;
}


/*-------------------------------------------
    4.button area end
-------------------------------------------*/

/*-------------------------------------------
   5 Preloader Area Start
-------------------------------------------*/

#biPreloaderBg {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--background-color);
    z-index: 999999999999;
    width: 100%;
    height: 100%;
}

#biLoader {
    width: 300px;
    display: block;
    align-content: center;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}

#bdfLoader img {
    width: 100%;
    height: auto;
}


/*-------------------------------------------
    5 Preloader Area End
  -------------------------------------------*/

/*-------------------------------------------
    6 menu Area start
  -------------------------------------------*/

.bi-header-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent;
}

.bi-logo {
    max-width: 200px;
    width: 100%;
    min-height: 50px;
    height: auto;
}

.bi-nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 15px;
}
 .mt-5.mt-md-0.pt-4.pt-md-0.mobile-d-none{
    max-width: 600px; 
    position: absolute; 
    height: 100%;

}
/* .short-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  
} */

.con-middle {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    flex-direction: column;
}
.con-middle h2{
    margin-bottom: 0;
}
.con-middle .bi-theme-button{
    margin-top: 0 !important;
}
.bi-all-menu-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bi-menu-list {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    background: #fff;
    border-radius: 18px;
}
.bi-menu-list li{
    list-style: none;
    margin: 0;
    word-break: break-all;
}

.bi-menu-item a {
    color: #353535;
}

.bi-menu-item {
    position: relative;
    z-index: 1;
    padding: 5px 0px;
}

.bi-menu-item a{
    padding: 4px 18px;
    border: 1px solid;
    border-radius: 12px;
    border-color: #fff;
}

.bi-dropdown-menu {
    position: absolute;
    width: max-content;
    background: #ffffff;
    padding: 20px 0 20px 20px;
    top: 27px;
    left: -25px;
    z-index: 11;
    border-radius: 0 0 12px 12px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.bi-dropdown-profile-menu {
    position: absolute;
    width: max-content;
    background: #ffffff;
    padding: 10px;
    top: 64px;
    right: -20px;
    z-index: 11;
    border-radius: 12px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.bi-dropdown-item a {
    padding: 10px 0;
    display: block;
    transition: .2s;
}

.bi-menu-item a:hover {
    color: #676767;
    border: 1px solid black;
    transition: 0.3s;
}

.active-menu a{
    border: 1px solid black;
}

.bi-dropdown-item:last-child a {
    padding-bottom: 0;
}

.bi-dropdown-item:first-child a {
    padding-top: 0;
}

.bi-login-btn {
    padding: 8px 25px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    font-weight: 500;
}

.sing-up-btn-bi {
    background-color: #353535;
    color: #f1f1f1;
    border-radius: .5rem;
    padding: .375rem .75rem;
}

.arrow-bi-btn i {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
}

.arrow-bi-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.bi-max-h-profile-menu {
    padding: 10px 0px 10px 10px;
}

.bi-max-h-menu {
    max-height: 200px;
    overflow: auto;
    padding-right: 20px;
}

.bi-max-h-menu::-webkit-scrollbar {
    width: 0;
    transition: width 0.2s;
}
.bi-max-h-menu::-webkit-scrollbar {
    width: 5px;
}
.bi-max-h-menu::-webkit-scrollbar-thumb {
    background: #babcbf;
    border-radius: 4px;
}

.bi-menu-item:hover .bi-dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.bi-menu-item:hover .bi-dropdown-profile-menu {
    visibility: visible;
    opacity: 1;
}

.toggle-bi-menu,
.close-btn-bi {
    display: none;
}

.toggle-bi-menu {
    font-size: 22px;
    background: transparent;
    border-radius: 5px;
    color: #000;
    transition: .3s;
}
.close-btn-bi.bg-white {
    font-size: 22px;
    background: transparent;
    border-radius: 5px;
    color: #000;
    transition: .3s;
}

.bi-all-menu-area.bi-show-menu .toggle-bi-menu:hover {
    background: #000;
    color: #fff;
}

.bi-all-menu-area.bi-show-menu .close-btn-bi i {
    font-size: 40px !important;
}
.bi-all-menu-area.bi-show-menu .close-btn-bi {
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 32px; */
    background: transparent !important;
}

/* .bi-all-menu-area.bi-show-menu .close-btn-bi:after {
    position: absolute;
    top: 0;
    width: 1000px;
    height: 100vh;
    background: #000000c7;
    content: '';
    z-index: -14;
    left: 0;
    background: transparent !important;
} */

.dot-menu{
    padding: 7px 14px;
    border: 1px solid #d6d6d6;
    
}

.animate__animated{
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.right-side-file {
    cursor: pointer;
    /* transition: box-shadow 0.6s; */
}

/*-------------------------------------------
    6 menu Area end
  -------------------------------------------*/

/*-------------------------------------------
    6 home page Area start
  -------------------------------------------*/

/* .bg-hero {
    background-image: url('../../uploads/hero.png');
    background-position: center;
    background-size: cover;
} */

.bg-hero-img {
    background-image: url('../../uploads/bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.bg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* z-index: 1; */
    background: rgba(0,0,0,0.2);
}
.bg-hero video.short-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
/* short-video.mp4 */

.bi-upload-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    cursor: pointer;
    background-color: #e0eaff;
    border-radius: 8px;
    height: 70px;
    font-weight: 500;
    color: #161616;
    font-size: 12px;
    transition: .3s;
}

.bi-upload-btn:hover {
    background-color: #c4d6ff;
}

.transfers-bi-text {
    font-size: .75rem;
    text-align: center;
    margin: 8px 0 20px 0;
    color: #6a6d70;
}

.bi-increase-btn {
    color: #8e21cc !important;
    font-weight: 500;
}


.bi-control-form {
    width: 100%;
    border-bottom: 1px solid #babcbf;
    padding: 0 10px 0px 10px;
    font-size: 14px;
}

.bi-form-group {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.bi-input-title {
    color: #6a6d70;
    font-size: 14px;
    position: absolute;
    left: 11px;
    top: 0px;
    transition: .3s;
}


.right-side-file{
    max-width: 260px;
    width: 100%;
    padding-left: 10px;
    border-left: 2px solid #d6d6d6;
}

.file-card {
    max-width: 320px;
    border-radius: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    position: absolute;
    /* left: 5%; */
    top: 22%;
    padding: 10px 6px;
    background: #fff;
}
.file-card-left div{
    width: 300px;
    padding-right: 36px;
} 
.file-card-left div.bi-file-footer.mx-auto.pe-0{
    padding-left: 8px;
    padding-right: 0 !important;
} 
.file-card-left div.d-flex.justify-content-between.gap-1{
    width: 293px;
} 

.expires-select .bi-file-footer div{
    width: 250px !important;
}

/* .expires-select .expires-select {
    width: 280px !important;
} */

.header-logo {
    font-weight: bold;
}

.dot-menu {
    cursor: pointer;
}

.slide-panel {
    position: absolute;
    top: 0;
    right: -400px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: right 0.3s ease-in-out;
}

.slide-panel.show {
    right: 0;
}

.bi-custom-field {
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
    z-index: 2;
    width: 100%;
    padding-right: 0px !important;
}

.bi-custom-field .bi-placeholder {
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s;
    font-size: 14px;
    cursor: auto;
    color: #6a6d70;
}


.bi-control-form::placeholder {
    color: transparent;
}

.bi-custom-field .bi-control-form:not(:placeholder-shown)+.bi-placeholder,
.bi-custom-field .bi-control-form:focus+.bi-placeholder {
    top: -18px;
    font-size: 12px;
}

.bi-h-100vh {
    height: 100vh;
}

.bi-request-btn {
    position: absolute;
    top: -16px;
    color: #353535;
    background-color: rgb(118 111 111);
    transition: all .1s;
    width: 100%;
    padding: 11px;
    display: inline-block;
    box-sizing: border-box;
    left: 0;
    z-index: -4;
}

.bi-over-from-area::-webkit-scrollbar {
    width: 0;
    transition: width 0.2s;
}

.bi-over-from-area:hover::-webkit-scrollbar {
    width: 0px;
}

.bi-over-from-area::-webkit-scrollbar-thumb {
    background: #babcbf;
    border-radius: 4px;
}

.bi-over-from-area {
    height: 305px;
    padding: 0 10px;
    /*overflow-y: auto;*/
    overflow-x: hidden;
}

.bi-file-footer {
    border-radius: 0 0 16px 16px;
    border-top: 1px solid #d6d6d6;
    padding: 12px 0;
    width: 100% !important;
}

.fs-13{
    font-size: 13px;
}
.bg-transparent {
    background: transparent;
}
.check-box{
    width: 20px;
    height: 20px;
}

.show-page{
    background-color: #f5f5f5;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.nice-select{
    width: 200px !important;
}

.logo-img img{
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 50px;
}

.bi-user-profile img{
    width: 100%;
    height: auto;
    max-width: 30px;
    max-height: 30px;
}

.bi-user-profile{
    height: 30px;
    width: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.small-text{
    font-size: 9px;
    color: #6a6d70;
}

.show-file{
    background: #d0d1d186;
    border-radius: 8px;
    padding: 5px;
}

.animate__fadeIn--slow {
  animation-duration: 1.5s !important; /* or 2s, 3s depending on how slow you want */
}
/*-------------------------------------------
    6 home page end
  -------------------------------------------*/


/*-------------------------------------------
    login page Area start
-------------------------------------------*/

.login-page {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.login-box {
    max-width: 400px;
    width: 100%;
    text-align: center;
}
.login-box input[type="email"] {
    height: 50px;
    border-radius: 12px;
}
.btn-primary {
    border-radius: 12px;
    height: 50px;
}
.btn-outline-dark {
    height: 50px;
    border-radius: 12px;
}
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.5rem 0;
}
.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ddd;
}
.divider:not(:empty)::before {
    margin-right: .5em;
}
.divider:not(:empty)::after {
    margin-left: .5em;
}
.footer {
    position: fixed;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
    color: #888;
}
.footer-links {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
}
.footer-links a {
    margin-left: 15px;
    text-decoration: none;
    color: #888;
}
 /* login page Area end  */


 /* responsive  */
@media (max-width: 768px) {
    .title-text{
        font-size: 20px;
    }
    .mobile-d-none{display: none;}

    .file-card{
        top: 4%;
        left: 12%;
    }

    .bi-hero-section{
        padding-bottom: 50px;
    }
    .bi-theme-button {
        padding: 8px 16px;
        font-size: 12px;
    }
    .nav-logo-m{margin-left:-25px;}
}


#dragOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4b65ff;
    z-index: 9999;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.2s ease-in-out;
}

#dragOverlay.active {
    display: flex;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

.drag-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: pulse 1.2s infinite ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


#selectedFiles {
    max-height: 100px;
    overflow-y: auto;
    background: #f1f1f5;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 10px;
}

#selectedFiles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#selectedFiles li {
    padding: 6px 8px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.bi-footer {
    margin-top: auto;
    font-size: 14px;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(56, 56, 56, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
    position:fixed;
    bottom: 0;
    border-top: 1px solid;
}
.text-md-end {
    color: #ffffff;
}

.bi-footer ul li a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 15px;
    font-size: .875em;
}

.bi-footer ul li a:hover {
    text-decoration: underline;
}
/* cookies */
.js-cookie-consent.cookie-consent.fixed.bottom-0.inset-x-0.pb-2.z-50{
    width: 100%;
    max-width: 400px;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(56, 56, 56, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 200px;
    z-index: 99999;
}
.text-black.cookie-consent__message{
    color:#ffffff !important;
}
.mt-2.flex-shrink-0.w-full{
    margin-top: .5rem !important;
    position: absolute;
    bottom: 23px;
    left: 80px;
}