.body-theme{
    background-color: #f7effd;
}

audio{ outline: none !important; }

.container-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.padding-custom-col{
    padding-left: 0 !important;
    padding-right: 15px;
}
.routing-link{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    transition: .2s ease-in-out;
    color: #000000be;
    text-transform: capitalize;
}
.routing-link:hover{
    transition: .2s ease-in-out;
    color: #000000;
    text-decoration: none;
    /* font-weight: 400; */
}
.icon-filter-mobile-view{
    width: 13px;
    height: 13px;
}
input:focus{
    box-shadow: none !important;
}
select:focus{
    box-shadow: none !important;
}
.link-voir-plus{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #7b1cc394;
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
}
.link-voir-plus:hover{
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #c501ff;
}
.link-voir-plus:focus{
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #c501ff;
}
.icon-link-voir-plus{
    color: rgba(17, 17, 17, 0.5);
    width: 18px;
    margin-left: 10px;
    /* height: 20px; */
}

.content{
    background: #FFFFFF;
    padding: 5rem 4rem 3rem;
}
.btn-theme{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #ffffff;
    background: #c501ff;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid #c501ff;
    width: 100%;
    transition: .2s ease-in-out;
}
.btn-theme:hover{
    color: #c501ff !important;
    transition: .2s ease-in-out;
    background-color: #fff;
    text-decoration: none;
}
.btn-theme:focus{
    color: #000000;
    transition: .2s ease-in-out;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.btn-theme-light{
    border: 1px solid #c501ff;
    box-sizing: border-box;
    border-radius: 55px;
    border: 1px solid #c501ff;
    box-sizing: border-box;
    border-radius: 55px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    padding: 15px;
    transition: .2s ease-in-out;
    background-color: #fff;
}
.btn-theme-light:hover{
    color: #ffffff;
    transition: .2s ease-in-out;
    background-color: #c501ff;
    text-decoration: none;
}
.btn-theme-light:focus{
    color: #c501ff;
    transition: .2s ease-in-out;
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.item-step-checkout{
    background: #FFFFFF;
    border: 0.2px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    position: relative;
}
.form-alert-danger{
    border-radius: 0;
}

.card-content{
    background-color: #fff;
    padding: 2rem;
    
}

.rsuite-content-modal-custom>
.rs-modal-dialog>
.rs-modal-content{
    background-color: #ffffff;

}
.rsuite-content-modal-custom>
.rs-modal-dialog>
.rs-modal-content>
form>
.rs-modal-header>
.rs-modal-header-close{
    color: #F96B57;
}
.rsuite-content-modal-custom>
.rs-modal-dialog>
.rs-modal-content>
form>
.rs-modal-header>
.rs-modal-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #c501ff;
}
.alert-rsuite-custom{
    border-radius: 0 !important;
}
.alert-rsuite-custom>.rs-message-container{
    font-size: 12px;
    padding: 0.7rem 1rem !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.alert-rsuite-custom.small{
    border-radius: 25px !important;
}
.alert-rsuite-custom.small>.rs-message-container{
    font-size: 10px;
    padding: 0.3rem 1rem !important;
    margin-top: .5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.infinite-scroll-component__outerdiv{
    width: 100%;
}
.theme-light-rs-modal.mandatory-login>.rs-modal-dialog>.rs-modal-content{
    padding-block: 3rem;
}
.custom-file-input:lang(en)~.label-custom-import-file::after {
    content: "\f093";
    font-family: FontAwesome;
    height: 48px;
    border-radius: 0 25px 25px 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: transparent;
    right: 5px;
    color: #c501ff;
}
.input-custom-import-file{
    height: 50px;
}
.label-custom-import-file{
    background: #FFFFFF;
    border: 1px solid #c501ff;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    height: 50px;
    padding: 1.1rem 3rem 1.1rem 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.input-custom-import-file:focus{
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.icon-link-add-with-icon{
    width: 16px;
    color: #c501ff;
    margin-right: 10px;
}
.link-add-with-icon{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1E1C1A;
    text-align: right;
    display: block;
    transition: .2s ease-in-out;
}
.link-add-with-icon:hover{
    color: #c501ff;
    text-decoration: none;
    transition: .2s ease-in-out;
}
.textarea-theme-marketplace{
    background: #F5F5F5;
    border-radius: 10px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #5A5A5A;
    border: 1px solid transparent;
    padding: 1rem;
}
/* bootstrap4 toogle */
.btn-group-xs>.btn, .btn-xs {
    padding: .35rem .4rem .25rem .4rem;
    font-size: 10px !important;
    line-height: .5;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ApexCharts  */
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg, .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
    fill: #c501ff !important;
}
.apexcharts-pan-icon.apexcharts-selected svg {
    stroke: #c501ff !important;
}
.apexcharts-toolbar {
    position: absolute;
    z-index: auto !important;
    max-width: 176px;
    text-align: right;
    border-radius: 3px;
    padding: 0px 6px 2px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-link {
    color: #c501ff;
    font-weight: 400;
}

.container-dropzone-import{
    border: 1px solid #7b1cc321;
    padding: 2rem;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background-color: #7b1cc321;
}
.container-dropzone-import>p{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.container-dropzone-import:focus{
    outline: none !important;
}
.btn-light-theme{
    background: #ffffff;
    border-radius: 35px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.07em;
    color: #c501ff;
    padding: .7rem 2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: .2s ease-in-out;
    border: 1px solid transparent;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
    border: 1px solid #7b1cc323;
}
.btn-light-theme:hover{
    background-color: #c501ff;
    color: #ffffff;
    text-decoration: none;
    transition: .2s ease-in-out;
}
/* .rs-modal-backdrop > */
.opacity-modal-accueil{
    background-color: red;
}
.modal-container{

}

.check-icon-table-marketplace{
    color: #21A374;
}
.close-icon-table-marketplace{
    color: #CD1010;
}

.badge-theme{
    position: relative;
    right: -15px;
    background-color: #c501ff; 
    color: #fff;
    top: -10px;
}

.loading-theme>.rs-loader>.rs-loader-spin::before{
    border: 3px solid #7b1cc33d;
}
.loading-theme>.rs-loader>.rs-loader-spin::after{
    border: 3px solid #7b1cc318;
    border-top-color: #7b1cc3;
} 
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
    border-radius: 0.3rem;
    background-color: #7b1cc3 !important;
    color: #fff;
}

.no-link,
.no-link:hover {
	text-decoration: none;
    color: inherit;
}