/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
.section {
  margin: 2em;
}
.section .page-title {
  text-transform: capitalize;
}
.section .section-content {
  margin: 1em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .section {
    margin: 1em 0.5em;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .section {
    margin: 1.5em 0.75em;
  }
}
i {
  font-size: 1em;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.card-deck {
  margin-bottom: 1.25em;
}

.card {
  border-radius: 0;
  padding: 1em;
  border: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.card .card-header {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  border: none;
  vertical-align: center;
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
  text-transform: capitalize;
}
.card .card-body {
  padding: 0;
}
.card .card-footer {
  background-color: transparent;
  padding: 0;
  border: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .card-deck {
    margin-bottom: 1em;
  }
  .card-deck .card {
    padding: 0.75em;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .card-deck {
    margin-bottom: 1em;
  }
  .card-deck .card {
    padding: 1em;
  }
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.dropdown-menu {
  border: none;
  border-radius: 0;
}
.dropdown-menu a {
  text-transform: capitalize;
}

/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.btn {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  font-weight: 500;
}
.btn i {
  margin-right: 0.5em;
}
.btn:hover, .btn:focus {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.btn:hover:hover, .btn:hover:focus, .btn:hover:active, .btn:focus:hover, .btn:focus:focus, .btn:focus:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-dark-red-f-gr {
  background: linear-gradient(90deg, #A00000, #C62128);
  color: white;
  border: 1.5px solid transparent;
}
.btn-dark-red-f-gr:hover, .btn-dark-red-f-gr:focus {
  background: none;
  border-color: #a8001f;
  color: #a8001f;
}

.btn-dark-red-f {
  background-color: #a8001f;
  color: white;
  border: 1.5px solid transparent;
}
.btn-dark-red-f:hover, .btn-dark-red-f:focus {
  background: none;
  border: 1.5px solid #a8001f;
  color: #a8001f;
}

.btn-dark-red-o {
  background-color: transparent;
  color: #a8001f;
  border: 1.5px solid #a8001f;
}
.btn-dark-red-o:hover, .btn-dark-red-o:focus {
  background-color: #a8001f;
  border: 1.5px solid transparent;
  color: white;
}

.btn-dark-blue-f {
  background-color: #00417c;
  color: white;
}
.btn-dark-blue-f:hover, .btn-dark-blue-f:focus {
  background-color: transparent;
  border: 1.5px solid #00417c;
  color: #00417c;
}

.btn-dark-blue-o {
  background-color: transparent;
  color: #00417c;
  border: 1.5px solid #00417c;
}
.btn-dark-blue-o:hover, .btn-dark-blue-o:focus {
  background-color: #00417c;
  border: 1.5px solid transparent;
  color: white;
}

.btn-darker-grey-f {
  background-color: #333333;
  color: white;
}
.btn-darker-grey-f:hover, .btn-darker-grey-f:focus {
  background-color: transparent;
  border: 1.5px solid #333333;
  color: #333333;
}

.btn-darker-grey-o {
  background-color: transparent;
  color: #333333;
  border: 1.5px solid #333333;
}
.btn-darker-grey-o:hover, .btn-darker-grey-o:focus {
  background-color: #333333;
  border: 1.5px solid transparent;
  color: white;
}

.btn-white-ish-f {
  background-color: #f9f9f9;
  color: #333333;
  border: 1.5px solid transparent;
}
.btn-white-ish-f:hover, .btn-white-ish-f:focus {
  background: none;
  border: 1.5px solid #f9f9f9;
  color: #f9f9f9;
}

.btn-white-ish-o {
  background-color: transparent;
  color: #f9f9f9;
  border: 1.5px solid #f9f9f9;
}
.btn-white-ish-o:hover, .btn-white-ish-o:focus {
  background: #f9f9f9;
  border: 1.5px solid #f9f9f9;
  color: #333333;
}

/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
label {
  font-weight: 500;
  text-transform: capitalize;
}

.label-md {
  padding: 0.5em;
}

.label-sm {
  padding: 0.1em 1em;
}

.label-green {
  background-color: rgba(40, 217, 255, 0.1);
  color: var(--green);
}

.label-green-bl {
  background-color: rgba(40, 217, 255, 0.1);
  color: var(--green);
  border-left: 3px solid var(--green);
}

.label-orange {
  background-color: rgba(255, 171, 56, 0.1);
  color: var(--orange);
}

.label-orange-bl {
  background-color: rgba(255, 171, 56, 0.1);
  color: var(--orange);
  border-left: 3px solid var(--orange);
}

.label-blue {
  background-color: rgba(71, 139, 229, 0.1);
  color: var(--blue);
}

.label-blue-bl {
  background-color: rgba(71, 139, 229, 0.1);
  color: var(--blue);
  border-left: 3px solid var(--blue);
}

.label-pink {
  background-color: rgba(250, 84, 84, 0.1);
  color: var(--pink);
}

.label-pink-bl {
  background-color: rgba(250, 84, 84, 0.1);
  color: var(--pink);
  border-left: 3px solid var(--pink);
}

.label-grey {
  background-color: #d8d8d8;
  color: #333333;
}

.label-grey-bl {
  background-color: #d8d8d8;
  color: #333333;
  border-left: 3px solid #333333;
}

.label-cream {
  background-color: rgba(250, 235, 215, 0.7);
  color: #333333;
}

input, .form-control {
  border-radius: 0;
}

.section .card {
  margin-bottom: 1.5em;
}
.section .card .card-header {
  padding: 1em 1em 0 1em;
}
.section .card .card-header p {
  margin: 0;
}
.section .card .card-body img {
  width: 100%;
  height: auto;
  border: 1px solid #333333;
}
.section .card .card-body p {
  margin: 0;
}
.section .card .card-body label {
  text-transform: capitalize;
}
.section .card .card-body .sub-section {
  padding: 1em;
}
.section .card .card-body .sub-section .sub-section-title h6 {
  text-transform: uppercase;
  color: #666666;
}
.section .card .card-body .sub-section .sub-section-body {
  padding: 1em 0;
}
.section .card .card-body .sub-section .sub-section-body .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #a8001f;
  border-color: #a8001f;
}

@media only screen and (max-width: 600px) {
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-2 {
    text-align: center;
    margin-bottom: 1em;
  }
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-2 img {
    width: 70%;
  }
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-6 .d-flex {
    display: block !important;
  }
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-6 .d-flex button {
    width: 100%;
    margin-bottom: 0.75em;
  }
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-6 .d-flex .ml-2 {
    margin-left: 0 !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-2 {
    text-align: center;
  }
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-2 img {
    width: 80%;
  }
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-6 .d-flex {
    margin-top: 2em;
    margin-bottom: 0 !important;
  }
  .profile-section .card .card-body .sub-section .sub-section-body .col-lg-6 .d-flex button {
    width: 100%;
    margin-bottom: 0.75em;
  }
}

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