﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333 !important;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.disabled-link {
    opacity: 1 !important;
    color: #b6b6b6;
    /*  pointer-events: none !important;*/
    pointer-events: auto !important;
    cursor: not-allowed !important;
}
.disabled-link:hover {
   cursor: not-allowed !important;
}

img {
    max-width: 100%;
}

a {
    color: #005091;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.form-control,
.form-select {
    border-color: #C6D4DF !important;
    font-size: 14px !important;
    color: #333333 !important;
    min-height: 42px;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #002B4E !important;
        box-shadow: 0px 4px 12px rgba(0, 43, 78, 0.10) !important;
    }

.form-control-icon {
    position: relative;
}

    .form-control-icon i {
        position: absolute;
        right: 12px;
        top: 36px;
        cursor: pointer;
        opacity: 0.65;
    }

        .form-control-icon i:hover {
            opacity: 1;
        }

.form-check-input[type=radio] {
    background-color: #FFF;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: solid 1px rgba(0, 43, 78, 0.10);
    box-shadow: 0px 2px 4px rgba(0, 43, 78, 0.10);
}

.form-check-input:checked {
    background-color: #002B4E !important;
    border-color: #002B4E !important;
}

.custom-radio .form-check-label {
    margin-top: 6px;
    margin-left: 8px;
}

.custom-radio .mb-1 {
    margin-bottom: 2px !important;
}

.form-check-label {
    cursor: pointer;
    margin-top: 3px;
}

.form-control-icon .form-control {
    padding-right: 30px;
}

.divider {
    height: 1px;
    border-bottom: solid 1px #E6E8F4;
}

.btn-primary {
    background-color: #002B4E !important;
    border-color: #002B4E !important;
    border-radius: 24px;
}

    .btn-primary:hover {
        background-color: #003a69 !important;
        border-color: #003a69 !important;
    }

.btn-outline-primary {
    border-color: #C6D4DF !important;
    color: #333 !important;
    background-color: #FFF !important;
    border-radius: 24px;
}

    .btn-outline-primary:hover {
        opacity: 0.65;
    }

.user-dropdown .dropdown-toggle {
    text-decoration: none !important;
    color: #fff;
}

    .user-dropdown .dropdown-toggle span {
        width: 38px;
        height: 38px;
        border: solid 1px #9B8562;
        background-color: rgba(155, 133, 98, 0.65);
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
    }

.new-quote-btn {
    background-color: #9B8562;
    color: #FFF;
    min-width: 142px;
    border-radius: 24px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
}

    .new-quote-btn:hover {
        background-color: #8d7754;
    }

.dropdown-menu {
    font-size: 14px;
    box-shadow: 0px 4px 12px rgba(0, 43, 78, 0.10);
    padding: 10px;
    border: none !important;
}

.user-dropdown .dropdown-item {
    padding-left: 30px;
    position: relative;
}

    .user-dropdown .dropdown-item i {
        position: absolute;
        left: 8px;
        top: 4px;
    }

.dropdown-item.active,
.dropdown-item:active {
    background-color: #002B4E !important;
}

.user-dropdown .btn {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

    .user-dropdown .btn:active,
    .btn-group > .btn:focus {
        border-color: #EBEBEB !important;
    }

.fs-16 {
    font-size: 16px;
}

.fs-21 {
    font-size: 21px;
}

.fs-24 {
    font-size: 24px;
}

.table > :not(caption) > * > * {
    color: #333333;
    vertical-align: middle;
}

.table thead th,
.tbl-header {
    background-color: #EBF3F9;
    color: #002B4E;
}

.action-btns a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    border: solid 1px #002B4E;
    line-height: 26px;
    text-decoration: none;
    border-radius: 50%;
}

    .action-btns a:hover {
        background-color: #002B4E;
        color: #FFF;
    }

.action-btns.dark a {
    background-color: #002B4E;
    color: #FFF;
}

    .action-btns.dark a:hover {
        background-color: #002B4E;
        color: #FFF;
    }

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background: #002B4E;
    box-shadow: 0px 2px 12px rgba(0, 43, 78, 0.15);
}

.im-logo {
    padding-left: 132px;
}


main {
    width: calc(100% - 32px);
    margin: 16px auto 0px auto;
}

