@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Reset Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  color: rgba(32, 33, 36, 1) /*#141a4e*/;
  background-color: #fff;
  font-size: 12px;
  /* --nbrOfScreen: 4; */
  margin: 0;
  flex-direction: column;
  --nbr-columns: 6;
  --nbr-columns-details: 6;
}
.ct-header {
  position: relative;
  z-index: 0;
  padding: 1.5em 0 2em;
  display: block;
  width: 100%;
  max-width: 1200px;
}
.ct-inner {
  position: relative;
  margin: 0 auto;
  padding: 0px 2em;
  /* max-width: 1350px; */
}
.ct-header .ct-inner {
  display: grid;
  grid-template-columns: 85px 1fr auto;
  align-items: center;
}
.ct-branding {
  line-height: 1;
  display: flex;
}

.ct-logo-img {
  margin: 0 auto;
  line-height: 1;
  display: block;
  width: 200px;
  max-width: none;
}
.ct-branding a.ct-logo {
  display: inline-block;
  outline: none;
}

.ct-branding a.ct-logo:hover {
  opacity: 0.9;
}
.ct-header-items-right {
  margin-left: auto;
}

.clock_cine {
  font-size: 3em;
  font-weight: 600;
}
/* Page Wrapper/Container Style */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Responsive Table Style */
.responsive-table {
  background-color: #fefefe;
  border-collapse: collapse;
  border-radius: 0px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.373); */
  width: 100%;
  max-width: 1200px;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: solid 1px #acb8c7;
  display: flex;
  flex-direction: column;
  margin: 1em auto;
}
.table-datails-prop {
  max-width: 1000px;
  margin: auto;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 22%); */
}
.responsive-table__row,
.responsive-table__row-details {
  display: grid;
  border-bottom: 1px solid #edeef2;
  padding: 0 1.5em;
  position: relative;
}
.responsive-table__row:before,
.responsive-table__row-details:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  left: -100vw;
  /* border-bottom: 1px solid #141a4e; */
  width: 200vw;
}
.responsive-table__row-details:before {
  border-bottom: none;
}

.responsive-table__row:nth-child(even),
.responsive-table__row-details:nth-child(even) {
  background-color: var(--bg-color-tr-odd);
}
/*.responsive-table__row:nth-child(odd) {
  background-color: #fefefe;
} */

.responsive-table__row {
  grid-template-columns: 0 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}
.responsive-table__row-details {
  grid-template-columns: 0 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  height: 40px;
}
.responsive-table__head tr th:first-child {
  visibility: hidden;
  width: 0;
}
.responsive-table__row__head,
.responsive-table__row__head-details {
  grid-template-columns: 0 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  border-bottom: 1px solid #edeef2;
  padding: 0 1.5em;
  font-size: 0.8em;
}
.responsive-table__row__head-details {
  grid-template-columns: 0 1fr 1fr 1fr 1fr 1fr;
}
.responsive-table__row-details:before {
  content: "";
  display: block;
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
}
.responsive-table__row-details:hover:before {
  box-shadow: 0 4px 3px 0 rgba(20, 20, 96, 0.1), inset 0 -5px 0 0 #47586580;
}
.responsive-table__row-details:active:before,
.responsive-table__row-details:hover:before {
  background-color: #c6d2dbb3;
  border-color: var(--color-primary-ce);
}
.preview-bloc {
  text-transform: none;
  font-size: 12px;
  text-decoration: underline;
}
#table-details {
  border: 1px solid #ddd;
  font-size: 0.8em;
}
.limit_text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
}

.responsive-table__row th,
.responsive-table__row td,
.responsive-table__row-details td {
  padding: 1em;
}

.responsive-table__row-details td {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-table__row td.movie_title {
  font-weight: 700;
  text-align: left;
  padding: 1em 1em 0 1em;
}

.responsive-table__head {
  background-color: var(--color-primary-ce);
  color: #fff;
}

.responsive-table__head__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0.5em 1em;
  box-sizing: border-box;
}
.movie_head {
  justify-content: flex-start;
}
.responsive-table__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: scroll;
  overflow-x: clip;
  max-height: 160px;
  /* row-gap: 0.5em; */
  /* background-color: #b8bbc9; */
}
.responsive-table__body .responsive-table__row {
  transition: 0.1s linear;
  transition-property: color, background;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
  flex-shrink: 1;
  /* max-height: 300px; */
  cursor: pointer;
  height: 40px;
}
.responsive-table__body tr td:first-child {
  visibility: hidden;
  width: 0;
}
.responsive-table__row:hover {
  background-color: #47586582;
}
.responsive-table__row:focus {
  background-color: #d7def6 /*#fff3ef*/;
  outline: 0; /*remove outline*/
}

