﻿
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(PoppinFont/Poppin-300) format('woff2');
  /*src: url(//PoppinFont/Poppin-300.woff2) format('woff2'); */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(PoppinFont/Poppin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(PoppinFont/Poppin-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(PoppinFont/Poppin-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(PoppinFont/Poppin-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    /*font-family: 'Poppins', sans-serif; */
    background: #fafafa
}


.login-box-msg{
    text-align:center;
}

.logoutdropp {
    margin: 0px;
    display: inline;
    color: #0000EE;
} 

a, a:hover, a:focus {
    /*color: inherit; */
    text-decoration: none;
    transition: all 0.3s
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1)
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch
}

.brand-image {
    float: left;
    line-height: .8;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}

.content {

    height: auto;
    width: -webkit-fill-available;
}

/*
.logoutdropdown-menu{
    text-align:center;
}
*/

/*
.logoutdropdown-menu {
    min-width: 22rem !important;   
    padding: 1rem !important;       
    text-align: center;             
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.logoutdropdown-menu .dropdown-item,
.logoutdropdown-menu .dropdown-item-text {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
    display: block;
    width: 100%;
}

.logoutdropdown-menu .user-header {
    padding: 1rem 0;
}  
*/


/* === User dropdown: compact size & tighter spacing === */
.logoutdropdown-menu {
  /* Size */
  min-width: 18rem !important;   /* reduce width; try 14–16rem */
  max-width: 20rem !important;
  padding: 0.5rem 0.75rem !important;  /* reduce inner padding */
  border-radius: 8px;                 /* neat rounded corners */
  box-shadow: 0 4px 16px rgba(0,0,0,0.12); /* subtle shadow */
  text-align: center;
}

/* Top avatar: smaller to reduce height */
.logoutdropdown-menu .img-circle {
  width: 56px;
  height: 56px;
  border-width: 2px;
  margin: 0.25rem auto 0.5rem;  /* tighten spacing above/below */
}

/* Labels / lines: tighter line-height & minimal spacing */
.logoutdropdown-menu .dropdown-item,
.logoutdropdown-menu .dropdown-item-text,
.logoutdropdown-menu .passwordlock,
.logoutdropdown-menu .logoutdropp,
.logoutdropdown-menu span,
.logoutdropdown-menu label,
.logoutdropdown-menu .btn-logout {
  margin: 0 !important;
  padding: 6px 0 !important;    /* reduce spacing between lines */
  line-height: 1.1 !important;  /* tighter lines */
  font-size: 0.95rem;           /* slightly smaller text */
}

/* Make the logout look consistent but compact */
.logoutdropdown-menu .btn-logout {
  background: transparent;
  color: #6c757d;
  border: 0;
  padding: 6px 0 !important;
}

/* Remove the blue focus rectangle / default link focus styles */
.logoutdropdown-menu a,
.logoutdropdown-menu .dropdown-item,
.logoutdropdown-menu .passwordlock {
  color: #333333;                /* neutral text color */
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;   /* kills Bootstrap focus shadow */
}

/* Also remove focus/active/hover blue highlight specifically */
.logoutdropdown-menu a:focus,
.logoutdropdown-menu a:active,
.logoutdropdown-menu .dropdown-item:focus,
.logoutdropdown-menu .dropdown-item:active {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Optional: subtle hover without changing size */
.logoutdropdown-menu a:hover,
.logoutdropdown-menu .dropdown-item:hover {
  text-decoration: none;
  color: #000;                   /* darker on hover */
  background: transparent;       /* no background wash */
}

/* Remove extra left padding inherited by .passwordlock */
.logoutdropdown-menu .passwordlock {
  padding-left: 0 !important;
}

/* If Bootstrap tries to add big padding between sections, zero it out */
.logoutdropdown-menu .dropdown-divider {
  margin: 6px 0 !important;  /* thinner divider spacing */
}

/* If the navbar is clipping the dropdown, allow overflow (only if needed) */
/* .navbar { overflow: visible; } */


.img-circle {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255,255,255,.2);
    border-radius:50%;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    width: 280px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 200px;
    padding: 10px;
    text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
        color: #6c757d;
        padding-left:0px !important;
    }

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.nav-sidebar .nav-link p {
    display: inline-block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
}

.login-box, .register-box {
    width: 360px;
    margin-left:40%;
}

.card{
    padding-bottom:0.5rem;
}

#Hyp_Username #Hyp_ChangePassword {
    text-transform: capitalize;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #333333;
    color: #fff;
    transition: all 0.3s;
    height:200vh;
}

    #sidebar.active {
        margin-left: -250px
    }

    #sidebar .sidebar-header {
        padding-top: 20px;
        background: #333333
    }

    #sidebar ul.components {
        padding: 20px 0px;
        border-bottom: 1px solid #333333
    }

    #sidebar ul p {
        padding: 10px;
        font-size: 15px;
        display: block;
        color: #fff
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #fff;
    }

        #sidebar ul li a:hover {
            color: #fff;
            background: #333333
        }

/*
    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #333333
    } */

a[data-toggle="collapse"] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
    background: #333333
}

ul ul a  .nav-icon {
    font-size: 0.7em !important;
    
}

.passwordlock {
    background: white;
    color: #333333;
    padding-left: 0px !important;
    text-transform: capitalize !important;
    font-family: 'Times New Roman', Times, serif !important;
}

.fa:first-letter {
    text-transform: uppercase !important;
}

.btn-logout {
    width: 100%;
    padding: 3px 20px;
    text-align: left;
    background-color: #f8f9fa;
    padding: 10px;
    text-align: center;
    color: #6c757d;
}

ul.CTAs {
    padding: 20px
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px
    }

a.download, a.download:hover {
    background: #333333;
    color: #fff
}

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s
}

.content-wrapper {
    padding: 15px
}

@media(maz-width:768px) {
    #sidebar {
        margin-left: -250px
    }

        #sidebar.active {
            margin-left: 0px
        }

    #sidebarCollapse span {
        display: none
    }
}
