﻿.h-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.landing-footer {
    bottom: 0;
    width: 100%;
}

.min-w-fit-content {
    min-width: fit-content !important;
}

.carousel-item {
    height: 100%;
    min-height: 100%;
}

.carousel-slide-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carousel-footer-buttons {
    border-top: 1px solid #eee;
    background-color: #fff;
}

.px-4-5 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}

#country-dropdown {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #country-dropdown::-webkit-scrollbar {
        width: 6px;
    }

    #country-dropdown::-webkit-scrollbar-track {
        background: transparent;
    }

    #country-dropdown::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 1px;
    }

.user-profile-header-banner img {
    inline-size: 100%;
    object-fit: cover;
}

.user-profile-header {
    margin-block-start: -2rem;
}

    .user-profile-header .user-profile-img {
        border: 2px solid;
        border-color: var(--bs-paper-bg);
        inline-size: 120px;
    }

@media (max-width: 767.98px) {
    .user-profile-header .user-profile-img {
        inline-size: 100px;
    }
}

.light-style .menu .app-brand {
    height: 64px;
}

.dark-style .menu .app-brand {
    height: 64px;
}

.readonly {
    background-color: #f3f2f3;
    border-color: #cdccd0;
    opacity: 1;
}

.required::after {
    content: ' *';
    color: red
}

.box-shadow-none {
    box-shadow: none !important;
}

.ms-inherit {
    margin-left: inherit;
}

.img-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 14vh;
    border-radius: 10px 10px 0px 0px;
}

.width-max-content {
    width: max-content !important;
}