﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'IRANSansX';
    src: url('../font/fonts/woff2/IRANSansX-Medium.woff2') format('woff2'), url('../font/fonts/woff/IRANSansX-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: IRANSansX !important;
}

@media screen and(min-width:767px) {
    .ai-inner-box {
        width: 50% !important;
    }
}

.ai-inner-box {
    width: 100% !important;
}

.ai-title {
    color: #0f172a;
    font-size: 24px;
}

html, body {
    /* Ensure the body takes the full height of the screen */
    margin: 0 !important; /* Remove default margin */
    min-height: 100vh;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 20px;
}

.ai-inner-box {
    background-color: #f8f9fa;
    border-radius: 16px;
}

.ai-btn {
    border: 1px solid #E6333F;
    color: #E6333F;
    font-size: 18px;
}

    .ai-btn:hover {
        border: 1px solid #E6333F;
        background-color: #E6333F;
        color: #f8f9fa;
        font-size: 18px;
    }

.ai-inner-box-btn-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 31px;
}

.ai-btn-submit {
    border: 1px solid #E6333F;
    background-color: #E6333F;
    color: #f8f9fa;
    font-size: 18px;
}

    .ai-btn-submit:hover {
        border: 1px solid #E6333F;
        background-color: #f8f9fa;
        color: #E6333F;
        font-size: 18px;
    }

.talk-text-ed, .talk-text-ed:active, .talk-text-ed:focus {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    width: 100%;
    color: #0f172a;
    background-color: #e8eef7;
    text-align: right;
    outline: unset;
    padding: 8px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    min-height: 300px !important;
    font-size: 18px;
}

.meet-text-ed, .meet-text-ed:active, .meet-text-ed:focus {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    width: 100%;
    color: #0f172a;
    background-color: #e8f7f1;
    text-align: right;
    outline: unset;
    padding: 8px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 300px !important;
    font-size: 18px;
    overflow-y: scroll
}

.custom-advance-select:after {
    height: 24px;
    position: absolute;
    margin-right: 270px;
}

.ai-inner-box {
    width: 60% !important;
    font-size: 18px;
    -webkit-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width:767px) {
    .ai-inner-box {
        width: 100% !important;
        font-size: 14px;
    }

        .ai-inner-box button {
            font-size: 14px;
        }
}

#MeetBody {
    margin-top: 42px !important;
    position: unset !important;
    background: -o-linear-gradient(top, #FFFFFF, #bbf7d0, #3f3f46);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(#bbf7d0), to(#3f3f46));
    background: linear-gradient(to bottom, #FFFFFF, #bbf7d0, #3f3f46);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: 100vh;
}

#TalkBody {
    margin-top: 42px !important;
    position: unset !important;
    background: -o-linear-gradient(top, #FFFFFF, #bae6fd, #3f3f46);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(#bae6fd), to(#3f3f46));
    background: linear-gradient(to bottom, #FFFFFF, #bae6fd, #3f3f46);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: 100vh;
}

.ai .navbar-brand {
    height: 50px;
}

.ai .navbar-toggler, .ai .navbar-toggler:active, .ai .navbar-toggler:focus {
    border: unset;
    outline: unset;
}

.textarea-language.ai-text-ed {
    width: 100% !important;
}

.custom-advance-select {
    position: relative;
}

.voice-dropdown {
    padding-right: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dropdown-button {
    width: 100%;
    padding: 7px;
    text-align: center;
    border: 1px solid #334155;
    border-radius: 6px;
    background-color: #f8f9fa;
    color: #0f172a;
    cursor: pointer;
    font-size: 18px;
}

    .dropdown-button:focus,
    .dropdown-button.no-border {
        border: 1px solid #cbd5e1;
        border-radius: 6px;
    }

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #334155;
    border-radius: 8px;
    background-color: #f8f9fa;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 7px;
    text-align: center;
    color: #0f172a;
    cursor: pointer;
}

    .dropdown-item:hover {
        background-color: #212529;
        color: #f8f9fa;
        border-radius: 6px;
    }

.custom-icon {
    position: absolute;
    right: 10px;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
}

.hovered {
    background-color: #212529 !important;
    color: #f8f9fa;
}

@media (max-width:767px) {
    #TalkBody, #MeetBody {
        margin-top: 72px !important;
    }

    .name-value-item input {
        max-width: 150px !important;
    }
}

@media (max-width:767px) {
    .loader-ai-logo {
        height: 50px !important;
    }
}

.footer {
    background-color: #212529;
    color: #F8F9FA;
    text-align: center;
    padding: 10px 0;
    z-index: 100; /* Ensures it appears on top */
    margin-top: auto;
}

canvas {
    height: inherit !important;
    width: 100% !important
}

.name-value-item input {
    border: 1px solid gray;
    border-radius: 8px;
    background-color: #a9a9a91f;
    padding: 6px !important;
}

.standout-link {
    color: #F8F9FA; /* Ensure the link color matches the text */
    text-decoration: underline; /* Add an underline */
    transition: color 0.3s, text-shadow 0.3s; /* Smooth transition for hover effect */
}

.standout-link:hover {
    color: #E6333F; /* Change color to gold or any highlight color on hover */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Enhance shadow on hover */
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes fadeInOut {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

.svg-loader {
    animation: fadeInOut 2s infinite;
/*    animation: rotate 2s linear infinite;
    display: inline-block;
    transform-origin: center;*/
}


.btn-copy-ai {
    padding: 8px 16px;
    border: 1px solid #212121;
    background-color: #212121 !important;
    color: white;
    border-radius: 8px;
    gap: 8px;
    align-items: center;
    margin-top:16px;
    font-size: 17px;
}

    .btn-copy-ai:hover {
        padding: 8px 16px;
        border: 1px solid #212121;
        background-color: white !important;
        color: #212121;
        border-radius: 8px;
        display: flex;
        gap: 8px;
        align-items: center;
    }