.card {
    box-shadow: 4px 0px 20px rgba(0, 43, 78, 0.15);
    border: none !important;
    color: #333 !important;
}

.card,
.card-header:first-child,
.card-footer:last-child {
    background-color: #FFF;
    border-radius: 12px;
}

.card-header:first-child,
.card-footer:last-child {
    border-color: #E2E8F1;
}

.card-header {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 12px 16px;
}

    .card-header .search-box .form-control {
        border: none;
        border: solid 1px #C6D4DF;
        min-height: 28px;
    }

.search-box i {
    top: 10px;
}

.new-quote-pages .card-body {
    min-height: calc(100vh - 320px);
    max-height: calc(100vh - 320px);
    overflow-y: auto;
    color: #333 !important;
}

.heading {
    font-size: 21px;
    font-weight: 600;
    color: #002B4E;
}

.card-footer {
    align-items: flex-end;
    text-align: end;
    justify-content: space-between;
    display: flex;
}

    .card-footer .btn {
        min-height: 48px;
        line-height: 34px;
    }

    .offcanvas-footer .btn,
    .card-footer .btn,
    .modal-content .btn {
        min-width: 160px;
    }
.offcanvas .dropdown-menu {
    left: 0 !important;
    padding: 15px 0;
}

    .offcanvas .dropdown-menu ul {
        max-height: 300px;
        overflow: auto;
    }
footer {
    padding: 16px 0px 0px 0px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #757575;
}

/* Quotevault */

.quotevault-table {
    max-height: calc(100vh - 275px);
    min-height: calc(100vh - 275px);
}

    .quotevault-table .table {
        border-collapse: separate;
        border-spacing: 0 10px;
    }

        .quotevault-table .table thead {
            position: sticky;
            top: 0;
            z-index: 9;
        }

        .quotevault-table .table tbody tr {
            box-shadow: 0px 2px 8px 0px rgba(0, 43, 78, 0.10);
        }

        .quotevault-table .table thead th:first-child {
            border-left: 2px solid #F0F1FF;
        }

    .quotevault-table tbody tr.quoted td:first-child {
        border-left: 2px solid #007BFF;
    }

    .quotevault-table tbody tr.quoted .text-quoted {
        color: #007BFF !important;
    }

    .quotevault-table tbody tr.bind td:first-child {
        border-left: 2px solid #FF9500;
    }

    .quotevault-table tbody tr.bind .text-bind {
        color: #FF9500 !important;
    }

    .quotevault-table tbody tr.bound td:first-child {
        border-left: 2px solid #28A745;
    }

    .quotevault-table tbody tr.bound .text-bound {
        color: #28A745 !important;
    }

    .quotevault-table tbody tr.declined td:first-child {
        border-left: 2px solid #EF5466;
    }

    .quotevault-table tbody tr.declined .text-declined {
        color: #EF5466 !important;
    }

    .quotevault-table tbody tr.referred td:first-child {
        border-left: 2px solid #FFC107;
    }

    .quotevault-table tbody tr.referred .text-referred {
        color: #FFC107 !important;
    }

    .quotevault-table tbody tr.incomplete td:first-child {
        border-left: 2px solid #A0A0A0;
    }

    .quotevault-table tbody tr.incomplete .text-incomplete {
        color: #A0A0A0 !important;
    }

    .quotevault-table tbody tr.indication td:first-child {
        border-left: 2px solid #6F42C1;
    }

    .quotevault-table tbody tr.indication .text-indication {
        color: #6F42C1 !important;
    }

    .quotevault-table tbody tr.submitted td:first-child {
        border-left: 2px solid #20C997;
    }

    .quotevault-table tbody tr.submitted .text-submitted {
        color: #20C997 !important;
    }


.link-text {
    color: #135E9B;
    text-decoration: underline;
    font-weight: bold;
}


.td-link-btn {
    width: auto;
    display: inline-block;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0px 4px 0 rgba(0, 43, 78, 0.15);
    font-weight: bold;
    padding: 2px 8px;
}

