@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Poppins:wght@100;200;300;400;500;600;700;900&family=Roboto:wght@100&display=swap');
*
{
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Handlee', cursive;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}


.container-fluid
{
    background-color:#1E1E2A;
    height: 100vh;
}

.left-main-form-div .img-div
{
    width: 100%;
    height: 90px;
    display: flex;
    align-items:start;
    justify-content: center;
}

.left-main-form-div .img-div .logo
{
    width: 220px;
    margin-top: -15px;
}

.left-main-form-div h2
{
    color: #fff;
    font-size: 27px;
    text-align: center;
    font-family: 'Handlee', cursive;
    font-weight: 900;
    padding-top: 5px;
    padding-bottom: 5px;
}

.left-main-form-div p{
    color: #fff;
    /* text-align: center; */
    font-family: "Poppins", sans-serif;
}

.left-main-form-div p.text-danger {
    text-align: start;
    font-size: 12px !important;
    margin-top: 5px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i
{
    background-color: var(--primary);
}

.form-div
{
    width: 440px;
    margin: 0px auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#Select
{
    text-align: start;
    color: rgb(236, 181, 41);
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

#Aruba
{
    display: none;
    color: rgb(236, 181, 41);
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}
#players
{
    display: none;
    color: rgb(236, 181, 41);
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

#player2
{
    display: none;
    color: rgb(236, 181, 41);
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}
#Check
{
    display: none;
    color: rgb(236, 181, 41);
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
}

.step
{
    width: 440px;
    height: 35px;
    text-align: start;
    margin-bottom: 10px;
}
.small-text
{
    font-size: 11px;
}

.step-col
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.5em;
}
.step-col .row-col
{
    position: relative;
    width: 100%;
}

.step-col .row-col::after
{
    content: '';
    position: absolute;
    width: 100%;
    height:4px;
    border-radius: 5px;
    background-color: #b1b1b1;
}
.step-col .row-col.active::after
{
    background-color: var(--primary) !important;
}


.Form1
{
    width: 440px;
    /* position: absolute; */
    transition: 0.3s;
}


.form-control
{
    width: 100%;
    border: 1px solid #b1b1b1 !important;
    background-color: transparent !important;
    border-radius: 0px;
    outline: none;
    color: #b1b1b1 !important;
    padding: 5px 10px;
    font-weight: 600 !important;
    box-shadow: unset !important;
    color-scheme: dark;
}

.Form1 .form-select
{
    width: 100%;
    border: 1px solid #b1b1b1 !important;
    background-color: transparent !important;
    border-radius: 0px;
    outline: none;
    color: #b1b1b1;
    padding: 5px 10px;
    font-weight: 600 !important;
    box-shadow: unset !important;
}
.box-btn
{
    width: 100%;
    margin: 10px auto;
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.box-btn button
{
    background-color: #FCB713 !important;
    outline: none;
    padding: 5px 10px;
    border: 1px solid #FCB713 !important;
    border-radius: 0px;
    outline: none;
    color: #000 !important;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    width: 215px;

}


#Form2
{
    left: 500px;
}

#Form3
{
    left: 500px;
}


#Form4
{
    left: 500px;
}

#Form5
{
    left: 500px;
}



.right-main-discrption-div .discription-div
{
    width: 440px;
    border: 1px solid #fff;
    /* margin: 80px auto; */
    /* height: 400px; */
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px 20px 60px;
}

.right-main-discrption-div .discription-div h2
{
    text-align: center;
    font-weight: bold !important;
    font-family: 'Handlee', cursive;
    padding-bottom: 20px;

}

.right-main-discrption-div .discription-div h3
{
    color: black;
    font-family: "Poppins",sans-serif !important;
    font-size: 20px;

}

.right-main-discrption-div .discription-div p
{
    color: #444444;
    font-family: "Poppins",sans-serif !important;
    line-height: 15px;

}