.responsive-table__body .responsive-table__row:last-child {
  /* border-bottom: none; */
}
/* .responsive-table__body .responsive-table__row:hover {
  color: #ffffff;
  background-color: #fb4f83;
} */
.responsive-table__body__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* .emaining_places, */
.screen {
  /* font-size: 1.3em; */
  -webkit-text-stroke: 2px #ffffff;
  /* line-height: 90px; */
  color: transparent;
  background: radial-gradient(50% 50% at 50% 50%, #555 0, #2d2d2d 100%);
  border-radius: 8px;
}

.responsive-table__body__text::before {
  margin-right: 1em;
  font-weight: 600;
  text-transform: capitalize;
}
.limit_text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  max-height: 3.9em;
}
.btns-form-demat {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  column-gap: 1em;
}
input[type="submit"],
.saveChangeCEGrac,
.annulChangeCEGrac,
.copyBtn {
  background-color: #1e1d1d;
  border: none;
  margin-left: 0.1em;
  transition: all 0.1s ease;
  border-radius: 4px;
  width: 110px;
  height: 40px;
  text-align: center;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  color: #fff;
  background-color: var(--color-primary-ce);
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  border: solid 1px transparent;
}
.annulChangeCEGrac {
  background-color: rgb(143, 142, 142);
  color: #fff;
}
.saveChangeCEGrac,
.annulChangeCEGrac {
  width: 110px;
  height: 40px;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 28px;
}
.saveChangeCEGrac:hover,
.copyBtn:hover {
  box-shadow: 0 0 0 calc(1em * 1 / 16) rgb(240, 241, 243),
    0 0 0 calc(calc(1em * 3 / 16) + calc(1em * 1 / 16))
      rgba(var(--color-shadow-ce), 0.3);
  background: #ffffff /* rgb(83 59 226)*/;
  border: solid 1px var(--color-primary-ce);
  color: var(--color-primary-ce);
}
.copyBtn {
  overflow: initial;
  font-size: 12px;
  text-transform: uppercase;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}
a {
  cursor: pointer;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #9b81f6;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(243, 243, 243);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(111, 110, 110);
}

/*Modal*/
.trigger,
.trigger-row {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive;
}

.modal,
.modal-row {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  font-size: 1em;
  box-shadow: rgba(107, 107, 107, 0.24) 0px 16px 24px -8px;
  border: 1px solid transparent;
  z-index: 99;
}
.modal-content,
.modal-content-row {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 50ch;
  border-radius: 0.5rem;
  height: 30ch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.modal-content-row {
  padding: 20px;
  border-radius: 0;
}
.headerTitleModal {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  align-self: auto;
  flex-shrink: 0;
  flex-basis: auto;
  min-width: auto;
  margin-bottom: 8px;
  width: 100%;
}
.headerTitleModal p {
  font-size: 12px;
  max-width: 75%;
}
.close-button,
.close-button-row {
  text-align: center;
  cursor: pointer;
  font-size: 1.5em;
  transition: 0.1s;
}
.close-button-row {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 32px;
  background-color: transparent;
  box-shadow: transparent 0px 0px 0px 1px inset;
  color: rgb(107, 107, 107);
  padding: 0px 8px;
}
.close-button-row:hover {
  background-color: rgb(242, 242, 242);
  color: rgb(33, 33, 33);
}
.close-button:hover {
  color: #aaa;
}

.show-modal,
.show-modal-row {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.show-modal {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.MessageResponse,
.MessageResponse-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.7em;
  font-weight: 600;
  margin: auto;
}
.MessageResponse-row {
  align-items: flex-start;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
}
.alert_message {
  font-size: 1.5em;
  font-weight: 600;
}
.AllertMessageContent {
  font-size: 0.8em;
  font-weight: 300;
}

/*COPY TEXT */
::selection {
  background-color: #efccff;
  color: rgba(32, 33, 36, 1);
}
.parentCopyBtn {
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: start;
  justify-content: flex-end;
  align-items: center;
  align-self: auto;
  flex-shrink: 0;
  flex-basis: auto;
  min-width: auto;
  width: 100%;
}
.copyBtn:before {
  content: "";
  width: 16px;
  height: 16px;
  bottom: -13px;
  left: 50px;
  clip-path: polygon(50% 40%, 0% 100%, 100% 100%);
}
.copyBtn:after {
  content: attr(tooltip);
  width: 190px;
  bottom: -37px;
  left: -41px;
  padding: 5px;
  border-radius: 4px;
  font-size: 10px;
}
.copyBtn:before,
.copyBtn:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  background-color: var(--color-primary-ce);
  color: #ffffff;
  transform: translateY(-10px);
  transition: all 300ms ease;
}
.copyBtn:hover:before,
.copyBtn:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.modalDetailsTitle {
  font-weight: 600;
}
.modalSousTitle {
  font-weight: 400;
}
.modalDetailsTitle {
  font-size: 2em;
}
.modalDetailsResult {
  font-weight: 300;
}

.icon-Copy {
  font-size: 2em;
}
