﻿



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
button[disabled],
input[disabled] {
    cursor: not-allowed;
}
.text-justify {
    text-align: justify !important !important;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
}

.image-item {
    height: 12vh;
    /*flex-grow: 1;*/
    list-style: none;
    padding: 12px;
}


.gallery-image {
    max-height: 100%;
    /*min-width: 100%;*/
    object-fit: cover;
    vertical-align: bottom;
    box-shadow: 5px 5px 5px transparent;
    transition: all 0.5s;
    border: solid 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.767);
}
.active-tenant {
    color: #fdfdfd !important;
    text-decoration: none;
    background-color: #05a3f1 !important;
}
    .gallery-image:hover {
        filter: blur(0px);
        opacity: 1;
        box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.767);
        transform: scale(1.02);
        transition: all 0.5s;
    }

.highlighted {
    border: 3px solid #007bff;
}

.default {
    border: 3px solid #28a745;
}




/*image gallery*/

.comment-summary {
    display: inline-block;
    max-width: 250px; /* adjust to fit your table layout */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

body {
    background: #f3f3f9 !important;
    font-family: 'Segoe UI' !important;
}
.shape > svg {
    width: 100%;
    height: auto;
    fill: #f3f3f9;
}
.wr-logo {
    min-height: 4.5rem;
    
}
.toast {
    border-color: transparent !important;
}

.hideafter::after{
    display:none;
}
/*.hc-aside__logo {
    background-color: #ED1C24 !important;
    background-image: url('/assets/images/favicon.ico') !important;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    margin: .5rem 0;
    transition: all ease-in .2s
}*/
input:disabled {
    color: grey !important;
}
.choices__list--dropdown {
    z-index: 9999 !important;
    /*max-height: 200px; 
    overflow-y: auto;  */
}

[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active:after,
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active:hover,
[data-layout=horizontal] .navbar-menu .navbar-nav .nav-link.active,
.navbar-menu .navbar-nav .nav-sm .nav-link:hover,
a.nav-link:active,
a.nav-link.menu-link:active,
a.nav-link.menu-link:hover,
.menu-item .active:active,
.nav-item:hover,
.navbar-nav .nav-item:hover > .nav-link,
.navbar-nav .nav-item:hover > .nav-link::after {
    color: #ED1C24 !important; /* Sets the text color to a specific red and makes it important */
}
.wr-text-primary-color,
.wr-text-primary-color.active {
    color: #ED1C24 !important;

}

    .wr-text-primary-color::after,
    .wr-text-primary-color::selection {
        color: #ED1C24;
        background: #ED1C24 !important;
    }
button.btn.wr-btn-primary-color:focus-visible {
    background-color: #ED1C24 !important;
}

    .wr-text-third-color,
    .wr-text-third-color.active {
        color: #ffcc66 !important;
    }

        .wr-text-third-color::after {
            color: #ffcc66;
            background: #ffcc66 !important;
        }


.wr-btn-primary-color {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: white !important;
}

    .wr-btn-primary-color:disabled {
        background-color: #ED1C24 !important;
        border-color: #ED1C24 !important;
        color: white !important;
    }

    .wr-btn-primary-color:hover {
        background-color: #fe4e55 !important;
        border-color: #fe4e55 !important;
        color: white !important;
    }
    .wr-btn-primary-color:active {
        background-color: #ff000b !important;
        border-color: #e10009 !important;
        color: white !important;
    }

.wr-btn-secondary-color {
    background-color: #999999 !important;
    border-color: #999999 !important;
    color: white !important;
}

    .wr-btn-secondary-color:hover {
        background-color: #c2c2c2 !important;
        border-color: #999999 !important;
        color: white !important;
    }

.wr-btn-third-color {
    background-color: #ffcc66 !important;
    border-color: #ffcc66 !important;
    color: white !important;
}
    .wr-btn-third-color:active {
        background-color: #febe3d !important;
        border-color: #febe3d !important;
        color: white !important;
    }
    .wr-btn-third-color:hover {
        background-color: #ffd47e !important;
        border-color: #ffd47e !important;
        color: white !important;
    }

.wr-btn-fourth-color {
    background-color: #cea500 !important;
    border-color: #cea500 !important;
    color: white !important;
}

    .wr-btn-fourth-color:active {
        background-color: #cea500 !important;
        border-color: #cea500 !important;
        color: white !important;
    }

    .wr-btn-fourth-color:hover {
        background-color: #cea500 !important;
        border-color: #cea500 !important;
        color: white !important;
    }

.wr-btn-fifth-color {
    background-color: #841100 !important;
    border-color: #841100 !important;
    color: white !important;
}

    .wr-btn-fifth-color:active {
        background-color: #a03020 !important;
        border-color: #a03020 !important;
        color: white !important;
    }

    .wr-btn-fifth-color:hover {
        background-color: #a01601 !important;
        border-color: #a01601 !important;
        color: white !important;
    }

.wr-btn-print-color {
    background-color: #f16824 !important;
    border-color: #f16824 !important;
    color: white !important;
}

.btn-print {
    color: #fff !important;
    background-color: #f16824 !important;
    border-color: #f16824 !important;
}

    .btn-print:hover {
        color: #fff !important;
        background-color: #da5d1d !important;
        border-color: #c25618 !important;
    }

    .btn-print:focus, .btn-print.focus {
        color: #fff !important;
        background-color: #da5d1d !important;
        border-color: #c25618 !important;
        box-shadow: 0 0 0 0.2rem rgba(241, 104, 36, 0.5) !important;
    }

    .btn-print.disabled, .btn-print:disabled {
        color: #fff !important;
        background-color: #f16824 !important;
        border-color: #f16824 !important;
    }

    .btn-print:not(:disabled):not(.disabled):active, .btn-print:not(:disabled):not(.disabled).active,
    .show > .btn-print.dropdown-toggle {
        color: #fff !important;
        background-color: #c25618 !important;
        border-color: #b84d16 !important;
    }

        .btn-print:not(:disabled):not(.disabled):active:focus, .btn-print:not(:disabled):not(.disabled).active:focus,
        .show > .btn-print.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(241, 104, 36, 0.5) !important;
        }

table.dataTable > tbody > tr.selected a {
    color: white !important;
}
.pagination {
    --vz-pagination-color: #ED1C24 !important;
}
/* btn-soft-print */
.btn-soft-print {
    color: #f16824 !important;
    background-color: #ffd9c5 !important; /* Default background color */
    border-color: #f5f5f5 !important; /* Default border color */
}

    .btn-soft-print:hover,
    .btn-soft-print:active,
    .btn-soft-print:focus {
        color: #fff !important; /* White text color */
        background-color: #f16824 !important; /* Normal print background color */
        border-color: #f16824 !important; /* Normal print border color */
    }






.bg-soft-warning {
    /* background: #ffcc66;*/
    background: #ffc84b2e;
}

.text-bg-yellow {
    color: #000 !important;
    background-color: #f4dca6 !important;
}
.page-item .active a, .page-item:hover, .page-item:hover {
    color: white;
    background-color: #e9ebec !important;
}

 .page-link:hover {
    color: #ED1C24;
    background-color: #e9ebec !important;
}

.active > .page-link, .page-link.active, .page-item.active:hover {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    color: white;
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(linear,left top,right top,from(#d63842),to(#d63842)) !important;
    background: linear-gradient(to right,#d63842,#d63842) !important;
    opacity: .9;
}

.choices__placeholder {
    color: #000000 !important;
}

#sponsors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sponsor-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: 40px;
    width: 75%;
}

    .sponsor-logos .logo {
        width: 140px;
        height: auto;
    }

    .set-text-inside{

    }

    /*Swall override*/
.swal2-confirm {
    background-color: #ED1C24 !important;
}