.pagination-block {
    justify-content: center;
    display: flex;
    padding-top: 5px;
    width: 100%;
}

    .pagination-block .page-item .page-link {
        margin: 0px 4px 0px 4px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
        color: #002B4E;
    }

    .pagination-block .form-select {
        display: inline-block;
        width: 60px;
        border: solid 1px #D1DBE7;
        min-height: 28px !important;
        padding: 0 0px 0 4px;
    }

    .pagination-block .active > .page-link,
    .pagination-block .page-link.active {
        background: linear-gradient(180deg, #115389 0%, #002B4E 100%);
        border-color: #002B4E;
        color: #FFF;
    }

.mailingAddress,
.loss-history-container {
    display: none;
}

.modal-header,
.offcanvas-header {
     background: rgba(231, 244, 255, 1); 
}

.switch-box {
    background-color: #FFF;
    padding: 12px;
    box-shadow: 0px 4px 12px rgba(33, 68, 151, 0.15);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
}

    .switch-box .form-switch {
        padding-left: 0;
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

        .role-container .form-check .form-check-input,
        .switch-box .form-switch .form-check-input {
            float: none;
            margin-left: 0;
        }

.form-switch .form-check-input {
    width: 3.5em;
    height: 1.5rem;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 43, 78, 0.15) !important;
}

.form-switch .form-check-input:focus:not(.form-switch .form-check-input:checked:focus) {
    border-color: #FFF !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}

.text-color {
    color: #005091 !important;
}

.inner-card {
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 4px 12px rgba(0, 43, 78, 0.15);
    border-radius: 8px;
}

.row.equal-height {
    display: flex;
}

    .row.equal-height > [class*="col-"] {
        display: flex;
    }

.inner-card {
    flex: 1;
}

.inner-card-header {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: solid 1px #E2E8F1;
    color: #333;
}

.more-dropdown > a {
    box-shadow: 0px 4px 12px rgba(0, 43, 78, 0.15);
   /* width: 24px;*/
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
}

.tbl-header {
    font-weight: bold;
}

.tbl-row,
.tbl-header {
    padding: 12px 8px;
    border-bottom: solid 1px #dee2e6;
}

.coverages-row {
    padding: 10px 16px;
    border: solid 4px #EBF3F9;
    margin-bottom: 12px;
    border-radius: 8px;
}
.coverages-row span:first-child {
    flex: 1;
}
.coverage-cell {
    min-width: 100px;
    text-align: right
}
.quote-results-container .premium {
    background: #E7F4FF;
    border: solid 1px #FFF;
    padding: 12px 30px;
    display: inline-flex !important;
    margin-top: 18px;
    border-radius: 12px;
    color: #002B4E;
    font-weight: bold;
    font-size: 60px;
    box-shadow: 0px 4px 12px rgba(104, 152, 191, 0.25);
}

.w-24 {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.medium-font {
    font-weight: bold;
}

.control-no {
    font-size: 16px;
}

.quote-results-container .premium-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-direction: column;
    min-height: calc(100vh - 352px);
    position: relative;
    margin-bottom: 0px !important;
}

    .quote-results-container .premium-card .more-dropdown {
        position: absolute;
        right: 15px;
        top: 15px;
    }

.text-gray {
    color: rgba(51, 51, 51, 0.65) !important;
}

.drag-area {
    border: 2px dashed #00509130;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.5);
    height: 150px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 14px 0px #3669E82E;
    margin: 0px 0px 10px 0px;
}


    .drag-area [type="file"] {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        cursor: pointer;
    }

.btn-browse {
    text-decoration: underline;
    color: #6c76d0;
}

.fs-14 {
    font-size: 14px;
}

.file-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px;
    border: solid 1px #D9DBEE;
    margin-bottom: 8px;
    border-radius: 4px;
}

    .file-block i {
        color: #DE4549;
        cursor: pointer;
    }

.data-item label {
    color: rgba(51, 51, 51, 1);
    display: block;
    padding-bottom: 4px;
}

.data-item b {
    color: #002B4E;
}

.data-item {
    margin-bottom: 8px;
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 8px;
    box-shadow: 0px 2px 8px rgba(0, 43, 78, 0.085);
}


.remove-chip {
    width: 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 2px;
    top: -2px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.select-role {
    gap: 10px;
    flex-wrap: wrap;
}

.chip {
    background: #e2e5ed;
    padding: 3px 30px 3px 10px;
    border-radius: 25px;
    position: relative;
    font-size: 12px;
}

.carriers label,
.selectall-parent label {
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

#coverageLapsed {
    display: none;
}


.mobile-menu-icon, .mobile-menu-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    margin-right: 8px;
    border: solid 2px #FFF;
    box-shadow: 0 4px 2px rgba(16, 24, 40, .06);
    text-align: center;
    font-size: 18px;
    display: none;
}

.mobile-menu-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu-overlay {
    position: fixed;
    background-color: rgba(71, 79, 114, 0.85);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 99;
}

    .menu-overlay.show {
        display: block;
    }

.card-header .btn {
    display: flex;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    top: 0;
}

.btn-close:focus {
    box-shadow: none !important;
}


/* Steps */
.menu-header {
    margin: auto;
}

.stepbar {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .stepbar:before {
        content: '';
        position: absolute;
        top: 26px;
        left: 10%;
        right: 10%;
        height: 1px;
        background: #c8ced4;
        z-index: -1;
    }

    .stepbar a {
        text-decoration: none;
        outline: none;
        display: flex;
        font-size: 14px;
        color: #131313;
        padding: 0;
        background: #fff;
        position: relative;
        text-align: left;
        width: 14%;
        align-items: center;
        justify-content: start;
        gap: 10px;
        white-space: nowrap;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        height: 52px;
        border: 1px solid RGB(224 227 230);
        border-right: 0;
        color: RGB(159 174 186);
    }

        .stepbar a i {
            font-size: 24px;
            width: 46px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            border-radius: 100%;
            box-shadow: 4px 0px 15px rgba(0, 43, 78, 0.15);
            margin-left: 4px;
            color: RGB(159 174 186);
            min-width: 46px;
            margin-left: 2px;
            font-weight: 400;
        }

        .stepbar a.complete {
            border: 1px solid #40607a;
            color: #40607a;
            font-weight: 600;
            border-right: 0
        }

            .stepbar a.complete i {
                background: #40607a;
                color: #fff;
            }

@media(max-width:1199px) {
    .stepbar a {
        border: 1px solid RGB(224 227 230) !important;
        border-radius: 100%;
        width: 55px !important;
        display: inline-flex;
        height: 55px;
        margin: 0 !important;
    }

        .stepbar a:last-child {
            border-radius: 100%;
            padding: 0 !important;
        }

        .stepbar span:not(.progress),
        .stepbar a:after,
        .stepbar a:before {
            display: none;
        }

    .breadcrumb:before {
        left: 0;
        right: 0
    }
}

.stepbar a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 50px;
    height: 52px;
    transform: scale(1) rotate(45deg);
    z-index: -1;
    background: #fff;
    border-right: solid 1px RGB(224 227 230);
    border-top: solid 1px RGB(224 227 230);
}


.stepbar a:last-child:after,
.stepbar a:last-child:before {
    display: none;
}

.stepbar a:last-child {
    border-radius: 25px;
    border: 1px solid RGB(224 227 230);
    padding-right: 15px;
}

.stepbar a.complete::after {
    border-top: 1px solid #40607a;
    border-right: 1px solid #40607a;
}

.stepbar .active {
    border-color: #002B4E !important;
    font-weight: 600;
    color: #002B4E;
    background-color: rgba(237, 244, 250, 1);
}

    .stepbar .active:after {
        background: rgba(237, 244, 250, 1);
        border-top: 1px solid #002B4E;
        border-right: 1px solid #002B4E;
    }

    .stepbar .active i {
        background: #002B4E;
        color: #fff;
    }

.heading-2 {
    color: #002B4E;
    font-weight: 600;
    font-size: 16px;
    background: rgba(231, 244, 255, 0.5);
    padding: 8px 16px;
    border-left: 3px solid #002B4E;
    margin-bottom: 1rem;
}

.heading-3 {
    font-weight: 600;
    font-size: 14px;
    background: #F4F4F4;
    padding: 8px 16px;
    margin-bottom: 1rem;
}

.section-label {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.currency-field {
    position: relative;
}

    .currency-field input {
        padding-left: 25px;
    }

.currency-symbol {
    position: absolute;
    left: 10px;
    top: 12px
}

.hr {
    background: none !important;
    border-top: 1px solid #E2E8F1 !important;
    opacity: 1;
    margin-top: 0;
}

.custom-check {
    display: flex;
    align-items: center;
}

    .custom-check input[type="checkbox"] {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        border-color: rgba(0, 43, 78, 0.5);
        border-radius: 0;
        box-shadow: 0 4px 4px rgba(0, 43, 78, 0.15);
    }

        .custom-check input[type="checkbox"]:focus {
            box-shadow: 0 4px 4px rgba(0, 43, 78, 0.15) !important;
        }

    .custom-check .form-check-input {
        width: 20px;
        height: 20px;
        margin-top: 0;
        cursor: pointer;
    }

    .custom-check .form-check-input {
        background-image: none;
        position: relative;
    }

        .custom-check .form-check-input:checked {
            background-color: #fff !important;
        }

            .custom-check .form-check-input:checked::before {
                content: '';
                position: absolute;
                left: 9px;
                top: 3px;
                width: 6px;
                height: 11px;
                border: solid #002b4e;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }

.options-box {
    box-shadow: 0 4px 12px #E4EBF1;
    padding: 1rem;
    border-radius: 5px;
}

#guidelinesModal li {
    margin-bottom: 12px;
}

@media(max-width:767px) {

    .sidebar {
        width: 100%;
        padding: 8px 16px;
        min-height: auto !important;
        flex-direction: row;
        gap: 12px;
        justify-content: space-between;
    }

        .sidebar a::after {
            content: "";
            height: 1px;
            width: 12px;
            left: 100%;
            bottom: 22px;
        }

        .sidebar a {
            width: auto;
            text-align: center;
        }

            .sidebar a span {
                display: none;
            }

    .logo {
        border-right: none;
        max-width: 48px;
        min-width: 48px;
    }

        .logo img {
            max-width: 100%;
        }

    .search-box,
    .top-nav {
        display: none;
    }

        .top-nav.active {
            display: flex;
            position: fixed;
            min-height: 100vh;
            background-color: #FFF;
            left: 0;
            top: 0;
            min-width: 200px;
            max-width: 240px;
            z-index: 999;
            align-items: flex-start;
            gap: 4px;
            flex-direction: column;
            padding-top: 80px;
            padding-left: 30px;
        }

            .top-nav.active a {
                min-width: 116px;
            }

            .top-nav.active span {
                border-right: none;
            }

    .table thead th,
    .table tbody td {
        white-space: nowrap;
    }

    .quotevault-table {
        max-height: calc(100vh - 262px);
        min-height: calc(100vh - 262px);
    }

    .new-quote-pages .card-body {
        min-height: calc(100vh - 290px);
        max-height: calc(100vh - 290px);
    }

    .form-floating label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: block;
    }

    .card-footer {
        align-items: center;
        text-align: center;
    }

    .xs-mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .xs-mb-4 {
        margin-bottom: 1.25rem !important;
    }

    .quote-results-container .premium {
        font-size: 42px;
    }

    .quote-results-container .premium-card {
        gap: 16px;
        min-height: calc(100vh - 380px);
    }

    footer {
        padding: 12px 0px 0px 0px;
    }

    .mobile-menu-icon, .mobile-menu-close {
        display: block;
    }

    .login-wrapper::before {
        width: 35%;
    }

    .card-header .heading {
        font-size: 18px;
    }

    .modal-footer.justify-content-end {
        justify-content: center !important;
    }

    .offcanvas-footer.text-end, .xs-text-center, .modal-footer {
        text-align: center !important;
        justify-content: center;
    }

    .mobile-flex-reverse {
        display: flex;
        flex-direction: column-reverse;
        --bs-gutter-y: 0.5rem;
    }

    .new-quote-btn {
        min-width: 40px;
    }

        .new-quote-btn span {
            display: none;
        }

    .im-logo {
        padding-left: 0px;
        max-width: 120px;
    }

    .stepbar a:last-child {
        border-radius: 100%;
    }

    .stepbar a i {
        margin-left: 4px;
    }
   
}

@media(min-width:1400px){
    .coverages-row{
        gap:3rem
    }
}
.json-data{
    flex:1;
}
.take-copy {
    position: absolute;
    right: 2rem;
    cursor: pointer
}
.form-row {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Arial, sans-serif;
}

.question {
    font-weight: 600;
    white-space: nowrap;
}

.required {
    color: red;
}

.option {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
