@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400&display=swap');
/* ==========================================================================

SURCHARGE ANIMATION

======================================================================== */
.animTop * {
  transform: none;
}

.start .animated * {
  transform: none;
  opacity: 1;
}

.animated > * {
  transform: translateY(0);
  opacity: 1;
}

.animated:after {
  z-index: 10;
  background: #114887;
  left: 0;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.animated.animTop:after {
  top: 0;
}

.animated.animBottom:after {
  bottom: 0;
}

.animated.started:after {
  height: 0;
}

.start-effect > .smooth {
  animation-name: fadeDown;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  background-color: #fbf9f7;
}

html,
body,
h1,
h2,
h3,
h4,
a,
.btn {
  font-weight: 300;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn:focus,
.btn:active,
button,
input:focus,
*:focus {
  outline: none !important;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .bg-cover > div {
    text-align: center;
  }
}

.heightCustom {
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .heightCustom {
    min-height: 50vh;
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.btn-custom,
.btn-outline-main-color {
  color: #fff;
  -webkit-appearance: inherit;
  background-color: #b51742;
  border-color: #b51742;
}

a {
  color: #4c4c4c;
}

a,
a:hover,
.btn-custom:hover,
.btn-outline-main-color:hover {
  font-weight: 300;
  text-decoration: none;
  -webkit-appearance: none !important;
}

.btn-custom:hover,
.btn-outline-main-color:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff7f01;
  border-color: #ff7f01;
}

textarea:hover,
input[type='text']:hover,
input[type='email']:hover,
textarea:focus,
input[type='text']:focus,
input[type='email']:focus {
  box-shadow: none !important;
}

h1 {
  text-transform: uppercase;
}

h1 .color-white {
  color: #fff;
}

h1 span {
  display: block;
}

@media max-577 {
  h1 {
    font-size: 1.5em;
  }
}

h1 span,
h2 span,
h3 span,
h4 span {
  font-weight: bold;
}

h2,
h4 {
  color: #212529;
  font-weight: inherit;
  text-transform: inherit;
}

h3 {
  font-size: 1.2em;
}

.btn-custom ul,
ul.list-style {
  list-style: none;
  padding-left: 0;
}

.fa,
.fas,
.far {
  font-size: 1.2em;
  vertical-align: middle;
  margin: 0 5px;
}

.pt-custom {
  padding-top: 70px;
}

.animated,
.customPopOver {
  position: relative;
}

.home .animated {
  overflow: hidden;
}

.animated:after,
.masque:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
}

.animated:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  z-index: 10;
  background: #114887;
  left: 0;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.animated.animTop:after {
  top: 0;
}

.animated.animBottom:after {
  bottom: 0;
}

.animTop * {
  transform: translateY(100%);
}

.animated > * {
  transition-delay: 0.2s;
  opacity: 0;
  transition: 0.5s ease;
}

.animated > *::nth-child(0n + 1) {
  transition-delay: 0.5s;
}

.animated > *:nth-child(0n + 1) {
  transition-delay: 0.5s;
}

.start .animated:after {
  height: 0;
}

.start .animated * {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

#toggle {
  z-index: 9999;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  width: 84px;
}

.sidebar .navbar-brand {
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.sidebar .navbar-brand img {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  padding: 0.6em;
}

.sidebar a {
  color: #5f5f5f;
}

.sidebar .nav {
  overflow: hidden;
}

.sidebar .nav a {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .sidebar .nav a {
    width: 250px;
  }
}

.sidebar .nav a * {
  position: relative;
  z-index: 1;
}

.sidebar .nav a svg {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0 30px 0 10px;
}

.sidebar .nav a:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  z-index: 0;
  bottom: 0;
  left: 2em;
  margin: auto;
  border-radius: 50%;
  background: transparent;
  height: 0;
  width: 0;
  background: #ffc107;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 0 #ffc107;
}

.sidebar .nav a:hover:after {
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 20px #ffc107;
}

.sidebar #customMenu a {
  display: block;
}

.sidebar #customMenu a:after {
  left: 1.5em;
}

.sidebar #customMenu a svg {
  margin: 0 1em;
}

.sidebar .customMenu {
  background: #fff;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100vh;
  z-index: 2;
  opacity: 0;
  top: 0;
  left: -100%;
  flex-direction: column;
  bottom: 0;
  transition: 0.3s ease;
  align-items: center;
  overflow: hidden;
}

.sidebar .customMenu .tab-pane {
  transition: 0.3s ease;
  opacity: 0;
  transform: translateX(-100%);
}

