html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    opacity:0;
}

header {
    flex-shrink: 0;
}

#sidebarMenu {
    height: 100%;
    position: sticky;
    top: 0;
    overflow-y: auto;
}

.container-fluid {
    flex-grow: 1;
}

.main-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}

.back-green {
    background: #266a75 !important;
    height: 70px;
}

.menu-lat {
    border: 1px solid #ecf1f6;
    margin-left: -15px !important;
    background: #ffffff !important;
}

.section-t {
    margin-left: 15px;
    font-weight: 600;
}

.section-o {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    margin-left: 15px;
    color: #393939;
    opacity: 0.8;
    font-size: 14px;
}

    .section-o:hover {
        color: #279ba4;
    }

.pb {
    margin-bottom: 8px;
}

.pbo {
    margin-bottom: 5px;
}

.text-w {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}

.logOut-i {
    font-size: 24px;
    color: white;
}

.section-i {
    width: 15px; 
    text-align: center;
    font-size: 12px;
}
.section-text {
    margin-left: 8px; 
}


.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%; 
    right: 0;
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    overflow: hidden;
    transform: translateY(-10px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
}

    .dropdown-menu-custom.show {
        display: block;
        transform: translateY(0); 
        opacity: 1; 
    }
.cursor-p {
    cursor: pointer;
}
.ttm:hover{
    opacity:0.8;
}

.logo-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.wrapper:before {
    background-color: #0b6e5c !important;
}

.bg-dark-blue {
    background-color: #244f4a !important;
}

.color-db {
    color: #0b6e5c !important;
}

.font-icon{
    margin-bottom:2px;
}
.img-p{
    font-size:60px;
}

.bg-dark-green {
    background-color: #0b6e5c !important;
}