﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.header-layout {
    display: flex;
    height: 90px;
    gap: 10px;
    flex-shrink: 0;
}

.card-rw {
    width: 100%;
    max-width: 600px;
    min-width: 315px;
}

.card-rw-infos {
    width: 100%;
    min-width: 315px;
}

.logo-header {
    width: 200px;
    margin-left: 50px;
}

.barsocialmedia {
    margin-left: auto;
    margin-right: 30px;
}

.logo-footer {
    margin-left: auto;
    margin-right: 30px;
    width: 150px;
}

.copyright-footer {
    margin-left: 30px;
    padding-top: 10px;
    font-size: 11px;
    color: #9795b4;
}

.footer-layout {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #F5F5F5;
}

.footer-stack {
    border-top: 1.5px solid rgba(216,216,216,.7);
}

.footer-photo {
    /*width: 200px;
    height: 50px;*/
    flex-shrink: 0;
}

.form-btn {
    width: 215px;
    height: 50px;
}

.txt-area-h {
    min-height: 120px;
}

.themes-list {
    height: 500px;
    background: white;
    border-radius: 10px;
    border: 2px #D40F2D solid;
    margin-left: 25px;
}

.info_de_la_commande {
    margin: 15px 0px 10px 15px;
    color: #303972;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-steps-wraper {
    background: white;
    box-shadow: 0px 2px 5px rgba(38, 51, 77, 0.03);
    border-radius: 10px;
    border: 2px solid rgba(38, 51, 77, 0.03);
    margin-left: 20px;
    padding: 40px;
}

.themes-list-title {
    margin: 15px 0px 10px 15px;
    color: #303972;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.themes-list-spacer {
    width: 318px;
    height: 1px;
    background: rgba(242, 241, 250, 0.50);
    margin-bottom: 15px;
}

.themes-list-item-row {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 8px;
    position: relative
}

    .themes-list-item-row:hover {
        background-color: #FFB6C1;
        cursor: pointer;
    }

    .themes-list-item-row:focus {
        background-color: #FFB6C1;
    }

.themes-list-item-photo {
    width: 52px;
    height: 40px;
    border-radius: 8px;
}

