:root {

    --bgcolor: white;
    --maskcolor: rgba(0, 0, 0, 0.16);
    --yescolor: #10384F;
    --nocolor: #B9B9B9;
    --success1: #89D329;
    --success2: #89D329;
    --error1: #D30F4B;
    --error2: #D30F4B;
    --warning1: rgb(228, 204, 24);
    --warning2: rgb(228, 204, 24);
    --bordercolor: #89D329;
    --buttonColor1: #707070;
    --disabled: #707070;
    --loadercolor: #89D329;
    /* --flowir-dark-blue: #10384F;
    --flowir-dark-green: #004422;
    --flowir-dark-purple: #443247;
    --flowir-mid-purple: #624963;
    --flowir-mid-blue: #00617F;
    --flowir-mid-green: #2B6636;
    --flowir-blue: #0091DF;
    --flowir-green: #66B512;
    --flowir-raspberry: #D30F4B;
    --flowir-bright-blue: #00BCFF;
    --flowir-bright-green: #89D329;
    --flowir-fuchsia: #FF3162;*/

}

#modal_input {
    padding: 10px;
    border: solid 1px black;
}

/* #modal_input input{
    border: solid 1px black;
} */

#modalMask {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-container-notifications {

    border-radius: 2px;
    width: auto;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    max-width: 1100px;
    text-align: center;

}

.modal-container {
    
    border-radius: 2px;
    width: auto;
    height: auto;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    max-width: 600px;
    text-align: center;
    position: relative;

}

.modal_disaprove{
    width: 70%;
}

.modal_disaprove .editable {
    text-align: start;
    max-height: 234px;
    overflow: auto;
}

.modal-container input {

    padding: 10px;
    width: 80%;

}

.modal-container.pad-bot-10px {
    
    padding-bottom: 10px;

}

.modal-container.pad-top-40px {
    
    padding-top: 20px;

}

.modal-container button, .modal-button {

    padding: 10px;
    background-color: #68C1B5;
    color: white;
    border-radius: 2px;
    margin: 10px;
    cursor: pointer;

}

    .modal-container button > * {
        margin: 5px;
    }

