@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

body {
    background-color: #FFFFFF;
    color: black;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    min-height: -webkit-fill-available;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}

pre {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    font-weight: 500;
}

.footer {
    margin-top: auto;
}

a {
    color: #393939;
    text-decoration: none !important;
}
.h5, h5 {
    color: #293a51;

}
h6 {
    font-size: 15px;
    color: #c6c6c6;
}

strong {
    color: black;
}

p {
    color: #000000;
    font-size: 14px;
    margin: 0px;
}

.nav-link {

    font-weight: 600;
}

.nav-link:hover {

}

.navbar-brand {
    color: black;
}

.prompt-card {
    color: black;
    height: 90vh;
    border: 1px solid #f5f5ff;
}

.writing-section {

}

.card-button {

}

.form-control, .form-select {
    color: black;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 2px solid #e5ebe7;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
}

/* Change input and textarea border color on focus */
.form-control:focus, .form-select:focus {
    border-color: #5858e6;
    box-shadow: none;
    background-color: #FFFFFF;
    color: black;
}


/* Remove outline on button when clicked */
.btn:active:focus, .btn:focus {
    outline: none;
    background-color: #FFFFFF;
    box-shadow: none;
    color: black;
}

/* Change textarea background color on focus */
.form-control:focus:not([readonly]) {
    background-color: #FFFFFF;
    color: black;
}

.btn-primary {
    background-color: #5858e6 !important;

    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    /*   background-color: #5858e6 !important;
       outline: none;
       color: #fff;*/
}

.ai-result {
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.ai-thumb {
    margin-bottom: 10px;
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.create-btn {
    width: 146px;
    height: 40px;
    line-height: 15px;
    margin-left: 25px;
    margin-right: 10px;
    color: #fff !important;
}

.btn-outline-primary {
    background: #f1effd;
    border: none;
    color: #5858e6;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-outline-primary:hover {
    background: #5858e6;
    border: none;
    color: #f1effd;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider::-webkit-slider-thumb {
    background: #5858e6;
}

.slider::-moz-range-thumb {
    background: #5858e6;
}

.slider::-ms-thumb {
    background: #5858e6;
}

img {
    cursor: pointer;
}

.modal-content {
    background: #FFFFFF;
    padding: 15px;
}

.modal-content {
    text-align: center;

}

.modal-content .ai-image {
    width: 50%;

}

.modal-header {
    border-bottom: none !important;
    padding: 0px;
}

.btn-close {
    color: #dedede;
    background: transparent url("/images/close.svg") center/1em auto no-repeat;
    font-size: 18px;
    padding: 5px;
}


.ai-content {
    text-align: left;
}

.download-btn {
    height: 35px;
    font-size: 15px;
    line-height: 5px;
    padding: 10px;
}

.share-icon {
    height: 20px;
    margin-top: -5px;
    margin-right: 8px;
}

.card-image {
    background: #0f1011;
    /* margin: 11px 0px; */
    margin: 8px 0px;
    padding: 30px;
}


.row-answer {
    background: #F8FBFC;
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 20px;

}

.feature-icon {
    width: 75px;
}

.footer-section {
    bottom: 0px;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -77px;
    margin-top: var(--bs-dropdown-spacer);
}

.page-wrapper {
    width: 100%;
}

.sidebar {
    background-color: #fff;
    height: 95vh;
    float: left;
    overflow-y: auto;
}

.main-content {
    padding: 25px;
    height: 95vh;
    overflow-y: auto;
}

.sidebar .btn {
    outline: none;
    box-shadow: none;
    color: white;
    width: 100%;
}

.sidebar .btn-toggle-nav a {
    width: 90%;
}

.sidebar .nav-item {
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    display: block;
    margin-bottom: 7px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #5858e6;
}

.nav-link:hover {
    /*    background-color: #5858e6;
        color: #FFFFFF;*/
}

.nav-link {
    color: #424242;
}

.sidebar {
    background-color: #ffffff;
}

.table > :not(caption) > * > * {
    padding: 15px 5px;
}

@media (max-width: 767.98px) {
    /* Styles for screens smaller than 768px (mobile) */
    .sidebar {
        width: 100%;
    }
}

section {
    padding: 40px 0px;
}

.features-section .card {
    min-height: 170px;
    padding: 20px;
}

.text-primary {
    color: #5858e6 !important;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.card-content {
    margin-top: 20px;
}

.box-shadow {
    box-shadow: 0px 4px 10px 0px rgba(63, 62, 237, .05) !important;
}

.icon-bg1 {
    background: #e8e8fd;
    padding: 13px;
    border-radius: 5px;
    color: #5858e6;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.25rem;
}

.icon-bg2 {
    font-size: 20px;
    background: #f3501d;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.icon-bg3 {
    font-size: 20px;
    background: #E9B74B;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.icon-bg4 {
    font-size: 20px;
    background: #e39480;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.template-card {
    min-height: 133px;
    margin-bottom: 25px !important;
}

.card-title {
    color: #293a51;
    font-size: 1.25rem;
    font-weight: 800;
}

.topic-title {
    color: #293a51;
    font-size: 1.25rem;
    font-weight: 600;
}

.card-text {
    color: #6b7989;
    font-size: 14px;
}

.btn-sm {
    padding: 7px 15px;
}

.btn-sm:hover {
    padding: 7px 15px;
}

hr {
    border-top: 1px solid #adaaaa8a;
}

.number {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 27px;
    margin-right: 7px;
}

.step-p {
    font-weight: 500;
    font-size: 18px;
    color: #0c0b26;
}

.card {
    border: 1px solid #f8f8f83d;
    padding: 25px;
}

.btn-auto-width {
    width: auto !important;
}

.service-card:hover {
    background-color: #f8f7f7;
    cursor: pointer;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #F4F7FC;
}

.form-footer {
    margin-top: 15px;
}

.feature-area {
    background: #071321;
    color: #fff;
}

.feature-area p {
    color: #8a96a5;
    font-size: 14px;
}

.lead {
    color: #8a96a5;
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}

.feature-area .icon {
    font-size: 40px;
    color: #5858e6;
    background: linear-gradient(45deg, #2a3b9f, #46a0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-area {
    margin-bottom: 50px;
}

.download-buttons i {
    font-size: 25px;
    color: #5858e6;
}
.title{
    color: #c0c0c0;
}

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

#loading-container {
    display: none;
    justify-content: center;
    align-items: center;
}

#loading-icon {
    animation: spin 2s infinite linear;
    font-size: 90px;
    color: #5858e6;
}

.footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background: #131B32;
}


