/* Created By ARM Pensions 2019-07-16 09:36:06 */

@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Public+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
/*  Tags */

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    /* overflow-y: scroll; */
}

body {
    color: #31282e;
    background: #fff;
    height: 100%;
    font-family: "Public Sans", sans-serif;
    line-height: 1.7;
}

a {
    color: #8dc63f;
    text-decoration: none !important;
}

a:hover {
    color: #f58220;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* Overrides */

.btn,
.custom-control.custom-radio * {
    cursor: pointer;
    font-weight: 600;
}

.btn[data-toggle="collapse"] {
    transition: all 0.2s linear;
}

/* Radio Buttons and Checkboxes */

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #31282e;
    background-color: #31282e;
}

/* Tooltip */

.tooltip-inner {
    background: #454f5b;
    color: #ffffff;
    border: 1px solid #454f5b;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #454f5b !important;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #454f5b !important;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #454f5b !important;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #454f5b !important;
}

/* ARM Specific */

/* Font */

.font-weight-semibold {
    font-weight: 600 !important;
}

/* .font-special {
    font-family: "Playfair Display", "Public Sans", sans-serif;
} */

@media (max-width: 575.98px) {
    .font-special-size-sm {
        font-size: small;
        line-height: 1;
    }
    .font-special-size {
        font-size: large;
        line-height: 1;
    }
    .font-special-size-x {
        font-size: x-large;
        line-height: 1;
    }
    .font-special-size-xx {
        font-size: xx-large;
        line-height: 1;
    }
}

/* Dropdown */

.dropdown-toggle:after {
    content: none;
}

/* Font Awesome */

.fa-2x {
    font-size: 1.5em;
}

/* Colors */

/* Foreground */

.text-arm-primary {
    color: #31282e !important;
}

.text-arm-grey {
    color: #8dc63f !important;
}

.text-arm-whisp {
    color: #e9ecef !important;
}

/* Background */

.bg-arm-whisp {
    background: #e9ecef;
}

.bg-arm-primary {
    color: #ffffff !important;
    background: #8dc63f !important;
}

.bg-arm-whine {
    color: #ffffff !important;
    background: #8dc63f !important;
}

.bg-arm-whine:hover {
    color: #f58220 !important;
    background: white !important;
    border: 1px solid #8dc63f;
}

.bg-arm-grey {
    color: #ffffff !important;
    background: #8dc63f !important;
}

.btn-arm-orange {
    color: #ffffff !important;
    background: #8dc63f !important;
    border: 1px solid #8dc63f;
}

.btn-white {
    color: #ffffff !important;
}

.btn-bg-green {
    background: #8dc63f !important;
    color: #ffffff !important;
}

.btn-go-back {
    background: #fff !important;
    border: 1px solid #8dc63f !important;
    color: #f58220;
}

.btn-go-back:hover {
    background: #8dc63f !important;
    border: 1px solid #8dc63f !important;
    color: #fff;
}

.bg-arm-light-success {
    background: #e3f1df !important;
}

.bg-arm-stone {
    color: #000000 !important;
    background: #8dc63f !important;
}

.bg-next-button {
    color: white !important;
    background: #f58220 !important;
}

.bg-next-button:hover {
    color: #8dc63f !important;
    background: white !important;
    border: 1px solid #f58220;
}

/* Slim Select */

