/* _content/SharedKernel.Razor/Components/CookieCultuerSelector.razor.rz.scp.css */
/*# sourceMappingURL=CookieCultuerSelector.razor.css.map */
/* _content/SharedKernel.Razor/Components/CzCalendar.razor.rz.scp.css */
.calendar[b-2xdti5pm1w] {
  background-color: #f7f7f7;
  box-shadow: 0 0.5rem 1rem #c6c6c6;
}

.calendar .btn-group-sm > .btn[b-2xdti5pm1w], .calendar .btn-sm[b-2xdti5pm1w] {
  font-size: 0.7rem;
}

/*.calendar {
    .calendar__week-days {
        background-color: $calendar-week-days;
    }

    .calendar__month {
        background-color: $calendar-month;
    }

    .calendar__days, .calendar__week-days {
        background-color: $calendar-days;
    }
}*/
.calendar__month[b-2xdti5pm1w] {
  display: flex;
  /*justify-content: space-between;*/
  /*background-image: linear-gradient(to top, #d8aa21 0%, #ffc107 100%);*/
  width: 100%;
  padding: 10px;
  text-align: center;
}

.calendar__days[b-2xdti5pm1w], .calendar__week-days[b-2xdti5pm1w] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calendar__week-days div[b-2xdti5pm1w] {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.85rem;
  color: #333334;
  letter-spacing: 1px;
  text-align: center;
  /*color: rgba(255, 255, 255, 0.9)*/
}

.calendar__week-days[b-2xdti5pm1w] {
  padding: 7px 0;
  background-color: #333334;
}

.calendar__days label[b-2xdti5pm1w], .calendar__days div[b-2xdti5pm1w], .calendar__week-days div[b-2xdti5pm1w] {
  width: 14.28%;
  text-align: center;
}

.calendar__days label[b-2xdti5pm1w] {
  display: block;
  position: relative;
  padding: 4px 0;
}

.calendar__days label.chosen_date[b-2xdti5pm1w] {
  background-color: #2ecc71;
  box-shadow: 0 0 0 0.3px rgba(255, 255, 255, 0.97);
  color: #FFF;
}

.calendar__days input[b-2xdti5pm1w] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.calendar__days div[b-2xdti5pm1w] {
  padding: 4px 0;
  transition: 0.3s;
  border: #dadce0 1px solid;
  /*max-height: 205px;*/
  /* min-height: 205px;*/
  /*        overflow-y: auto;*/
  /*overflow-x: hidden;*/
}
.calendar__days .currentDay[b-2xdti5pm1w] {
  background-color: aqua !important;
}
.calendar__days .selected[b-2xdti5pm1w] {
  background-color: #79c48a !important;
}

.calendar__days div:hover[b-2xdti5pm1w] {
  background-color: #dfe6e9;
}

.clickable[b-2xdti5pm1w] {
  cursor: pointer;
}

.calendar__today[b-2xdti5pm1w] {
  background-color: #6dd65f;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
  color: white;
}

.calendar__next-date[b-2xdti5pm1w], .calendar__prev-date[b-2xdti5pm1w] {
  color: #bbb;
}

div.calendar__next-date:hover[b-2xdti5pm1w], div.calendar__prev-date:hover[b-2xdti5pm1w] {
  background-color: transparent;
  cursor: text;
}

.calendar__current-date #icalendarMonth[b-2xdti5pm1w] {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

#icalendarDateStr[b-2xdti5pm1w] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.calendar__next[b-2xdti5pm1w], .calendar__prev[b-2xdti5pm1w] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: rgba(0, 0, 0, .1);
   border-radius: 50%;*/
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.calendar__next:hover[b-2xdti5pm1w], .calendar__prev:hover[b-2xdti5pm1w] {
  background-color: rgba(0, 0, 0, 0.2);
}

.fix-departure-date-span[b-2xdti5pm1w] {
  position: relative;
  display: inline-block;
  padding: 6px 16px 6px 6px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 4px;
  border-radius: 4px;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 1px;
}

.fix-departure-date-span .ddt-fix-departure-calendar-date-remove[b-2xdti5pm1w] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 10px;
  text-decoration: none;
  text-align: center;
}

.fix-departure-date-span .ddt-fix-departure-calendar-date-remove:hover[b-2xdti5pm1w] {
  color: red;
}

textarea.meta-fix-departure-calendar[b-2xdti5pm1w] {
  width: 100%;
}

.ddt-fix-departure-calendar-box[b-2xdti5pm1w] {
  display: flex;
  flex-wrap: wrap;
}

.ddt-fix-departure-calendar-box .ddt-fix-departure-calendar-box__column[b-2xdti5pm1w] {
  width: 270px;
}

.ddt-fix-departure-calendar-box .ddt-fix-departure-calendar-box__column + .ddt-fix-departure-calendar-box__column[b-2xdti5pm1w] {
  width: calc(100% - 275px);
  padding: 40px 10px;
}

