body {
    font-family: "Poppins";
}

::placeholder {
    color: #858383;
    font-size: 12px;
    font-weight: 500;
}

.left_side {
    width: 19%;
    background: #0f15e5;
    overflow: auto;
    height: 100vh;
}

/* Webkit-based browsers */
::-webkit-scrollbar {
    background-color: #aaa;
    /* Change to your desired background color */
}

/* Webkit-based browsers */
::-webkit-scrollbar-thumb {
    background-color: #0f15e5;
    /* Change to your desired thumb color */
}

/* Webkit-based browsers */
::-webkit-scrollbar {
    width: 3px;
    /* Change to your desired width */
}

/* Webkit-based browsers */
::-webkit-scrollbar-thumb {
    width: 3px;
    /* Change to match the scrollbar width */
}

.app_color {
    color: #0f15e5;
}

.app_color2 {
    color: #2b3674;
}

.app_gray {
    color: #1f4173;
}

.sidebar_parent {
    margin-top: 30px;
}

.right_side {
    width: 81%;
    height: 100vh;
    overflow-y: scroll;
    background: #f0f2f7;
}

.nav_bar {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px;
    position: fixed;
    top: 0;
    width: 81%;
    z-index: 99999;
}

.side_opener {
    display: none;
}

._avatar {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

._avatar2 {
    height: 83px;
    width: 83px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

._avatar3 {
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f0f1ff;
}

.title {
    color: #2b3674;
    font-size: 24px;
    font-weight: 700;
}

.card_ {
    width: 340px;
    background: #fff;
    border-radius: 20px;
    padding-inline: 30px;
    padding-block: 20px;
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_title {
    color: #1f4173;
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
}

.card_value {
    color: #1f4173;
    font-weight: 700;
    font-size: 29px;
    /* margin-left: 15px; */
}

.cards_parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.collaborator_events_parents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.center-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hstack_ {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.collaborator_card {
    width: 340px;
    height: 164px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 3.72016px 83.7037px 0px rgba(163, 171, 185, 0.24);
    padding-inline: 15px;
    display: flex;
    align-items: center;
}

.online-icon {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    animation: blink 1s infinite;
}

.capitalize {
    text-transform: capitalize;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.pend_bg {
    background: #fffc94;
}

.sent_bg {
    background: #80f387;
}

.pend_color {
    color: #000;
}

.yet_to_check {
    color: #0f15e5;
}

.checked {
    color: #8e8ea1;
}

.checked_text {
    color: #07de10;
}

.checked_bg {
    background: #dcfedd;
}

.sent_color {
    color: #fff;
    /* font-weight: 700; */
}

.not_checked {
    color: #606060;
}

.login_box {
    width: 500px;
    height: 540px;
    border-radius: 30px;
    padding-inline: 50px;
    padding-block: 30px;
}

.reset_password {
    width: 500px;
    height: 400px;
    border-radius: 30px;
    padding-inline: 50px;
    padding-block: 30px;
}

.register_box {
    width: 500px;
    height: 600px;
    border-radius: 30px;
    padding-inline: 50px;
    padding-block: 30px;
}

.login_sub_box {
    margin-top: 20px;
    position: relative;
}

input[type="email"] {
    /* color: #A3AED0 !important; */
    font-size: 14px !important;
}

input[type="text"] {
    font-size: 14px !important;
}

.green {
    color: green !important;
}

.orange {
    color: orange !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs29 {
    font-size: 29px !important;
}

.fs25 {
    font-size: 25px !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.capitalize {
    text-transform: capitalize;
}

input[type="number"] {
    font-size: 14px !important;
}

input[type="date"] {
    font-size: 14px !important;
}

select,
option {
    font-size: 14px !important;
}

.viewPw {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 999999;
    cursor: pointer;
}

.settings-parent {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
}

.settings-left {
    border-radius: 12px;
    width: 38%;
}

.settings-right {
    border-radius: 12px;
    width: 60%;
}

.text_700_24 {
    font-size: 24px;
    font-weight: 700;
}

.text_700_34 {
    font-size: 34px;
    font-weight: 700;
}

.text_700_20 {
    font-size: 20px;
    font-weight: 700;
}

.text_400_12 {
    font-size: 12px;
    font-weight: 400;
}

.text_500_12 {
    font-size: 12px;
    font-weight: 500;
}

.text_500_14 {
    font-size: 12px;
    font-weight: 500;
}

.text_700_14 {
    font-size: 12px;
    font-weight: 700;
}

.text_700_12 {
    font-size: 12px;
    font-weight: 700;
}

.text_500_16 {
    font-size: 16px;
    font-weight: 500;
}

.pointer {
    cursor: pointer;
}

.profile_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: -7px 11px 17px -4px rgba(63, 63, 77, 0.75);
}

.select_file {
    border: 1px solid #0f15e5;
    background-color: #fff;
    border-radius: 5px;
    color: #0f15e5;
    font-size: 12px;
    padding: 5px;
}

.rsvp_page_parent {
    display: flex;
    flex-direction: row;
    padding-inline: 40px;
    height: 100vh;
    width: 100%;
}

.left_rsvp {
    width: 50%;
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: auto;
}

.right_rsvp {
    width: 50%;
    padding-left: 100px;
    padding-block: 50px;
    overflow: auto;
}

/* #login_password{
    position: relative;
} */

.left_rsvp_img {
    width: 100% !important;
    /* display: none; */
}

.input_parent {
    border: 1px solid #DCE4E8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding-left: 50px
}

.input_parent_select {
    height: 56px;
    border: 1px solid #DCE4E8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding-left: 10px;
    padding-right: 10px
}

.input_parent2 {
    height: 56px;
    border: 1px solid #DCE4E8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding-left: 20px;
}

.input_parent2.readonly {
    background-color: #eee;
}

.floating_label {
    position: absolute;
    top: -13px;
    left: 8px;
    padding-inline: 5px;
    /* background: red; */
    background: #fbfcff;
    z-index: 999;
}

.loader_small {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
}

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}

.jcfe {
    justify-content: flex-end;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 900px) {
    .rsvp_page_parent {
        display: flex;
        flex-direction: column;
        padding-inline: 20px;
        padding-block: 20px;
        height: 100%;
    }

    .left_rsvp {
        width: 100%;
        /* height: 400px; */
        background-repeat: no-repeat;
        background-position: cover;
        background-size: cover;
        /* display: none; */
    }

    .left_rsvp_img {
        display: block;
        width: 100% !important;
    }

    .right_rsvp {
        width: 100%;
        padding-left: 0px;
        padding-block: 30px;
        /* background-color: #07de10; */
        overflow: auto;
    }

    .login_sub_box {
        margin-top: 10px;
    }

    .login_box {
        width: 100%;
        height: 500px;
        padding-inline: 20px;
        padding-block: 20px;
        margin-inline: 10px;
    }

    .reset_password {
        width: 100%;
        height: 400px;
        padding-inline: 20px;
        padding-block: 20px;
        margin-inline: 10px;
    }

    .register_box {
        width: 100%;
        height: 600px;
        padding-inline: 20px;
        padding-block: 20px;
        margin-inline: 10px;
    }

    .left_side {
        width: 60%;
        background: #0f15e5;
        height: 100vh;
        position: absolute;
        left: -100%;
        transition: 0.5s;
        overflow: auto;
        z-index: 999999;
    }

    .right_side {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        background: #f0f2f7;
    }

    .side_opener {
        display: initial;
    }

    .nav_bar {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .title {
        color: #2b3674;
        font-size: 18px;
        font-weight: 600;
    }

    .cards_parent {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .card_ {
        width: 100%;
        background: #fff;
        border-radius: 20px;
        padding-inline: 30px;
        padding-block: 20px;
        height: 164px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .settings-parent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .settings-left {
        border-radius: 12px;
        width: 100%;
    }

    .settings-right {
        border-radius: 12px;
        width: 100%;
    }

    .collaborator_card {
        width: 100%;
        height: 164px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0px 3.72016px 83.7037px 0px rgba(163, 171, 185, 0.24);
    }
}