@media screen and (max-width: 1248vw) and (min-width: 769px) {
    /*
     ARRBRE
  */
    .DAVIArbre {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 1 100%;
        z-index: 6;
        min-height: 50px;
        background-color: #fafafa;
    }

    .DAVIArbre:after {
        width: 90%;
        background: #ffffff;
        height: 5px;
        content: "";
        position: absolute;
        top: 70px;
    }

    /*
        VIEWER
     */
    .DAVIViewer {
        position: absolute;
        height: calc(100% - 70px);
        width: 100%;
        top: 70px;
        left: 0;
    }

    /*
    Taille de doigt
     */

    .DAVIflexTemplateTailleDeDoigt{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2vw 5% 90px 5%;
        height: 100%;
    }
    .DAVItailleDeDoigtBouton{
        font-family: Hind, serif;
        font-size: calc(5px + 1vw);
        color: #464646;
        background: #FAFAFA;
        width: 4.5vw;
        height: 4.5vw;
        border-radius: 50%;
        margin: 7px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .DAVItailleDeDoigtBouton:hover{
        background: #E6C9A57F;
    }

    /*
    Profil Alliance
    */
    .DAVIflexTemplateProfil{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 2vw 10% 3vw 10%;
        height: 100%;
    }
    .DAVIBoxEtapeProfil{
        padding: 20px 10px;
        display: flex;
        height: 4vw;
        align-items: center;
    }
    .DAVIBoxEtapeProfilSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 4vw;
        padding: 20px 10px;
        align-items: center;
    }
    .DAVIOptionEtapeProfilSelected{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }
    .DAVIImageOptionEtapeProfilSelected {
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
    }
    .DAVIOptionEtapeProfil{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVIOptionEtapeProfil:hover{
        color: #000000;
    }
    .DAVIImageOptionEtapeProfil {
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
        flex: 0 1 10%;
    }

    /*
        Taille
     */
    .DAVIflexTemplateTaille{
        width: 80%;
        flex-direction: row;
        display: flex;
        margin: 2.5vw 10% 20px 10%;
        height: 100%;
    }
    .DAVITailleFlex{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        width: 90%;
    }
    .DAVITaille2Box{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: calc(5px + 1.0vw);
        font-weight: 600;
        color: #464646;
    }

    #flexEnfantSliderAtelier2::after {
        border-bottom: 1px solid
        #e6c9a5;
        transform: translateY(13px);
        content: "";
        width: 70%;
        position: absolute;
    }
    .DAVITailleSelected {
        color: #e6c9a5;
    }
    .DAVITailleTextCenter{
        text-align: center;
        display: grid;
    }
    .DAVITailleTextCenter::after {
        font-size:0.65em;
        content: "mm";
        margin-top: -10px;
    }
    .DAVIEtapeTailleSlider {
        -webkit-appearance: none;
        width: 100%;
        height: 25px;
        background: #00000000;
        outline: none;
    }
    .DAVIEtapeTailleSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #E6C9A5;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }
    .DAVIEtapeTailleSlider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #E6C9A5;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }

    .DAVIInformationTaille:focus:after{
        content: 'Guide \A'
        'des largeurs';
        top: 230px;
        position: fixed;
        color: #7DCCC9;
        font-size: calc(5px + 0.2vw);
        white-space: pre;
        line-height: 100%;
        right: 3.5%;
        text-align: right;
    }

    /*
        COULEUR
     */
    .DAVIflexTemplateCouleur{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 2.5vw 10% 20px 10%;
        height: 100%;
    }
    .DAVICouleurBoxSelected{
        background-color: #FFF;
        height: 5vw;
        align-items: center;
        display: flex;
    }
    .DAVICouleurImageSelected{
        padding-left: 10px;
        width: 36px;
        height: 36px;
    }
    .DAVICouleurOptionSelected{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }
    .DAVICouleurBox{
        height: 5vw;
        align-items: center;
        display: flex;
    }
    .DAVICouleurImage{
        padding-left: 10px;
        width: 36px;
        height: 36px;
    }
    .DAVICouleurOption{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVICouleurOption:hover{
        color: #000000;
    }

    .DAVIInformationMetal{
        position: fixed;
        right: 2%;
        top: 90px;
        margin-top: 1.5vw;
    }

    .DAVIInformationMetal:focus:after{
        content: "Guide des \A"
        "métaux précieux";
        top: 85px;
        position: fixed;
        color: #7DCCC9;
        font-size: calc(5px + 0.2vw);
        white-space: pre;
        line-height: 100%;
        right: 2%;
        text-align: right;
    }
    /*
        FINITION
     */
    .DAVIflexTemplateFinition{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 2.5vw 10% 20px 10%;
        height: 100%;
    }
    .DAVIBoxEtapeFinition{
        padding: 20px 10px;
        display: flex;
        height: 50px;
        align-items: center;
    }
    .DAVIBoxEtapeFinitionSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 50px;
        padding: 20px 10px;
        align-items: center;
    }
    .DAVIOptionEtapeFinitionSelected{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }
    .DAVIImageOptionEtapeFinition {
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
    }
    .DAVIOptionEtapeFinition:hover {
        color:#000
    }
    .DAVIOptionEtapeFinition{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVIImageOptionEtapeFinitionSelected {
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
        flex: 0 1 10%;
    }
    .DAVIInformationFinition{
        position: fixed;
        right: 2%;
        top: 90px;
        margin-top: 1.5vw;
    }

    .DAVIInformationFinition:focus:after{
        content: "Le polissage va se matifier / l'effet mat va devenir plus brillant \A"
        "avec le temps et votre bijou prendra une patine. \A"
        "Cela est normal car vous allez porter votre alliance tous les jours";
        top: 80px;
        position: fixed;
        color: #0000003E;
        font-size: calc(5px + 0.2vw);
        white-space: pre;
        line-height: 100%;
        right: 2%;
        text-align: right;
    }

    /*
        GRAVURE
     */
    .DAVIFlexEtapeGravure {
        margin-top: -5%;
    }
    .DAVIflexTemplate1Gravure{
        width: 100%;
    }

    .DAVIflexTemplate2Gravure{
        width: 100%;
        margin-top:2.5vw;
        margin-bottom: 90px;
    }

    .DAVIInputGravure{
        height: 2vw;
        margin: 0 9%;
        font-size: calc(5px + 0.8vw);
        width: 80%;
    }

    .DAVISubInputGravure{
        padding: 5px 0 0 10%;
        font-style: italic;
        font-size: 0.9vw;
        color:#A3A3A3;
    }

    .DAVIflexGravure{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 20px 10%;
    }

    .DAVIImageOptionGravure{
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
        flex: 0 1 10%;
    }
    .DAVIImageOptionGravureSelected{
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
    }

    .DAVIOptionGravure{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVIOptionGravure:hover{
        color: #000;
    }

    .DAVIOptionGravureSelected{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }

    .DAVIBoxEtapeGravure{
        padding: 20px 10px;
        display: flex;
        height: 50px;
        align-items: center;
    }

    .DAVIBoxEtapeGravureSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 50px;
        padding: 20px 10px;
        align-items: center;
    }

    .DAVIBoutonEtapePrevious:after{
        content: "";
        background: url("./Assets/left.svg") no-repeat 10px;
        display: inline-block;
        width: 80px;
        height: 2vw;
    }

    .DAVIBoutonEtapePrevious:hover:after{
        content: "";
        background: url("./Assets/lefthover.svg") no-repeat 10px;
        display: inline-block;
        width: 80px;
        height: 2vw;
    }

    .DAVIBoutonEtapeNext:after{
        content: "";
        background: url("./Assets/right.svg") no-repeat 10px;
        display: inline-block;
        width: 80px;
        height: 2vw;
    }

    .DAVIBoutonEtapeNext:hover:after{
        content: "";
        background: url("./Assets/righthover.svg") no-repeat 10px;
        display: inline-block;
        width: 80px;
        height: 2vw;
    }

    /*
        BAGUE
     */
    .DAVIflexTemplateBague{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 20px 10% 90px 10%;
    }

    .DAVIOptionEtapeBague{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 10px;
        flex: 0 1 90%;
    }

    .DAVIOptionEtapeBague:hover{
        color: #000000;
    }

    .DAVIBoxEtapeBague{
        padding: 20px 10px;
        display: flex;
        height: 50px;
        align-items: center;
    }

    .DAVIImageOptionEtapeBague{
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
        flex: 0 1 10%;
    }

    .DAVIOptionEtapeBagueSelected{
        font-size: calc(5px + 0.8vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 10px;
        font-weight: 900;
    }

    .DAVIBoxEtapeBagueSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 50px;
        padding: 20px 10px;
        align-items: center;
    }

    .DAVIImageOptionEtapeBagueSelected{
        padding-left: 10px;
        width: 5vw;
        height: 5vw;
    }

    /*
        FOOTER
     */

    .DAVIFooter{
        height: 70px;
        background:#FAFAFA;
        flex: 0 100%;
        display: flex;
        font-family: Hind, serif;
        z-index: 1;
    }

    .DAVIBoxFooter{
        display: flex;
        flex-wrap: wrap;
        flex: 0 33%;
    }

    .DAVIImageFooter{
        height: 26px !important;
        flex: 0 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 0.9em;
        color: #B3B3B3;
        text-align: center;
    }

    .DAVIcloseConfiguratorTemplate{
        font-size: 2em;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition:         transform .2s ease-in-out;
        position: absolute;
        right: 5%;
        top: 50px;
    }
    .DAVIcloseConfiguratorTemplate:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }


    #configurator {
        background-color: #fafafa00;
        height: calc(100% - 75px);
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-content: start;
        position: relative;
        flex: 0 30%;
        overflow-y: hidden;
    }

    .buttonEtape{
        width: 80%;
        margin: 0 10%;
        border: solid 1px black;
        background-color: #fafafa;
        color: #E6C9A5;
        font-size: 2em;
        cursor: pointer;
        order: 99;
        height: 40px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .buttonEtape:hover{
        color: #000;
    }

    .buttonEtapeFinal{
        position: absolute;
        right: 1%;
        top: 2.5%;
        width: 15%;
        background: #E6C9A5;
        border: none;
        border-radius: 2vw;
        z-index: 51;
        color: white;
        font-size: 0.8em;
        padding: 0;
        cursor: pointer;
        height: 3%;
    }

    #header{
        height: 16%;
        text-align: center;
        font-size: 1.2em;
        background: #E6C9A5;
        color: #fff;
        z-index: 5;
        position: relative;
        flex: 0 1 100%;
        align-items: center;
        justify-content: center;
        display:none;
    }

    .informationConfigurator{
        margin: 0;
        font-size: 1.1em;
        color: #aaa;
        font-weight: bold;
        padding-left: 5px;
    }

    .configuratorTexture {
        width: 32px;
        height: 32px;
        display: inline-flex;
        vertical-align: middle;
        margin: 5px;
        border: solid 1px #00000054;
    }

    .summaryImage {
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 50%;
        float: left;
        border: solid 3px #777;
    }

    .tailleFlex{
        width: 100%;
    }

    .configuratorImage{
        width:32px;
        height: 32px;
        margin: 5px;
        border: solid 1px #00000054
    }



    .boutonVue{
        width: 150px;
        left: 50px;
        z-index: 50;
        color: white;
        background: #E6C9A5;
        font-size: 1em;
        padding: 12px;
        text-align: center;
        vertical-align: middle;
        border-radius: 5px;
        cursor: pointer;
    }

    .listProduct{
        position: absolute;
        top: 1%;
        left: 100px;
        border: none;
        color: #777777;
        min-width: 15%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(./Assets/flechedown.png) 98% / 12% no-repeat;
        z-index: 50;
        height: 6%;
    }

    .price{
        position: absolute;
        right: 17%;
        z-index: 50;
        top: 0;
        display: flex;
        height: 8%;
        align-items: center;
    }

    .priceText{
        color: #B3B3B3;
        z-index: 50;
        font-size: 1.6em;
        font-weight: 800;
    }

    .titleEtape{
        font-size: calc(5px + 0.8vw);
        color: #000000;
        line-height: 2vw;
        letter-spacing: 0.3px;
        font-weight: 100;
        font-family: Exemplar, serif;
        width: 27%;
        position: fixed;
        top: 90px;
        right: 0;
        background: #fafafa;
        height: 2vw;
    }

    .titleEtapegravure1, .titleEtapegravure2{
        font-size: calc(5px + 0.8vw);
        color: #000000;
        line-height: 25px;
        padding-left: 5%;
        letter-spacing: 0.3px;
        font-weight: 100;
        font-family: Exemplar, serif;
        width: 90%;
        margin: 20px 5%;
    }

    .DAVITitleTemplateFooter{
        font-size: 1.1em;
        color: #000000;
        line-height: 25px;
        padding-left: 15px;
        letter-spacing: 0.3px;
        font-weight: 100;
        font-family: Exemplar, serif;
        margin-top: 5vw;
    }

    .subtitleEtape{
        font-size: 0.9em;
        color: #6E6E6E;
        padding-left: 15px;
        margin-top: -15px;
    }

    .DAVITitleData{
        font-size: 0.8em;
        color: #6E6E6E;
        margin-left: 15px;
        padding-top: 15px;
        width: 95%;
        border-top: 0.1px solid  #00000010;
        margin-top: 5px;
    }

    .DAVIDataTemplate{
        font-size: 0.9em;
        padding-left: 5px;
    }

    .DAVIInfosTemplate{
        font-size: 0.9em;
        padding-left: 15px;
    }

    .DAVITitleDataLink{
        position: absolute;
        right: 15px;
        color: #E6C9A5;
        text-decoration: underline;
        cursor: pointer;
    }

    .DAVIContainerData{
        display: flex;
        align-items: center;
    }

    .libConfigurator{
        color: #6E6E6E;
        font-size: 0.8em;
        padding-bottom: 5px;
        padding-left: 15px;

    }
    .DAVIBagueData{
        font-size: 1em;
        padding-left: 15px;
        font-family: Exemplar, serif;
    }

    .DAVISpanData{
        padding-left: 15px;
        font-size: 0.75em;
        font-weight: 200;
    }

    .optionEtape{
        font-size: 18px;
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }

    .optionEtape:hover{
        color: #000000;
    }

    .boxEtape{
        padding: 20px;
        display: flex;
        height: 70px;
        align-items: center;
    }

    .boxEtapeNoBorder, .boxEtapeSelectedNoBorder {
        height: 5vw;
        align-items: center;
        display: flex;
    }

    .boxEtapeSelectedNoBorder{
        background-color: #FFF;
    }

    .imageOptionEtape{
        padding-left: 10px;
        width: 80px;
        height: 80px;
        flex: 0 1 10%;
    }
    .imageOptionEtapeNoBorder{
        padding-left: 10px;
        width: 32px;
        height: 32px;
    }
    .imageOptionEtapeSelectedNoBorder{
        padding-left: 10px;
        width: 32px;
        height: 32px;
    }

    .titleEtapeSelected{
        font-size: 20px;
        color: #6E6E6E;
        line-height: 20px;
        padding-left: 15px;
    }

    .optionEtapeSelected{
        font-size: 18px;
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }

    .boxEtapeSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 70px;
        padding: 20px;
        align-items: center;
    }

    .imageOptionEtapeSelected{
        padding-left: 10px;
        width: 80px;
        height: 80px;
    }

    .italic{
        padding: 5px 0 0 20px;
        font-style: italic;
        font-size: 0.9em;
        color: #A3A3A3;
    }

    .inputEtape{
        height: 2.5vw;
        margin: 0 4% 0 4%;
        font-size: 18px;
        width: 90%;
    }



    .etapeDiv{
        width: 100%;
        height: calc(100% - 125px);
        margin-top: 50px;;
        display: none;
        flex-direction: column;
        overflow: auto;
        font-family: Hind, serif;
    }


    .configuratorTemplate{
        width: 100%;
        display: none;
        flex-direction: column;
        overflow: auto;
        background: #fafafa;
        position: absolute;
        z-index: 500;
        height: calc(100% - 75px);
        font-family: Hind, serif;
    }

    .containerArbre {
        flex-direction: row;
        display: flex;
        position: relative;
        text-align: center;
    }

    .flecheArbre{
        position: absolute;
        width: 82%;
        border-top: solid 1px #DBDBDB;
        justify-self: right;
        display: flex;
        margin: 26px 0 0 8%;
        z-index: 1;
        color: #aaa;

    }

    .libArbre{
        visibility: hidden;
        z-index: 2;
        width: 5vw;
        letter-spacing: 0.24px;
        margin-top: 0;
        position: relative;
        color: #aaa;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .libArbre::before {
        border: solid 1px #DBDBDB;
        content: "";
        width: 18px;
        height: 18px;
        margin: 12px 0 10px 0;
        border-radius: 18px;
        visibility: visible;
        background-color: #fafafa;
    }

    .libArbreselected, .libArbreselectedHover{
        z-index: 2;
        width: 5vw;
        letter-spacing: 0.24px;
        margin-top: 0;
        position: relative;
        color: #000;
        visibility: visible;
        white-space: nowrap;
        font-size: 1.1vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .libArbreselected::before, .libArbreselectedHover::before{
        content: "";
        width: 18px;
        height: 18px;
        margin: 12px 0 10px 0;
        border-radius: 18px;
        visibility: visible;
        background: #E6C9A5;
        border: none;
    }

    .libArbre:hover:after, .libArbreselectedHover:hover:after {
        content: attr(data-value);
        font-size: 0.9vw;
        position: absolute;
        visibility: visible;
        color:#DBDBDB;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .libArbre, .libArbreselected, .libArbreselectedHover, .flecheArbre{
        padding: 5px;
        cursor:pointer;
    }



    .tailleDiv{
        /*display: flex;*/
        align-items: start;
        flex-wrap: wrap;
        flex-grow: 1;
        align-content: baseline;

    }

    .tailleDivWrap{
        /* display: flex;
         align-items: start;*/
        flex-wrap: wrap;
        /*flex-grow: 1;*/
        align-content: baseline;

    }

    .displayFlex {
        display: flex;
    }

    .flexCouleur {
        display: flex;
        flex-direction: column;
        margin-bottom: 2.5vw;
        margin-top: 2.5vw;
        width: 80%;
    }

    .footerConfigurator{
        height: 70px;
        background: #FAFAFA;
        flex: 0 100%;
        display: flex;
        font-family: Hind, Serif;
        z-index: 1;
    }

    .subFooter {
        height: 26px !important;
        flex: 0 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 0.9em;
        color: #B3B3B3;
        text-align: center;
    }


    .subFooterOpen {
        height: 26px !important;
        flex: 0 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 0.9em;
        color: #FFFFFF;
    }

    .boxContainerSVG:hover:after{
        content: attr(data-value);
        color: #000;
        white-space: nowrap;
        font-size: 0.8em;
        margin-top: 5px;
        flex: 1;
        text-align: center;
    }

    .boxContainerSVG{
        display: flex;
        flex-wrap: wrap;
        flex: 0 33%;
    }

    .bagueTemplateSave{
        position: fixed;
        left: 30%;
        right: 30%;
        top: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: Exemplar, serif;
        bottom: 30%;
        justify-content: space-around;
        border: solid 1px #e6c9a5;
        background: white;
        text-align: center;
        z-index: 500;
    }

    .closeTemplateSave {
        content: "✕";
        position: absolute;
        right: 5px;
        top: 0px;
        font-size: 1.25em;
    }

    .buttonTemplateSave{
        font-family: Hind, serif;
        font-size: 1.0em;
        color: #ffffff;
        background-color: #E6C9A5;
        border: none;
        padding: 5px 20px;
    }
    .body{
        width: 100%;
        height: 100%;
        margin:0;
        display: flex;
        flex-direction:row-reverse;
        flex-wrap:wrap;
        justify-content: end;
        position: relative;
    }

    .flexDirectionRow{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 75px;
        background:#fafafa;
        height: 90px;
    }

    .buttonorder99{
        order: 99;
        margin: 20px 10% 20px 0;
        border-left: none;
    }
    .buttonorder1{
        order: 1;
        margin: 20px 0 20px 10%;
        border-right: none;
    }
    .buttonWidth{
        width: 100%;
    }

    .DAVIInformation{
        width: 20px;
        height: 20px;
        line-height: 20px;
        background:#7DCCC9;
        border-radius: 50%;
        text-align: center;
        color: white;
        align-self: center;
        font-size: 14px;
        border: none;
    }
}