/*----------------------------*/
/*----- GLOBAL / GENERAL -----*/
/*----------------------------*/

body {
  background: rgb(6,59,57);
  background: -moz-linear-gradient(90deg, rgba(6,59,57,0.896796218487395) 0%, rgba(32,211,116,1) 50%, rgba(38,255,140,0.24413515406162467) 100%);
  background: -webkit-linear-gradient(90deg, rgba(6,59,57,0.896796218487395) 0%, rgba(32,211,116,1) 50%, rgba(38,255,140,0.24413515406162467) 100%);
  background: linear-gradient(90deg, rgba(6,59,57,0.896796218487395) 0%, rgba(32,211,116,1) 50%, rgba(38,255,140,0.24413515406162467) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#063b39",endColorstr="#26ff8c",GradientType=1);
  font-family: "Inter", sans-serif;
  color: #293845;
}

.top-page-title{
  font-weight: 700;;
}

/*
.main-title{
  height: 60vh;
}

.main-title h1 {
  font-size: 2rem;
  font-weight: 600;
  z-index: 10;
}
*/

/*----- animation -----*/
/*
.animation__wobble {
  -webkit-animation: wobble 2000ms;
  animation: wobble 2000ms;
}
.fade-in {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.fade-in.mobile-background-shape-02{
  animation: fadeInAnimation ease 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.fade-in.mobile-background-shape-03{
  animation: fadeInAnimation ease 7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.fade-in.mobile-background-shape-04{
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.mobile-background-page {
	position: static;
}
.mobile-background-page-shape-left {
	transform: rotate(45deg);
	position: fixed;
}
.mobile-background-page-shape-right {
	transform: rotate(-45deg);
	position: fixed;
}

*/


/*---------------------------*/
/*---- BUTTON ANIMATIONS ----*/
/*---------------------------*/

.animated-button {
  cursor: pointer;
  transition: all 0.7s;
}

.click-slide {
  transition: transform 0.7s;
}

.click-slide:active {
  -webkit-transition-property: border-radius;
  -webkit-transition-duration: 2s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 1s;
  transform: translateX(70px);
}

.switch-button{
  transition-duration: 200ms;
  scale: 1;
}

.switch-button:hover{
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.icon-menu{
  transition-duration: 200ms;
  scale: 1;
}

.icon-menu:hover{
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.fa-heart{
  transition-duration: 200ms;
  scale: 1;
}

.fa-heart:hover{
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

/*---------------------------*/
/*---- GENERAL FORM STYLE ----*/
/*---------------------------*/

.form-label,
.form-control-label{
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.select2-selection {
  height: 40px !important;
  border-color: #ced4da !important;
}

.select2-container--bootstrap4 .select2-selection{
  border: none;
}

.form-control,
.form-control input,
.form-control:focus,
.form-control input:focus,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered  {
  border: 2px solid #B9D9EB;
  border-radius: 10px !important;
  color: #0093D7;
  font-size: 1rem;
  font-weight: 600;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0093D7 !important;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0093D7 !important;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0093D7 !important;
}

.form-control::-webkit-input-placeholder {
  color: #0093D7 !important;
}

.form-control, .input-group-text{
  background-color: #fff;
}
/*-----------------*/
/*----- GOOGLE MAPS ELEMENT -----*/
/*-----------------*/

.gmnoprint{
    display: none;
}


/*------------------------------------------*/
/*----- MOBILE BACKGROUND LOGIN & PAGE -----*/
/*------------------------------------------*/

.mobile-background-login-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.mobile-background-page {
	position: absolute;
	top: -30px;
	left: -15px;
	right: -15px;
	bottom: 100px;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 40%;
}

.mobile-background-login-box-shape {
  transform: rotate(45deg);
  position: absolute;
}

.mobile-background-page-shape {
	transform: rotate(45deg);
	position: fixed;
}

.mobile-background-shape-01 {
  height: 520px;
  width: 520px;
  background: #FFF;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}

.mobile-background-shape-02 {
  height: 220px;
  width: 220px;
  background: rgb(53, 39, 160);
  top: -172px;
  right: 0;
  border-radius: 32px;
}

.mobile-background-shape-03 {
  height: 540px;
  width: 190px;
  background: linear-gradient(270deg, #3526a4, #27219b);
  top: -24px;
  right: 0;
  border-radius: 32px;
}

.mobile-background-shape-04 {
  height: 400px;
  width: 200px;
  background: #3d36be;
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

.login-box-form{
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  min-width: 300px;
}

/*-----------------*/
/*----- LOGIN -----*/
/*-----------------*/

/*--------- -------*/
/*----- MODAL -----*/
/*-----------------*/

#lessonModal .modal-content{
  background-color: #2E98B6;
}

#lessonModal .modal-header,
#lessonModal .modal-body{
  filter: brightness(0) invert(1);
}

#parkModal .modal-content{
  background-color: #2E98B6;
}

#parkModal .modal-header,
#parkModal .modal-body{
  filter: brightness(0) invert(1);
}


/*----------------------------*/
/*----- APP MOBILE STYLE -----*/
/*----------------------------*/

.app-mobile-container {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
}

.card-footer-menu-bar {
  width: 100%;
  border: 0px !important;
  overflow: auto;
}

.card-footer-menu-bar-icon-home {
  width: 37px;
  opacity: 10%;
}

.card-footer-menu-bar-icon-user {
  width: 36px;
  opacity: 10%;
}

.card-footer-menu-bar-link,
.card-footer-menu-bar-link-text {
  font-size: 14px;
  text-decoration: none !important;
  text-align: center;
  color: #004f80 !important;
  transition-duration: 200ms;
  scale: 1;
}

.card-footer-menu-bar-link {
  width: 25%;
  text-align: center;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}

.card-footer-menu-bar-link:hover {
  background-color: #98919126;
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.custom-mobile-card {
  background-color: rgba(255, 255, 255, 1) !important;
  border: 0px !important;
  padding: 0px 0px 0px 0px;
}

.custom-mobile-card-header {
  background-color: rgba(255, 255, 255, 1) !important;
  border: 0px !important;
  padding-top: 35px;
}

.custom-mobile-card-body {
  background-color: rgba(255, 255, 255, 1) !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #9EADBA;
  padding: 15px;
  overflow-y: auto;
}

.custom-mobile-card-footer {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 0px !important;
}

.card-header.home-box {
  height: 60px;
  background-color: transparent;
  border-bottom: 3px solid #80808069;
}

.home-box-text {
  color: #293845;
  font-weight: 700;
  text-decoration: none;
}

.home-box-icon {
  max-width: 36px;
  position: absolute;
  top: 36px;
  border-radius: 5px;
}

.title-text-mobile {
  color: #293845;
  font-weight: 700;
}

.menu-text-modal {
  font-size: 1.2rem;
  color: #293845;
  font-weight: 700;
  align-content: center;
  display: grid;
}

.spacer-block {
  border: 0px;
  margin: 2rem 0;
}

.spacer-decoration {
  border: 1px solid #000000;
  margin: 0.4rem 0;
  opacity: 0.5;
}

.icon-menu {
  color: #0093D7;
  font-size: 1.8rem;
}

.icon-menu-city {
  color: #6f55c4;
  font-size: 1.8rem;
}

.card.extend {
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
}

.modal-dialog-mobile {
  margin: 0;
}

.modal-header {
  border: none;
}

.modal-content-mobile {
  height: 100vh;
  margin: 0;
  border: none;
  border-radius: 0;
}

.exit-icon-modal {
  width: 18px;
  height: auto;
  padding: 0;
}

.menu-icon-modal {
  width: 28px;
  height: auto;
  padding: 0;
  margin-right: 20px;
}

.error-icon {
  width: 100px;
  height: auto;
  padding: 0;
  margin-bottom: 10px;
}

.tab-text-style {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2rem;
  padding-bottom: 4px;
  color: #0093d7;
  width: fit-content;
}

.noactive{
  filter: invert(48%) sepia(79%) saturate(30%) hue-rotate(86deg) brightness(90%) contrast(119%);
}

.noactive .tab-text-style{
  border-bottom: none !important;
}

/*.box-input-map{
    position: absolute;
    z-index: 1000;
    padding: 0px 10%;
    left: 0;
    top: 10%;
}

*/
/*---------------------------*/
/*----- ADMIN DASHBOARD -----*/
/*---------------------------*/

.nav-sidebar .nav-header {
  color: #0DED64;
}

.nav-pills .nav-link {
  color: #FFFFFF;
}

.nav-pills .nav-link:not(.active):hover {
  color: #09A144;
}
.error-page-background {
  background-color: #ffffffa6;
}
.table-image{
  width: 20px;
  cursor: pointer;
}
.welcome-box{
  height: 500px;
  text-align: center;
}
.decoration{
  border-top: 3px solid #0093d7;
  height: 40px;
  background-color: #baff29;
  opacity: 1;
  width: 80%;
  border-radius: 0 0 50px 50px;
}
/*-----------------*/
/*--- HOME CARD ---*/
/*-----------------*/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .main-title h1 {
    font-size: 3.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra large devices (large desktops, 1366px and up) */

@media (min-width: 1366px) {
  .mobile-background-shape-02 {
    height: 26%;
    width: 22%;
    background: #57b869fc;
    top: 40%;
    left: 23%;
    border-radius: 32px;
  }
  .mobile-background-shape-03 {
    height: 11%;
    width: 28%;
    background: linear-gradient(270deg, #047929, #359951);
    top: 38%;
    right: 0%;
    border-radius: 15px;
  }
  .mobile-background-shape-04 {
    height: 34%;
    width: 23%;
    background: #01770730;
    top: 32%;
    left: 31%;
    border-radius: 20px;
  }
  .nav-item{
    font-size: 1.3rem;
  }
  .nav-item i{
    margin-right: 15px;
  }
  .nav-item p{
    text-align: end;
  }
}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1920px) {
  .mobile-background-shape-02 {
    height: 26%;
    width: 22%;
    background: #57b869fc;
    top: 34%;
    left: 23%;
    border-radius: 32px;
  }
  .mobile-background-shape-03 {
    height: 11%;
    width: 28%;
    background: linear-gradient(270deg, #047929, #359951);
    top: 32%;
    right: 8%;
    border-radius: 15px;
  }
  .mobile-background-shape-04 {
    height: 34%;
    width: 23%;
    background: #01770730;
    top: 27%;
    left: 31%;
    border-radius: 20px;
  }
}


/*-----------------*/
/*-- GENERAL CARD --*/
/*-----------------*/


/*-----------------*/
/*----- LINK -----*/
/*-----------------*/

.link-text{
  text-decoration: none;
  font-weight: 700;
  color: #0093D7;
  font-size: 1rem;
}

/*-----------------*/
/*----- BUTTON -----*/
/*-----------------*/
.btn.button-add {
  font-size: 1rem;
  background-color: #4261dc;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
}

.btn.button-add:hover {
  background-color: #1943ea;
  color: #fff;
}

.btn.button-add:active {
  background-color: #0c32c9 !important;
  color: #fff !important;
}

.btn.button-save {
  font-size: 1rem;
  background-color: #1db464;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn.button-save:hover {
  background-color: #21D375;
  color: #fff;
}

.btn.button-save:active {
  background-color: #078a44 !important;
  color: #fff !important;
}

.btn.button-edit {
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff; /* Sfondo bianco */
  color: #0093D7; /* Testo celeste */
  padding: 8px 25px;
  border-radius: 30px;
  border: 2px solid #0093D7; /* Bordo celeste */
  letter-spacing: 0.05rem;
  min-width: 130px;
  line-height: 1.8rem;
}

.btn.button-edit:hover {
  background-color: #0093D7; /* Sfondo celeste */
  color: #fff; /* Testo bianco */
  border: 2px solid #0093D7; /* Bordo celeste */
}

.btn.button-edit:active {
  background-color: #0093D7; /* Sfondo celeste */
  color: #fff; /* Testo bianco */
  border: 2px solid #0093D7; /* Bordo celeste */
}

.btn.button-save-mobile {
  font-size: 1rem;
  font-weight: 600;
  background-color: #0093D7;
  color: #fff;
  padding: 8px 25px;
  border-radius: 30px;
  border: 2px solid #0093D76b;
  letter-spacing: 0.05rem;
  min-width: 130px;
  line-height: 1.8rem;
}

.btn.button-save-mobile:hover {
  background-color: #fff;
  color: #0093D7;
  border: 2px solid #0093D7;
}

.btn.button-save-mobile:active {
  background-color: #fff !important;
  color: #0093D7 !important;
  border: 2px solid #0093D7;
}

.btn.button-save-mobile-inverted {
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff; /* Sfondo bianco */
  color: #0093D7; /* Testo celeste */
  padding: 8px 25px;
  border-radius: 30px;
  border: 2px solid #0093D7; /* Bordo celeste */
  letter-spacing: 0.05rem;
  min-width: 130px;
  line-height: 1.8rem;
}

.btn.button-save-mobile-inverted:hover {
  background-color: #0093D7; /* Sfondo celeste */
  color: #fff; /* Testo bianco */
  border: 2px solid #0093D7; /* Bordo celeste */
}

.btn.button-save-mobile-inverted:active {
  background-color: #0093D7; /* Sfondo celeste */
  color: #fff; /* Testo bianco */
  border: 2px solid #0093D7; /* Bordo celeste */
}

.btn.button-inverted-custom {
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff; /* Sfondo bianco */
  color: #1F2A44; /* Testo #1F2A44 */
  padding: 8px 25px;
  border-radius: 30px;
  border: 2px solid #1F2A44; /* Bordo #1F2A44 */
  letter-spacing: 0.05rem;
  min-width: 130px;
  line-height: 1.8rem;
}

.btn.button-inverted-custom:hover {
  background-color: #1F2A44; /* Sfondo #1F2A44 */
  color: #fff; /* Testo bianco */
  border: 2px solid #1F2A44; /* Bordo #1F2A44 */
}

.btn.button-inverted-custom:active {
  background-color: #1F2A44; /* Sfondo #1F2A44 */
  color: #fff; /* Testo bianco */
  border: 2px solid #1F2A44; /* Bordo #1F2A44 */
}

.btn.button-close {
  font-size: 1.4rem;
  background-color: #54875400;
  color: #548754;
  padding: 0px 10px;
  border:2px solid #548754;
  border-radius: 5px;
  font-weight: 700;
}

.btn.button-close:hover {
  background-color: #548754;
  color: #fff;
}

.btn.button-close:active {
  background-color: #6aab6a !important;
  color: #fff !important;
}

.btn.button-delete {
  font-size: 1rem;
  background-color: #54875400;
  color: #eb4141;
  padding: 8px 25px;
  border:2px solid #eb41418f;
  border-radius: 5px;
  font-weight: 700;
}

.btn.button-delete:hover {
  background-color: #eb4141;
  color: #fff;
}

.btn.button-delete:active {
  background-color: #eb2828 !important;
  color: #fff !important;
}

.btn.button-minus-plus {
  font-size: 1.1rem;
  background-color: transparent;
  color: transparent;
  padding: 0;
  border: none;
  border-radius: 40px;
  font-weight: 900;
}

.btn.button-minus-plus:hover {
  background-color: transparent;
  border: none;
  color: transparent;
}

.btn.button-minus-plus:active {
  background-color: transparent;
  border: none;
  color: transparent;
}

/*
.btn.button-minus-plus {
  font-size: 1.1rem;
  background-color: #57636c;
  color: #ffffff;
  padding: 0;
  border:2px solid #57636c;
  border-radius: 40px;
  font-weight: 900;
}

.btn.button-minus-plus:hover {
  background-color: #57636c00;
  border:2px solid #57636c;
  color: #57636c;
}

.btn.button-minus-plus:active {
  background-color: #57636c00;
  border:2px solid #57636c;
  color: #57636c;
}
*/

.btn.button-minus-plus.invert {
  background-color: #fff;
  color: #57636c;
  border:none;
}

.btn.button-modal {
  border: 2px solid #B9D9EB;
  border-radius: 10px !important;
  color: #0093D7;
  font-size: 1rem;
  font-weight: 600;
  text-align: start;
  background-color: #ffffff;
  padding: 6px 10px;
  padding-right: 14px;
  width: 100%;
}

.btn-profile{
  min-width: 136px;
}

/*-----------------*/
/*--- DATA TABLE ---*/
/*-----------------*/

.topbar-icon {
  width: 14px;
  /* margin-right: 10px;*/
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.topbar-icon:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.topbar-icon-nearme {
  width: 30px;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.topbar-icon-nearme:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.input-icon-select {
  width: 3px;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.input-icon-select:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.input-icon-gps {
  width: 14px;
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.input-icon-gps:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.form-plus-icon {
  width: 33px;
  /* margin-right: 10px;*/
  cursor: pointer;
  transition-duration: 200ms;
  scale: 1;
}

.form-plus-icon:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.ui-corner-all {
  transition-duration: 200ms;
  scale: 1;
}

.ui-corner-all:hover {
  filter: contrast(110%) brightness(110%);
  transition-duration: 200ms;
  scale: 1.1;
}

.bg-reservation {
  background-color: #baff29;
}
.table-wide-max{
  overflow: scroll;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #2299dd !important;
}

#lessons_map,
#lockers_map,
#kiosks_map,
#map {
  border: none;
  border-radius: 0;
}

.input-group-text {
  border: 2px solid #B9D9EB;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 100%;
}

#near_me {
  border: 2px solid #B9D9EB;
  border-radius: 10px !important;
  color: #0093D7;
  font-size: 1rem;
  font-weight: 600;
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#near_me::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0093D7 !important;
  opacity: 1;
  /* Firefox */
}

#near_me:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0093D7 !important;
}

#near_me::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0093D7 !important;
}

#near_me::-webkit-input-placeholder {
  color: #0093D7 !important;
}

#report_description::placeholder{
  color: grey !important;
}
/*
.select2-container--bootstrap4 .select2-selection {
  border: 2px solid #9EADBA;
  border-radius: 5px;
}
*/
/*-----------------*/
/*-- SIDEBAR MENU --*/
/*-----------------*/


/*-----------------*/
/*------ CHAT ------*/
/*-----------------*/


/*-----------------*/
/*------ FORM ------*/
/*-----------------*/


/*-----------------*/
/*---- CALENDAR ----*/
/*-----------------*/

.ui-widget-header .ui-icon{
  filter: brightness(0) saturate(100%) invert(53%) sepia(81%) saturate(371%) hue-rotate(146deg) brightness(83%) contrast(95%);
}

.ui-datepicker-unselectable .ui-state-default{
  color: #2E98B6 !important;
}
.ui-datepicker-calendar .ui-state-active {
  color:#fff !important;
}

.calendar-day-name{
  text-transform: uppercase;
  color: #293845;
}

.calendar-day-number{
  color: #293845;
}

.calendar-month-name{
  color: #293845;
}

.calendar-item a.active{
  font-weight: 700;
}

.bck-hours{
  padding: 1px 10px;
  border: 2px solid #B9D9EB;
  border-radius: 35px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.calendar-time-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*-------------------*/
/*------ POST ------*/
/*------------------*/

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .app-mobile-container {
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .box-login {
    padding: 1rem;
    border: 2px solid #a9a9a9;
    border-radius: 10px;
    box-shadow: 0px 4px 6px 5px #979696;
    width: 600px;
    max-height: 600px;
  }

  .login-box-form {
    padding: 0 3rem;
  }

  .input-group-text {
    border: 2px solid #B9D9EB;
    border-radius: 10px 0 0 10px !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1366px) {}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1920px) {}


/*-----------------*/
/*------ ADV ------*/
/*-----------------*/
.user-banner-adv{
  /*position: absolute;*/
  background-color: #fff;
  box-shadow: 0px 0px 5px #373737;
  width: 100%;
  z-index: 200;
}

.adv-title{
  font-weight: 600;
  padding-top: 5px;
  margin: 0;
}

.adv-single-img{
  width: 100%;
  height: 145px;
}
.number-step-icon{
    border: 4px solid #6f55c4;
    padding: 12px 21px;
    border-radius: 60px;
    font-size: 36px;
    color: #6f55c4;
}
.temporary-image img{
  width:174px;
  height: auto;
  margin-right: 60px;
}
.warning-message {
  font-size: 1.2rem;
  background-color: #54875400;
  color: #eb4141;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 700;
}
/*-----------------*/
/*-- MEDIA QUERIES --*/
/*-----------------*/


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .modal-content-mobile{
    height: 115vh;
}
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}

/* Extra large devices (large desktops, 1366px and up) */
@media (max-width: 1366px) {}

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1920px){
}
