﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px !important;
    padding: 0px !important;
}

body {
    overflow-x: hidden !important;
}

a, .btn-link {
    color: #0366d6;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.isSup{
    color:#f05062 !important;
}
select::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}
.navbar-brand small {
    display: block;
    font-size: 10px;
   
}
.btn-reload {
    width: 32px;
    height: 32px;
    background: url(../images/reload.svg) no-repeat;
    background-position: center center;
    float: right;
    display: block;
    background-color: #37468d;
    border-radius: 50%;
    background-size: 16px;
    cursor: pointer;
}
    .btn-reload:active {
        transform: scale(0.7);
    }
.input-group-text {
    height: 32px;
    border: 0px;
    background-color: #f2f2f2;
    color: rgba(90, 90, 90, 0.4);
    cursor: pointer;
    font-size: 0.875rem;
}
    .input-group-text .xl {
        height: 56px ;
    }
#load-app {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

    #load-app div {
        width: 500px;
    }

    #load-app h1 {
        font-family: 'Montserrat';
        font-size: 12rem;
        color: #000;
        margin-top: 1rem;
    }

    #load-app img {
        width: 500px;
    }

.progress-value {
    animation: load 3s normal forwards;
    border-radius: 100px;
    background: #38478E;
    height: 30px;
    width: 0;
}

.progress {
    background: #F5F6F8;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 30px;
    width: 500px;
    margin-top: 20px;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 95%;
    }
}

.content {
    padding-top: 1.1rem;
}
button:focus{
    outline:0 !important;
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: #f05062;

}

