/* root */
/**************************/
:root {
  --bs-breadcrumb-divider: "|";
}

/* browser */
/**************************/
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border: none;
  background-color: #262626;
}

::-webkit-scrollbar-track {
  border: none;
  background-color: #c4c4c4;
}

::-moz-selection {
  background-color: #262626;
  color: #ffffff;
}

::selection {
  background-color: #262626;
  color: #ffffff;
}

/* main */
/**************************/
* {
  font-family: "Montserrat-Light", sans-serif;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

*,
::after,
::before {
  position: relative;
}

html,
body {
  color: #262626;
  font-size: 15px;
  line-height: 1.5;
  height: 100%;
}

.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* #content {
  min-height: calc(100vh - (75px + 70px));
  -webkit-min-height: calc(100vh - (75px + 70px));
  -moz-min-height: calc(100vh - (75px + 70px));
  -ms-min-height: calc(100vh - (75px + 70px));
  -o-min-height: calc(100vh - (75px + 70px));
  overflow-y: auto;
} */

/* typography */
/**************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Furore", sans-serif;
  cursor: default;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1.page-title {
  font-size: 32px;
  line-height: 1.5;
}

a {
  color: #e40d8f;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Play-Bold", sans-serif;
  opacity: 1;
}

a:hover,
a:active,
a:focus {
  opacity: .8;
  text-decoration: none;
  color: inherit;
}

a:active.focus,
a:active:focus,
a.focus {
  outline: 0;
  box-shadow: none;
}

.nav-link {
  font-family: "Montserrat-SemiBold", sans-serif;
  transition: .3s ease-in-out;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
  color: #e40d8f;
}

.text-large {
  font-size: 16px;
}

.text-middle {
  font-size: 14px;
}

.text-small {
  font-size: 13px;
}

.list-group-item {
  border: 0;
}

.custom-marker li:before {
  background-image: url(../img/marker.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  margin-top: .2em;
  margin-left: -25px;
}

/* buttons */
/**************************/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.btn {
  min-height: 25px;
  font-size: 14px;
  font-family: "Play-Bold", sans-serif;
  letter-spacing: 1px;
  border-radius: 16px;
  padding: 6px 12px;
}

.btn span {
  font-family: "Play-Bold", sans-serif;
}

.btn i {
  margin-right: 7px;
  font-size: 18px;
  line-height: 0;
}

.btn-main {
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1px #262626 !important;
  color: #262626;
  background: 0 0;
  text-decoration: none;
  width: max-content;
  cursor: pointer;
  opacity: 1;
}

.btn-main:hover,
.btn-main:active,
.btn-main:focus {
  box-shadow: inset 0 0 0 2px #262626 !important;
  color: #262626;
  opacity: .8;
}

.btn-main:disabled {
  background-color: #262626;
  color: #ffffff;
  cursor: not-allowed;
  opacity: .6;
}

.btn-link {
  color: #e40d8f;
  background: transparent;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Play-Bold", sans-serif;
  border: none;
  opacity: 1;
  padding: 0;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  opacity: .8;
  text-decoration: none;
  color: inherit;
  background: inherit;
}

.btn-close {
  background: transparent;
  background-image: none;
  border: none;
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
}

.btn-close i {
  transition: transform .5s ease-in-out;
  font-size: 25px;
}

.btn-close:hover i {
  transform: rotate(360deg);
}

.btn-up {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 55px;
  right: 40px;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  transform: scale(0);
  transition: all .7s ease-in-out;
  z-index: 998;
  cursor: pointer;
}