.themes-list-item-title {
    display: inline;
    color: #303972;
    font-family: sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.themes-list-item-badge {
    width: 83px;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #DCECFA;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.themes-list-item-badge-title {
    text-align: right;
    color: #303972;
    font-size: 12px;
    font-family: sans-serif;
    word-wrap: break-word
}

.theme-card-col {
    text-align: center;
}

.themes-container {
    max-width: 700px;
    height: 350px;
    overflow-y: scroll;
    text-align: center;
}

.theme-card {
    position: relative;
    width: 150px;
    height: 130px;
    background: white;
    border-radius: 14px;
    border: 2px #A098AE solid;
}

    .theme-card:hover {
        position: relative;
        width: 150px;
        height: 150px;
        background: white;
        border-radius: 14px;
        border: 2px #FFB6C1 solid;
        cursor: pointer;
    }

    .theme-card:focus {
        position: relative;
        width: 150px;
        height: 130px;
        background: white;
        border-radius: 14px;
        border: 3px #FFB6C1 solid;
    }

.theme-card-photo {
    width: 90%;
    min-height: 162px;
    border-radius: 14px;
    border: 2px solid;
}

    .theme-card-photo:hover {
        width: 90%;
        border-radius: 14px;
        min-height: 162px;
        border: 6px #FFB6C1 solid;
        cursor: pointer;
    }

    .theme-card-photo:focus {
        width: 90%;
        min-height: 162px;
        border-radius: 14px;
        border: 6px #FFB6C1 solid;
    }


.theme-card-photo-selected {
    width: 90%;
    min-height: 162px;
    border-radius: 14px;
    border: 6px #FFB6C1 solid;
}
.theme-photo-panier {
    width: 80%;
    min-width: 120px;
    /*max-width : 170px;*/
    /*  height: 109px;*/
    border-radius: 14px;
    border: 2px solid;
}

.theme-card-title {
    position: absolute;
    bottom: 10px;
    left: 11px;
    color: #303972;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    display: inline;
}

.theme-card-number {
    position: absolute;
    bottom: -7px;
    right: 11px;
    text-align: right;
    color: #303972;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 700;
    word-wrap: break-word;
    display: inline;
}

    .theme-card-number:hover {
        position: absolute;
        bottom: 0px;
        right: 11px;
        text-align: right;
        color: #0F5CB8;
        font-size: 24px;
        font-family: sans-serif;
        font-weight: 700;
        word-wrap: break-word;
        display: inline;
    }

.spacer {
    height: 2px;
    width: 800px;
    background: rgba(242, 241, 250, 0.50);
    margin-top: 20px;
    margin-bottom: 20px;
}

.panier-title {
    color: #303972;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
}

.panier-item-img {
    width: 90px;
    height: 48px;
    background: linear-gradient(55deg, rgba(15, 92, 184, 0.50) 0%, rgba(93.50, 167.08, 255, 0) 100%);
    border-radius: 8px;
    border: 2px solid
}

.panier-item-p {
    color: #303972;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
    margin-bottom: 3px;
}

.panier-item-h {
    color: #303972;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.panier-item-btn-primary {
    width: 83px;
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #DCECFA;
    border-radius: 30px;
    gap: 10px;
    border: 0;
}

.panier-item-btn-danger {
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #FFE8E9;
    border-radius: 30px;
    gap: 10px;
    border: 0;
}

.panier-item-btn-primary-title {
    text-align: center;
    color: #303972;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 500;
    word-wrap: break-word
}

.panier-item-btn-danger-title {
    text-align: center;
    color: #FF4550;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}

.item-col-padding {
    padding-top: 20px;
}

.panier-summary-wraper {
    width: 327px;
    background: white;
    border-radius: 6px;
    border: 1.50px #E9EBF0 solid;
}

.panier-summary-title {
    color: #0C1A30;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
    text-align: center;
    margin-top: 15px;
}

.panier-summary-row-label {
    width: 180px;
    color: black;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 0.20px;
    word-wrap: break-word;
}

.panier-summary-row-label-bold {
    width: 180px;
    color: black;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
    letter-spacing: 0.20px;
    word-wrap: break-word;
}

:root {
    --rz-danger: #D40F2D;
    --rz-header-background-color: #fff;
    --rz-input-background-color: #fcfcfc;
    --rz-input-border-radius: 0px;
    --rz-input-border: 1px solid #c8cacb;
    /*    --rz-timeline-item-padding: 1.8rem*/;
    /* --rz-input-height: 48px;*/
}

.mw-5 {
}

.btn-form {
    height: 50px;
    font-family: HumanBold,Arial,Helvetica,sans-serif;
    font-size: 1.125rem !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: inherit;
    text-decoration: initial;
    text-transform: none;
    font-variant: inherit;
    /*background: #fff200 !important;
    color: #1d252c !important;*/
    border: none;
    <
}

.rz-timeline-point-outlined.rz-timeline-point-info {
    color: #D40F2D;
    border-color: #D40F2D;
}

.rz-timeline-item:before {
    background-color: #D40F2D;
}

.text-wrapper {
    font-family: "Roboto-Bold", Helvetica;
    font-weight: 700;
    color: #303972;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
    margin: 0px 10px 0px 54px;
}


.theme-button-ajouter {
    display: flex;
    width: 290px;
    height: 30px;
    align-items: center;
    justify-content: center;
    /* gap: 10px;*/
    padding: 10px;
    position: relative;
    /* background-color: #dbebf9;*/
    border-radius: 30px;
    font-size: 12px;
    margin: 25px 10px 75px 1px;
}

.dropdown-one {
    margin: 12px 10px 1px 54px;
    width: 337px;
    height: 72px;
}

.r-numeric {
    margin: 12px 10px 1px 54px;
    width: 337px;
    height: 72px;
}

.text-area {
    width: 855px;
    height: 80px;
    margin: 25px 50px 50px 52px;
}

    .text-area .text-area-input {
        width: 790px;
        height: 100px;
        background-color: #f9f8ff;
    }

    .text-area .text-area-message {
        font-family: "Roboto-Bold", Helvetica;
        font-weight: 700;
        color: #303972;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 18px;
        white-space: nowrap;
    }

.info-des {
    margin: 12px 0px 0px 40px;
}

    .info-des .info-text {
        font-family: "Roboto-Bold", Helvetica;
        font-weight: 700;
        color: #303972;
        font-size: 18px;
        /*letter-spacing: 0;
        line-height: 18px;
        white-space: nowrap;*/
    }

    .info-des .info-text-box {
        background: #F9F9FF;
        border-radius: 50px;
    }

    .info-des .info-datetime {
        font-family: "Roboto-Bold", Helvetica;
        font-weight: 400;
        color: #303972;
        font-size: 18px;
    }

    .info-des .info-datetime-text {
        font-weight: 700;
    }

    .info-des .info-datetime-textspan {
        font-family: "Roboto-Regular", Helvetica;
    }

    .info-des .info-datetime-datetimepicker {
        background: #F9F9FF;
        border-radius: 50px;
    }

.box {
    width: 44px;
    height: 44px;
}

    .box .ellipse {
        /*position: fixed;*/
        width: 44px;
        height: 44px;
        top: 0;
        left: 0;
        background-color: #0f5cb8;
        border-radius: 22px;
        border: 2.35px solid;
    }

.circle-dollar-sign {
    position: relative;
    width: 24px;
    height: 24px;
}

    .circle-dollar-sign .vector {
        position: absolute;
        width: auto;
        height: auto;
        margin: 10px 15px 10px 10px;
    }

    .circle-dollar-sign .ellipse {
        /*position: fixed;*/
        width: 44px;
        height: 44px;
        top: 0;
        left: 0;
        background-color: #F6B60E;
        border-radius: 22px;
        border: none;
    }


.form-control {
    background: #F9F9FF;
    border-radius: 50px;
}

.div-mtba {
    width: 228px;
    height: 21px;
}

    .div-mtba .text-mtba {
        top: 0;
        left: 0;
        font-family: "Poppins-Regular", Helvetica;
        font-weight: 400;
        color: #A098AE;
        font-size: 14px;
        letter-spacing: 0;
        line-height: normal;
    }

.input-height-4 {
    height: 72px;
}

.valeur-total {
    font-family: "Poppins-Bold", Helvetica;
    font-weight: 700;
    color: #303972;
    font-size: 20px;
    letter-spacing: 0;
    line-height: normal;
}

.rz-m-0 {
    font-family: "Poppins-Bold", Helvetica !important;
    font-weight: 700 !important;
    color: #303972 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
}

.rz-m-1 {
    font-family: "Poppins-SemiBold", Helvetica !important;
    font-weight: 600 !important;
    color: #0f5cb8 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
}

.ticket-w {
    width: 500px;
}

.ticket-logo-w {
    width: 200px;
}

.ticket-message-size {
    font-size: 12px;
}

.ticket-dh-size {
    font-size: 20px;
    line-height: 14.40px;
}

.ticket-value-size {
    font-size: 30px;
    line-height: 26.40px;
}

.ticket-circle-size {
    width: 120px;
    height: 120px;
}

.ticket-validity-size {
    font-size: 12px;
    line-height: 15px;
}

.ticket-footer-h {
    height: 100px;
}

@media screen and (max-width: 590px) {
    .ticket-w {
        width: 300px;
    }

    .ticket-footer-h {
        height: 60px;
    }

    .ticket-logo-w {
        width: 130px;
    }

    .ticket-message-size {
        font-size: 9px;
    }

    .ticket-dh-size {
        font-size: 10px;
    }

    .ticket-value-size {
        font-size: 15px;
        line-height: 19px;
    }

    .ticket-circle-size {
        width: 85px;
        height: 85px;
    }

    .ticket-validity-size {
        font-size: 9px;
        line-height: 12px;
    }
}
