/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}

.toastify
{
    padding: 12px 16px !important;

    border-radius: 10px !important;

    font-size: 14px;
    font-weight: 500;

    display: flex;
    align-items: center;
    gap: 12px;

    min-height: 48px;

    box-shadow:
        0 10px 25px rgba(0,0,0,0.15) !important;

    opacity: 0.98;
}

.toastify .toast-close
{
    margin-left: auto;

    background: transparent;
    border: 0;

    font-size: 14px !important;
    line-height: 1;

    width: 24px;
    height: 24px;

    border-radius: 6px;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0.75;

    transition: all 0.15s ease;
}

.toastify .toast-close:hover
{
    opacity: 1;

    background: rgba(255,255,255,0.15);
}

.toastify-top
{
    top: 20px !important;
}