.modal-container .close-modal {
    font-size: 1em;

    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-container p {
    font-size: 16px;
    color: #474747;
    font-weight: bold;
}

.modal-container img {
    height: 50px;
}

.modal-container > * {
    margin: 5px;
}

.modal-container button:disabled {
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-container-2 {
    
    border-radius: 2px;
    width: 60%;
    height: 90%;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    max-width: 1000px;
    text-align: center;

}

.modal-container-2 input {

    padding: 10px;
    width: 80%;

}

.modal-container-2.pad-bot-10px {
    
    padding-bottom: 10px;

}

.modal-container-2.pad-top-40px {
    
    padding-top: 20px;

}

.modal-container-2 button, .modal-button {

    padding: 10px;
    background-color: #68C1B5;
    color: white;
    border-radius: 2px;
    margin: 10px;
    cursor: pointer;

}

    .modal-container-2 button > * {
        margin: 5px;
    }

.modal-container-2 i {
    font-size: 1em;
}

.modal-container-2 p {
    font-size: 15px;
    color: #474747;
}

.modal-container-2 img {
    height: 50px;
}

.modal-container-2 > * {
    margin: 5px;
}

.modal-container-2 button:disabled {
    background-color: rgba(0, 0, 0, 0.2);
}

.modal_title {
    font-size: 1em !important;
    color: #68C1B5 !important;
}

/* .modal_border {
     border-bottom: 5px solid var(--bordercolor); 
} */

.modal_success i {
    color: var(--success1);
}

.confirm_inputs {

    display: flex;

}

/* .modal_success_border {
    border-bottom: 5px solid var(--success2); 
} */

.modal_error i {
    color: var(--error1);
}

/* .modal_error_border {
    border-bottom: 5px solid var(--error2);
} */

.modal_warning i {
    color: var(--warning1);
}

/* .modal_warning_border {
     border-bottom: 5px solid var(--warning2); 
} */

.modal_description {
    font-size: 15px;
    color: #474747;
    line-height: 25px;
}

/* .modal_description input {
    border: solid 1px black;
} */

.modal-button {
    background-color: var(--buttonColor1);
}

.modal-button-yes {
    
    background-color:var(--yescolor);
    color: white;
    border: none;

}

.modal-button-no {
    
    background-color: white !important;
    border: 1px solid #68C1B5 !important;
    color: #68C1B5 !important;
    margin-left: 10px;

}

.modal-loader {
    display: inline-block;
    width: 56px;
    height: 56px;
}

    .modal-loader:after {
        content: " ";
        display: block;
        width: 30px;
        height: 30px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid blue;
        border-color: blue transparent blue transparent;
        animation: modal-lds-dual-ring 1.2s linear infinite;
    }

@keyframes modal-lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Spreadsheets */
.modal-spreadsheet-container {

    background-color: white;
    
    width: 80%;
    height: 60vh;

    padding: 15px;
    position: relative;

}

.modal-spreadsheet-container .title {

    color: #707070;
    font-weight: 600;

}

.modal-spreadsheet-container .drop-zone {

    margin-top: 20px;
    width: 100%;
    height: 90%;

    border: 1px dashed #707070;

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.modal-spreadsheet-container .drop-zone img {

    height: 70px;
    margin-bottom: 20px;
    height: 70px;

}

.modal-spreadsheet-container .text {

    text-align: center;
    color: #707070;
    
}

.modal-spreadsheet-container .text label {

    color: #00617F;

    text-decoration: underline;

}

.modal-close-icon {

    position: absolute;
    right: 15px;
    top: 15px;
    
}

.modal-close-icon button {

    background-color: transparent;
    border: none;
    cursor: pointer;

}

.modal-close-icon button i {

    color: #707070;
    font-size: 1.5em;
    
}

/* Progress */
.modal-spreadsheet-progress {

    background-color: white;
    
    width: 40%;
    height: 20vh;

    padding: 15px;
    position: relative;

}

.modal-spreadsheet-progress .title {

    color:#474747;
    font-weight: 600;

}

.modal-spreadsheet-progress .progress-container {

    width: 100%;
    height: 90%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.modal-spreadsheet-progress .progress-container .progress-bar {

    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    
}

.modal-spreadsheet-progress .progress-container .progress-bar .percentage {

    color: #474747;
    
}

.modal-spreadsheet-progress .progress-container .progress-bar > * {

    margin: 10px;
    
}

.modal-spreadsheet-progress .progress-container .progress-bar .excel {

    -webkit-mask: url("/_assets/_icons/excel.svg") no-repeat center;
    -webkit-mask-size: contain;

    background-color: #B8B8B8;
    
    width: 50px;
    height: 50px;
    
}

.modal-spreadsheet-progress .progress-container .progress-bar .bar {

    width: 100%;
    background-color: #B8B8B8;
    height: 5px;
    
}

.modal-spreadsheet-progress .progress-container .progress-bar .filled {

    height: 5px;
    
}

.session-detail-modal{
    text-align: start;
}

.session-detail-modal > div{
    margin-bottom: 15px;
}

.session-detail-modal > div > p:first-child{
    margin-right: 5px;
}

.birthdays_container{
    width: 100%;
}

.birthday_card-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.birthday_card {
    margin-right: 60px;
    text-align: start;
}

.birthday_card:last-child{
    margin-right: 0px;
}

.birthday_card .key{
    color: #79C4B6;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.birthday_card .birthday_content{
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
}

.birthday_card .birthday_content i{
    margin-right: 5px;
}

.birthday_card .birthday_content a{
    color: black;
}

.birthday_card .birthday_content a:hover{
    color: #79C4B6;
}