
        .colordots {
            width: 150px;
        }
        .btn-primary {
            color: #fff;
            background-color: #0078D4;
            border-color: #0078D4;
        }
        .validation-summary-errors {
            color: var(--red);
            font-weight: 700;
        }
        .ico {
            border-radius: 50%;
            cursor: pointer;
            fill: #232323;
            transition: 0.4s;
            position: absolute;
            left: 20px;
            top: 10px;
        }
        .liked {
            transform: scale(1.05) rotate(360deg);
            background-color: #C62828;
            padding: 0.2rem;
            fill: white;
            height: 24px;
            width: 24px;
        }
        .mobile svg.ico {
            display: none;
        }
        .hidden_spinner {
            display: none !important;
        }
        .spinners__box {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 10px;
            width: 100%;
            box-sizing: border-box;
            flex: 0 0 20%;
            background-color: inherit;
            position: relative;
        }
        .triple-spinner {
            display: block;
            position: relative;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 4px solid transparent;
            border-top: 4px solid #FF5722;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        }
        .triple-spinner::before,
        .triple-spinner::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            border: 4px solid transparent;
        }
        .triple-spinner::before {
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-top-color: #FF9800;
            -webkit-animation: spin 3s linear infinite;
            animation: spin 3.5s linear infinite;
        }
        .triple-spinner::after {
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-top-color: #FFC107;
            -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.75s linear infinite;
        }
        .source {
            position: absolute;
            bottom: 10px;
            margin: 0;
            padding: 0;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
        }
        .spin {
            animation: 1s spin linear infinite
        }

        @-webkit-keyframes spin {
            from {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }

            to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }

        @keyframes spin {
            from {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }

            to {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
            }
        }

        .toggleTheme {
            margin-top: 1.5rem;
            text-align: center;
        }
        .toggleTheme > span {
            vertical-align: top;
        }
        .switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 24px;
            margin-bottom: 0;
        }
        .switch input {
            display: none;
        }
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #0078d4;
            -webkit-transition: .4s;
            transition: .4s;
        }
        .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }
        input:checked + .slider {
            background-color: #2196F3;
        }
        input:focus + .slider {
            box-shadow: 0 0 1px #2196F3;
        }
        input:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
        }
        .slider.round {
            border-radius: 34px;
        }
        .slider.round:before {
            border-radius: 50%;
        }
        .darkflow input:-webkit-autofill,
        .darkflow input:-webkit-autofill:hover,
        .darkflow input:-webkit-autofill:active,
        .darkflow input:-webkit-autofill:focus {
            background-color: #ffffff !important;
            color: #ffffff !important;
            -webkit-box-shadow: 0 0 0 1000px #181818 inset !important;
            -webkit-text-fill-color: #ffffff !important;
            /*-webkit-background-clip: text;*/
        }
        .lightflow input:-webkit-autofill,
        .lightflow input:-webkit-autofill:hover,
        .lightflow input:-webkit-autofill:active,
        .lightflow input:-webkit-autofill:focus {
            background-color: #0a2540 !important;
            color: #0a2540 !important;
            -webkit-box-shadow: 0 0 0 1000px #edf2f5 inset !important;
            -webkit-text-fill-color: #0a2540 !important;
            /*-webkit-background-clip: text;*/
        }

        .select-box {
            display: none;
            width: 400px;
            flex-direction: column;
            position: absolute;
            right: 10px;
            top: 10px;
        }
        .selectboxapp {
            width: 100%;
            flex-direction: column;
            position: relative;
        }
        .select-box .options-container {
            background: rgb(33 33 33 / 24%);
            color: #f5f6fa;
            max-height: 0;
            width: 100%;
            opacity: 0;
            transition: all 0.4s;
            border-radius: 8px;
            overflow: hidden;
            order: 1;
        }
        .selectboxapp .optionscontainerapp {
            background: #181818;
            color: #f5f6fa;
            max-height: 0;
            width: 100%;
            opacity: 0;
            transition: all 0.4s;
            border-radius: 8px;
            overflow: hidden;
            order: 1;
        }
        .lightflow .selectboxapp .optionscontainerapp {
            background: #edf2f5;
            color: #0a2540;
        }
        .selected {
            background: rgb(33 33 33 / 24%);
            border-radius: 8px;
            margin-bottom: 8px;
            color: #f5f6fa;
            position: relative;
            order: 0;
        }
        .selected-app {
            border-radius: 8px;
            margin-bottom: 8px;
            color: #f5f6fa;
            position: relative;
            order: 0;
        }
        .selectedapp::after,
        .selected::after {
            content: "";
            background: url("/images/arrow-down.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            height: 100%;
            width: 32px;
            right: 10px;
            top: 5px;
            transition: all 0.4s;
        }
        .lightflow .selectedapp::after {
            content: "";
            background: url("/images/arrow-down-grey.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            height: 100%;
            width: 32px;
            right: 10px;
            top: 5px;
            transition: all 0.4s;
        }
        .selectboxapp .optionscontainerapp {
            position: absolute;
            z-index: 1;
            width: 250px;
            margin-top: 40px;
        }
        .selectboxapp .optionscontainerapp.active,
        .select-box .options-container.active {
            max-height: 240px;
            opacity: 1;
            overflow-y: scroll;
        }
        .selectboxapp .optionscontainerapp.active + .selectedapp:after,
        .select-box .options-container.active + .selected::after {
            transform: rotateX(180deg);
            top: -6px;
        }
        .selectboxapp .optionscontainerapp::-webkit-scrollbar,
        .select-box .options-container::-webkit-scrollbar {
            width: 4px;
            background: transparent;
        }
        .selectboxapp .optionscontainerapp::-webkit-scrollbar-thumb,
        .select-box .options-container::-webkit-scrollbar-thumb {
            background: #007bff;
        }
        .selectboxapp .optionapp,
        .select-box .option,
        .selected {
            padding: 12px 24px;
            cursor: pointer;
        }
        .selectedapp {
            padding: 8px 8px;
            cursor: pointer;
        }
        .selectboxapp .optionapp:hover,
        .select-box .option:hover {
            background: rgb(0 120 212 / 51%);
        }
        .selectboxapp label,
        .select-box label {
            cursor: pointer;
        }
        .selectboxapp .optionapp .radio,
        .select-box .option .radio {
            display: none;
        }
        .setapps {
            display: none !important;
        }

        .video {
            height: 100%;
            margin: 0px;
            object-fit: cover;
            padding: 0px;
            position: absolute;
            width: 100%;
            z-index: -10;
            display: none;
        }
        .contrl {
            flex-grow: 1;
            box-sizing: border-box;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 2px 0px;
            white-space: nowrap;
            outline: none;
            text-decoration: none;
            border: 1px solid #f5f5f570;
            border-radius: 9px;
            fill: inherit;
            font-family: inherit;
            color: #f5f5f5c7;
            width: 140px;
            background: rgb(0 0 0 / 15%);
            font-size: 15px;
        }
        .contrl:hover {
            color: #fff;
            border: 1px solid #fff;
        }
        .contrl-box {
            display: none;
            flex-direction: column;
            position: absolute;
            right: 10px;
            top: 10px;
        }
        .css-rightflybar {
            background-color: rgb(255, 255, 255);
            display: flex;
            height: 100%;
            right: 0px;
            position: fixed;
            top: 0px;
            width: 0;
            z-index: 501;
            overflow: hidden;
            transition: transform 220ms cubic-bezier(0.2, 0, 0, 1) 0s, width 220ms cubic-bezier(0.2, 0, 0, 1) 0s;
            box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
        }
        .darkflow .css-rightflybar {
            background-color: #212121;
            overflow: auto;
        }
        .css-rightflybar {
            overflow: hidden !important;
        }
        .flyout .css-rightflybar {
            width: 520px;
        }
        .flyout .css-dimmed-inner {
            bottom: 0px;
            left: 0px;
            opacity: 1;
            pointer-events: initial;
            position: fixed;
            right: 0px;
            top: 0px;
            z-index: 500;
            background: rgba(9, 30, 66, 0.54);
            transition: opacity 220ms ease 0s;
        }
        .darkflow .flyout .css-dimmed-inner {
            background: rgb(150 167 197 / 31%);
        }
        .css-leftflybar-buttonsbar {
            -webkit-box-align: center;
            align-items: center;
            box-sizing: border-box;
            color: rgb(66, 82, 110);
            display: flex;
            flex-shrink: 0;
            flex-direction: column;
            height: 100vh;
            padding-bottom: 16px;
            padding-top: 24px;
            width: 64px;
            background-color: rgb(74 74 74 / 15%);
        }
        .css-buttonsbar-button {
            -webkit-box-align: center;
            align-items: center;
            color: inherit;
            cursor: pointer;
            display: flex;
            font-size: inherit;
            -webkit-box-pack: center;
            justify-content: center;
            line-height: 1;
            background: 0px center;
            border-width: 0px;
            border-style: initial;
            border-color: initial;
            border-image: initial;
            border-radius: 50%;
            padding: 5px;
        }
        .imageSelectionSection {
            box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px, rgb(0 0 0 / 11%) 0px 0px 2.9px;
            overflow-y: scroll;
            overflow-x: hidden;
            position: relative;
            height: 100%;
        }
        .imageSelectionArea {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .imageSelectionSection {
            background-color: rgb(74 74 74 / 15%);
        }
        .backgroundImageButton {
            background-repeat: no-repeat;
            height: 70px;
            position: relative;
            width: 100px;
            background-size: 100px 100px;
        }
        .backgroundImageButton button {
            width: 100px;
            height: 70px;
            border-radius: 0px;
            border: 1px transparent;
        }
        .backgroundImageButton button:hover {
            border: 1px solid rgb(0, 120, 212);
        }
        .backgroundImageButton.chosen {
            outline: rgb(0, 120, 212) solid 2px;
        }
        .checkedIndicator {
            display: none;
        }
        .visible {
            display: block;
        }
        .chosenVideos {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        .videoboxes {
            height: 150px !important;
            width: 150px !important;
            border-radius: 0px;
            border: 1px transparent;
            display: initial;
        }
        .videoboxes:hover {
            border: 1px solid rgb(0, 120, 212);
        }
        .bx-active {
            background: rgb(0 120 212);
        }
        .backgroundImageButtonBox {
            background-repeat: no-repeat;
            position: relative;
            background-size: cover;
        }
        .chosen .checkedIndicator {
            background: rgba(0, 0, 0, 0.47);
            box-shadow: rgb(0 0 0 / 13%) 0px 2.06667px 4.65px, rgb(0 0 0 / 11%) 0px 0px 3.74583px;
            border-radius: 50%;
            inset: 0px;
            display: block;
            height: 29px;
            margin: auto;
            position: absolute;
            width: 29px;
        }
        .checkedIndicator > svg {
            transform: translateX(5px);
        }
        .imageSelectionConfig {
            /*            background-color: rgb(74 74 74 / 15%);*/
            height: 230px;
            margin: 10px 20px 10px 0px;
        }
        /* width */
        ::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }
        /* Track */
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        /* Handle */
        ::-webkit-scrollbar-thumb {
            background: #888; /*#888;#283447*/
        }
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .frosted-card {
            width: 1320px;
            height: 722px;
            background-color: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 28px;
            margin-right: 30px;
            margin-bottom:10px;
        }

        :root {
            --primary-color: #111317;
            --primary-color-light: #1f2125;
            --primary-color-extra-light: #35373b;
            --secondary-color: #f9ac54;
            --secondary-color-dark: #d79447;
            --text-light: #d1d5db;
            --white: #ffffff;
            --max-width: 1200px;
        }
        .section__container {
            max-width: var(--max-width);
            margin: auto;
            padding: 5rem 1rem;
        }

        .section__header {
            margin-bottom: 1rem;
            font-size: 2.25rem;
            font-weight: 600;
            text-align: center;
            color: var(--white);
        }

        .section__subheader {
            max-width: 600px;
            margin: auto;
            text-align: center;
            color: var(--text-light);
        }

        .bg__blur {
            position: absolute;
            box-shadow: 0 0 1000px 50px var(--secondary-color);
            z-index: -1;
        }

        .header__container {
            position: relative;
            padding-top: 2rem;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }

        .header__container::before {
            content: "AI ORCHESTRATION";
            position: fixed;
            bottom: 5rem;
            right: 3rem;
            font-size: 6rem;
            font-weight: 700;
            line-height: 1rem;
            color: var(--white);
            opacity: 0.22;
            z-index: -1;
        }

        .header__blur {
            bottom: 5rem;
            right: 0;
        }

        .header__content h4 {
            margin-bottom: 1rem;
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-light);
        }

        .header__content h1 {
            margin-bottom: 1rem;
            font-size: 5rem;
            font-weight: 700;
            line-height: 6rem;
            color: var(--white);
        }

        .header__content h1 span {
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 1px var(--white);
        }

        .header__content p {
            margin-bottom: 2rem;
            color: var(--text-light);
            text-transform:uppercase;
        }

        .header__image {
            position: relative;
        }

        .header__image img {
            max-width: 350px;
            margin: auto;
        }


        .dna-container {
            width: 245px;
            height: 591px;
            transform: rotate( 90deg);
            margin-left: 100px;
        }

        .nucleotide-pair {
            position: absolute;
            width: 100%;
            animation: rotate 20s linear infinite;
        }

        .nucleotide {
            position: absolute;
            top: 0;
            width: 12px;
            height: 40px;
            border-radius: 9999px;
            animation: pulse 3s ease-in-out infinite;
        }

        .nucleotide.left {
            left: 0;
        }

        .nucleotide.right {
            right: 0;
        }

        .backbone {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 64px;
            height: 2px;
            background-color: rgba(144, 205, 244, 0.5);
            transform: translate(-50%, -50%);
        }

        .particle {
            position: absolute;
            background-color: rgba(144, 205, 244, 0.5);
            border-radius: 50%;
            opacity: 0.5;
        }

        @keyframes rotate {
            from {
                transform: rotateY(0deg);
            }

            to {
                transform: rotateY(360deg);
            }
        }

        @keyframes pulse {
            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.2);
            }
        }

        @keyframes float {
            0%,
            100% {
                transform: translate(0, 0);
            }

            50% {
                transform: translate(var(--tx), var(--ty));
            }
        }
