/* Grays */
.gray-100 {
  background-color: #F8F9FA !important;
}

.gray-200 {
  background-color: #E9ECEF !important;
}

.gray-300 {
  background-color: #DEE2E6 !important;
}

.gray-400 {
  background-color: #CED4DA !important;
}

.gray-500 {
  background-color: #ADB5BD !important;
}

.gray-600 {
  background-color: #6C757D !important;
}

.gray-700 {
  background-color: #495057 !important;
}

.gray-800 {
  background-color: #343A40 !important;
}

.gray-900 {
  background-color: #212529 !important;
}

/* Background colors */
.bg-primary {
  background-color: #406AFF !important;
}

.bg-secondary {
  background-color: #6C757D !important;
}

.bg-success {
  background-color: #14CFA0 !important;
}

.bg-danger {
  background-color: #ED5565 !important;
}

.bg-warning {
  background-color: #FFA833 !important;
}

.bg-info {
  background-color: #2CBED2 !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

.bg-dark {
  background-color: #343A40 !important;
}

.bg-facebook {
  background-color: #3578E5 !important;
}

.bg-twitter {
  background-color: #1DA1F2 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
}

.bg-pinterest {
  background-color: #e60023 !important;
}

.bg-youtube {
  background-color: #FF0000 !important;
}

.bg-dribble {
  background-color: #ea4c89 !important;
}

.bg-behance {
  background-color: #0057ff !important;
}

.bg-github {
  background-color: #24292e !important;
}

.bg-gradient-blue {
  background-image: linear-gradient(to right bottom, #7996ff, #6c8bff, #5e80ff, #5075ff, #406aff) !important;
}

.bg-gradient-green {
  background-image: linear-gradient(to right bottom, #72e2c6, #61ddbd, #4ed9b4, #37d4aa, #14cfa0) !important;
}

.bg-gradient-red {
  background-image: linear-gradient(to right bottom, #f28893, #f17c88, #f0707c, #ef6371, #ed5565) !important;
}

.bg-gradient-purple {
  background-image: linear-gradient(to right bottom, #b5a1e6, #ad97e4, #a68de1, #9e84df, #967adc) !important;
}

.bg-gradient-blue-green {
  background-image: linear-gradient(to right bottom, #406aff, #14cfa0) !important;
}

.bg-gradient-blue-purple {
  background-image: linear-gradient(to right bottom, #406aff, #967adc) !important;
}

.bg-gradient-red-purple {
  background-image: linear-gradient(to right bottom, #ed5565, #967adc) !important;
}

.bg-gradient-red-orange {
  background-image: linear-gradient(to right bottom, #ed5565, #ff934c) !important;
}

/* Text colors */
.text-primary {
  color: #406AFF !important;
}

.text-secondary {
  color: #6C757D !important;
}

.text-success {
  color: #14CFA0 !important;
}

.text-danger {
  color: #ED5565 !important;
}

.text-warning {
  color: #FFA833 !important;
}

.text-info {
  color: #2CBED2 !important;
}

.text-body {
  color: #495057 !important;
}

.text-facebook {
  color: #3578E5 !important;
}

.text-twitter {
  color: #1DA1F2 !important;
}

.text-linkedin {
  color: #0077B5 !important;
}

.text-pinterest {
  color: #e60023 !important;
}

.text-youtube {
  color: #FF0000 !important;
}

.text-dribble {
  color: #ea4c89 !important;
}

.text-behance {
  color: #0057ff !important;
}

.text-github {
  color: #24292e !important;
}

/* Borders */
.border,
.border-left,
.border-top,
.border-right,
.border-bottom {
  border-color: #eff1f4 !important;
}

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

.border-secondary {
  border-color: #6C757D !important;
}

.border-success {
  border-color: #14CFA0 !important;
}

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

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

.border-info {
  border-color: #2CBED2 !important;
}

.border-light {
  border-color: #F8F9FA !important;
}

.border-dark {
  border-color: #343A40 !important;
}

/* Shadows */
.shadow-xs {
  box-shadow: 0px 0px 5px 0px rgba(82, 63, 105, 0.15);
}

.shadow-sm {
  box-shadow: 0px 0px 20px 0px rgba(82, 63, 105, 0.15);
}

.shadow {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

.shadow-lg {
  box-shadow: 0px 0px 70px 0px rgba(82, 63, 105, 0.15);
}

/* Body */
body {
  color: #495057;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
/*  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

/* link */
a {
  transition: color .3s;
  color: #406AFF;
}

a:hover {
  color: #002ac0;
  text-decoration: none;
}

/* Close btn */
.close {
  text-shadow: none !important;
  transition: color .3s, opacity .3s !important;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
/*  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  font-weight: 600;
  font-display: optional;
}

.h1, h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  .h1, h1 {
    font-size: calc(1.15rem + 1.8vw) ;
  }
}

.h2, h3 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .h2, h3 {
    font-size: calc(1.1rem + 1.2vw) ;
  }
}

.h3, h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  .h3, h3 {
    font-size: calc(1.075rem + 0.9vw) ;
  }
}

.h4, h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .h4, h4 {
    font-size: calc(1.05rem + 0.6vw) ;
  }
}

.h5, h5 {
  font-size: 1.25rem;
}

@media (max-width: 1200px) {
  .h5, h5 {
    font-size: calc(1.025rem + 0.3vw) ;
  }
}

.display-1,
.display-2,
.display-3,
.display-4 {
/*  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
}

.display-1 {
  font-size: 6rem;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.5rem + 6vw) ;
  }
}

.display-2 {
  font-size: 5.5rem;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.45rem + 5.4vw) ;
  }
}

.display-3 {
  font-size: 4.5rem;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.35rem + 4.2vw) ;
  }
}

.display-4 {
  font-size: 3.5rem;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.25rem + 3vw) ;
  }
}

/* Thumbnail */
.img-thumbnail {
  padding: .5rem;
  border-color: #eff1f4;
}

/* Tables */
.table.table-dark td, .table.table-dark th {
  border-top-color: #3c444b;
}

.table.table-dark thead th {
  border-bottom-color: #3c444b;
}

.table td, .table th {
  border-top-color: #eff1f4;
}

.table thead th {
  border-bottom-color: #eff1f4;
}

.table .thead-light th {
  background-color: #DEE2E6;
}

.table .thead-dark th {
  background-color: #495057;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4f5f6;
}

.table-striped.table-dark tbody tr:nth-of-type(odd) {
  background-color: #3c444b;
}

.thead-dark {
  background-color: #495057;
}

.table-hover tbody tr {
  transition: background .3s;
}

.table-hover tbody tr:hover {
  background-color: #f4f5f6;
}

.table-hover.table-dark tbody tr:hover {
  background-color: #3c444b;
}

.table-bordered {
  border: solid 1px #eff1f4;
}

.table-bordered th, .table-bordered td {
  border: solid 1px #eff1f4;
}

.table-active, .table-active > th, .table-active > td {
  background-color: #DEE2E6;
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #c0cdff;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #afb5ba;
}

.table-success, .table-success > th, .table-success > td {
  background-color: #a0f6e0;
}

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f9c8cd;
}

.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffdeb3;
}

.table-info, .table-info > th, .table-info > td {
  background-color: #95dfe9;
}

.table-light, .table-light > th, .table-light > td {
  background-color: white;
}

.table-dark > th, .table-dark > td {
  background-color: #6d7a86;
}

/* Alerts */
.alert {
  color: #fff;
}

.alert .alert-link {
  color: #fff !important;
  font-weight: normal;
  text-decoration: underline;
}

.alert .alert-link:hover {
  text-decoration: underline;
}

.alert .close {
  height: 48px;
  font-size: 1rem;
}

.alert .close:hover {
  color: #fff;
}

.alert .alert-icon {
  position: absolute;
}

.alert .alert-icon [class*=fa-] {
  font-size: 1.5rem;
}

.alert .alert-text {
  display: block;
  padding-left: 40px;
}

.alert-primary {
  border-color: #406AFF;
  background-color: #406AFF;
}

.alert-secondary {
  border-color: #6C757D;
  background-color: #6C757D;
}

.alert-success {
  border-color: #14CFA0;
  background-color: #14CFA0;
}

.alert-danger {
  border-color: #ED5565;
  background-color: #ED5565;
}

.alert-warning {
  border-color: #FFA833;
  background-color: #FFA833;
}

.alert-info {
  border-color: #2CBED2;
  background-color: #2CBED2;
}

.alert-light {
  color: #495057;
  border-color: #dae0e5;
  background-color: #F8F9FA;
}

.alert-light .alert-link {
  color: #495057 !important;
}

.alert-light .close:hover {
  color: #495057 !important;
}

.alert-dark {
  border-color: #343A40;
  background-color: #343A40;
}

/* Badge */
.badge {
  padding: 5px;
  font-size: 70%;
  font-weight: normal;
  color: #fff;
}

.badge:focus {
  box-shadow: none !important;
}

.btn .badge {
  margin-left: 5px;
  padding: .2rem .35rem .25rem;
}

.badge.badge-pill {
  padding: 5px 5px 5.5px;
}

.badge-primary {
  background-color: #406AFF;
}

.badge-primary:not(span):focus, .badge-primary:not(span):hover {
  background-color: #0d42ff !important;
}

.badge-secondary {
  background-color: #6C757D;
}

.badge-secondary:not(span):focus, .badge-secondary:not(span):hover {
  background-color: #545b62 !important;
}

.badge-success {
  background-color: #14CFA0;
}

.badge-success:not(span):focus, .badge-success:not(span):hover {
  background-color: #10a07c !important;
}

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

.badge-danger:not(span):focus, .badge-danger:not(span):hover {
  background-color: #e8273b !important;
}

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

.badge-warning:not(span):focus, .badge-warning:not(span):hover {
  background-color: #ff9200 !important;
  color: #fff;
}

.badge-info {
  background-color: #2CBED2;
}

.badge-info:not(span):focus, .badge-info:not(span):hover {
  background-color: #2398a8 !important;
}

.badge-light {
  background-color: #fff;
  color: #495057 !important;
  border: solid 1px #eff1f4;
}

.badge-light:not(span):focus, .badge-light:not(span):hover {
  background-color: #F8F9FA;
  color: #495057 !important;
}

.badge-dark {
  background-color: #343A40;
}

.badge-dark:not(span):focus, .badge-dark:not(span):hover {
  background-color: #060708 !important;
}

/* Breadcrumb */
.breadcrumb {
  display: inline-flex;
  overflow: hidden;
  background-color: #f2f4f6;
}

.breadcrumb-simple {
  padding: .25rem 1rem;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\2192";
}

.breadcrumb-bordered {
  background-color: transparent;
  border: solid 1px #eff1f4;
}

/* Button */
.btn {
  padding: .5rem 1.2rem .575rem;
  letter-spacing: .02em;
  cursor: pointer;
  border-radius: .25rem;
  transition: color .3s, background .3s, border .3s;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.btn.btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: horizontal;
}

.btn.btn-icon [class*=fa-] {
  display: flex;
  font-size: 120%;
}

.btn.btn-icon .btn-text {
  padding-left: 10px;
}

.btn-sm {
  padding: .4rem .75rem;
  font-size: 0.75rem;
}

.btn-sm [class*=fa-] {
  font-size: .85rem;
}

.btn-lg {
  padding: .8rem 1.75rem;
  font-size: 1rem;
}

.btn-lg [class*=fa-] {
  font-size: 1.25rem;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #406AFF;
  border-color: #406AFF;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #2756ff;
  border-color: #2756ff;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle, .btn-primary.disabled:not(:disabled):not(.disabled).active, .btn-primary.disabled:not(:disabled):not(.disabled):active,
.show > .btn-primary.disabled.dropdown-toggle, .btn-primary:disabled:not(:disabled):not(.disabled).active, .btn-primary:disabled:not(:disabled):not(.disabled):active,
.show > .btn-primary:disabled.dropdown-toggle {
  background-color: #0035f3;
  border-color: #0035f3;
  color: #fff;
}

.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #6C757D;
  border-color: #6C757D;
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:hover, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #60686f;
  border-color: #60686f;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle, .btn-secondary.disabled:not(:disabled):not(.disabled).active, .btn-secondary.disabled:not(:disabled):not(.disabled):active,
.show > .btn-secondary.disabled.dropdown-toggle, .btn-secondary:disabled:not(:disabled):not(.disabled).active, .btn-secondary:disabled:not(:disabled):not(.disabled):active,
.show > .btn-secondary:disabled.dropdown-toggle {
  background-color: #494f54;
  border-color: #494f54;
  color: #fff;
}

.btn-success, .btn-success.disabled, .btn-success:disabled {
  background-color: #14CFA0;
  border-color: #14CFA0;
  color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #12b88e;
  border-color: #12b88e;
  color: #fff;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle, .btn-success.disabled:not(:disabled):not(.disabled).active, .btn-success.disabled:not(:disabled):not(.disabled):active,
.show > .btn-success.disabled.dropdown-toggle, .btn-success:disabled:not(:disabled):not(.disabled).active, .btn-success:disabled:not(:disabled):not(.disabled):active,
.show > .btn-success:disabled.dropdown-toggle {
  background-color: #0d896a;
  border-color: #0d896a;
  color: #fff;
}

.btn-danger, .btn-danger.disabled, .btn-danger:disabled {
  background-color: #ED5565;
  border-color: #ED5565;
  color: #fff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #eb3e50;
  border-color: #eb3e50;
  color: #fff;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle, .btn-danger.disabled:not(:disabled):not(.disabled).active, .btn-danger.disabled:not(:disabled):not(.disabled):active,
.show > .btn-danger.disabled.dropdown-toggle, .btn-danger:disabled:not(:disabled):not(.disabled).active, .btn-danger:disabled:not(:disabled):not(.disabled):active,
.show > .btn-danger:disabled.dropdown-toggle {
  background-color: #de182c;
  border-color: #de182c;
  color: #fff;
}

.btn-warning, .btn-warning.disabled, .btn-warning:disabled {
  background-color: #FFA833;
  border-color: #FFA833;
  color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:hover, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #ff9d1a;
  border-color: #ff9d1a;
  color: #fff;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle, .btn-warning.disabled:not(:disabled):not(.disabled).active, .btn-warning.disabled:not(:disabled):not(.disabled):active,
.show > .btn-warning.disabled.dropdown-toggle, .btn-warning:disabled:not(:disabled):not(.disabled).active, .btn-warning:disabled:not(:disabled):not(.disabled):active,
.show > .btn-warning:disabled.dropdown-toggle {
  background-color: #e68400;
  border-color: #e68400;
  color: #fff;
}

.btn-info, .btn-info.disabled, .btn-info:disabled {
  background-color: #2CBED2;
  border-color: #2CBED2;
  color: #fff;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #28abbd;
  border-color: #28abbd;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle, .btn-info.disabled:not(:disabled):not(.disabled).active, .btn-info.disabled:not(:disabled):not(.disabled):active,
.show > .btn-info.disabled.dropdown-toggle, .btn-info:disabled:not(:disabled):not(.disabled).active, .btn-info:disabled:not(:disabled):not(.disabled):active,
.show > .btn-info:disabled.dropdown-toggle {
  background-color: #1f8593;
  border-color: #1f8593;
  color: #fff;
}

.btn-light, .btn-light.disabled, .btn-light:disabled {
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  color: #495057;
}

.btn-light:hover, .btn-light:focus, .btn-light.focus, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light:disabled:hover, .btn-light:disabled:focus, .btn-light:disabled.focus {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #495057;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle, .btn-light.disabled:not(:disabled):not(.disabled).active, .btn-light.disabled:not(:disabled):not(.disabled):active,
.show > .btn-light.disabled.dropdown-toggle, .btn-light:disabled:not(:disabled):not(.disabled).active, .btn-light:disabled:not(:disabled):not(.disabled):active,
.show > .btn-light:disabled.dropdown-toggle {
  background-color: #cbd3da;
  border-color: #cbd3da;
  color: #495057;
}

.btn-dark, .btn-dark.disabled, .btn-dark:disabled {
  background-color: #343A40;
  border-color: #343A40;
  color: #fff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark:disabled:hover, .btn-dark:disabled:focus, .btn-dark:disabled.focus {
  background-color: #292d32;
  border-color: #292d32;
  color: #fff;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle, .btn-dark.disabled:not(:disabled):not(.disabled).active, .btn-dark.disabled:not(:disabled):not(.disabled):active,
.show > .btn-dark.disabled.dropdown-toggle, .btn-dark:disabled:not(:disabled):not(.disabled).active, .btn-dark:disabled:not(:disabled):not(.disabled):active,
.show > .btn-dark:disabled.dropdown-toggle {
  background-color: #121416;
  border-color: #121416;
  color: #fff;
}

.btn-facebook, .btn-facebook.disabled, .btn-facebook:disabled {
  background-color: #3578E5;
  border-color: #3578E5;
  color: #fff;
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook:disabled:hover, .btn-facebook:disabled:focus, .btn-facebook:disabled.focus {
  background-color: #1e69e2;
  border-color: #1e69e2;
  color: #fff;
}

.btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:not(:disabled):not(.disabled):active,
.show > .btn-facebook.dropdown-toggle, .btn-facebook.disabled:not(:disabled):not(.disabled).active, .btn-facebook.disabled:not(:disabled):not(.disabled):active,
.show > .btn-facebook.disabled.dropdown-toggle, .btn-facebook:disabled:not(:disabled):not(.disabled).active, .btn-facebook:disabled:not(:disabled):not(.disabled):active,
.show > .btn-facebook:disabled.dropdown-toggle {
  background-color: #1754b6;
  border-color: #1754b6;
  color: #fff;
}

.btn-twitter, .btn-twitter.disabled, .btn-twitter:disabled {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #fff;
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter:disabled:hover, .btn-twitter:disabled:focus, .btn-twitter:disabled.focus {
  background-color: #0d95e8;
  border-color: #0d95e8;
  color: #fff;
}

.btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:not(:disabled):not(.disabled):active,
.show > .btn-twitter.dropdown-toggle, .btn-twitter.disabled:not(:disabled):not(.disabled).active, .btn-twitter.disabled:not(:disabled):not(.disabled):active,
.show > .btn-twitter.disabled.dropdown-toggle, .btn-twitter:disabled:not(:disabled):not(.disabled).active, .btn-twitter:disabled:not(:disabled):not(.disabled):active,
.show > .btn-twitter:disabled.dropdown-toggle {
  background-color: #0b76b8;
  border-color: #0b76b8;
  color: #fff;
}

.btn-linkedin, .btn-linkedin.disabled, .btn-linkedin:disabled {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #fff;
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin.focus, .btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin:disabled:hover, .btn-linkedin:disabled:focus, .btn-linkedin:disabled.focus {
  background-color: #00669c;
  border-color: #00669c;
  color: #fff;
}

.btn-linkedin:not(:disabled):not(.disabled).active, .btn-linkedin:not(:disabled):not(.disabled):active,
.show > .btn-linkedin.dropdown-toggle, .btn-linkedin.disabled:not(:disabled):not(.disabled).active, .btn-linkedin.disabled:not(:disabled):not(.disabled):active,
.show > .btn-linkedin.disabled.dropdown-toggle, .btn-linkedin:disabled:not(:disabled):not(.disabled).active, .btn-linkedin:disabled:not(:disabled):not(.disabled):active,
.show > .btn-linkedin:disabled.dropdown-toggle {
  background-color: #004569;
  border-color: #004569;
  color: #fff;
}

.btn-pinterest, .btn-pinterest.disabled, .btn-pinterest:disabled {
  background-color: #e60023;
  border-color: #e60023;
  color: #fff;
}

.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest.focus, .btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest:disabled:hover, .btn-pinterest:disabled:focus, .btn-pinterest:disabled.focus {
  background-color: #cd001f;
  border-color: #cd001f;
  color: #fff;
}

.btn-pinterest:not(:disabled):not(.disabled).active, .btn-pinterest:not(:disabled):not(.disabled):active,
.show > .btn-pinterest.dropdown-toggle, .btn-pinterest.disabled:not(:disabled):not(.disabled).active, .btn-pinterest.disabled:not(:disabled):not(.disabled):active,
.show > .btn-pinterest.disabled.dropdown-toggle, .btn-pinterest:disabled:not(:disabled):not(.disabled).active, .btn-pinterest:disabled:not(:disabled):not(.disabled):active,
.show > .btn-pinterest:disabled.dropdown-toggle {
  background-color: #9a0017;
  border-color: #9a0017;
  color: #fff;
}

.btn-youtube, .btn-youtube.disabled, .btn-youtube:disabled {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #fff;
}

.btn-youtube:hover, .btn-youtube:focus, .btn-youtube.focus, .btn-youtube.disabled:hover, .btn-youtube.disabled:focus, .btn-youtube.disabled.focus, .btn-youtube:disabled:hover, .btn-youtube:disabled:focus, .btn-youtube:disabled.focus {
  background-color: #e60000;
  border-color: #e60000;
  color: #fff;
}

.btn-youtube:not(:disabled):not(.disabled).active, .btn-youtube:not(:disabled):not(.disabled):active,
.show > .btn-youtube.dropdown-toggle, .btn-youtube.disabled:not(:disabled):not(.disabled).active, .btn-youtube.disabled:not(:disabled):not(.disabled):active,
.show > .btn-youtube.disabled.dropdown-toggle, .btn-youtube:disabled:not(:disabled):not(.disabled).active, .btn-youtube:disabled:not(:disabled):not(.disabled):active,
.show > .btn-youtube:disabled.dropdown-toggle {
  background-color: #b30000;
  border-color: #b30000;
  color: #fff;
}

.btn-dribble, .btn-dribble.disabled, .btn-dribble:disabled {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}

.btn-dribble:hover, .btn-dribble:focus, .btn-dribble.focus, .btn-dribble.disabled:hover, .btn-dribble.disabled:focus, .btn-dribble.disabled.focus, .btn-dribble:disabled:hover, .btn-dribble:disabled:focus, .btn-dribble:disabled.focus {
  background-color: #e7357a;
  border-color: #e7357a;
  color: #fff;
}

.btn-dribble:not(:disabled):not(.disabled).active, .btn-dribble:not(:disabled):not(.disabled):active,
.show > .btn-dribble.dropdown-toggle, .btn-dribble.disabled:not(:disabled):not(.disabled).active, .btn-dribble.disabled:not(:disabled):not(.disabled):active,
.show > .btn-dribble.disabled.dropdown-toggle, .btn-dribble:disabled:not(:disabled):not(.disabled).active, .btn-dribble:disabled:not(:disabled):not(.disabled):active,
.show > .btn-dribble:disabled.dropdown-toggle {
  background-color: #d11960;
  border-color: #d11960;
  color: #fff;
}

.btn-behance, .btn-behance.disabled, .btn-behance:disabled {
  background-color: #0057ff;
  border-color: #0057ff;
  color: #fff;
}

.btn-behance:hover, .btn-behance:focus, .btn-behance.focus, .btn-behance.disabled:hover, .btn-behance.disabled:focus, .btn-behance.disabled.focus, .btn-behance:disabled:hover, .btn-behance:disabled:focus, .btn-behance:disabled.focus {
  background-color: #004ee6;
  border-color: #004ee6;
  color: #fff;
}

.btn-behance:not(:disabled):not(.disabled).active, .btn-behance:not(:disabled):not(.disabled):active,
.show > .btn-behance.dropdown-toggle, .btn-behance.disabled:not(:disabled):not(.disabled).active, .btn-behance.disabled:not(:disabled):not(.disabled):active,
.show > .btn-behance.disabled.dropdown-toggle, .btn-behance:disabled:not(:disabled):not(.disabled).active, .btn-behance:disabled:not(:disabled):not(.disabled):active,
.show > .btn-behance:disabled.dropdown-toggle {
  background-color: #003db3;
  border-color: #003db3;
  color: #fff;
}

.btn-github, .btn-github.disabled, .btn-github:disabled {
  background-color: #24292e;
  border-color: #24292e;
  color: #fff;
}

.btn-github:hover, .btn-github:focus, .btn-github.focus, .btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github:disabled:hover, .btn-github:disabled:focus, .btn-github:disabled.focus {
  background-color: #191c20;
  border-color: #191c20;
  color: #fff;
}

.btn-github:not(:disabled):not(.disabled).active, .btn-github:not(:disabled):not(.disabled):active,
.show > .btn-github.dropdown-toggle, .btn-github.disabled:not(:disabled):not(.disabled).active, .btn-github.disabled:not(:disabled):not(.disabled):active,
.show > .btn-github.disabled.dropdown-toggle, .btn-github:disabled:not(:disabled):not(.disabled).active, .btn-github:disabled:not(:disabled):not(.disabled):active,
.show > .btn-github:disabled.dropdown-toggle {
  background-color: #020303;
  border-color: #020303;
  color: #fff;
}

.btn-outline-primary, .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  border-color: #406AFF;
  color: #406AFF;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:hover, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
  background-color: #2756ff;
  border-color: #2756ff;
  color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary.disabled:not(:disabled):not(.disabled).active, .btn-outline-primary.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.disabled.dropdown-toggle, .btn-outline-primary:disabled:not(:disabled):not(.disabled).active, .btn-outline-primary:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary:disabled.dropdown-toggle {
  background-color: #0035f3;
  border-color: #0035f3;
  color: #fff;
}

.btn-outline-secondary, .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  border-color: #6C757D;
  color: #6C757D;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:hover, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
  background-color: #60686f;
  border-color: #60686f;
  color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle, .btn-outline-secondary.disabled:not(:disabled):not(.disabled).active, .btn-outline-secondary.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.disabled.dropdown-toggle, .btn-outline-secondary:disabled:not(:disabled):not(.disabled).active, .btn-outline-secondary:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary:disabled.dropdown-toggle {
  background-color: #494f54;
  border-color: #494f54;
  color: #fff;
}

.btn-outline-success, .btn-outline-success.disabled, .btn-outline-success:disabled {
  border-color: #14CFA0;
  color: #14CFA0;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success.disabled:hover, .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:hover, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
  background-color: #12b88e;
  border-color: #12b88e;
  color: #fff;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success.disabled:not(:disabled):not(.disabled).active, .btn-outline-success.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.disabled.dropdown-toggle, .btn-outline-success:disabled:not(:disabled):not(.disabled).active, .btn-outline-success:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-success:disabled.dropdown-toggle {
  background-color: #0d896a;
  border-color: #0d896a;
  color: #fff;
}

.btn-outline-danger, .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  border-color: #ED5565;
  color: #ED5565;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger.disabled:hover, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:hover, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
  background-color: #eb3e50;
  border-color: #eb3e50;
  color: #fff;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger.disabled:not(:disabled):not(.disabled).active, .btn-outline-danger.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.disabled.dropdown-toggle, .btn-outline-danger:disabled:not(:disabled):not(.disabled).active, .btn-outline-danger:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger:disabled.dropdown-toggle {
  background-color: #de182c;
  border-color: #de182c;
  color: #fff;
}

.btn-outline-warning, .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  border-color: #FFA833;
  color: #FFA833;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning.disabled:hover, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:hover, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
  background-color: #ff9d1a;
  border-color: #ff9d1a;
  color: #fff;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning.disabled:not(:disabled):not(.disabled).active, .btn-outline-warning.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.disabled.dropdown-toggle, .btn-outline-warning:disabled:not(:disabled):not(.disabled).active, .btn-outline-warning:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning:disabled.dropdown-toggle {
  background-color: #e68400;
  border-color: #e68400;
  color: #fff;
}

.btn-outline-info, .btn-outline-info.disabled, .btn-outline-info:disabled {
  border-color: #2CBED2;
  color: #2CBED2;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info.disabled:hover, .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:hover, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
  background-color: #28abbd;
  border-color: #28abbd;
  color: #fff;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info.disabled:not(:disabled):not(.disabled).active, .btn-outline-info.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.disabled.dropdown-toggle, .btn-outline-info:disabled:not(:disabled):not(.disabled).active, .btn-outline-info:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-info:disabled.dropdown-toggle {
  background-color: #1f8593;
  border-color: #1f8593;
  color: #fff;
}

.btn-outline-light, .btn-outline-light.disabled, .btn-outline-light:disabled {
  border-color: #F8F9FA;
  color: #F8F9FA;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled.focus, .btn-outline-light:disabled:hover, .btn-outline-light:disabled:focus, .btn-outline-light:disabled.focus {
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #495057;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle, .btn-outline-light.disabled:not(:disabled):not(.disabled).active, .btn-outline-light.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.disabled.dropdown-toggle, .btn-outline-light:disabled:not(:disabled):not(.disabled).active, .btn-outline-light:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-light:disabled.dropdown-toggle {
  background-color: #cbd3da;
  border-color: #cbd3da;
  color: #495057;
}

.btn-outline-dark, .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  border-color: #343A40;
  color: #343A40;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.focus, .btn-outline-dark:disabled:hover, .btn-outline-dark:disabled:focus, .btn-outline-dark:disabled.focus {
  background-color: #292d32;
  border-color: #292d32;
  color: #fff;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark.disabled:not(:disabled):not(.disabled).active, .btn-outline-dark.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.disabled.dropdown-toggle, .btn-outline-dark:disabled:not(:disabled):not(.disabled).active, .btn-outline-dark:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark:disabled.dropdown-toggle {
  background-color: #121416;
  border-color: #121416;
  color: #fff;
}

.btn-outline-facebook, .btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  border-color: #3578E5;
  color: #3578E5;
}

.btn-outline-facebook:hover, .btn-outline-facebook:focus, .btn-outline-facebook.focus, .btn-outline-facebook.disabled:hover, .btn-outline-facebook.disabled:focus, .btn-outline-facebook.disabled.focus, .btn-outline-facebook:disabled:hover, .btn-outline-facebook:disabled:focus, .btn-outline-facebook:disabled.focus {
  background-color: #1e69e2;
  border-color: #1e69e2;
  color: #fff;
}

.btn-outline-facebook:not(:disabled):not(.disabled).active, .btn-outline-facebook:not(:disabled):not(.disabled):active,
.show > .btn-outline-facebook.dropdown-toggle, .btn-outline-facebook.disabled:not(:disabled):not(.disabled).active, .btn-outline-facebook.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-facebook.disabled.dropdown-toggle, .btn-outline-facebook:disabled:not(:disabled):not(.disabled).active, .btn-outline-facebook:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-facebook:disabled.dropdown-toggle {
  background-color: #1754b6;
  border-color: #1754b6;
  color: #fff;
}

.btn-outline-twitter, .btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  border-color: #1DA1F2;
  color: #1DA1F2;
}

.btn-outline-twitter:hover, .btn-outline-twitter:focus, .btn-outline-twitter.focus, .btn-outline-twitter.disabled:hover, .btn-outline-twitter.disabled:focus, .btn-outline-twitter.disabled.focus, .btn-outline-twitter:disabled:hover, .btn-outline-twitter:disabled:focus, .btn-outline-twitter:disabled.focus {
  background-color: #0d95e8;
  border-color: #0d95e8;
  color: #fff;
}

.btn-outline-twitter:not(:disabled):not(.disabled).active, .btn-outline-twitter:not(:disabled):not(.disabled):active,
.show > .btn-outline-twitter.dropdown-toggle, .btn-outline-twitter.disabled:not(:disabled):not(.disabled).active, .btn-outline-twitter.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-twitter.disabled.dropdown-toggle, .btn-outline-twitter:disabled:not(:disabled):not(.disabled).active, .btn-outline-twitter:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-twitter:disabled.dropdown-toggle {
  background-color: #0b76b8;
  border-color: #0b76b8;
  color: #fff;
}

.btn-outline-linkedin, .btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  border-color: #0077B5;
  color: #0077B5;
}

.btn-outline-linkedin:hover, .btn-outline-linkedin:focus, .btn-outline-linkedin.focus, .btn-outline-linkedin.disabled:hover, .btn-outline-linkedin.disabled:focus, .btn-outline-linkedin.disabled.focus, .btn-outline-linkedin:disabled:hover, .btn-outline-linkedin:disabled:focus, .btn-outline-linkedin:disabled.focus {
  background-color: #00669c;
  border-color: #00669c;
  color: #fff;
}

.btn-outline-linkedin:not(:disabled):not(.disabled).active, .btn-outline-linkedin:not(:disabled):not(.disabled):active,
.show > .btn-outline-linkedin.dropdown-toggle, .btn-outline-linkedin.disabled:not(:disabled):not(.disabled).active, .btn-outline-linkedin.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-linkedin.disabled.dropdown-toggle, .btn-outline-linkedin:disabled:not(:disabled):not(.disabled).active, .btn-outline-linkedin:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-linkedin:disabled.dropdown-toggle {
  background-color: #004569;
  border-color: #004569;
  color: #fff;
}

.btn-outline-pinterest, .btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
  border-color: #e60023;
  color: #e60023;
}

.btn-outline-pinterest:hover, .btn-outline-pinterest:focus, .btn-outline-pinterest.focus, .btn-outline-pinterest.disabled:hover, .btn-outline-pinterest.disabled:focus, .btn-outline-pinterest.disabled.focus, .btn-outline-pinterest:disabled:hover, .btn-outline-pinterest:disabled:focus, .btn-outline-pinterest:disabled.focus {
  background-color: #cd001f;
  border-color: #cd001f;
  color: #fff;
}

.btn-outline-pinterest:not(:disabled):not(.disabled).active, .btn-outline-pinterest:not(:disabled):not(.disabled):active,
.show > .btn-outline-pinterest.dropdown-toggle, .btn-outline-pinterest.disabled:not(:disabled):not(.disabled).active, .btn-outline-pinterest.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-pinterest.disabled.dropdown-toggle, .btn-outline-pinterest:disabled:not(:disabled):not(.disabled).active, .btn-outline-pinterest:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-pinterest:disabled.dropdown-toggle {
  background-color: #9a0017;
  border-color: #9a0017;
  color: #fff;
}

.btn-outline-youtube, .btn-outline-youtube.disabled, .btn-outline-youtube:disabled {
  border-color: #FF0000;
  color: #FF0000;
}

.btn-outline-youtube:hover, .btn-outline-youtube:focus, .btn-outline-youtube.focus, .btn-outline-youtube.disabled:hover, .btn-outline-youtube.disabled:focus, .btn-outline-youtube.disabled.focus, .btn-outline-youtube:disabled:hover, .btn-outline-youtube:disabled:focus, .btn-outline-youtube:disabled.focus {
  background-color: #e60000;
  border-color: #e60000;
  color: #fff;
}

.btn-outline-youtube:not(:disabled):not(.disabled).active, .btn-outline-youtube:not(:disabled):not(.disabled):active,
.show > .btn-outline-youtube.dropdown-toggle, .btn-outline-youtube.disabled:not(:disabled):not(.disabled).active, .btn-outline-youtube.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-youtube.disabled.dropdown-toggle, .btn-outline-youtube:disabled:not(:disabled):not(.disabled).active, .btn-outline-youtube:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-youtube:disabled.dropdown-toggle {
  background-color: #b30000;
  border-color: #b30000;
  color: #fff;
}

.btn-outline-dribble, .btn-outline-dribble.disabled, .btn-outline-dribble:disabled {
  border-color: #ea4c89;
  color: #ea4c89;
}

.btn-outline-dribble:hover, .btn-outline-dribble:focus, .btn-outline-dribble.focus, .btn-outline-dribble.disabled:hover, .btn-outline-dribble.disabled:focus, .btn-outline-dribble.disabled.focus, .btn-outline-dribble:disabled:hover, .btn-outline-dribble:disabled:focus, .btn-outline-dribble:disabled.focus {
  background-color: #e7357a;
  border-color: #e7357a;
  color: #fff;
}

.btn-outline-dribble:not(:disabled):not(.disabled).active, .btn-outline-dribble:not(:disabled):not(.disabled):active,
.show > .btn-outline-dribble.dropdown-toggle, .btn-outline-dribble.disabled:not(:disabled):not(.disabled).active, .btn-outline-dribble.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-dribble.disabled.dropdown-toggle, .btn-outline-dribble:disabled:not(:disabled):not(.disabled).active, .btn-outline-dribble:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-dribble:disabled.dropdown-toggle {
  background-color: #d11960;
  border-color: #d11960;
  color: #fff;
}

.btn-outline-behance, .btn-outline-behance.disabled, .btn-outline-behance:disabled {
  border-color: #0057ff;
  color: #0057ff;
}

.btn-outline-behance:hover, .btn-outline-behance:focus, .btn-outline-behance.focus, .btn-outline-behance.disabled:hover, .btn-outline-behance.disabled:focus, .btn-outline-behance.disabled.focus, .btn-outline-behance:disabled:hover, .btn-outline-behance:disabled:focus, .btn-outline-behance:disabled.focus {
  background-color: #004ee6;
  border-color: #004ee6;
  color: #fff;
}

.btn-outline-behance:not(:disabled):not(.disabled).active, .btn-outline-behance:not(:disabled):not(.disabled):active,
.show > .btn-outline-behance.dropdown-toggle, .btn-outline-behance.disabled:not(:disabled):not(.disabled).active, .btn-outline-behance.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-behance.disabled.dropdown-toggle, .btn-outline-behance:disabled:not(:disabled):not(.disabled).active, .btn-outline-behance:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-behance:disabled.dropdown-toggle {
  background-color: #003db3;
  border-color: #003db3;
  color: #fff;
}

.btn-outline-github, .btn-outline-github.disabled, .btn-outline-github:disabled {
  border-color: #24292e;
  color: #24292e;
}

.btn-outline-github:hover, .btn-outline-github:focus, .btn-outline-github.focus, .btn-outline-github.disabled:hover, .btn-outline-github.disabled:focus, .btn-outline-github.disabled.focus, .btn-outline-github:disabled:hover, .btn-outline-github:disabled:focus, .btn-outline-github:disabled.focus {
  background-color: #191c20;
  border-color: #191c20;
  color: #fff;
}

.btn-outline-github:not(:disabled):not(.disabled).active, .btn-outline-github:not(:disabled):not(.disabled):active,
.show > .btn-outline-github.dropdown-toggle, .btn-outline-github.disabled:not(:disabled):not(.disabled).active, .btn-outline-github.disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-github.disabled.dropdown-toggle, .btn-outline-github:disabled:not(:disabled):not(.disabled).active, .btn-outline-github:disabled:not(:disabled):not(.disabled):active,
.show > .btn-outline-github:disabled.dropdown-toggle {
  background-color: #020303;
  border-color: #020303;
  color: #fff;
}

/* Card */
.card {
  border-color: #eff1f4;
}

.card-header,
.card-footer {
  background-color: #F8F9FA;
  border-color: #eff1f4;
}

/* Carousel */
[class*=carousel-control-] {
  opacity: 1;
  transition: opacity .3s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 35px;
  height: 35px;
  filter: invert(1);
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 75%;
}

.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJjaGV2cm9uLWxlZnQiPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjExIiB4Mj0iMjAiIHkxPSIxNiIgeTI9IjciLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIyMCIgeDI9IjExIiB5MT0iMjUiIHkyPSIxNiIvPjwvZz48L3N2Zz4=);
}

.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MnB4O308L3N0eWxlPjwvZGVmcz48dGl0bGUvPjxnIGlkPSJjaGV2cm9uLXJpZ2h0Ij48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSIyMSIgeDI9IjEyIiB5MT0iMTYiIHkyPSIyNSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjEyIiB4Mj0iMjEiIHkxPSI3IiB5Mj0iMTYiLz48L2c+PC9zdmc+);
}

.carousel-indicators {
  margin-right: 20%;
  margin-left: 20%;
}

.carousel-indicators-circle li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: .4;
}

.carousel-indicators-circle li.active {
  opacity: .8;
}

.carousel-control-bottom {
  width: 35px;
  height: 35px;
  top: auto;
  bottom: 1rem;
}

.carousel-control-bottom.carousel-control-prev {
  left: 1rem;
}

.carousel-control-bottom.carousel-control-next {
  left: 4rem;
}

/* Accordion */
.accordion h3 {
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  transition: color .3s;
}

.accordion h3:not(.collapsed) {
  color: #406AFF;
}

.accordion .accordion-icon {
  font-size: .8rem;
  font-weight: 600;
  transform: rotate(45deg);
  transition: transform .3s;
}

.accordion .accordion-icon.accordion-icon-active {
  transform: rotate(90deg);
}

.accordion-item {
  margin-bottom: .4rem;
  background-color: rgba(248, 249, 250, 0.75);
  border-radius: 4px;
  transition: background .3s;
  border: solid 1px #edeff1;
}

.accordion-item.accordion-item-active {
  background-color: #fff;
}

/* Dropdown */
.dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before {
  content: "";
  height: 5px;
  width: 5px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent currentColor currentColor transparent;
  transform: rotate(45deg);
}

.dropup .dropdown-toggle::after {
  vertical-align: inherit;
  transform: rotate(-135deg);
}

.dropright .dropdown-toggle::after {
  margin-top: -2px;
  vertical-align: inherit;
  transform: rotate(-45deg);
}

.dropleft .dropdown-toggle::before {
  margin-top: -2px;
  vertical-align: inherit;
  transform: rotate(135deg);
}

.dropdown-menu {
  border: solid 1px #f2f4f6;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  animation: dropdown-effect .3s ease-out;
}

@keyframes dropdown-effect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dropdown-header {
  padding: .5rem 1.2rem;
}

.dropdown-item {
  padding: .5rem 1.2rem;
  font-size: .9rem;
  color: #555d65;
  transition: background .3s;
}

.dropdown-item:hover {
  background-color: #F8F9FA;
}

.dropdown-item:focus, .dropdown-item:active, .dropdown-item.active {
  background-color: #406AFF;
  color: #fff;
}

.dropdown-toggle-split {
  padding-left: .8rem;
  padding-right: .8rem;
}

.dropdown-toggle-split:not([class*=btn-outline]) {
  margin-left: 0 !important;
  border-left-color: transparent;
}

.dropdown-toggle-split.btn-sm {
  padding-left: .8rem;
  padding-right: .8rem;
}

.dropdown-toggle-split.btn-lg {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.dropdown-toggle-split.btn-lg::after {
  margin-top: 10px;
}

.dropup .dropdown-toggle-split.btn-lg::after {
  margin-top: 0;
}

.dropright .dropdown-toggle-split::after {
  margin-top: -3px;
  margin-left: -2px;
}

.btn-primary.dropdown-toggle-split {
  background-color: #2756ff;
  border-color: #2756ff;
}

.btn-primary.dropdown-toggle-split:hover, .btn-primary.dropdown-toggle-split:focus, .btn-primary.dropdown-toggle-split.focus, .btn-primary.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-primary.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle-split.dropdown-toggle {
  background-color: #0035f3;
  border-color: #0035f3;
}

.btn-secondary.dropdown-toggle-split {
  background-color: #60686f;
  border-color: #60686f;
}

.btn-secondary.dropdown-toggle-split:hover, .btn-secondary.dropdown-toggle-split:focus, .btn-secondary.dropdown-toggle-split.focus, .btn-secondary.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-secondary.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle-split.dropdown-toggle {
  background-color: #494f54;
  border-color: #494f54;
}

.btn-success.dropdown-toggle-split {
  background-color: #12b88e;
  border-color: #12b88e;
}

.btn-success.dropdown-toggle-split:hover, .btn-success.dropdown-toggle-split:focus, .btn-success.dropdown-toggle-split.focus, .btn-success.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-success.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle-split.dropdown-toggle {
  background-color: #0d896a;
  border-color: #0d896a;
}

.btn-danger.dropdown-toggle-split {
  background-color: #eb3e50;
  border-color: #eb3e50;
}

.btn-danger.dropdown-toggle-split:hover, .btn-danger.dropdown-toggle-split:focus, .btn-danger.dropdown-toggle-split.focus, .btn-danger.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-danger.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle-split.dropdown-toggle {
  background-color: #de182c;
  border-color: #de182c;
}

.btn-warning.dropdown-toggle-split {
  background-color: #ff9d1a;
  border-color: #ff9d1a;
}

.btn-warning.dropdown-toggle-split:hover, .btn-warning.dropdown-toggle-split:focus, .btn-warning.dropdown-toggle-split.focus, .btn-warning.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-warning.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle-split.dropdown-toggle {
  background-color: #e68400;
  border-color: #e68400;
}

.btn-info.dropdown-toggle-split {
  background-color: #28abbd;
  border-color: #28abbd;
}

.btn-info.dropdown-toggle-split:hover, .btn-info.dropdown-toggle-split:focus, .btn-info.dropdown-toggle-split.focus, .btn-info.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-info.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle-split.dropdown-toggle {
  background-color: #1f8593;
  border-color: #1f8593;
}

.btn-light.dropdown-toggle-split {
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-light.dropdown-toggle-split:hover, .btn-light.dropdown-toggle-split:focus, .btn-light.dropdown-toggle-split.focus, .btn-light.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-light.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle-split.dropdown-toggle {
  background-color: #cbd3da;
  border-color: #cbd3da;
}

.btn-dark.dropdown-toggle-split {
  background-color: #292d32;
  border-color: #292d32;
}

.btn-dark.dropdown-toggle-split:hover, .btn-dark.dropdown-toggle-split:focus, .btn-dark.dropdown-toggle-split.focus, .btn-dark.dropdown-toggle-split:not(:disabled):not(.disabled).active, .btn-dark.dropdown-toggle-split:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle-split.dropdown-toggle {
  background-color: #121416;
  border-color: #121416;
}

/* Form elements */
.form-control,
.custom-select {
  border: solid 1px #e9ecef;
  box-shadow: none !important;
  transition: border .3s;
}

.form-control:focus, .form-control.focus,
.custom-select:focus,
.custom-select.focus {
  border-color: #406AFF;
}

.form-control:disabled, .form-control[readonly],
.custom-select:disabled,
.custom-select[readonly] {
  background-color: #F8F9FA;
}

.form-control {
  padding: 1.288rem 1.2rem;
}

.form-control.form-control-sm {
  padding: .98rem .75rem;
  font-size: 0.75rem;
}

.form-control.form-control-lg {
  padding: 1.5rem 1.2rem 1.58rem;
  font-size: 1rem;
}

.form-control::-moz-placeholder {
  color: #949da5;
}

.form-control:-ms-input-placeholder {
  color: #949da5;
}

.form-control::-webkit-input-placeholder {
  color: #949da5;
}

.form-control::placeholder {
  color: #949da5;
}

/* Custom form elements */
.custom-select {
  padding: .375rem 1.75rem .375rem 1rem;
  height: calc(1.5em + 1.2rem);
}

.custom-select.custom-select-sm {
  height: calc(1.5em + .85rem + 2px);
  font-size: 0.75rem;
}

.custom-select.custom-select-lg {
  height: calc(1.9em + 1.2rem + 2px);
  font-size: 1rem;
}

.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  padding-left: 4px;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  cursor: pointer;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before {
  border-color: #e0e5e9;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #406AFF;
  background-color: #406AFF;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.custom-switch {
  margin-bottom: 8px;
}

.custom-switch .custom-control-label {
  padding-left: 1.2rem;
  line-height: 1.85;
}

.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
  cursor: pointer;
}

.custom-switch .custom-control-label::before {
  width: 50px;
  height: 24px;
  border-radius: 1.5rem;
  border-color: #e0e5e9;
  box-shadow: none !important;
}

.custom-switch .custom-control-label::after {
  width: 16px;
  height: 16px;
  top: 8px;
  left: -32px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(26px);
}

.custom-range::-webkit-slider-thumb {
  background-color: #406AFF;
  transition: transform .3s;
}

.custom-range::-moz-range-thumb {
  background-color: #406AFF;
  transition: transform .3s;
}

.custom-range::-ms-thumb {
  background-color: #406AFF;
  transition: transform .3s;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #0d42ff;
  transform: scale(1.4);
}

.custom-range::-moz-range-thumb:active {
  background-color: #0d42ff;
  transform: scale(1.4);
}

.custom-range::-ms-thumb:active {
  background-color: #0d42ff;
  transform: scale(1.4);
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: none;
}

.custom-file-label {
  height: calc(1.5em + 1.08rem + 2px);
  padding: .5rem .75rem;
  border-color: #eff1f4;
  box-shadow: none !important;
}

.custom-file-label::after {
  height: calc(1.5em + 1rem + 1px);
  padding: .5rem .75rem;
  background-color: #F8F9FA;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #F8F9FA;
}

/* Input group */
.input-group .dropdown-toggle:not(.dropdown-toggle-split)::after {
  margin-left: 7px;
}

.input-group-text {
  padding: .3rem .75rem .45rem;
  border-color: #e9ecef;
  background-color: #F8F9FA;
}

.input-group-sm .input-group-text {
  font-size: .75rem !important;
}

.input-group-lg .input-group-text {
  font-size: 1rem !important;
}

.input-group-text.input-group-icon {
  padding: .3rem .75rem;
}

.input-group-text.input-group-icon [class*=fa-] {
  min-width: 1rem;
}

.input-group-prepend .rounded-pill {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-prepend + .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* List group */
.list-group-item {
  border-color: #eff1f4;
  transition: background .3s;
}

.list-group-item.active {
  border-color: #406AFF;
  background-color: #406AFF;
}

.list-group-item:not(.active).list-group-item-action:hover {
  background-color: #F8F9FA;
}

.list-group-item:not(.active).list-group-item-action:active {
  background-color: #e9ecef;
}

/* Modal */
.modal .close {
  height: 48px;
  font-size: 1rem;
}

.modal-content,
.modal-header,
.modal-footer {
  border-color: #eff1f4;
}

.modal-content {
  box-shadow: 0px 0px 20px 0px rgba(82, 63, 105, 0.15);
}

.modal-header {
  align-items: center;
}

.modal-backdrop {
  background-color: #6C757D;
}

.modal-backdrop.show {
  opacity: .3;
}

.modal-lightbox .modal-content {
  border: none;
  border-radius: 0;
}

.modal-lightbox .modal-header {
  width: 100%;
  position: absolute;
  z-index: 2003;
  border: none;
  border-radius: 0;
}

.modal-lightbox .modal-body {
  padding: 0;
  border-radius: 0;
}

.modal-lightbox .close {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Navs */
.nav-link {
  color: #495057;
}

.nav-link:hover, .nav-link.active {
  color: #406AFF;
}

.nav-tabs {
  flex-direction: column;
  border-color: #eff1f4;
}

.nav-tabs .nav-item {
  width: 100%;
  display: block;
}

.nav-tabs .nav-link {
  padding: .538rem 1.2rem;
  border-color: #eff1f4;
  border-radius: 0;
  background-color: #fff;
  transition: background .3s, color .3s, border .3s;
}

.nav-tabs .nav-link.active {
  color: #406AFF;
  border-color: #eff1f4;
}

.nav-tabs .nav-item:first-child .nav-link {
  border-radius: .25rem .25rem 0 0;
}

@media (min-width: 768px) {
  .nav-tabs.flex-md-row .nav-item {
    width: auto;
    display: flex;
  }
  .nav-tabs.flex-md-row .nav-link {
    border-color: transparent;
    border-radius: .25rem .25rem 0 0;
    background-color: transparent;
  }
  .nav-tabs.flex-md-row .nav-link.active {
    color: #406AFF;
    border-color: #eff1f4 #eff1f4 #fff;
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .nav-tabs.flex-lg-row .nav-item {
    width: auto;
    display: flex;
  }
  .nav-tabs.flex-lg-row .nav-link {
    border-color: transparent;
    border-radius: .25rem .25rem 0 0;
    background-color: transparent;
  }
  .nav-tabs.flex-lg-row .nav-link.active {
    color: #406AFF;
    border-color: #eff1f4 #eff1f4 #fff;
    background-color: #fff;
  }
}

.nav-tabs + .tab-content {
  margin-top: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #eff1f4 #eff1f4;
  border-radius: 0 0 .25rem .25rem;
}

.nav-tabs + .tab-content > .tab-pane {
  padding: 1rem;
  border-radius: 0 0 .25rem .25rem;
  background-color: #fff;
}

.nav-tabs-underline {
  border-width: 3px;
}

.nav-tabs-underline .nav-link {
  margin-bottom: -2px;
  border-width: 0 0 3px 0;
  background-color: transparent !important;
}

.nav-tabs-underline .nav-link.active {
  border-color: transparent transparent #406AFF transparent !important;
}

.nav-tabs-underline + .tab-content {
  border: none;
}

.nav-tabs-underline + .tab-content > .tab-pane {
  padding: 1rem 0 0;
  background-color: transparent;
}

.nav-pills {
  flex-direction: column;
}

.nav-pills .nav-link {
  padding: .6rem 1.2rem;
  transition: background .3s, color .3s;
}

.nav-pills .nav-link.active {
  background-color: #406AFF;
}

/* Navbar */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    min-height: 70px;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    min-height: 70px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    min-height: 70px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    min-height: 70px;
  }
}

.navbar-brand {
  font-weight: bold;
/*  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

.navbar-toggler {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 0;
  border: none;
}

.navbar-collapse {
  margin: 0 -1rem;
  padding: 0 1rem;
  border-top: solid 1px #eff1f4;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
    margin: 0;
    padding: 0;
    border: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    margin: 0;
    padding: 0;
    border: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    margin: 0;
    padding: 0;
    border: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.navbar-nav {
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
  }
}

.navbar .dropdown-menu {
  box-shadow: none;
}

@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu {
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu {
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu {
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .dropdown-menu {
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
}

.navbar-nav .dropdown.show::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 1rem;
  bottom: -5px;
  display: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 1001;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown.show::after {
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown.show::after {
    display: block;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown.show::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown.show::after {
    display: block;
  }
}

/* Pagination */
.pagination {
  margin: 0;
}

.page-item {
  margin: 0 .25rem;
}

.page-item:first-of-type {
  margin-left: 0;
}

.page-item:last-of-type {
  margin-right: 0;
}

.page-item.disabled {
  opacity: .5;
}

.page-link {
  color: #606a73;
  border-color: #e9ecef;
  background-color: transparent;
  border-radius: .25rem !important;
  transition: background .3s, color .3s, border .3s;
}

.page-link:hover, .page-link:focus {
  color: #606a73;
  box-shadow: none;
  background-color: #F8F9FA;
}

.page-item.active .page-link {
  background-color: #406AFF;
  border-color: #406AFF;
}

/* Popover */
.popover {
  border-color: #eff1f4;
  box-shadow: 0px 0px 20px 0px rgba(82, 63, 105, 0.15);
}

.popover-body {
  padding: .75rem 1rem;
}

.popover-header {
  margin: 0;
  padding: .75rem 1rem;
  font-size: .85rem;
}

.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  border-top-color: #eff1f4;
}

.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  border-right-color: #eff1f4;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  border-bottom-color: #eff1f4;
}

.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  border-left-color: #eff1f4;
}

/* Progress */
.progress {
  height: 10px;
  background-color: #f2f4f6;
  box-shadow: inset 0px 0px 5px 0px rgba(82, 63, 105, 0.15);
  border-radius: 1.2rem;
}

.progress-bar {
  background-color: #406AFF;
}

/* Spinners */
.spinner-border-lg,
.spinner-grow-lg {
  width: 3rem;
  height: 3rem;
}

/* Toast */
.toast {
  border-color: #eff1f4;
}

.toast-header {
  padding: .75rem 1rem;
}

.toast-header .close {
  font-size: 1rem;
}

.toast-body {
  padding: .75rem 1rem;
}

/* Tooltip */
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  padding: .75rem 1rem;
  color: #fff;
  background-color: #495057;
  box-shadow: 0px 0px 5px 0px rgba(82, 63, 105, 0.15);
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #495057;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #495057;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #495057;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #495057;
}

/* Avatar image */
.img-avatar {
  width: 48px;
  height: 48px;
}

.img-avatar.img-avatar-lg {
  width: 96px;
  height: 96px;
}

/* Rating */
.rating {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.rating[disabled] {
  pointer-events: none;
}

.rating-item {
  padding: 0 2px;
  display: inline-block;
  cursor: pointer;
  color: #CED4DA;
  transition: color .3s;
}

.rating-item:hover, .rating-item.active, .rating-item.active-hover {
  color: #FFA833;
}

/* Stat */
.stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat h3, .stat h4 {
  margin: 0;
  font-size: 3rem;
}

.stat p {
  margin: 0;
}

.stat [class*=fa-] {
  margin-bottom: .5rem;
  font-size: 2rem;
}

.stat.flex-row p {
  padding-left: .5rem;
}

/* Callout */
.callout {
  padding: 1rem;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #eff1f4;
  border-radius: .25rem;
  background-color: #fff;
}

.callout-primary {
  border-left-color: #406AFF;
}

.callout-secondary {
  border-left-color: #6C757D;
}

.callout-success {
  border-left-color: #14CFA0;
}

.callout-danger {
  border-left-color: #ED5565;
}

.callout-warning {
  border-left-color: #FFA833;
}

.callout-info {
  border-left-color: #2CBED2;
}

.callout-light {
  border-left-color: #F8F9FA;
}

.callout-dark {
  border-left-color: #343A40;
}

/* Comments */
.comment .comment,
.comment + .comment {
  margin-top: 1.5rem;
}

.comment-author {
  margin-bottom: .25rem;
}

.comment-date,
.comment-reply,
.comment-share {
  margin-bottom: .5rem;
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  font-size: .8rem;
}

.comment-reply::before,
.comment-share::before {
  content: "";
  display: block;
  position: absolute;
  content: "|";
  margin-left: -0.75rem;
  display: inline-block;
  pointer-events: none;
  color: #495057;
}

/* Divider */
.divider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #DEE2E6;
}

.divider.divider-dotted {
  border-style: dotted;
}

.divider.divider-dashed {
  border-style: dashed;
}

.divider.divider-gradient {
  height: 1px;
  border-width: 0;
  background: linear-gradient(to right, transparent, #DEE2E6, transparent);
}

.divider.divider-square, .divider.divider-circle, .divider.divider-diamond, .divider.divider-arrow {
  height: 2px;
  border-width: 0;
  background: linear-gradient(to right, #DEE2E6 47%, transparent 48%, transparent 52%, #DEE2E6 53%);
}

.divider.divider-square.divider-square::after, .divider.divider-square.divider-circle::after, .divider.divider-square.divider-diamond::after, .divider.divider-circle.divider-square::after, .divider.divider-circle.divider-circle::after, .divider.divider-circle.divider-diamond::after, .divider.divider-diamond.divider-square::after, .divider.divider-diamond.divider-circle::after, .divider.divider-diamond.divider-diamond::after, .divider.divider-arrow.divider-square::after, .divider.divider-arrow.divider-circle::after, .divider.divider-arrow.divider-diamond::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #DEE2E6;
}

.divider.divider-square.divider-circle::after, .divider.divider-circle.divider-circle::after, .divider.divider-diamond.divider-circle::after, .divider.divider-arrow.divider-circle::after {
  border-radius: 50%;
}

.divider.divider-square.divider-diamond::after, .divider.divider-circle.divider-diamond::after, .divider.divider-diamond.divider-diamond::after, .divider.divider-arrow.divider-diamond::after {
  transform: rotate(45deg);
}

.divider.divider-square.divider-arrow::after, .divider.divider-circle.divider-arrow::after, .divider.divider-diamond.divider-arrow::after, .divider.divider-arrow.divider-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #DEE2E6;
  background-color: transparent;
}

/* Steps */
.steps {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  border: solid 1px #eff1f4;
  border-radius: .25rem;
}

.steps h4, .steps h5 {
  margin: 0;
  font-size: 1rem;
}

.steps p {
  margin: 0;
  font-size: 0.9rem;
}

.step {
  min-width: 180px;
  max-width: 100%;
  flex-grow: 1;
  padding: 1rem;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #eff1f4;
  border-radius: .25rem;
  background-color: #fff;
}

.step:last-of-type {
  border: none;
}

.step.step-done {
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 576px) {
  .flex-sm-row .step {
    border-width: 0 1px 0 0;
  }
}

@media (min-width: 768px) {
  .flex-md-row .step {
    border-width: 0 1px 0 0;
  }
}

@media (min-width: 992px) {
  .flex-lg-row .step {
    border-width: 0 1px 0 0;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row .step {
    border-width: 0 1px 0 0;
  }
}
