body {
    position: relative;
    scroll-behavior: smooth;
   
}


body,
html {

    margin: 0;
    font-family: Arial, sans-serif;

    scroll-behavior: smooth;
    overflow-y: hidden;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ai_logo {
    max-height: 50px;
}

#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
}

#scroll-to-top:hover {
    background-color: #0056b3;
}



.logo {
    max-height: 35px;
}

.aboutus_img {
    max-height: 315px;
    box-shadow: #1c4c5d 0px 50px 100px -20px, #1c4c5d 0px 30px 60px 0px;
}


.navbar {
    height: 68px;
}

.navbar .nav-item .nav-link {
    font-size: 16px;
}

.nav-button {
    background: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);
    font-size: 13px;
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 18px;
}



.try_now_btn,
.generate_btn {
    background: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);
    font-size: 13px;
    padding: 7px 20px;
}

.try_now_btn_default {
    background: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);
    font-size: 18px;
    padding: 13px 30px;
}

#header {
    background-color: white;
}

.navbar {
    color: black
}

.gradient_text {
    background: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 

.text_color {
    color: #b4b2b2;
    line-height: 34px;
}

.menu_card_row {
    row-gap: 20px;
}

.card_content {
    font-size: 12px;
}


.custom-file-input {
    position: relative;
    overflow: hidden;
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.custom-file-input input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-name {
    font-size: 13px;
    color: #4e4b4b;
    font-weight: bold;
}

.drop_text {
    font-size: 13px;
    color: #767171;

    line-height: 18px;
}

label {
    font-size: 14px;
}

.form-input {
    border: solid 1px #ccc;
    padding: 5px;
    margin-bottom: 15px;
}

.step1_title {
    font-size: 15px;
}

.sample_btn {
    border: 2px solid transparent;

    border-image: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);

    border-image-slice: 1;

    transition: border-color 0.3s;

    font-size: 15px;
    font-weight: bold;
}

.sample_btn:hover {
    border-color: transparent;

}

.card {
    border: solid 1px #80808017;
}

.template_card {
    background-color: #8080800d;

    padding: 10px 20px 10px 20px;
}

.menu_card_row>.card {
    background-color: #8080800f;

}

.card.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

    background-color: white;

}