.sidebar .customMenu .tab-pane.show {
  opacity: 1;
  transform: translateX(0);
}

.sidebar .customMenu .toggle {
  position: absolute;
  top: 0;
  left: auto;
  right: 1em;
}

.sidebar .customMenu .toggle:hover:before {
  transform: rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .sidebar .customMenu .toggle {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar .customMenu {
    border-left: 1px solid #f1f1f1;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    left: -40vh;
    width: 40vh;
  }
}

.sidebar .customCollapse.active {
  border-right: 4px solid #ac1167;
}

@media only screen and (min-width: 992px) {
  .sidebar {
    z-index: 1031;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    transform: translateX(-100%);
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar:hover,
  .sidebar:focus,
  .sidebar:active {
    width: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar:hover ul a svg {
    margin: 0 20px 0 10px;
  }
}

@media only screen and (max-height: 500px) {
  .sidebar .nav.flex-column {
    flex-direction: inherit !important;
  }
  .sidebar .nav a {
    padding: 0.5rem 1rem;
  }
  .sidebar .nav a svg {
    margin: 0;
  }
}

@media only screen and (max-height: 500px) {
  .sidebar .nav.flex-column {
    flex-direction: row !important;
    height: 70vh;
    overflow-y: auto;
  }
}

.navigation-is-open .customMenu {
  opacity: 1;
  left: 0;
}

@media only screen and (min-width: 992px) {
  .navigation-is-open .customMenu {
    left: 100%;
  }
}

#toggle,
.toggle {
  padding: 0;
  display: block;
  height: 80px;
  width: 80px;
  background: #fff;
  top: 0;
  z-index: 101;
  left: 0px;
  cursor: pointer;
  position: fixed;
  transition: 0.25s ease-out;
}

#toggle:after,
#toggle:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  border-radius: 4px;
  left: 0;
  right: 0;
  transition: 0.25s ease-out;
  margin: auto;
  background: #ffc107;
}

#toggle:before {
  top: 35px;
}

#toggle:after {
  top: 45px;
}

.toggle:after,
.toggle:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  border-radius: 4px;
  left: 0;
  right: 0;
  transition: 0.25s ease-out;
  margin: auto;
  background: #ffc107;
}

.toggle:before,
.toggle:after {
  top: 0;
  bottom: 0;
}

.toggle:before {
  transform: rotate(-135deg);
}

.toggle:after {
  transform: rotate(135deg);
}

.is-open #toggle:before,
.is-open #toggle:after {
  top: 50%;
  width: 25px;
}

.is-open #toggle:before {
  transform: rotate(-135deg);
}

.is-open #toggle:after {
  transform: rotate(135deg);
}

@media only screen and (min-width: 992px) {
  .is-open #toggle {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .is-open #toggle .navbar-toggler {
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .is-open .sidebar {
    transform: translateX(0);
  }
}

.logo {
  height: 70px;
  width: 70px;
  background: #e6e6e6;
  border-radius: 50%;
  padding: 1em;
  margin: 1em;
}

.separator {
  height: 1px;
  width: 100%;
  margin: 0.5em 0;
  background: #ececec;
}

@media only screen and (max-width: 991px) {
  body:not(.is-open) .sidebar .navbar-brand {
    left: 100%;
  }
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle:disabled {
  background-color: #dfe0e0;
}

.btn-toggle.btn-xs {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}

.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active,
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}

#main-search {
  left: auto;
  top: 15px;
  transform: translateY(0);
  transition: transform 0.5s;
}

#main-search ul li a span {
  width: calc(100% - 40px);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  #main-search {
    width: calc(100% - 84px);
    background: #384044;
    height: 80px;
    top: 0;
  }
}

.navbar-dark .navbar-toggler {
  color: #9e9e9e;
}

form {
  position: relative;
}

form.form-inline svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

form.form-inline button svg {
  position: inherit;
}

form .close {
  position: absolute;
  right: 0;
  top: 0;
}

#main-search form svg {
  color: #fff;
}

#main-search .form-control {
  padding-left: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
  #main-search ul {
    padding: 2em;
    width: 100%;
  }
}

@media only screen and (max-width: 577px) {
  #main-search ul {
    padding: 15px;
  }
  #main-search ul li a span {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #main-search ul.nav {
    background: #255396;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}

.form-control {
  background: transparent;
  border-radius: 0;
  border: none;
  transition: 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-control:hover {
  box-shadow: none;
}

.modal .form-control {
  padding-left: 2em;
}

#breadCrum {
  left: 0;
  min-height: 80px;
  align-items: center;
  transform: translateY(0);
  transition: transform 0.5s;
}

