﻿@media screen and (max-width: 800px) {

    .t-form__inputsbox .t-input-group, .t-form__inputsbox .tn-form__submit {
        display: block !important;
        width: 100% !important;
    }
}

.ui-dialog {
    padding: 30px;
    background-color: rgba(0,0,0,1);
    z-index: 999 !important;
    border: 1px solid white;
}

    .ui-dialog p {
        color: #f9fcfa;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Ubuntu';
    }

    .ui-dialog h3 {
        color: #ffc71a;
        font-size: 25px;
        font-weight: 500;
        font-family: 'Ubuntu';
    }

.ui-dialog-titlebar-close {
    display:none !important;
}

body {
position:relative;
}

.ui-widget-overlay {
    z-index: 998 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
}

.ui-dialog-buttonset {
margin-top: 30px;
}

.ui-button {
    color: #000000;
    background-color: #ffc71a;
    border-radius: 5px;
    font-family: Geometria;
    font-weight: 600;
    font-size: 15px;
    width: 100px;
    height: 50px;
    padding: 0 15px;
    display: block;
    border: none;
}