.loader1 {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(245, 103, 115, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(245, 103, 115, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(245, 103, 115, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(245, 103, 115, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(245, 103, 115, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

.brower_disable {
    cursor: not-allowed;
    pointer-events: none;
}


.nav-tabs .nav-item .nav-link.active {
    display: flex;
    width: 330px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    border: 0.5px solid #dee2e6 !important;
    background-color: transparent !important;
    border-bottom: 1px solid white !important;
    gap: 10px;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    height: 86px;

    color: #333;


    font-size: 27px;

    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
}

.nav-tabs .nav-item {
    width: 330px;
    position: relative;
    left: -136px;
}

.nav-tabs .nav-link {
    display: flex;
    width: 300px;
    padding: 10px;


    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;




    opacity: 0.5;
    background: #F9F9F9;

    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.nav-tabs .nav-item .nav-link {
    color: #333;


    font-size: 24px;

    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    border: transparent;
}

.nav-tabs .nav-link span {
    color: #333;


    font-size: 16px;

    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
}

.nav-tabs .nav-item .nav-link {
    display: flex;
    width: 330px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.upload-section {
    display: flex;
    width: 1500px;
    height: 688px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.past-recode {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.progress-bar {
    background: #f1f6fa;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #ccd6dd;
    height: 10px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    width: 600px;
}

.progress-bar--counter {

    margin-left: 10px;

    position: relative;
    top: 21px;
    right: 36px;
}

.progress-bar--counter .hidden {
    display: inline-block;
}

.progress-bar--wrap {
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0;
}

.progress-bar--inner {
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    height: 7px;
    left: 0;
    min-height: 10px;
    position: absolute;
    top: 0;
}

.progress-bar--blue {
    color: #068eda;
}

.progress-bar--blue .progress-bar--inner {
    background-color: #068eda;
}

.progress-bar--wrap {
    width: 100%;
    position: relative;
}

.progress-bar {
    background-color: #e0e0e0;
    border-radius: 4px;
    width: 100%;
    height: 10px;
    position: relative;
}

.progress-bar--inner {
    width: 0;

    height: 100%;
    background-color: blue;
    border-radius: 4px;
    transition: width 1s linear;

}

.progress-bar--counter {
    position: absolute;
    top: 21px;

    right: 11px;
    font-size: 14px;
}

.process_div {
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 5px;
}

.spinner-4 {
    width: 25px;
    --b: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #3380f0) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: s4 1s infinite steps(10);
}

@keyframes s4 {
    to {
        transform: rotate(1turn)
    }
}

.xmark_span {
    position: relative;
    top: -28px;
    left: 412px;
    color: black;
}

.loaders .warning_message {
    font-size: 15px;
    top: 86%;
    color: #868686;
    padding: 0;
    left: 20%;
}

.loaders {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: rgb(153 153 153 / 40%);
    backdrop-filter: blur(6px);
}

.loaders img {
    position: absolute;
    top: 48%;
    left: 23%;
}

.loader {
    z-index: 2000;
    background-color: white;
    height: 428px;
    width: 614px;
    top: 10%;

    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    border: 1px solid rgb(182, 180, 180);

}

.common-model_width {
    z-index: 2000;

    margin: 0 auto;

    border: 1px solid rgb(182, 180, 180);

}


.loader p,
.common-loader {

    font-size: 27px;
    font-weight: 600;
    padding: 35px 0px;
}

.try-back {
    background-image: url(/images/machinetwin/try_back.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    width: 100%;
}

.media_icon .media {
    padding: 10px;
    border: 1px solid white;
    border-radius: 50%;
    height: 55px;
    font-size: 22px;
    width: 58px;
    text-align: center;
    margin: 0px 14px;
    color: white;
    cursor: pointer;
}

.media_icon .media:nth-child(1) {
    background-color: #1877F2;
}

.media_icon .media:nth-child(3) {
    background-color: #0072b1;
}

.media_icon .media:nth-child(4) {
    background-color: #25D366;
}

.modal-header {
    border-bottom: none;
}

.report_heading {
    position: absolute;
    padding: 1px 0px 10px 0px;
    text-align: center;
    left: 15%;
}

.report_heading h3 {
    font-size: 26px;
    line-height: 37px;
    font-weight: 600;
}

.report_button-div {

    position: absolute;
    bottom: 0px;
    width: 95%;
    margin: 0 auto;

}

.report_button-div .card {
    background: #e6e6e6;
    width: 75%;
    padding: 12px 12px;
    border: 1px solid #d0cfcf;
    border-radius: 5px;
    margin: 8px 0px 8px 0px;

}

.view_image {

    text-align: center;
}

.view_image img {

    width: 97%;
    height: 100%;
}

.download_btn {
    background: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);
    font-size: 19px;
    padding: 15px 32px;
    border-radius: 8px;




}

.second_section {
    margin-top: 20px;
}

.first_sections {
    padding-bottom: 20px;
}

.model_tag {
    font-size: 14px;
    color: #969696;
    margin: 10px 14px;

}

.success_btn {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;

    margin: 17px 0px;
    background: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);
    font-size: 15px;
    padding: 13px 20px;
    font-weight: 600;
    border: none;
    text-align: center;
}

.success_btn:nth-child(2) {
    background-color: white;
}

.copy-text {
    position: relative;
    padding: 2px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    width: 95%;
    margin: 0 auto;
}

.copy-text input.text {
    padding: 10px;
    font-size: 18px;
    color: #555;
    border: none;
    outline: none;
}

.copy-text button {

    background: none;
    color: #b3b2b2;
    font-size: 24px;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 3px;
}

.copy-text button:active {

}

.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #5c81dc;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.model_success {
    max-width: 283px;
    left: 27%;
}

.loader-container {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);

    pointer-events: none;

}

.dots-container {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;

    position: absolute;
    top: 40%;
    left: 40%;
}

.dot {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #b3d4fc;
    animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
    margin-right: 0;
}

.dot:nth-child(1) {
    animation-delay: -0.3s;
}

.dot:nth-child(2) {
    animation-delay: -0.1s;
}

.dot:nth-child(3) {
    animation-delay: 0.1s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }

    50% {
        transform: scale(1.2);
        background-color: #6793fb;
        box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
    }

    100% {
        transform: scale(0.8);
        background-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
    }
}

.container_title {
    margin-left: 0;
    margin-bottom: 28px;
}

@media (max-width:1024px) {
    body {
        overflow-y: scroll;
    }

}

@media(max-width:360px) {


    .navbar-toggler {
        display: none;
    }

    .report_heading h3 {
        font-size: 12px;
        line-height: 16px;
    }

    .ai_logo {
        max-height: 43px;
    }

    .nav-tabs .nav-item {
        width: 100px;
        position: relative;
        left: 0;
    }

    .nav-tabs .nav-item .nav-link {
        width: 100px;
        padding: 5px;
        font-size: 18px;
    }

    .nav-tabs .nav-item .nav-link.active {
        width: 100px;
        font-size: 20px;
        height: 73px;
    }

    .nav-tabs .nav-link span {
        font-size: 10px;
    }

    .try_now_btn,
    .generate_btn {
        margin-top: 10px;
        padding: 7px 10px;
    }

    #generate_btn {
        margin-bottom: 40px;
    }

    .sample_btn {
        margin-bottom: 10px;
    }

    .navbar-toggler {
        display: none;
    }

    .container_title {

        margin-left: 1px;
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 27px;


    }

    label {
        font-size: 12px;
    }

    .xmark_span {
        position: relative;
        top: -1px;
        left: 249px;
        color: black;
    }

    .try-back {
        background: none;

        height: 80vh;
    }

    .spinner-4,
    .spinner_text {
        display: none;
    }

    .common-model_width .modal-content {
        width: 322px !important;
    }

    .common-model_width img {
        width: 70%;
        height: 70%;
    }

    .loader {
        width: 100%;
        height: 80%;
    }

    .report_heading {
        position: relative;
        left: 0;
    }

    .report_button-div {
        width: 100%;
        top: 90%;
        flex-wrap: wrap !important;
    }
}

@media(min-width:360px) and (max-width:599px) {
    .nav-tabs .nav-item {
        width: 100px;
        position: relative;
        left: 0;
    }

    .report_heading h3 {
        font-size: 12px;
        line-height: 16px;
    }

    .report_heading {
        position: relative;
        left: 0;
    }

    .spinner-4,
    .spinner_text {
        display: none;
    }

    .common-model_width img {
        width: 70%;
        height: 70%;
    }

    .report_heading {
        position: relative;
        left: 0;
    }

    .report_button-div {
        width: 100%;
        top: 90%;
        flex-wrap: wrap !important;
        margin: 0 !important;
        text-align: center !important;
    }

    .report_button-div .card {
        width: 100%;
    }

    .common-model_width .modal-content {
        width: 322px !important;
    }

    .container_title {

        margin-left: 1px;
        margin-bottom: 22px;

    }

    .nav-tabs .nav-item .nav-link {
        width: 100px;
        padding: 5px;
        font-size: 18px;
    }

    .nav-tabs .nav-item .nav-link.active {
        width: 100px;
        font-size: 20px;
        height: 73px;
    }

    .nav-tabs .nav-link span {
        font-size: 10px;
    }

    .try_now_btn,
    .generate_btn {
        margin-top: 10px;
        padding: 7px 10px;
    }

    #generate_btn {
        margin-bottom: 40px;
    }

    .sample_btn {
        margin-bottom: 10px;
    }

    .navbar-toggler {
        display: none;
    }

    .iframe {
        width: 261px;
        height: 200px;
    }

    .files_card .card {
        padding: 15px;
    }

    .form_control {
        margin: 19px 0px;
    }

    .try-back {
        background: none;
        height: 80vh;
    }

    .modal-content {
        width: 100% !important;
    }

    .media_icon .media {
        height: 50px;
    }

    .share__link--twitter {
        width: 100%;
    }

    .media_icon {
        width: 100% !important;
    }

    .model_success {
        max-width: 153px;
        left: 27%;
    }

    .toast-body img {
        max-width: 150px;
    }

    .toast {
        top: 30% !important;
        left: 10% !important;
        width: 300px;
        margin: 0 auto;
    }

    .loader {
        z-index: 2000;
        background-color: white;
        height: 80%;
        width: 100%;
        top: 10%;
        justify-content: center;
        align-items: center;
        left: 0%;
        border-radius: 10px;
        position: relative;
        padding: 15px;
        border: 5px solid rgb(182, 180, 180);

    }

    .loaders img {
        top: 61%;
        left: 20%;
    }

    .loader p {
        font-size: 20px;
        padding: 57px 0px;
    }

    .xmark_span {
        position: relative;
        top: -1px;
        left: 281px;
        color: black;
    }

  
    .progress-bar--counter {
        position: absolute;
        top: 17px;
        right: 8px;
        font-size: 14px;
    }

    .download_btn {
        background: linear-gradient(104deg, #3E7BFA 0%, #00BCBC 100%);
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 8px;
    }

    .report_heading {
        position: relative;
        padding: 0px;
        text-align: center;
        left: 0;
    }

    .report_button-div {
        position: relative;
        bottom: 0;
        width: 95%;
    }

    .logo {
        max-height: 30px;
    }

    .navbar {
        height: 47px;
    }

    .text_color {
        color: #b4b2b2;
        line-height: 24px;
        font-size: 12px;
    }

    .report_heading h3 {
        font-size: 19px;
        line-height: 31px;
        font-weight: 600;
    }
}

@media(min-width:600px) and (max-width:767px) {
    .nav-tabs .nav-item .nav-link.active {
        width: 200px;
        font-size: 25px;
        height: 77px;
    }

    .container_title {

        margin-left: 1px;
        margin-bottom: 22px;

    }

    .nav-tabs .nav-item .nav-link {
        width: 200px;
        font-size: 20px;
    }

    .nav-tabs .nav-item {
        width: 200px;
        left: 2px;
    }

    .nav-tabs .nav-link span {
        font-size: 12px;
    }

    #generate_btn {
        margin-bottom: 40px;
    }

    .step1_para {
        margin-bottom: 15px;
    }

   
    .loader {
        z-index: 2000;
        background-color: white;
        height: 251px;
        width: 350px;
        top: 10%;
        justify-content: center;
        align-items: center;

        left: 0%;

        border-radius: 10px;
        position: relative;
        padding: 15px;
        border: 5px solid rgb(182, 180, 180);

    }

    .loaders img {
        top: 65%;
        left: 20%;
    }

    .loader p {
        font-size: 20px;
        padding: 57px 0px;
    }



    .modal-dialog.modal-right {
        margin-right: 0;
        margin-left: 67%;
        transform: translate(25%, 0);
    }

    .custom-modal-width {
        max-width: 358px;

    }

}

@media(min-width:768px) and (max-width:991px) {
    .nav-tabs .nav-item .nav-link.active {
        width: 200px;
        font-size: 23px;
        height: 78px;
    }

    .nav-tabs .nav-item .nav-link {
        font-size: 20px;
        width: 200px;
    }

    .nav-tabs .nav-item {
        left: -20px;
        width: 200px;
    }

    .nav-tabs .nav-link span {
        font-size: 12px;
    }

    #generate_btn {
        margin-bottom: 37px;
    }

    .step1_para {
        margin-bottom: 20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .nav-tabs .nav-item .nav-link.active {
        width: 280px;
        font-size: 28px;
        height: 78px;

    }

    .nav-tabs .nav-item .nav-link {
        width: 280px;
        font-size: 20px;
    }

    .nav-tabs .nav-item {
        left: 0px;
        width: 280px;
    }

    .nav-tabs .nav-link span {
        font-size: 14px
    }

    .container_title {
        margin-left: 6px;
        margin-bottom: 28px;

    }
}

@media(min-width:1200px) and (max-width:1365px) {
    .nav-tabs .nav-item {
        left: -50px;
    }
}

@media(min-width:1366px) and (max-width:1399px) {
    .nav-tabs .nav-item {
        left: -50px;
    }
}


@media(min-width: 1602px) {


    .nav-tabs .nav-item {
        width: 370px;
        height: 100px;
    }

    .nav-tabs .nav-item .nav-link.active {
        width: 350px;
        height: 104px;
        padding: 15px;
    }

    .nav-tabs .nav-item .nav-link {
        height: 85px;
    }

    #choose_report {
        max-width: 1430px;
    }

    .ai_logo {
        max-height: 55px;
    }

    .loader {
        height: 449px;
        width: 662px;

    }

    .container_title {
        margin-left: -44px;
        margin-bottom: 40px;
    }

    header .container {
        max-width: 1468px;
    }

    .files_card {
        margin-top: 52px !important;
    }
}

body {
    background-image: url('/images/machinetwin/trynowbg.png');
    overflow-x: hidden;

}

.notes {
    width: 100%;
    margin: 0 0 20px 0;
}

#email:focus {
    border: 1px solid blue !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.tooltip-arrow::before,
.bs-tooltip-top-tooltip-arrow::before {
    border-bottom-color: #f00;
    border-top-color: #00acd6;

}