@media only screen and (min-width: 992px) {
  #breadCrum {
    position: fixed;
    top: 0;
    left: 84px;
    z-index: 1030;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  #breadCrum {
    height: 100%;
    background-color: #255396;
    align-items: center;
  }
}

#breadCrum .bg-cover {
  height: 80px;
  width: 110px;
}

@media only screen and (max-width: 767px) {
  #breadCrum .bg-cover {
    width: 100%;
  }
}

#breadCrum a {
  color: #fff;
  position: relative;
  padding: 1em;
  color: rgba(255, 255, 255, 0.7);
}

#breadCrum li:nth-child(1) a,
#breadCrum li.large a {
  padding: 0;
}

#breadCrum > li:nth-child(2) ul {
  padding: 1em;
  height: 100%;
  top: 0;
  left: 0;
}

#breadCrum > li:first-child {
  width: 80px;
}

#breadCrum > li:first-child a {
  position: relative;
  color: white;
}

#breadCrum > li:last-child a:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  height: 2px;
}

@media only screen and (min-width: 992px) {
  #breadCrum > li:last-child a:after {
    bottom: auto;
    top: calc(100% + 10px);
  }
}

@media only screen and (max-width: 767px) {
  #breadCrum li:nth-child(3) a,
  #breadCrum li:nth-child(4) a {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #breadCrum > li.large {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 767px) {
  #breadCrum li.large {
    position: relative;
  }
  #breadCrum li.large ul {
    background: rgba(37, 83, 150, 0.9);
    position: absolute;
  }
}

.customCard {
  transform: translateY(0);
  transition: 0.3s ease;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07), 0px -1px 4px rgba(1, 0, 0, 0.05);
}

.customCard:hover {
  color: #4c4c4c;
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.customCard .height-img {
  min-height: 20vh;
  position: relative;
}

.customCard .height-img > div {
  margin-bottom: -30px;
  text-align: left;
  z-index: 1;
}

.customCard .height-img:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
}

.customCard .height-img .badge-pill.badge-danger {
  position: absolute;
  content: '';
  z-index: 2;
  top: -1em;
  right: 2em;
  border: 2px solid #f9f8f4;
}

.customCard .card-body h5,
.customCard .card-body h3,
.customCard .card-body p {
  margin: 0;
}

.customCard .card-body .card-title {
  text-transform: capitalize;
}

.customCard .card-body .has-feedback {
  position: relative;
}

.customCard .card-body .has-feedback:after {
  position: absolute;
  content: '';
  font-size: 13px;
  right: -10px;
  top: -6px;
  z-index: 0;
  content: '*';
  color: #a94442;
}

@media only screen and (max-width: 767px) {
  .customCard .card-body > div:not(.quote) h2 {
    margin-bottom: 1em;
  }
}

.custom-checkbox {
  cursor: pointer;
}

.custom-checkbox .custom-hover-label {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 152, 0, 0.15)), to(rgba(255, 152, 0, 0.15)));
  background-image: -o-linear-gradient(rgba(255, 152, 0, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
  background-image: linear-gradient(rgba(255, 152, 0, 0.15) 0%, rgba(255, 152, 0, 0.15) 100%);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 5px;
  transition: 0.3s ease;
}

.custom-checkbox:hover .custom-hover-label {
  background-size: 100% 12px;
}

.modal .customCard:hover {
  transform: translateY(0);
}

.modal .customCard h3 {
  color: #fff;
}

.modal .customCard h4 {
  color: rgba(255, 255, 255, 0.8);
}

.album .customCard h3 {
  color: #fff;
}

.album .customCard h4 {
  color: rgba(255, 255, 255, 0.8);
}

.custom-control-input {
  opacity: 0 !important;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0);
}

.masque:before {
  z-index: 0;
  transition: 0.5s ease-out;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.fullBrand {
  color: #929292;
}

.fullBrand .logo {
  height: 40px;
  width: 40px;
  font-size: 0.5em;
  background-color: #d0d0d0;
}

@media only screen and (max-width: 577px) {
  .fullBrand .logo {
    height: 50px;
    width: 50px;
    padding: 0.5em;
  }
}

.fullBrand ul {
  line-height: 1em;
}

.user {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
}

.user svg,
.user span.bg-cover {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 12px;
  border-radius: 50%;
  background-color: #e6e6e6;
  margin: 0 17px;
}

.user a {
  min-width: 250px;
  display: block;
  padding-top: 5px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.9em;
}

.user a:hover {
  color: black;
}

@media only screen and (max-width: 991px) {
  .user li {
    margin: auto;
  }
}

.profilUser {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 12px;
  border-radius: 50%;
  background-color: #e6e6e6;
}

.tooltip {
  opacity: 1;
}

.home .fullBrand {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1em;
}

.home footer {
  display: none;
}

.not-home {
  padding-top: 80px;
}

@media only screen and (min-width: 992px) {
  .not-home {
    padding-left: 84px;
  }
}

@media only screen and (min-width: 1320px) {
  .customContainer {
    padding-right: 80px;
  }
}

.close {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0 !important;
  border-radius: 1px solid #f1f1f1;
  background: #fff !important;
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.close:hover {
  transform: rotate(270deg);
}

.tabNoLink > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.2s ease;
}

.tabNoLink > li:last-child {
  border: none;
}

.tabLink > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.2s ease;
}