.btn-up::before {
  content: "\F0143";
  font-family: "Material Design Icons";
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-purple {
  background-color: #e40d8f;
  color: #fff;
  opacity: 1;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
  background-color: #e40d8f;
  color: #fff;
  opacity: .8;
}

/* header */
/**************************/
.header {
  position: relative;
  transition: 0.55s ease-in-out;
  height: 75px;
}

.header-sticky {
  position: sticky;
  top: 0;
  left: 0;
  transition: 0.55s ease-in-out;
  z-index: 1030;
}

.header-hidden {
  transform: translateY(-100%);
}

.header-logo:hover {
  opacity: 1;
}

.header-logo img {
  height: 30px;
  width: 153px;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.offcanvas-xl {
  flex-direction: row;
  width: 100%;
}

.offcanvas-title {
  font-family: "Furore", sans-serif;
}

/* form */
/**************************/
.fogotten {
  font-size: 12px;
  margin-bottom: 5px;
}

.password-group input {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

.input-group-lg>.btn-view {
  position: absolute;
  top: 8px;
  right: .75rem;
  display: inline-block;
  width: 19px;
  height: 19px;
  z-index: 999;
}

.btn-view {
  position: absolute;
  top: 35px;
  right: .75rem;
  display: inline-block;
  width: 19px;
  height: 19px;
  z-index: 999;
}

.btn-view::before {
  content: '\F0208';
  font-family: "Material Design Icons";
  color: #ccc;
  font-size: 18px;
}

.btn-view.view::before {
  content: '\F0209';
  font-family: "Material Design Icons";
}

.iti {
  width: 100%;
}

.country-flag {
  height: 15px;
  width: 20px;
}

.text-agree {
  font-size: 12px;
  width: 280px;
}


.input-image {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.input-image img {
  display: block;
  padding: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.input-image label,
.input-image label {
  padding: 0;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: 10px;
}

.input-image [type="radio"]:not(:checked),
.input-image [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.input-image [type="radio"]:checked+img {
  background-color: #262626;
  border-color: #262626;
}

.input-image [type="radio"]:disabled+label {
  color: #6c757d;
}

.main-radiobox-image [type="radio"]:not(:checked),
.main-radiobox-image [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.main-radiobox-image [type="radio"]:not(:checked)+label,
.main-radiobox-image [type="radio"]:checked+label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: left;
}

.main-radiobox-image [type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #e40d8f;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.main-radiobox-image [type="radio"]:checked+label:before {
  border-color: #262626;
}

.main-radiobox-image [type="radio"]:not(:checked)+label:after,
.main-radiobox-image [type="radio"]:checked+label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 18px;
  border-radius: 3px;
  z-index: 1;
}

.main-radiobox-image [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-radiobox-image [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #262626;
}

.main-radiobox-image [type="radio"]:disabled:not(:checked)+label:before,
.main-radiobox-image [type="radio"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

.main-radiobox-image [type="radio"]:disabled:checked+label:after {
  color: #6c757d;
}

.main-radiobox-image [type="radio"]:disabled+label {
  color: #dee2e6;
}

.main-radiobox-image {
  width: max-content;
  display: contents;
}

.main-radiobox-image label img {
  width: 100px;
  height: auto;
  border-radius: 6px;
  border: 1px solid #59beea;
}

.main-radiobox-image [type="radio"]:checked+label img,
.main-radiobox-image label:hover img {
  border: 1px solid #e40d8f;
}

.main-radiobox [type="radio"]:not(:checked),
.main-radiobox [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.main-radiobox [type="radio"]:not(:checked)+label,
.main-radiobox [type="radio"]:checked+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
}

.main-radiobox [type="radio"]:not(:checked)+label:before,
.main-radiobox [type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  box-shadow: none;
}

.main-radiobox [type="radio"]:not(:checked)+label:after,
.main-radiobox [type="radio"]:checked+label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 18px;
  background-color: #e40d8f;
  border-radius: 50%;
}

.main-radiobox [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-radiobox [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-radiobox [type="radio"]:disabled:not(:checked)+label:before,
.main-radiobox [type="radio"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

.main-radiobox [type="radio"]:disabled:checked+label:after {
  color: #6c757d;
}

.main-radiobox [type="radio"]:disabled+label {
  color: #dee2e6;
}

.main-radiobox label:hover:before {
  border: 1px solid #262626 !important;
}

.input-image [type="checkbox"]:not(:checked),
.input-image [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.input-image [type="checkbox"]:checked+img {
  background-color: #262626;
  border-color: #262626;
}

.input-image [type="checkbox"]:disabled+label {
  color: #6c757d;
}

.main-radiobox-image [type="checkbox"]:not(:checked),
.main-radiobox-image [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.main-radiobox-image [type="checkbox"]:not(:checked)+label,
.main-radiobox-image [type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: left;
}

.main-radiobox-image [type="checkbox"]:not(:checked)+label:before,
.main-radiobox-image [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.main-radiobox-image [type="checkbox"]:checked+label:before {
  border-color: #262626;
}

.main-radiobox-image [type="checkbox"]:not(:checked)+label:after,
.main-radiobox-image [type="checkbox"]:checked+label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 18px;
  border-radius: 3px;
  z-index: 1;
}

.main-radiobox-image [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-radiobox-image [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: #262626;
}

.main-radiobox-image [type="checkbox"]:disabled:not(:checked)+label:before,
.main-radiobox-image [type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

.main-radiobox-image [type="checkbox"]:disabled:checked+label:after {
  color: #6c757d;
}

.main-radiobox-image [type="checkbox"]:disabled+label {
  color: #dee2e6;
}

.main-radiobox-image {
  width: max-content;
  display: contents;
}

.main-radiobox-image label img {
  width: 100px;
  height: auto;
  border-radius: 6px;
  border: 1px solid #59beea;
}

.main-checkbox-image [type="checkbox"]:checked+label img,
.main-checkbox-image label:hover img {
  border: 1px solid #e40d8f;
}

.main-checkbox-image [type="checkbox"]:not(:checked),
.main-checkbox-image [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.main-checkbox-image [type="checkbox"]:not(:checked)+label,
.main-checkbox-image [type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.main-checkbox-image [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #e40d8f;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  z-index: 1;
}

.main-checkbox-image [type="checkbox"]:not(:checked)+label:after,
.main-checkbox-image [type="checkbox"]:checked+label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 18px;
  background-color: #e40d8f;
  border-radius: 3px;
}

.main-checkbox-image [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.main-checkbox-image [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-checkbox-image [type="checkbox"]:disabled:not(:checked)+label:before,
.main-checkbox-image [type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

.main-checkbox-image [type="checkbox"]:disabled:checked+label:after {
  color: #6c757d;
}

.main-checkbox-image [type="checkbox"]:disabled+label {
  color: #dee2e6;
}

/* badge */
/**************************/
.badge {
  letter-spacing: .7px;
  display: flex;
  align-items: center;
}

.badge i {
  font-size: 18px;
}

.hidden-badge {
  transition: all .3s ease-out;
  height: 34px;
  width: 34px;
}

.hidden-badge span {
  transition: all .3s ease-out;
  display: none;
}

.hidden-badge:hover {
  width: 60px;
  min-width: max-content;
}

.hidden-badge:hover span {
  display: flex;
}

/* alert */
/**************************/
.alert {
  padding: 8px 60px 8px 75px;
  border-radius: 10px;
  font-size: 13px;
  min-height: 60px;
  display: block;
  border: none;
  margin: 0;
  overflow: hidden;
}

.alert-fixed {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 400px;
  z-index: 9999;
}

.alert .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 15px;
  height: 15px;
  width: 15px;
  background: transparent;
}

.alert .close i {
  font-size: 15px;
  background: transparent;
  height: 15px;
  width: 15px;
}

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

.alert i {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  width: 60px;
  bottom: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert a {
  margin: 0 3px;
  color: #fff;
}

.alert a,
.alert a:visited,
.alert a:focus,
.alert a:hover {
  color: #fff;
  text-decoration: none;
}

.alert-success i {
  background-color: #088016;
}

.alert-success {
  background-color: #1b9800;
  color: #fff;
}

.alert-warning i {
  background-color: #d25e23;
}

.alert-warning {
  background-color: #f46924;
  color: #fff;
}

.alert-danger i {
  background-color: #b80000;
}

.alert-danger {
  background-color: #dc0200;
  color: #fff;
}

.alert-info i {
  background-color: #0069b5;
}

.alert-info {
  background-color: #27a3e3;
  color: #fff;
}

/* bs-callout */
/**************************/
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

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

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

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.bs-callout-limegreen {
  border-left-color: #32cd32;
}

.bs-callout-mediumpurple {
  border-left-color: #9370db;
}

.bs-callout-rosybrown {
  border-left-color: #bc8f8f;
}

.bs-callout-limegreen h4 {
  color: #32cd32;
}

.bs-callout-mediumpurple h4 {
  color: #9370db;
}

.bs-callout-rosybrown h4 {
  color: #bc8f8f;
}

/* modal */
/**************************/
.modal-title {
  font-family: "Furore", sans-serif;
  font-size: 17px;
}

.modal-body {
  font-size: 13px;
}

/* profile */
/**************************/
#card-sticky {
  position: sticky;
  top: 85px;
}

.card-body {
  font-size: 18px;
}

.avatar {
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}

#item-grid:hover .avatar {
  transform: scale(1.1)
}

.card-title {
  font-family: "Furore", sans-serif;
}

.card-header {
  height: 400px;
}

.frofile-image {
  height: 500px;
}

.img-thumbnail {
  max-height: 600px;
  width: calc(100%);
  position: relative;
}

.profile-add-img {
  height: 150px;
  width: auto;
  object-fit: cover;
  border-radius: 6px;
}

.cabinettable th {
  white-space: nowrap;
}

/* footer */
/**************************/
footer a {
  font-size: 14px !important;
}

@media (min-width: 1200px) {
  /* sizes */
  /**************************/
  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-auto {
    height: auto !important;
  }
}

@media (max-width: 1200px) {

  /* header */
  /**************************/
  .offcanvas-xl {
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }

  .offcanvas-xl.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

@media (min-width: 992px) {
  /* sizes */
  /**************************/
  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-auto {
    height: auto !important;
  }
}

@media (max-width: 992px) {

  /* main */
  /**************************/
  .container-fluid {
    padding: 0 30px;
  }

  /* typography */
  /**************************/
  h1.page-title {
    font-size: 28px;
  }

  /* buttons */
  /**************************/
  .btn-close:hover i {
    transform: none;
  }

  .btn-up {
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 30px;
    line-height: 1;
  }

  .btn-up::before {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  /* sizes */
  /**************************/
  .w-md-auto {
    width: auto !important;
  }

  .h-md-auto {
    height: auto !important;
  }
}

@media (max-width: 768px) {

  /* main */
  /**************************/
  html,
  body {
    font-size: 14px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  /* typography */
  /**************************/
  h1.page-title {
    font-size: 24px;
  }

  /* header */
  /**************************/
  .header-logo img {
    height: 25px;
    width: auto;
  }

  .navbar-expand-xl {
    height: 65px;
  }

  /* alert */
  /**************************/
  .alert {
    display: block;
    font-size: 13px;
    padding: 8px 60px 8px 55px;
    width: auto;
  }

  .alert-fixed {
    right: 15px;
    left: 15px;
    bottom: auto;
    top: 60px;
  }

  .alert i {
    width: 45px;
  }

  /* profile */
  /**************************/
  .card-header {
    height: 320px;
  }

  .avatar-effect-on {
    transform: scale(1.1);
  }
}

@media (min-width: 576px) {
  /* sizes */
  /**************************/
  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-auto {
    height: auto !important;
  }
}

@media (max-width: 576px) {
  /* buttons */
  /**************************/
  .btn-up {
    width: 35px;
    height: 35px;
    bottom: 35px;
    right: 20px;
    line-height: 1;
  }

  /* header */
  /**************************/
  .header-logo img {
    height: 20px;
  }
}
