
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    /* color: #999; */
}

.toast-text {
  color: #fff;
}

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;
    
}

.fa-stack[data-count]:after{
  position:absolute;
  right:0%;
  top:1%;
  content: attr(data-count);
  font-size:30%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:rgba(255,0,0,1);
  text-align:center;
  min-width:2em;
  font-weight:bold;
}

.center-things {
    height: 100%;
  top: 50%;
    position: relative; 
}
.center-things p {
  margin: 0;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#dropdownMenuLink {
  cursor: pointer;
}

.text-orange {
  color : #faa328;
}

.text-blue {
  color : #649ad9;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1D2A36;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 14px;
    background: #162129;
}

#sidebar ul.components {
    padding: 20px 20px;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #008892;
    background: #dee0e0;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #162129;
}

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: #162129;
}

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
----------------------------------------------------- */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.bg-glight {
 background-color: #f5f5f5;
}

.bg-orange-light {
  background-color: #fff6de
}

.bg-yellow-light {
 background-color: #faf9f0;
}

.blink {
  animation: blinker 2s linear infinite;

}

.item {
  max-height: 100px;
  max-width: 100px;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

#components {
  padding: 30px;
}

.o-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .c-field__error {
    font-size: 12px;
    color: #d71149;
  }
  
  .c-file-input {
    position: relative;
    display: block;
    height: 56px;
    border: 1px dashed #ddd;
    background-color: #fff;
  }
  
  /* line 24, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input:invalid,
  .c-field--error .c-file-input {
    background-color: #ffe6e9;
    border-color: #ff566a;
  }
  
  /* line 28, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input:invalid:focus,
  .c-field--error .c-file-input:focus {
    background-color: #ffe6e9;
    border-color: #ff566a;
  }
  
  /* line 34, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 36px;
    padding-right: 36px;
    line-height: 36px;
    color: #999;
    /* font-size: 12px; */
    overflow: hidden;
    word-wrap: break-word;
    z-index: 1;
    margin-top: 10px;
    cursor: pointer;
  }
  
  /* line 50, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input__field {
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    z-index: -1;
    cursor: pointer;
  }
  
  /* line 59, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input__field:focus {
    outline: none;
  }
  
  /* line 64, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input__indicator {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 36px;
    z-index: 2;
    margin-left: 10px;
  }
  
  /* line 73, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input__indicator__icon {
    color: #bbb;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 4px;
    font-size: 20px;
    cursor: pointer;
  }
  
  /* line 81, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .has-file .c-file-input__indicator__icon {
    color: #38c172;
  }
  
  /* line 86, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input__remove {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 36px;
    z-index: 2;
  }
  
  .has-file > .c-file-input__remove {
    display: block;
  }
  
  /* line 100, app/assets/stylesheets/mweb/6-components/_components.file-input.scss */
  .c-file-input__remove__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 4px;
    font-size: 20px;
    color: #ff566a;
    cursor: pointer;
  }

  .container_chck {
    
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container_chck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .cs-shadow {
    box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #e1e1e1;
  }
  
  /* On mouse-over, add a grey background color */
  .container_chck:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container_chck input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container_chck input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_chck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}