.tabLink > li:last-child a {
  border: none;
}

.hEffect > li {
  border-bottom: 1px solid #f1f1f1;
  transition: 0.2s ease;
}

.hEffect > li:last-child {
  border: none;
}

.tabLink li.pb1 {
  border-bottom: 1px solid #f1f1f1;
  transition: 0.2s ease;
}

.tabLink li.pb1 a {
  border-bottom: 1px solid #f1f1f1;
  transition: 0.2s ease;
}

.tabLink li.pb1 a:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.tabNoLink li:last-child,
.tabLink li:last-child a,
.tabLink li.pb1:last-child,
.tabLink li.pb1:last-child a,
.hEffect > li:last-child {
  border: none;
}

.hEffect li.active .profilUser {
  position: relative;
}

.hEffect li.active .profilUser:before {
  position: absolute;
  top: -0.8em;
  right: -0.8em;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  height: 25px;
  width: 25px;
  font-size: 0.7em;
  line-height: 21px;
  border: 3px solid #fff;
  background: #009688;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.hEffect li:hover {
  cursor: pointer;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.ellipsisList {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dropdown-menu .simpleTab {
  padding: 2em;
  min-width: 40vh;
}

.simpleTab li .badge {
  padding: 0.5em;
}

.customScrollTab {
  height: 35vh;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.basicIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5 !important;
  height: 5em;
  margin: auto;
  display: block;
}

.customTab {
  border-bottom: none;
}

.customTab li a {
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  display: block;
  cursor: pointer;
  padding: 1em;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ccc;
}

.customTab li a.active,
.customTab li a:hover {
  color: #ff9800;
  border-bottom: 2px solid #ff9800;
}

.defaultCard div {
  height: 40vh;
  background: #f1f1f1;
}

footer {
  font-size: 0.9em;
  opacity: 0.6;
}

footer > ul > li {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 1em;
}

footer li:last-child {
  border: none;
}

@media only screen and (min-width: 992px) {
  #topPage {
    transform: translate(-100%);
    opacity: 0;
    transition: 0.25s ease;
  }
}

#topPage i {
  transform: rotate(90deg);
}

@media only screen and (min-width: 1320px) {
  #topPage i {
    transform: rotate(0);
  }
}

.hide-nav-bar #main-search,
.hide-nav-bar #breadCrum {
  transform: translateY(-100%);
}

.hide-nav-bar #topPage {
  transform: translate(0);
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .modal-xxl .modal-lg,
  .modal-lg.modal-xxl {
    width: 90%;
    max-width: 1280px;
  }
}

@media only screen and (min-width: 992px) {
  .scrollableBlock {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
}

.scrollableTab {
  height: 100px;
  overflow: hidden;
  overflow-y: auto;
}

.scrollableTab.customScrollTab {
  height: 35vh;
}

@media only screen and (min-width: 992px) {
  .flexBetweenColumn {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 991px) {
  .flexBetweenColumn {
    flex-direction: column;
    align-items: center;
  }
}

#cookie-policy-popin {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 1100;
  border-radius: 0.25rem 0.25rem 0 0;
}

@media only screen and (min-width: 992px) {
  #cookie-policy-popin {
    bottom: 1em;
    right: 1em;
    border-radius: 0.25rem;
  }
}

@media only screen and (max-width: 991px) {
  #cookie-policy-popin {
    flex-direction: column;
  }
}

@media only screen and (max-width: 577px) {
  #cookie-policy-popin {
    margin-bottom: 0.5em;
  }
}

@media only screen and (min-width: 1320px) {
  footer {
    position: fixed;
    top: 0;
    top: 50%;
    z-index: 1;
    transform: translateX(-50%) rotate(90deg);
    left: calc(100% - 2em);
    width: 100%;
  }
}