.footer li {
    padding: 3px 0px;
}
.footer h5{
    color: #FFFFFF;
}

.footer li a, .footer p{
    color: #FFFFFF;
}

.pricing {
    border-radius: 0.875rem;
    box-shadow: 0px 4px 12px 0px rgba(63, 62, 237, .1);
    margin-bottom: 25px;
}

.pricing-section li {
    color: #000000;
    font-size: 14px;
    padding: 7px 0px;
}

.pricing-section li i {
    padding-right: 5px;
}

.pricing-section .badge {
    padding: 7px 14px;
    background: #6c6ee8 !important;
    color: white;
}

.pricing-section h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-section {
    position: absolute;
    bottom: 0px;
}

.feature-box {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.feature-box:hover {
    transform: scale(1.06);
    cursor: pointer;
}

.bold {
    font-weight: 500;
}

.dollar-icon {
    font-size: 25px;
    color: #EC7629;
}

.user-profile {
    background: #eff3f8;
    padding: 6px;
    font-size: 20px;
    color: #ec7630;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 25px;
    margin-left: 15px;
    display: block;
    margin-right: -20px;
}

.profile-nav-item {
    margin-left: 95px;
}

.topic-content {
    margin-left: 15px;
}

.topic-card {
    border: 1px solid #f8f8f83d;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
}

.topic-card:hover {
    transform: scale(1.04);
    cursor: pointer;
}

.bg-one {
    background: #BAE5F5;
}

.bg-two {
    background: #CCF0C0;
}

.bg-three {
    background: #E2D3FE;
}

.profile-email {
    margin-top: -8px;
    font-size: 13px;
}

.uil {
    font-size: 17px;
}


.prompt-item {
    border: 2px solid #e5e9ed;
    padding: 5px 7px;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
}
.prompt-item:hover {
    background: #e3e3e3;
}

.navigation {
    border-bottom: 1px solid #dedede;
}

.prompt-area {
    background: #F8FBFC;
    border-radius: 0px;
    border-right: 1px solid #dedede !important;
    height: 90vh;
}

.write-area {
    border-right: 1px solid #dedede !important;
}

.no-margin {
    margin: 0px !important;
    padding: 0px;
}

label {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #424242;
}
.h4, h4{
    color: #424242;
}
.desktop-hide{
    display: none;
}
.page-header-section{
    background: #5858e6;
}

#editor {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 250px;
    border-radius: 0px 10px 10px 10px;
    text-align: left;
}
pre {
    background: #F6F8FA;
    color: #101010;
    padding: 10px;
    border-radius: 3px;
}
.review-box{
    min-height: 295px;
    margin-bottom: 25px;
}
.review-box .uil {
    font-size: 17px;
    color: #6c6ee8;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    border-radius: 5px 5px 0px 0px;
}
.feature-item{
    margin-bottom: 25px;
}

/*CSS for mobile devices*/
@media (max-width: 480px) {
    .mobile-hidden {
        display: none;
    }
    .desktop-hide{
        display: block;
    }
    .prompt-area {
        height: auto;
    }

    .nav-item {
        text-align: right;
    }

    .profile-nav-item {
        margin-left: 0px;
        background: #f8fbfc;
        padding-right: 12px;
    }

    .sidebar .nav-item {
        text-align: left;
    }

    .me-2 {
        margin-right: 0rem !important;
    }

    .sidebar {
        height: auto;
    }

    .no-margin {
        padding: 0px;
        margin: 0px;
    }

    .card-body {
        overflow: scroll;
    }

    .pagination {
        overflow: scroll;
    }
}
