﻿.text-center {
    text-align: center!important;
}

.text-right {
    text-align: right!important;
}

.about {
    padding: 30px 0;
}

.required-right {
    float: right;
    margin-top: 6px;
    margin-bottom: -35px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
}

.page-min-height {
    min-height: 550px
}

#header .logo {
    margin-top: -10px;
    margin-bottom: -10px;
}

    #header .logo img {
        max-height: 60px
    }

/*background: #109a4b;
background: #13b257;*/

.sideBar {
    position: fixed;
    top: 200px;
    left: 0px;
    width: 50px;
    height: auto;
    z-index: 10000;
}

    .sideBar .social {
        margin-top: 12px;
    }

        .sideBar .social a {
            transition: ease-in-out 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            width: 32px;
            height: 32px;
            background: #8795a4;
            margin: 10px;
        }

            .sideBar .social a:hover {
                background: #d9232d;
            }

            .sideBar .social a i {
                color: #fff;
                font-size: 16px;
                margin: 0 2px;
            }

.bg-zoom-fit {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; /* Adjust as needed */
    display: flex;
    align-items: flex-end; /* Align content to the bottom */
    justify-content: flex-start; /* Align content to the left */
    padding: 20px; /* Adds spacing inside the div */
    color: whitesmoke; /* Ensures text is white */
}

    .bg-zoom-fit::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.9) 90%);
        pointer-events: none; /* Ensures it doesn’t interfere with content */
    }

.card-content {
    position: absolute;
    bottom: 20px; /* Moves content to the bottom */
    left: 20px; /* Adjust left padding */
    z-index: 1; /* Places content above overlay */
    text-align: left;
    width: calc(100% - 40px); /* Ensures proper spacing */
}

    .card-content h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
    }

    .card-content p {
        margin: 5px 0 0;
        font-size: 14px;
        color: #c9cbce;
    }
        

.badge-facebook {
    background: #1877F2 !important;
}

.badge-youtube {
    background: #FF0000 !important;
}

.badge-whatsapp {
    background: #25D366 !important;
}

.badge-instagram {
    background: #E1306C !important;
}

.badge-twitter {
    background: #14171A !important;
}

.badge-snapchat {
    background: #979505 !important;
}

.badge-linkedin {
    background: #0A66C2 !important;
}

.badge-tiktok {
    background: #000000 !important;
}

.form-group {
    padding-bottom: 15px;
}

.smaller {
    font-size: 0.7rem !important;
}

div.dt-buttons {
    margin-top: 20px;
}

.hidden {
    visibility: hidden;
}

.modal-min-height {
    min-height: 150px;
}

.breadcrumbs {
    background: #556270;
    color: #fff;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .breadcrumbs ol li + li:before {
        color: #fff;
    }

    .breadcrumbs ol li a {
        color: #fff;
    }

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin-bottom: 0px;
        margin-top: 15px;
    }
}

input.largerCheckbox {
    width: 20px;
    height: 20px;
}


.div-instructions {
    background: #f8f6e7;
    margin: 5px;
    padding: 20px;
    border: solid;
    border-width: 1px;
    font-size: 90%;
}


.wrapper {
    position: fixed;
    bottom: 50px;
    margin: 15px;
    width: 95%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    z-index: 5000;
}

    .wrapper.show {
        left: 20px;
    }

    .wrapper header {
        display: flex;
        align-items: center;
        column-gap: 15px;
    }

header i {
    color: #cb0000;
    font-size: 32px;
}

header h2 {
    color: #cb0000;
    font-weight: 500;
}

.wrapper .data {
    margin-top: 16px;
}

    .wrapper .data p {
        color: #333;
        font-size: 16px;
    }

.data p a {
    color: #cb0000;
    text-decoration: none;
}

    .data p a:hover {
        text-decoration: underline;
    }

.wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    max-width: 200px;
    align-items: center;
    justify-content: center;
}

.buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #cb0000;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
    background-color: #9b0303;
}

#declineBtn {
    border: 2px solid #cb0000;
    background-color: #fff;
    color: #cb0000;
}

    #declineBtn:hover {
        background-color: #cb0000;
        color: #fff;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.regtd {
    width: 100px !important;
}

.bg-green td {
    background-color: #94d9c4;
}

.bg-red td {
    background-color: #feb9b9;
}