.ss-main .ss-single-selected {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.ss-main .ss-single-selected:active {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Classes ( and Tags Combo ) */

.page-overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(247, 247, 247, 0.5);
    /* Stone background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    transition: all 0.5s;
}

.page-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    color: #31282e;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* .btn-pill {
    min-width: 50px;
    border-radius: 50vh !important;
} */

/* .btn-pill-default {
    border-radius: 50vh !important;
} */

.cursor-pointer {
    cursor: pointer !important;
}

.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.makeTextBlue {
    color: #09518c;
}

.auth-image {
    background-image: url("../img/onboardingsideimg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.auth-content {
    height: 100vh;
    overflow-y: auto; /* Make the content scrollable */
}

.auth-form {
    max-width: 450px;
    margin: 0 auto;
    overflow: auto;
}

.input-icon {
    position: relative;
}
.input-icon img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.input-icon input {
    padding-left: 40px;
}

.bottom-none {
    bottom: 0;
}

.square100p {
    width: 100px;
    height: 100px;
}

.square150p {
    width: 150px;
    height: 150px;
}

.square200p {
    width: 200px;
    height: 200px;
}

.h-screen {
    height: 100vh;
}

.wizard-progress {
    position: relative;
    top: 11px;
}

.wizard-circle {
    font-size: 20px;
    border: 1px solid #a8005b0d;
    text-align: center;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 8.25px #dbf6b4;
    margin: 0 auto;
    position: relative;
}

.wizard-title.active .wizard-circle {
    border: 1.5px solid #8dc63f;
}

.wizard-title.done .wizard-circle {
    background-color: #8dc63f;
}

.wizard-title span {
    color: #b7bcc3;
    position: relative;
    top: 10px;
}

.wizard-title.active span {
    color: #31282e;
    font-weight: 700;
}

.wizard-radio {
    min-width: 200px;
}

.wizard-radio:hover,
.wizard-radio.active {
    color: white !important;
    border: 1px solid #8dc63f !important;
    background: #8dc63f !important;
}

.wizard-radio:hover {
    box-shadow: 0px 5px 5px rgba(49, 40, 46, 0.1);
}

.wizard-radio.done {
    color: #50b83c !important;
    border: 1px dashed #50b83c !important;
    border-radius: 4px;
    background: #e3f1df5c !important;
}

.wizard-radio.done i {
    color: #50b83c !important;
}

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    margin-top: 1rem;
    background-color: #f5f8f5;
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
}

.homelogo {
    height: 50px;
    width: 193px;
}

.hometoptext {
    font-size: 22px;
}

.homeLogoContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.orangeLikeButton {
    background: #f58220;
    color: white;
    border: 1px solid #f58220;
}

.orangeLikeButton:hover {
    background: white;
    color: #8dc63f;
    border: 1px solid #f58220;
}

.greenLikeButton {
    background: #8dc63f;
    color: white;
    border: 1px solid #8dc63f;
}

.greenLikeButton:hover {
    background: white;
    color: #f58220;
    border: 1px solid #8dc63f;
}

.makeBorderChange {
    border: 1px solid #8dc63f;
}

.make_modal_relative {
    position: relative;
}

.guideline_top_logo {
    position: absolute;
    top: 10px;
    left: 45px;
}

.guideline_button {
    border: none;
    border-radius: 5px;
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
}

.close_guideline {
    border: none;
    border-radius: 5px;
    padding: 5px;
    background: lightgray;
    color: gray;
    font-size: 12px;
}

.guideline_top_text {
    position: absolute;
    top: 24%;
    right: 0;
    padding-right: 32px;
}

.guideline_bg {
    height: 390px;
    width: 600px;
    background-size: cover;
}

.AccessGreen {
    color: #8dc63f !important;
}

.AccessBgGreen {
    background-color: #8dc63f !important;
    border: 1px solid #8dc63f;
}

.AccessBgGreen:hover {
    color: #f58220 !important;
    /* border: 1px solid #f58220; */
    background: white !important;
    /* border: 1px solid #8dc63f; */
}

.AccessBlue {
    color: #09518c !important;
}

.AccessBgBlue {
    background-color: #09518c !important;
}

.AccessBgBlue:hover {
    background-color: #09518c !important;
}

/* Snackbar */

.snackbar-container {
    min-width: 250px;
    margin-left: -125px;
    position: fixed;
    z-index: 199999;
    right: 50px;
    bottom: 50px;
}

.snackbar {
    display: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 1rem;
    margin: 1rem;
}

.snackbar.show {
    display: block;
}

.fadein {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.fadeout {
    -webkit-animation: fadeout 0.5s 2.5s;
    animation: fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.emoji-rating {
    font-size: 30px;
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
}

.emoji-rating:hover,
.selected-option {
    font-size: 40px;
    transform: scale(1.3);
    filter: none;
    transition: all 0.2s ease-in-out;
}

.emoji-thumb-rating {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
}

.emoji-thumb-rating:hover,
.selected-option {
    font-size: 40px;
    transform: scale(1.3);
    filter: none;
    transition: all 0.2s ease-in-out;
}

.selected-option + label,
input:checked + label,
textarea + label {
    font-weight: bold;
    /* color: #8dc63f; */
}

#upcl_image * {
    display: inline-block;
    color: #8dc63f;
}

.hidden {
    display: none;
}

.unhidden {
    display: block;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.number-selection {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.number-circle {
    width: 50px;
    height: 50px;
    background-color: lightgray;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.number-circle.selected-number {
    background-color: cornflowerblue;
    color: white;
    transform: scale(1.5);
    font-size: 25px;
}

.number-selected-option,
.number-circle:hover {
    font-size: 40px; /* Larger font size */
    transform: scale(1.3); /* Scaling effect */
    background-color: #4caf50; /* Color for the selected option */
    color: white; /* Text color */
    filter: none;
    transition: all 0.2s ease-in-out;
}

.bg-success {
    background-color: #28a745 !important; /* Success background */
    color: #ffffff !important; /* White text */
}

.bg-error {
    background-color: #a8323a !important; /* Error background */
    color: #ffffff !important; /* White text */
}

.staffCard {
    transition: transform 0.3s ease;
}

.staffCard:hover {
    transform: scale(1.1);
}

#Email {
    word-wrap: break-word;
    word-break: break-word;
}
