*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html, body {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #fff;
}

.content {
  width: 100%;
}

.wrapper {
  padding: 0 3%;
}
@media (max-width: 68.75em) {
  .wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .wrapper {
    padding: 0 2rem;
  }
}

.bg-primary {
  background-color: #2a2f4d !important;
  color: #fff !important;
}

html {
  font-size: 62.5%;
}
@media (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 68.75em) {
  html {
    font-size: 56.25%;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #3f3e3e;
  font-weight: 400;
  font-size: 1.4rem;
  box-sizing: border-box;
}

h1 {
  font-family: "Russo One", sans-serif;
  font-size: 4rem;
  margin-bottom: 1rem;
}

h2 {
  font-family: "Russo One", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-family: "Russo One", sans-serif;
  font-size: 3rem;
  margin-bottom: 1rem;
}

h4 {
  font-family: "Russo One", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h5 {
  font-family: "Russo One", sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

a {
  color: #2a2f4d;
}

.font-danger {
  color: #c51818;
}
.font-success {
  color: #63c748;
}
.font-warning {
  color: #e18604;
}
.font-primary {
  color: #2a2f4d;
}
.font-cancel {
  color: #949494;
}

.section-header {
  font-family: "Russo One", sans-serif;
  font-size: 1.7rem;
  border-bottom: 1px solid #d2d0d0;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

:root {
  --kendo-font-size: 1.4rem; /* Global override */
}

.margin-left-5 {
  margin-left: 0.5rem;
}

.margin-left-10 {
  margin-left: 1rem;
}

.margin-top-10 {
  margin-top: 1rem;
}

.margin-top-20 {
  margin-top: 2rem;
}

.margin-top-10 {
  margin-top: 1rem;
}

.margin-bottom-20 {
  margin-bottom: 2rem;
}

.margin-right-5 {
  margin-right: 0.5rem;
}

.margin-right-10 {
  margin-right: 1rem;
}

.margin-right-15 {
  margin-right: 1.5rem;
}

.margin-right-20 {
  margin-right: 2rem;
}

.padding-10 {
  padding: 1rem;
}

.commonCol {
  display: inline-block;
}

.space-20 {
  height: 2rem;
}

.rfv {
  padding-left: 10px;
  color: #c51818;
  font-size: 12px;
  font-family: Verdana, Tahoma, Arial;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.bc-grid-icon__size_sm {
  width: 2rem;
  height: 2rem;
}
.bc-grid-icon__size_lg {
  width: 3rem;
  height: 3rem;
}
.bc-grid-icon:hover {
  fill: #2a2f4d;
}
.bc-grid-icon__green {
  fill: #63c748;
}
.bc-grid-icon__green:hover {
  fill: #2a2f4d;
}
.bc-grid-icon__blue {
  fill: #2a2f4d;
}
.bc-grid-icon__blue:hover {
  fill: #e18604;
}

.bc-cursor {
  cursor: pointer;
}

.bc-grid-header-icon {
  fill: #2a2f4d;
  width: 2rem;
  height: 2rem;
}
.bc-grid-header-icon:hover {
  fill: #e18604;
}

hr.normal {
  border-top: 1px solid #b0b0b0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.action-visible {
  display: block;
}

.action-hidden {
  display: none;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.k-splitbar .k-icon {
  font-size: 20px !important;
}

fieldset legend {
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: 1px solid #bebcbc;
}

.k-input {
  font-size: 1.4rem;
}

.k-combobox .k-dropdown-wrap {
  padding: 6px;
}
.k-combobox .k-dropdown-wrap--nopadding {
  padding: 0;
}

.k-picker-wrap .k-dateinput .k-dateinput-wrap {
  padding: 5px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid black;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.arrow-up--white {
  border-bottom: 1rem solid #fff;
}

fieldset:not(:first-child) {
  margin-top: 2rem;
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background: rgb(209, 209, 209);
}

.--w-50px {
  width: 5rem;
}

.--w-100px {
  width: 10rem;
}

.--w-150px {
  width: 15rem;
}

.--w-200px {
  width: 20rem;
}

.--h-50px {
  height: 5rem;
}

.--h-100px {
  height: 10rem;
}

.--h-150px {
  height: 15rem;
}

.--h-200px {
  height: 20rem;
}

.--rds-5px {
  border-radius: 5px;
}

.--rds-10px {
  border-radius: 10px;
}

.--rds-50pr {
  border-radius: 50%;
}

.--border-white-5 {
  border: 0.5rem solid #fff;
}

.--border-white-5-rds {
  border: 0.5rem solid #fff;
  border-radius: 50%;
}

.--box-shadow-1 {
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
}

.--nopadding {
  padding: 0;
}

.--icon-red {
  font-size: 25px;
  color: rgb(133, 0, 0) !important;
}

.--icon-green {
  font-size: 25px;
  color: rgb(29, 131, 4) !important;
}

.--icon-blue {
  font-size: 25px;
  color: rgb(3, 13, 153) !important;
}

.--icon-grey {
  font-size: 25px;
  color: rgb(126, 126, 126) !important;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

.columns-5 {
  -moz-columns: 5;
       columns: 5;
}

.added {
  background-color: #c5fafc !important;
  color: #000 !important;
}

.uploaded {
  background-color: #d9c4f8 !important;
  color: #000 !important;
}

.rejected {
  background-color: #eb7f8c !important;
  color: #000 !important;
}

.reuploaded {
  background-color: #eff594 !important;
  color: #000 !important;
}

.partlyuploaded {
  background-color: #fca318 !important;
  color: #000 !important;
}

.approved {
  background-color: #c3fbc6 !important;
  color: #000 !important;
}

.scheduled {
  background-color: #7bb44c !important;
  color: #fff !important;
}

.archived {
  background-color: #fff !important;
  color: #000 !important;
}

.notscheduled {
  background-color: #ebeae8 !important;
  color: #000 !important;
  border-bottom: 1px solid #fff;
}

.lv {
  height: 70vh;
}

.sph {
  height: 75vh;
}

.bgStart {
  background-color: #67d1fe;
}

.bgProcess {
  background-color: #f9a52d;
}

.bgFinnish {
  background-color: #97fc86;
}

.fb-color {
  background-color: #fff;
  color: #4267B2;
}

.MyTelerikNotification .k-notification-container .k-notification {
  padding: 1rem 3rem;
  font-size: 1.2rem;
  text-align: center;
  align-items: center;
}

.form-control {
  font-size: 1.4rem;
  padding: 0.5rem;
  border: 1px solid #ebedf2;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.form-control:focus {
  background-color: #e6e3e3;
}
.form-control--slim {
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.form-control--search {
  padding: 0.5rem;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.form-label {
  padding-bottom: 0.5rem;
}
.form-action__icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  font-size: 20px;
  padding-left: 0.5rem;
}
.form-action__icon--success {
  color: green !important;
}
.form-action__icon--danger {
  color: rgb(245, 138, 138) !important;
}
.form-select {
  font-size: 1.4rem;
}

.bc-readonly {
  background-color: #f4f5f8 !important;
  border: 1px solid #d8d8d8 !important;
}

.form-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #bebcbc;
}

.validation-message {
  color: red;
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(70rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(100rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cms-dropdown {
  list-style: none;
  position: absolute;
  top: 6.2rem;
  right: 5rem;
  background-color: #fff;
  width: 30rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  display: none;
  z-index: 10;
}
.cms-dropdown a {
  color: #3f3e3e;
}
.cms-dropdown a:hover {
  text-decoration: none;
}
.cms-dropdown__normal {
  padding: 0.8rem 0.8rem;
  margin: 0;
  display: flex;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  align-items: center;
}
.cms-dropdown__normal--icon {
  margin-right: 1.5rem;
  font-size: 2rem;
  color: #acabab;
}
.cms-dropdown__normal--text {
  margin: 0;
}
.cms-dropdown__normal:not(:last-child) {
  border-bottom: 1px solid #d2d0d0;
}
.cms-dropdown__normal:hover {
  background-color: #f3f3f3;
}
.cms-dropdown__site {
  padding: 0.8rem 0.8rem;
  margin: 0rem;
  display: flex;
}
.cms-dropdown__site--icon {
  margin-right: 1.5rem;
}
.cms-dropdown__site--text {
  margin: 0;
}
.cms-dropdown__site:not(:last-child) {
  border-bottom: 1px solid #d2d0d0;
}
.cms-dropdown__site:hover {
  background-color: #f3f3f3;
}
.cms-dropdown__alert {
  padding: 0.8rem 0.8rem;
  margin: 0;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
}
.cms-dropdown__alert:not(:last-child) {
  border-bottom: 1px solid #d2d0d0;
}
.cms-dropdown__alert:hover {
  background-color: #f3f3f3;
}
.cms-dropdown__alert--profile {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  max-width: 4rem;
  min-width: 4rem;
}
.cms-dropdown__alert--profile img {
  width: 100%;
  border-radius: 50%;
}
.cms-dropdown__alert--status {
  margin: 0;
}
.cms-dropdown__alert--left {
  text-align: left;
}
.cms-dropdown__alert--left__clock {
  display: flex;
  align-items: center;
  color: rgb(88, 207, 243);
  font-size: 1.3rem;
}
.cms-dropdown__alert--left__clock__check {
  color: #63c748;
  font-size: 1.7rem;
  margin-left: 0.5rem;
}
.cms-dropdown__alert--left__clock__check--big {
  font-size: 2.5rem;
  color: #63c748;
  margin-left: 0.5rem;
}
.cms-dropdown__alert--left__clock__reply {
  color: rgb(88, 207, 243);
  font-size: 1.7rem;
  margin-left: 0.5rem;
}
.cms-dropdown__alert--left__clock__reply--big {
  font-size: 2.5rem;
  color: rgb(88, 207, 243);
  margin-left: 0.5rem;
}
.cms-dropdown__alert--left p {
  margin: 0;
}
.cms-dropdown__alert--right {
  color: #2a2f4d;
  text-align: right;
}
.cms-dropdown__more {
  padding: 0.8rem 0.8rem;
  margin: 0;
  font-size: 1.4rem;
  background-color: rgb(88, 207, 243);
  color: #fff;
  text-align: center;
}

.cms-dropdown-left {
  list-style: none;
  position: absolute;
  top: 5.9rem;
  left: 0rem;
  background-color: #fff;
  width: 25rem;
  padding: 0;
  display: none;
  z-index: 10;
}
.cms-dropdown-left a {
  color: #3f3e3e;
}
.cms-dropdown-left a:hover {
  text-decoration: none;
}
.cms-dropdown-left__site {
  padding: 0.8rem 0.8rem;
  margin: 0rem;
  display: flex;
  border: none;
}
.cms-dropdown-left__site--icon {
  margin-right: 1.5rem;
}
.cms-dropdown-left__site--text {
  margin: 0;
}
.cms-dropdown-left__site:not(:last-child) {
  border-bottom: 1px solid #d2d0d0;
}
.cms-dropdown-left__site:hover {
  background-color: #f3f3f3;
}

.openNav {
  display: block;
}

.btn {
  padding: 0.8rem 1.9rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-radius: 0.7rem;
  border: none;
}
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 0.8rem 0 0.8rem 0.5rem;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn:hover {
  opacity: 0.8;
}
.btn-primary {
  background-color: #2a2f4d !important;
}
.btn-success {
  background-color: #63c748 !important;
}
.btn-warning {
  background-color: #e18604 !important;
}
.btn-cancel {
  background-color: #949494 !important;
  color: #fff;
}
.btn-cancel:hover {
  color: #fff;
}
.btn-danger {
  background-color: #c51818 !important;
  color: #fff !important;
}
.btn-lg {
  font-size: 1.5rem;
}
.btn-sm {
  font-size: 1.1rem;
}
.btn-grid-icon {
  color: #2a2f4d;
  font-size: 2rem;
  cursor: pointer;
}
.btn-outline-primary {
  border: 1px solid #2a2f4d !important;
  font-size: 1.1rem !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
}

.card {
  box-shadow: 0px 0px 17px -12px rgba(0, 0, 0, 0.75);
}
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e3e3;
  padding: 0.8rem;
  background-color: transparent;
}
.card-header {
  color: #3f3e3e;
  font-family: "Russo One", sans-serif;
  font-size: 1.8rem;
  border: none;
  padding: none;
  font-weight: normal;
  background-color: transparent;
}
.card-tools {
  text-align: right;
  padding: 0 1rem 0 0;
}
.card-tools a {
  color: #3f3e3e;
  font-size: 2rem;
}
.card-tools a:hover {
  color: #2a2f4d;
}
.card-body__image {
  text-align: center;
}
.card-body__image img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.card-body__header {
  font-family: "Russo One", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.card-body__nav-item {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.card-body__nav-item--icon {
  fill: #bebcbc;
  width: 2rem;
  height: 2rem;
}
.card-body__nav-item--text {
  margin-left: 1rem;
}
.card-footer {
  background-color: transparent;
}
.card-list:not(:first-child) {
  margin-top: 2rem;
}

.checkbox-inline {
  display: flex;
  flex-wrap: wrap;
}

.checkbox {
  margin-right: 1rem;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  top: 3px;
}

.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}

.checkbox input[type=checkbox] + label::after {
  content: none;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.checkbox input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.RadGrid .checkbox {
  margin-right: 1rem !important;
}

.RadGrid .checkbox input[type=checkbox] {
  opacity: 0 !important;
}

.RadGrid .checkbox label {
  position: relative !important;
  display: inline-block !important;
  padding-left: 22px !important;
}

.RadGrid .checkbox label::before,
.RadGrid .checkbox label::after {
  position: absolute !important;
  content: "" !important;
  display: inline-block !important;
}

.RadGrid .checkbox label::before {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid !important;
  left: 0px !important;
  top: 3px !important;
}

.RadGrid .checkbox label::after {
  height: 5px !important;
  width: 9px !important;
  border-left: 2px solid !important;
  border-bottom: 2px solid !important;
  transform: rotate(-45deg) !important;
  left: 4px;
  top: 7px;
}

.RadGrid .checkbox input[type=checkbox] + label::after {
  content: none !important;
}

.RadGrid .checkbox input[type=checkbox]:checked + label::after {
  content: "" !important;
}

.RadGrid .checkbox input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

/*
.styled-checkbox {
  position: absolute; // take it out of document flow
  opacity: 0; // hide it

  & + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }

  // Box.
  & + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
  }

  // Box hover
  &:hover + label:before {
    background: #f35429;
  }

  // Box focus
  &:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  // Box checked
  &:checked + label:before {
    background: #f35429;
  }

  // Disabled state label.
  &:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

  // Disabled box.
  &:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }

  // Checkmark. Could be replaced with an image
  &:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
    transform: rotate(45deg);
  }
}

// Demo-only styles
// --------------

html {
  background: lightgray;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 20px 0;
}

.centered {
  width: 300px;
  margin: auto;
}

.title {
  text-align: center;
  color: rgb(69, 113, 236);
}
*/
.spinner {
  width: 60px;
  height: 60px;
  border: 2px solid tranparent;
  border-top: 3px solid #2a2f4d;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loader-2 {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
}
.loader-2__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  color: #fff;
  font-size: 20pt;
}

.showL {
  visibility: visible;
  opacity: 1;
}

.popup {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 35;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.popup::after ::before {
  box-sizing: border-box;
}
.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup__close {
  display: none;
}
.popup__close a {
  color: #3f3e3e !important;
  display: none;
}
.popup__close:link, .popup__close:visited {
  color: #3f3e3e;
  position: absolute;
  top: -0.1rem;
  right: 1rem;
  font-size: 2rem;
  text-decoration: none;
  display: none;
  cursor: pointer;
}
.popup__content__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75%;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  /*animation-name: moveInTop;
      animation-duration: 1s;*/
}
.popup__content__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 70rem;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  animation-name: moveInRight;
  animation-duration: 1s;
}
.popup__header {
  border-bottom: 1px solid #d2d0d0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__header__text {
  padding: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #3f3e3e;
}
.popup__header__icons {
  display: flex;
  padding-right: 2rem;
}
.popup__header__icons-item {
  margin: 0;
  font-size: 2rem;
  color: #2a2f4d;
}
.popup__header__icons-item:not(:last-child) {
  padding-right: 0.5rem;
}
.popup__header__icons-item:not(:last-child) a {
  color: #2a2f4d;
}
.popup__header__icons-item:not(:last-child) a:hover {
  color: #949494;
}
.popup__body {
  padding: 2.5rem;
  position: relative;
  flex: 1 1 auto;
  max-height: 50rem;
  margin-bottom: 8rem;
  overflow: auto;
}
.popup__footer {
  border-top: 1px solid #d2d0d0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.popup__footer__content {
  display: flex;
  align-items: center;
  padding: 1.2rem;
}
.popup__footer__content__left {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  width: 40%;
}
.popup__footer__content__right {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 60%;
}
.popup__footer__content--item {
  margin-left: 0.5rem;
}

.popupWidth-20 {
  width: 20%;
}

.popupWidth-30 {
  width: 30%;
}

.popupWidth-40 {
  width: 40%;
}

.popupWidth-50 {
  width: 50%;
}

.popupWidth-60 {
  width: 60%;
}

.popupWidth-80 {
  width: 80%;
}

.popupWidth-100 {
  width: 100%;
  max-width: 100%;
}

.popupHeight-90 {
  height: 90% !important;
}

.popupMaxWidth-100 {
  max-width: 100% !important;
}

.showPopup {
  opacity: 1;
  visibility: visible;
}

.obg {
  background-color: red;
}

.--popup__absolute {
  position: absolute !important;
}

.popup-full-height {
  max-height: 85% !important;
}

.popup-div {
  position: relative;
  height: 100%;
}

.popup-margin-minus {
  margin-top: -2rem;
}

.e-popup {
  max-height: 1300px !important;
}

.cms-tools-dd {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 60px;
  box-shadow: rgba(113, 106, 202, 0.17) 0 3px 20px 0;
  box-sizing: border-box;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 400;
  height: 43px;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 4.3rem;
  display: flex;
  justify-content: center;
}
.cms-tools-dd-dots {
  font-size: 2rem;
}

.cms-tools-dropdown {
  list-style: none;
  position: absolute;
  right: 5px;
  top: 5rem;
  background-color: #fff;
  width: 30rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  display: none;
  z-index: 10;
}
.cms-tools-dropdown a {
  color: #3f3e3e;
}
.cms-tools-dropdown a:hover {
  text-decoration: none;
}
.cms-tools-dropdown__normal {
  padding: 0.8rem 0.8rem;
  margin: 0;
  display: flex;
}
.cms-tools-dropdown__normal--icon {
  margin-right: 1.5rem;
}
.cms-tools-dropdown__normal--text {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
.cms-tools-dropdown__normal:not(:last-child) {
  border-bottom: 1px solid #d2d0d0;
}
.cms-tools-dropdown__normal:hover {
  background-color: #f3f3f3;
}
.cms-tools-dropdown__alert {
  padding: 0.8rem 0.8rem;
  margin: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cms-tools-dropdown__alert:not(:last-child) {
  border-bottom: 1px solid #d2d0d0;
}
.cms-tools-dropdown__alert:hover {
  background-color: #f3f3f3;
}
.cms-tools-dropdown__alert--status {
  margin: 0;
}
.cms-tools-dropdown__alert--left {
  text-align: left;
}
.cms-tools-dropdown__alert--right {
  color: #2a2f4d;
  text-align: right;
}

.openNav {
  display: block;
}

.image-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.image-wrapper__item {
  position: relative;
  cursor: grab;
}
.image-wrapper__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 7rem;
}
.image-delete {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
}
.image-delete img {
  position: absolute;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.image-delete__symbol {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.table-slim {
  margin: 0;
  padding: 0;
}
.table-slim th {
  padding: 0;
  margin: 0;
}
.table-slim td {
  padding: 0;
}
.table-wrapper {
  max-height: 30rem;
  overflow: auto;
  display: inline-block;
}
.table-normal {
  padding: 1rem 0;
}

.table > :not(:first-child) {
  border-top: 1px solid #e6e3e3;
}

.wo {
  position: relative;
}
.wo__click {
  position: relative;
}
.wo__status {
  padding: 0.7rem;
  display: flex;
  align-items: center;
}
.wo__status:hover {
  border-top: 1px #2a2f4d solid;
}
.wo__status--normal {
  background-color: #fff;
}
.wo__status--focus {
  background-color: #cfcfcf;
}
.wo__no {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}
.wo__arrow {
  margin-left: 1rem;
  font-size: 2rem;
  margin-top: -0.5rem;
}
.wo__circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  position: relative;
  margin-right: 1rem;
}
.wo__circle--success {
  background-color: #63c748;
  color: #fff;
}
.wo__circle--danger {
  background-color: #c51818;
  color: #fff;
}
.wo__popup {
  background-color: #fff;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-height: 5rem;
  padding: 2rem;
  display: block;
  z-index: 10;
}
.wo__popup--100 {
  width: 10rem;
}
.wo__popup--200 {
  width: 20rem;
}
.wo__popup--300 {
  width: 30rem;
}
.wo__popup--400 {
  width: 40rem;
}
.wo__person {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
.wo__summary {
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.wo__summary__title {
  border-bottom: 1px solid #d2d0d0;
  font-weight: 700;
  padding: 1rem;
  background-color: #f3f3f3;
  text-align: center;
}
.wo__summary__body {
  padding: 1rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}
.wo__summary--added {
  color: #fff;
  background-color: #67d1fe;
}
.wo__summary--processed {
  color: #fff;
  background-color: #f9a52d;
}
.wo__summary--done {
  color: #fff;
  background-color: #97fc86;
}
.wo__summary--overdue {
  color: #fff;
  background-color: #c51818;
}
.wo__summary--schedule {
  color: #3f3e3e;
  background-color: #e0e0e0;
}

.openWo {
  display: block;
}

.steps__moveLeft {
  width: 100%;
}
.steps__moveLeft--red {
  background-color: red;
}
.steps__moveLeft--green {
  background-color: green;
  margin-left: 100%;
}

.workflow__blue {
  background-color: #63a1fd !important;
}
.workflow__red {
  background-color: #fb7784 !important;
}
.workflow__green {
  background-color: #a3fb77 !important;
}
.workflow__purple {
  background-color: #8063fd !important;
}
.workflow__orange {
  background-color: #f68f61 !important;
}
.workflow--radius {
  border-radius: 0.5rem;
}

.TvEvent__wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
  flex: 1;
}
.TvEvent__live {
  background-color: red;
  color: #fff;
  padding: 0.3rem;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: right;
}
.TvEvent__live-item {
  margin: 0;
}
.TvEvent__production {
  background-color: rgb(1, 72, 131);
  color: #fff;
  padding: 0.3rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: right;
}
.TvEvent__production-item {
  margin: 0;
}
.TvEvent__title {
  padding: 1rem;
  font-size: 1.4rem;
}
.TvEvent__footer {
  background-color: rosybrown;
  padding: 0.3rem;
  font-size: 1rem;
}
.TvEvent .k-event {
  padding-right: 0;
  display: flex;
  flex-direction: column;
}

.message {
  position: relative;
}
.message__row {
  position: absolute;
  right: 2rem;
  top: 1.7rem;
  width: 2rem;
  height: 2rem;
}
.message__row a {
  font-size: 2rem;
  color: #acabab;
  text-decoration: none;
}
.message__row a:hover {
  color: #2a2f4d;
  text-decoration: none;
}
.message__event {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.message__event a {
  font-size: 2rem;
  color: #2a2f4d;
  text-decoration: none;
}
.message__event a:hover {
  color: #bebcbc;
  text-decoration: none;
}
.message__no {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.message__blob {
  margin-top: 1rem;
}
.message__blob__item {
  border: 1px solid rgb(88, 207, 243);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
}
.message__blob__item:not(:first-child) {
  margin-top: 2rem;
}
.message__blob__item__header {
  border-bottom: 1px solid #e6e3e3;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message__blob__item__header__author {
  display: flex;
  align-items: center;
}
.message__blob__item__header__author__img img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.message__blob__item__header__author__name {
  margin-left: 1rem;
}
.message__blob__item__body {
  padding-top: 1rem;
}

.Employee__addSchedule {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Employee__col {
  display: flex;
  align-items: center;
}
.Employee__col:not(:first-child) {
  margin-left: 1rem;
}
.Employee__col--w40 {
  width: 40%;
}
.Employee__col--w10 {
  width: 10%;
  text-align: center;
}
.Employee__input--w40 {
  width: 40%;
}
.Employee__input--w10 {
  width: 10%;
  text-align: center;
}

.photo img {
  width: 100%;
}
.photo__frame {
  border: 0.5rem solid #fff;
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
  position: relative;
}
.photo__edit {
  position: absolute;
  top: -2rem;
  right: -2rem;
  background-color: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.photo__edit__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.photo__edit__icon i {
  font-size: 1.5rem;
}
.photo__circle {
  background-color: aqua;
  border-radius: 50%;
  position: relative;
}
.photo__circle__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

@font-face {
  font-family: "Toast_icons";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.toast-icons {
  font-family: "Toast_icons" !important;
  speak: none;
  font-size: 55px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#toast_type .e-toast-icon.e-icons {
  height: auto;
  font-size: 30px;
}

.bootstrap5 #toast_type .e-toast-icon.e-icons,
.bootstrap5-dark #toast_type .e-toast-icon.e-icons {
  height: 25px;
}

#toast_type .e-toast-icon.e-icons {
  height: auto;
  font-size: 30px;
}

.toast-icons.e-success::before {
  content: "\e701";
}

.toast-icons.e-error::before {
  content: "\e700";
}

.toast-icons.e-info::before {
  content: "\e704";
}

.toast-icons.e-warning::before {
  content: "\e703";
}

.k-splitbar {
  color: #424242;
  background-color: #e6e3e3;
}

.k-splitbar .k-resize-handle {
  display: none;
  background-color: transparent;
}

.pane-left {
  background-color: #454443;
  position: relative;
  width: 100%;
}
.pane-right {
  background-color: #f2f2f2;
  position: relative;
  width: 100%;
}
.pane-content {
  height: 90%;
  padding: 5px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pane-header {
  background-color: transparent;
  height: 5.5rem;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #bebcbc;
}
.pane-header-content {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pane-header-content-left {
  margin: 0;
}
.pane-header-content-right {
  margin: 0;
}
.pane-footer {
  position: absolute;
  bottom: auto;
  background-color: #fff;
  height: 10%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
}
.pane-footer-content {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pane-footer-content-left {
  margin: 0;
}
.pane-footer-content-right {
  margin: 0;
}

.k-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
}

.k-card-grid {
  background-color: #ededed;
}

.k-card-selected {
  border: 2px solid #e38e05 !important;
  background-color: #94bff7;
}

/*
.k-card-body {
    padding: 10px 5px;
    height: 80px;
}
*/
.k-card .k-card-title {
  padding: 0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: normal;
  padding: 0;
}

.k-card-title h5 {
  font-weight: 400 !important;
}

.k-card-subtitle {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
}

.k-card-image {
  position: relative;
  min-height: 11.2rem;
  max-height: 11.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #bebcbc;
  background-image: url("../images/emptyImage.png");
  background-repeat: no-repeat;
  background-position: center;
}
.k-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.k-card-time {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px;
  font-size: 12px;
  font-weight: 700;
}

.k-card-mediaID {
  position: absolute;
  bottom: 3px;
  left: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px;
  font-size: 12px;
  font-weight: 700;
}

.k-card-status {
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px;
}

.k-card-status-icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.3rem;
}

.k-card-status-text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.k-card-body-height-50 {
  height: 5rem;
  padding: 10px 5px;
}

.k-card-body-height-80 {
  padding: 10px 5px;
  height: 80px;
}

.k-master-row {
  border-bottom: 1px solid #fff !important;
  margin-bottom: 3px !important;
}

.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
  background-color: #94bff7 !important;
}

.k-listview-header,
.k-listview-content {
  padding: 20px;
}

.k-listview-footer {
  border-width: 0;
  padding: 10px 20px;
}

.k-listview-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  gap: 10px 10px;
  background-color: #454443;
}

.k-tabstrip-items .k-link {
  color: #929394;
}

.k-state-active {
  color: #555657;
}

.TvSchedule {
  width: 100%;
  height: 100%;
  padding: 3px;
}
.TvSchedule_title {
  font-size: 1.2rem;
  margin: 0px;
}
.TvSchedule_id {
  font-size: 1.2rem;
}
.TvSchedule_live {
  position: absolute;
  background-color: red;
  color: #fff;
  font-size: 0.9rem;
  padding: 2px;
  bottom: 3px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.k-textbox-filter {
  position: relative;
}
.k-textbox-filter-icon {
  position: absolute;
  top: 17px;
  right: 15px;
  display: flex;
  z-index: 999;
}
.k-textbox-filter-icon i {
  color: silver;
  padding-left: 8px;
}
.k-textbox-filter-icon i:hover {
  color: blue !important;
}

.kanban {
  display: flex;
  min-height: calc(100vh - 10rem);
}
.kanban__item {
  padding: 1rem;
  width: 25%;
}
.kanban__item__event {
  background-color: #fff;
  padding: 1rem;
}
.kanban__item__event__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bebcbc;
  padding-bottom: 0.5rem;
}
.kanban__item__event__header__txt {
  font-weight: 700;
}
.kanban__item__event__content {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.kanban__item__event__content__item {
  width: 5rem;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
}

.fullWindow {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 35;
}
.fullWindow__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid #d2d0d0;
}
.fullWindow__header__content {
  font-weight: 700;
  font-size: 2rem;
}
.fullWindow__header__close i {
  color: red;
  font-size: 3rem;
}
.fullWindow__body {
  padding: 2rem;
}
.fullWindow__footer {
  border-top: 1px solid #d2d0d0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.fullWindow__footer__content {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fullWindow__footer__content__left {
  margin: 0;
}
.fullWindow__footer__content__right {
  margin: 0;
}

.list__v__1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__v__1 li {
  cursor: pointer;
}
.list__v__1 li:not(:first-child) {
  padding-top: 1rem;
}
.list__v__1 li:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d2d0d0;
}
.list__v__1 li:hover {
  background-color: #f3f3f3;
}

.OnCall {
  position: relative;
}
.OnCall__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  z-index: 2;
}
.OnCall__left {
  font-weight: 700;
}
.OnCall__right {
  text-align: right;
  font-size: 20px;
  padding-right: 1rem;
}
.OnCall__sub {
  position: absolute;
  top: 4.3rem;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
  background-color: #fff;
  z-index: 1;
  height: 30rem;
  overflow-y: scroll;
}
.OnCall__sub ul {
  list-style: none;
}
.OnCall__sub ul li {
  padding: 1rem;
}
.OnCall__sub ul li:not(:last-child) {
  border-bottom: 1px solid #e6e3e3;
}

.WindowcontentWrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  padding: 20px;
}

.WindowFooter {
  position: fixed;
  bottom: 0;
  height: 60px;
  right: 0; /*scrollbar*/
  width: 100%;
  padding: 10px;
  text-align: right;
  border-top: 1px solid #b2b2b2;
}

.WindowContent {
  height: 100%;
  padding-bottom: 60px;
}

.specialFooterWindow .k-window-content {
  overflow-y: hidden !important;
}

.specialFooterWindow .k-window-titlebar {
  background-color: transparent;
  color: #000;
}

/*
.tooltip-wrapper {
    position: relative;
    display: inline-block;
    //border-bottom: 1px dotted black;
    cursor: pointer;
}

span {
    visibility: hidden;
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 55px;
    margin-left: 0px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 5;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.6);
}

span::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #363636 transparent transparent;
}

.tooltip-wrapper:hover span {
    visibility: visible;
}
*/
.toolTipList {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
}

.toolTipListEvent {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
}

.eo_date {
  display: flex;
  width: 25rem;
  justify-content: space-between;
  align-items: center;
}
.eo_date_larrow i {
  font-size: 2rem;
}
.eo_date_content {
  margin: 0;
}
.eo_date_rarrow i {
  font-size: 2rem;
}
.eo_schedule {
  width: 100%;
  display: flex;
  margin-top: 2rem;
  min-height: calc(100vh - 270px);
  overflow-y: scroll;
}
.eo_schedule_column {
  width: 14.2%;
  background-color: #fff;
  padding: 1rem;
  height: auto;
}
.eo_schedule_column:not(:last-child) {
  margin-right: 1rem;
}
.eo_schedule_column_heading {
  border-bottom: 1px solid #d2d0d0;
  padding-bottom: 0.5rem;
}
.eo_schedule_column_item {
  background-color: #f3f3f3;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 8px;
}
.eo_schedule_column_item:not(:last-child) {
  margin-bottom: 2rem;
}
.eo_popup_header {
  font-size: 1.8rem;
  border-bottom: 1px solid #e6e3e3;
  padding-bottom: 0.5rem;
}

.mc_chk_date {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mc_chk_date_datetime {
  width: 90%;
}
.mc_chk_date_btn {
  flex: 1;
}
.mc_chk_list {
  background-color: #fff;
}
.mc__queue {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  position: relative;
}
.mc__queue__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mc__queue__icon i {
  font-size: 1.7rem;
}
.mc__queue__q {
  background-color: red;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  border-radius: 50%;
  padding: 3px;
  z-index: 1;
}
.mc__queue__q__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
}

.k-checkbox {
  border-color: rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
}

.ads__marketing__item-channels {
  display: flex;
  width: 100%;
}
.ads__marketing__item-channels__left {
  width: 75%;
}
.ads__marketing__item-channels__right {
  width: 25%;
}
.ads__marketing__graphics__empty {
  width: 100%;
  height: 8rem;
  background-color: #d2d2d2;
  border: 2px dashed #8d8c8c;
  position: relative;
}
.ads__marketing__graphics__empty__txt {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
}
.ads__marketing__graphics__media {
  display: grid;
  grid-template-columns: repeat(3, 8rem);
  gap: 0.5rem;
  align-items: center;
  height: 8rem;
}
.ads__marketing__graphics__media__item {
  width: 8rem;
  border: 5px solid #fff;
  position: relative;
}
.ads__marketing__graphics__media__item img {
  width: 8rem;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.ads__marketing__graphics__media__item--logo {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 100;
}
.ads__marketing__graphics__media__item--logo img {
  width: 2rem;
  height: 2rem;
}
.ads__marketing__graphics__media__item--logo i {
  font-size: 2rem;
}
.ads__marketing__graphics__media__item--delete {
  position: absolute;
  top: -5px;
  right: -15px;
  z-index: 200;
}
.ads__marketing__graphics__media__item--delete i {
  font-size: 2rem;
  color: red;
}

.customer__flex {
  display: flex;
}
.customer__categories {
  background-color: #fff;
  width: 25rem;
  border-right: 1px solid #e6e3e3;
  min-height: calc(100vh - 170px);
}
.customer__categories__search {
  padding: 1rem;
}
.customer__categories__subTitle {
  background-color: #e6e3e3;
  padding: 1rem;
  font-weight: 700;
}
.customer__categories__items {
  padding: 1rem;
  overflow-y: auto;
}
.customer__categories__items:not(:last-child) {
  margin-bottom: 2rem;
}
.customer__categories__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer__categories__item i {
  padding-right: 0.5rem;
}
.customer__categories__item:not(:last-child) {
  margin-bottom: 1rem;
}
.customer__info {
  flex: 1;
  margin-left: 2rem;
  background-color: #fff;
}
.customer__info__top {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e3e3;
  background-color: #e6e3e3;
}
.customer__info__top__search {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer__info__advanced {
  padding: 1rem;
}
.customer__info__body {
  margin-top: 1rem;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Adjust minmax values as needed */
  gap: 1rem; /* Adjust gap between items */
  width: 100%;
}
.grid-item {
  background-color: #fff; /* Set your desired background color */
  height: 16rem;
  cursor: pointer;
}
.grid-item__img {
  width: 100%;
  height: 70%;
}
.grid-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.grid-item__txt {
  width: 100%;
  padding: 0.5rem;
}
.grid-item:hover {
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
}
.grid-item__selected {
  border: 1px solid red;
}

.uploadImage {
  width: 100%;
}
.uploadImage__new {
  height: 6rem;
  border: 3px dashed #d2d0d0;
  width: 100%;
  background-color: #e6e3e3;
  position: relative;
  cursor: pointer;
}
.uploadImage__new__icon {
  position: absolute;
  width: 20%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.uploadImage__new__icon i {
  font-size: 3rem;
  color: #acabab;
}
.uploadImage__existing {
  width: 100%;
  position: relative;
}
.uploadImage__existing img {
  height: 10rem;
  margin-left: 2.2rem;
}
.uploadImage__existing--remove {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.uploadImage__existing--remove i {
  font-size: 2rem;
  color: red;
}
.uploadImage__existing--edit {
  position: absolute;
  top: 2.5rem;
  left: 0;
  cursor: pointer;
}
.uploadImage__existing--edit i {
  font-size: 2rem;
}

.cms-container {
  min-height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 6rem 1fr 5rem;
  grid-template-columns: 6rem 1fr;
  height: 100vh;
}

.cms-content {
  grid-column: 2/-1;
  z-index: 1;
  overflow-y: auto;
  height: calc(100vh - 5rem);
  background-color: #f3f3f3;
  position: relative;
}
.cms-content__title {
  margin-top: 2rem;
  border-bottom: 1px solid #d2d0d0;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cms-content__title-left {
  display: flex;
  align-items: center;
}
.cms-content__title-left h1 {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 1rem;
}
.cms-content__title-left--search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cms-content__title-left--search .item {
  margin-right: 0.5rem;
}
.cms-content__title-middle {
  display: flex;
  align-items: center;
}
.cms-content__title-middle__item {
  padding-right: 2rem;
  display: flex;
  align-items: center;
}
.cms-content__title-middle__item i {
  padding-right: 0.5rem;
  color: #acabab;
}
.cms-content__title-right {
  margin: 0;
  display: flex;
}
.cms-content__title-right .item {
  margin-left: 0.8rem;
}
.cms-content__page {
  display: flex;
  min-height: 100%;
}
.cms-content__page-all {
  width: 100%;
  margin-top: 3rem;
}
.cms-content__page-left {
  width: 80%;
  margin-top: 3rem;
}
.cms-content__page-right {
  width: 20%;
  background-color: #fff;
  align-self: stretch;
  padding: 2rem;
  box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.2);
}

.header {
  grid-column: 1/-1;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding-left: 1rem;
  width: 15rem;
  cursor: pointer;
  /*
  align-self:stretch;

  display:flex;
  align-items:center;
  justify-content: flex-start;
  margin: 0;

  &__img {      
    img {
      width: 24rem;
    }
  }

  &__icon {
    margin-right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    fill: #fff;
  }

  &__text {
    text-align:center;
    font-family: $font-display;
    font-size: 22pt;
    line-height: 20pt;
    //margin-top:-8px;
    color: #fff;

    &-1 {
      font-family: $font-primary;
      font-size: 12pt;
      line-height: 12pt;
      letter-spacing:.3rem;
    }
  }
  */
}
.header-logo--text {
  margin-right: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
}
.header-logo--icon {
  color: #2a2f4d;
}
.header-logo--icon:hover {
  color: #bebcbc;
}
.header-nav {
  background-color: transparent;
  align-self: stretch;
  align-items: center;
  display: flex;
  color: #3f3e3e;
}
.header-nav a {
  align-self: stretch;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3f3e3e;
}
.header-nav a:not(:last-child) {
  border-right: 1px solid #d2d0d0;
}
.header-nav a:hover {
  text-decoration: none;
}
.header-nav__item {
  padding: 0 2rem;
  align-self: stretch;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-nav__item:not(:last-child) {
  border-right: 1px solid #d2d0d0;
}
.header-nav__item:hover {
  background-color: #f3f3f3;
  color: #bebcbc;
}
.header-settings {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-right: 0rem;
}
.header-settings a {
  color: #3f3e3e;
}
.header-settings > * {
  padding: 0 2.5rem;
  color: #3f3e3e;
  cursor: pointer;
}
.header-settings > *:hover {
  background-color: #f3f3f3;
}
.header-settings__alert {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2rem;
  color: #2a2f4d;
}
.header-settings__alert--no {
  background-color: #c51818;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
}
.header-settings__alert--no__text {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.header-settings__org {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
}
.header-settings__org--text {
  margin: 0;
}
.header-settings__org--icon {
  padding-left: 0.5rem;
  font-size: 1rem;
}
.header-settings__channel-bg {
  width: 4rem;
  height: 4rem;
  background-color: red;
  border-radius: 50%;
  position: relative;
  padding: 0;
  margin: 0;
}
.header-settings__channel-bg-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  line-height: 1rem;
}
.header-settings__account {
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  color: #2a2f4d;
}
.header-settings__system {
  align-self: stretch;
  display: flex;
  align-items: center;
  background-color: #2a2f4d;
  position: relative;
}
.header-settings__system--icon {
  color: #fff;
}
.header-settings__system--icon:hover {
  color: #bebcbc;
}

.activeNav {
  background-color: #e6e3e3;
  color: #2a2f4d;
}

select.topnav {
  box-shadow: none !important;
  border: none;
}

option.topnav {
  padding: 2rem;
}

.LeftNav {
  grid-column: 1/1;
  background-color: #2a2f4d;
  height: 100%;
}
.LeftNav .nav {
  width: 100%;
  padding: 0;
  margin: 0;
}
.LeftNav .nav__container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.LeftNav .nav__top {
  margin: 0;
}
.LeftNav .nav__bottom {
  margin-bottom: 2rem;
}
.LeftNav .nav__item {
  font-size: 1.4rem;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
}
.LeftNav .nav__item:first-child {
  padding-top: 2rem;
}
.LeftNav .nav__link {
  color: #abb4be;
  position: relative;
}
.LeftNav .nav__link:hover {
  color: #fff;
}
.LeftNav .nav__link:hover + .nav__tooltip {
  display: block;
}
.LeftNav .nav__link--active {
  color: #fff !important;
}
.LeftNav .nav__icon .fa {
  width: 4rem;
  font-size: 2.5rem !important;
  vertical-align: middle;
  top: -3px;
}
.LeftNav .nav__tooltip {
  position: absolute;
  top: 0;
  left: 3rem;
  background-color: #3f3e3e;
  color: #fff;
  padding: 0.5rem 2rem;
  z-index: 10;
  border-radius: 3px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.6);
  display: none;
}
.LeftNav .oi {
  width: 2rem;
  font-size: 1.5rem;
  vertical-align: middle;
  top: -2px;
}
.LeftNav .active {
  color: #fff;
}
.LeftNav .collapse {
  /* Never collapse the sidebar for wide screens */
  display: block;
}

.showTooltip {
  display: block !important;
}

.footer {
  grid-column: 1/-1;
  box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.footer-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-body__left {
  padding: 0.8rem 5%;
  display: flex;
}
.footer-body__center-container {
  width: 15rem;
  background-color: #2a2f4d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 2rem;
  position: relative;
}
.footer-body__center-container--icon {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  margin-right: 1rem;
}
.footer-body__center-container--text {
  color: #fff;
  font-family: "Russo One", sans-serif;
  font-size: 1.5rem;
}
.footer-body__right {
  padding: 0.8rem 5%;
  display: flex;
}
.footer-body__right--item {
  margin-left: 0.5rem;
}

.login {
  width: 100%;
  height: 100vh;
  background-image: url(../../Images/AdobeStock_307576574.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.login-container {
  width: 50rem;
  background-color: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  right: 20%;
  padding: 4rem;
  transform: translateY(-50%);
  box-shadow: 0px 0px 24px -6px rgba(0, 0, 0, 0.75);
  background-color: #2a2f4d;
  color: #d2d0d0;
}
.login-container-header {
  text-align: center;
}
.login-container-header h1 {
  line-height: 0;
  padding-bottom: 1.7rem;
}
.login-container-header__sub {
  font-size: 1.7rem;
}
.login-container-controls {
  margin-top: 3rem;
}
.login-container-btn a {
  color: #d2d0d0;
}