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;
}

.loginBox {
    margin-left: auto;
    margin-right: auto;
    border-color: #39c;
}

.customLogo {
    margin-bottom: 3rem;
}

.navDropdown{
    position: relative;
    display: inline-block;
}

.navDropdownContent {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.navDropdownContent a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.navDropdownContent a:hover {
    background-color: #ddd;
}

.navDropdown:hover .navDropdownContent {
    display: block;
}

.navDropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.pointerHover {
    cursor: pointer;
}

.siteColor{
    background-color:  #b0dbb2;
}

.navbarLogo {
    object-fit: contain;
    max-width: 200px;
    cursor: pointer;
}

.btnSidebar{
    transform: scale(1.5);
    padding-top: .75rem;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #008780;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: calc(100vh - 66px);
    margin-left: -250px;
    overflow-y: scroll;
    background: #b0dbb2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 66px;
    scroll-behavior: smooth;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.userMargin{
    margin-top: 1rem;
    margin-left: 1rem;
    color: #008780;
    font-weight: bold;
}

.subDivision{
    margin-left: 1rem;
    margin-top: 1rem;
    color: #008780;
}

.sidebarActive{
    color: #ed7900 !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.logoutForm{
    margin-left: -0.9rem;
}

.logoutBtn {
    color: #008780 !important;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #b0dbb2;
}

.dropdown-menu a {
    color: #008780 !important;
}

.trhide{
    display: none;
}
.orangeBtn {
    background-color: #ed7900 !important;
    border-color: #ed7900 !important;
    color: white;
}

a {
    text-decoration: none;
    color: #333333;
}

/* Custom scrollbar track */
#sidebar-wrapper::-webkit-scrollbar {
    width: 12px; /* width of the scrollbar */
}

/* Custom scrollbar thumb (the draggable part) */
#sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the thumb */
    border-radius: 10px; /* Rounded edges */
    border: 3px solid #f0f0f0; /* Border around the thumb */
}

    /* Custom scrollbar thumb on hover */
    #sidebar-wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Color of the thumb on hover */
    }

/* Custom scrollbar track */
#sidebar-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track */
    border-radius: 10px; /* Rounded edges */
}

/* Optional: custom scrollbar corner (if you have a horizontal scrollbar) */
#sidebar-wrapper::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}

.sidebar-seguimiento-proveedor {
    background-color: #d0c573;
    /*background-image: linear-gradient(#b0dbb2, #90c79f, #7c9f7d, #8cae8b);*/
}

.customHover:hover{
    color: #ed7900 !important;
}

.svgImage {
    display: flex !important;
    align-items: center;
}