﻿:root {
    --rz-primary: #5a5a5a;
    --rz-primary-light: #ababab;
    --rz-primary-lighter: rgba(219, 219, 219);
    --rz-primary-dark: #505050;
    --rz-primary-darker: #2d2d2d;
    --rz-on-primary-lighter: #000;
}

.rz-dialog {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    border-radius: 20px;
}

.rz-dialog-titlebar {
    /*background-color: #add9f6;*/
    background-color: rgba(165, 224, 235, 01);
    padding: 30px;
}

.rz-dialog-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: white;
}

.rz-dialog-content {
    padding: 40px;
    width: 100%;
    height: 100%;
    background: white;
}

.custom-login-button {
    background-color: #3cbdbb;
    border: 0px;
    border-radius: 30px;
    font-weight: 700;
}

    .custom-login-button:hover{
        background-color: #2c8ccb;
    }

.addNewOrganisation {
    background-color: #3cbdbb !important;
    color: white !important;
    border-radius: 170px !important;
}

    .addNewOrganisation:hover {
        background-color: #2c8ccb !important;
        color: white !important;
    }

.tableButtons {
    background-color: rgba(60, 189, 187, 0.5) !important;
    color: white !important;
    border: none;
}

    .tableButtons:hover {
        background-color: #2c8ccb !important;
        color: white !important;
    }

.tableDeleteButton {
    background-color: white !important;
    color: rgba(255, 0, 0, 0.7) !important;
}

    .tableDeleteButton:hover {
        background: rgba(255, 0, 0, 0.7) !important;
        color: white !important;
    }

.rz-column-title-content{
    font-weight: 700;
}

.rz-message-popup{
    position: absolute !important;
    top: 20px !important;
}

.MainLayoutPaddingAndBG {
    background-color: #F6F6F6;
    padding: 50px 30px 0 30px;
}

.rz-datatable {
    --rz-grid-stripe-background-color: white;
}

.rz-data-row:hover{
    background-color: grey !important;
}

.rz-pager-page.rz-state-active {
    background-color: #2c8ccb !important;
    color: white !important;
}

.rz-gravatar{
    border: 3px solid #3cbdbb;
}

.rz-dropdown {
    border-radius: 20px;
}

.rz-dropdown-label{
    font-weight: 700;
}

.custom-toggle-button-color:checked{
    background-color: #2c8ccb !important;
    border-color: #2c8ccb !important;
}

/*.rz-dropdown-custom {
    border-radius: var(--rz-input-border-radius) !important;
}

.rz-dropdown-label-custom {
    font-weight: 500;
}*/


