@charset "UTF-8";
/*
Template Name: Uplon - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 2.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Custom Bootstrap Css File
*/
.custom-accordion .card + .card {
  margin-top: 0.5rem;
}
.custom-accordion .accordion-arrow {
  font-size: 1.2rem;
}
.custom-accordion a.collapsed i.accordion-arrow:before {
  content: "";
}

.badge {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.badge-light {
  color: #343a40;
}

.badge-light-primary {
  background-color: rgba(100, 176, 242, 0.2);
  color: #64b0f2 !important;
}

.badge-light-secondary {
  background-color: rgba(108, 117, 125, 0.2);
  color: #6c757d !important;
}

.badge-light-success {
  background-color: rgba(27, 185, 154, 0.2);
  color: #1bb99a !important;
}

.badge-light-info {
  background-color: rgba(61, 185, 220, 0.2);
  color: #3db9dc !important;
}

.badge-light-warning {
  background-color: rgba(241, 181, 61, 0.2);
  color: #f1b53d !important;
}

.badge-light-danger {
  background-color: rgba(255, 93, 72, 0.2);
  color: #ff5d48 !important;
}

.badge-light-light {
  background-color: rgba(248, 249, 250, 0.2);
  color: #f8f9fa !important;
}

.badge-light-dark {
  background-color: rgba(52, 58, 64, 0.2);
  color: #343a40 !important;
}

.badge-light-purple {
  background-color: rgba(146, 97, 198, 0.2);
  color: #9261c6 !important;
}

.badge-light-pink {
  background-color: rgba(255, 122, 163, 0.2);
  color: #ff7aa3 !important;
}

.bg-soft-primary {
  background-color: rgba(100, 176, 242, 0.25) !important;
}

.bg-soft-secondary {
  background-color: rgba(108, 117, 125, 0.25) !important;
}

.bg-soft-success {
  background-color: rgba(27, 185, 154, 0.25) !important;
}

.bg-soft-info {
  background-color: rgba(61, 185, 220, 0.25) !important;
}

.bg-soft-warning {
  background-color: rgba(241, 181, 61, 0.25) !important;
}

.bg-soft-danger {
  background-color: rgba(255, 93, 72, 0.25) !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.25) !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.25) !important;
}

.bg-soft-purple {
  background-color: rgba(146, 97, 198, 0.25) !important;
}

.bg-soft-pink {
  background-color: rgba(255, 122, 163, 0.25) !important;
}

.breadcrumb-item > a {
  color: #495057;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Material Design Icons";
}

.btn {
  color: #fff;
}
.btn .mdi:before {
  margin-top: -1px;
}

.btn-rounded {
  border-radius: 2em;
}

.btn-light, .btn-white {
  color: #212529;
}

.btn-link {
  font-weight: 400;
  color: #64b0f2;
  background-color: transparent;
}
.btn-link:hover {
  color: #1d8cec;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-outline-primary {
  color: #64b0f2;
  border-color: #64b0f2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #64b0f2;
  border-color: #64b0f2;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(100, 176, 242, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #64b0f2;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #64b0f2;
  border-color: #64b0f2;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(100, 176, 242, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #1bb99a;
  border-color: #1bb99a;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1bb99a;
  border-color: #1bb99a;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(27, 185, 154, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1bb99a;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1bb99a;
  border-color: #1bb99a;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(27, 185, 154, 0.5);
}

.btn-outline-info {
  color: #3db9dc;
  border-color: #3db9dc;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3db9dc;
  border-color: #3db9dc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(61, 185, 220, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3db9dc;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3db9dc;
  border-color: #3db9dc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(61, 185, 220, 0.5);
}

.btn-outline-warning {
  color: #f1b53d;
  border-color: #f1b53d;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f1b53d;
  border-color: #f1b53d;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 181, 61, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f1b53d;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f1b53d;
  border-color: #f1b53d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(241, 181, 61, 0.5);
}

