/*

  Color Palete:
    grey: #EEEEEE; // border color
    light grey: #94969A; // text color
    greyish-blue: #F2F4F9; // Background and nav border color
    dark-blue: #3772F6; // Icon and overall design color
    light-black: #1D2436; // Heading color


    light-green: #80DBDD; // Success Color
    light-yellow: #F1D0AE; // Wraning Color
    light-red: #ff6961; // Danger Color

 */
@import 'variables';
/* .sidebar-wrapper-inner {
    display: flex;
  }

  .sidebar-wrapper .navbar-brand {
    width: auto;
  }

  .sidebar-wrapper {
    width: 100%;
    height: 74px;
  }

  .navigation-mobile {
    display: block;
  }

  .page-content {
    margin-left: 0;
    margin-top: 74px;
  } */
body {
  background: #f2f4f9;
  color: #1d2436; }

* {
  font-family: 'Montserrat'; }

h1, h2, h3, h4, h5, h6 {
  color: #1d2436;
  font-weight: 400;
  font-family: 'Montserrat';
  margin-bottom: 0; }

label, input {
  color: #1d2436; }

.text-muted {
  color: #2d3330; }

.box {
  background-color: #fff;
  width: 100%;
  padding: 20px; }

.inner-wrapper {
  display: flex;
  flex-wrap: nowrap; }

.page-content {
  width: 100%;
  /*margin-left: 100px;*/ }

.content-wrapper {
  padding-right: 40px;
  padding-left: 40px; }

.separator {
  margin-top: 30px;
  margin-bottom: 30px; }

.shadow-light {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11); }

section {
  margin-bottom: 200px;
  width: 100%; }
.chk-folder {
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.author.align-content{
    height: 95px !important;
    text-align: center;
    margin-top: 10px;
    text-transform: none;
    overflow: hidden;
    padding: 5px;
}
.footer.product-footer{
    font-size: 25px;
    margin-top: -10px;
    padding: 0px 10px 0px;
    line-height: 30px;
    border-top: none !important;
    background-color: transparent;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #273469;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.default-disable {
    pointer-events: none;
}
.btn-fol.card-link {
    padding: 0px 3px;
}
.mt-30 {
  margin-top: 30px; }

.mb-10 {
  margin-bottom: 10px; }

.br-8 {
  border-radius: 8px; }

.modal-body textarea {
  min-height: 150px; }

.bg-white {
  background-color: #fff; }

.avatar {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.avatar img {
  width: 100%; }

.avatar-sm {
  width: 38px;
  height: 38px; }

.avatar-xs {
  width: 22px;
  height: 22px; }

.avatar-lg {
  width: 78px;
  height: 78px; }

.border-primary {
  border-color: #273469 !important; }

.border-secondary {
  border-color: #2d3330 !important; }

.border-success {
  border-color: #2ecc71 !important; }

.border-danger {
  border-color: #ff6961 !important; }

.border-warning {
  border-color: #f9e995 !important; }

.border-info {
  border-color: #89d0ff !important; }

.changelog .border-4 {
  border-width: 4px !important; }

.accordion .card-header a::after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f067";
  font-weight: 900;
  float: right;
  position: absolute;
  right: 10px;
  top: 8px;
  transition: content 0s, opacity 0.5s linear; }

.accordion .card-header a[aria-expanded=true]::after {
  content: "\f068";
  /*
  Typography
 */ }

.text-lead {
  font-size: 1.25em; }

.text-muted {
  color: #eee; }

.text-danger {
  color: #ff6961; }

.text-warning {
  color: #f9e995; }

.text-success {
  color: #2ecc71; }

.text-white {
  color: #fff; }

.text-primary {
  color: #273469 !important; }

.blockquote {
  border-left: 4px solid #eee;
  padding-left: 20px;
  /*
  End Typography
 */
  /*
  Navbar Header
 */
  /*
  Stickey header
 */ }

.sticky-nav .navbar .navbar-brand img {
  width: 80px; }

.sticky-nav .navbar .form-inline a {
  margin-right: 10px;
  /*
  End Stickey header
 */
  /*
  End Navbar Header
 */
  /*
  Nabar CSS
 */ }

.nav-tabs {
  border-bottom: 1px solid #273469; }

.nav-tabs .nav-item .active {
  border-color: #273469 #273469 #273469;
  background-color: #273469;
  color: #fff !important; }

.nav-tabs .nav-item .nav-link {
  color: #2d3330;
  text-transform: uppercase; }

.nav-tabs .nav-item .nav-link:focus {
  border-color: transparent;
  color: #2d3330; }

.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: #273469; }

.nav-tabs-content {
  padding: 40px; }

.nav-tabs-content .tabs-content-header p {
  color: #2d3330;
  font-size: 14px; }

.tabs-content-body {
  margin-top: 20px; }

.tab-content .tab-pane {
  padding: 12px 14px;
  /*
  End Navbar CSS
 */
  /*
  Modal CSS
 */ }

.modal-content {
  border-radius: 4px;
  background: #fff; }

.modal-header, .modal-body {
  margin-top: 30px;
  padding: 10px 28px; }

.modal-header {
  padding: 25px 35px;
  margin: 0;
  width: 100%;
  background: #f2f4f9;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 20px; }

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
  width: 100%;
  text-align: center; }

.modal-footer {
  border-top: 0; }

.modal-body {
  /*
  End Modal CSS
 */
  /*
  Input CSS
 */ }

label {
  font-size: 14px;
  color: #2d3330;
  text-transform: uppercase;
  margin-bottom: 0; }

input {
  border: 0;
  outline: 0; }

.form-control::-webkit-input-placeholder {
  color: #2d3330; }

.form-control::-moz-placeholder {
  color: #2d3330; }

.form-control:-ms-input-placeholder {
  color: #2d3330; }

.form-control:-moz-placeholder {
  color: #2d3330; }

.form-control::placeholder {
  color: #2d3330; }

.form-control {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  border: 0;
  border-bottom: 4px solid #273469;
  border-radius: 0;
  position: relative; }

.form-control-sm {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px; }

.form-control:disabled {
  border-bottom: 4px solid #eee;
  color: #eee;
  background-color: transparent; }

.form-group select:disabled {
  filter: grayscale(100%); }

.form-control:focus {
  outline: 0;
  border-color: #2d3330;
  box-shadow: none; }

.form-control:before {
  content: "";
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 2px; }

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0; }

.form-group select:focus {
  border-color: #273469; }

.form-check {
  margin-bottom: 16px;
  padding-left: 0;
  /* Switch Input iOS */
  /* Fill Switch */ }

.switch-container {
  margin-top: 4px; }

.switch-input {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px; }

.switch-input + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

.switch-fill + label {
  padding: 2px;
  width: 64px;
  height: 30px;
  background-color: #ddd;
  border-radius: 60px; }

.switch-fill + label:before, .switch-fill + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

.switch-fill + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s; }

.switch-fill + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s; }

.switch-fill:checked + label:before {
  background-color: #273469; }

.switch-fill:checked + label:after {
  transform: translateX(34px);
  /* Flat Switch */ }

.switch-flat + label {
  padding: 2px;
  width: 64px;
  height: 30px;
  background-color: #ddd;
  border-radius: 60px;
  transition: background 0.4s; }

.switch-flat + label:before, .switch-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

.switch-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s; }

.switch-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #ddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s; }

.switch-flat:checked + label {
  background-color: #273469; }

.switch-flat:checked + label:after {
  margin-left: 34px;
  background-color: #273469;
  /* End Switch Input iOS */ }

.form-check-input, .form-radio-input {
  opacity: 0;
  position: absolute; }

.form-check-input:disabled + .form-check-label:before, .form-radio-input:disabled + .form-radio-label:before {
  border: 2px solid #eee; }

.form-check-input:disabled + .form-check-label span, .form-radio-input:disabled + .form-radio-label span {
  color: #eee; }

.form-check-input, .form-check-label, .form-radio-input, .form-radio-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.form-check-label span, .form-radio-label span {
  position: relative;
  top: 2px; }

.form-check-input + .form-check-label:before, .form-radio-input + .form-radio-label:before {
  content: '';
  background: #fff;
  border: 2px solid #273469;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center; }

.form-check-input:checked + .form-check-label:before {
  background: #273469;
  box-shadow: inset 0px 0px 1px 3px #fff; }

.form-radio-input + .form-radio-label:before {
  border-radius: 50%; }

.form-radio-input:checked + .form-radio-label:before {
  background: #273469;
  box-shadow: inset 0px 0px 0px 4px #fff; }

.form-check-input:focus + .form-check-label, .form-radio-input:focus + .form-radio-label {
  /* focus style */
  outline: 0;
  /*
  Datepicker CSS
 */ }

.input-group.date .input-group-addon {
  border-bottom: 4px solid #273469;
  font-size: 20px;
  padding: 6px; }

.input-group.date > .form-control:focus ~ .input-group-addon {
  border-color: #2d3330;
  /*
  End Input CSS
 */
  /*
  Button CSS
 */ }

.btn {
  padding: 0.7rem 1.6rem;
  font-size: 1.11rem;
  letter-spacing: 0.02em;
  color: #1d2436;
  transition: all 0.15s ease;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-lg {
  padding: 0.8rem 1.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0.2rem; }

.btn:hover {
  transform: translateY(-1px); }

.btn-success:focus:active {
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-primary {
  background-color: #273469;
  border-color: #273469;
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  -moz-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  box-shadow: 0px 4px 22px 0px rgba(39, 52, 105, 0.5); }

.btn-primary:hover, .btn-primary:hover:active, .btn-primary:hover:focus {
  color: #fff !important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #273469;
  border-color: #273469;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  -moz-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
    box-shadow: none !important;}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:focus:active {
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.8);
  -moz-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.8);
  box-shadow: 0px 4px 22px 0px rgba(39, 52, 105, 0.8); }

.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-success:hover, .btn-success:hover:active, .btn-success:hover:focus {
  color: #fff !important; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:focus:active {
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-secondary:hover, .btn-secondary:hover:active, .btn-secondary:hover:focus {
  color: #000 !important; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:focus:active {
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-link, .btn-link:hover {
  color: #2d3330;
  box-shadow: none; }

.btn-danger {
  background-color: #ff6961;
  border-color: #ff6961;
  color: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-danger:hover, .btn-danger:hover:active, .btn-danger:hover:focus {
  color: #fff !important; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ff6961;
  border-color: #ff6961;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:focus:active {
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-warning {
  background-color: #f9e995;
  border-color: #f9e995;
  color: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-warning:hover, .btn-warning:hover:active, .btn-warning:hover:focus {
  color: #fff !important; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #f9e995;
  border-color: #f9e995;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:focus:active {
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-info {
  background-color: #89d0ff;
  border-color: #89d0ff;
  color: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-info:hover, .btn-info:hover:active, .btn-info:hover:focus {
  color: #fff !important; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #89d0ff;
  border-color: #89d0ff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:focus:active {
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-outline-primary {
  background-color: transparent;
  border-color: #273469;
  box-shadow: 0px 4px 22px 0px rgba(39, 52, 105, 0.5); }

.btn-outline-primary:hover {
  background-color: #273469;
  border-color: #273469; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  -moz-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  box-shadow: 0px 4px 22px 0px rgba(39, 52, 105, 0.5); }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:focus:active {
  color: #fff;
  background-color: #273469;
  border-color: #273469;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.8);
  -moz-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.8);
  box-shadow: 0px 4px 22px 0px rgba(39, 52, 105, 0.8); }

.btn-outline-secondary {
  background-color: transparent;
  border-color: #2d3330;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-secondary:hover {
  background-color: #2d3330;
  border-color: #2d3330; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:focus:active {
  color: #fff;
  background-color: #2d3330;
  border-color: #2d3330;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-outline-success {
  background-color: transparent;
  border-color: #2ecc71;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-success:hover {
  background-color: #2ecc71;
  border-color: #2ecc71; }

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:focus:active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-outline-danger {
  background-color: transparent;
  border-color: #ff6961;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-danger:hover {
  background-color: #ff6961;
  border-color: #ff6961; }

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:focus:active {
  color: #fff;
  background-color: #ff6961;
  border-color: #ff6961;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-outline-warning {
  background-color: transparent;
  border-color: #f9e995;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-warning:hover {
  background-color: #f9e995;
  border-color: #f9e995; }

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:focus:active {
  color: #fff;
  background-color: #f9e995;
  border-color: #f9e995;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.btn-outline-info {
  background-color: transparent;
  border-color: #89d0ff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-info:hover {
  background-color: #89d0ff;
  border-color: #89d0ff; }

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11); }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:focus:active {
  color: #fff;
  background-color: #89d0ff;
  border-color: #89d0ff;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.3); }

.badge-primary {
  background-color: #273469; }

.badge-secondary {
  background-color: #2d3330; }

.badge-success {
  background-color: #2ecc71; }

.badge-danger {
  background-color: #ff6961; }

.badge-warning {
  background-color: #f9e995; }

.badge-info {
  background-color: #89d0ff;
  /*
  End Button CSS
 */
  /*
  Card CSS
 */ }

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px; }

.card {
  border-color: #f2f4f9;
  margin-bottom: 30px;}

.card .card-header {

    background: transparent;
  color: #1d2436;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #f2f4f9; }

.card .card-header h6 {
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.1em;*/
  font-weight: 700;
  /*word-spacing: 4px;*/
  display: inline-block;
  width: 80%; }

.card .card-header span {
  float: right;
  color: #273469; }

.card .card-header span a {
  font-size: 14px; }

.card .card-header span a i {
  font-size: 12px; }

.card .card-link {
  color: #273469;
  /*
  Card Stats
 */ }

.card-stats {
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  border-radius: 8px; }

.card-stats .card-num {
  width: 50%; }

.card-stats .card-num h1 {
  color: #273469;
  font-size: 48px;
  font-weight: 500;
  line-height: 0.8; }

.card-stats .card-num span {
  text-transform: uppercase;
  font-size: 12px;
  /*
  End Card Stats
 */
  /*
  End Card CSS
 */
  /*
  Table CSS
 */ }

.table {
  background: #fff; }

.table-space {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0 8px !important; }

.table td {
  border-color: #f2f4f9; }

.table tr th {
  border: 0;
  letter-spacing: 0.02em; }

.table-space tr th {
  color: #2d3330; }

.table-space thead tr {
  background: transparent; }

.table-space tr {
  background: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  /*
  End Table CSS
 */
  /*
  Content Header CSS
 */ }

.content-header {
  display: flex;
  margin-bottom: 50px; }

.content-heading {
  display: flex;
  flex-wrap: center; }

.content-add {
  margin-left: auto; }

.btn-round {
  /*background: #273469;*/
  /*color: #fff;*/
  border-radius: 50%;
  padding: 14px 20px;
  /*margin-top: 8px;*/
  /*-webkit-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  -moz-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5); */
}

.content-heading .heading-text p {
  color: #2d3330;
  font-size: 20px;
  margin-bottom: 0; }

.content-heading .heading-icon {
  background-color: #273469;
  padding: 20px;
  border-radius: 6px;
  width: 72px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  -moz-box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5);
  box-shadow: 0px 4px 28px 0px rgba(39, 52, 105, 0.5); }

.content-heading .heading-icon i {
  color: #fff;
  font-size: 28px; }

.content-heading .heading-text {
  margin-left: 28px;
  /*
  End Content Header
 */
  /*
  Navigation CSS
 */
  /*
  Mobile
 */ }

.navigation-mobile {
  display: none; }

.sidebar-nav .mobile-menus{
    display: none !important;
}

.sidebar-wrapper .navigation-mobile .navbar-brand img {
  display: block;
  margin: 0;
  width: 80px; }

.sidebar-wrapper .navigation-mobile .navbar-brand {
  width: 174px; }

.navigation-mobile .navbar-toggler {
  margin-right: 15px;
  border-color: #273469; }

.navigation-mobile .navbar-toggler:focus {
  outline: 0; }

.navigation-mobile .navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #273469; }

.navigation-mobile .navbar-light .navbar-toggler-icon i {
  font-size: 28px;
  top: 1px;
  position: relative; }

.navigation-mobile .navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px; }

.navigation-mobile .navbar-nav .active .nav-link {
  color: #273469;
  /*
  End Mobile
 */
  /*
  Desktop
 */ }

.sidebar-wrapper {
  width: 285px;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 999; }

.sidebar-wrapper .navbar {
  flex-direction: column; }

.sidebar-wrapper .navbar .navbar-collapse {
  width: 100%; }

.navbar {
  padding: 0; }

#header .kl-header-left-menu {
  float: right !important;
}

#header .kl-header-left-menu .user-image{
  width: 30px;
    border: 1px solid #e1e1e1;
}

#header .kl-header-left-menu .username {
  font-weight: 500;
  color: #273469 !important;
  padding: 5px 50px 0 10px!important;
  float: left;
  text-decoration: none;
}

#header .kl-header-left-menu .menu-right-nav{
  padding: 8px 14px;
  top: 10px !important;
  left: -45px !important;
}

#header .kl-header-left-menu .menu-right-nav li{
  line-height: 2.3;
}

#header .kl-header-left-menu .menu-right-nav li a{
  text-decoration: none;
}

#header .kl-header-left-menu .menu-right-nav li a i{
  padding-right: 10px;
}

#header .help-support-menu {
  padding-right: 18px !important;
  text-decoration: none !important;
}

#header .help-support-menu i {
  font-size: 20px;
  position: relative;
  right: 12px;
  top: 3px;
}

.sidebar-nav {
  margin-top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

.sidebar-nav li a i {
    width: 25px !important;
}

.sidebar-nav a {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 20px;
  color: #273469;
  padding: 14px 40px;
 }

 .sidebar-nav a span {
   font-size: 18px;
   margin-left: 15px;
  }

.sidebar-nav a:hover, .sidebar-nav li:hover a {
  /*background-color: #273469;*/
  text-decoration: none;
  color: #0dc151; }

#navbar-title {
  position: absolute;
  display: none;
  background-color: #273469;
  padding: 30px 8px;
  width: 200px;
  padding-top: 31px;
  z-index: 9999; }

#navbar-title h5 {
  color: #fff;
  margin: 0; }

.sidebar-wrapper .navbar-brand {
  width: 100%; }

.sidebar-wrapper .navbar-brand img {
  display: block;
  margin: 0 auto;
  width: 130px; }

.logo-header {
/*border-bottom: 1px solid #eee;*/
  /*
  End Desktop
 */
  /*
  End Navigation CSS
 */ }

.content-wrapper {
  margin-top: 50px;
  /*
  Icon CSS
 */ }

.icon-shape {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center; }

.icon-shape i {
  font-size: 1.25rem;
  /*
  End Icon CSS
 */
  /*
  Chart CSS
 */ }

.chart-fill {
  background-color: #273469;
  border-radius: 8px;
  padding: 20px;
  /*
  End Chart CSS
 */
  /*
  Media Queries
 */ }

.SwitchActiveInactiveChecklist .switch-fill + label {
    transform: none !important;
    margin: 1px -19px !important;
    width: 28px !important;
    height: 16px !important;
}
.SwitchActiveInactiveChecklist .switch-fill:checked + label:before {
    background-color: #0ec152 !important;
    height: 15.5px;
}
.SwitchActiveInactiveChecklist  .switch-fill:checked + label:after {
    transform: translateX(34px);
    margin: 0px -22px !important;
    width: 15px !important;
    height: 15px;
}
.SwitchActiveInactiveChecklist .switch-fill + label:after {
    width: 15px !important;
    box-shadow: 0 0px 5px rgb(0 0 0 / 30%);
}

.SwitchActiveInactiveChecklist {
    margin-top: -1px;
    margin-right: 8px !important;
}
@media (max-width: 992px) {
  .sidebar-wrapper .sidebar-wrapper-inner {
    display: flex;
    padding-right: 40px;
    padding-left: 40px; }

  .sidebar-wrapper .navbar {
    padding: 8px 16px;
    width: 100%;
    flex-direction: row; }

  .sidebar-wrapper .navbar-brand img {
    max-width: 172px;
    max-height: 74px;
    width: auto; }

  .sidebar-wrapper .navbar .logo-header {
    border-bottom: 0; }

  .sidebar-wrapper .navbar-brand {
    width: auto; }

  .sidebar-wrapper {
    width: 100%;
    height: auto; }

  .navigation-mobile {
    display: block; }

  .page-content {
    margin-left: 0;
    margin-top: 90px; } }

@media (max-width: 768px) {
  .content .content-header .content-add {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999; }

  .card {
    width: 100%; } }

@media (max-width: 540px) {
  /*
  End Media Queries
 */
    .content-wrapper {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (orientation:portrait) {
  #header{
    display: none;
  }

  .page-content{
    margin-top: 0 !important;
  }

  .content-wrapper{
    margin-top: 0 !important;
  }

  .content-left-space{
    margin-top: 140px !important;
    margin-left: 0 !important;
  }

  .sidebar-nav{
    margin-top: 0 !important;
  }

  .sidebar-nav a{
    padding: 14px 0;
  }

  .footer-links .offset-md-2{
    margin-left: 0 !important;
  }

  .sidebar-nav .mobile-menus{
    display: block !important;
  }
}
