/* 
=========================================================================================================================================
LOG IN PAGE
=========================================================================================================================================
*/
body{
    background-color: #f3f3f3;
}
/* 
=========================================================================================================================================
DASHBOARD
=========================================================================================================================================
*/
@font-face{
    src: url(fonts/Metropolis-Medium.otf);
    font-family: 'Metropolis';
}

@font-face{
    src: url(fonts/Nunito-Medium.ttf);
    font-family: 'Nunito';
}

body {
    background: #F8F9FC;
    font-family: 'Nunito';
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;

}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#tb-home{
    color: #919191;
}
#tb-home:hover{
    color: #a6bcf9;
}
#tb-home-icon{
    color: #c2c2c2;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px #515c8d;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}
/* SIDEBAR STYLE */
#sb-header:hover{
    color: #bcceff;
}
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #476dda;
    color: #fff;
    transition: all 0.3s;
    font-family: 'Nunito';
}

#sidebar.active {
    min-width: 80px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.sidebar-divider{
    border-top: 1px solid rgb(255, 255, 255);
    width:80%;
}
#sidebar .sidebar-header {
    padding: 20px 20px 1px 20px;
    background: #476dda;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #4265c8;
}

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: 0.9em !important;
    padding-left: 30px !important;
    background: #4265c8;
}

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 {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}


/* CONTENTS STYLE */

#content {
    font-family:'Metropolis';
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

/*     Mediaquires */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
@media (min-width: 769px) {
    #sidebarCollapse {
        display: none;
    }
}

/* NAVBAR */
#portalNav{
    padding-top: 21px;
    padding-bottom: 21px;
    background-color: #FFFFFF;
    color: rgb(5, 5, 5);
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.nav {
    background-color: #FFFFFF;
}
.nav-link {
    color: #111111;
}
.custom-card-header{
color: #282d42;
border: 1px solid rgba(0,0,0,.125);
background-color: #e9efff;
padding-left: 20px;
padding-bottom: 3px;
padding-top: 9px;
box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
border-radius: 10px 10px 0px 0px;
}
.custom-card-body{
    border: 1px solid rgba(0,0,0,.125);
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-radius: 0px 0px 10px 10px;
}
.custom-card-body-two{
    border: 1px solid rgba(0,0,0,.125);
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-radius: 10px 10px 10px 10px;
}
.custom-card-body-chart{
    border: 1px solid rgba(0,0,0,.125);
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-radius: 0px 0px 10px 10px;
}
.custom-card-link{
    color: #3B5DC0;
}
.custom-card-link:hover{
    color: #26376b;
}
.custom-card-delete{
    color: rgb(176, 5, 5);
}
.custom-card-delete:hover{
    color: rgb(117, 5, 5);
}
.custom-card-link{
    color: #3B5DC0;
}
.custom-card-link:hover{
    color: #26376b;
}
.custom-card-approve{
    color: green;
}
.custom-card-approve:hover{
    color: rgb(2, 78, 2);
}
.custom-card-unapprove{
    color: rgb(176, 5, 5);
}
.custom-card-unapprove:hover{
    color: rgb(117, 5, 5);
}
.user-welcome{
    color: #5a5c69;
}
/* USER DROPDOWN */  
.dropdown {
position: relative;
display: inline-block;
}
  

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    border-radius: 10px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #466BD7; color: white}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

  /* WIDGETS */
  .custom-widget {
      background-color: white;
      box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
      border-radius: 10px;
      border-left: 5px solid #476DDA;
  }
  .widget-colors-one{
      color:#476DDA;
  }
  .widget-colors-one:hover{
    color:#3351a1;
}
  .custom-widget-two {
    background-color: white;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-radius: 10px;
    border-left: 5px solid #36B9CC;
}
.widget-colors-two{
    color:#36B9CC;
}
.widget-colors-two:hover{
    color:#288694;
}
.custom-widget-three {
    background-color: white;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-radius: 10px;
    border-left: 5px solid #1CC88A;
}
.widget-colors-three{
    color:#1CC88A;
}
.widget-colors-three:hover{
    color:#198c62;
}
.custom-widget-four {
    background-color: white;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    border-radius: 10px;
    border-left: 5px solid #F6C23E;
}
.widget-colors-four{
    color:#F6C23E;
}
.widget-colors-four:hover{
    color:#b69030;
}
.t{

        border-top: 0.5px solid rgb(19, 18, 18);
}
.widget-icon{
    color: #DDDFEB;
}
.blue-link{
    color: blue;
}
.custom-table {
    border-color: #dee2e6 !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.custom-nest-table {
    border-color: #ffffff00 !important;
}
/* PAGE HEADERS */
.page-header {
      display: inline-block;
  }
.add-new {
    float: right;
  }


.custom-invalid-data {
margin-top: 0.25rem;
font-size: .875em;
color: #dc3545;
}
.profile-image{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 4px solid #555;
    padding: 3px;
    background-color: #555 ;
}
.profile-image-small{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #555;
    background-color: #555 ;
}
.custom-dropdown-content-one{
    min-width: 200px;
}
.custom-dropdown-content-alerts{
    min-width: 150px;
}
.custom-dropdown-content-posts{
    min-width: 140px;
}
.mob-option{
    color: #476DDA;
}
#featured-options {
    cursor: pointer;
    color: #4265c8;
}
.unapproved-comment-alert{
    color: #ff8282;
}
.unapproved-comment-alert-two{
    color: #f21f1f;
}











