/* @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"); */

body {
    font-family: "Poppins", sans-serif;
}

.active {
    color: #e02424 !important;
    font-weight: 500;
    border-bottom: 3px solid #e02424;
    display: inline-flex;
}

.h1 {
    font-size: 28px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.h5{
    font-weight: 600;
}

.title {
    margin: 10px 0px;
    font-size: 16px !important;
    font-weight: 600;
    color: #333333;
    font-family: "Poppins", sans-serif;
}

.bg_white {
    background: white;
}

p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}

.desc {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}

.fs-14 {
    font-size: 14px !important;
}

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

.fs-18 {
    font-size: 18px !important;
}

.fw-semi-bold {
    font-weight: 500;
}

.text-black {
    color: #333333 !important;
    font-size: 16px;
}

.d_none {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-white-effect {
    background-color: #fffcfc;
}

/* Navigation */
.nav-item .nav-link {
    color: #333333;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 3px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1050;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sidebar.open {
    left: 0;
}

#sidebar .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
}

/* sidebar overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.6;
    display: none;
    z-index: 999;
}

.logo-text {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.logo-text span {
    color: #e02424;
}

.card-shadow p {
    font-size: 14px;
}

/* Home */
.grey-box {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
}

.benefit-item {
    gap: 2px;
}

/* Tool */
.drag-text,
.or-text {
    color: #9ca3af !important;
    font-size: 16px;
    font-weight: normal;
}

.choose-btn {
    padding: 5px 10px;
    background-color: #e02424;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
}

.br_20 {
    border-radius: 20px;
}

.toolArea {
    border: 1px dashed #e0e0e0;
}

.upload-file-count{
    font-size: 14px;
    font-weight: 500;
    top: 2px !important;
    left: 10px !important;
}

.url_upload {
    /* width: 100%;
     */
     width: 80%;
     border-top-left-radius: 12px;
     border-bottom-left-radius: 12px;

     border-top-right-radius: 0px !important;
     border-bottom-right-radius: 0px !important;

    /* position: relative; */
}

.add_url {
    background: #e02424;
    /* position: absolute; */
    /* top: 0; */
    /* right: 1px; */
    /* height: 100%; */
    min-height: 100%;
    border: none;
    color: #fff;
    border-radius: 0 12px 12px 0;
}

.border-left {
    border-left: 1px dashed #e0e0e0;
    border-top: none;
}
.pdf-size {
    color: #9ca3af;
}

.uploading-box {
    background-color: #fffafa;
    padding: 10px 0px;
    border-radius: 10px;
}

.dashed {
    border: 1px dashed #e0e0e0;
}

.uploadMediaBtn:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.ms_px {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

/* Footer */
.footer {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.social-media span {
    font-size: 16px;
    font-weight: 500;
    color: #3a3b47;
}
.social-media a {
    text-decoration: none;
    margin: 5px;
}
.footer-links a {
    text-decoration: none;
    font-size: 16px;
    color: #3a3b47;
    margin: 3px 0px;
}

.footer-copyright a {
    text-decoration: none;
    color: #3a3b47;
}

.footer-links a:hover,
.nav-link:hover {
    color: #e02424;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 0px;
    display: none;
    animation: bounce 2s infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Form */

.form-check-input:checked {
    background-color: #e02424 !important;
    border-color: #e96666 !important;
}

.form-check-input:focus {
    border-color: #e96666 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(91.37% 40% 40%);
}

.form-control:focus {
    border-color: #e96666;
    outline: 0;
    box-shadow: none !important;
}

.bg-primary,
.btn-primary {
    background-color: #e02424 !important;
    border-color: #e02424 !important;
}

.bg-primary,
.btn-primary:hover,
.lock-btn:hover {
    color: #fff;
    background-color: #e33a3a !important;
    border-color: #e33a3a !important;
}

.lock-btn{
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.input-feild {
    position: relative;
    display: flex;
    border-radius: 10px;
}

.line {
    width: 90px;
    border-top: 1px solid #9ca3af;
}

.eye-icon,
.eye-icon-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

/* Loader Container */
.progress-loader {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.card {
    border: none;
}

.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(240 240 240) 0px 0px 0px 1px inset;
}

.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-top-color: #e02424;
    border-radius: 50%;
    animation: rotate 2s linear infinite;
}

.gap {
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Toast */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
}

.toast {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* tool loader */
.loader-container {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
    border-radius: 20px;
}

.loader-content {
    margin-top: 10px;
    color: #3a3b47;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid #f5f5dc;
    border-bottom-color: #e02424;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Contact us */

.user-img {
    position: absolute;
    top: 13px;
    right: 10px;
}

#first_name,
#last_name,
#email {
    height: 45px !important;
}

.contact-img{
    width: 100%;
    max-width: 400px;
}

.send-btn{
    width: 150px;
}


/* About , Terms , Discalimer & Privacy */

.terms-content strong , .privacy-content strong , .about-content strong{
    font-weight: 500 !important;
}

.terms-content p , .privacy-content p , .about-content p{
    font-size: 16px;
    line-height: normal;
    color: #3a3b47;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px 10px 10px;
}

.terms-content h2 , .privacy-content h2 , .about-content h2{
    font-size: 22px ;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px;
}

.terms-content h3 , .privacy-content h3 , .about-content h3{
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 10px 0px 10px 10px;
}

/* Blog */

.box-shadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pagination {
    gap: 10px;
    justify-content: center;
}

.page-link {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: transparent;
    border: 1px solid #e33a3a;
    color: #e33a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: transparent;
    color: #e02424;
    border-color: #e02424;
    text-decoration: none;
}

.page-link:focus {
    background-color: transparent;
    color: #e02424;
    border-color: #e02424;
    outline: none;
    box-shadow: 0 0 5px rgba(227, 58, 58, 0.5);
}

.active > .page-link {
    background-color: #e02424 !important;
    border-color: #e02424 !important;
    color: #fff;
    pointer-events: none;
}

.disabled > .page-link {
    background-color: transparent;
    color: #ccc;
    pointer-events: none;
}

.pagination .prev, .pagination .next {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-img {
    width: 100%;
    height: 100%;
}

.blog-detail-content p{
    font-size: 16px;
    margin: 5px 0px;
}

.blog-detail-content p strong{
    font-size: 18px;
    color: #333333;
}

.blog-detail-content h2{
    margin: 10px 0px;
}

.blog-detail-content h2 strong{
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}

.card-footer{
    background-color: transparent;
    border: none;
}


/* Media queries */
@media (max-width: 425px) {
  .upload_icon{
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 400px) {
    .sidebar {
        width: 250px;
    }
    .toast-container {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .grey-box {
        text-align: center;
    }

    .benefit-item img {
        margin-bottom: 10px;
    }

    .back-to-top {
        right: 35px;
    }

    .border-left {
        border-left: none;
        border-top: 1px dashed #e0e0e0;
    }

    .h1{
        font-size: 24px;
    }

    .h2 , .blog-detail-content h2 strong{
        font-size: 20px !important;
    }

    .blog-detail-content p strong{
        font-size: 16px !important;
    }

    .desc  ,p{
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .sidebar {
        display: none;
    }

    #sidebarToggle {
        display: none;
    }
}