@media all and (max-width: 540px) {
  .ddt-fix-departure-calendar-box .ddt-fix-departure-calendar-box__column + .ddt-fix-departure-calendar-box__column[b-2xdti5pm1w] {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* _content/SharedKernel.Razor/Components/CzCombo.razor.rz.scp.css */
.comboSearch-control[b-99tsm6tg6l]::-webkit-search-cancel-button {
    position: relative;
    right: 15px;
}

.custom-dropdown[b-99tsm6tg6l] { position: relative; }

.custom-dropdown .form-select[b-99tsm6tg6l] { background-image: initial; }

.custom-dropdown .dropdown-menu[b-99tsm6tg6l] {
    border: 0 none;
    border-radius: 0 0 0 0;
    max-width: 100%;
    /*  background-color: #dee2e6;*/
    padding: 0;
    width: 100%;
    /*top: -4px;left: -45px;*/
}

.custom-dropdown .dropdown-menu .dropdown-item[b-99tsm6tg6l] {
    border-bottom: 1px solid #CCC;
    font-size: 0.86em;
    line-height: 15px;
    padding-left: 10px;
}

.custom-dropdown .arrow-combo[b-99tsm6tg6l] {
    cursor: pointer;
    height: 32px;
    left: 0px;
    width: 30px;
    z-index: 10;
}

.custom-dropdown .arrow-combo i[b-99tsm6tg6l] { font-size: 0.75rem; }

/* width */
/*.custom-dropdown ::-webkit-scrollbar {
    width: 10px;
}

.custom-dropdown ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px 10px 10px;
}

.custom-dropdown ::-webkit-scrollbar-thumb {
    background: #888;
}

.custom-dropdown ::-webkit-scrollbar-thumb:hover {
    background: #555;
}*/

/*# sourceMappingURL=CzCombo.razor.css.map */
/* _content/SharedKernel.Razor/Components/CzCultureSelector.razor.rz.scp.css */
/*# sourceMappingURL=CzCultureSelector.razor.css.map */
/* _content/SharedKernel.Razor/Components/CzForm.razor.rz.scp.css */
form[b-2j4ek7g111] { display: contents; }

/*# sourceMappingURL=CzForm.razor.css.map */
/* _content/SharedKernel.Razor/Components/CzGrid.razor.rz.scp.css */
table th td[b-wake1oj95y], table tbody td[b-wake1oj95y] {
  font-size: 0.75rem;
}

.navGroup[b-wake1oj95y] {
  top: 6px;
  z-index: 2;
}

.row-invoice[b-wake1oj95y] {
  border-right: 4px solid #6f459b;
  border-radius: 5px;
}

.row-invoice:hover[b-wake1oj95y] {
  border-color: #000;
  background-color: #fff2fe;
}

.custom a.dropdown-item[b-wake1oj95y] {
  font-size: 0.8em;
  cursor: pointer;
}

html[lang=en] .checkbox-card[b-wake1oj95y] {
  left: 8px;
  z-index: 1;
}
html[lang=en] .row-invoice[b-wake1oj95y] {
  border-right: 0 none;
  border-left: 4px solid #6f459b;
}

html[lang=ar][b-wake1oj95y] {
  /*  .numbers-4, .numbers-3, .numbers-2 {
          padding-right: 0;
          padding-left: 35px;
          margin-bottom: 20px;
      }
  */
}
html[lang=ar] .data-section[b-wake1oj95y] {
  height: 100%;
}
html[lang=ar] .checkbox-card[b-wake1oj95y] {
  right: 8px;
  z-index: 1;
}
html[lang=ar] .button-rotate-90[b-wake1oj95y] {
  /*    position: absolute;
  left: -27px;
  top: -26px;
  transform: rotate(90deg); 
  transform-origin: left bottom; 
  i {
      transform: rotate(-90deg);
  }*/
}
html[lang=ar] .button-rotate-90 .nav-link:first-child[b-wake1oj95y] {
  /*background-color: $hightlight;*/
}
html[lang=ar] .button-rotate-90 .nav-link:hover[b-wake1oj95y] {
  background-color: #cdd6dc !important;
}
/* _content/SharedKernel.Razor/Components/CzLoader.razor.rz.scp.css */
.loader[b-c5cspla2z7] {
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin-b-c5cspla2z7 2s linear infinite;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    height: 120px;
    width: 120px;
}

/* Safari */

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }

    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-b-c5cspla2z7 {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

/*# sourceMappingURL=CzLoader.razor.css.map */
/* _content/SharedKernel.Razor/Components/CzModal.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-mcbzzlavxe] {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    display: block; /* Hidden by default */
    height: 100%; /* Full height */
    /*padding-top: 100px; Location of the box */
    left: 0;
    overflow: auto; /* Enable scroll if needed */
    position: fixed; /* Stay in place */
    top: 0;
    width: 100%; /* Full width */
    z-index: 10000; /* Sit on top */
}

/* Modal Content */

.modal-content[b-mcbzzlavxe] {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: animatetop;
    animation-duration: 0.4s;
    animation-name: animatetop-b-mcbzzlavxe;
    background-color: #fefefe;
  
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: auto;
    padding: 0;
    position: relative;
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        opacity: 0;
        top: -300px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes animatetop-b-mcbzzlavxe {
    from {
        opacity: 0;
        top: -300px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

/* The Close Button */

.close[b-mcbzzlavxe] {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover[b-mcbzzlavxe],
.close:focus[b-mcbzzlavxe] {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.modal-header[b-mcbzzlavxe] {
    color: white;
  
    padding: 0.5rem 1rem;
}

.modal-body[b-mcbzzlavxe] { padding: 1rem; }
/* _content/SharedKernel.Razor/Components/CzSimpleCalendar.razor.rz.scp.css */
.calendar[b-wk4izo4y9y] {
    background-color: #f7f7f7;
    box-shadow: 0 0.5rem 1rem #c6c6c6;
}

.calendar .btn-group-sm > .btn[b-wk4izo4y9y], .calendar .btn-sm[b-wk4izo4y9y] { font-size: .7rem; }

/*.calendar {
    .calendar__week-days {
        background-color: $calendar-week-days;
    }

    .calendar__month {
        background-color: $calendar-month;
    }

    .calendar__days, .calendar__week-days {
        background-color: $calendar-days;
    }
}*/

.calendar__month[b-wk4izo4y9y] {
    /*justify-content: space-between;*/
    background-image: linear-gradient(to top, #b8f0f3 0%, #ade2f8 100%);
    display: flex;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.calendar__days[b-wk4izo4y9y], .calendar__week-days[b-wk4izo4y9y] {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.calendar__week-days div[b-wk4izo4y9y] {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color: #007bff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    /*color: rgba(255, 255, 255, 0.9)*/
}

.calendar__week-days[b-wk4izo4y9y] {
    color: #fff;
    padding: 7px 0;
}

.calendar__days label[b-wk4izo4y9y], .calendar__days div[b-wk4izo4y9y], .calendar__week-days div[b-wk4izo4y9y] {
    text-align: center;
    width: 14.28%;
}

.calendar__days label[b-wk4izo4y9y] {
    display: block;
    padding: 4px 0;
    position: relative;
}

.calendar__days label.chosen_date[b-wk4izo4y9y] {
    background-color: #2ecc71;
    box-shadow: 0 0 0 0.3px rgba(255, 255, 255, 0.97);
    color: #FFF;
}

.calendar__days input[b-wk4izo4y9y] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
}

.calendar__days div[b-wk4izo4y9y] {
    border: #dadce0 1px solid;
    max-height: 205px;
    min-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4px 0;
    transition: .3s;
}

.calendar__days div:hover[b-wk4izo4y9y] {
    background-color: #dfe6e9;
    cursor: pointer;
}

.calendar__today[b-wk4izo4y9y] {
    background-color: #6dd65f;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
    color: white;
}

.calendar__next-date[b-wk4izo4y9y], .calendar__prev-date[b-wk4izo4y9y] { color: #bbb; }

div.calendar__next-date:hover[b-wk4izo4y9y], div.calendar__prev-date:hover[b-wk4izo4y9y] {
    background-color: transparent;
    cursor: text;
}

.calendar__current-date #icalendarMonth[b-wk4izo4y9y] {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#icalendarDateStr[b-wk4izo4y9y] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    text-transform: uppercase;
}

.calendar__next[b-wk4izo4y9y], .calendar__prev[b-wk4izo4y9y] {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: .3s;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    transition: .3s;
    width: 30px;
}

.calendar__next:hover[b-wk4izo4y9y], .calendar__prev:hover[b-wk4izo4y9y] { background-color: rgba(0, 0, 0, 0.2); }

.fix-departure-date-span[b-wk4izo4y9y] {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 4px;
    padding: 6px 16px 6px 6px;
    position: relative;
}

.fix-departure-date-span .ddt-fix-departure-calendar-date-remove[b-wk4izo4y9y] {
    color: rgba(0, 0, 0, 0.7);
    font-size: 10px;
    height: 16px;
    padding: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 16px;
}

.fix-departure-date-span .ddt-fix-departure-calendar-date-remove:hover[b-wk4izo4y9y] { color: red; }

textarea.meta-fix-departure-calendar[b-wk4izo4y9y] { width: 100%; }

.ddt-fix-departure-calendar-box[b-wk4izo4y9y] {
    display: flex;
    flex-wrap: wrap;
}

.ddt-fix-departure-calendar-box .ddt-fix-departure-calendar-box__column[b-wk4izo4y9y] { width: 270px; }

.ddt-fix-departure-calendar-box .ddt-fix-departure-calendar-box__column + .ddt-fix-departure-calendar-box__column[b-wk4izo4y9y] {
    padding: 40px 10px;
    width: calc(100% - 275px);
}

@media all and (max-width: 540px) {
    .ddt-fix-departure-calendar-box .ddt-fix-departure-calendar-box__column + .ddt-fix-departure-calendar-box__column[b-wk4izo4y9y] {
        background-color: rgba(0, 0, 0, 0.01);
        padding-bottom: 20px;
        padding-top: 20px;
        width: 100%;
    }
}

/*# sourceMappingURL=CzCalendar.razor.css.map */
