﻿.blazored-toast-heading {
    font-size: 14px;
}

.blazored-modal {
    border-radius: 15px;
    width: 420px;
    padding-left: 56px;
    padding-right: 56px;
}

.blazored-modal-header {
    padding: 0px 0px 24px 0px;
}

.blazored-modal-title {
    margin-top: 32px;
    text-transform: capitalize;
}

.blazored-modal-close {
    padding-right: 0;
    padding-top: 0;
}

    .blazored-modal-close span {
        font-weight: 100;
        font-size: 44px;
    }

.userdetail-img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.btn {
    font-weight:700;
}

.w-94 {
    width: 94%;
}

.h-48 {
    height: 48px;
}

.validation-message {
    font-size: 12px !important;
    color: #BA0000;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    width:100%;
    height:100vh;
    justify-content:center;
    align-items:center;
}

.spinner {
    border: 16px solid #F70F15;
    border-top: 16px solid #0e0d0d;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40px;
    left: 55px;
    position: relative;
}

.grid-user-img {
    height: 25px;
    border-radius: 100px;
    width: 25px;
}

.table tbody tr:hover {
    background: rgba(242, 242, 242, 0.56) !important;
}

.status-standby {
    padding: 2px 24px 2px 7px;
    color: #E6B300;
    background: rgba(255, 184, 0, 0.11);
    border-radius: 9999px;
    position: relative;
    display: inline-block;
    line-height: 18px;
}

    .status-standby:after {
        content: "";
        position: absolute;
        background-image: url(../assets/images/standby-icon.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        top: 4px;
        margin-left: 2px;
    }

.status-active {
    padding: 2px 24px 2px 7px;
    color: #3B53A4;
    background: rgba(0, 56, 255, 0.11);
    border-radius: 9999px;
    position: relative;
    display: inline-block;
    line-height: 18px;
}

    .status-active:after {
        content: "";
        position: absolute;
        background-image: url(../assets/images/active-icon.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        top: 4px;
        margin-left: 2px;
    }

.status-complete {
    padding: 2px 24px 2px 7px;
    color: #315240;
    background: rgba(0, 185, 19, 0.09);
    border-radius: 9999px;
    position: relative;
    display: inline-block;
    line-height: 18px;
}

    .status-complete:after {
        content: "";
        position: absolute;
        background-image: url(../assets/images/complete-icon.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        top: 4px;
        margin-left: 2px;
    }

.event-request {
    padding: 2px 7px;
    background: red;
    border-radius: 9999px;
    color: white;
    text-decoration: underline;
}

    .event-request:hover {
        color: white;
    }

.dropdown-menu li {
    margin-bottom: 16px;
}

    .dropdown-menu li:last-child {
        margin-bottom: 0px;
    }

.dropdown-menu-right {
    left: -100% !important;
    top: 0px !important
}

.search-form {
    max-width: 537px;
    width: 100%;
}

.inputStyleForsearch {
    width: 100%;
    height: 48px;
    padding: 12px 16px 12px 48px;
    border-radius: 4px;
    border: 1px solid #9D9FA2;
    position: relative;
}

    .inputStyleForsearch::placeholder {
        color: #121112 !important;
    }

.searchIcon {
    position: absolute;
    left: 16px;
    z-index: 1;
    top: 12px;
}

.filter-btn {
    background: white;
    padding: 10px;
    color: #3B53A4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #3B53A4;
    height: 48px;
}

.mr-0 {
    margin-right: 0px;
}

.ml-04 {
    margin-left: 4px;
}

.ml-24 {
    margin-left: 24px;
}

.mb-04 {
    margin-bottom: 4px;
}

.mt-16 {
    margin-top: 16px;
}

.pr-08 {
    padding-right: 8px;
}

.pl-08 {
    padding-left: 8px;
}

.p-12 {
    padding: 12px;
}

.pl-20 {
    padding-left: 20px;
}

.filter-dropdown {
    padding: 12px 0px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(18, 17, 18, 0.10);
    min-width: fit-content;
}

.checkbox-label-style {
    color: #121112;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    padding: 0px 12px;
}

    .checkbox-label-style:hover {
        background-color: #e9ecef;
    }

.custom-checkbox-style {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    border: 1px solid #9D9FA2;
    border-radius: 4px;
    margin-right: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.form-check-input:checked {
    background-color: #121112 !important;
    border-color: #121112 !important;
    background-image: url(/assets/images/checked-icon.svg) !important;
}

.form-check-input:focus {
    border-color: #121112;
    outline: 0;
    box-shadow: none !important;
}

.pending {
    padding: 2px 7px 2px 7px;
    color: #E6B300;
    background: rgba(255, 184, 0, 0.11);
    border-radius: 9999px;
    position: relative;
    display: inline-block;
    line-height: 18px;
}

.approved {
    padding: 2px 7px 2px 7px;
    color: #315240;
    background: rgba(0, 185, 19, 0.09);
    border-radius: 9999px;
    position: relative;
    display: inline-block;
    line-height: 18px;
}

.declined {
    padding: 2px 7px 2px 7px;
    color: #DA272B;
    background: rgba(218, 39, 43, 0.14);
    border-radius: 9999px;
    position: relative;
    display: inline-block;
    line-height: 18px;
}

.textarea-h {
    height: 145px;
}

.tooltip-inner {
    color: #121112;
    background: white;
    padding: 12px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 4px;
    box-shadow: 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 0px;
    width: 100%;
    max-width: 240px;
}

.tooltip .tooltip-arrow::before {
    border-top-color: white !important;
}

.tooltip.show {
    opacity: 1;
}

.min-w-240 {
    min-width: 230px;
    width: 100%;
}

.notifications-container {
    border-radius: 4px;
    overflow: hidden;
}

.notification-dropdown {
    padding: 12px 32px 12px 20px;
}

.notification-bar {
    padding: 0px;
    border-radius: 16px;
}

    .notification-bar li {
        margin-bottom: 0px;
    }

.tooltip-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in;
}

    .tooltip-wrapper span {
        visibility: hidden;
        position: absolute;
        width: 240px;
        bottom: 100%;
        left: 50%;
        margin-left: -120px;
        text-align: center;
        box-shadow: 0px 3.2px 7.2px 0px rgba(0, 0, 0, 0.13), 0px 0px 0px 0px;
        z-index: 1;
        color: #121112;
        background: white;
        padding: 12px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 4px;
        transition: all .3s ease-in;
    }

        .tooltip-wrapper span:hover {
            display: none;
        }

        .tooltip-wrapper span::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #FFF transparent transparent transparent;
        }

            .tooltip-wrapper span::after:hover {
                display: none;
            }

    .tooltip-wrapper:hover span {
        visibility: visible;
    }

.tabHeightEvent {
    height: 475px;
    overflow-y:scroll;
}

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

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

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-hourglass 1.2s infinite;
    }

.char-maxw-120 {
    max-width: 120px;
}

.max-w-150 {
    width: 150px;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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