@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Charmonman:wght@700&family=Fahkwang:wght@700&display=swap");
button,
button:focus {
  border: none !important;
  outline: none !important;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

i {
  color: #333 !important;
}

.sq {
  cursor: default;
}

select[name=sqs] {
  border: 1px solid rgb(222, 226, 230);
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
}

/* Pour Chrome, Safari, Edge et Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Pour Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#navbar {
  position: relative;
  z-index: 100;
  height: 85px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  #navbar {
    height: 53px;
  }
}
#navbar .navbar-brand {
  font-size: 24px;
}
#navbar .navbar-collapse {
  flex-grow: 0;
}
@media screen and (max-width: 991px) {
  #navbar .navbar-collapse {
    top: 52px;
    width: 93%;
    position: absolute;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  #navbar .navbar-collapse ul.navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}
#navbar .navbar-toggler {
  border: none !important;
}
#navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: 2px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#navbar .bi-person-circle {
  font-size: 24px;
  transform: translate(-25px, -4px);
}
#navbar .nav-item a {
  margin-top: 16px;
  color: white !important;
}
#navbar .dropdown {
  margin: -6px 10px 0;
}
#navbar .btn-signin {
  border: 1px solid white !important;
  margin: 8px 10px 0 10px;
  font-size: 17px !important;
  letter-spacing: 1px !important;
  border-radius: 0 !important;
  transition: all 0.4s;
  margin-right: 20px !important;
  font-family: Montserrat, Arial !important;
  padding: 7px 14px !important;
}
@media screen and (max-width: 991px) {
  #navbar .btn-signin {
    margin: 15px 0 15px 0px !important;
  }
}
#navbar .btn-signin:hover {
  opacity: 0.8;
}
#navbar .btn-signup {
  margin-top: 8px;
  border: 1px solid white !important;
  font-size: 17px !important;
  border-radius: 0 !important;
  font-family: Montserrat, Arial !important;
  padding: 7px 14px !important;
  letter-spacing: 1px !important;
}
@media screen and (max-width: 991px) {
  #navbar .btn-signup {
    margin-left: 2px !important;
  }
}
#navbar .user {
  display: none;
}
#navbar .user.show {
  display: inline;
}
#navbar .btnMenu-1 {
  opacity: 1;
  width: auto;
  pointer-events: auto;
  margin-top: -8px;
}
#navbar .btnMenu-1.hide {
  opacity: 0;
  width: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #navbar .btnMenu-1.hide {
    display: none;
  }
}
#navbar .btnMenu-1 button {
  background: #d91582;
  color: white;
}
@media screen and (max-width: 991px) {
  #navbar .btnMenu-1 button {
    width: 160px;
    text-align: center;
  }
}
#navbar .btnMenu-2 {
  opacity: 1;
  width: auto;
  pointer-events: auto;
  margin-top: -8px;
}
#navbar .btnMenu-2.hide {
  opacity: 0;
  width: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  #navbar .btnMenu-2.hide {
    display: none;
  }
}
#navbar .btnMenu-2 button {
  background: #d91582;
  color: white;
}
@media screen and (max-width: 991px) {
  #navbar .btnMenu-2 button {
    width: 160px;
    text-align: center;
  }
}
#navbar .logoTopMenu {
  height: 28px;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  #navbar .logoTopMenu {
    height: 16px;
    margin-left: 7px;
    margin-top: -11px;
  }
}
#navbar .menuWebApp {
  position: absolute;
  left: 50%;
  color: white;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  #navbar .menuWebApp {
    display: none;
  }
}
#navbar .navbar-toggler-icon {
  background: none !important;
}
#navbar .navbar-toggler-icon::before {
  content: "☰" !important;
  font-size: 30px !important;
  position: relative !important;
  left: 1px !important;
  top: -6px !important;
  cursor: pointer !important;
  color: white !important;
  opacity: 1 !important;
}
#navbar a.nav-link {
  margin-top: 12px !important;
  margin-left: 17px;
}
@media screen and (max-width: 991px) {
  #navbar a.nav-link {
    margin-left: 0 !important;
  }
}
#navbar a.nav-link.logout {
  color: white !important;
  border: 1px solid white !important;
  width: -moz-max-content !important;
  width: max-content !important;
  text-align: center !important;
  margin-left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #navbar a.nav-link.logout {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #navbar a.nav-link.dashboard {
    margin-top: -5px !important;
  }
}

body {
  position: relative;
  overflow-x: hidden !important;
  background: white;
  width: 100vw;
}
body #bodyBgGray {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.5s;
  background: rgba(233, 235, 237, 0.8);
}
body #bodyBgGray.show {
  opacity: 1;
}
body #bodyBg {
  position: fixed;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  opacity: 0.2;
  transition: opacity 0.5s;
  background: #c8d1d5;
}
body #bodyBg .bodyBgImg {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body #bodyBg.opac {
  opacity: 0.2;
}

#dashboardWrapper {
  display: grid;
  grid-template-columns: 0 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#dashboardWrapper.active {
  grid-template-columns: 300px 1fr;
}

#dashboardMenu {
  grid-area: 1/1/3/2;
  position: relative;
  width: 300px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 5px 0 25px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(-300px);
  pointer-events: none;
}
#dashboardMenu.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
#dashboardMenu .menuHover {
  color: #4b5563;
  font-weight: 600;
  cursor: pointer;
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  margin-bottom: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#dashboardMenu .menuHover:hover {
  background: #ffffff;
  color: #d91582;
  transform: translateX(5px);
  box-shadow: 0 6px 15px rgba(217, 21, 130, 0.08);
  border-color: rgba(217, 21, 130, 0.2);
}
#dashboardMenu .menuHover:hover i {
  color: #d91582 !important;
}
#dashboardMenu .menuHover.active {
  background: #d91582 !important;
  color: white !important;
  box-shadow: 0 6px 15px rgba(217, 21, 130, 0.3);
  border-color: #d91582;
  transform: translateX(5px);
}
#dashboardMenu .menuHover.active i {
  color: white !important;
}
#dashboardMenu .linebreak {
  padding-top: 0 !important;
  margin-top: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
#dashboardMenu .linebreak .linebreak_title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #9ca3af;
  background: transparent;
  padding-left: 0;
  text-indent: 5px;
}
#dashboardMenu .linebreak .linebreak_line {
  display: none;
}

#app {
  grid-area: 1/2/3/3;
  flex: 1;
  min-height: 100vh;
  position: relative;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  padding-bottom: 200px;
}
#app.hide {
  transform: translateY(50px);
  opacity: 0;
}

.appInnerWrapper {
  position: relative;
  width: 100%;
  padding: 0 50px;
  margin-left: 0;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .appInnerWrapper {
    padding: 100px 0 0 0 !important;
  }
}
.appInnerWrapper.pad {
  width: 100%;
}
.appInnerWrapper .appInner {
  position: relative;
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.appInnerWrapper .appInner.hide {
  transform: translateY(50px);
  opacity: 0;
}

#footer {
  grid-area: 3/1/4/3;
  position: relative;
  background: #212529;
  padding: 10px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#footer ul {
  list-style: none;
  margin-left: -30px;
}
#footer ul li a {
  text-decoration: none;
  color: #aaa;
  font-size: 15px;
}
#footer ul li a:hover {
  color: white;
}

.welcome_dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  font-weight: bold;
  font-size: 30px;
}

.shagyaFont {
  display: block;
  font-family: "Charmonman", cursive;
  padding-bottom: 0;
}
.shagyaFont span {
  color: #d91582;
}
@media screen and (max-width: 980px) {
  .shagyaFont {
    padding-bottom: 0;
  }
}

.downloadApp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0 40px;
}
.downloadApp .btn {
  border: 1px solid #888;
  color: white;
  border-radius: 10px;
  padding: 12px 22px 11px;
  background: black;
  cursor: pointer;
}
.downloadApp .btn .bi-phone {
  margin-right: 12px;
}

.crimsonColor {
  color: #d91582;
}

.blueColor {
  color: royalblue;
}

.w100 {
  width: 100% !important;
}

button.btn.btn-primary {
  background: #d91582;
}

#home,
#about,
#cgv {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
}
#home h1,
#about h1,
#cgv h1 {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
#home .mx800,
#about .mx800,
#cgv .mx800 {
  max-width: 1000px;
  margin: auto;
}
#home .card-ctn,
#about .card-ctn,
#cgv .card-ctn {
  position: relative;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#home .card-ctn .logoHome,
#about .card-ctn .logoHome,
#cgv .card-ctn .logoHome {
  width: 430px;
}
@media screen and (max-width: 991px) {
  #home .card-ctn .logoHome,
  #about .card-ctn .logoHome,
  #cgv .card-ctn .logoHome {
    width: 220px;
  }
}
#home .card-ctn span,
#about .card-ctn span,
#cgv .card-ctn span {
  color: #000;
  font-size: 36px;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 991px) {
  #home .card-ctn span,
  #about .card-ctn span,
  #cgv .card-ctn span {
    font-size: 23px;
    margin-top: 5px;
  }
}

#about .box-about {
  float: left;
  width: 100%;
  max-width: 500px;
  margin-right: 25px;
  margin-bottom: 10px;
  transform: translateY(6px);
}
@media screen and (max-width: 991px) {
  #about .box-about {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
}

.layerBg {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 25px;
  overflow: hidden;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.opac {
  opacity: 0.4;
}

.responseCtn {
  max-width: 500px;
  margin: 0 auto;
}

.oh {
  overflow: hidden;
}

#loader {
  position: absolute;
  z-index: 1000;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 20vh;
  transform: translate(-50%, 70px) scale(0.7);
  pointer-events: none !important;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
#loader.show {
  opacity: 1;
  transform: translate(-50%, 0) scale(0.7);
}
#loader div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d91582;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#loader div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
#loader div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
#loader div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
#loader div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.loader-photos {
  position: absolute;
  z-index: 1000;
  width: 60px;
  height: 60px;
  top: -17px;
  right: -55px;
  transform: scale(0.5);
  pointer-events: none !important;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.loader-photos.show {
  opacity: 1;
}
.loader-photos div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader-photos div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loader-photos div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader-photos div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader-photos div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

#signup-bar {
  position: relative;
  pointer-events: none;
  max-width: 466px;
  margin: -20px auto 90px;
}
@media screen and (max-width: 991px) {
  #signup-bar {
    max-width: 90%;
  }
}
#signup-bar .sb-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
#signup-bar .line {
  position: absolute;
  z-index: -1;
  border-top: 1px solid #ccc;
  width: 99%;
  margin: 21px auto;
}
#signup-bar .numCtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#signup-bar .numCtn .num {
  width: 40px;
  height: 40px;
  color: #333;
  border-radius: 50%;
  background: #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#signup-bar .numCtn .num.active {
  background: #d91582;
  color: white;
}
#signup-bar .textCtn {
  position: relative;
}
#signup-bar .textCtn .text {
  position: absolute;
  top: 5px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
#signup-bar .textCtn .text:nth-child(1) {
  left: 0;
  transform: translateX(-21%);
}
#signup-bar .textCtn .text:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}
#signup-bar .textCtn .text:nth-child(3) {
  right: 0;
  transform: translateX(23%);
}
#signup-bar .textCtn .text.active {
  color: #d91582;
}

.cp {
  cursor: pointer !important;
}

#signin,
#signup,
#reinitpwd,
#signup_sender,
#signup_deliverer,
#sender_pack,
#profile_sender,
#profile_deliverer,
#admin_settings,
#vig {
  width: 100%;
  margin: auto;
}
#signin .checkbox,
#signup .checkbox,
#reinitpwd .checkbox,
#signup_sender .checkbox,
#signup_deliverer .checkbox,
#sender_pack .checkbox,
#profile_sender .checkbox,
#profile_deliverer .checkbox,
#admin_settings .checkbox,
#vig .checkbox {
  font-weight: 400;
}
#signin .form-floating:focus-within,
#signup .form-floating:focus-within,
#reinitpwd .form-floating:focus-within,
#signup_sender .form-floating:focus-within,
#signup_deliverer .form-floating:focus-within,
#sender_pack .form-floating:focus-within,
#profile_sender .form-floating:focus-within,
#profile_deliverer .form-floating:focus-within,
#admin_settings .form-floating:focus-within,
#vig .form-floating:focus-within {
  z-index: 2;
}
#signin input[type=password],
#signup input[type=password],
#reinitpwd input[type=password],
#signup_sender input[type=password],
#signup_deliverer input[type=password],
#sender_pack input[type=password],
#profile_sender input[type=password],
#profile_deliverer input[type=password],
#admin_settings input[type=password],
#vig input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#signin label.radio,
#signup label.radio,
#reinitpwd label.radio,
#signup_sender label.radio,
#signup_deliverer label.radio,
#sender_pack label.radio,
#profile_sender label.radio,
#profile_deliverer label.radio,
#admin_settings label.radio,
#vig label.radio {
  display: flex;
  align-items: center;
  padding: 3px 0;
  cursor: pointer;
}
#signin .confirm_error,
#signup .confirm_error,
#reinitpwd .confirm_error,
#signup_sender .confirm_error,
#signup_deliverer .confirm_error,
#sender_pack .confirm_error,
#profile_sender .confirm_error,
#profile_deliverer .confirm_error,
#admin_settings .confirm_error,
#vig .confirm_error {
  padding-left: 2px;
  font-size: 14px;
  color: #cc0000;
  transform-origin: left center;
  transform: translateX(50px) scale(0);
  transition: all 0.5s ease-in-out;
  height: 30px;
  max-height: 0;
  overflow: hidden;
}
#signin .confirm_error.show,
#signup .confirm_error.show,
#reinitpwd .confirm_error.show,
#signup_sender .confirm_error.show,
#signup_deliverer .confirm_error.show,
#sender_pack .confirm_error.show,
#profile_sender .confirm_error.show,
#profile_deliverer .confirm_error.show,
#admin_settings .confirm_error.show,
#vig .confirm_error.show {
  max-height: 30px;
  transform: translateX(0) scale(1);
}
#signin label[for=floatingInput],
#signin label[for=floatingPassword],
#signin label[for=floatingPassword2],
#signin label[for=floatingTextarea],
#signin label[for=floatingSelect],
#signup label[for=floatingInput],
#signup label[for=floatingPassword],
#signup label[for=floatingPassword2],
#signup label[for=floatingTextarea],
#signup label[for=floatingSelect],
#reinitpwd label[for=floatingInput],
#reinitpwd label[for=floatingPassword],
#reinitpwd label[for=floatingPassword2],
#reinitpwd label[for=floatingTextarea],
#reinitpwd label[for=floatingSelect],
#signup_sender label[for=floatingInput],
#signup_sender label[for=floatingPassword],
#signup_sender label[for=floatingPassword2],
#signup_sender label[for=floatingTextarea],
#signup_sender label[for=floatingSelect],
#signup_deliverer label[for=floatingInput],
#signup_deliverer label[for=floatingPassword],
#signup_deliverer label[for=floatingPassword2],
#signup_deliverer label[for=floatingTextarea],
#signup_deliverer label[for=floatingSelect],
#sender_pack label[for=floatingInput],
#sender_pack label[for=floatingPassword],
#sender_pack label[for=floatingPassword2],
#sender_pack label[for=floatingTextarea],
#sender_pack label[for=floatingSelect],
#profile_sender label[for=floatingInput],
#profile_sender label[for=floatingPassword],
#profile_sender label[for=floatingPassword2],
#profile_sender label[for=floatingTextarea],
#profile_sender label[for=floatingSelect],
#profile_deliverer label[for=floatingInput],
#profile_deliverer label[for=floatingPassword],
#profile_deliverer label[for=floatingPassword2],
#profile_deliverer label[for=floatingTextarea],
#profile_deliverer label[for=floatingSelect],
#admin_settings label[for=floatingInput],
#admin_settings label[for=floatingPassword],
#admin_settings label[for=floatingPassword2],
#admin_settings label[for=floatingTextarea],
#admin_settings label[for=floatingSelect],
#vig label[for=floatingInput],
#vig label[for=floatingPassword],
#vig label[for=floatingPassword2],
#vig label[for=floatingTextarea],
#vig label[for=floatingSelect] {
  width: 100%;
  overflow: hidden;
  color: royalblue !important;
  pointer-events: none !important;
}
#signin .flex-group,
#signup .flex-group,
#reinitpwd .flex-group,
#signup_sender .flex-group,
#signup_deliverer .flex-group,
#sender_pack .flex-group,
#profile_sender .flex-group,
#profile_deliverer .flex-group,
#admin_settings .flex-group,
#vig .flex-group {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  #signin .flex-group.mobile,
  #signup .flex-group.mobile,
  #reinitpwd .flex-group.mobile,
  #signup_sender .flex-group.mobile,
  #signup_deliverer .flex-group.mobile,
  #sender_pack .flex-group.mobile,
  #profile_sender .flex-group.mobile,
  #profile_deliverer .flex-group.mobile,
  #admin_settings .flex-group.mobile,
  #vig .flex-group.mobile {
    flex-direction: column;
    gap: 0;
  }
}
#signin .columnsCtn,
#signup .columnsCtn,
#reinitpwd .columnsCtn,
#signup_sender .columnsCtn,
#signup_deliverer .columnsCtn,
#sender_pack .columnsCtn,
#profile_sender .columnsCtn,
#profile_deliverer .columnsCtn,
#admin_settings .columnsCtn,
#vig .columnsCtn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
#signin .columnsCtn .column,
#signup .columnsCtn .column,
#reinitpwd .columnsCtn .column,
#signup_sender .columnsCtn .column,
#signup_deliverer .columnsCtn .column,
#sender_pack .columnsCtn .column,
#profile_sender .columnsCtn .column,
#profile_deliverer .columnsCtn .column,
#admin_settings .columnsCtn .column,
#vig .columnsCtn .column {
  margin-bottom: 20px;
}
#signin .columnsCtn.admin,
#signup .columnsCtn.admin,
#reinitpwd .columnsCtn.admin,
#signup_sender .columnsCtn.admin,
#signup_deliverer .columnsCtn.admin,
#sender_pack .columnsCtn.admin,
#profile_sender .columnsCtn.admin,
#profile_deliverer .columnsCtn.admin,
#admin_settings .columnsCtn.admin,
#vig .columnsCtn.admin {
  grid-template-columns: repeat(3, 1fr);
}
#signin .columnsCtn.displayFlex,
#signup .columnsCtn.displayFlex,
#reinitpwd .columnsCtn.displayFlex,
#signup_sender .columnsCtn.displayFlex,
#signup_deliverer .columnsCtn.displayFlex,
#sender_pack .columnsCtn.displayFlex,
#profile_sender .columnsCtn.displayFlex,
#profile_deliverer .columnsCtn.displayFlex,
#admin_settings .columnsCtn.displayFlex,
#vig .columnsCtn.displayFlex {
  display: flex !important;
}
#signin .btnCtn,
#signup .btnCtn,
#reinitpwd .btnCtn,
#signup_sender .btnCtn,
#signup_deliverer .btnCtn,
#sender_pack .btnCtn,
#profile_sender .btnCtn,
#profile_deliverer .btnCtn,
#admin_settings .btnCtn,
#vig .btnCtn {
  display: flex;
  justify-content: center;
}
#signin .btnCtn button[type=submit],
#signup .btnCtn button[type=submit],
#reinitpwd .btnCtn button[type=submit],
#signup_sender .btnCtn button[type=submit],
#signup_deliverer .btnCtn button[type=submit],
#sender_pack .btnCtn button[type=submit],
#profile_sender .btnCtn button[type=submit],
#profile_deliverer .btnCtn button[type=submit],
#admin_settings .btnCtn button[type=submit],
#vig .btnCtn button[type=submit] {
  max-width: 500px;
}
#signin .fileuploader-items .fileuploader-items-list,
#signup .fileuploader-items .fileuploader-items-list,
#reinitpwd .fileuploader-items .fileuploader-items-list,
#signup_sender .fileuploader-items .fileuploader-items-list,
#signup_deliverer .fileuploader-items .fileuploader-items-list,
#sender_pack .fileuploader-items .fileuploader-items-list,
#profile_sender .fileuploader-items .fileuploader-items-list,
#profile_deliverer .fileuploader-items .fileuploader-items-list,
#admin_settings .fileuploader-items .fileuploader-items-list,
#vig .fileuploader-items .fileuploader-items-list {
  margin: 0 !important;
}
#signin .fileuploader-items .fileuploader-item,
#signup .fileuploader-items .fileuploader-item,
#reinitpwd .fileuploader-items .fileuploader-item,
#signup_sender .fileuploader-items .fileuploader-item,
#signup_deliverer .fileuploader-items .fileuploader-item,
#sender_pack .fileuploader-items .fileuploader-item,
#profile_sender .fileuploader-items .fileuploader-item,
#profile_deliverer .fileuploader-items .fileuploader-item,
#admin_settings .fileuploader-items .fileuploader-item,
#vig .fileuploader-items .fileuploader-item {
  background: #e4e9f0 !important;
  margin-bottom: 2px !important;
  border-radius: 10px !important;
}
#signin .fileuploader-input,
#signup .fileuploader-input,
#reinitpwd .fileuploader-input,
#signup_sender .fileuploader-input,
#signup_deliverer .fileuploader-input,
#sender_pack .fileuploader-input,
#profile_sender .fileuploader-input,
#profile_deliverer .fileuploader-input,
#admin_settings .fileuploader-input,
#vig .fileuploader-input {
  margin-bottom: 3px !important;
}
#signin .titleUpload,
#signup .titleUpload,
#reinitpwd .titleUpload,
#signup_sender .titleUpload,
#signup_deliverer .titleUpload,
#sender_pack .titleUpload,
#profile_sender .titleUpload,
#profile_deliverer .titleUpload,
#admin_settings .titleUpload,
#vig .titleUpload {
  margin-top: 40px;
  padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
  #signin .titleUpload,
  #signup .titleUpload,
  #reinitpwd .titleUpload,
  #signup_sender .titleUpload,
  #signup_deliverer .titleUpload,
  #sender_pack .titleUpload,
  #profile_sender .titleUpload,
  #profile_deliverer .titleUpload,
  #admin_settings .titleUpload,
  #vig .titleUpload {
    margin-top: 50px;
  }
}
#signin .titleUpload.error,
#signup .titleUpload.error,
#reinitpwd .titleUpload.error,
#signup_sender .titleUpload.error,
#signup_deliverer .titleUpload.error,
#sender_pack .titleUpload.error,
#profile_sender .titleUpload.error,
#profile_deliverer .titleUpload.error,
#admin_settings .titleUpload.error,
#vig .titleUpload.error {
  color: #d91582;
}
#signin .titleUpload span,
#signup .titleUpload span,
#reinitpwd .titleUpload span,
#signup_sender .titleUpload span,
#signup_deliverer .titleUpload span,
#sender_pack .titleUpload span,
#profile_sender .titleUpload span,
#profile_deliverer .titleUpload span,
#admin_settings .titleUpload span,
#vig .titleUpload span {
  font-size: 16px;
}
#signin .fileuploader-theme-dragdrop .fileuploader-input.error,
#signup .fileuploader-theme-dragdrop .fileuploader-input.error,
#reinitpwd .fileuploader-theme-dragdrop .fileuploader-input.error,
#signup_sender .fileuploader-theme-dragdrop .fileuploader-input.error,
#signup_deliverer .fileuploader-theme-dragdrop .fileuploader-input.error,
#sender_pack .fileuploader-theme-dragdrop .fileuploader-input.error,
#profile_sender .fileuploader-theme-dragdrop .fileuploader-input.error,
#profile_deliverer .fileuploader-theme-dragdrop .fileuploader-input.error,
#admin_settings .fileuploader-theme-dragdrop .fileuploader-input.error,
#vig .fileuploader-theme-dragdrop .fileuploader-input.error {
  border: 2px dashed #ff0000 !important;
}

.rolling {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 18px;
  height: 18px;
  transition: opacity 0.2s;
  transform: translate(5px, 4px);
}
.rolling.pr {
  position: relative;
  display: none;
  transform: translate(5px, 0px);
  margin-right: 3px;
}
.rolling.show {
  opacity: 1;
}
.rolling.show.pr {
  display: inline;
}

.rolling-crimson {
  position: relative;
  pointer-events: none;
  width: 26px;
  height: 26px;
}

#signin,
#signup,
#response,
#reinitpwd {
  max-width: 500px;
  margin: auto;
}

#signin .msg,
#signup .msg,
#reinitpwd .msg {
  display: none;
  text-align: center;
}
#signin .msg.show,
#signup .msg.show,
#reinitpwd .msg.show {
  padding-top: 20px;
  display: block;
}

.alert-danger.msg {
  color: #842029 !important;
}

.alert-success.msg {
  color: #0f5132 !important;
}

#layerModal {
  position: fixed;
  z-index: 1000;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
#layerModal #modal {
  position: relative;
  border: 1px solid #ddd;
  background: white;
  border-radius: 20px;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  max-height: 800px;
  padding: 35px;
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
}
#layerModal #modal #modalLoader {
  position: absolute;
  z-index: 1000;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 20vh;
  transform: translate(-50%, 70px) scale(0.7);
  pointer-events: none !important;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
#layerModal #modal #modalLoader.show {
  opacity: 1;
  transform: translate(-50%, 0) scale(0.7);
}
#layerModal #modal #modalLoader div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
#layerModal #modal #modalLoader div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
#layerModal #modal #modalLoader div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
#layerModal #modal #modalLoader div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
#layerModal #modal #modalLoader div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
#layerModal #modal .close {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 10px;
  cursor: pointer;
  font-size: 30px;
}
#layerModal #modal #innerModal {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#layerModal.show {
  pointer-events: auto;
  opacity: 1;
}
#layerModal.show #modal {
  transform: translateY(0);
}

#signup_deliverer .error_cs,
#signup_deliverer .error_ce,
#profile_deliverer .error_cs,
#profile_deliverer .error_ce,
#profile_sender .error_cs,
#profile_sender .error_ce {
  display: block;
  padding: 0;
  margin-top: -15px !important;
  margin-bottom: 5px !important;
  overflow: hidden;
  height: 0;
  color: #d91582;
}
#signup_deliverer .error_cs.show,
#signup_deliverer .error_ce.show,
#profile_deliverer .error_cs.show,
#profile_deliverer .error_ce.show,
#profile_sender .error_cs.show,
#profile_sender .error_ce.show {
  height: auto;
}
#signup_deliverer .citiesCtn,
#profile_deliverer .citiesCtn,
#profile_sender .citiesCtn {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  #signup_deliverer .citiesCtn,
  #profile_deliverer .citiesCtn,
  #profile_sender .citiesCtn {
    display: block;
  }
}
#signup_deliverer .citiesCtn .btn-primary,
#profile_deliverer .citiesCtn .btn-primary,
#profile_sender .citiesCtn .btn-primary {
  height: 32px;
  margin-bottom: 10px;
}
#signup_deliverer .citiesCtn .zones,
#profile_deliverer .citiesCtn .zones,
#profile_sender .citiesCtn .zones {
  flex: 1;
  border-radius: 4px;
  background: white;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  max-height: 0;
  border: transparent;
}
#signup_deliverer .citiesCtn .zones .zone,
#profile_deliverer .citiesCtn .zones .zone,
#profile_sender .citiesCtn .zones .zone {
  opacity: 0;
  padding: 13px 0 5px 18px;
  transition: all 0.3s;
}
#signup_deliverer .citiesCtn .zones .zone.show,
#profile_deliverer .citiesCtn .zones .zone.show,
#profile_sender .citiesCtn .zones .zone.show {
  opacity: 1;
}
#signup_deliverer .citiesCtn .zones .zone label,
#profile_deliverer .citiesCtn .zones .zone label,
#profile_sender .citiesCtn .zones .zone label {
  font-size: 14px;
  display: inline-block;
  margin: 0 17px 10px 0;
  cursor: pointer;
  color: #333;
}
#signup_deliverer .citiesCtn .zones .zone label input[type=checkbox],
#profile_deliverer .citiesCtn .zones .zone label input[type=checkbox],
#profile_sender .citiesCtn .zones .zone label input[type=checkbox] {
  transform: translateY(1px);
  margin-right: 2px;
}

#profile_sender #dashboard_alert,
#profile_deliverer #dashboard_alert,
#admin_settings #dashboard_alert {
  display: none;
  margin-bottom: 5px;
}
#profile_sender #dashboard_alert .alertInner,
#profile_deliverer #dashboard_alert .alertInner,
#admin_settings #dashboard_alert .alertInner {
  text-align: center;
}
#profile_sender #dashboard_alert.show,
#profile_deliverer #dashboard_alert.show,
#admin_settings #dashboard_alert.show {
  display: block;
}

.fileuploader,
.zoneUpload {
  padding: 0 !important;
  background: none !important;
}

.back {
  position: absolute;
  margin-top: -40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  cursor: pointer;
}
.back .arrowBack {
  margin-left: -2px;
  height: 20px;
  margin-right: 5px;
}

#dashboard {
  position: relative;
  width: 100%;
}
#dashboard h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#dashboard h1 span:last-child {
  font-size: 80%;
  transform: translateY(4px);
}
@media screen and (max-width: 991px) {
  #dashboard h1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #dashboard h2 {
    font-size: 20px !important;
  }
}
#dashboard .grid {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  #dashboard .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  #dashboard .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#dashboard .grid .bloc {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 10px;
}
#dashboard .grid .bloc .ref {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #dashboard .grid .bloc .ref {
    display: block;
  }
}
#dashboard .grid .bloc .ref .refFlex {
  flex: 1;
}
#dashboard .grid .bloc .desc {
  font-weight: normal;
}
#dashboard .grid .bloc .lineInvoice {
  padding-top: 20px;
}
#dashboard .grid .bloc .timeCtn {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  #dashboard .grid .bloc .timeCtn {
    gap: 10px;
  }
}
#dashboard .grid .bloc .btnCtn {
  margin-top: 25px;
  margin-bottom: 1px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
#dashboard .grid .bloc .status {
  padding: 10px;
  color: black;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 30px;
}
#dashboard .grid .bloc .status.dispo {
  background: #d1e7dd;
}
#dashboard .grid .bloc .status.notdispo {
  background: #e9ecef;
}
#dashboard .grid .bloc .status.notdispo.bgg {
  padding: 20px;
  background: none;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 35px;
}
#dashboard .grid .bloc .status.pending {
  background: #f1aeb5;
}
#dashboard .grid .bloc .status.dssFlex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  #dashboard .grid .bloc .status.dssFlex {
    display: block;
  }
}
#dashboard .grid .bloc .status.dssFlex > div {
  flex: 1;
}
#dashboard .grid .bloc .delivererName {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
#dashboard .grid .bloc .info .line {
  padding: 2px 0;
}
#dashboard .grid .bloc button.pending,
#dashboard .grid .bloc button.activate {
  display: none;
  background: none !important;
}
#dashboard .grid .bloc button.pending.show,
#dashboard .grid .bloc button.activate.show {
  display: inline;
}
#dashboard .grid .bloc button.pending {
  color: #333 !important;
  background: none !important;
}
#dashboard .grid .bloc button.pending:hover {
  color: white !important;
  background: orange !important;
}
#dashboard .grid.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
#dashboard .grid.grid4 {
  grid-template-columns: repeat(4, 1fr);
}
#dashboard .grid .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
#dashboard .grid.grid3Excel {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1280px) {
  #dashboard .grid.grid3Excel {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  #dashboard .grid.grid3Excel {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#dashboard .miniBtnCtn .why {
  display: none;
}
#dashboard .miniBtnCtn .why.show {
  display: inline;
  margin-top: 10px;
}
#dashboard .miniBtnCtn label {
  border: 1px solid #ddd;
  color: #333;
}
#dashboard .miniBtnCtn label.btn-primary, #dashboard .miniBtnCtn label.btn-danger, #dashboard .miniBtnCtn label:hover {
  color: white;
}
#dashboard .miniBtnCtn label.btn-danger {
  border: 1px solid #d91582;
  background: #d91582;
}
#dashboard .miniBtnCtn label.btn-primary {
  border: 1px solid #d91582;
  background: #d91582;
}
#dashboard .miniBtnCtn label.btn-checked {
  border: 1px solid #333;
  background: #333;
  color: white !important;
}
#dashboard .oneColumn {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#dashboard .twoColumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 991px) {
  #dashboard .twoColumns {
    grid-template-columns: repeat(1, 1fr);
  }
}
#dashboard .threeColumns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 991px) {
  #dashboard .threeColumns {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#dashboard .fourColumns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 991px) {
  #dashboard .fourColumns {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#dashboard .fiveColumns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media screen and (max-width: 991px) {
  #dashboard .fiveColumns {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#dashboard .grid.deliverer-pack {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
#dashboard .grid.deliverer-pack.grid {
  margin-top: 0;
}
#dashboard .grid.deliverer-pack .bloc {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background: none;
  border-radius: 10px;
  gap: 15px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc {
    display: block;
  }
}
#dashboard .grid.deliverer-pack .bloc .showOnMobile {
  display: none;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .showOnMobile {
    display: inline;
  }
}
#dashboard .grid.deliverer-pack .bloc.toShow {
  display: none;
}
#dashboard .grid.deliverer-pack .bloc .column:nth-child(1) {
  flex: 2;
  padding-right: 30px;
  background: white;
  padding: 20px 20px 20px 20px;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .column:nth-child(1) {
    display: block;
    padding-bottom: 0;
    min-height: auto;
    padding-bottom: 15px;
  }
}
#dashboard .grid.deliverer-pack .bloc .column:nth-child(1).bn {
  background: none;
}
#dashboard .grid.deliverer-pack .bloc .column:nth-child(2) {
  flex: 3;
  background: white;
  padding: 20px;
  min-height: 170px;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .column:nth-child(2) {
    display: block;
    padding-top: 0;
    min-height: auto;
    padding-bottom: 5px;
  }
}
#dashboard .grid.deliverer-pack .bloc .column:nth-child(2).bn {
  background: none;
}
#dashboard .grid.deliverer-pack .bloc .flr {
  font-size: 17px;
}
#dashboard .grid.deliverer-pack .bloc h5 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
#dashboard .grid.deliverer-pack .bloc .pack {
  font-size: 18px;
  font-weight: bold;
}
#dashboard .grid.deliverer-pack .bloc .sep {
  display: inline-block;
  transform: translateY(-1px);
}
#dashboard .grid.deliverer-pack .bloc .line {
  width: 100%;
  overflow: hidden;
}
#dashboard .grid.deliverer-pack .bloc .line.ct-top {
  padding-top: 20px;
}
#dashboard .grid.deliverer-pack .bloc .line.toShow {
  height: 0;
  padding: 0;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn {
  transition: all 0.6s ease-in-out;
  height: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin-top: 0;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1280px) {
  #dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner {
    grid-template-columns: repeat(1, 1fr);
  }
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner {
  gap: 15px;
  padding: 20px 0;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .d-column {
  border-radius: 5px;
  padding: 15px 20px;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .d-column * {
  color: black !important;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .d-column.noBorder {
  border: none !important;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .d-column.files img {
  margin-top: 5px;
  border: 1px solid #ddd;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .d-column.ds {
  grid-area: 2/1/3/3;
}
@media screen and (max-width: 1280px) {
  #dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .d-column.ds {
    grid-area: 3/1/4/2;
  }
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .packs {
  display: flex;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .packs .inner {
  display: flex;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn .detailInner .packs .inner .llhp {
  flex: 1;
}
#dashboard .grid.deliverer-pack .bloc .detailCtn.open {
  height: auto;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn {
  position: relative;
  margin-top: -5px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .btnCtn {
    position: relative;
  }
}
#dashboard .grid.deliverer-pack .bloc .btnCtn.pr {
  position: relative;
  bottom: 0;
  margin-top: 35px;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn button {
  height: 36px;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn button.detail {
  display: none;
  margin-right: 0px;
  background: white;
  color: #333;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn button.detail.show {
  display: inline;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .detCtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -10px;
  width: 100%;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .detCtn.hide {
  display: none;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .detCtn .packBtn {
  position: relative;
  display: flex;
  gap: 10px;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .detCtn .packBtn button {
  white-space: nowrap;
  background: #d91582;
  color: white;
  padding: 0.375rem 0.9rem 0.385rem 1rem;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .detCtn button.countdown {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  transform: translateX(10px);
}
#dashboard .grid.deliverer-pack .bloc .btnCtn button.delivery {
  padding: 0.375rem 0.95rem 0.385rem 0.75rem !important;
  transform: translateX(10px);
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .deliveryConfirm {
  display: none;
  overflow: hidden;
  padding-top: 20px;
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .deliveryConfirm.show {
  display: block;
  transform: translateY(10px);
}
#dashboard .grid.deliverer-pack .bloc .btnCtn .deliveryConfirm .question {
  display: inline-block;
  transform: translateY(2px);
  font-size: 15px;
  padding-bottom: 7px;
}
#dashboard .grid.deliverer-pack .bloc .slash {
  padding: 0 2px;
}
#dashboard .grid.deliverer-pack .bloc .stepCtn {
  margin-top: 80px;
}
#dashboard .grid.deliverer-pack .bloc i.bi-arrow-down {
  position: relative;
  font-size: 30px;
  margin-left: 40px;
  top: -5px;
}
#dashboard .grid.deliverer-pack .bloc .line {
  padding-bottom: 10px;
}
#dashboard .grid.deliverer-pack .bloc .line.pl {
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .line.pl {
    padding-left: 0;
  }
  #dashboard .grid.deliverer-pack .bloc .line.pl i {
    width: 35px;
    transform: scale(0.9) translateY(-20px);
  }
}
#dashboard .grid.deliverer-pack .bloc .line.fr {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#dashboard .grid.deliverer-pack .bloc .line.btbb {
  border-top: 1px solid #ccc;
}
#dashboard .grid.deliverer-pack .bloc .line .title .innerTitle h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#dashboard .grid.deliverer-pack .bloc .line .title .innerTitle .numTitle2 {
  width: 40px;
  height: 40px;
  background: #d91582;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateX(3px);
  pointer-events: none !important;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .line .title .innerTitle .numTitle2 {
    margin-right: 15px;
    transform: translateX(0);
  }
}
#dashboard .grid.deliverer-pack .bloc i.bi-image,
#dashboard .grid.deliverer-pack .bloc i.bi-person-circle,
#dashboard .grid.deliverer-pack .bloc i.bi-box,
#dashboard .grid.deliverer-pack .bloc i.bi-star,
#dashboard .grid.deliverer-pack .bloc i.bi-geo-alt-fill {
  float: left;
  font-size: 44px;
  position: relative;
  margin-right: 20px;
  transform: translateY(-12px);
}
#dashboard .grid.deliverer-pack .bloc i.bi-geo-alt-fill {
  font-size: 48px;
  transform: translate(-3px, -10px) !important;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc i.bi-geo-alt-fill {
    transform: translate(-4px, -10px) !important;
  }
}
#dashboard .grid.deliverer-pack .bloc i.bi-box {
  transform: translateY(-8px);
}
#dashboard .grid.deliverer-pack .bloc .ad {
  font-weight: normal;
  font-size: 80%;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .column.bn.mobile {
    display: none;
  }
}
#dashboard .grid.deliverer-pack .bloc .column.mob {
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .column.mob.mt {
    margin-top: 15px;
  }
}
#dashboard .grid.deliverer-pack .bloc .column.bn.arrow {
  padding: 0;
  height: 30px;
  min-height: 0;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  #dashboard .grid.deliverer-pack .bloc .column.bn.arrow:first-child {
    display: none;
  }
}
#dashboard .grid.deliverer-pack .bloc .dss-show {
  display: block;
  margin-top: 10px;
  transform-origin: top left;
  transform: scale(0.95);
  padding-left: 13px;
  padding-right: 15px;
}
#dashboard .grid.deliverer-pack .bloc .dss-show .bi-caret-down-fill {
  display: inline-block;
  font-size: 12px;
}
#dashboard .grid.deliverer-pack .bloc .dss-hide {
  display: none;
  margin-top: 10px;
  padding: 7px 15px 8px 13px;
  transform-origin: top left;
  transform: scale(0.95);
}
#dashboard .grid.deliverer-pack .bloc .dss-hide .bi-caret-up-fill {
  display: inline-block;
  font-size: 12px;
}
#dashboard .grid.deliverer-pack.show {
  gap: 15px;
}
#dashboard .grid.deliverer-pack.show .bloc.toShow {
  display: flex !important;
  gap: 195px !important;
  margin-bottom: 15px;
}
#dashboard .grid.deliverer-pack.show .line.toShow {
  height: auto;
}
#dashboard .grid.deliverer-pack.show .dss-show {
  display: none;
}
#dashboard .grid.deliverer-pack.show .dss-hide {
  display: block;
}
#dashboard .grid.members {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
#dashboard .secCtn {
  cursor: pointer;
}
#dashboard .secInputs {
  display: none;
}
#dashboard .secInputs.show {
  display: inline;
}
#dashboard .alert {
  margin-bottom: 20px;
}
#dashboard .alert.dss {
  display: block;
  transition: all 1s ease-in-out;
  overflow: hidden;
  border: 0;
  padding: 0;
  height: auto;
  max-height: 0;
}
#dashboard .alert.dss.show {
  max-height: 600px;
  margin-bottom: 20px !important;
}
#dashboard .alert.dss.dss {
  display: block;
  overflow: auto;
  border: auto;
  padding: auto;
  height: auto;
  max-height: auto;
}
#dashboard .alert.dss .alertInner {
  height: 100%;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#dashboard .alert.dss .alertInner2 {
  height: 100%;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  #dashboard .alert.dss .alertInner2 {
    display: inline-block;
  }
}
#dashboard .numTitle {
  float: left;
  width: 40px;
  height: 40px;
  background: #d91582;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: -5px;
}
#dashboard .checkAll,
#dashboard .client_tracking {
  cursor: pointer;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #dashboard .btnSubmitCtn {
    padding: 0;
  }
}
#dashboard .btnSubmitCtn .chackAll {
  cursor: pointer;
}
#dashboard h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#dashboard #amountCtn {
  font-weight: bold;
}
#dashboard #amountCtn #amount .amount {
  font-weight: bold;
}
#dashboard #amount .amount {
  font-weight: bold;
}
#dashboard .btn-secondary.opac {
  opacity: 0.4;
}
#dashboard .bloc {
  border: 1px solid #ccc;
}
#dashboard .bloc.dss-desktop {
  display: inline;
}
@media screen and (max-width: 1280px) {
  #dashboard .bloc.dss-desktop {
    display: none;
  }
}
#dashboard .bloc.dss-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  #dashboard .bloc.dss-mobile {
    display: inline;
  }
}
#dashboard button.dss-mobile {
  display: inline;
}
@media screen and (max-width: 991px) {
  #dashboard button.dss-mobile {
    display: none;
  }
}

#sender_situation .grid,
#admin_subs .grid {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1280px) {
  #sender_situation .grid,
  #admin_subs .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  #sender_situation .grid,
  #admin_subs .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#sender_situation .grid.gtc1,
#admin_subs .grid.gtc1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1280px) {
  #sender_situation .grid.gtc1,
  #admin_subs .grid.gtc1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 991px) {
  #sender_situation .grid.gtc1,
  #admin_subs .grid.gtc1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#sender_situation .grid.list,
#admin_subs .grid.list {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1280px) {
  #sender_situation .grid.list,
  #admin_subs .grid.list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 991px) {
  #sender_situation .grid.list,
  #admin_subs .grid.list {
    grid-template-columns: repeat(1, 1fr);
  }
}

#sender_pack #nbPackCtn .flex-group {
  margin-bottom: 8px;
}
#sender_pack #nbPackCtn .flex-group .num {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  margin-top: 8px;
  margin-right: 4px;
  width: 40px;
  color: #aaa;
}
@media screen and (max-width: 1440px) {
  #sender_pack #nbPackCtn .flex-group .num {
    border-right: 1px solid #ccc;
  }
}
#sender_pack #nbPackCtn .flex-group .inputsCtn {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1440px) {
  #sender_pack #nbPackCtn .flex-group .inputsCtn {
    display: block;
  }
}
#sender_pack #nbPackCtn .flex-group .inputsCtn .inputsInner {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1440px) {
  #sender_pack #nbPackCtn .flex-group .inputsCtn .inputsInner {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1440px) {
  #sender_pack #nbPackCtn .flex-group .inputsCtn .inputsInner:first-child {
    margin-bottom: 8px !important;
  }
}
#sender_pack #nbPackCtn .flex-group .inputsCtn .inputsInner .form-floating {
  flex: 1;
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  #sender_pack #nbPackCtn .flex-group .inputsCtn .inputsInner .form-floating {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #sender_pack .flex-group {
    display: block !important;
  }
}
#sender_pack .sep {
  margin: 10px 0;
  border-top: 1px solid #ccc;
}
#sender_pack .dss-form-radio {
  flex: 3;
  display: flex;
  align-items: center;
  gap: 20px !important;
  margin-left: 20px !important;
}
@media screen and (max-width: 1530px) {
  #sender_pack .dss-form-radio {
    padding: 20px 0 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px !important;
  }
}

label.exp_1_image,
label.exp_2_image,
label.delivery_1_image,
label.signature,
label.oui,
label.non {
  border: none !important;
  color: white;
  font-size: 15px;
}
label.exp_1_image:hover,
label.exp_2_image:hover,
label.delivery_1_image:hover,
label.signature:hover,
label.oui:hover,
label.non:hover {
  color: white;
}

.deliverer-pack button,
.deliverer-pack .textarea[name=comment],
.deliverer-pack .deliverer-pack input,
.deliverer-pack .label_1_oui,
.deliverer-pack .label_1_non,
.deliverer-pack .label_2_oui,
.deliverer-pack .label_2_non {
  font-size: 15px !important;
}
.deliverer-pack .dss-cancel {
  position: absolute;
  top: 23px;
  left: 2px;
  width: -moz-max-content;
  width: max-content;
  transform: scalex(0.6) scaley(0.5);
  transform-origin: top right;
}
@media screen and (max-width: 991px) {
  .deliverer-pack .dss-cancel {
    top: 21px;
    left: 3px;
    transform: scalex(0.7) scaley(0.6);
  }
}
.deliverer-pack .column-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}

label.oui,
label.non {
  background: #ccc;
  color: white;
  padding: 0.375rem 0.75rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
label.oui:hover,
label.non:hover {
  background: #aaa;
  color: white;
}

label.oui.btn-primary {
  background: green !important;
}

label.non.btn-primary {
  background: #d91582 !important;
}

.closeDeliveryCtn {
  padding-left: 55px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.closeDeliveryCtn .check_1_error {
  display: inline-block;
  opacity: 0;
  color: #d91582;
  transform: translateX(30px);
  min-height: 50px;
  transition: all 0.3s ease-in-out;
}
.closeDeliveryCtn .check_1_error.show {
  opacity: 1;
  transform: translateX(0);
}
.closeDeliveryCtn.circ {
  margin-top: 5px !important;
}

.innerTitle i.bi-telephone-fill {
  width: 15px !important;
}

.brMobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .brMobile {
    display: inline;
  }
}

.brDesktop {
  display: inline;
}
@media screen and (max-width: 991px) {
  .brDesktop {
    display: none;
  }
}

.eImg {
  display: none;
  width: 100%;
  border-radius: 10px;
}
.eImg.show {
  display: block;
  margin-top: 6px;
}

.signCtn {
  position: relative;
  max-width: 200px;
  z-index: 10;
}
.signCtn i.bi-x-circle-fill {
  position: absolute;
  font-size: 20px;
  right: 5px;
  top: 2px;
  cursor: pointer;
  display: none;
}
.signCtn i.bi-x-circle-fill.show {
  display: inline;
}
@media screen and (max-width: 991px) {
  .signCtn i.bi-x-circle-fill {
    font-size: 24px;
    right: -7px;
    top: 16px;
  }
}

.blocCtn {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-bottom: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.blocCtn:last-child {
  margin-bottom: 0;
}
.blocCtn button,
.blocCtn .noBg {
  background: none !important;
}
.blocCtn input {
  padding-top: 11px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
}
.blocCtn .inputCtn {
  display: flex;
  flex-direction: row;
  position: relative;
}
.blocCtn i.bi-pencil-fill {
  font-size: 85%;
}
.blocCtn .dfr {
  display: flex;
  align-items: flex-start;
}
.blocCtn .dfr .dfr_column:first-child {
  position: relative;
  width: 40px;
}
.blocCtn .dfr .dfr_column:last-child {
  position: relative;
  flex: 1;
  padding-left: 15px;
}
.blocCtn .dfr i.bi-camera-fill {
  display: block;
  font-size: 28px;
  color: #d91582;
  transform: translateY(-5px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-camera-fill {
    padding-top: 14px;
    transform: translateY(0);
  }
}
.blocCtn .dfr i.bi-hand-thumbs-up-fill {
  margin-left: -1px;
  display: block;
  font-size: 30px;
  color: #d91582;
  transform: translateY(-10px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-hand-thumbs-up-fill {
    padding-top: 5px;
    transform: translateY(0);
  }
}
.blocCtn .dfr i.bi-x-circle {
  margin-left: -1px;
  display: block;
  font-size: 26px;
  color: #d91582;
  transform: translate(4px, 3px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-x-circle {
    transform: translate(4px, 3px) !important;
  }
}
.blocCtn .dfr i.bi-lightning-fill {
  margin-left: -1px;
  display: block;
  font-size: 30px;
  color: #d91582;
  transform: translateY(-2px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-lightning-fill {
    padding-top: 20px;
    transform: translateY(0);
  }
}
.blocCtn .dfr i.bi-battery-charging {
  margin-left: 1px;
  display: block;
  font-size: 30px;
  color: #d91582;
  transform: translateY(-11px);
}
.blocCtn .dfr i.bi-person-fill {
  margin-left: -1px;
  display: block;
  font-size: 30px;
  color: #d91582;
  transform: translateY(-2px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-person-fill {
    padding-top: 20px;
    transform: translateY(0);
  }
}
.blocCtn .dfr i.bi-box-arrow-in-left {
  display: block;
  font-size: 32px;
  color: #d91582;
  transform: translate(3px, -12px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-box-arrow-in-left {
    transform: translate(4px, -12px) !important;
  }
}
.blocCtn .dfr i.bi-flag-fill {
  display: block;
  font-size: 26px;
  color: #d91582;
  transform: translateY(-2px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-flag-fill {
    padding-top: 15px;
    transform: translateY(0);
  }
}
.blocCtn .dfr i.bi-info-circle-fill {
  display: block;
  font-size: 26px;
  color: #d91582;
  transform: translateY(-6px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-info-circle-fill {
    padding-top: 15px;
    transform: translateY(0);
  }
}
.blocCtn .dfr i.bi-chat-left-dots-fill {
  display: block;
  font-size: 25px;
  color: #d91582;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-chat-left-dots-fill {
    padding-top: 15px;
    transform: translateY(0);
  }
}
.blocCtn .dfr i.bi-boxes {
  display: block;
  font-size: 26px;
  color: #d91582;
  transform: translateY(-6px);
}
@media screen and (max-width: 991px) {
  .blocCtn .dfr i.bi-boxes {
    padding-top: 15px;
    transform: translateY(0);
  }
}
.blocCtn .out {
  opacity: 1;
}
.blocCtn .out.opac {
  opacity: 0.1;
}

#signature-pad {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  pointer-events: none !important;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  left: 50%;
  border: 1px solid #e8e8e8;
  background: #d91582;
  border-radius: 4px;
  padding: 16px;
  transform: scale(0.6) translateX(-50%);
  transition: all 0.3s ease-in-out;
}
#signature-pad.show {
  opacity: 1;
  pointer-events: auto !important;
  transform: scale(1) translateX(-50%);
}
#signature-pad .signature-pad--body {
  position: relative;
  flex: 1;
  border: 1px solid #f4f4f4;
}
#signature-pad .signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
#signature-pad .signature-pad--footer {
  color: #c3c3c3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}
#signature-pad .signature-pad--actions {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
#signature-pad button {
  background: white;
  border: none;
  padding: 10px 20px;
}

#admin_subs i.icon,
.slideCtn i.icon {
  display: inline-block;
  font-size: 30px;
  margin-right: 10px;
  margin-top: -10px;
}
#admin_subs .subGrid,
.slideCtn .subGrid {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-area: 1/1/1/3;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #admin_subs .subGrid,
  .slideCtn .subGrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#admin_subs .subGrid.pending,
.slideCtn .subGrid.pending {
  display: none;
}
#admin_subs .subGrid.dn,
.slideCtn .subGrid.dn {
  display: none;
}
#admin_subs .subGrid .bloc,
.slideCtn .subGrid .bloc {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 1280px) {
  #admin_subs .subGrid .bloc,
  .slideCtn .subGrid .bloc {
    border: none;
  }
}
#admin_subs .subGrid .bloc.gtc2,
.slideCtn .subGrid .bloc.gtc2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#admin_subs .subGrid .bloc input,
#admin_subs .subGrid .bloc textarea,
.slideCtn .subGrid .bloc input,
.slideCtn .subGrid .bloc textarea {
  border: none;
  padding: 3px 3px 3px 6px;
  background: #f2f2f2;
}
#admin_subs .subGrid .bloc label,
.slideCtn .subGrid .bloc label {
  cursor: pointer;
}
#admin_subs .subGrid .ctnButtons,
.slideCtn .subGrid .ctnButtons {
  gap: 10px;
  display: block;
  transform: translatey(-20px);
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
#admin_subs .grid3,
.slideCtn .grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #admin_subs .grid3,
  .slideCtn .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#admin_subs .grid3 img,
.slideCtn .grid3 img {
  width: 100%;
}
#admin_subs .lineFlex,
.slideCtn .lineFlex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  margin-bottom: 6px;
  padding-right: 20px;
}
#admin_subs .lineFlex b,
.slideCtn .lineFlex b {
  display: inline-block;
  width: 120px;
}
#admin_subs .lineFlex input,
.slideCtn .lineFlex input {
  flex: 1;
}
#admin_subs .fileCtn,
.slideCtn .fileCtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 10px;
  gap: 5px;
}
#admin_subs .fileCtn i.bi-x,
.slideCtn .fileCtn i.bi-x {
  position: relative;
  z-index: 100;
  cursor: pointer;
  color: #d91582;
}
#admin_subs .df,
.slideCtn .df {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 30px;
}
#admin_subs .btn-warning.pending,
.slideCtn .btn-warning.pending {
  display: none;
}
#admin_subs .btn-sm,
.slideCtn .btn-sm {
  padding: 8px 15px;
}

.btnUpload {
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}
.btnUpload label {
  position: relative;
  background: #d91582;
  border: none !important;
  color: white;
}
.btnUpload label:hover {
  color: white;
}
.btnUpload label i {
  display: inline-block;
  font-size: 140%;
}
.btnUpload label span {
  display: inline-block;
  transform: translateY(-2px);
}
.btnUpload .loader-photos {
  top: -10px;
}

#table_members,
#table_finished,
#table_invoiced,
#table_inprogress {
  padding-top: 5px;
  margin-bottom: 10px;
  font-size: 15px !important;
}
#table_members th,
#table_finished th,
#table_invoiced th,
#table_inprogress th {
  padding-left: 0;
}
#table_members th,
#table_members td,
#table_finished th,
#table_finished td,
#table_invoiced th,
#table_invoiced td,
#table_inprogress th,
#table_inprogress td {
  padding: 5px 5px 5px 10px;
}
#table_members th i.bi-box,
#table_members td i.bi-box,
#table_finished th i.bi-box,
#table_finished td i.bi-box,
#table_invoiced th i.bi-box,
#table_invoiced td i.bi-box,
#table_inprogress th i.bi-box,
#table_inprogress td i.bi-box {
  display: inline-block;
  transform: translateY(1px);
  color: #d91582;
  font-size: 120%;
}
#table_members th i.bi-truck,
#table_members td i.bi-truck,
#table_finished th i.bi-truck,
#table_finished td i.bi-truck,
#table_invoiced th i.bi-truck,
#table_invoiced td i.bi-truck,
#table_inprogress th i.bi-truck,
#table_inprogress td i.bi-truck {
  display: inline-block;
  transform: translateY(1px);
  color: royalblue;
  font-size: 120%;
}
#table_members th i.bi-envelope-fill,
#table_members td i.bi-envelope-fill,
#table_finished th i.bi-envelope-fill,
#table_finished td i.bi-envelope-fill,
#table_invoiced th i.bi-envelope-fill,
#table_invoiced td i.bi-envelope-fill,
#table_inprogress th i.bi-envelope-fill,
#table_inprogress td i.bi-envelope-fill {
  display: inline-block;
  transform: translateY(2px);
  color: royalblue;
}
#table_members th i.bi-info-circle-fill,
#table_members td i.bi-info-circle-fill,
#table_finished th i.bi-info-circle-fill,
#table_finished td i.bi-info-circle-fill,
#table_invoiced th i.bi-info-circle-fill,
#table_invoiced td i.bi-info-circle-fill,
#table_inprogress th i.bi-info-circle-fill,
#table_inprogress td i.bi-info-circle-fill {
  font-size: 120%;
  color: #333;
  cursor: pointer;
  margin-right: 5px;
}
#table_members th i.bi-receipt,
#table_members td i.bi-receipt,
#table_finished th i.bi-receipt,
#table_finished td i.bi-receipt,
#table_invoiced th i.bi-receipt,
#table_invoiced td i.bi-receipt,
#table_inprogress th i.bi-receipt,
#table_inprogress td i.bi-receipt {
  cursor: pointer;
  font-size: 110%;
  transform: translateY(-3px);
}
#table_members th i.bi-exclamation-circle-fill,
#table_members td i.bi-exclamation-circle-fill,
#table_finished th i.bi-exclamation-circle-fill,
#table_finished td i.bi-exclamation-circle-fill,
#table_invoiced th i.bi-exclamation-circle-fill,
#table_invoiced td i.bi-exclamation-circle-fill,
#table_inprogress th i.bi-exclamation-circle-fill,
#table_inprogress td i.bi-exclamation-circle-fill {
  font-size: 120%;
  color: orange;
  cursor: pointer;
  margin-right: 5px;
}
#table_members th i.bi-x-circle-fill,
#table_members td i.bi-x-circle-fill,
#table_finished th i.bi-x-circle-fill,
#table_finished td i.bi-x-circle-fill,
#table_invoiced th i.bi-x-circle-fill,
#table_invoiced td i.bi-x-circle-fill,
#table_inprogress th i.bi-x-circle-fill,
#table_inprogress td i.bi-x-circle-fill {
  font-size: 120%;
  color: #d91582;
  cursor: pointer;
}
#table_members th i.bi-trash-fill,
#table_members td i.bi-trash-fill,
#table_finished th i.bi-trash-fill,
#table_finished td i.bi-trash-fill,
#table_invoiced th i.bi-trash-fill,
#table_invoiced td i.bi-trash-fill,
#table_inprogress th i.bi-trash-fill,
#table_inprogress td i.bi-trash-fill {
  font-size: 120%;
  color: #d91582;
  cursor: pointer;
}
#table_members th .email,
#table_members td .email,
#table_finished th .email,
#table_finished td .email,
#table_invoiced th .email,
#table_invoiced td .email,
#table_inprogress th .email,
#table_inprogress td .email {
  transform: translateY(-2px);
}

.dataTables_length {
  display: inline-block;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
}

input[type=search] {
  background: white !important;
}

.slideCtn {
  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
}
.slideCtn .slide {
  position: relative;
  width: 200%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
}
.slideCtn .slide .slideLeft,
.slideCtn .slide .slideRight {
  flex: 1;
  position: relative;
  min-height: 900px;
}
.slideCtn .slide .slideRight {
  transform: translateX(40px);
}
.slideCtn .slide .slideRight .inner {
  position: relative;
  width: 100%;
  min-height: 900px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.slideCtn .slide .slideRight .inner .left {
  position: relative;
  width: 70px;
  border-right: 1px solid #ccc;
  background: #ddd;
  min-height: 900px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slideCtn .slide .slideRight .inner .left i {
  font-size: 150%;
  pointer-events: none;
}
.slideCtn .slide .slideRight .inner .left:hover {
  background: #ccc;
}
.slideCtn .slide .slideRight .inner .info {
  flex: 1;
  padding: 30px;
  position: relative;
  min-height: 900px;
}
.slideCtn .slide.move {
  margin-left: -103%;
}

.tdFlex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tdFlex .tdflexCompany {
  display: inline-block;
  margin-top: 2px;
}

.stars_ctn {
  display: inline-block;
  align-items: center;
  gap: 2px;
}
.stars_ctn i {
  float: none !important;
  position: relative !important;
  display: inline-block !important;
  font-size: 16px !important;
  color: royalblue !important;
  margin-right: 2px !important;
  transform: translateY(0) !important;
}

.nbb {
  border: none !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .mobileHide {
    display: none !important;
  }
}

.mobileShow {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobileShow {
    display: inline !important;
  }
}

@media screen and (max-width: 991px) {
  .mobileMaxHeight {
    padding: 0 !important;
    min-height: 0 !important;
    background: none !important;
    margin-top: -40px !important;
  }
}

.dea {
  display: inline-block;
}

.zoneShagya {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
}

.top_bottom_separator {
  width: 100%;
  height: 20px;
}

#signin label[for=floatingInput],
#signin label[for=floatingPassword],
#signin label[for=floatingTextarea],
#reinitpwd label[for=floatingPassword],
#reinitpwd label[for=floatingPassword2],
#signup label[for=floatingInput],
#signup label[for=floatingPassword],
#signup label[for=floatingTextarea],
#signup_sender label[for=floatingInput],
#signup_sender label[for=floatingPassword],
#signup_sender label[for=floatingTextarea],
#signup_deliverer label[for=floatingInput],
#signup_deliverer label[for=floatingPassword],
#signup_deliverer label[for=floatingTextarea],
#sender_pack label[for=floatingInput],
#sender_pack label[for=floatingPassword],
#sender_pack label[for=floatingTextarea],
#profile_sender label[for=floatingInput],
#profile_sender label[for=floatingPassword],
#profile_sender label[for=floatingTextarea],
#profile_deliverer label[for=floatingInput],
#profile_deliverer label[for=floatingPassword],
#profile_deliverer label[for=floatingTextarea],
#admin_settings label[for=floatingInput],
#admin_settings label[for=floatingPassword],
#admin_settings label[for=floatingTextarea] {
  width: 116% !important;
}

span.blocked {
  position: absolute;
  right: 152px;
  transform: translateY(9px);
}
span.blocked.hidden {
  display: none;
}

.starCrimson .bi-star-fill,
.starCrimson .bi-star-half,
.starCrimson .bi-star {
  color: #d91582 !important;
}

.starBlack .bi-star-fill,
.starBlack .bi-star-half,
.starBlack .bi-star {
  color: #333 !important;
}

.eval-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .eval-grid {
    grid-template-columns: 1fr;
  }
}
.eval-grid .btn-no.active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

.form-floating label {
  opacity: 0.8;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

#pickup_exp,
#delivery_main,
#delivery_sec {
  display: none;
}
#pickup_exp.show,
#delivery_main.show,
#delivery_sec.show {
  display: block;
}

#pack_client_delete,
#pickup_exp_delete,
#delivery_main_delete,
#delivery_sec_delete {
  display: none;
  cursor: pointer;
  font-size: 14px;
  height: 58px;
  line-height: 1.2;
  padding-left: 3px;
}
#pack_client_delete:hover,
#pickup_exp_delete:hover,
#delivery_main_delete:hover,
#delivery_sec_delete:hover {
  color: #d91582;
}
#pack_client_delete.show,
#pickup_exp_delete.show,
#delivery_main_delete.show,
#delivery_sec_delete.show {
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 990px) {
  #pack_client_delete,
  #pickup_exp_delete,
  #delivery_main_delete,
  #delivery_sec_delete {
    font-size: 12px;
    line-height: 1.1;
  }
  #pack_client_delete.show,
  #pickup_exp_delete.show,
  #delivery_main_delete.show,
  #delivery_sec_delete.show {
    flex: 0.4;
  }
}

.numberRound {
  width: 36px;
  height: 36px;
  background: #d91582;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 16px !important;
  font-weight: normal !important;
}

.packFooter {
  padding-bottom: 20px;
}

.progressBarCtn {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.progressBarCtn .bar {
  position: relative;
  height: 2px;
  width: 0;
  background: #d91582;
}
.progressBarCtn .bar.progress {
  transition: all 2s ease-in-out;
  width: 100%;
}
.progressBarCtn .loadingText {
  color: #d91582;
  font-size: 14px;
  opacity: 0;
}
.progressBarCtn .loadingText.show {
  opacity: 1;
}

.progressBarCtn2 {
  position: relative;
  width: 100%;
}
.progressBarCtn2 .bar {
  position: relative;
  height: 2px;
  width: 0;
  background: #d91582;
}
.progressBarCtn2 .bar.progress {
  transition: all 4s ease-in-out;
  width: 100%;
}
.progressBarCtn2 .loadingText {
  color: #d91582;
  font-size: 14px;
  opacity: 0;
}
.progressBarCtn2 .loadingText.show {
  opacity: 1;
}

#totalPackages,
#errorPackages {
  background: #ddd;
  color: #333;
}
#totalPackages.err,
#errorPackages.err {
  background: #d91582 !important;
  color: white !important;
}

.packCtn input {
  width: 100% !important;
  max-width: 700px !important;
  height: 35px !important;
  padding: 6px 12px !important;
  background: #e9ecef !important;
  border: 1px solid #e9ecef !important;
  color: #333 !important;
  font-size: 15px !important;
  outline: none !important;
}
.packCtn select {
  width: 100% !important;
  max-width: 700px !important;
  height: 35px !important;
  padding: 6px 8px !important;
  background: #e9ecef !important;
  border: 1px solid #e9ecef !important;
  color: #333 !important;
  font-size: 15px !important;
  outline: none !important;
}
.packCtn .errText {
  flex: 0.9;
  color: #d91582;
  font-size: 15px;
  line-height: 1.2;
  display: none;
}
.packCtn .textAlert {
  flex: 0.9;
  color: #999;
  font-size: 15px;
  line-height: 1.2;
  display: inline;
}
.packCtn .textAlert.hide {
  display: none !important;
}
.packCtn .arrowMiniTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
}
.packCtn .arrowMiniTitle i {
  display: inline-block;
  transform: translatex(5px);
}
.packCtn .packRow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 0;
  overflow: hidden;
}
.packCtn .packRow.err .errText {
  display: inline;
}
.packCtn .packRow.err input {
  padding: 7px 12px !important;
  border: 1px solid #d91582 !important;
}
.packCtn .packRow.err .textAlert {
  display: none;
}
.packCtn .packRowQR {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 0;
  overflow: hidden;
}

.checkAllErr {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(50px);
}
.checkAllErr.show {
  opacity: 1;
  transform: translateX(0);
}

#step4.mb80 {
  margin-bottom: 80vh;
}

.infoCtn {
  position: relative;
  height: 30px !important;
  width: 0 !important;
  background: red;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.infoCtn i {
  position: absolute;
  display: inline-block;
  transform: translateX(-220%);
  cursor: pointer;
}

.dss-grip {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dss-grip.show {
  display: grid;
  margin-bottom: 20px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1365px) {
  .dss-grip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .dss-grip {
    grid-template-columns: 1fr;
  }
}
.dss-grip .bloc {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.dss-grip .bloc .column {
  display: block !important;
  flex: none !important;
}
.dss-grip .bloc .column:first-child {
  padding-bottom: 0 !important;
}
.dss-grip .bloc .column:last-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto !important;
}
.dss-grip .bloc .column .detailInner {
  grid-template-columns: 1fr !important;
}

.dss-span {
  display: block;
  padding-left: 34px;
  font-size: 90%;
  color: #d91582;
}
.dss-span.hide {
  display: none;
}

.opac50 {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.deposit_percent {
  background: white;
  padding: 7px 15px;
  border: 1px solid #ccc;
  margin-top: -5px;
}

.loadingFlex {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 990px) {
  .loadingFlex {
    display: block;
  }
}
@media screen and (max-width: 990px) {
  .loadingFlex i.bi-arrow-right {
    display: inline-block;
    transform: rotate(90deg);
  }
}

.loading-inputs {
  position: absolute;
  font-size: 18px;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 990px) {
  .loading-inputs {
    position: relative;
    padding-left: 20px;
    padding-top: 40px;
  }
}
.loading-inputs label {
  white-space: nowrap;
  cursor: pointer;
}

.btnLoadingCtn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 990px) {
  .btnLoadingCtn {
    justify-content: center;
  }
}
.btnLoadingCtn button.btn.loading {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 22px 11px;
  margin-top: 0px;
  width: 500px;
}
@media screen and (max-width: 990px) {
  .btnLoadingCtn button.btn.loading {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .delivery-loading .bloc {
    width: calc(100vw - 40px) !important;
  }
}

.imgLoadingVisu {
  float: left;
  height: 135px;
  width: auto;
  max-width: 220px;
  margin-right: 15px;
}
@media screen and (max-width: 990px) {
  .imgLoadingVisu {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
}

.arrows-sorting {
  position: absolute;
  top: 25px;
  left: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(1.2);
}
.arrows-sorting i {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.arrows-sorting .bi-caret-up-fill {
  margin-top: 0px;
}
.arrows-sorting .bi-caret-down-fill {
  margin-top: 5px;
}
.arrows-sorting .arrows-sorting-inner {
  display: none;
}
@media screen and (max-width: 991px) {
  .arrows-sorting .arrows-sorting-inner {
    display: block;
  }
}

.sender_history_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sender_history_grid.client {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 990px) {
  .sender_history_grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.sender_history_grid .thumb {
  max-width: 160px;
  max-height: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .sender_history_grid .thumb {
    max-width: 150px;
  }
}

.sender_history_grid > div {
  text-align: left;
}
@media screen and (max-width: 990px) {
  .sender_history_grid > div {
    text-align: left;
  }
}

.sender_history_flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 3px;
}
@media screen and (max-width: 990px) {
  .sender_history_flex {
    display: block;
  }
}
.sender_history_flex .thumb {
  max-width: 160px;
  max-height: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 990px) {
  .sender_history_flex .thumb {
    max-width: 150px;
  }
}

.sender_history_flex > div {
  flex: 1;
  text-align: left;
  padding-bottom: 5px;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .sender_history_flex > div {
    text-align: left;
  }
}

.status-info {
  position: absolute;
  z-index: 10;
  color: #d91582;
  top: 20px;
  right: 20px;
  text-align: right;
}
@media screen and (max-width: 990px) {
  .status-info {
    top: 20px;
  }
}

.dss-btn-delivery-pack {
  position: absolute;
  top: 25px;
  right: 22px;
  padding: 0px 4px !important;
  height: 42px;
  line-height: 42px;
  transform-origin: top right;
  transform: scale(0.8);
}
.dss-btn-delivery-pack.circtuis {
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 991px) {
  .dss-btn-delivery-pack {
    top: 21px;
    right: 18px;
  }
}

.bi-arrow-right-short,
.bi-arrow-left-short {
  font-size: 30px;
}

.oneColumnCtn {
  position: relative;
  max-width: 750px;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .oneColumnCtn {
    width: calc(100vw - 30px);
  }
}
.oneColumnCtn.maxWidth {
  max-width: 100% !important;
}
.oneColumnCtn .oneColumnMove {
  position: relative;
  width: 60vw;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 990px) {
  .oneColumnCtn .oneColumnMove {
    width: calc(200vw - 30px);
  }
}
.oneColumnCtn .oneColumnMove.goLeft {
  transform: translateX(-30vw);
}
@media screen and (max-width: 990px) {
  .oneColumnCtn .oneColumnMove.goLeft {
    transform: translateX(-100vw);
  }
}
.oneColumnCtn.columnOpac {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.dss-column-inner {
  position: relative;
  width: 60vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  gap: 30px;
}
@media screen and (max-width: 990px) {
  .dss-column-inner {
    width: calc(200vw - 30px);
  }
}
.dss-column-inner .dssBlocLeft {
  flex: 1;
  border-radius: 12px;
}
.dss-column-inner .dssBlocRight {
  flex: 1;
}
.dss-column-inner .dssBlocRight .dssBlocRightInner {
  position: absolute;
}
.dss-column-inner .dssBlocRight .dssBlocRightInner.grow {
  position: relative;
}

.bloc.dss-step-hide {
  height: 80px;
}

.dss-delivery-confirm {
  background: #d91582 !important;
  border: none !important;
  color: white !important;
  font-size: 15px !important;
  padding: 12px 18px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  cursor: pointer !important;
}

.dss-delivery-delete {
  background: #d91582 !important;
  border: none !important;
  color: white !important;
  font-size: 15px !important;
  padding: 12px 18px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  cursor: pointer !important;
}

.dss-more-detail {
  position: absolute;
  margin-left: 30px;
  transform: translateY(-1px);
  opacity: 1;
}
.dss-more-detail.dmd1 {
  right: 80px;
}
.dss-more-detail.dmd2 {
  right: 20px;
}
.dss-more-detail.show {
  opacity: 1;
}

.dss-more-detail span {
  font-size: 16px !important;
}

.dss-more-detail img {
  width: 20px;
}

.filter_text_ctn {
  display: flex;
  gap: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .filter_text_ctn {
    flex-direction: column;
    gap: 10px;
    margin-top: -20px;
  }
}

.filter_text {
  display: flex;
  gap: 7px;
  cursor: pointer;
  transform: translateX(-8px);
  opacity: 0.4;
}
.filter_text.active {
  opacity: 1;
}
.filter_text img {
  width: 25px;
  height: 25px;
}

input.inputCheckbox {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: 20px;
  transform: scale(1.2);
}

button.filterBtn {
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  button.filterBtn {
    max-width: 100%;
  }
}

.alarm-clock {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .alarm-clock {
    width: 30px;
    height: 30px;
  }
}

.alertClockCtn {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.alarm-clock-alert {
  float: left;
  width: 25px;
  height: 25px;
}

.dss-tx {
  display: inline-block;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .dss-tx {
    flex-direction: column;
  }
}

.btn-secondary-outline {
  border: 1px solid #d91582 !important;
}

@media screen and (max-width: 991px) {
  .dss-export {
    transform: translateY(10px);
  }
}

.dss-bar-progress-ctn {
  position: relative;
  width: 100%;
  padding: 1px;
  border: 1px solid #ccc;
  background: white;
  margin-top: 43px;
}
.dss-bar-progress-ctn .dss-bar-progress {
  height: 7px;
}
.dss-bar-progress-ctn .dss-bar-progress.inprogress {
  width: 30px;
  background: orange;
}
.dss-bar-progress-ctn .dss-bar-progress.loaded {
  width: 50%;
  background: rgb(38, 186, 38);
}
.dss-bar-progress-ctn .dss-bar-progress.xxx {
  width: 100%;
  background: rgb(38, 186, 38);
  background: linear-gradient(90deg, rgb(38, 186, 38) 0%, rgb(38, 186, 38) 50%, rgb(255, 51, 0) 50%, rgb(255, 51, 0) 73%, rgba(255, 255, 255, 0) 73%);
}
.dss-bar-progress-ctn .dss-bar-title {
  font-size: 14px;
  position: absolute;
  top: -30px;
  left: 0;
}
.dss-bar-progress-ctn .dss-bar-title::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 30px;
  width: 1px;
  height: 25px;
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 980px) {
  .dss-bar-progress-ctn .dss-bar-title {
    font-size: 12px;
  }
}
.dss-bar-progress-ctn .dss-bar-loading {
  font-size: 14px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.dss-bar-progress-ctn .dss-bar-loading::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 1px;
  height: 25px;
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 980px) {
  .dss-bar-progress-ctn .dss-bar-loading {
    font-size: 12px;
  }
}
.dss-bar-progress-ctn .dss-bar-x {
  font-size: 14px;
  position: absolute;
  top: -30px;
  left: 73%;
  transform: translateX(-50%);
}
.dss-bar-progress-ctn .dss-bar-x::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 1px;
  height: 25px;
}
.dss-bar-progress-ctn .dss-bar-x.borderRight {
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 980px) {
  .dss-bar-progress-ctn .dss-bar-x {
    font-size: 12px;
  }
}
.dss-bar-progress-ctn .dss-bar-delivery {
  font-size: 14px;
  position: absolute;
  top: -30px;
  right: 0%;
}
.dss-bar-progress-ctn .dss-bar-delivery::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 1px;
  height: 25px;
  border-right: 1px solid #aaa;
}
@media screen and (max-width: 980px) {
  .dss-bar-progress-ctn .dss-bar-delivery {
    font-size: 12px;
  }
}

.dss-info.hide {
  display: none;
}

.dss-loading-popup {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  width: calc(100% + 24px);
  margin-left: -12px;
  height: 298px;
  background: white;
  border: 1px solid rgb(38, 186, 38);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px;
  font-size: 15px;
}
.dss-loading-popup.hide {
  display: none;
}
.dss-loading-popup::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d91582;
  clear: both;
}
.dss-loading-popup .dss-loading-popup-img,
.dss-loading-popup .dss-loading-popup-sign {
  flex: 1;
  height: 200px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.dss-loading-popup .dss-loading-popup-img img,
.dss-loading-popup .dss-loading-popup-sign img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.dss-loading-popup .dss-loading-popup-note {
  padding-top: 10px;
  font-size: 13px;
  flex: 1;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
}
.dss-loading-popup .dss-loading-popup-image {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dss-x-popup {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  width: calc(100% + 24px);
  margin-left: -12px;
  height: 298px;
  background: white;
  border: 1px solid #d91582;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 15px;
  font-size: 15px;
}
.dss-x-popup.hide {
  display: none;
}
.dss-x-popup::after {
  content: "";
  position: absolute;
  left: 68%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d91582;
  clear: both;
}
.dss-x-popup .dss-x-popup-inner {
  width: 100%;
  height: 268px;
  overflow: hidden;
  overflow-y: scroll;
}

optgroup[label] {
  color: #d91582;
}

.signFlex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.signFlex.jcsp {
  justify-content: space-between;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}

.dss-search-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  margin-top: -1px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .dss-search-flex {
    margin-bottom: 20px;
  }
}
.dss-search-flex input.search {
  width: 100%;
  padding: 5px 10px;
  height: 34px;
  border: 1px solid #ccc;
}
.dss-search-flex .flex {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .dss-search-flex .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dss-search-flex .flex2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dss-search-flex label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.dss-search-flex .showAll {
  cursor: pointer;
}
.dss-search-flex .deleteAll {
  cursor: pointer;
  border-left: 1px solid #aaa;
  padding-left: 15px;
}
.dss-search-flex .flex3 {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .dss-search-flex .flex3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dss-search-flex .flex4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.dss-search-flex .flex5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .dss-search-flex .flex5 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dss-search-flex select {
  border: 1px solid #ccc;
  height: 34px;
  width: 250px;
  padding: 0 5px;
}
@media screen and (max-width: 991px) {
  .dss-search-flex select {
    width: 100%;
  }
}

label.checkAllBoxesLabel {
  display: inline-block;
}
label.checkAllBoxesLabel .checkAllBoxes {
  cursor: pointer;
  margin-left: 20px;
}

.history-card.dontshow,
.rowBloc.dontshow,
.bloc.dontshow,
.grid.dontshow {
  display: none !important;
}

.dss-export-input {
  margin: 0 7px;
}

.bi-grip-vertical {
  cursor: move !important;
  display: inline-block;
  margin-left: 2px;
}
.bi-grip-vertical.fl {
  display: inline-block;
  transform: translateX(-5px);
  cursor: grab !important;
}

.grid.over::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 4px;
  background: #d91582;
  border-radius: 4px;
  top: -9px;
}

ul.dss-drag {
  list-style-type: none !important;
  padding: 0 !important;
  padding-top: 15px !important;
}
ul.dss-drag li {
  padding: 0 !important;
}

.dss-order-desktop {
  display: block;
  transform: translateY(5px);
}

.dss-loading-kg {
  position: absolute;
  top: 25px;
  font-size: 14px;
  right: 25px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .dss-loading-kg {
    right: 18px;
  }
}

.dss-delivery-choice {
  position: absolute;
  bottom: 70px;
  font-size: 15px;
  right: 25px;
}
@media screen and (max-width: 991px) {
  .dss-delivery-choice {
    right: 18px;
  }
}

.column.hide {
  display: none;
}

.dss-loading-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .dss-loading-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

#rInfo,
#rInfo2 {
  display: none;
  max-width: 500px !important;
}
#rInfo.open,
#rInfo2.open {
  display: block;
}

.dss-x-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.dss-x-container.open {
  border-bottom: none;
}

.step_2_body,
.dss-x-text-1,
.dss-x-text-2,
.dss-x-form,
.dss-x-sent,
.dss-x-whattodo,
.dss-x-back {
  position: relative;
}
.step_2_body.hide,
.dss-x-text-1.hide,
.dss-x-text-2.hide,
.dss-x-form.hide,
.dss-x-sent.hide,
.dss-x-whattodo.hide,
.dss-x-back.hide {
  display: none;
}

.dss-x-back {
  margin-top: 10px;
  padding-top: 10px;
}

.dss-x-text-1 {
  cursor: pointer;
}

.dss-x-text-2 .close {
  float: right;
  padding-left: 40px;
  padding-bottom: 10px;
  color: #d91582;
  cursor: pointer;
}

.dss-x-form textarea {
  display: block;
  width: 100%;
  height: 200px;
  margin: 10px 0;
  padding: 0.375rem 0.75rem;
}
.dss-x-form textarea.hide {
  display: none;
}

.dss-x-confirm {
  background: #d91582 !important;
  border: none !important;
  color: white !important;
  font-size: 15px !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  width: -moz-max-content !important;
  width: max-content !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  cursor: pointer !important;
}
.dss-x-confirm.hide {
  display: none;
}

.dss-x {
  display: flex;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.dss-x.hide {
  display: none;
}

.dss-x-1,
.dss-x-2,
.dss-x-3 {
  flex: 1;
  text-align: center;
  opacity: 0.5;
  padding: 5px 0;
  font-size: 14px;
}
.dss-x-1 .dss-mini-red-circle,
.dss-x-2 .dss-mini-red-circle,
.dss-x-3 .dss-mini-red-circle {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #ccc;
  border-radius: 50%;
  transform: translate(-4px, 1px);
}
.dss-x-1.active,
.dss-x-2.active,
.dss-x-3.active {
  opacity: 1;
  background: #333;
  color: white;
}
.dss-x-1.active .dss-mini-red-circle,
.dss-x-2.active .dss-mini-red-circle,
.dss-x-3.active .dss-mini-red-circle {
  background: #d91582;
}

.dataTables_wrapper {
  width: 100%;
}

#blocFormDelivery {
  border: none !important;
  margin-top: -30px;
  padding-right: 15px;
  max-width: 30vw;
}
@media screen and (max-width: 991px) {
  #blocFormDelivery {
    padding-right: 0;
    max-width: 100vw;
  }
}
#blocFormDelivery.hide {
  display: none;
}
#blocFormDelivery .blocCtn {
  background: white;
  width: 100%;
  padding: 25px 20px;
  float: right;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#blocFormDelivery .bfd_info {
  max-width: 480px;
  padding-top: 15px;
  float: right;
}
#blocFormDelivery .bfd_info.hide {
  display: none;
}
#blocFormDelivery.disabled {
  pointer-events: none !important;
}
#blocFormDelivery.disabled .bfd_info {
  display: inline;
}
#blocFormDelivery.disabled .blocCtn {
  opacity: 0.3 !important;
}

#dss-alert {
  display: block;
  overflow: hidden;
  height: 0;
}
#dss-alert.height {
  height: 70px !important;
}

.dss-red-circles {
  position: absolute;
  right: 31px;
  top: 70px;
  display: flex;
  align-items: center;
  gap: 7px;
  pointer-events: none;
}
.dss-red-circles .dss-red-circle {
  width: 16px;
  height: 16px;
  background: #d91582;
  border-radius: 50%;
  display: none;
}
.dss-red-circles .dss-red-circle.show {
  display: inline-block;
}

.dss-header-delivery {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dss-header-delivery .bi-exclamation-circle {
  color: #d91582 !important;
  font-size: 30px;
}

.dss-buttons {
  display: flex;
  margin-left: -20px;
  width: calc(100% + 40px);
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: translateY(1px);
  height: 45px;
  overflow: hidden;
  font-size: 15px;
}
.dss-buttons .dss-buttons-google-map {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  height: 45px;
  overflow: hidden;
  border-right: 1px solid #ccc;
}
.dss-buttons .dss-buttons-google-map img {
  width: auto;
  height: 20px;
  transform: translateY(-2px);
}
.dss-buttons .dss-buttons-cancel {
  flex: 1;
  background: #e9ecef;
  color: white;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  height: 45px;
  overflow: hidden;
  border-right: 1px solid #ccc;
}
.dss-buttons .dss-buttons-cancel i {
  display: inline-block;
  color: #666 !important;
  transform: scale(1.2) !important;
}
.dss-buttons .dss-buttons-cancel.max {
  max-width: 200px;
}
.dss-buttons .dss-buttons-detail {
  flex: 1;
  background: #e9ecef;
  color: #000;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border-right: 1px solid #ccc;
  height: 45px;
  overflow: hidden;
}
.dss-buttons .dss-buttons-detail i {
  display: inline-block;
  transform: scale(1.4) !important;
}
.dss-buttons .dss-buttons-down {
  flex: 1;
  background: #e9ecef;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-right: 1px solid #ccc;
  height: 45px;
  overflow: hidden;
}
.dss-buttons .dss-buttons-down.disabled {
  pointer-events: none;
}
.dss-buttons .dss-buttons-down.disabled i {
  opacity: 0.2;
}
.dss-buttons .dss-buttons-up {
  flex: 1;
  background: #e9ecef;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-right: 1px solid #ccc;
  height: 45px;
  overflow: hidden;
}
.dss-buttons .dss-buttons-up.disabled {
  pointer-events: none;
}
.dss-buttons .dss-buttons-up.disabled i {
  opacity: 0.2;
}
.dss-buttons .dss-buttons-up.dss-btn-up {
  justify-content: flex-start;
  padding-left: 20px;
  text-decoration: none;
}
.dss-buttons .dss-icon-refresh {
  flex: 1;
  background: #e9ecef;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  height: 45px;
  overflow: hidden;
  pointer-events: none;
}
.dss-buttons .dss-icon-refresh i {
  display: none;
  pointer-events: none;
  transform: scale(1.5) !important;
}
.dss-buttons .dss-icon-refresh.active {
  pointer-events: auto;
  background: yellow !important;
}
.dss-buttons .dss-icon-refresh.active i {
  display: inline-block;
}
.dss-buttons .dss-buttons-person {
  flex: 1.5;
  white-space: nowrap;
  background: #e9ecef;
  color: #999;
  text-align: center;
  padding: 10px 0;
  cursor: default;
  border-right: 1px solid #ccc;
  height: 45px;
  overflow: hidden;
}
.dss-buttons .dss-buttons-person i {
  display: inline-block;
  transform: scale(1.4) !important;
}
.dss-buttons .dss-buttons-phone {
  flex: 2;
  white-space: nowrap;
  max-width: 200px;
  background: cornflowerblue;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  height: 45px;
  overflow: hidden;
  font-size: 14px !important;
}
.dss-buttons .dss-buttons-phone i {
  display: inline-block;
  color: white !important;
  font-size: 14px !important;
  transform: translateY(-1px) !important;
}
.dss-buttons .dss-buttons-phone.progress {
  flex: 1;
}
.dss-buttons .dss-buttons-phone.progress2 {
  flex: 1;
  max-width: 100%;
}

.dss-modify-delivery {
  padding-top: 25px;
}

.dss-modify-form {
  display: none;
}
.dss-modify-form.show {
  display: inline;
}

#excelTable {
  position: relative;
  width: 100%;
  padding-top: 60px;
}

.packHeaderScroll {
  position: absolute;
  top: 0;
  width: 0;
}

.packHeader {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  gap: 10px;
  background: white;
}
.packHeader.fixed {
  position: fixed;
}
.packHeader .allButtons {
  display: flex;
  gap: 10px;
}

.packHeader_goDown {
  background: #ddd;
  cursor: pointer;
}

.packHeader_goNextError {
  background: #d91582;
  color: white !important;
  cursor: pointer;
}

.dss-subject {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .dss-subject {
    display: block;
  }
}
.dss-subject.unread {
  background: #e9ecef;
}
.dss-subject .dss-subject-date {
  font-size: 14px;
  min-width: 170px;
  transform: translateY(1px);
  color: #999;
}
@media screen and (max-width: 980px) {
  .dss-subject .dss-subject-date {
    transform: translateY(-1px);
  }
}
.dss-subject .dss-subject-date,
.dss-subject .dss-subject-title {
  cursor: pointer !important;
}

.dss-subject-texts {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dss-subject-texts .dss-subject-message {
  padding: 20px 25px;
  display: block;
  background: #f2f2f2;
  border-radius: 10px;
  margin-top: 15px;
  color: #444;
}
.dss-subject-texts .dss-subject-message.hide {
  margin-top: 0;
  padding: 0;
  display: none;
}
.dss-subject-texts .dss-subject-message p:last-child {
  margin-bottom: 0 !important;
}

.column.read {
  cursor: pointer;
  background: #fff !important;
}
.column.read .dss-subject .dss-subject-date,
.column.read .dss-subject .dss-subject-title {
  color: #999;
  font-weight: normal;
}

.column.unread {
  background: #fff !important;
  cursor: pointer;
}
.column.unread .dss-subject .dss-subject-date,
.column.unread .dss-subject .dss-subject-title {
  color: #333;
  font-weight: bold;
}

.column.log {
  cursor: pointer;
  background: #fff !important;
}
.column.log .dss-subject .dss-subject-date,
.column.log .dss-subject .dss-subject-title {
  color: #666;
  font-weight: normal;
}

.dss-br-notifications {
  display: none;
}
@media screen and (max-width: 980px) {
  .dss-br-notifications {
    display: inline;
  }
}

label.label_cat,
label.label_grid {
  border-bottom: 2px solid transparent;
}
label.label_cat.checked,
label.label_grid.checked {
  border-bottom: 2px solid #666;
}
label.label_cat input,
label.label_grid input {
  display: none;
}

.total_all,
.total_email,
.total_xxx,
.total_delivery {
  color: #666;
}

.total_all::before,
.total_email::before,
.total_xxx::before,
.total_delivery::before {
  content: "(";
}

.total_all::after,
.total_email::after,
.total_xxx::after,
.total_delivery::after {
  content: ")";
}

.dss-mark {
  font-size: 15px;
  cursor: pointer;
}

.dss-notifications-s {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #d91582;
  color: white;
  border-radius: 50%;
  font-size: 90%;
  transform: translateY(1px);
}
.dss-notifications-s.circle {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.dss-notifications-c {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: cornflowerblue;
  color: white;
  border-radius: 50%;
  font-size: 90%;
  transform: translateY(1px);
}
.dss-notifications-c.circle {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.dss-notifications-x {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: sandybrown;
  color: white;
  border-radius: 50%;
  font-size: 90%;
  transform: translateY(1px);
}
.dss-notifications-x.circle {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.dss-notifications-left {
  display: inline-block;
  margin-left: -3px;
}

.admin_select {
  height: 780px !important;
}
.admin_select optgroup[label] {
  padding-top: 10px;
  color: #666;
}

.admin-list-log {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  max-height: 740px;
  overflow-y: scroll;
  border-bottom: 1px solid #ccc;
}
.admin-list-log li {
  width: 95%;
  padding: 5px;
  border: 1px solid #ccc;
  background: white;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.admin-list-log li .date {
  font-size: 13px;
}
.admin-list-log li .subject {
  font-size: 14px;
}

.dss-loading-form {
  pointer-events: none;
  opacity: 0.2;
}
.dss-loading-form.active {
  pointer-events: auto;
  opacity: 1;
}

.dss-all-inputs {
  padding-top: 20px;
  padding-bottom: 10px;
}

.dss-add-team {
  display: block;
  cursor: pointer;
  margin-left: 0px;
  transform: translateY(10px);
}
.dss-add-team.hide {
  display: none !important;
}

.dss-submit-btn {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  max-width: 250px;
}
.dss-submit-btn.hide {
  display: none !important;
}

.dss-delete-team {
  font-size: 24px;
  color: #d91582 !important;
  cursor: pointer;
  margin-right: 10px;
  transform: translateY(-2px);
}
.dss-delete-team.hide {
  display: none;
}

.dss-team-flex {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.dss-team-flex .form-floating {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .dss-team-flex {
    display: block;
  }
}
.dss-team-flex .dss-client-inputs {
  flex: 1;
  display: flex;
  gap: 8px;
}

.dss-sender-settings-flex {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 980px) {
  .dss-sender-settings-flex {
    display: block;
  }
}
.dss-sender-settings-flex .dss-sender-settings-tabs {
  padding-right: 40px;
}
.dss-sender-settings-flex .dss-sender-settings-tabs > div {
  font-size: 16px;
  cursor: pointer;
  padding: 12px 25px 12px 12px;
  transition: all 0.2s;
  white-space: nowrap !important;
}
.dss-sender-settings-flex .dss-sender-settings-tabs > div:hover {
  background: #333;
  color: white;
}
.dss-sender-settings-flex .dss-sender-settings-tabs > div.active {
  background: #333;
  color: white;
}
.dss-sender-settings-flex .dss-sender-settings-tabs > div.votre-api {
  border: none;
}
.dss-sender-settings-flex .dss-sender-settings-tabs > div.bl {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-bottom: 10px;
  transform: translateX(13px);
}
.dss-sender-settings-flex .dss-sender-settings-tabs > div.menu {
  cursor: default;
  font-weight: bold;
  margin-bottom: 10px;
}
.dss-sender-settings-flex .dss-sender-settings-tabs > div.menu:hover {
  background: none;
}
.dss-sender-settings-flex .dss-sender-settings-flex-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.dss-sender-settings-flex .dss-sender-settings-flex-inner .dsst_inner {
  display: none;
}
.dss-sender-settings-flex .dss-sender-settings-flex-inner .dsst_inner.active {
  display: flex;
}
.dss-sender-settings-flex .dss-sender-settings-flex-inner .dsst_inner #api-shagya {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 980px) {
  .dss-sender-settings-flex .dss-sender-settings-flex-inner .dsst_inner #api-shagya {
    display: block;
  }
}
.dss-sender-settings-flex .dss-sender-settings-flex-inner .dsst_inner #api-shagya .dss-sender-settings-column {
  margin-top: 13px;
}
@media screen and (max-width: 980px) {
  .dss-sender-settings-flex .dss-sender-settings-flex-inner .dsst_inner #api-shagya .dss-sender-settings-column.env {
    padding-top: 50px;
    border-top: 1px solid #ccc;
    margin-top: 60px;
  }
}
.dss-sender-settings-flex .dss-sender-settings-flex-inner .dsst_inner #api-shagya .dss-sender-settings-column input {
  max-width: 470px;
}

.dss-sender-settings-span-ctn {
  width: 300px;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .dss-sender-settings-span-ctn {
    padding-bottom: 20px;
  }
}
.dss-sender-settings-span-ctn .dss-sender-settings-span {
  cursor: pointer;
  white-space: nowrap;
}
.dss-sender-settings-span-ctn .dss-sender-settings-span:hover {
  color: #d91582;
}

.dss-sender-settings-env-logo {
  margin-top: 20px;
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
}
.dss-sender-settings-env-logo img {
  max-width: 100%;
}

.bi-image {
  font-size: 50px;
  opacity: 0.2;
}

.dashTextLeft {
  flex: 1;
  order: 1;
}
@media screen and (max-width: 980px) {
  .dashTextLeft {
    width: 100% !important;
    text-align: center !important;
    order: 2 !important;
  }
}

.dss-sender-logo img {
  width: auto;
  height: auto;
  max-height: 40px;
  transform: scale(1.6);
}
@media screen and (max-width: 980px) {
  .dss-sender-logo img {
    transform: scale(1);
    margin-top: 5px;
  }
}

.dss-sender-logo-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.dss-sender-logo-menu img {
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 270px;
  transform: scale(1.6);
}
@media screen and (max-width: 980px) {
  .dss-sender-logo-menu img {
    transform: scale(1);
    margin-top: 5px;
  }
}

.dashTextRight {
  flex: 1;
  text-align: right;
  order: 3 !important;
}
@media screen and (max-width: 980px) {
  .dashTextRight {
    width: 100% !important;
    text-align: center !important;
  }
}

.dss-circle-team {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-50%, -60%);
}
.dss-circle-team.noClicLink {
  background: #f28f12;
}
.dss-circle-team.inProgress {
  background: #f28f12;
}
.dss-circle-team.subscribed {
  background: #4dad33;
}
.dss-circle-team.noActive {
  background: #d91582;
}

.dss-circle2-team {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
}
.dss-circle2-team.red {
  background: #d91582;
}
.dss-circle2-team.orange {
  background: #f28f12;
}
.dss-circle2-team.green {
  background: #4dad33;
}
.dss-circle2-team.black {
  background: #000;
}

.linebreak {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
}
.linebreak .linebreak_line {
  flex: 1;
  border-top: 1px solid #ddd;
  width: 100%;
  transform: translateY(1px);
}
.linebreak .linebreak_title {
  font-weight: bold;
  padding-right: 10px;
  transform: translateY(-1px);
}

br.show_on_mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  br.show_on_mobile {
    display: inline;
  }
}

.client-link {
  display: none;
}
.client-link.show {
  display: block;
  padding: 0 0 20px 20px !important;
}

button.remove {
  display: none !important;
}
button.remove.showRemove {
  display: inline !important;
}

.mc-calendar {
  border: 1px solid #ccc !important;
}

.sender_history_grid + div .only {
  display: none;
}

.dssAbo button.detail {
  display: none !important;
  margin-right: 0px;
  background: white;
  color: #333 !important;
}
.dssAbo button.detail.show {
  display: inline !important;
}

.dssAbo.detailCtn {
  transition: all 0.6s ease-in-out;
  height: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin-top: 0;
}
.dssAbo.detailCtn .detailInner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  padding: 20px 0;
}
.dssAbo.detailCtn .detailInner .d-column {
  border-radius: 5px;
  padding: 15px 20px;
}
.dssAbo.detailCtn .detailInner .d-column * {
  color: black !important;
}
.dssAbo.detailCtn .detailInner .d-column.noBorder {
  border: none !important;
}
.dssAbo.detailCtn .detailInner .d-column.files img {
  margin-top: 5px;
  border: 1px solid #ddd;
}
.dssAbo.detailCtn .detailInner .d-column.ds {
  grid-area: 2/1/3/3;
}
@media screen and (max-width: 1280px) {
  .dssAbo.detailCtn .detailInner .d-column.ds {
    grid-area: 3/1/4/2;
  }
}
.dssAbo.detailCtn .detailInner .packs {
  display: flex;
}
.dssAbo.detailCtn .detailInner .packs .inner {
  display: flex;
}
.dssAbo.detailCtn .detailInner .packs .inner .llhp {
  flex: 1;
}
.dssAbo.detailCtn.open {
  height: auto;
}

.dontShowStatus {
  display: none !important;
}

.bloc.bs {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

form[name=vig] label {
  cursor: pointer;
  margin-right: 10px;
}

.list_clients,
.list_circuits,
.list-courses {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 783px;
  overflow-y: scroll;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  .list_clients,
  .list_circuits,
  .list-courses {
    height: 80vh;
  }
}
.list_clients .clients_ctn,
.list_clients .circuits_ctn,
.list_circuits .clients_ctn,
.list_circuits .circuits_ctn,
.list-courses .clients_ctn,
.list-courses .circuits_ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 10px 5px 10px 12px !important;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 980px) {
  .list_clients .clients_ctn,
  .list_clients .circuits_ctn,
  .list_circuits .clients_ctn,
  .list_circuits .circuits_ctn,
  .list-courses .clients_ctn,
  .list-courses .circuits_ctn {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 980px) {
  .list_clients .clients_ctn.noFlexColumn,
  .list_clients .circuits_ctn.noFlexColumn,
  .list_circuits .clients_ctn.noFlexColumn,
  .list_circuits .circuits_ctn.noFlexColumn,
  .list-courses .clients_ctn.noFlexColumn,
  .list-courses .circuits_ctn.noFlexColumn {
    flex-direction: row !important;
    align-items: center !important;
  }
}
.list_clients .clients_ctn div:first-child,
.list_clients .circuits_ctn div:first-child,
.list_circuits .clients_ctn div:first-child,
.list_circuits .circuits_ctn div:first-child,
.list-courses .clients_ctn div:first-child,
.list-courses .circuits_ctn div:first-child {
  display: block;
}
.list_clients .clients_ctn .icon-bootstrap,
.list_clients .circuits_ctn .icon-bootstrap,
.list_circuits .clients_ctn .icon-bootstrap,
.list_circuits .circuits_ctn .icon-bootstrap,
.list-courses .clients_ctn .icon-bootstrap,
.list-courses .circuits_ctn .icon-bootstrap {
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 7px;
}
@media screen and (max-width: 980px) {
  .list_clients .clients_ctn .icon-bootstrap,
  .list_clients .circuits_ctn .icon-bootstrap,
  .list_circuits .clients_ctn .icon-bootstrap,
  .list_circuits .circuits_ctn .icon-bootstrap,
  .list-courses .clients_ctn .icon-bootstrap,
  .list-courses .circuits_ctn .icon-bootstrap {
    width: 60px !important;
  }
}
.list_clients .clients_ctn .icon-bootstrap i,
.list_clients .circuits_ctn .icon-bootstrap i,
.list_circuits .clients_ctn .icon-bootstrap i,
.list_circuits .circuits_ctn .icon-bootstrap i,
.list-courses .clients_ctn .icon-bootstrap i,
.list-courses .circuits_ctn .icon-bootstrap i {
  font-size: 19px;
  cursor: pointer;
}
.list_clients .clients_ctn .icon-bootstrap i.opac,
.list_clients .circuits_ctn .icon-bootstrap i.opac,
.list_circuits .clients_ctn .icon-bootstrap i.opac,
.list_circuits .circuits_ctn .icon-bootstrap i.opac,
.list-courses .clients_ctn .icon-bootstrap i.opac,
.list-courses .circuits_ctn .icon-bootstrap i.opac {
  opacity: 0.3;
}
.list_clients .clients_ctn .icon-bootstrap.w70,
.list_clients .circuits_ctn .icon-bootstrap.w70,
.list_circuits .clients_ctn .icon-bootstrap.w70,
.list_circuits .circuits_ctn .icon-bootstrap.w70,
.list-courses .clients_ctn .icon-bootstrap.w70,
.list-courses .circuits_ctn .icon-bootstrap.w70 {
  width: 70px !important;
}
.list_clients .clients_ctn .icon-bootstrap.w40,
.list_clients .circuits_ctn .icon-bootstrap.w40,
.list_circuits .clients_ctn .icon-bootstrap.w40,
.list_circuits .circuits_ctn .icon-bootstrap.w40,
.list-courses .clients_ctn .icon-bootstrap.w40,
.list-courses .circuits_ctn .icon-bootstrap.w40 {
  width: 40px !important;
}
.list_clients .clients_ctn .icon-bootstrap.auto,
.list_clients .circuits_ctn .icon-bootstrap.auto,
.list_circuits .clients_ctn .icon-bootstrap.auto,
.list_circuits .circuits_ctn .icon-bootstrap.auto,
.list-courses .clients_ctn .icon-bootstrap.auto,
.list-courses .circuits_ctn .icon-bootstrap.auto {
  width: auto !important;
  white-space: nowrap !important;
}
.list_clients .clients_ctn .vig_infos,
.list_clients .circuits_ctn .vig_infos,
.list_circuits .clients_ctn .vig_infos,
.list_circuits .circuits_ctn .vig_infos,
.list-courses .clients_ctn .vig_infos,
.list-courses .circuits_ctn .vig_infos {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 980px) {
  .list_clients .clients_ctn .vig_infos,
  .list_clients .circuits_ctn .vig_infos,
  .list_circuits .clients_ctn .vig_infos,
  .list_circuits .circuits_ctn .vig_infos,
  .list-courses .clients_ctn .vig_infos,
  .list-courses .circuits_ctn .vig_infos {
    flex-direction: column;
    align-items: flex-start;
  }
}
.list_clients .clients_ctn .vig_infos span,
.list_clients .circuits_ctn .vig_infos span,
.list_circuits .clients_ctn .vig_infos span,
.list_circuits .circuits_ctn .vig_infos span,
.list-courses .clients_ctn .vig_infos span,
.list-courses .circuits_ctn .vig_infos span {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .list_clients .clients_ctn .vig_infos span,
  .list_clients .circuits_ctn .vig_infos span,
  .list_circuits .clients_ctn .vig_infos span,
  .list_circuits .circuits_ctn .vig_infos span,
  .list-courses .clients_ctn .vig_infos span,
  .list-courses .circuits_ctn .vig_infos span {
    margin-right: 0;
  }
}
.list_clients .clients_ctn .vig_infos i.bi-envelope,
.list_clients .circuits_ctn .vig_infos i.bi-envelope,
.list_circuits .clients_ctn .vig_infos i.bi-envelope,
.list_circuits .circuits_ctn .vig_infos i.bi-envelope,
.list-courses .clients_ctn .vig_infos i.bi-envelope,
.list-courses .circuits_ctn .vig_infos i.bi-envelope {
  font-size: 115% !important;
  transform: translateY(1px);
}
.list_clients .clients_ctn.opac,
.list_clients .circuits_ctn.opac,
.list_circuits .clients_ctn.opac,
.list_circuits .circuits_ctn.opac,
.list-courses .clients_ctn.opac,
.list-courses .circuits_ctn.opac {
  opacity: 0.4;
}
.list_clients .clients_ctn.h60,
.list_clients .circuits_ctn.h60,
.list_circuits .clients_ctn.h60,
.list_circuits .circuits_ctn.h60,
.list-courses .clients_ctn.h60,
.list-courses .circuits_ctn.h60 {
  height: 60px;
}
.list_clients .clients_ctn.cp,
.list_clients .circuits_ctn.cp,
.list_circuits .clients_ctn.cp,
.list_circuits .circuits_ctn.cp,
.list-courses .clients_ctn.cp,
.list-courses .circuits_ctn.cp {
  cursor: pointer;
}
.list_clients.dl,
.list_circuits.dl,
.list-courses.dl {
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
}
.list_clients.auto,
.list_circuits.auto,
.list-courses.auto {
  height: auto;
  min-height: 60vh;
}
.list_clients.hide-dss-finished-courses .dss-finished-courses,
.list_circuits.hide-dss-finished-courses .dss-finished-courses,
.list-courses.hide-dss-finished-courses .dss-finished-courses {
  display: none !important;
}

.list_clients {
  max-height: 991px !important;
}

#vig .columnsCtn {
  display: flex !important;
}
@media screen and (max-width: 980px) {
  #vig .columnsCtn {
    flex-direction: column;
  }
}
#vig .columnsCtn .column:nth-child(1) {
  flex: 3;
}
#vig .columnsCtn .column:nth-child(2) {
  flex: 4;
}
#vig .vig-submit-btn {
  display: flex;
  align-items: center;
}
#vig .vig-submit-btn button[type=submit] {
  flex: 4 !important;
}
#vig .vig-submit-btn button[type=button] {
  flex: 1 !important;
  text-align: center;
  display: none;
  cursor: pointer;
  margin-left: 10px;
}
#vig .vig-submit-btn button[type=button].show {
  display: inline;
}
#vig .round-total {
  position: relative;
  background: white;
  width: auto;
  height: 25px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 25px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transform: scale(0.8);
}
#vig .round-total.hide {
  display: none;
}
#vig .round-total.bgg {
  background: #d91582;
  color: white;
  margin-left: 5px;
  transform: translatey(-3px) scale(1);
}
#vig .round-total.orange {
  background: orange !important;
}
#vig .round-total.bgWhite {
  background: white !important;
  opacity: 0 !important;
}
#vig .upload-response {
  display: block;
  display: none;
}
#vig .upload-response.show {
  display: inline;
}
#vig .alert.dss.hide {
  display: none !important;
}
#vig .alert.dss.show {
  display: block !important;
}

@media screen and (max-width: 1280px) {
  .flex-group.vig {
    display: flex !important;
    flex-direction: column !important;
  }
}
.flex-group.vig.pl {
  padding-left: 31px;
  margin-top: -8px;
}
@media screen and (max-width: 1280px) {
  .flex-group.vig.pl {
    padding-left: 0;
    margin-top: 0;
  }
}

.trash {
  flex: none !important;
  display: flex;
  align-items: center;
}
.trash img {
  height: 32px;
  cursor: pointer;
  opacity: 0.7;
}

.plus-fields-ctn {
  display: flex;
  justify-content: center;
  padding: 5px;
}
.plus-fields-ctn .plus-fields {
  width: 25px;
  cursor: pointer;
}

.field_vig_time,
.field_vig_rd {
  flex: none !important;
  width: 90px;
}
@media screen and (max-width: 1280px) {
  .field_vig_time,
  .field_vig_rd {
    flex: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .field_vig_time,
  .field_vig_rd {
    margin-bottom: 10px !important;
  }
}

.field_vig_clients_id,
.field_vig_warehouse_manager {
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .field_vig_clients_id,
  .field_vig_warehouse_manager {
    flex: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .field_vig_clients_id,
  .field_vig_warehouse_manager {
    margin-bottom: 10px !important;
  }
}
.field_vig_clients_id.grow,
.field_vig_warehouse_manager.grow {
  flex: 1;
}

.field_vig_comment_mgr {
  flex: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .field_vig_comment_mgr {
    flex: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .field_vig_comment_mgr {
    margin-bottom: 10px !important;
  }
}
.field_vig_comment_mgr.grow {
  flex: 4;
  overflow: visible;
  margin-right: 8px;
}

.field_vig_map {
  flex: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .field_vig_map {
    flex: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .field_vig_map {
    margin-bottom: 10px !important;
  }
}
.field_vig_map.grow {
  flex: 4;
  overflow: visible;
  margin-right: 8px;
}

.field_vig_days {
  flex: none !important;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 10px;
  background: white !important;
  border: 1px solid #ced4da !important;
  white-space: nowrap;
  color: #333;
}
@media screen and (max-width: 1280px) {
  .field_vig_days {
    flex: 1 !important;
    width: auto !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .field_vig_days {
    margin-bottom: 10px !important;
  }
}

.field_vig_comment_manager {
  flex: 2;
}

#dss-drag-drop,
.dss-drag-drop {
  list-style: none;
  padding: 0;
  margin: 0;
}
#dss-drag-drop .handler,
.dss-drag-drop .handler {
  height: 23px;
  cursor: grab;
}
#dss-drag-drop li,
.dss-drag-drop li {
  position: relative;
}

.ghost {
  opacity: 0.4;
}

.bi-link-45deg {
  font-size: 20px;
}

.bi-cloud-arrow-down-fill {
  font-size: 24px !important;
}

.dss-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 35px;
  gap: 10px;
}
@media screen and (max-width: 1680px) {
  .dss-head {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.dss-head .bi-grip-vertical {
  position: absolute;
  left: -6px;
  font-size: 20px;
  cursor: grab !important;
}
.dss-head .bi-grip-vertical.showMobile {
  display: inline !important;
  transform: translateY(-2px);
}
.dss-head div {
  font-size: 17px;
}
@media screen and (max-width: 1680px) {
  .dss-head div {
    font-size: 15px;
  }
}
.dss-head .dss-head-time {
  width: 90px;
  position: relative;
  text-align: right;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media screen and (max-width: 1680px) {
  .dss-head .dss-head-time {
    padding-left: 12px;
    width: auto;
  }
}
.dss-head .dss-head-name {
  position: relative;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase !important;
  text-align: left;
}
.dss-head .dss-head-name.shagya {
  flex: 1;
  text-align: left;
  padding-right: 15px;
}
.dss-head .dss-head-name br.dss-head-name-br {
  display: none;
}
@media screen and (max-width: 1680px) {
  .dss-head .dss-head-name br.dss-head-name-br {
    display: inline;
  }
}
.dss-head .dss-head-rd {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px !important;
  overflow: hidden;
  display: inline;
  border: 1px solid #333;
  padding: 0 5px;
  margin-left: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 1680px) {
  .dss-head .dss-head-rd {
    display: none;
  }
}
.dss-head .dss-head-rd.no-border {
  border: none;
  padding: none;
}
.dss-head .dss-head-rd2 {
  text-transform: uppercase;
  display: none;
  font-size: 16px !important;
  overflow: hidden;
  border: 1px solid #333;
  padding: 0 5px;
  margin-left: 20px;
}
@media screen and (max-width: 1680px) {
  .dss-head .dss-head-rd2 {
    display: inline-block;
  }
}

.dss-bi-grip {
  position: absolute;
  width: 150px;
  height: 95px;
  z-index: 20;
  left: 0px;
  top: 0px;
}

.dss-buttons.circuits .dss-buttons-up {
  flex: 2;
  pointer-events: none;
}
@media screen and (max-width: 1680px) {
  .dss-buttons.circuits .dss-buttons-up {
    flex: 1;
  }
}

.line.circuits {
  background: rgba(233, 236, 239, 0.5);
  padding: 20px;
  border-radius: 10px;
}

li.draggable {
  position: relative;
}
li.draggable .dss-column-inner {
  opacity: 1;
  transition: opacity 0.3s;
}
li.draggable .dss-check i {
  font-size: 32px;
  position: absolute;
  top: 8px;
  left: 13px;
  z-index: 10;
  opacity: 0;
  transform: translateX(-15px);
  transition: 0.5s;
  pointer-events: none !important;
}
@media screen and (max-width: 980px) {
  li.draggable .dss-check i {
    font-size: 28px;
    top: 9px;
    left: 14px;
  }
}
li.draggable .course_image_na,
li.draggable .course_textarea_na {
  display: none;
}
li.draggable textarea.s2c {
  display: inline;
}
li.draggable.finished .dss-check i, li.draggable.deleted .dss-check i {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto !important;
}
li.draggable.finished .dss-check i.bi-x-circle-fill, li.draggable.deleted .dss-check i.bi-x-circle-fill {
  color: #d91582 !important;
}
li.draggable.finished i.bi-grip-vertical, li.draggable.deleted i.bi-grip-vertical {
  opacity: 0 !important;
}
li.draggable.finished .dssBlocRight label.delivery_1_image,
li.draggable.finished .dssBlocRight .signFlex,
li.draggable.finished .dssBlocRight .step_2_body br,
li.draggable.finished .dssBlocRight .last-column .line, li.draggable.deleted .dssBlocRight label.delivery_1_image,
li.draggable.deleted .dssBlocRight .signFlex,
li.draggable.deleted .dssBlocRight .step_2_body br,
li.draggable.deleted .dssBlocRight .last-column .line {
  display: none !important;
  pointer-events: none !important;
}
li.draggable.finished .dssBlocRight .last-column, li.draggable.deleted .dssBlocRight .last-column {
  height: 20px;
  overflow: hidden;
}
li.draggable.finished input, li.draggable.deleted input {
  pointer-events: none !important;
}
li.draggable.finished .course_image_na,
li.draggable.finished .course_textarea_na, li.draggable.deleted .course_image_na,
li.draggable.deleted .course_textarea_na {
  display: none;
  line-height: 38px;
}
li.draggable.finished .course_image_na.show,
li.draggable.finished .course_textarea_na.show, li.draggable.deleted .course_image_na.show,
li.draggable.deleted .course_textarea_na.show {
  display: inline-block;
}
li.draggable.finished .course_textarea_na, li.draggable.deleted .course_textarea_na {
  line-height: 42px;
}
li.draggable.finished textarea.s2c.hideTextarea, li.draggable.deleted textarea.s2c.hideTextarea {
  display: none !important;
}
li.draggable.finished .column, li.draggable.deleted .column {
  background: #e9ecef !important;
  height: 60px;
}
li.draggable.finished .line.circuits, li.draggable.deleted .line.circuits {
  background: #f8f8f8 !important;
  border: 1px solid #ddd;
}
li.draggable.finished .dss-btn-delivery-pack,
li.draggable.finished .dss-buttons-phone, li.draggable.deleted .dss-btn-delivery-pack,
li.draggable.deleted .dss-buttons-phone {
  display: none !important;
}
li.draggable.finished .dss-buttons, li.draggable.deleted .dss-buttons {
  border-top: none !important;
}
li.draggable.finished .dss-head-time,
li.draggable.finished .dss-head-rd, li.draggable.deleted .dss-head-time,
li.draggable.deleted .dss-head-rd {
  display: none !important;
}
li.draggable.finished .dss-head-name, li.draggable.deleted .dss-head-name {
  padding-left: 35px;
}
li.draggable.finished.view .dss-column-inner {
  opacity: 1;
}

#bootstrap-calendar .light {
  --green: #03c988;
  --shadow: rgba(100, 100, 111, 0.2) 0px 0px 20px 0px;
  --bg-body: #f3f8fe;
  --bg-main: #fdfdfd;
  --bg-second: #c3c2c8;
  --color-hover: #edf0f5;
  --color-txt: #151426;
}
#bootstrap-calendar .calendar {
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--bg-main);
  border-radius: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#bootstrap-calendar .light.calendar {
  border: 1px solid #e4e4e4;
}
#bootstrap-calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: var(--color-txt);
  padding: 10px;
}
#bootstrap-calendar .calendar-body {
  padding: 10px;
}
#bootstrap-calendar .calendar-week-day {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
  height: 50px;
}
#bootstrap-calendar .calendar-week-day div {
  display: grid;
  place-items: center;
  color: var(--bg-second);
}
#bootstrap-calendar .calendar-day {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  color: var(--color-txt);
}
#bootstrap-calendar .calendar-day div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;
}
#bootstrap-calendar .month-picker {
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}
#bootstrap-calendar .month-picker:hover {
  background-color: var(--color-hover);
}
#bootstrap-calendar .year-picker {
  display: flex;
  align-items: center;
}
#bootstrap-calendar .year-change {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}
#bootstrap-calendar .year-change:hover {
  background-color: var(--color-hover);
}
#bootstrap-calendar .calendar-footer {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#bootstrap-calendar .toggle {
  display: flex;
}
#bootstrap-calendar .toggle span {
  margin-right: 10px;
  color: var(--color-txt);
}
#bootstrap-calendar .calendar-day div span {
  position: absolute;
}
#bootstrap-calendar .calendar-day div:hover span {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}
#bootstrap-calendar .calendar-day div span:nth-child(1),
#bootstrap-calendar .calendar-day div span:nth-child(3) {
  width: 1px;
  height: 0;
  background-color: #aaa;
}
#bootstrap-calendar .calendar-day div:hover span:nth-child(1),
#bootstrap-calendar .calendar-day div:hover span:nth-child(3) {
  height: 100%;
}
#bootstrap-calendar .calendar-day div span:nth-child(1) {
  bottom: 0;
  left: 0;
}
#bootstrap-calendar .calendar-day div span:nth-child(3) {
  top: 0;
  right: 0;
}
#bootstrap-calendar .calendar-day div span:nth-child(2),
#bootstrap-calendar .calendar-day div span:nth-child(4) {
  width: 0;
  height: 1px;
  background-color: #aaa;
}
#bootstrap-calendar .calendar-day div:hover span:nth-child(2),
#bootstrap-calendar .calendar-day div:hover span:nth-child(4) {
  width: 100%;
}
#bootstrap-calendar .calendar-day div span:nth-child(2) {
  top: 0;
  left: 0;
}
#bootstrap-calendar .calendar-day div span:nth-child(4) {
  bottom: 0;
  right: 0;
}
#bootstrap-calendar .calendar-day div.currDate {
  border: 1px solid #d91582;
  color: var(--color-txt);
}
#bootstrap-calendar .calendar-day div.currDate span {
  display: none;
}
#bootstrap-calendar .month-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--bg-main);
  padding: 20px;
  color: var(--color-txt);
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  transform: scale(1.5);
  visibility: hidden;
  pointer-events: none;
}
#bootstrap-calendar .month-list.show {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
}
#bootstrap-calendar .month-list > div {
  display: grid;
  place-items: center;
}
#bootstrap-calendar .month-list > div > div {
  width: 100%;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
#bootstrap-calendar .month-list > div > div:hover {
  background-color: var(--color-hover);
}
@keyframes to-top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.history_courses_header {
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-left: 5px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.history_courses_header .vig_clients {
  min-width: 325px;
  padding-right: 30px;
}
.history_courses_header .dss-live-progress-ctn {
  flex: 1;
  height: 20px;
  margin-right: 60px;
  margin-left: 30px;
  background: #eee;
  display: flex;
  align-items: center;
}
.history_courses_header .dss-live-progress-ctn .dss-live-progress-bar {
  position: relative;
  width: 0;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.history_courses_header .dss-live-progress-ctn .dss-live-progress-percent {
  position: relative;
  width: 50px;
  height: 20px;
  margin-left: 7px;
  font-size: 80%;
  color: white;
  margin-left: -56px;
  text-align: right;
  transform: translateY(1px);
}
.history_courses_header .dss-live-progress-ctn .dss-live-progress-percent.zero {
  color: #000;
  margin-left: -24px;
}

.header-date {
  padding: 15px;
  padding-left: 2px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.history_no_found {
  text-align: center;
  padding-top: 150px;
  font-weight: 600;
}

div.ff_inner {
  background: white;
  padding: 26px 8px 7px 12px;
  border-radius: 6px;
  min-height: 58px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}

.history-dss-bloc {
  flex: 1;
  overflow: hidden;
  max-width: 12vw;
}
.history-dss-bloc.cp {
  cursor: pointer;
}
.history-dss-bloc.w80 {
  max-width: 80px;
}
.history-dss-bloc.ttu div.ff_inner {
  text-transform: uppercase;
}
.history-dss-bloc.grow {
  flex: 10 !important;
  max-width: 400px !important;
}
.history-dss-bloc.grow div.ff_inner {
  white-space: normal;
  width: 100%;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1280px) {
  .history-dss-bloc {
    width: 100% !important;
    cursor: default !important;
  }
}
.history-dss-bloc * {
  pointer-events: none;
}
.history-dss-bloc.img {
  pointer-events: auto !important;
}
@media screen and (max-width: 1280px) {
  .history-dss-bloc.img {
    height: auto !important;
    align-items: flex-start;
  }
}
.history-dss-bloc.img div.ff_inner {
  pointer-events: auto !important;
  display: flex;
  align-items: center;
  gap: 10px !important;
  padding: 0 0 0 12px !important;
}
.history-dss-bloc.img div.ff_inner span,
.history-dss-bloc.img div.ff_inner img {
  pointer-events: auto !important;
}
.history-dss-bloc.img div.ff_inner a {
  width: 50% !important;
  height: 100% !important;
}
.history-dss-bloc.img div.ff_inner img {
  width: 100% !important;
  height: auto !important;
  max-height: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px !important;
  overflow: hidden !important;
}
@media screen and (max-width: 1280px) {
  .history-dss-bloc.img div.ff_inner img {
    height: 100% !important;
    max-height: 1000px !important;
  }
}

.history-dss-submit {
  flex: 0 0 110px;
  height: 58px;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  padding: 5px;
  color: white;
}
@media screen and (max-width: 1280px) {
  .history-dss-submit {
    height: auto !important;
    align-items: flex-start;
  }
}
.history-dss-submit::before {
  display: none !important;
}
.history-dss-submit:hover {
  background: rgba(0, 0, 0, 0.2);
}

#vig li.history-dss * {
  font-size: 15px !important;
}

#vig li.history-dss.opacHistory {
  opacity: 0.5 !important;
}

#vig .dss-live i {
  position: absolute;
  top: 16px;
  left: -10px;
  font-size: 24px !important;
  z-index: 10;
  opacity: 1;
  transform: translateX(-15px);
  transition: 0.5s;
  pointer-events: none !important;
}
@media screen and (max-width: 1280px) {
  #vig .dss-live i {
    font-size: 28px;
    top: 9px;
    left: 14px;
  }
}

#vig .history-dss-check {
  width: 40px;
  height: 58px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
#vig .history-dss-check i {
  font-size: 24px !important;
}
#vig .history-dss-check i.bi-x-circle-fill {
  color: #d91582 !important;
}
#vig .history-dss-check i.bi-dash-circle-fill {
  color: orange !important;
}
#vig .history-dss-check::before {
  content: "";
  display: none !important;
}
#vig .history-dss-check.grab {
  justify-content: flex-start;
}

.history-dss-img::before {
  display: none !important;
}

.dss-timing-ctn {
  position: absolute;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  right: 50px;
  transition: all 0.3s;
  opacity: 0;
  transform: translateX(-50px);
  pointer-events: none;
}
.dss-timing-ctn.show {
  opacity: 1;
  transform: translateX(0);
}
.dss-timing-ctn .dss-timing,
.dss-timing-ctn .dss-seconds {
  font-weight: 600;
  color: #d91582;
}

.zone_courses {
  display: none;
}
.zone_courses .zone_courses_inner {
  position: relative;
  transform: translatex(0);
  padding: 0 27px;
}
.zone_courses .zone_courses_inner.boogie {
  animation: boogie 0.5s forwards ease-out;
}
.zone_courses.show {
  display: inline;
}

@keyframes boogie {
  0% {
    transform: translatex(0);
  }
  33% {
    transform: translatex(15px);
  }
  66% {
    transform: translatex(-15px);
  }
  100% {
    transform: translatex(0);
  }
}
.dss-val {
  display: flex;
  gap: 10px;
  padding-top: 20px;
  justify-content: space-between;
}
.dss-val div {
  border-radius: 6px;
}

#dss-calendar {
  position: absolute;
  z-index: 20;
  top: 69px;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  transform: translateY(-30px);
}
#dss-calendar.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dss-icon-calendar {
  position: relative;
}
.dss-icon-calendar i {
  position: absolute;
  z-index: 15;
  left: 25px;
  top: 20px;
  font-size: 24px !important;
  cursor: pointer;
}

.cloturer-text {
  position: relative;
  padding-top: 10px !important;
  display: none;
  max-width: 540px;
}
.cloturer-text.show {
  display: block !important;
  padding-bottom: 50px;
}

.live-icon-legend {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-right: 5px;
}
.live-icon-legend > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.live-icon-legend > div div {
  display: flex;
  align-items: center;
  gap: 10px;
}

li.liAfter {
  border: 1px solid red !important;
}

.dss-new {
  background: #999;
  padding: 5px 15px;
  height: 100%;
  display: flex;
  color: white;
  font-weight: 600;
  font-size: 15px !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dss-new.interne {
  background: #666 !important;
  color: white !important;
}
.dss-new.shagya {
  background: #d91582 !important;
  color: white !important;
}
.dss-new.client {
  background: cornflowerblue !important;
  color: white !important;
}
@media screen and (max-width: 980px) {
  .dss-new {
    font-size: 12px !important;
    text-align: center;
    line-height: 1.2;
  }
}
.dss-new .dss-new-br {
  display: none;
}
@media screen and (max-width: 980px) {
  .dss-new .dss-new-br {
    display: inline;
  }
}

.comment_mgr_ctn {
  border: 1px dashed #333;
  color: #333;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 22px;
  font-size: 15px;
  background: rgb(255, 255, 255);
  margin-bottom: 10px;
  margin-right: 7px;
}

.dfr_column .bi-info-circle-fill {
  margin-top: 11px;
  font-size: 23px !important;
}

.info_mgr_text {
  position: absolute;
  z-index: 10;
  top: -3px;
  width: 85%;
  min-height: 128px;
  max-height: 430px;
  background: #333;
  color: white;
  border: 1px solid #ccc;
  padding: 10px 5px 10px 13px;
  border-radius: 6px;
  overflow-y: scroll;
  font-size: 14px;
  opacity: 0;
  pointer-events: none !important;
  transition: all 0.4s ease-in-out;
  transform: translateY(20px);
}
.info_mgr_text.show {
  opacity: 1;
  transform: translateY(0);
}

.form-floating:not(.form-control:disabled)::before {
  background-color: none !important;
  background: none !important;
}

.cdj {
  font-size: 24px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  color: #333 !important;
  padding: 4px 16px 2px !important;
  border: 1px solid #333 !important;
  border-radius: 6px !important;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
  transform: translateY(3px) !important;
}

li.dss-shagya-bloc {
  flex: 0.5 !important;
}

.dss-cloturer-live-circuit {
  border: 1px solid #333;
  padding: 0px 7px;
  cursor: pointer;
  margin-right: 25px;
  border-radius: 3px;
}

.dss-enlever-live-circuit {
  position: relative;
  border: 1px solid #333;
  padding: 0px 7px;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 5px;
  transform: scale(0.8);
}

.dss-modify-layer {
  position: absolute;
  z-index: 10;
  width: 90%;
  height: 70%;
  left: 5%;
  top: 15%;
  padding-bottom: 5px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  pointer-events: auto;
  opacity: 1;
  background: white;
  box-shadow: 0px 0px 32px -25px rgba(0, 0, 0, 0.75);
  border: 1px solid #ccc;
}
.dss-modify-layer.hide {
  opacity: 0;
  pointer-events: none;
}
.dss-modify-layer .dss-modify-layer--text {
  color: #000;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  font-size: 15px;
}
.dss-modify-layer .dss-modify-layer--btn {
  color: white;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

.opac2 {
  opacity: 0.7 !important;
}

dialog {
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  padding: 0;
  background: none;
  border: none;
}
dialog img {
  width: 100%;
  height: auto;
  max-width: 500px;
}
dialog[open] {
  transition: all 0.3s ease-out;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1.5);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.bi-file-earmark-pdf-fill {
  display: inline-block;
  color: #d91582 !important;
  transform: scale(0.95) translateX(5px) !important;
  cursor: pointer;
}
.bi-file-earmark-pdf-fill.hide {
  display: none;
}
.bi-file-earmark-pdf-fill.history {
  transform: scale(1.6) translateY(5px) !important;
}

.dss-bgg {
  background: #999;
}

.dss-brr {
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  margin: 0;
}

.dp_border_grey {
  border: 2px solid #bbb !important;
}
.dp_border_grey.thin {
  border: 1px solid #aaa !important;
}
.dp_border_grey .detailInner .d-column,
.dp_border_grey .detailLoading .d-column {
  border: 1px solid #bbb !important;
}

.dp_border_thin {
  border: 1px solid #ccc !important;
}
.dp_border_thin .detailInner .d-column,
.dp_border_thin .detailLoading .d-column {
  border: 1px solid #ccc !important;
}

.dp_border_red {
  border: 2px solid #d91582 !important;
}
.dp_border_red.thin {
  border: 1px solid #d91582 !important;
}
.dp_border_red .dss-bgg {
  background: #d91582;
}
.dp_border_red .dss-brr {
  border: 1px solid #d91582 !important;
}
.dp_border_red .detailInner .d-column,
.dp_border_red .detailLoading .d-column {
  border: 1px solid #d91582 !important;
}

.dp_border_blue {
  border: 2px solid cornflowerblue !important;
}
.dp_border_blue.thin {
  border: 1px solid cornflowerblue !important;
}
.dp_border_blue .dss-bgg {
  background: cornflowerblue;
}
.dp_border_blue .dss-brr {
  border: 1px solid cornflowerblue !important;
}
.dp_border_blue .detailInner .d-column,
.dp_border_blue .detailLoading .d-column {
  border: 1px solid cornflowerblue !important;
}

.border_square_ctn {
  display: flex;
  align-items: cenbter;
  gap: 10px;
  white-space: nowrap;
}
.border_square_ctn .border_square {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px !important;
}
.border_square_ctn .border_square.gray {
  border: 2px solid #aaa;
}
.border_square_ctn .border_square.gray.active {
  background: #999 !important;
  color: white !important;
}
.border_square_ctn .border_square.red {
  border: 2px solid #d91582;
}
.border_square_ctn .border_square.red.active {
  background: #d91582 !important;
  color: white !important;
}
.border_square_ctn .border_square.blue {
  border: 2px solid cornflowerblue;
}
.border_square_ctn .border_square.blue.active {
  background: cornflowerblue !important;
  color: white !important;
}
.border_square_ctn .border_square.cp {
  cursor: pointer;
}

.dss-grid-live {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}
.dss-grid-live .dss-live-ctn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dss-grid-live .dss-live-ctn .dss-live-deliverer-name {
  padding: 10px 15px 11px;
  width: 100%;
  color: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.round-total {
  position: relative;
  background: #eee;
  min-width: 32px;
  height: 27px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 27px;
  margin-left: 10px;
  padding-left: 11px;
  padding-right: 11px;
  transform: scale(0.8);
}
.round-total.hide {
  display: none;
}
.round-total.bgg {
  background: #d91582;
  color: white;
  margin-left: 5px;
  transform: translatey(-3px) scale(1);
}
.round-total.orange {
  background: orange !important;
}
.round-total.tgv {
  background: #d91582;
  color: white;
  margin-left: 5px;
}
.round-total.ap {
  background: rgb(0, 70, 0);
  color: white;
  margin-left: 5px;
}
.round-total.bgWhite {
  background: white !important;
  opacity: 0 !important;
}

.round-tgv {
  position: relative;
  background: #d91582;
  min-width: 40px;
  height: 25px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 25px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transform: scale(0.8);
}
.round-tgv.pa {
  position: absolute;
  right: 20px;
}
.round-tgv.hide {
  display: none;
}
.round-tgv.show {
  display: inline-block !important;
}

.dss-check-live {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  right: 15px;
}

.dss-hide {
  display: none !important;
}

.bhide {
  display: none !important;
}

.refresh-ctn {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  padding-top: 5px;
  gap: 3px;
  transform: translate(-3px, -60px);
  cursor: pointer;
}
.refresh-ctn i {
  font-size: 21px !important;
  transform: translatey(-6px);
}
.refresh-ctn i::before {
  vertical-align: -10px !important;
}
.refresh-ctn span {
  font-size: 15px !important;
}
.refresh-ctn.pa {
  position: absolute;
  top: -10px;
}
.refresh-ctn.pa i::before {
  vertical-align: -3px !important;
}

.deliverer_cicuits_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 29vw;
}
@media screen and (max-width: 980px) {
  .deliverer_cicuits_btn {
    min-width: 91vw;
  }
}

.flex-group.clients {
  display: none !important;
}
.flex-group.clients.show {
  display: flex !important;
}

.bi-arrow-clockwise {
  transform: scale(1.2) !important;
}

.stars_ctn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.stars_ctn .star_ctn {
  width: 30px;
  height: 29px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stars_ctn .star_ctn .star {
  width: 25px;
  height: 29px;
  cursor: pointer !important;
}
.stars_ctn .star_ctn .star.left {
  background-image: url(./assets/star-left-outline.png);
}
.stars_ctn .star_ctn .star.left.full {
  background-image: url(./assets/star-left-full.png);
}
.stars_ctn .star_ctn .star.right {
  background-image: url(./assets/star-right-outline.png);
}
.stars_ctn .star_ctn .star.right.full {
  background-image: url(./assets/star-right-full.png);
}

i.bi-emoji-angry {
  display: inline-block;
  font-size: 20px;
  color: #d91582 !important;
  transform: translate(11px, 11px);
  cursor: pointer;
}

#sender_complaint_box {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 1665px;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
}
#sender_complaint_box .complaint_box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 10000px;
  max-height: 650px;
  padding: 20px;
  background: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.6);
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.41);
}
#sender_complaint_box .complaint_box .complaint_box_line {
  width: 60px;
  border-top: 2px solid #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
#sender_complaint_box .complaint_box .complaint_box_title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#sender_complaint_box .complaint_box i.bi-x-lg {
  cursor: pointer;
}
#sender_complaint_box .complaint_box textarea[name=sender_complaint_message] {
  width: 100%;
  height: 60%;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  resize: none;
  background: #f2f2f2;
  flex: 1;
}
#sender_complaint_box .complaint_box button {
  float: right;
  background: #d91582 !important;
  margin-top: 15px;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
#sender_complaint_box .complaint_box .complaint_box_sending {
  display: none;
}
#sender_complaint_box .complaint_box .complaint_box_sending.show {
  display: inline;
}
#sender_complaint_box.show {
  pointer-events: auto;
  opacity: 1;
}
#sender_complaint_box.show .complaint_box {
  opacity: 1;
  transform: scale(1);
}

.bloc.deposit-ok {
  border: 3px solid #03c988 !important;
}

#dashboard .grid .bloc button.dss-pending {
  color: #333 !important;
}
#dashboard .grid .bloc button.dss-pending:hover {
  color: white !important;
  background: orange !important;
}
#dashboard .grid .bloc button.dss-pending.show:hover {
  color: white !important;
  background: orange !important;
}

.dss-timepicker {
  position: absolute;
  border: 1px solid #ccc;
  background: white;
  display: none;
  align-items: flex-start;
  padding: 10px;
  gap: 20px;
  border-radius: 6px;
  margin-top: -1px;
}
.dss-timepicker.show {
  display: flex;
}
.dss-timepicker .dss-timepicker-hours {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.dss-timepicker .dss-timepicker-hours .dss-timepicker-hour {
  width: 34px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dss-timepicker .dss-timepicker-hours .dss-timepicker-hour:hover {
  background: #ddd;
}
.dss-timepicker .dss-timepicker-minutes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.dss-timepicker .dss-timepicker-minutes .dss-timepicker-minute {
  width: 34px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dss-timepicker .dss-timepicker-minutes .dss-timepicker-minute:hover {
  background: #ddd;
}

#sender_bug_box {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 1665px;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
}
#sender_bug_box .bug_box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 10000px;
  max-height: 650px;
  padding: 20px;
  background: white;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.6);
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.41);
}
#sender_bug_box .bug_box .bug_box_line {
  width: 60px;
  border-top: 2px solid #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
#sender_bug_box .bug_box .bug_box_title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
#sender_bug_box .bug_box i.bi-x-lg {
  cursor: pointer;
}
#sender_bug_box .bug_box textarea[name=sender_bug_message] {
  width: 100%;
  height: 60%;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  resize: none;
  background: #f2f2f2;
  flex: 1;
}
#sender_bug_box .bug_box button {
  float: right;
  background: #d91582 !important;
  margin-top: 15px;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
#sender_bug_box .bug_box .bug_box_sending {
  display: none;
}
#sender_bug_box .bug_box .bug_box_sending.show {
  display: inline;
}
#sender_bug_box.show {
  pointer-events: auto;
  opacity: 1;
}
#sender_bug_box.show .bug_box {
  opacity: 1;
  transform: scale(1);
}

.topHeader {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: calc(100% + 100px);
  margin-left: -50px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  margin-bottom: 50px;
  margin-top: -100px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.topHeader .topHeaderInner {
  position: relative;
  padding: 0 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .topHeader .topHeaderInner {
    padding: 0 20px;
    gap: 10px;
  }
}
.topHeader .topHeaderInner .topHeaderDashboard {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.topHeader .topHeaderInner .topHeaderDashboard .th-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .topHeader .topHeaderInner .topHeaderDashboard .th-title {
    font-size: 1.1rem;
  }
}
.topHeader .topHeaderInner .topHeaderDashboard .th-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #4b5563;
}
.topHeader .topHeaderInner .topHeaderDashboard .th-btn i {
  font-size: 1.1rem;
  color: inherit !important;
  display: flex;
}
.topHeader .topHeaderInner .topHeaderDashboard .th-btn:hover {
  background: #fff;
  color: #d91582;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(217, 21, 130, 0.12);
  border-color: rgba(217, 21, 130, 0.2);
}
.topHeader .topHeaderInner .topHeaderDashboard .th-btn:active {
  transform: translateY(0);
  background: rgba(217, 21, 130, 0.05);
}
.topHeader .topHeaderInner .topHeaderDashboard .verticalLine {
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 2px;
}
.topHeader .topHeaderInner .topHeaderUser {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.topHeader .topHeaderInner .topHeaderUser .user-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.topHeader .topHeaderInner .topHeaderUser .user-pill:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(217, 21, 130, 0.15);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}
.topHeader .topHeaderInner .topHeaderUser .user-pill .user-info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.25;
}
.topHeader .topHeaderInner .topHeaderUser .user-pill .user-info-text .user-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111827;
}
.topHeader .topHeaderInner .topHeaderUser .user-pill .user-info-text .user-meta {
  display: flex;
  align-items: center;
  gap: 4px;
}
.topHeader .topHeaderInner .topHeaderUser .user-pill .user-info-text .user-role {
  font-size: 0.7rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.topHeader .topHeaderInner .topHeaderUser .user-pill .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, #d91582 0%, #ff4d9d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
  box-shadow: 0 2px 6px rgba(217, 21, 130, 0.2);
}
.topHeader .topHeaderInner .topHeaderUser .user-pill .user-avatar i {
  color: white !important;
}
.topHeader .topHeaderInner .topHeaderUser .stars_ctn {
  display: flex;
  gap: 1px;
}
.topHeader .topHeaderInner .topHeaderUser .stars_ctn i {
  font-size: 0.75rem;
  color: #fbbf24 !important;
}
@media screen and (max-width: 991px) {
  .topHeader .topHeaderInner .topHeaderUser .user-pill {
    padding: 5px 10px;
  }
  .topHeader .topHeaderInner .topHeaderUser .user-pill .user-info-text .user-name {
    font-size: 0.8rem;
  }
}
.topHeader .topHeaderAlertBox {
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 20px;
  width: 100%;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(0);
  min-height: 70px;
  color: white;
  font-size: 16px;
  pointer-events: none !important;
  background: #d91582;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.topHeader .topHeaderAlertBox.show {
  opacity: 1;
  transform: translateY(70px);
}

.info_mgr {
  position: absolute;
  width: 430px;
  height: 200px;
  left: -435px;
  padding: 15px;
  display: none;
  font-size: 15px;
  top: 0;
  border: 1px solid #ccc;
}
.info_mgr.show {
  display: inline;
}

.loading_done {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

.dss_bi_chat,
.dss_bi_info {
  position: relative;
}
.dss_bi_chat.show::before,
.dss_bi_info.show::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}

#api .wrap-api {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.8s ease-in-out;
  max-width: 560px !important;
}
@media screen and (max-width: 980px) {
  #api .wrap-api {
    flex-direction: column;
  }
}
#api .wrap-api.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50px);
}
#api .wrap-api .wrap-api-left {
  width: 130px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #api .wrap-api .wrap-api-left {
    width: 100%;
  }
}
#api .wrap-api .wrap-api-right {
  flex: 1;
}
@media screen and (max-width: 980px) {
  #api .wrap-api .wrap-api-right {
    width: 100%;
  }
}
#api .wrap-api .wrap-api-right .brr {
  display: none;
}
@media screen and (max-width: 980px) {
  #api .wrap-api .wrap-api-right .brr {
    display: inline;
  }
}
#api .api-left {
  flex: 1 !important;
  padding: 0 50px 0 0 !important;
  margin-top: -5px;
}
#api .api-right {
  flex: 1 !important;
  min-height: 50vh !important;
  padding: 0 20px 0 20px !important;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 980px) {
  #api .api-right {
    padding: 0 0 0 13px !important;
    border-left: none !important;
  }
}
#api .api-right.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
}
#api .api-right .wrap-json {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  border-top: 1px dotted #ccc;
}
#api .api-right .wrap-json.pad-15 {
  padding-left: 15px;
}
#api .api-right .wrap-json.pad-30 {
  padding-left: 30px;
}
#api .api-right .wrap-json.title {
  background: #eee;
  font-weight: bold;
}
#api .api-right .wrap-json .var {
  color: #000;
  font-weight: bold;
}
#api .api-right .wrap-json .info {
  color: #999;
}
#api .api-right .wrap-json .info.asterisk::before {
  content: "*";
  color: #d91582;
  padding-right: 10px;
}
#api .api-right .api-explained {
  display: none;
}
#api .api-right .api-explained.show {
  display: block;
}
#api .api-right h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#api .api-right span.btn {
  display: inline-block;
  background: #d91582;
  color: white;
  padding: 3px 12px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transform: scale(0.9);
}
#api .api-right span.btn svg {
  transform: scale(1.2) translateY(1px);
  margin-left: 5px;
}
#api .api-right .checkboxes {
  padding: 0 15px 15px 0;
  display: none;
  flex-direction: column;
  gap: 8px;
}
#api .api-right .checkboxes.show {
  display: flex;
}
#api .api-right .checkboxes label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
}
#api .api-right .checkboxes .options_area {
  border-top: 2px dashed #ccc;
  margin-bottom: 15px;
  padding: 15px 15px 0 15px;
}
#api .api-right .loading_inputs,
#api .api-right .delivery_inputs {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#api .api-right .loading_inputs input,
#api .api-right .delivery_inputs input {
  width: 100%;
  padding: 7px 12px;
  background: #eee;
  border: 1px solid #ddd;
}
#api .api-right .loading_inputs input::-moz-placeholder, #api .api-right .delivery_inputs input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
#api .api-right .loading_inputs input::placeholder,
#api .api-right .delivery_inputs input::placeholder {
  color: #aaa;
  opacity: 1;
}
#api .api-right .loading_inputs input:-ms-input-placeholder,
#api .api-right .delivery_inputs input:-ms-input-placeholder {
  color: #aaa;
}
#api .api-right .loading_inputs input::-ms-input-placeholder,
#api .api-right .delivery_inputs input::-ms-input-placeholder {
  color: #aaa;
}
#api .api-right .loading_inputs.show,
#api .api-right .delivery_inputs.show {
  display: flex;
}
#api .api-right .json_to_use {
  display: none;
}
#api .api-right .json_to_use.show {
  display: block;
}
#api .api-right .json_to_use .json_to_use_inner {
  background: #333;
  color: white;
  border: 1px solid #eee;
  padding: 10px;
}
#api .api-right .json_to_use .wrap-json {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  border: none;
  color: white;
}
#api .api-right .json_to_use .wrap-json.hide {
  display: none !important;
}
#api .api-right .json_to_use .wrap-json.pad-15 {
  padding-left: 15px;
}
#api .api-right .json_to_use .wrap-json.pad-30 {
  padding-left: 30px;
}
#api .api-right .json_to_use .wrap-json .var {
  color: white;
  font-weight: normal;
}
#api .api-right .information {
  display: none;
}
#api .api-right .information.show {
  display: block;
}
#api .api-right .back_inputs {
  margin-top: -15px !important;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  #api .api-right .back_inputs {
    flex-direction: column;
  }
}

.looks-like-input {
  display: inline-block;
  background: white;
  padding: 5px 8px;
  border: 1px solid #ccc;
  transform: translateX(-8px);
}
.looks-like-input.crimson {
  color: #d91582;
}
.looks-like-input.gray {
  background: #eee;
}

.api-bloc-white {
  min-width: 625px;
  margin-top: -5px;
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.api-bloc-white h4 {
  margin-top: 0 !important;
}
.api-bloc-white.opac {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

#votre-api .api-bloc-white {
  padding: 20px;
}

span.btn.api-delete,
a.documentation {
  display: inline-block;
  background: #d91582;
  color: white;
  padding: 3px 12px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transform: scale(0.9);
  text-decoration: none;
}
span.btn.api-delete svg,
a.documentation svg {
  transform: scale(1.2) translateY(1px);
  margin-left: 5px;
}

.wrap-json {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  border-top: 1px dotted #ccc;
}

.wrap-json.pad-15 {
  padding-left: 15px;
}

.wrap-json.pad-30 {
  padding-left: 30px;
}

.wrap-json.title {
  background: #eee;
  font-weight: bold;
}

.wrap-json .var {
  color: #000;
  font-weight: bold;
}

.wrap-json .info {
  color: #999;
}
.wrap-json .info.asterisk::before {
  content: "*";
  color: #d91582;
  padding-right: 10px;
}

.google-map-icon {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.dss-alert-none {
  border: 1px solid #ccc;
  background: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20vh;
}
.dss-alert-none.hide {
  display: none;
}

@media screen and (max-width: 980px) {
  .grid-space {
    display: none !important;
  }
}

.dss-add-new-row.hide {
  display: none !important;
}

.dssC.hide,
.dssA.hide,
.dssT.hide {
  pointer-events: none !important;
  opacity: 0 !important;
}

#votre-api .all-votre-api.opac {
  opacity: 0.3 !important;
  pointer-events: none !important;
}

.menu_collapse {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 400px;
  max-height: 330px;
  transition: all 0.3s ease;
}
.menu_collapse.close {
  max-height: 0;
}

.menu_fields {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 400px;
  margin-top: 10px;
  max-height: 0;
  transition: all 0.3s ease;
}
.menu_fields.open {
  max-height: 400px;
}

.menu_popup {
  position: absolute;
  width: 350px !important;
  background: white;
  padding: 15px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  transform: translate(160px, -75px);
}
.menu_popup.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(200px, -75px);
}
.menu_popup .menu_popup_close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 12px;
  border: 2px solid white;
  background: white;
}

.odp_area,
.pack_area {
  display: block;
}
.odp_area.hide,
.pack_area.hide {
  display: none;
}

.borderBotom {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.borderBotom:last-child {
  border-bottom: none;
}

.zones-area {
  padding: 15px;
  position: relative;
  border: 1px solid #ddd;
  background: #eee;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 500px;
  border-radius: 6px;
  min-height: 88px;
}
.zones-area .zone-inp-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 15px;
  border-radius: 6px;
}
.zones-area .zone-inp-wrap img.drag-drop {
  height: 20px;
  cursor: move;
  margin-right: 7px;
}
.zones-area .zone-inp-wrap img.trash {
  height: 30px;
  cursor: pointer;
}
.zones-area .zone-inp-wrap input {
  flex: 1;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 16px;
  width: 300px;
}
.zones-area .zone-info {
  display: block;
}
.zones-area .zone-info.hide {
  display: none;
}

.zones-btn {
  padding: 7px 15px;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
  margin-right: 10px;
}

.zones-btn-save {
  padding: 7px 15px;
  background: #d91582;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
}

.info-wrap {
  position: relative;
  z-index: 2000;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px 0 10px;
  cursor: pointer;
}
.info-wrap img {
  height: 20px;
  pointer-events: none;
  transform: translateY(1px);
}
.info-wrap .info-popup {
  position: absolute;
  z-index: 9999;
  width: 500px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  top: 50%;
  right: 40px;
  left: auto;
  transform: translateY(-50%) translateX(20px);
  pointer-events: none;
  opacity: 0;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.info-wrap .info-popup.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  .info-wrap .info-popup {
    width: 300px;
    right: 10px;
    left: auto;
  }
}

.info-wrap-excel {
  position: relative;
  z-index: 2000;
  display: flex !important;
  align-items: center;
  height: 60px;
  padding: 0 10px;
  cursor: pointer;
  transform: translateY(-2px);
}
.info-wrap-excel img {
  height: 20px;
  pointer-events: none;
  transform: translateY(1px);
}
.info-wrap-excel .info-popup-excel {
  position: absolute;
  z-index: 9999;
  width: 500px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  top: 50%;
  right: 40px;
  left: auto;
  transform: translateY(-50%) translateX(20px);
  pointer-events: none;
  opacity: 0;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.info-wrap-excel .info-popup-excel.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  .info-wrap-excel .info-popup-excel {
    width: 300px;
    right: 10px;
    left: auto;
  }
}

div:has(.info-popup.active),
div:has(.info-popup-excel.active) {
  z-index: 10005 !important;
}

.err-wrap {
  transition: all 0.3s;
  overflow: hidden;
}
.err-wrap .err-text {
  overflow: hidden;
  max-height: 0;
}
.err-wrap .err-text .err-text-inner {
  padding: 5px 0 15px 15px;
  font-size: 15px;
  color: #d91582;
}
.err-wrap.active {
  max-height: 1000px;
  border-radius: 6px;
}
.err-wrap.active .err-text {
  max-height: 1000px;
}

.bdr_list {
  display: block;
  border: 1px solid #ccc;
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 10px;
  min-height: 57.5vh;
}
.bdr_list .bdr_list_pack {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 10px 11px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
.bdr_list .bdr_list_pack:last-child {
  border: none;
  margin-bottom: -20px;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn {
  position: absolute;
  left: 55%;
  top: 11px;
  width: 42%;
  height: 2px;
  background: #ccc;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar {
  position: relative;
  height: 2px;
  background: black;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull.creation {
  left: -5px;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull.loading {
  left: 33%;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull.warehouse {
  display: none;
  left: 66%;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull.delivery {
  left: 100%;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull .bdr_progressbar_text_under {
  position: absolute;
  bottom: -57px;
  font-size: 13px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #bbb;
  height: 50px;
  text-align: center;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull .bdr_progressbar_text_under span {
  opacity: 0;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull.active {
  display: inline;
  background: black;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull.active .bdr_progressbar_text_under {
  color: black;
}
.bdr_list .bdr_list_pack .bdr_progressbar_ctn .bdr_progressbar_bull.active .bdr_progressbar_text_under span {
  opacity: 1;
}
.bdr_list .bdr_list_pack .es {
  display: none;
}
.bdr_list .bdr_list_pack.pending {
  color: orange !important;
}
.bdr_list .bdr_list_pack.pending span {
  color: orange !important;
}
.bdr_list .bdr_list_pack.pending .es {
  display: inline;
}
.bdr_list .bdr_list_pack.pending .bdr_progressbar_ctn {
  display: none;
}

.bdr_pdf {
  position: fixed;
  display: block;
  border: 1px solid #ccc;
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 18px;
  font-weight: 500;
  height: 70vh;
  transition: 0.5s ease;
  overflow-y: scroll;
}
.bdr_pdf.up {
  top: 185px;
  height: 75vh !important;
  margin-top: 0;
}

.sbdrtc,
.sbdrtc2,
.sbdrtc3,
.sbdrtc4 {
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
}
.sbdrtc.active,
.sbdrtc2.active,
.sbdrtc3.active,
.sbdrtc4.active {
  opacity: 1;
  pointer-events: auto;
}

.sbdrtc_progressbar_ctn {
  position: absolute;
  width: 800px;
  margin-top: 2px;
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transform: translateY(10px);
}
.sbdrtc_progressbar_ctn .sbdrtc_progressbar {
  width: 0;
  transition: all 1s;
  height: 3px;
  overflow: hidden;
}
.sbdrtc_progressbar_ctn.active {
  display: block;
  opacity: 1;
  height: 30px;
}
.sbdrtc_progressbar_ctn.active .sbdrtc_progressbar {
  width: 100%;
}

.preview_flex {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
}
.preview_flex .preview_bloc {
  flex: 1;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-height: 300px;
  overflow: hidden;
}
.preview_flex .preview_bloc img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.preview_flex .preview_bloc .sign {
  text-align: center;
  font-size: 13px;
  padding-bottom: 5px;
}
.preview_flex .preview_bloc .no_pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  min-height: 280px;
  text-align: center;
}

#table_members_wrapper .dataTables_length,
#table_members_wrapper .dt-buttons,
#table_members_wrapper #table_members_filter {
  display: none !important;
}

.dssGrouped {
  padding: 20px 0 30px 0 !important;
}
.dssGrouped .bdr_list_pack {
  padding: 0 17px 10px 20px !important;
}

.smssent {
  display: none;
  text-align: center;
  font-size: 11px;
  pointer-events: none;
  color: #999;
  background: crimson;
  color: white;
  bottom: 0;
  left: 10px;
  line-height: 20px;
  padding: 0px 4px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 15px;
}
.smssent.show {
  display: block;
}

.smssent2 {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  color: #999;
  background: crimson;
  color: white;
  line-height: 20px;
  padding: 0px 4px;
  border-radius: 4px;
}

.pickup_date_asap_label,
.pickup_hour_asap_label,
.delivery_date_asap_label,
.delivery_hour_asap_label {
  display: inline-block;
  transition: all 0.3s;
}
.pickup_date_asap_label.up,
.pickup_hour_asap_label.up,
.delivery_date_asap_label.up,
.delivery_hour_asap_label.up {
  transform: translateY(-47px);
}/*# sourceMappingURL=main.min.css.map */