:root {
    --navbar-height: 75px;
    --footer-height: 100px;
    --yellow: #e7d21a;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    max-width: 100vw;
    overflow-x: clip;
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

body {
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: clip;
    font-family: "Poppins", sans-serif!important;
}

.font-secondary {
    font-family: "Inter", sans-serif!important;
}

.container-fluid {
    margin: 0px !important;
    padding: 0px !important;
}

.container-fluid {
    margin: 0px !important;
    padding: 0px !important;
}

._container {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
    margin: 0px auto;
}

@media (max-width: 768px) {
    ._container {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

.static{
   overflow-y: clip;
   height: 100vh;
}

@media(max-width: 768px)
{
    .navbar-btn {
        max-width: 150px;
    }
}

.box-shadow {
    box-shadow: rgba(0,0,0,0.25) 5px 5px 5px;
}

.square-img-container, .three-by-two-img-container, .two-by-three-container {
    width: 100%;
    position: relative;
    display: block;
}

.square-img-container:after{
    content: "";
    display: block;
    padding-top: 100%;
}


.three-by-two-img-container:after {
    content: "";
    display: block;
    padding-top: 66.67%;
}

.two-by-three-img-container:after {
    content: "";
    display: block;
    padding-top: 150%;
}

.framed-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.cover-img {
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.box-shadow {
    box-shadow: rgba(0,0,0,0.25) 5px 5px 15px;
}

.footer-link
{
    display:block;
}
.footer-link-header {
    color: black;
}

.text-xxl {
    font-size: 6em;
}

.text-xl {
    font-size: 4.5em;
}

.text-l {
    font-size: 3em;
}

.text-m {
    font-size: 1.5em;
}

.text-s {
    font-size: 1.2em;
}

@media(max-width: 768px) {
    .text-xxl {
        font-size: 4.5em;
    }

    .text-xl {
        font-size: 4em;
    }

    .text-l {
        font-size: 2.8em;
    }
}

.carousel-container, .picture-carousel-container {
    position: relative;
    width: 100%;
    min-height: 450px;
    overflow: hidden;
}

._carousel {
    min-height: 300px;
    transition: transform 0.5s ease-in-out;
}

._carousel-item {
    box-sizing: border-box;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.indicators {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.indicator {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}


    .indicator.active {
        background: #333;
    }

.picture-indicators {
    transition: transform 0.5s ease-in-out;
}

.picture-indicator img.active {
    border: 3px solid black;
}

.bg-cover-img {
    min-height: 400px!important;
}

@media(max-width: 992px) {
    .bg-cover-img {
        height: 500px;
    }
}

.job-card-img {
    width: 100px;
    height: 100px;
}

@media(max-width: 576px) {
    .job-card-img {
        width: 85px;
        height: 85px;
    }
}

.listing, .selectable {
    cursor: pointer !important;
    transition: background-color ease-in-out 0.25s, transform ease-in-out 0.25s;
}

    .listing:hover, .selectable:hover {
        background-color: lightgray;
        font-weight: 400 !important;
    }

    .listing:hover {
        transform: translateY(-5px);
    }

        .listing:hover p {
            font-weight: 400 !important;
        }

        .listing:hover p, .selectable:hover p {
            font-weight: initial;
        }

        .search-container {
    position: relative;
}

.search-input {
    height: 50px;
    padding-left: 35px!important;
    border: none;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

.disabled-link{
    pointer-events: none!important;
    color: gray!important;
    text-decoration: none;
}

.disabled-link:hover{
    pointer-events: none!important;
    color: gray!important;
    text-decoration: none;
}

label{
    color: black!important;
    font-size: 1.15em!important;
    margin-bottom: 5px!important;
}

    label.label-sm {
        font-size: 1em !important;
    }

.unseen-marker {
    min-height: 100%;
    width: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--yellow);
}


.element-animation-box {
    position: relative;
}

.element-animation-box .slide-in-bottom, .element-animation-box .slide-in-diagonal {
    -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.element-animation-box .slide-in-bottom{
    transform: translateY(100px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: relative;
}

.element-animation-box.activated .slide-in-bottom {
    transform: translateY(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.element-animation-box .slide-in-diagonal{
    transform: translate(86.6px, -50px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: relative;
}

.element-animation-box.activated .slide-in-diagonal {
    transform: translate(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


.hidden-div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

    .hidden-div.show {
        max-height: 9999px;
    }

.chat-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}

    .chat-btn i {
        color: black;
        font-size: 2rem;
    }

    .chat-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }


.chat-modal.show {
    width: 500px;
    height: calc(100vh - 95px);
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 120;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(0, 0, 0,.95), rgba(0, 0, 0,0.75), rgba(0, 0, 0,.5), rgba(0,0,0,0.75), rgba(0,0,0,0.95)), url("../images/dashboard/chatbot-bg.jpeg");
    background-blend-mode: normal;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 15px;
}

@media (max-width: 768px) {
    .chat-modal.show {
        width: calc(100vw - 5px);
        height: calc(100vh - 85px);
        right: 0px;
        padding: 10px;
    }
}

.chatbot-header {
    height: 25px;
}

.chatbot-container {
    width: 100%;
    height: calc(100% - 95px);
    position: relative;
    overflow-y: scroll;
}

    .chatbot-container::-webkit-scrollbar {
        display: none;
    }

.chatbot-container {
    -ms-overflow-style: none;
}

.chatbot-container {
    scrollbar-width: none;
}


    .chatbot-container > .border-parts {
        width: 100%;
        height: 100%;
        position: relative;
    }

.border-parts > .border-part {
    background-color: var(--yellow);
    position: absolute;
}

.container-border > .main-border {
    width: 100%;
    clip-path: polygon(0% 0%, calc(100% - 50px) 0%, calc(100% - 50px) 3px, 200px 3px, 200px 5px, 100px 5px, 90px 15px, 3px 15px, 3px calc(100% - 3px), calc(100% - 200px) calc(100% - 3px), calc(100% - 200px) calc(100% - 5px), calc(100% - 100px) calc(100% - 5px), calc(100% - 90px) calc(100% - 15px), calc(100% - 3px) calc(100% - 15px), calc(100% - 3px) 50px, 100% 50px, 100% 100%, 0% 100%);
    height: 100%
}

.chatbox-border > .main-border {
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, calc(100% - 25px) 0%, calc(100% - 25px) 2px, 200px 2px, 200px 4px, 100px 4px, 90px 7px, 2px 7px, 2px calc(100% - 2px), calc(100% - 200px) calc(100% - 2px), calc(100% - 200px) calc(100% - 4px), calc(100% - 100px) calc(100% - 4px), calc(100% - 90px) calc(100% - 7px), calc(100% - 2px) calc(100% - 7px), calc(100% - 2px) 25px, 100% 25px, 100% 100%, 0% 100%);
    margin-bottom: 10px;
}

.chatbox-border > .main-border-background {
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, calc(100% - 25px) 0%, 100% 25px, 100% 100%, 0% 100%);
    background-color: rgba(231, 210, 26, 0.25) !important;
    margin-bottom: 10px;
}


.container-border > .top-right-border {
    width: 70.71px;
    height: 3px;
    right: -20.71px;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
}

.chatbox-border > .top-right-border {
    width: 35.36px;
    height: 2px;
    right: -10.36px;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
}

.content-container {
    padding: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 10px;
}


.chat-message-container {
    margin-bottom: 25px;
}

.chatbot-messager {
    width: 50px;
    height: 50px;
    border: solid 2px var(--yellow);
    font-weight: 600;
    color: var(--yellow);
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .chatbot-messager {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
    }

    .chatbox-border > .main-border {
        clip-path: polygon(0% 0%, calc(100% - 25px) 0%, calc(100% - 25px) 2px, 125px 2px, 125px 4px, 60px 4px, 55px 7px, 2px 7px, 2px calc(100% - 2px), calc(100% - 125px) calc(100% - 2px), calc(100% - 125px) calc(100% - 4px), calc(100% - 60px) calc(100% - 4px), calc(100% - 55px) calc(100% - 7px), calc(100% - 2px) calc(100% - 7px), calc(100% - 2px) 25px, 100% 25px, 100% 100%, 0% 100%);
    }
}

.chatbot-messager.nomabot {
    margin-right: 10px;
}

.chatbot-messager.user {
    margin-left: 10px;
}

.chatbot-message {
    position: relative;
    min-height: 65px;
    min-width: 250px;
}

.chatbox-content h1, .chatbox-content h2, .chatbox-content h3, .chatbox-content h4, .chatbox-content h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.chatbox-content p, .chatbox-content li {
    margin-bottom: 10px;
}

.chatbox-content {
    padding: 15px;
    padding-right: 25px;
    color: white;
    z-index: 121;
}

@media (max-width: 768px) {
    .chatbot-message {
        min-width: 150px;
    }
}


#message-input {
    min-height: 40px; /* Default height */
    max-height: 200px; /* Prevent excessive growth */
    overflow-y: auto; /* Allow scrolling when max-height is reached */
    resize: none; /* Prevent manual resizing */
}

.chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    height: 70px;
}

.chat-footer input, .chatbot-footer input {
    flex: 1;
    border: none;
    padding: 10px;
    border-radius: 5px;
    outline: none;
}

.chat-footer button {
    background: yellow;
    border: none;
    color: black;
    padding: 10px 15px;
    border-radius: 5px;
    margin-left: 5px;
}

.chat-footer button:hover {
    background: #ffcc00;
}

.chatbot-footer {
    padding: 0px !important;
    margin-top: 15px !important;
    border-top: none !important;
    height: 50px !important;
}

#chatbot-send-btn {
    background-color: var(--yellow) !important;
    width: 75px !important;
    overflow: clip !important;
}

#chatbot-send-hammer {
    width: 65px;
    transition: transform .5s ease-in-out;
}

@keyframes hammerDrop {
    0% {
        transform: rotate(-0deg);
    }

    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(-0deg);
    }
}

#chatbot-send-hammer:hover, #chatbot-send-hammer:active {
    animation: hammerDrop .33s ease-in-out;
}

#chatbot-send-btn:disabled #chatbot-send-hammer {
    animation: none;
}
