/*** Global Start ***/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.loader {
    position: fixed;
    z-index: 9999;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader .loading-spin{
    width: 30px;
    height: 30px;
}

.upload-input-label{
    margin-bottom: 0.375rem;
    display: inline-block;
}

.upload-input-custom-title{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgb(223, 227, 234);
    border-radius: 6px 0 0 6px;
    background-color: #f6f7f9;
    font-weight: 400;
}

.upload-input-custom-ph{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgb(223, 227, 234);
    border-radius: 0 6px 6px 0;
    flex-grow: 1;
    font-weight: 400;
}

.btn-action-dropdown{
    font-size: 14px !important;
}

.inline-alert{
    width: 100%;
    margin-top: 0.375rem;
    font-size: 0.875rem;
    color: var(--bs-form-invalid-color);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 767px) {
    .dtr-details li{
        display: flex;
    }

    .dtr-details li .dtr-title{
        min-width: 100px !important;
        max-width: 100px;
    }

    .dtr-details li .dtr-data{
        display: inline-block;
    }
}
/*** Global End ***/

/*** Login Form Start ***/
a.signup-link{
    display: block;
    text-align: center;
}
/*** Login Form End ***/

/*** Project List Start ***/
.view-form-label{
    font-weight: bold;
    display: block;
}

.view-form-value{
    display: block;
}
/*** Project List End ***/

/*** Notification List Start ***/
.notification-title-cell:hover{
    text-decoration: underline;
    cursor: pointer;
}
/*** Notification List End ***/

/*** Profile Start ***/
.profile-header-logo{
    width: 80px;
}
/*** Profile End ***/