.modal-content > .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    z-index: 99999;
}
.loader {
    width: 100%;
    height: 575.5px;
    position: absolute;
    top: 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-loader {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #F05062;
    position: relative;
    -webkit-animation: 1.2s scaleDown ease-in-out infinite;
    animation: 1.2s scaleDown ease-in-out infinite;
}

    .dot-loader:nth-child(2) {
        margin: 0 15px;
        -webkit-animation: 1.2s scaleDown ease-in-out infinite .15555s;
        animation: 1.2s scaleDown ease-in-out infinite .15555s;
    }

    .dot-loader:nth-child(3) {
        -webkit-animation: 1.2s scaleDown ease-in-out infinite .300000s;
        animation: 1.2s scaleDown ease-in-out infinite .300000s;
    }

@-webkit-keyframes scaleDown {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleDown {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.title {
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #F05062;
    width: auto;
    display: inline-block;
    margin-bottom: 0.9rem;
    margin-top: 1rem;
}

    .title h1 {
        color: #38478E;
        font-size: 1.5rem;
        font-weight: 600;
    }

.count {
    display: block;
    color: #38478E;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 1.94rem;
}
.prefix-control {
    width: 62px !important;
    min-width: 65px !important;
    display: inline-flex;
    padding-left:0.5px !important;
    padding-right:0.5px!important;
}
.profile {
    position: absolute;
    right: 2.25rem;
    top: 2.25rem;
    z-index: 100;
}
.param-menu {
    color:#000;
    font-weight:600;
    font-size:
}
.filtre {
    font-size: 0.88rem;
    font-weight: 500;
    color: #000;
}

.filtre-row {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.filter-activ {
    border: 0px;
    font-size: 0.8rem !important;
    height: 29px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    border-radius: 50px;
    background-position: 80% 57%;
    padding-top: 8px;
    line-height: 15px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 400;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem !important;
    display: inline-block;
    cursor: pointer;
}

.filter-reset {
    width: 8px;
    height: 8px;
    background: url(../images/FilterReset.svg) no-repeat;
    margin-left: 0.5rem;
    display: inline-block;
}

.filtre-item {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    position: relative;
    padding: 0.5rem;
    display: inline-block;
}
.nofilter-item {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 0.5rem;
    display: inline-block;
}

    .filtre-item:hover::after {
        content: '';
        width: 100%;
        background: #ffffff;
        position: absolute;
        height: 10px;
        bottom: 0px;
        left: 0px;
        z-index: 4000;
    }

    .filtre-item:hover {
        background-color: #fff;
        border-radius: 10px 10px 00px 0px !important;
        padding: 0.5rem;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    }

.profile-flex {
    display: flex;
}

.profile span {
    display: block;
    text-align: right;
    font-size: 0.88rem;
    color: #38478E;
    font-weight: 500;
    margin-right: 0.5rem;
    cursor: pointer;
}

.param {
    width: 76%;
    font-weight: 500;
    color: #38478E;
    font-size: 0.75rem !important;
    text-align: right;
    line-height: 26px;
    cursor:pointer;
}
.param-menu a {
    font-weight: 500;
    color: #38478E;
    font-size: 0.75rem !important;
    text-align: right;
    line-height: 26px;
    width: 100%;
    display: block;
    padding: 8px;
    border-radius: 5px;
    text-align: left;
    cursor:pointer;
}
.param-submit {
    border: 0px;
    background-color: #fff;
    color: #38478E;
    font-weight: 600;
    font-size: 0.875rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    width:100%;
}
.more-info {
    border: 0px;
    background-color: #fff;
    color: #38478E !important;
    font-weight: 600;
    font-size: 0.875rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    display:block;
    text-align:center;
    margin-top:16px;
    cursor:pointer !important;
}
.plus-icon {
    width: 10px;
    height: 10px;
    background: url(../images/Plus.svg) no-repeat;
    display: inline-block;
    background-position: center;
    margin-right: 0.5rem;
}
.param-active {
    background-color: rgba(0, 0, 0, 0.05);
}
.param-icon {
    width: 21%;
    text-align: right;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.user-text {
    color: #000000 !important;
    opacity: 0.3;
    font-size: 0.8rem !important;
    position: relative;
    top: -5px;
}

.main > div {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.nav-link {
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-item {
    font-size: 0.88rem;
    padding-bottom: 0;
    font-weight: 600;
    padding-right: 0 !important;
}

    .nav-item a {
        height: 3.7rem !important;
    }

.logo {
    padding-left: 1.13rem !important;
    padding-top: 1rem !important;
    margin-bottom: 1.2rem !important;
}

.nav-item {
    position: relative;
}

    .nav-item a.active {
        background: url(../images/nav-hover.svg) no-repeat;
        background-size: 100%;
        color: #38478E !important;
        border-radius: 0 !important;
    }

        .nav-item a.active .ico-people {
            background: url(../images/ContactsHover.svg) no-repeat;
        }

.ico-people {
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
    background: url(../images/Contacts.svg) no-repeat;
}

.table-default {
    margin-left: 1.5px;
    margin-right: 1.5px;
}

    .table-default tbody tr:hover {
      /*  border: 2px solid #38478E;
        position: absolute;
        z-index: 3;
        width: 100%;*/
    }
    .table-default .loader-body tr:hover{
        border:0px !important
    }
    .table-default th {
        text-transform: uppercase !important;
        font-weight: 500 !important;
        font-size: 0.75rem !important;
        border-bottom: 0px !important;
        border-top: 0px !important;
        background-color: #f9f9f9 !important;
        padding: .69rem;
        padding-bottom:0px;
        vertical-align: middle;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .table-default td {
        font-size: 0.75rem;
        font-weight: 400 !important;
        border-top: 0px;
        min-width: 125px;
        padding: .69rem;
        vertical-align: middle;
        padding-left: 1.2rem;
    }

.card-body {
    padding: 0px !important;
}

.card {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%) !important;
    border-radius: 0px 10px 10px 10px !important;
    border: 0px !important;
    min-width: 100% !important;
}

.card-contact:before {
    content: '';
    width: 324.95px !important;
    height: 15px;
    background-color: #f9f9f9;
    position: absolute;
    top: -15px;
}
.card-admin:before {
    width: 956.95px !important;
}
.card-mia:before {
    width: 1052.95px !important;
}
.card-gest:before {
    width: 463.95px !important;
}
.card-action {
    height: 57px;
    background: #f9f9f9;
    border-radius: 10px 10px 0px 0px !important;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
    padding-top: 0.6rem;
}

    .card-action a {
        font-weight: 500;
        color: #38478E !important;
        font-size: 0.88rem;
        display: inline-block;
        text-align: center;
        margin-left: 0.8rem;
        height: 1.7rem;
        line-height: 1rem;
        cursor: pointer;
        padding: 0.5rem !important;
        position: relative;
    }

.a-disabled {
    pointer-events: none;
    opacity: 0.3;
    cursor: default !important;
}

.ajouterLink:hover {
    background-color: #fff;
    border-radius: 10px 10px 00px 0px !important;
    padding: 0.5rem;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
 
.ajouterMenu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 14;
    background-color: #fff;
    left: 0px;
    text-align: left;
    border-radius: 0px 10px 10px 10px !important;
    top: 33px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    width: 275px;
}

    .ajouterMenu:before {
        content: '';
        height: 10px;
        position: absolute;
        top: -9px;
        width: 4.27rem;
        background-color: #fff;
    }

    .ajouterMenu a {
        height: 28px;
        line-height: 28px;
        padding: 0px;
        margin: 0px;
        font-size: 0.75rem !important;
        color: #000 !important;
        opacity: 0.9 !important;
        width: 100%;
        text-align: left;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.ajouterLink:nth-child(0):hover {
    border-top-right-radius: 10px;
}

.ajouterLink:nth-child(1):hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ajouterMenu li:hover {
    background-color: rgba(128, 128, 181, 0.1);
}
.ajouterLink li:nth-child(1):hover{
    border-top-right-radius:10px !important;
}
.ajouterLink li:nth-child(2):hover {
    border-bottom-right-radius: 10px !important;
}
/*    RADZEN LISTBOX */


.rz-listbox {
    position: absolute;
    left: 0px;
    z-index: 99;
    top: 2.1rem;
    border: 0px !important;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%) !important;
    border-radius: 10px !important;
    border-top-left-radius: 0px !important;
    outline: none !important;
}

.rz-listbox-list-wrapper {
    padding-left: 0.125rem !important;
    overflow-x:hidden !important;
}

.rz-chkbox {
    width: 0.81rem !important;
    height: 0.81rem !important;
    top: -1px !important;
}

.rz-listbox-header {
    padding: 0.5rem 0.75rem 0.5rem 0.75rem !important;
    border-bottom: 2px solid #38478e !important;
}
.rz-multiselect-item{
    display:inline-flex !important;
    width:150%;
}
.rz-multiselect-item span {
    opacity: 0.9 !important;
    width:max-content;
}

.rz-listbox-filter-container .rzi-search:before, .rz-dropdown-filter-container .rzi-search:before, .rz-multiselect-filter-container .rzi-search:before {
    color: #38478E;
}

.rz-listbox-filter-container .rzi-search, .rz-dropdown-filter-container .rzi-search, .rz-multiselect-filter-container .rzi-search {
    display: none !important;
}

.rz-chkbox-box.rz-state-active {
    background-color: #38478e !important;
}

.rz-dropdown-item:hover, .rz-menuitem:hover, .rz-autocomplete-list-item:hover, .rz-multiselect-item:hover, .rz-dropdown-items li:hover, .rz-autocomplete-items li:hover, .rz-multiselect-items li:hover {
    background-color: #fff !important;
    color: #000 !important;
    opacity: 0.9 !important;
}

.rz-dropdown-item.rz-state-highlight, .rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-multiselect-item, .rz-dropdown-items li.rz-state-highlight, .rz-autocomplete-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight {
    background-color: #fff !important;
    color: #000 !important;
    opacity: 0.9 !important;
}

.rz-chkbox-box .rzi-check:before {
    content: '' !important;
}

body:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb {
}

body::-webkit-scrollbar-thumb {
    background: #38478e !important;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.searchTable {
    display: inline-block;
    font-size: 0.875rem !important;
    color: #38478E;
    font-weight: 500;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}
.searchInputBl {
    width: 400px !important;
    background-color: #EBF0FA !important;
    font-size: 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    padding:8px,16px,8px,16px;
    height:37px !important;
    position:relative !important;
}
    .searchInputBl::placeholder {
        color: rgba(56, 71, 142, 0.5) !important;
        font-size: 14px;
    }
    .mt-24{
        margin-top:24px !important;
    }
.searchInput {
    width: 231px !important;
    background-color: #fff !important;
    border: 0px !important;
    border-radius: 4px !important;
    height: 28px !important;
    padding: 8px !important;
    box-shadow: none !important;
}

    .searchInput::placeholder {
        color: #000000;
        opacity: 0.3;
        font-size: 0.625rem;
    }

    .searchInput::-ms-input-placeholder {
        color: #000000;
        opacity: 0.3;
        font-size: 0.625rem;
    }

    .searchInput:focus {
        outline: none !important;
    }

.blue-1 {
    background: rgba(56, 71, 142, 0.45) !important;
}

.blue-2 {
    background: rgb(215, 218, 232) !important
}

.blue-3 {
    background: rgb(195, 199, 221) !important
}

.blue-4 {
    background: #F2F2F8 !important;
}

.modal-dialog {
    max-width: 1366px;
}

.title-modal {
    border-bottom: 2px solid #F05062;
    font-size: 1.5rem;
    color: #38478E;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: auto;
    margin-bottom:40px;
    margin-top:40px;
}
.title-modal-lg {
    color: #38478E !important;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto;
    font-size: 16px !important;
    border-bottom: 2px solid #F05062;
    margin-left: 15px;
    width: 50%;
}
    .title-modal-lg h1 {
        font-weight: 600;
        font-size: 25px;
       
    }
.title-modal-xs {
    font-size: 1.125rem;
    color: #38478E !important;
    margin-bottom:8px;
    margin-top:16px;
}
.modal-title {
    font-size: 20px;
    color: rgba(56, 71, 142, 1);
    font-weight:500;
}
.dotlogo{
color:#F05062;
}

.modal-body h1 {
    font-size: 1rem;
    color: #38478E;
    font-weight:500;
}
.modal-header {
    border-bottom: 0px !important;
}

.card-modal {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 12px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.form-check {
    padding-left: 0px;
}

label {
    font-weight: 600;
    color: #000000;
    font-size: 0.875rem;
}

.form-check input[type="checkbox"] {
    margin-right: 1.25rem;
}

.form-check label {
    font-size: 0.8rem;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
}

.card-modal h1 {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 1rem;
    margin-top: 0;
}

.mb-16 {
    margin-bottom: 16px;
}

.form-control {
    background-color: #F2F2F2;
    border: 0px;
    height: 32px;
    border-radius: 3px;
    color: rgba(0,0,0,0.7) !important;
    font-size: 14px !important;
    padding: 0.375rem 0.30rem !important;
}
.cardfooter {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.cardfooter p{
    margin:0;
    margin-right:1rem;
}
.form-inline .form-control {
    width: 50%;
    margin-right: 16px;
}

.form-inline span {
    font-size: 0.875rem;
    font-weight: 400;
}

.rz-calendar .rz-inputtext {
    border: 0px !important;
    box-shadow: none !important;
    background-color: #F2F2F2 !important;
    height:32px !important;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.e-autocomplete {
    background-color: #f2f2f2 !important;
    color: #000 !important;
    font-size: 14px !important;
    padding-left: 12px !important;
}
.e-autocomplete::placeholder {
    color: #000000 !important;
    opacity: 0.3 !important;
   
}

.e-autocomplete::-ms-input-placeholder {
    color: #000000 !important;
    opacity: 0.3 !important;
}
.modal-content {
    padding: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    border: 0px !important;
    overflow-y: auto;
    max-height: 90vh;
}

.modal-backdrop{
    opacity:0.2 !important;
}
.modal-submit {
    float: right;
    background: #38478E;
    border-radius: 50px;
    border: 0px;
    color: #fff;
    padding: 8px 12px 8px 12px;
    display: inline-block;
    margin-top: 16px;
    font-weight: 600;
    color: white !important;
}
.modal-submit-danger {
    float: right;
    background: #F05062;
    border-radius: 50px;
    border: 0px;
    color: #fff;
    padding: 8px 12px 8px 12px;
    display: inline-block;
    margin-top: 16px;
    font-weight: 600;
}
.modal-body {
    font-size: 0.875rem;
}
.modal-delete {
    color: #F05062 !important;
    text-decoration: underline !important;
    text-decoration-color: #F05062 !important;
    margin-top: 24px;
    display: inline-block;
    font-weight: 600;
    cursor:pointer !important;
}
.table-default td{
    cursor:pointer;
    min-width:180px;
}
.header-xs {
    margin: 0px;
    padding: 0px;
}
.header-xs .close {
    padding: 0px !important;
    padding: 0px !important;
    position: relative;
    right: 10px;
    top: 10px;
    opacity: 0.9;
    z-index:9999;
}
.table-default .form-control {
    min-width: 100px;
    font-size: 0.75rem !important;
    color: rgba(0,0,0,0.5);
    background-color: #F9F9F9 !important;
    border-radius: 4px !important;
    height: 41px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    width:150px;
}
.table-default .rz-calendar .rz-inputtext {
    height: 41px !important;
    font-size: 0.75rem !important;
    border-radius: 4px !important;
    color: rgba(0,0,0,0.5) !important;
    background-color: #F9F9F9 !important ;
    width:150px;
}
.table-default  .e-autocomplete {
    background-color: #f9f9f9 !important;
    color: rgba(0,0,0,0.7);
    height: 29px !important;
    border-radius: 4px !important;
    padding: .375rem .75rem !important;
    font-size: 0.75rem !important;
    color: rgba(0,0,0,0.5) !important;
    margin: 0 !important;
}
.table-default .e-control-wrapper {
    margin: 0px !important;
    padding: 0px !important;
    border-bottom-color: #38478e !important;
}
.status_1 {
    background-color: #E6E6F0;
    border-radius: 25px;
    width: 100%;
    color: #38478E;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_2 {
    background-color: #FCDCE0;
    border-radius: 25px;
    width: 100%;
    color: #F05062;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_3 {
    background-color: #F5FAB0;
    border-radius: 25px;
    width: 100%;
    color: #CBC204;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_10 {
    background-color: #F5FAB0;
    border-radius: 25px;
    width: 100%;
    color: #CBC204;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_11 {
    background-color: #F5FAB0;
    border-radius: 25px;
    width: 100%;
    color: #CBC204;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_4 {
    background-color: #FAD7A0;
    border-radius: 25px;
    width: 100%;
    color: #F39C12;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_5 {
    background-color: #FCDCE0;
    border-radius: 25px;
    width: 100%;
    color: #F05062;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_14 {
    background-color: #FCDCE0;
    border-radius: 25px;
    width: 100%;
    color: #F05062;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_13 {
    background-color: #FCDCE0;
    border-radius: 25px;
    width: 100%;
    color: #F05062;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_6 {
    background-color: #FCDCE0;
    border-radius: 25px;
    width: 100%;
    color: #F05062;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_7 {
    background-color: #CCF7E8;
    border-radius: 25px;
    width: 100%;
    color: #00D98B;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_8 {
    background-color: #FFECDF;
    border-radius: 25px;
    width: 100%;
    color: #FF9F5F;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_9 {
    background-color: #C5E7F7;
    border-radius: 25px;
    width: 100%;
    color: #0D587C;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.status_15 {
    background-color: #FFC965;
    border-radius: 25px;
    width: 100%;
    color: #DF9408;
    font-weight: 600;
    text-align: center;
    padding: 4px 24px 4px 24px;
    font-size: 0.875rem !important;
    width: 203px;
}
.w-200{
    width:227px !important;
}
.w-50 {
    width: 40px !important;
    min-width: 40px !important;
    padding-left: 0.7rem !important;
}
.f-14{
    font-size:0.875rem !important;
}
.image-upload > input {
    display: none;
}
.upload {
    background: #F9F9F9;
    border: 1px dashed #38478E;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    height: 200px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
    .upload a {
        font-size: 0.875rem;
        color: #38478E;
        font-weight: 600;
        text-decoration: underline;
        text-decoration-color: #38478E;
        margin-bottom:45px;
        margin-top:24px;
    }
.upload-p {
    font-size: 1rem;
    font-weight: 600;
    line-height: 19.5px;
    color: #38478E;
    margin-bottom:36px;
    text-align:center;
}
.sort {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -4px;
}
.sort-up {
    background: url(../images/arrow-down.png) no-repeat;
    transform: rotate(180deg);
    width: 10px;
    height: 8px;
    display: block;
    background-position: center center;
    cursor:pointer;
}
.sort-down {
    background: url(../images/arrow-down.png) no-repeat;
    width: 10px;
    height: 8px;
    display: block;
    background-position: center center;
    cursor: pointer;
}
.text-danger {
    font-size: 0.75rem;
    color: #F05062 !important;
    margin-top:0.5rem;
}
.text-success {
    font-size: 0.75rem;
    margin-top: 0.5rem;
}
.info-close {
    color: #F05062 !important;
    text-decoration: underline !important;
    text-decoration-color: #F05062 !important;
    font-size:0.75rem;
    font-weight:600;
    cursor:pointer;
}
.info-submit {
    color: #38478E !important;
    text-decoration: underline !important;
    text-decoration-color: #38478E !important;
    font-size: 0.75rem;
    font-weight: 600;
    float: right;
    cursor: pointer;
}
.info-valider {
    background: #38478E !important;
    border-radius: 50px;
    font-size: 0.75rem;
    color: #ffffff !important;
    float: right;
    border: 0px;
    padding: 8px 12px 8px 12px;
    cursor: pointer;
    font-weight:600 !important;
}
.form-invisible {
    border: 0px !important;
    background-color: #fff !important;
    font-size: 0.75rem !important;
    color: #000000;
    width: 100%;
    height:32px;
    line-height:32px;
}
.info-title {
    font-size: 0.875rem !important;
    color: #38478E !important;
    margin-bottom: 0px !important;
    font-weight: 500 !important;
}
.info-small{
    font-size:0.65rem !important;
    color:#000000 !important;
    text-decoration:underline !important;
    cursor:pointer;
}
.form-control-info {
    font-size: 0.65rem !important;
    color: #8080B5 !important;
}
.rz-datepicker-prev .rzi-chevron-left {
    color: #38478e !important;
}
.rz-datepicker-next .rzi-chevron-right {
    color: #38478e !important;
}
.rz-datepicker-header{
    background-color:#ffffff !important;
}
.rz-datepicker-calendar td .rz-state-default {
    background-color: #F7F7FA;
    border-radius: 2px !important;
    color: #38478E !important;
    font-weight: 400 !important;
    height: 41px !important;
    line-height: 27px;
}
.rz-datepicker-calendar td{
    border-top:0px !important;
}
.rz-datepicker-calendar {
    border-collapse: separate !important;
    border-spacing: 4px !important;
}
    .rz-datepicker-calendar .rz-state-disabled{
        background-color:#ffffff !important;
        color:#000 !important;
        opacity:0.3 !important;
    }
    .rz-datepicker-calendar td .rz-state-active {
        background-color: rgba(128, 128, 181, 0.6) !important;
        border-radius:50% !important;
        color:#fff !important;

    }
       
        .rz-multiselect, .rz-dropdown {
            border: 0px !important;
            box-shadow: none !important;
        }
.rz-multiselect-label-container, .rz-dropdown-label{
    font-weight:400 !important;
}
.rz-datepicker {
    border-radius: 6px !important;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1) !important;
    border: 0px !important;
}
.modal-tab-title {
    background-color: #fff;
    width: 100px;
    text-align: center;
    color: #38478E;
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-color: #38478E;
    height: 33px;
    line-height: 33px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position:relative;
}
    .modal-tab-title::after {
        content: '';
        width: 100px;
        height: 17px;
        background-color: #fff;
        display: block;
        position: absolute;
        bottom: -9px;
        z-index: 1070;
    }
.hour-row{
    display:flex;
    flex-direction:row;
    margin-top:4px;
}
.hour {
    height: 51px;
    background-color: #F7F7FA;
    width: 100%;
    margin-left: 10px;
}
.hour-label {
    width: 50px;
    font-size: 0.750rem;
    color: #38478E;
    position: relative;
    top: -10px;
}
.hour-table{
    height:600px;
    width:100%;
    position:relative;
    display:flex;
}
.hour-header{
    height:775px;
    display:inline-block;
}
    .hour-header div {
        height: 54px;
        font-size: 0.875rem;
        font-weight: 400;
        color: #38478E !important;
        position: relative;
        top: -8px;
    }
.hour-rows {
    height: 755px;
    display: inline-block;
    position: relative;
    width: calc(100% - 50px);
    margin-left:5px;
    background-image:url(../images/HourBg.jpg);
    background-repeat:repeat;
    cursor:pointer;
}
.sticky-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    left: 0px;
    top: 0px;
    background-color: #345d95;
    z-index: 2 !important;
}
.sticky-column {
    position: -webkit-sticky !important;
    position: sticky !important;
    left: 0px;
    top: 10px;
    z-index: 1;
}
.left-40{
    left:40px;
}
.left-200 {
    left: 200px;
}
.left-220{
    left:220px;
}
.left-400{
    left:400px;
}
.left-580{
    left:580px;
}
.event {
    position: absolute;
    display: block;
    background-color: #38478E;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    min-height: 27px !important;
}
.event-empty{
    height:27px;
    position :absolute;
    display:block;
    width:100%;
    cursor:pointer;
}
.event p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 0.875rem;
}
.event label {
    display: block;
    font-size: 0.675rem;
    color: #fff;
    font-weight: 400;
}
.hour a{
    width:100%;
    height:100%;
    display:block;
    cursor:pointer;
}
.text-black{
    font-weight:400 !important;
    color:#000 !important;
    font-size:0.875rem;
}
.text-blue {
    color: #38478E !important;
    font-weight: 400 !important;
    font-size: 0.875rem;
}
.modal-title-red {
    color: #F05062 !important
}
.agenda-pin {
    position: absolute;
    top: -5px;
    right: -3px;
    background-color: blue;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 11px;
    color: #fff;
    line-height: 13px;
    font-weight: 400;
    background-color: #38478E;
}
.agenda-border {
    width: 100%;
    height: 100%;
    border: 1px solid #38478E;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    line-height: 35px;
}
.off .ends .agenda-border{
    border:0px !important;
}
.off .ends .agenda-pin {
   display:none !important;
}
.wrap-td {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filtre{
    display:flex;
    flex-direction:row;
}
.rz-listbox-header .rz-chkbox-box {
    display: none !important;
}
.rz-listbox > .rz-listbox-header > .rz-chkbox {
    display:none !important;
}
.rz-listbox-filter-container input::placeholder{
    font-size:12px !important;
}
.rz-listbox-filter-container input::-ms-input-placeholder {
    font-size: 11px !important;
}
.fitre-label{
    padding-top:0.5rem;
}
#RetraiteListBox .rz-listbox-header {
    display: none !important;
}
#LocataireListBox .rz-listbox-header {
    display: none !important;
}
#RetraiteListBox .rz-chkbox {
    display: none !important;
}
#LocataireListBox .rz-chkbox {
    display: none !important;
}
.btn-prev{
    width:20px;
    height:20px;
    background:url(../images/prev.svg) no-repeat;
    background-position:center center;
    
}
.btn-next {
    width: 20px;
    height: 20px;
    background: url(../images/next.svg) no-repeat;
    background-position: center center;
    
}
.pagebutton-active {
    background-color: #38478E !important;
    border-radius: 50%;
    color: #fff !important;
}
.pagination button {
    font-size: 0.875rem;
    color: #000000;
    border: 0px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: transparent;
}
.pagination{
    margin:1rem;
}
.card-contact::-webkit-scrollbar {
    width: 10px;
}
.card-contact::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.card-contact::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.file-label {
    cursor: pointer;
    text-align: center;
    color: #38478e;
}
.lignes {
    display: inline-block;
    color: #38478e;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
}
    .lignes select {
        background-color: #F2F2F2;
        border: 0px;
        height: 32px;
        border-radius: 3px;
        color: rgba(0,0,0,0.7) !important;
        font-size: 14px !important;
    }

.ajouterPost {
    background-image: url(../images/PlusWh.svg);
    background-size: 15px;
    background-position: 16px;
    padding-left: 35px;
    color: #ffffff;
    font-weight: 500;
    height: 45px;
    background-repeat: no-repeat;
    padding-right: 35px;
    background-color: #F05062;
    border: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-right: 1rem;
}
.toutSavoirTitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #38478E;
}
.toutSavoirSubtitle {
    font-size: 1rem;
    color: #38478E;
    font-weight:600;
    text-decoration:underline;
    width:100%;
}
.cardTutos {
    height: 260px;
    width: 327px;
    background: #FFFFFF;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-right: 1.5rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 10px 11px;
    flex-shrink: 0;
}
    .cardTutos .head {
        width: 100%;
        height: 114px;
        border-radius: 8px;
        background-size: 100%;
        background-repeat:no-repeat;

       
    }
    .cardTutos .head img{
        border-radius:8px;
    }
    .cardTutos .body h1 {
        color: #38478E;
        font-weight: 500;
        font-size: 14px;
        margin-top: 10px;
        height: 33px;
    }
    .cardTutos .body {
        padding: 0px 18px;
    }
    .cardTutos .body p {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.4);
        font-weight: 400;
        line-height: 12px;
        margin-bottom:10px;
        height:36px;
    }
    .lienContenu {
        color: #38478E !important;
        font-weight:400;
        text-decoration:underline !important;
        font-size:14px;
    }
.cardInfoNoPhoto, .cardWebinarNoPhoto {
    height: auto !important;
}
    .cardWebinarNoPhoto > .body > div:nth-child(1) {
        padding-right: 16px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .cardWebinarNoPhoto > .body > div:nth-child(2) {
        width: 96px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cardInfo {
        height: 214px;
        width: 327px;
        background: #FFFFFF;
        box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        margin-right: 1.5rem;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        flex-shrink: 0;
    }
    .cardInfo h1{
        color:#000 !important;
    }
    .cardInfo .head {
        height: 115px;
        display: flex;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        position: relative;
        background-repeat:no-repeat;
        
    }
        .cardInfo .head h1 {
            width: calc(100% - 32px);
            background-color: white;
            border-top-right-radius: 16px;
            border-top-left-radius: 16px;
            padding-left: 12px;
            padding-right: 12px;
            margin-top: 20px;
            font-size: 16px;
            display: flex;
            align-content: center;
            line-height: 16px;
            padding-top: 12px;
            margin-top: 54px;
            margin-bottom: 0px;
            position: absolute;
            z-index: 2;
            bottom: 0px;
            left: 16px;
        }
        .cardInfo .head img{
            border-top-right-radius:16px;
            border-top-left-radius:16px;
        }
    .cardInfo .body p {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.4);
        font-weight:400;
        line-height:12px;
        height:36px;
    }

    .cardInfo .lienExterne {
        color: #F05062 !important;
        text-decoration:underline !important;
    }
.cardWebinar {
    height: 235px;
    width: 327px;
    background: #FFFFFF;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-right: 1.5rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    flex-shrink: 0;
}
.btnLeftScroll {
    position: absolute;
    z-index: 99;
    display: flex;
    left: 8px;
    width: 32px;
    height: 32px;
    top: 50%;
    transform: rotate(180deg);
    background: url(../images/CaretRight.svg) no-repeat center center rgba(0,0,0,0.3);
    background-size: 16px 16px;
    border-radius: 50%;
    cursor: pointer;
}
        .btnLeftScroll:hover {
            background: url(../images/CaretRight.svg) no-repeat center center rgba(0,0,0,0.8);
        }

.btnRightScroll {
    position: absolute;
    display: flex;
    z-index: 99;
    right: 32px;
    width: 32px;
    height: 32px;
    top: 50%;
    background: url(../images/CaretRight.svg) no-repeat center center rgba(0,0,0,0.3);
    background-size: 16px 16px;
    border-radius: 50%;
    cursor: pointer;
}

    .btnRightScroll:hover {
        background: url(../images/CaretRight.svg) no-repeat center center rgba(0,0,0,0.8);
    }

.horizontal-scroll {
    display: flex;
    overflow-x: auto;
    height: 257px;
    overflow-y: hidden;
    padding-top: 1rem;
    padding-left: 1rem;
    transform: translateX(-1rem);
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}
.horizontal-scroll-container::-webkit-scrollbar {
    display: none;
}
.horizontal-scroll-container {
    display: flex;
    overflow-x: auto;
    height: 311px;
    overflow-y: hidden;
    padding-top: 1rem;
    padding-left: 1rem;
    transform: translateX(-1rem);
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    scroll-behavior: smooth;
}
.cardPodium {
    width: 400px;
    background: #FFFFFF;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-right: 16px;
    flex-shrink: 0;
    padding: 8px;
    text-align: center;
    height: 230px;
}
.cardPodium p{
    color:#38478E;
    font-weight:400;
    margin-top:1rem;
}
    .cardPodium .avatarImage {
        margin: 0 auto;
    }
.cardPodium h1{
    text-align:center;
}
#PodiumScroll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    height: 230px;
    padding: 15px;
}
.header-application {
    padding: 0;
    margin: 0;
}
.header-application .close{
    position:absolute;
    right:16px;
    top:16px;
}
.header-application .title-modal{
    margin-top:9px !important;
}
.blueColor {
    color: #38478E;
}
.fs-14{
    font-size:14px; 
}
.applicationBtn {
    background: rgba(56, 71, 142, 0.7);
    border-radius: 50px;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border: 0;
    margin-bottom: 16px;
}
    .applicationBtn:hover {
        background: #38478E;
    }
.searchContainer {
    position: relative;
}
.searchButton {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.cardWebinar .body {
    padding: 12px;
    height:120px;
}
    .cardWebinar .body p {
        font-size: 10px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5);
        min-height: 45px;
    }

.cardWebinar .head {
    height: 115px;
    display: flex;
 
    background-size: 100%;
    background-repeat: no-repeat;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    position: relative;

}
    .cardWebinar .head h1 {
        margin: 32px 16px;
    }
    .cardWebinar .head img{
        border-top-right-radius:16px;
        border-top-left-radius:16px;
    }

    .cardWebinar .head::after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        background: linear-gradient(90.8deg, rgba(56, 71, 142, 0.5) 0.58%, rgba(55, 205, 205, 0.5) 99.36%);
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        height: 100%;
    }
.cardWebinar .head h1{
    color:#fff;
    font-weight:700;
    font-size:16px;
    position:absolute;
    z-index:2;

}
.cardWebinar .dateheure {
    display: flex;
    color: rgba(56, 71, 142, 1);
    font-weight: 600;
    font-size: 14px;
    width: 65%;
    align-items: center;
}
.dateheure > img {
    margin-right: 8px !important;
    height: 21px;
    width: 21px;
}
.liveBtn {
    background-color: rgba(240, 80, 98, 1);
    display: block;
    padding: 5px 24px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 16px !important;
}
.replayBtn {
    background-color: rgba(115, 160, 250, 1);
    display: block;
    padding: 5px 24px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 16px !important;
    margin-left:auto;
}
.lblApp {
    font-size: 14px;
    color: #38478E;
}
.form-control-app {
    background-color: #EBF0FA !important;
    border-radius: 8px !important;
    color: #38478E !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border: 0px !important;
    padding: 8px 16px !important;
    max-height: 34px;
}
.form-control-app-picker .rz-calendar .rz-inputtext {
    height: 34px !important;
    border-radius: 8px;
    padding: 8px 16px;
    background-color: #ebf0fa !important;
    color: #38478E;
    font-weight: 600;
    font-size: 14px;
}
    .form-control-app-picker .rz-calendar .rz-inputtext::placeholder {
        color: #38478E;
        font-weight:600;
        font-size:14px;
    }
.post-delete {
    color: #F05062 !important;
    opacity: 0.5;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: 2rem;
    cursor:pointer;
}
.imgAppModal {
    border-radius: 8px;
    width: 200px;
    position:relative;

}
    .imgAppModal::after {
        content: '';
        position: absolute;
        border-radius: 16px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90.8deg, rgba(56, 71, 142, 0.5) 0.58%, rgba(55, 205, 205, 0.5) 99.36%);
    }

.post-delete:hover {
    opacity: 1;
}
.file-app {
    display: flex;
    width: 326px;
    height: 56px;
    background: #EBF0FA;
    border-radius: 8px;
    justify-content: center;
    align-content: center;
    margin-bottom: 6px;
    background-size: cover;
}
    .file-app p {
        color: rgba(56, 71, 142, 0.2);
        height: auto;
        margin: 0;
        margin-top: 0px;
        padding: 0;
        padding-left: 0px;
        padding-left: 0px;
        height: 55px;
        align-self: start;
        padding-left: 16px;
        margin-top: 30px;
        inline-size: 268px;
        word-wrap: anywhere;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.btnInfo {
    width: 100%;
    background: #EBF0FA;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:16px;
    cursor:pointer;
}
    .btnInfo p {
        color: #38478E;
        font-size: 14px;
        font-weight: 600;
        width: 70%;
        text-align: center;
        cursor: pointer;
    }
#LotsScroll .cardLot{
    display:flex;
    flex-shrink:0;
    flex-direction:column;
    width:156px;
}
.avatarImage {
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 50%;
    border: 2px solid #38478E;
    margin-bottom: .5rem;
    background-size: 100% 100%;
}
.z-primary{
    z-index:11 !important;
}
.header-z-primary{
    z-index:12 !important;
}
.cardLot {
    width: 48%;
    margin-left:1%;
    margin-right:1%;
    max-width: 340px;
    height: 210px;
    padding: 15px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-top: 2%;
}
.cardLotSingle {
    width: 100%;
    max-width: 340px;
    height: 250px;
    padding: 15px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-top: 1rem;
}
    .cardLotSingle img, .cardLot img {
        height: 78px;
        object-fit: fill;
        max-width: 100%;
        margin-bottom:8px !important;
    }
.cardLotNo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F05062;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    margin-bottom: 0.5rem;
    padding: 0px;
    text-align: center;
    line-height:24px;
    
}
.cardLot p {
    color:#000;
    font-size:12px;
    font-weight:600;
    text-align:center;
}
   
    .prize {
        font-size: 20px;
        margin-top: 0.5rem;
        font-size: 20px !important;
        margin-top: 0.5rem;
        margin-bottom: 0.3rem;
    }
.lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    top: -8px;
    left: 38%;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        margin: 8px;
        border: 2px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.phoneFrame {
    width: 375px;
    height: 812px;
    background: url(../images/PreviewInfo.svg) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.1);
}
.phoneFrameChallange {
    background: url(../images/PreviewChallenge.svg) no-repeat center center !important;
}
.phoneFrameWebinar {
    background: url(../images/PreviewWebinar.svg) no-repeat center center !important;
}
.phoneBody {
    overflow-y: auto;
    padding: 16px;
    height: 695px;
    position: absolute;
    top: 98px;
    width: 100%;
    padding-bottom: 100px;
}

.phoneFooter {
    width: 375px;
    height: 95px;
    background: url(../images/PhoneFooter.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index:10;
}
.phoneFooterC {
    background: url(../images/PhoneFooterC.svg) no-repeat center center !important;
}
.InfoTitle {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-right: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}
.modal-form {
    width: calc(100% - 375px);
    margin-right: 32px;
}
.modal-form-banner {
    margin-right: 32px;
}
.modal-content-container {
    display: flex;
}

.minBox {
    background-color: #000 !important;
}

.imgbac {
    opacity: 0.3 !important;
}
.dureeChalange {
    font-size: 20px !important;
    color: #F05062 !important;
    font-weight: 600 !important;
    text-align:center;
    margin-bottom:16px;
}
.subtitleChalange {
    font-size: 18px !important;
    color: #38478E !important;
    text-align:center;
    margin-bottom:16px;
}
.conditionChalange {
    border-radius: 8px;
    background-color: #DDE6F8;
    padding:16px;
}
    .conditionChalange .title {
        font-weight: 600 !important;
        color: #F05062 !important;
        border-bottom: 0px;
        margin: 0px;
        text-align: center;
        width: 100%;
    }
    .conditionChalange p {
        font-size: 14px;
        font-weight: 400;
        color: #38478E !important;
    }
.descChallenge span {
    color: #F05062;
    font-weight:600 !important;
}
.reglementChalange {
    font-size: 18px;
    font-weight: 400;
    color: #38478E !important;
    text-decoration:none;
    margin-top:16px;
    display:flex;
}
    .reglementChalange p {
        width: 100%;
        align-self: center;
        justify-self: center;
        text-align: center;
        margin: 0;
    }
.lotChalenge {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.test {
    display: block;
}

.test > div {
    margin-bottom: 10px;
}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    .modal-content {
        max-height: 726px !important;
    }
}

@media (min-width: 768px) {
    .test {
        display: flex;
    }

        .test > div {
            margin-bottom: 0px;
        }
}