/* /Components/AlertComponent/Alert.razor.rz.scp.css */
/*******************************/
/*   alert                  */
/*******************************/
.close[b-6az3gmm29h] {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

    .close:hover[b-6az3gmm29h], .close:focus[b-6az3gmm29h] {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
    }

button.close[b-6az3gmm29h] {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.alert[b-6az3gmm29h] {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4[b-6az3gmm29h] {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link[b-6az3gmm29h] {
        font-weight: bold;
    }

    .alert > p[b-6az3gmm29h], .alert > ul[b-6az3gmm29h] {
        margin-bottom: 0;
    }

        .alert > p + p[b-6az3gmm29h] {
            margin-top: 5px;
        }

.alert-dismissable[b-6az3gmm29h] {
    padding-right: 35px;
}

    .alert-dismissable .close[b-6az3gmm29h] {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success[b-6az3gmm29h] {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr[b-6az3gmm29h] {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link[b-6az3gmm29h] {
        color: #2b542c;
    }

.alert-info[b-6az3gmm29h] {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr[b-6az3gmm29h] {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link[b-6az3gmm29h] {
        color: #245269;
    }

.alert-warning[b-6az3gmm29h] {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr[b-6az3gmm29h] {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link[b-6az3gmm29h] {
        color: #66512c;
    }

.alert-danger[b-6az3gmm29h] {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr[b-6az3gmm29h] {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link[b-6az3gmm29h] {
        color: #843534;
    }

.alert[b-6az3gmm29h] {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

    .alert .sign[b-6az3gmm29h] {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px;
        text-align: center;
        width: 25px;
        display: inline-block;
    }

.alert-success[b-6az3gmm29h] {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.alert-info[b-6az3gmm29h] {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-warning[b-6az3gmm29h] {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger[b-6az3gmm29h] {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white[b-6az3gmm29h] {
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

    .alert-white .icon[b-6az3gmm29h] {
        text-align: center;
        width: 45px;
        height: 100%;
        position: absolute;
        top: -1px;
        left: -1px;
        border: 1px solid #bdbdbd;
    }

        .alert-white .icon[b-6az3gmm29h]:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #bdbdbd;
            position: absolute;
            border-left: 0;
            border-bottom: 0;
            top: 50%;
            right: -6px;
            margin-top: -5px;
            background: #fff;
        }

    .alert-white.rounded[b-6az3gmm29h] {
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .alert-white.rounded .icon[b-6az3gmm29h] {
            border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
        }

    .alert-white .icon i[b-6az3gmm29h] {
        font-size: 20px;
        color: #FFF;
        left: 12px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
    }

    .alert-white.alert-danger .icon[b-6az3gmm29h], .alert-white.alert-danger .icon[b-6az3gmm29h]:after {
        border-color: #ca452e;
        background: #da4932;
    }

    .alert-white.alert-info .icon[b-6az3gmm29h], .alert-white.alert-info .icon[b-6az3gmm29h]:after {
        border-color: #3a8ace;
        background: #4d90fd;
    }

    .alert-white.alert-warning .icon[b-6az3gmm29h], .alert-white.alert-warning .icon[b-6az3gmm29h]:after {
        border-color: #d68000;
        background: #fc9700;
    }

    .alert-white.alert-success .icon[b-6az3gmm29h], .alert-white.alert-success .icon[b-6az3gmm29h]:after {
        border-color: #54a754;
        background: #60c060;
    }


.alert-visible[b-6az3gmm29h] {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.alert-hidden[b-6az3gmm29h] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
/* /Components/ButtonComponent/Button.razor.rz.scp.css */

.button[b-efqovxorks] {
    color: #fff;
    display: inline-block !important;
    margin-right: 10px !important;
    background-color: #db0029 !important;
    text-decoration: none;
    border-color: #db0029;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 600;
    color: #ffffff;
    background: #db0029;
    border: none;
    border-radius: 0.5rem;
    transition: transform 150ms ease;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 0.1em;
    margin-top: 0.8em;
    margin-bottom :1em;
    padding: 0.5em;
    cursor: pointer;
}
.button1:hover[b-efqovxorks] {
        cursor: not-allowed;
}



/* /Components/ButtonComponent/LargeButtonLink.razor.rz.scp.css */
.btn-primary[b-agad9yzucz] {
    color: #fff;
    background-color: #db0029!important;
    text-decoration: none;
    border-color: #db0029;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 600;
    color: #ffffff;
    background: #db0029;
    border: none;
    border-radius: 0.5rem;
    transition: transform 150ms ease;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 0.1em;
    padding: 0.5em;
}

.btn-large[b-agad9yzucz] {
    max-width: 400px;
}
/* /Components/FileUploadComponent/FileUpload.razor.rz.scp.css */
.btn-choose-file[b-9wrvyvzxon]
{
    display:block;
    margin-bottom:20px;
    margin-top:20px;
}
.label-text[b-9wrvyvzxon] {
    color: #DB0029;
    text-align: left;
    font-weight: 100;
    font-size: 18px;
}

/* /Components/IconComponent/Icon.razor.rz.scp.css */
.icon[b-g4adejpd81] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.icon-text[b-g4adejpd81] {
    padding-left: .4em !important;
}

.ecolocale-home[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/home-solid.svg") no-repeat 50% 50%;
    mask: url("images/home-solid.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}

.ecolocale-file-csv[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/file-csv-solid.svg") no-repeat 50% 50%;
    mask: url("images/file-csv-solid.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}
.ecolocale-file-signature[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/fa/file-signature.svg") no-repeat 50% 50%;
    mask: url("images/fa/file-signature.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background:#db0029;
    ;
}


.ecolocale-chevron-right[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/chevron-right-solid.svg") no-repeat 50% 50%;
    mask: url("images/chevron-right-solid.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}

.ecolocale-info-circle[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/info-circle.svg") no-repeat 50% 50%;
    mask: url("images/info-circle.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}
.ecolocale-exclamation-circle[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/exclamation-circle.svg") no-repeat 50% 50%;
    mask: url("images/exclamation-circle.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}
.ecolocale-times-circle[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/times-circle.svg") no-repeat 50% 50%;
    mask: url("images/times-circle.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}
.ecolocale-check[b-g4adejpd81] {
    width: 20px;
    height: 22px;
    display: inline-block;
    -webkit-mask: url("images/check.svg") no-repeat 50% 50%;
    mask: url("images/check.svg") no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}
/* /Components/ModalComponent/Modal.razor.rz.scp.css */
/*******************************/
/*  modal                  */
/*******************************/


.dialog-ovelay[b-5l894ham76] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog[b-5l894ham76] {
    width: 400px;
    margin: 100px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden
}
.dialog-ovelay .dialog header[b-5l894ham76] {
     padding: 10px 8px;
     background-color: #db0029;
     border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3[b-5l894ham76] {
     font-size: 14px;
     margin: 0;
     color: #FFF;
     display: inline-block
}

.dialog-ovelay .dialog .dialog-close[b-5l894ham76] {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    margin-top: -4px
}
.dialog-ovelay .dialog .dialog-close:hover[b-5l894ham76], .dialog-ovelay .dialog .dialog-close:focus[b-5l894ham76] {
    cursor: pointer;
}
.dialog-ovelay .dialog .dialog-msg[b-5l894ham76] {
     padding: 12px 10px
}

.dialog-ovelay .dialog .dialog-msg p[b-5l894ham76] {
     margin: 0;
     font-size: 15px;
     color: #333
}
.dialog-ovelay .dialog footer[b-5l894ham76] {
     border-top: 1px solid #e5e5e5;
     padding: 8px 10px
}

.dialog-ovelay .dialog footer .controls[b-5l894ham76] {
      direction: rtl
}

.dialog-ovelay .dialog footer .controls .button[b-5l894ham76] {
       padding: 5px 15px;
       border-radius: 3px
}

.button[b-5l894ham76] {
    cursor: pointer
}
.button-default[b-5l894ham76] {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}

.button-yes[b-5l894ham76] {
    background-color: #db0029;
    border: 1px solid #d32f2f;
    color: #f5f5f5
}
/* /Components/TilesComponent/Tiles.razor.rz.scp.css */
.btn-four[b-n0hscp3coh]::before {
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(0.1, 0.1);
}

.btn-four:hover[b-n0hscp3coh]::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-four[b-n0hscp3coh]::after {
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-four:hover[b-n0hscp3coh]::after {
    transform: scale(0, 0);
    opacity: 0;
}
/* /Components/TilesGroupComponent/TilesGroup.razor.rz.scp.css */
.menu-tuiles[b-rxcohq56rc] {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-around;
    display: flex;
}
