@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

body,input,textarea,select,option,input::placeholder,textarea::placeholder{
    font-family: 'Raleway', sans-serif;
}

input,textarea,select{
    background-color: transparent;
}

body{
    margin:0px;
    padding:0px;
    overflow-x: hidden;
}



.legal{
    margin-top: 10px;  
    display: flex;  
    align-items: center;
    justify-content: center;
}
.legal a{
    color:black;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}

.clear{
    margin-top: 10px;  
    display: flex;  
    align-items: center;
    justify-content: center;
}
.clear span{
    text-align: center;
    color:black;
    font-size: 10px;
    font-weight: 600;
}
.version{
    position: fixed;
    color:black;
    z-index: 110;
    left:5px;
    bottom:5px;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.artist{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    color:black;
    z-index: 110;
    right:5px;
    bottom:5px;
    font-size: 12px;
    font-weight: 500;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.artist a{
    color:black;
    font-size: 13px;
    font-weight: 700;
}


.load{
    position: fixed;
    z-index: 100;
    top:0px;
    left:0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;   
    font-size: 20px;
    font-weight: 900;
    color:black;
}

.load > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.load span{
    letter-spacing: 5px;
}

.load .loader{
    margin-top: 20px;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid black; /* Blue */
    border-radius: 50%;
    width:20px;
    height:20px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.app_gameView{
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.app_gameView > *{    
    min-width: 280px;
    max-width: 320px;
    width: 95%;    
}

.gameTitle{
    height: 60px;
    min-height: 60px;
    font-weight: 900;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.gameTitle span:hover{
    cursor: pointer;
}

.gameBannerMessage{
    position: relative;
    opacity: 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 100%;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    background-color: black;
}

.gameBannerMessage .timer{
    font-size: 20px;
    right: 15px;
    position: absolute;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.gameBannerMessage .timer .second{
    font-size: 15px;
}
.gameBannerMessage .round{
    font-size: 20px;
    left: 15px;
    position: absolute;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.gameSection_title{
    width: 100%;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 25px;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .input-info, .secondarySection .input-info{
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0px;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .input-info .number, .secondarySection .input-info .number{
    font-weight: 900;
    color:#0008F8;
}

.gameSection .input-info .second, .secondarySection .input-info .second{
    font-weight: 900;
    color:#0008F8;
}

.gameSection input, .gameSection select, .secondarySection input, .secondarySection select{
    width: 100%;    
    height: 40px;
    outline: none;
    border: 3px solid black;
    font-weight: 700;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    padding-left: 10px;
    padding-right: 10px;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
} 

.gameSection input[type="range"], .secondarySection input[type="range"]{
    padding:0px;
    border:none;   
    -webkit-appearance: none;
    appearance: none;
    width: calc(100% - 3px);
    height: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
    background: transparent;
    outline: none;  
    background-color:black;
}
.gameSection input[type="range"]::-webkit-slider-thumb, .secondarySection input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none; 
    border-radius: 50%;
    appearance: none;
    width: 15px; 
    height: 15px;    
    cursor: pointer; 
    background-color: black;
}
  
.gameSection input[type="range"]::-moz-range-thumb, .secondarySection input[type="range"]::-moz-range-thumb{
    border-radius: 50%;
    width: 15px; 
    height: 15px; 
    cursor: pointer; 
    background-color: black;
}

.gameSection .inputswitch, .secondarySection .inputswitch{
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;  

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .inputswitch .active,  .secondarySection .inputswitch .active{
    font-size: 15px;
    font-weight: 800;
    background-color: black;
    color:white;
}

.gameSection .inputswitch > div,  .secondarySection .inputswitch > div{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50%;
    height: 34px;    
    border: 3px solid black;
    font-weight: 700;
    font-size: 12px;
}

.gameSection .avatarContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 7.5px;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .friends{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    overflow-x:hidden;
    overflow-y: auto;
    max-height: 465px;
}

.gameSection .friend{
    position: relative;
    overflow: hidden;
    width: 47%;
    margin-bottom: 7px;
    height: 80px;
    border: 3px solid black;
    display: flex;
    flex-direction: column;
    align-items:center;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.gameSection .friend img{
    margin-top: 7px;
    margin-bottom: 5px;
    width: 50px;
    border-radius: 50%;
}
.gameSection .friend span{
    font-size: 12px;
    white-space: nowrap;
}
.gameSection .friend span b{
    font-weight: 800;
}
.gameSection .friend .host{
    position: absolute;
    z-index: 1;
    background-color: black;
    color:orange;
    top:2px;
    right:2px;
    padding: 5px;
    border-radius: 50%;
} 
.gameSection .friend .host svg{
    width: 17px;
    height: 17px;
}

.gameSection .friend .podium{
    position: absolute;
    z-index: 1;
    background-color: black;
    color:white;
    top:2px;
    left:2px;
    padding: 5px;
    border-radius: 5px;
} 
.gameSection .friend .podium span{
    padding: 2px;
    font-size: 13px;
    font-weight: 600;
}

.gameSection .countdown{
    pointer-events: none;
    display: flex;
    align-items:center;
    justify-content: center;
    position: fixed;
    top:0px;
    left:0px;  
    width: 100vw;
    height: 100vh;
    font-weight: 900;
    font-size: 120px;
}

.gameSection .playersChoose{
    position: fixed;
    top:105px;
    height: 20px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;    
}
.gameSection .playersChoose svg{
    width: 15px;
    height: 15px;
    color:lightgrey;
}
.gameSection .playersChoose span{
    margin-left:3px;
}

.gameSection .sentence{
    width: calc(100% - 46px);
    font-size: 20px;
    font-weight: 700;
    border: 3px solid black;
    padding: 20px;
    opacity: 0;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .lineAppear{
    overflow-x: hidden;
    overflow-y: auto;
    /* margin-left: 300px; */
}

/* ===== playerWords ===== */

.gameSection .words{
    width: 100%;
    margin-top: 30px;
}

.gameSection .words .word{
    position: relative;
    opacity: 0;
    background-color: rgb(150, 150, 150);
    color:white;
    width: calc(100% - 40px);
    height: 80px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .words .word selector{
    position: absolute;
    left:6.5px;
    display: none;
    color:orange;
    font-size: 15px;
    font-weight: 600;
}

.gameSection .words .word span{
    height: 40px;
    display: flex;
    align-items: center;
}

.gameSection #selectWords{
    display: none;
}

/* ===== playersWords ===== */

.gameSection .playersWords{
    width: 100%;
    margin-top: 30px;
}

.gameSection .playersWords .playerWords{
    position: relative;
    opacity: 0;
    background-color: rgb(150, 150, 150);
    color:white;
    width: calc(100% - 40px);
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    flex-direction: column;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .playersWords .playerWords splitter{
    position: absolute;
    background-color:white;
    left:50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
}

.gameSection .playersWords .playerWords span{
    height: 40px;
    display: flex;
    align-items: center;
}

.gameSection #selectPlayerWords{
    display: none;
}

/* ===== playersPositions ===== */

.gameSection .playersPositions{
    width: 100%;
    margin-top: 30px;
}

.gameSection .playersPositions .playerPosition:nth-child(1){
    background-color: #F5DA27;
    color:black;
}
.gameSection .playersPositions .playerPosition:nth-child(2){
    background-color: #F5AB27;
    color:black;
}
.gameSection .playersPositions .playerPosition:nth-child(3){
    background-color: #E27825;    
    color: black;
}
.gameSection .playersPositions .playerPosition:nth-child(n+4){
    background-color: black;
    color:white;
}

.gameSection .playersPositions .playerPosition{
    position: relative;
    opacity: 0;  
    width: calc(100% - 50px);
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-right: 10px;
    font-weight: 700;
    display: flex;
    flex-direction: column;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}

.gameSection .playersPositions .playerPosition:nth-child(-n+3) position{    
    color: blue;
    font-weight: 750;
}
.gameSection .playersPositions .playerPosition:nth-child(n+4) position{    
    color:orange;
}

.gameSection .playersPositions .playerPosition:nth-child(-n+3) pseudo b{    
    color: blue;
}
.gameSection .playersPositions .playerPosition:nth-child(n+4) pseudo b{    
    color:orange;
}

.gameSection .playersPositions .playerPosition position{
    height: 40px;
    top:0px;
    display: flex;
    align-items: center;
    position: absolute;
    left:6.5px;
    font-size: 15px;
    font-weight: 600;
}

.gameSection .playersPositions .playerPosition:nth-child(-n+3) splitter{
    background-color: black;
}

.gameSection .playersPositions .playerPosition:nth-child(n+4) splitter{
    background-color: white;
}
.gameSection .playersPositions .playerPosition splitter{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
}

.gameSection .playersPositions .playerPosition span{
    height: 40px;
    display: flex;
    align-items: center;
}

.gameSection .playersPositions .playerPosition .playerPosition__1{
    display: none;
}
.gameSection .playersPositions .playerPosition .playerPosition__1 > *{
    display: none;
}
.gameSection .playersPositions .playerPosition img{
    width: 30px;
    border-radius: 50%;
}
.gameSection .playersPositions .playerPosition pseudo b{
    font-size: 13px;
    font-weight: 800;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.gameSection .playersPositions .playerPosition votes{
    margin-left: 5px;
    margin-right: 5px;
}

/* ===== app_secondaryView ===== */

.messageNotification{
    z-index: 2;
    position: absolute;
    top: 16px;
    left: calc(50% + 130px);
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    pointer-events: none;
}

.app_iconButtonView{
    z-index: 0;
    display: none;
    cursor:pointer;
    top:30px;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 30px;
    height: 30px;
}

.leftIconView{
    left: calc(50% - 125px);
}

.rightIconView{
    left: calc(50% + 125px);
}


.app_iconButtonView > *{
    width: 100%;
    height: 100%;
}

.app_secondaryView{
    z-index: 10;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.app_secondaryView .secondarySection{
    position: relative;
}

.app_donationView{
    z-index: 10;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.app_donationView .donationSection{
    position: relative;
}

@media screen and (min-width: 1160px){    

    .leftView{
        transform: translateX(calc(-50% - 420px));
    }

    .rightView{
        transform: translateX(calc(-50% + 420px));
    }

    .app_secondaryView{    
        top:130px;
        left:50%;        
        width: 350px;
        min-height: 300px;   
    }

    .leftView splitter{
        right: 0px;
    }

    .rightView splitter{
        left: 0px;
    }

    .app_secondaryView splitter{
        position: absolute;        
        width: 1px;
        height: 300px;
        border-right: 2px dotted black;
    }

    .app_secondaryView .secondarySection .close{
        display: none;
    }

    .app_secondaryView > *:not(splitter):not(.close){    
        width:300px;      
    }    

    .app_secondaryView{
        min-height: 430px;
        height: calc(100vh - 130px - 100px);
    }       

    .app_secondaryView .newMessage{
        bottom: 0px;
    }

}

@media screen and (max-width: 1160px){
    .app_secondaryView{    
        display: none;
        top:0px;
        left:0px;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255,255,255,0.95);
        backdrop-filter: blur(7px); 
    }

    .app_secondaryView .secondarySection .close{
        top:40px;
        right: 0px;
        position: absolute;
        cursor: pointer;
    }

    .app_secondaryView > *:not(splitter):not(.close){  
        min-width: 280px;  
        max-width: 320px;
        width: 95%;    
        position: absolute;    
    }

    .app_secondaryView .secondarySection spacer{
        height: 40px;
        min-height: 40px;
    }

    .app_secondaryView{
        min-height: 430px;
        height:100vh;
    }

    .app_secondaryView .newMessage{
        bottom: 40px;
    }
    

}

.app_secondaryView .chat .messages{
    height: calc(100% - 160px);
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.app_secondaryView .chat .nomessage{
    width: 100%;
    font-size: 12px;
    color:grey;
}

.app_secondaryView .chat .message{    
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow-wrap: break-word;
}

.app_secondaryView .chat .message > div > div{
    width: 70%;
}
.app_secondaryView .chat .message .date{
    font-size: 12px;
    color:grey;
    margin-top: 2px;
}

.app_secondaryView .chat .message .me{
    display: flex;   
    flex-direction: row-reverse;    
}

.app_secondaryView .chat .message .me .date{
    text-align: right;
}

.app_secondaryView .chat .message .other .date{
    text-align: left;
}


.app_secondaryView .chat .message .me .content{    
    position: relative;
    font-weight: 600;
    font-size: 13px;
    padding: 10px;
    background-color: transparent;
    border: 3px solid black;
    color:black;
    border-radius: 15px 15px 0px 15px;
}

.app_secondaryView .chat .message .me .content .player-name{
    display: none;
}
.app_secondaryView .chat .message .other .content .player-name{
    font-size: 14px;
    font-weight: 800;
}
.app_secondaryView .chat .message .server .content .player-name{
    font-size: 14px;
    font-weight: 800;
}
.app_secondaryView .chat .message .other .content{
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    background-color:black;
    border: 3px solid black;
    color:white;
    border-radius: 15px 15px 15px 0px;
}

.app_secondaryView .chat .message .server .content{
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    background-color: rgb(255, 253, 117);
    border: 3px solid rgb(252, 248, 48);
    color:black;
    border-radius: 15px 15px 15px 0px;
}

.app_secondaryView .chat .newMessage{
    position: absolute;
    left:0px;
    
    width: 100%;    
}

.app_secondaryView .chat .newMessage input{
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    font-weight: 600;
    outline: none;
    border: 3px solid black;
    color:black;
}

.app_secondaryView .chat .newMessage span{
    position: absolute;
    top:50%;
    right:10px;
    transform: translate(0,-50%);
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.app_secondaryView .chat .newMessage span:hover{
    width: 30px;
    height: 30px;
    transition: 0.2s;
}
.app_secondaryView .chat .newMessage span > *{
    width: 100%;
    height: 100%;
}


.app_secondaryView .iconSecondarySection{
    display: none;
}

.secondarySection{
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.secondarySection .secondarySection_title{
    width: 100%;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 25px;
}

.secondarySection .spacer{
    height: 130px;
    min-height: 130px;
}

.secondarySection .listInfos{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
}
.secondarySection .listInfos > span{
    margin-bottom: 3px;
}

.secondarySection .friends{
    width: 100%;
    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.secondarySection .friends .friend{
    height: 40px;
    background-color: black;
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    overflow:hidden;
}
.secondarySection .friends .friend img{
    width: 30px;
    border-radius: 50%;
    margin-right: 8px;
}
.secondarySection .friends .friend b{
    margin-right: 8px;
    color: cyan;
    font-weight: 800;
}
.secondarySection .friends .friend pts{
    margin-left: 8px;
    font-weight: 600;
    font-size: 13px;
}
.secondarySection .friends .friend pts b{
    font-size: 15px;
    margin-right: 2px;
    margin-left:2px;
    color:cyan;
}

.app_donationView{    
    top:0px;
    left:0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.95);
    backdrop-filter: blur(7px); 
}

.app_donationView .donationSection .close{
    top:40px;
    right: 0px;
    position: absolute;
    cursor: pointer;
}

.app_donationView .donationSection spacer{
    height: 40px;
}

.app_donationView > *:not(splitter):not(.close){  
    min-width: 280px;  
    max-width: 320px;
    width: 95%;    
    position: absolute;    
}




.donationSection{
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.donationSection .donationMessage{
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.donationSection .donationSection_title{
    width: 100%;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 25px;
}

.donationSection .spacer{
    height: 130px;
}


/* ===== buttons ===== */

.button{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 34px;    
    border: 3px solid black;
    font-weight: 900;
    margin-top: 7.5px;
    margin-bottom: 7.5px;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.messageHost{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;   
    border: 3px solid black;
    color:black;
    font-weight: 900;
    margin-top: 7.5px;
    margin-bottom: 7.5px;    
    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.messageWaiting{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;    
    border: 3px solid black;
    color:black;
    font-weight: 900;
    margin-top: 7.5px;
    margin-bottom: 7.5px;

    -khtml-user-select : none;
    -webkit-user-select : none;
    -moz-user-select : -moz-none;
    -ms-user-select : none;
    user-select : none; 
}
.btn-bottom{
    position: absolute;
    bottom: 30px;
    width: calc(100% - 6px);
    max-width: 314px;
    min-width: 274px;
}
.btn-bottom-invite{
    display: none;
    position: absolute;
    bottom: 80px;
    width: calc(95% - 6px);
    max-width: 314px;
    min-width: 274px;
}
.btn-full{
    width: calc(100% - 6px);
}
.btn-half{
    width: calc(47.5% - 6px);
}
.btns-half{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-first{
    color:white;
    background-color: black;
}
.btn-first:hover{
    transition: 0.3s;
    color:black;
    background-color: transparent;
}
.btn-second{
    color:black;
    background-color: transparent;
}
.btn-second:hover{
    transition: 0.3s;
    color:white;
    background-color: black;
}
.btn-tiers{
    width: calc(35% - 6px);
}
.socialShare{
    display: flex;
    align-items: center;
    height:100%;
    width: calc(60% - 6px);
    font-size: 15px;
    font-weight: 900;
}
.socialShare a{
    margin-right: 10px;
}
.socialShare svg{
    height: 30px;
    width: 30px;
    color:#ff6647;
}
.socialShare a:hover svg{
    fill:#ff66478a;
}
.btn-tiers{
    color:#ff6647;
    background-color: transparent;
    border-color: #ff6647;
}
.btn-tiers:hover{
    transition: 0.3s;
    color:white;
    background-color: #ff6647;
}
.btn-four{
    color:white;
    background-color: #ff6647;    
    border-color: #ff6647;
}
.btn-four:hover{
    transition: 0.3s;    
    color:#ff6647;
    background-color: transparent;
}
.btn-tiers-first{
    color:white;
    background-color: #ff6647;
}
.btn-tiers-first:hover{
    transition: 0.3s;
    color:#ff6647;
    background-color: transparent;
    border-color: #ff6647;
}