.heading-color {
    color: #8c1f66;
}

.multiple-selection {
    width: 100%;
}

.select-box {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.select-box select {
    width: 100%;
    font-weight: bold;
}

.over-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#claims {
    box-sizing: border-box;
    padding: 4px 8px;
    display: none;
    border: 1px #0275d8 solid;
    cursor: pointer;
}

#claims label {
    width: fit-content;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #5c34c2;
    margin-bottom: 5px;
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
}

.hint-text-container {
    color: #a62479;
    font-weight: 500;
}

.get-link-btn {
    color: #0275d8;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 8px;
}

.get-link-modal-box,
.modal-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    display: block;
    overflow-y: scroll;
}

.get-link-modal {
    position: fixed;
    top: 30vh;
    left: 30vw;
    height: 25vh;
    width: 40vw;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px black;
    box-sizing: border-box;
    display: block;
    padding: 25px 30px;
    padding-top: 45px;
}

.help-section-modal {
    position: fixed;
    top: 5vh;
    left: 5vw;
    height: 90vh;
    width: 90vw;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px black;
    box-sizing: border-box;
    display: block;
    padding: 25px 30px;
    padding-top: 45px;
    overflow-y: auto;
}

.get-link-close-btn {
    padding: 4px 8px;
    position: absolute;
    top: 30.5vh;
    right: 30.5vw;
    font-weight: bold;
    z-index: 9999;
    cursor: pointer;
    border-radius: 10px;
    color: white;
    background: red;
    border: 1px solid white;
    outline: none !important;
}
.get-link-close-btn:hover {
    box-shadow: 0px 0px 4px 0px black;
}

.invoke-help-btn-container {
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    z-index: 9;
}

.help-section-close-btn {
    padding: 4px 8px;
    position: absolute;
    top: 3.5vh;
    right: 4.2vw;
    font-weight: bold;
    z-index: 9999;
    cursor: pointer;
    border-radius: 10px;
    color: white;
    background: red;
    border: 1px solid white;
    outline: none !important;
}

.help-section-close-btn:hover {
    box-shadow: 0px 0px 4px 0px black;
}

.btn-primary {
    background: #a6800d !important;
    border-color: #a6800d !important;
    outline-color: #a6800d !important;
}
