body
{
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif!important;
    overflow-x: hidden!important;
    overflow-y: hidden!important;
    height: 100vh;
    background-color: #FFF;
}


a
{
    text-decoration: none!important;
    outline: none!important;;
}

a:focus
{
    text-decoration: none!important;
    outline: none!important;;
}


button
{
    outline: none!important;
}


.form-control
{
    outline: none!important;
    box-shadow: none!important;
}


#wrapper
{
    height: 100vh;
    position: relative;
    overflow-y: auto;
}


#wrapper::-webkit-scrollbar
{
    display: none!important;
}


#wrapper
{
    -ms-overflow-style: none!important;
    scrollbar-width: none!important;
}


@font-face
{
    font-family: pill;
    src: url(../../layout/fonts/magnolia_sky.ttf);
}


.login_page
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.submit_form
{
    width: 450px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    text-align: center;
}


.submit_form h1
{
    font-family: pill;
    font-size: 30px;
    color: #ff5f5f;
}


.submit_form .form-group
{
    margin-bottom: 10px;
    text-align: left;
}


.submit_form .form-group label
{
    font-size: 12px;
    font-weight: 600;
    color: #333;
}


.submit_form .form-group .form-control
{
    border: 1px solid #f4f4f4;
    font-size: 14px;
    height: 45px;
    transition: all 0.4s ease;
}


.submit_form .form-group .form-control:hover
{
    border: 1px solid #ddd;
}

.btn_form
{
    margin: 10px 0 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: none;
    width: 120px;
    height: 40px;
    background-color: #ff5f5f;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.4s ease;
}


.btn_form:hover
{
    color: #FFF;
    background-color: #333;
}


.alert
{
    margin: 0;
    font-size: 12px;
    padding: 8px;
}


.centered
{
    text-align: center;
}


.home
{
    position: relative;
    padding: 50px 0;
}


#liste
{
    width: 100%;
    position: relative;
}

#liste th
{
    font-weight: 600;
    font-size: 14px;
}

#liste td
{
    font-size: 12px;
    color: #333;
}

#liste td,th
{
    color: #333;
    padding: 10px;
    border: 1px solid #f4f4f4;
}


.home_button
{
    text-align: right;
    margin-bottom: 10px;
}

.add_new
{
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #ff5f5f;
    border: none;
    width: 120px;
    height: 35px;
}


.add_new:hover
{
    background-color: #333;
    color: #FFF;
}


.popup
{
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    opacity: 0;
    pointer-events: none;
}


.act
{
    opacity: 1!important;
    pointer-events: auto!important;
}


.act .popup_side
{
    transform: scale(1)!important;
}


.popup .popup_side
{
    background-color: #FFF;
    border-radius: 3px;
    width: 550px;
    padding: 30px;
    position: relative;
    text-align: center;
    transform: scale(0);
    transition: all 0.4s ease;
}


.popup .popup_side h1
{
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.popup .popup_side .form-group
{
    margin-bottom: 10px;
    text-align: left;
    margin-bottom: 5px;
}


.popup .popup_side .form-group label
{
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.popup .popup_side .form-group .form-control
{
    height: 40px!important;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #333;
}


.popup .popup_side .form-group .form-control:hover
{
    border: 1px solid #CCC;
}

.btn_kayit
{
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #ff5f5f;
    border: none;
    width: 120px;
    height: 35px;
    margin: 10px 0 0 0;
}


.btn_kayit:hover
{
    background-color: #333;
    color: #FFF;
}


.btn_close
{
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    color: #505050;
    font-size: 25px;
    border: none;
}


.btn_close:hover
{
    opacity: 1;
}


.btn_view
{
    width: 80px;
    height: 30px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FD841F;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    color: #FFF;
}


.btn_view:hover
{
    color: #FFF;
    background-color: #333;
}


.add_domain
{
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FD841F;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    color: #FFF;
    border: none;
}


.add_domain:hover
{
    color: #FFF;
    background-color: #333;
}




.popup2
{
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    opacity: 0;
    pointer-events: none;
}


.act2
{
    opacity: 1!important;
    pointer-events: auto!important;
}


.act2 .popup_side2
{
    transform: scale(1)!important;
}


.popup2 .popup_side2
{
    background-color: #FFF;
    border-radius: 3px;
    width: 550px;
    padding: 30px;
    position: relative;
    text-align: center;
    transform: scale(0);
    transition: all 0.4s ease;
}


.popup2 .popup_side2 h1
{
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.popup2 .popup_side2 .form-group
{
    margin-bottom: 10px;
    text-align: left;
}

.popup2 .popup_side2 .form-group label
{
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.popup2 .popup_side2 .form-group .form-control
{
    height: 40px!important;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #333;
}


.popup2 .popup_side2 .form-group .form-control:hover
{
    border: 1px solid #CCC;
}

.btn_kayit2
{
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #ff5f5f;
    border: none;
    width: 120px;
    height: 35px;
    margin: 10px 0 0 0;
}


.btn_kayit2:hover
{
    background-color: #333;
    color: #FFF;
}


.btn_close2
{
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    color: #505050;
    font-size: 25px;
    border: none;
}


.btn_close2:hover
{
    opacity: 1;
}