.templatesitefooter {
    height: 30px;
    padding-top: 5px;
    text-align: center;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}
/*End*/

/*Footer Edits*/
footer {
    bottom: 0;
    width: 100%;
}

.templatesitefooter {
    display: none;
    height: 30px;
    padding-top: 5px;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 100%;
}
/*End*/

body {
  background-color: black;
}
.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 1px solid #e1e1e1;
    background-color: black;
}

.ui-update .hdg {
    font-family: 'Cormorant Garamond',serif;
    color: white !important;
}
.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Cormorant Garamond', serif;
    color: white !important;
}
.ui-update p,span,li {
    font-family: 'Cormorant Garamond', serif;
   color: white !important;
    font-size: 16px;
}

.ui-update .fieldset-label {
    font-family: 'Cormorant Garamond',serif;
    color: white !important;
    font-size: 16px;
}
.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    color: white;
}


.ui-update .btn {
    font-family: 'Cormorant Garamond', serif;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 50px;
    font-size: 16px;
}
.ui-update .btn:hover {
    font-family: 'Cormorant Garamond', serif;
    border:1px solid black;
    background-color: white;
    color: black;
    border-radius: 50px;
    font-size: 16px;
}

/*DATEPICKER*/

.ui-widget-content {
    border: none;
    background: #000000;
    color: #FFFFFF;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.ui-datepicker td .ui-state-default:hover {
    background: #ffffff;
    color: #000000;
}
.ui-update ::selection {
    background: #faf2e7;
    color: #ffffff;
}

td.ui-datepicker-today .ui-state-highlight {
    color: #000000;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #ffffff;
    border: none;
    background: transparent;
}
.ui-state-default.ui-state-highlight {
    background: #fff;
    font-weight: 600!important;
    color: #000;  
}

.ui-update .alert {
    font-size: 17px;
    font-family: inherit;
    padding: 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    background-color: red!important;
    border: none;
    color: #4f4f4f;
}

.pv-tier {
    padding: 56px 56px;
}

.ui-update p, span, li {
    font-family: 'Cormorant Garamond', serif;
    color: #000 !important;
    font-size: 16px;
}