.btn-outline-danger {
  color: #ff5d48;
  border-color: #ff5d48;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff5d48;
  border-color: #ff5d48;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 93, 72, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5d48;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff5d48;
  border-color: #ff5d48;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 93, 72, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}

.btn-outline-purple {
  color: #9261c6;
  border-color: #9261c6;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #9261c6;
  border-color: #9261c6;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.15rem rgba(146, 97, 198, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #9261c6;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #9261c6;
  border-color: #9261c6;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(146, 97, 198, 0.5);
}

.btn-outline-pink {
  color: #ff7aa3;
  border-color: #ff7aa3;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 122, 163, 0.5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #ff7aa3;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #ff7aa3;
  border-color: #ff7aa3;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 122, 163, 0.5);
}

.btn-xs {
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 0.15rem;
}

.btn-label {
  margin: -0.55rem 0.9rem -0.55rem -0.9rem;
  padding: 0.6rem 0.9rem;
  background-color: rgba(33, 37, 41, 0.1);
}

.btn-label-right {
  margin: -0.45rem -0.9rem -0.45rem 0.9rem;
  padding: 0.45rem 0.9rem;
  background-color: rgba(33, 37, 41, 0.1);
  display: inline-block;
}

/* Social Buttons */
.btn-facebook {
  color: #fff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #fff !important;
  background-color: #00aced !important;
}

.btn-linkedin {
  color: #fff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #fff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #fff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #fff !important;
  background-color: #517fa4 !important;
}

.btn-pinterest {
  color: #fff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #fff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #fff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #fff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #fff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #fff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #fff !important;
  background-color: #171515 !important;
}

.card {
  margin-bottom: 24px;
  box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
}
.card .card-drop {
  font-size: 24px;
  line-height: 0;
  color: #6c757d;
}

.card-title,
.card-header {
  margin-top: 0;
}

.card-title {
  font-size: 16px;
}

.header-title {
  font-size: 16px;
  margin: 0 0 7px 0;
}

.sub-header {
  margin-bottom: 24px;
  color: #6c757d;
  font-size: 13px;
}

.card-footer {
  border-top: 1px solid #e9ecef;
}

.card-border .card-header {
  border-top: 2px solid #ced4da;
}

.card-box {
  background-color: #fff;
  padding: 1.25rem;
  box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
  margin-bottom: 24px;
  border-radius: 0.25rem;
}

.dropdown-menu {
  box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
  animation-name: DropDownSlide;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  margin: 0;
  font-size: 0.9rem;
  position: absolute;
  z-index: 1000;
}
.dropdown-menu.show {
  top: 100% !important;
}

.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=left] {
  top: auto !important;
  animation: none !important;
}

@keyframes DropDownSlide {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
.dropdown-lg {
  width: 320px;
}

@media (max-width: 767.98px) {
  .dropdown-lg {
    width: 200px !important;
  }
}
.dropdown-example {
  position: static;
  display: block;
  margin-bottom: 0.25rem;
  clear: left;
  animation: none;
}

.dropdown-mega {
  position: static !important;
}

.dropdown-megamenu {
  padding: 20px;
  left: 20px !important;
  right: 20px !important;
}

.megamenu-list li {
  padding: 5px 20px 5px 25px;
  position: relative;
}
.megamenu-list li a {
  color: #6e768e;
}
.megamenu-list li a:hover {
  color: #64b0f2;
}
.megamenu-list li:before {
  content: "";
  position: absolute;
  left: 0;
  font-family: "Material Design Icons";
}

.form-control-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

input.form-control[type=color],
input.form-control[type=range] {
  min-height: 39px;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .custom-select:invalid:focus, .form-control:invalid:focus,
.custom-select.is-valid:focus, .form-control.is-valid:focus, .custom-select:valid:focus, .form-control:valid:focus {
  box-shadow: none !important;
}

.comment-area-box .form-control {
  border-color: #efefef;
  border-radius: 0.25rem 0.25rem 0 0;
}
.comment-area-box .comment-area-btn {
  background-color: #f8f9fa;
  padding: 10px;
  border: 1px solid #efefef;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
}

input:focus {
  outline: none;
}

.input-group-text {
  font-size: 13px;
}

.modal-title {
  margin-top: 0;
}

.modal-full {
  width: 92%;
  max-width: none;
}

.modal-demo {
  background-color: #fff;
  width: 600px !important;
  border-radius: 4px;
  display: none;
  position: relative;
}
.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #f8f9fa;
}

@media (max-width: 768px) {
  .modal-demo {
    width: 96% !important;
  }
}
.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #64b0f2;
  color: #fff;
  text-align: left;
  margin: 0;
}

.custom-modal-text {
  padding: 20px;
}

.custombox-modal-wrapper {
  text-align: left;
}

.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: #343a40;
  font-weight: 500;
}
.nav-tabs > li > a.active, .nav-pills > li > a.active {
  color: #64b0f2;
}

.nav-pills > a {
  font-weight: 500;
  color: #343a40;
}

.navtab-bg li > a {
  background-color: #e9ecef;
  margin: 0 5px;
}

.tab-content {
  padding: 20px 0 0 0;
}

/* Vertial tab */
.tabs-vertical-env .nav.tabs-vertical .nav-link {
  color: #343a40;
  text-align: center;
}
.tabs-vertical-env .nav.tabs-vertical .nav-link.active {
  background-color: #e9ecef;
  color: #64b0f2;
}

.nav-bordered {
  border-bottom: 2px solid rgba(108, 117, 125, 0.2) !important;
}
.nav-bordered .nav-item {
  margin-bottom: -2px;
}
.nav-bordered li a {
  border: 0 !important;
  padding: 10px 20px !important;
}
.nav-bordered a.active {
  border-bottom: 2px solid #64b0f2 !important;
}

.pagination-rounded .page-link {
  border-radius: 30px !important;
  margin: 0 3px;
  border: none;
}

.pagination-split li {
  margin-left: 5px;
}
.pagination-split li a {
  border-radius: 3px;
}

.popover-header {
  margin-top: 0;
}

.progress-sm {
  height: 5px;
}

.progress-md {
  height: 8px;
}

.progress-lg {
  height: 12px;
}

.progress-xl {
  height: 15px;
}

.progress-xxl {
  height: 25px;
}

/* Progressbar Vertical */
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical .progress-bar {
  width: 100%;
}
.progress-vertical.progress-xl {
  width: 15px;
}
.progress-vertical.progress-lg {
  width: 12px;
}
.progress-vertical.progress-md {
  width: 8px;
}
.progress-vertical.progress-sm {
  width: 5px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.progress-vertical-bottom.progress-xl {
  width: 15px;
}
.progress-vertical-bottom.progress-lg {
  width: 12px;
}
.progress-vertical-bottom.progress-md {
  width: 8px;
}
.progress-vertical-bottom.progress-sm {
  width: 5px;
}

.progress-w-percent {
  min-height: 20px;
  margin-bottom: 20px;
}
.progress-w-percent .progress {
  width: 80%;
  float: left;
  margin-top: 8px;
}
.progress-w-percent .progress-value {
  width: 20%;
  float: right;
  text-align: right;
  line-height: 20px;
}

a:focus {
  outline: none;
}

label {
  font-weight: 500;
  font-size: 14px;
}

button:focus {
  outline: none;
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #efefef;
}
.blockquote.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #efefef;
  text-align: right;
}

.list-group-item {
  color: #6c757d;
}
.list-group-item:hover {
  color: #6c757d;
}

b,
strong {
  font-weight: 600;
}

pre {
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 14px;
}

.table-centered td, .table-centered th {
  vertical-align: middle !important;
}

.table th {
  font-weight: 500;
}
.table .table-user img {
  height: 30px;
  width: 30px;
}

.action-icon {
  color: #6c757d;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px;
}
.action-icon:hover {
  color: #495057;
}

.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #343a40;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

/*# sourceMappingURL=bootstrap.css.map */
