#calendar {
   max-width: 1500px;
   margin: 0 auto;
}

body {
  overflow-x: hidden;
}

.img-grid {
  grid-gap: 10px;
  display: grid;
  place-content: center;
}

.img-grid #image-gallery {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 10px;
  place-items: center;
}

.img-grid #image-gallery img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #818181;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-10px {
  padding-top: 10px;
}

.mt-30px {
  margin-top: 30px !important;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #818181;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.button-31 {
  background-color: #2d75c7;
  border-radius: 0px;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 235px;
  text-decoration: none;
  transition: .3s all ease;
}

.button-31:hover,
.button-31:focus {
  background-color: #2d75c7b0;
}

.formbold-form-wrapper .button-31 {
  width: 100% !important;
}

.button-ico {
    background-color: #818181;
    border-radius: 4px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    max-width: none;
    min-height: 32px;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    padding: 4px 10px 4px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 32px;
    margin: 3px;
  }
  
  .button-ico:hover,
  .button-ico:focus {
    opacity: .75;
  }

  .button-save {
    background-color: #1f8e00;
    border-radius: 4px;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    max-width: none;
    min-height: 32px;
    min-width: 10px;
    outline: none;
    overflow: hidden;
    padding: 4px 10px 4px;
    position: relative;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 32px;
    margin: 3px;
  }
  
  .button-save:hover,
  .button-save:focus {
    opacity: .75;
  }

  
.table-container {
    max-width: 100%;
    contain: content;
}

  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Inter', sans-serif;
  }
  .formbold-mb-3 {
    margin-bottom: 15px;
  }
  .formbold-relative {
    position: relative;
  }
  .formbold-opacity-0 {
    opacity: 0;
  }
  .formbold-stroke-current {
    stroke: currentColor;
  }
  #supportCheckbox:checked ~ div span {
    opacity: 1;
  }

  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    margin-right: -5%;
    max-height: 1420px;
    z-index: 999;
  }

  .formbold-main-wrapper2 {
    display: flex;
    padding: 48px;
    margin-left: -5%;
    max-height: 1420px;
  }

  .formbold-main-wrapper3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }

  .formbold-main-wrapper4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    max-height: 1420px;
    max-width: unset !important;
    z-index: 999;
  }

  .formbold-main-wrapper4-1 {
    display: grid;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    max-height: 1420px;
    max-width: unset !important;
    z-index: 999;
  }

  .formbold-main-wrapper444 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    padding-right: 10px !important;
    max-height: 1000px;
    max-width: unset !important;
    z-index: 999;
    width: 80%;
  }

  .formbold-main-pin {
    display: flex;
    padding: 48px;
    margin-top: -133px;
    max-width: unset !important;
    z-index: 999;
    padding-left: unset !important;
    height: fit-content;
  }

  @media (max-width: 1420px) {
    .formbold-main-pin {
      display: none;
    }

    .formbold-main-wrapper444 {
      width: 100%;
      padding-right: 48px !important;
    }
  }

  .mt-10 {
    margin-top: 10px !important;
  }

  .mt-m120 {
    margin-top: -120px !important;
  }

  .mt-m200 {
    margin-top: -200px !important;
  }

  .formbold-main-wrapper6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    max-height: 1420px;
    z-index: 999;
    width: 100%;
    margin-top: 50px;
  }

@media (min-width: 1500px) {
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    margin-right: -20% !important;
  }
  
  .formbold-main-wrapper2 {
    display: flex;
    padding: 48px;
    margin-left: -20% !important;
  }
}

@media (min-width: 1800px) {
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    margin-right: -35% !important;
  }
  
  .formbold-main-wrapper2 {
    display: flex;
    padding: 48px;
    margin-left: -35% !important;
  }
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 570px;
  width: 100%;
  background: #161618;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  padding: 40px;
  height: 100%;
  border-radius: 10px;
}

  .formbold-form-wrapper2 {
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 40px;
    contain: content;
    height: 100%;
    border-radius: 10px;
  }

  .formbold-form-wrapper3 {
    margin: 0 auto;
    max-width: 743px;
    width: auto;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 40px;
    height: 100%;
    border-radius: 10px;
    contain: content;
  }

  .formbold-form-wrapper4 {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    border-radius: 10px;
  }

  .formbold-form-wrapper4-1 {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding-top: 35px;
    place-self: start;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
  }

  .mb-unset {
    margin-bottom: unset !important;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .formbold-form-wrapper5 {
    margin-left: 25px;
    margin-right: 25px;
    max-width: 570px;
    width: 100%;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 40px;
    height: 100%;
    border-radius: 10px;
    place-self: start;
  }

  .formbold-form-wrapper6 {
    width: 100%;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 40px;
    height: 100%;
    border-radius: 10px;
  }

  .formbold-form-wrapper7 {
    width: 80%;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 40px;
    height: auto;
    border-radius: 10px;
    place-self: center;
  }

  .pc-center {
    place-content: center;
  }

  .formbold-form-wrapper8 {
    margin-left: 25px;
    margin-right: 25px;
    max-width: 970px;
    width: 100%;
    background: #161618;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 40px;
    height: 100%;
    border-radius: 10px;
    place-self: start;
  }

  .formbold-form-wrapper4 h1,h2,h3,h4,h5,h6 {
    color: #fff !important;
  }

  .formbold-form-wrapper4 .button {
    width: 100%;
  }

  .options-row {
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .options-row select {
    padding: 9px 20px 8px;
    place-self: center;
    min-height: 44px;
    line-height: 1.5;
  }

  .options-row button {
    margin-left: auto;
  }

  .unselected {
    color: red;
    font-weight: 600;
  }

  .option-rev {
    color: white !important;
    font-weight: normal !important;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .options-row-noadmin {
    place-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .w-full {
    width: 100% !important;
  }

  .formbold-img {
    margin-bottom: 45px;
  }

  .formbold-form-title {
    margin-bottom: 30px;
  }
  .formbold-form-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
  }
  .formbold-form-title p {
    font-size: 16px;
    line-height: 24px;
    color: #818181;
    margin-top: 12px;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
  .formbold-input-flex > div {
    width: 50%;
  }
  .formbold-form-input {
    text-align: center;
    width: 100%;
    padding: 13px 22px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    font-size: 16px;
    color: #536387;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .formbold-form-label2 {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
    align-self: center;
  }

  .formbold-form-label3 {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .formbold-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
  }
  .formbold-checkbox-label a {
    margin-left: 5px;
    color: #6a64f1;
  }
  .formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .formbold-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 3px;
  }

  .formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .sorting-dropdown {
    float: right;
  }

  .dealer-list-table {
    max-height: 720px;
  }

  .center-placement-table {
    display: flex;
    place-content: center;
    max-height: 75%;
    overflow-y: scroll;
  }

  .shownew {
    animation-name: colorchange;
    animation-duration: 2s;
  }

  @keyframes colorchange {
    from {background-color: #89c0ff;}
    to {background-color: #23232595;}
  }

  .searchform {
    width: 100%;
    margin-bottom: 20px;
  }

  .wp-list-table {
    max-height: 55px
  }
  .readonly-manipulator {
    display: none !important;
  }
  
  .name-column {
    cursor: pointer;
  }

  .readonly-form-view {
    color: #fff;
    border-style: dashed;
    border-color: #818181;
    border-left-width: unset !important;
    border-right-width: unset !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  tr:nth-child(even) {background-color: #33333795; color: #fff;}
  tr:nth-child(odd) {background-color: #23232595; color: #fff;}
  td:hover {background-color: #47474d;}
  .tr-selected {background-color: #ffd9009c !important;}
  .tr-selected:hover {background-color: #ffd9009c !important;}

  table a {
    color: #fff;
  }


  .chosen-container {
    width: 100% !important;
  }

  .chosen-container-single .chosen-single {
    margin: 0 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    background: #333337 !important;
    border: solid #333337 !important;
    border-width: 5px !important;
    color: white !important;

    height: unset !important;
    border: unset !important;
    border-radius: unset !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;

  }

  .mt-m100 {
    margin-top: -100px;
  }

  .chosen-search-input {
    color: #000;
  }

  .checkbox-toggler {
    display: none;
  }

  .checkbox2-toggler {
    display: none;
  }

  .fc-event-main {
    overflow: hidden;
    text-overflow: clip;
    background-color: #00000028;
    padding: 5px;
    contain: content;
    white-space: normal;
  }

  .fc-h-event {
    border: none !important;
  }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2d75c7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2d75c7;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.input-unsetter input {
  margin: unset !important;
  font-family: unset !important;
  font-size: unset !important;
  line-height: unset !important;
  background-color: unset !important;
  border-style: unset !important;
  border-color: unset !important;
  border-left-width: unset !important;
  border-right-width: unset !important;
  color: unset !important;
}

.gallery-box {
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
}

.desc-box {
  height: 75%;
  max-width: 300px;
  width: 300px;
  padding: 15px;
  background-color: #161618;
  color: #fff;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  position: relative;
}

ul p {
  margin-bottom: unset !important;
  color: #818181;
}

ul p b {
  color: #fff;
}

.pner1 {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.pner2 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 50px !important;
  height: 50px !important;
  margin-top: unset !important;
}

        /* Styling gallery section where all images are */
        .gallery {
          width: 100%;
          margin:0 auto;
          display:grid;
          grid-template-columns: repeat(auto-fill, minmax(150px, 0fr));
          grid-gap: 10px;
          justify-content:center;
          align-items: center; 
      }
      
      /* Styling Particular Image */
      .gallery-img {
          width: 150px;
          height: 150px;
          cursor: pointer;
          transition: transform 0.2s;
          object-fit: cover;
      }
      /* onHover image will expand little bit */
      .gallery-img:hover {
          transform: scale(1.1);
          cursor: zoom-in;
      }
      /* This section will be seen when we click on image */
      .image-popup-container {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.8);
      }
      
      /* close button when we want to close the bigger image */
      .close-button {
          position: absolute;
          top: 20px;
          right: 50px;
          font-size:60px;
          color: #fff;
          cursor: pointer;
      }
      .close-button:hover{
          color: #2d75c7;
      }
      
      /* when we click on the image it will expand in bigger size and will displayed 
      at middle of screen */
      #popupImage {
          max-width: 75%;
          height: 75%;
      }
      
      /* Making images more responsive for smaller size device */
      @media (max-width:670px) {
          .gallery{
              grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
              grid-gap: 10px;
          }
          .gallery-img{
              width:150px;
              height: 150px;
          }
      
          .heading{
              font-size: 20px;
          }
      }

      .navigation-buttons {
          position: absolute;
          top: 50%;
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          z-index: 100;
      }

      .navigation-buttons button {
          font-size: 24px;
          background-color: transparent;
          border: none;
          color: white;
          cursor: pointer;
          outline: none;
          padding-left: 64px;
          padding-right: 64px;
          scale: 300%;
      }

      .gallerynav-l {
        position: fixed;
        left: 100px;
        z-index: 999;
        font-size: 24px;
        background-color: transparent;
        border: none;
        color: white;
        outline: none;
        padding: 10px;
        scale: 300%;
      }

      .gallerynav-l:hover {
        color: #2d75c7;
      }

      .gallerynav-r {
        position: fixed;
        right: 100px;
        z-index: 999;
        font-size: 24px;
        background-color: transparent;
        border: none;
        color: white;
        outline: none;
        padding: 10px;
        scale: 300%;
      }

      .gallerynav-r:hover {
        color: #2d75c7;
      }
      .wp-block-post-title {
        display: none !important;
        }
    
        .slider2 {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #818181;
          -webkit-transition: .4s;
          transition: .4s;
        }
        
        .slider2:before {
          position: absolute;
          content: "";
          height: 12px;
          width: 12px;
          left: 2px;
          bottom: 2px;
          background-color: white;
          -webkit-transition: .4s;
          transition: .4s;
        }
        
        input:checked + .slider2 {
          background-color: #161618;
        }
        
        input:focus + .slider2 {
          box-shadow: 0 0 1px #161618;
        }

        input:checked + .slider2:before {
          -webkit-transform: translateX(16px);
          -ms-transform: translateX(16px);
          transform: translateX(16px);
        }

        .fc-event-type-2 {
          font-style: normal;
        }

        .fc-event:has(> .fc-event-main > .fc-event-type-2) {
          border: 4px solid red !important;
        }

        #specialbox {
          display: unset;
        }
        
        .formbold-form-title.view-mode #specialbox {
          display: none;
        }

        #uploadbox {
          display: block;
        }
        
        .formbold-form-title.view-mode #uploadbox {
          display: none;
        }

        .formbold-form-title.view-mode .uploadboxcss {
          width: 570px;
          margin-top: unset !important;
        }

        .f-content-c {
          display: flex;
          place-content: center;
          place-items: center;
        }

        .w-100 {
          width: 100%;
        }

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

        .fc-red {
          color: #dc3545;
        }

        .fc-green {
          color: green;
        }

        .fc-yellow {
          color: yellow;
        }

        .fc-blue {
          color: #2d75c7;
        }

        .fc-white {
          color: white;
        }

        .bgc-blue {
          background-color: #2d75c7;
        }

        .bgc-green {
          background-color: green;
        }

        .bgc-red {
          background-color: #dc3545;
        }

        .mt-25 {
          margin-top: 25px;
        }

        .flex {
          display: flex;
        }

        .form-check2 {
          position: relative;
          display: block;
          padding-right: 1.25rem;
        }
        
        .pt-01rem {
          padding-top: 0.1rem;
        }

        .numbox {
          background-color: #2d75c7;
          padding: 2px;
          color: white;
          white-space: nowrap;
          display: flex;
          position: relative;
          margin-right: -20px;
          width: 35px;
          height: 35px;
          place-content: center;
        }

        .addbox {
          background-color: #2d75c7;
          padding: 2px;
          color: white;
          white-space: nowrap;
          position: relative;
          margin-right: -20px;
          width: 35px;
          height: 35px;
          place-content: center;
          border: none;
          font-size: 20px;
          place-content: center;
          display: grid;
        }

        .ws-nowrap {
          white-space: nowrap;
        }

        .text-banner {
          background-color: #2d75c7;
          color: #ffffff;
          padding: 5px;
          text-align: center;
          margin-top: 5px;
          width: 100%;
      }

      .imgcont {
        position: relative;
        text-align: center;
        color: white;
      }

      .t-o-m {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .img-restrict {
        width: 100%;
        height: 100%;
      }

      .gridbox-1 {
        display: grid;
        width: 100%;
        place-content: center;
      }

      .gridbox-2 {
        display: grid;
        grid-template-columns: 175px 1fr;
        width: 100%;
      }

      .gridbox-777 {
        display: none;
        grid-template-columns: 175px 1fr;
        width: 100%;
      }

      .campaigns-title {
        display: none;
      }

      .kpipos-title {
        display: none;
      }

      .gridbox-3 {
        display: grid;
        grid-template-columns: 340px 35px 35px;
        grid-gap: 4px;
        justify-content: end;
      }

      .login-form {
        max-width: 670px;
        width: 480px;
        background: #161618;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        padding: 40px;
        display: flex;
        place-content: center;
        color: white;
        border-radius: 10px;
      }

      .login-form-wrapper {
        display: flex;
        place-content: center;
        top: 150px;
        position: relative;
      }

      .sony-logo {
        top: -100px;
        position: relative;
        margin-bottom: -150px;
      }

      .login-text-1 {
        font-size: 32px;
        margin-top: -46px;
        display: flex;
        place-content: center;
        font-weight: bold;
        letter-spacing: 1px;
      }

      .login-posset {
        place-content: center;
      }

      .login-form-input {
        margin-top: 10px;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        background-color: #333337;
        border-style: solid;
        border-color: #333337;
        border-left-width: 5px;
        border-right-width: 5px;
        color: white;
        z-index: 999;
        position: relative;
        width: 400px;
        height: 40px;
      }

      .logo-posset {
        z-index: 0;
        place-content: center;
        display: flex;
      }

      .button-logout {
        background-color: #2d75c7;
        border-radius: 0px;
        border-style: none;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        margin: 0;
        max-width: none;
        min-height: 44px;
        min-width: 10px;
        outline: none;
        overflow: hidden;
        padding: 9px 20px 8px;
        position: relative;
        text-align: center;
        text-transform: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        width: 400px;
        margin-top: 10px;
        text-decoration: none;
        transition: .3s all ease;
      }

      .notific1 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
      }

      .errorblock {
        border: 2px #dd0000 solid;
        background-color: #ff000075;
        border-radius: 5px;
        padding: 6px;
      }

      header {
        top: 0 !important;
      }

      @media only screen and (max-width: 600px) {
        .login-form {
          width: 400px;
        }

        .login-form-input {
          width: 330px;
          height: 40px;
          z-index: 2;
        }

        .button-logout {
          width: 330px;
        }

        .formbold-form-wrapper {
          padding: 25px !important;
        }

        .formbold-form-wrapper3 {
          padding: 20px !important;
        }

        .formbold-form-wrapper4 {
          padding-left: 10px !important;
          padding-right: 10px !important;
        }

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

        .formbold-form-wrapper5 {
          margin-left: unset !important;
          margin-right: unset !important;
        }

        .formbold-main-wrapper3 {
          padding: 10px !important;
          display: grid !important;
        }

        .gallery-checkbox {
          clip-path: polygon(5% 0%, 100% 0,100% 100%,15% 100%) !important;
        }

        .button-31 {
          width: 100% !important;
        }

        .button-display {
          margin-top: -10px;
        }

        .gal-wrap {
          margin-top: 25px !important;
        }

        .formbold-main-wrapper4 {
          padding: unset !important;
        }

        .fc-dayGridMonth-button {
          display: none !important;
        }

        #cal-control #fc-dom-1 {
          display: none !important;
        }

        #cal-control #user_dropdown {
          width: 77% !important;
          height: 44px !important;
        }

        #cal-control .button-31 {
          height: 44px !important;
          margin-top: unset !important;
          font-size: 12px !important;
        }

        .fc-daygrid-day-events {
          font-size: 14px !important;
          line-height: 1.3 !important;
        }

        .modal-content {
          width: 410px !important;
        }

        #eventDetailModal {
          place-content: center !important;
        }

        .chosen-select {
          width: 100% !important;
        }

        .formbold-form-wrapper7 {
          padding: 20px !important;
        }

        .formbold-form-wrapper8 {
          margin-left: unset !important;
          margin-right: unset !important;
        }

        #uploadbox {
          margin-top: 25px !important;
        }
      }

      .confirmationmodal {
        padding-right: unset !important;
        place-items: center;
      }

      .modal-title {
        color: black !important;
      }

      .flex {
        display: flex;
      }

      .confirmationmodal .modal-footer button {
        width: 50% !important;
      }

      .confirmationmodal .modal-footer {
        place-content: center;
      }

      .mb-15px {
        margin-bottom: 15px;
      }

      span {cursor:pointer; }

      .number {
        display: flex;
      }

      .minus, .plus{
        width: 32.8px;
        height: 32.8px;
        background:#2d75c7;
        color: white;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        align-content: center;
        display: grid;
        -webkit-user-select: none;
        -ms-user-select: none; 
        user-select: none; 
      }
      .teilbox {
        width: 75px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
      }

.accordion {
  display: flex;
  background-color: #2d75c7;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 970px;
  width: 100%;
  margin-top: 25px;
}

.acc-radius-A {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.acc-radius-B {
  border-radius: 10px;
}

.active, .accordion:hover {
  background-color: #2d75c7;
}

.panel {
  margin-left: 25px;
  margin-right: 25px;
  max-width: 970px;
  width: 100%;
  background: #161618;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  padding: 40px;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
} 

@keyframes rotate180 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(180deg);
  }
}

.rotate {
  animation: rotate180 0.3s linear forwards;
}

@keyframes rotate0 {
  from {
      transform: rotate(180deg);
  }
  to {
      transform: rotate(0deg);
  }
}

.reverse-rotate {
  animation: rotate0 0.3s linear backwards;
}

button:focus {
  outline: unset !important;
}

.flexrow {
  display: flex;
  gap: 0.5%;
}

.w-set-1 {
  width: 87%;
}

.mr-unset {
  margin-right: unset !important;
}

.w-6pc {
  width: 6% !important;
}

.setgrid {
  display: grid;
  height: fit-content;
}

.btn-4 {
  background: #ff9a2e !important;
  border-color: #ff9a2e !important;
  color: #000;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.csv-options {
  width: 100%;
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 600px) {
  .csv-options {
    scale: 70%;
    place-content: center;
  }
}

.fc-timeGridWeek-view {
  .fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid {
    display: none;
  }

  .fc-scrollgrid-section.fc-scrollgrid-section-body {
    height: 100%;
  }

  .fc-scrollgrid-section .fc-timegrid-divider.fc-cell-shaded {
    display: none;
  }

  .fc-col-header colgroup {
    display: none;
  } 

  .fc-timegrid-axis-frame.fc-scrollgrid-shrink-frame.fc-timegrid-axis-frame-liquid {
    display: none;
  }

  th.fc-timegrid-axis {
    display: none;
  }

  td.fc-timegrid-axis.fc-scrollgrid-shrink {
    display: none;
  }

  .rowgroup tr.fc.fc-scrollgrid-section {
    height: unset !important;
  }

  .fc-timeGridWeek-view.fc-view.fc-timegrid table.fc-scrollgrid.fc-scrollgrid-liquid {
    height: unset !important;
  }

  table.fc-scrollgrid-sync-table colgroup col {
    width: unset !important;
  }

  table.fc-scrollgrid-sync-table {
    height: 100% !important;
  }

  div.fc-daygrid-body.fc-daygrid-body-unbalanced.fc-daygrid-body-natural {
    height: 100% !important;
  }

  div.fc-scroller {
    height: 100% !important;
  }

  tr.fc-scrollgrid-section.fc-scrollgrid-section-body td div.fc-scroller-harness div.fc-scroller {
    overflow-y: scroll !important;
  }

  div.fc-scroller-harness {
    height: 100% !important;
  }

  table.fc-scrollgrid.fc-scrollgrid-liquid tbody tr.fc-scrollgrid-section-body {
    height: 100% !important;
  }

  table.fc-scrollgrid.fc-scrollgrid-liquid tbody tr.fc-scrollgrid-section {
    height: 0px;
  }
}

.fc-view-harness.fc-view-harness-active {
  height: 700px !important;
}

.fc-daygrid-day-events .fc-daygrid-event-harness.fc-daygrid-event-harness-abs {
  border: 2px solid transparent;
}

.fc-daygrid-day-events .fc-daygrid-event-harness {
  border: 2px solid transparent;
}

.fc-dayGridMonth-view {
  .fc-scrollgrid-section.fc-scrollgrid-section-header th .fc-scroller-harness .fc-scroller {
    overflow: unset !important;
  }
}

table.fc-scrollgrid-sync-table tbody tr td.fc-day.fc-day-mon.fc-day-past.fc-daygrid-day div.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  min-height: 150px;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #161618;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #161618;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

header {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: black;
}

header {
  z-index: 9999;
}

header .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #00000030;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: unset !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.fc-timeGridDay-view.fc-view.fc-timegrid table .fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid {
  display: none !important;
}

.fc-timeGridDay-view.fc-view.fc-timegrid table tr:nth-of-type(3) {
  display: none !important;
}

.fc-timeGridDay-view.fc-view.fc-timegrid table .fc-scrollgrid-section.fc-scrollgrid-section-body tr .fc-timegrid-axis.fc-scrollgrid-shrink {
  display: none !important;
}

.fc-timeGridDay-view tbody .fc-scrollgrid-section.fc-scrollgrid-section-header th {
  height: 1px !important;
}

.fc-timeGridDay-view tbody .fc-scrollgrid-section {
  display: block !important;
  height: 32px !important;
}

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

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

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-unset {
  margin-bottom: unset !important;
}

.card-i-set {
  position: absolute;
  right: 0;
  bottom: 0;

  background-color: #212124;
  padding: 8px;
  border-top-left-radius: 8px;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.admin-test {
  text-align: center;
  background-color: orange;
  border: 2px solid #212124;
  border-radius: 4px;
  margin-bottom: 30px;
  color: #ff0019;
  font-weight: 600;
}

.admin-test-p {
  margin-bottom: unset !important;
}

.w-80 {
  width: 80%;
}

.w-20 {
  width: 20%;
}

.pinboard-message {
  width: 100%;
  border-radius: 3px;
  background-color: #ff9a2e;
  padding: 8px;
}

.pinboard-message p {
  color: black;
}

.frm-content {
  display: grid;
  grid-gap: 10px;
}

#pinboard_messages_container {
  display: grid;
  grid-gap: 10px;
}

.pinboard-actions {
  display: flex;
  place-content: end;
}

.pinboard-button {
  background-color: #212124;
  border: 1px solid black;
}

.pinboard-header {
  display: flex;
  margin-bottom: 15px;
}

.pinboard-header span {
  margin-bottom: unset !important;
  margin-left: auto;
  font-weight: 600;
  font-size: 16px;
  color: black;
  align-self: center;
  margin-right: 5px;
}

.tt-icon {
  color: black;
  padding-left: 5px;
  padding-top: 5px;
}

.relative {
  position: relative;
}

.pin-check {
  position: absolute;
  bottom: -5px;
  right: -5px;
  color: green;
  z-index: 2;
}

.z-set-btn {
  z-index: 1;
  overflow: inherit;
}

.pinned-message {
  border-left: 5px solid green;
}

.norm-header {
  background-color: #db8528;
  margin: -8px;
  padding: 5px;
  margin-bottom: 8px;
}

.ta-end {
  place-self: end;
  font-size: 12px !important;
  font-style: italic;
  margin-bottom: unset;
  margin-top: 5px;
  color: black !important;
}

.grid {
  display: grid;
}

.post-msg {
  background-color: #2d75c7;
  width: 100%;
  border: unset !important;
  padding: 5px;
}

.not-visible {
  background: repeating-linear-gradient(
    45deg,
    #ff9a2e,
    #ff9a2e 10px,
    #db8528 10px,
    #db8528 20px
  );
  filter: saturate(0.25);
}

header > div {
  background-color: #161618 !important;
  color: white !important;
}

.has-base-background-color {
  background-color: #161618 !important;;
}

.wp-block-navigation__submenu-container {
	background-color: #161618 !important;
  color: white !important;
  border: 1px solid white !important;
}


/* Mobile View */
@media (max-width: 450px) {
  
  .options-row {
    display: grid !important;
  }

  #cal-control #user_dropdown {
    width: 100% !important;
  }

  .formbold-form-wrapper4 {
    padding-top: unset !important;
  }

  .formbold-form-wrapper5 {
    margin-left: unset !important;
  }

  .checkBox {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .btn-secondary {
    font-size: 11px !important;
  }

  .accordion {
    margin-left: unset !important;
  }

  .panel {
    margin-left: unset !important;
  }

  .formbold-form-wrapper8 {
    padding: 20px !important;
  }

  .formbold-form-wrapper5 {
    padding: 20px !important;
  }

  .w-set-1 {
    width: 79%;
  }

  .w-6pc {
    width: 10% !important;
  }

  #edit-report-display {
    margin-top: -80px;
  }

  .formbold-form-wrapper5 {
    width: 400px;
    place-self: center;
  }

  .formbold-main-wrapper3 > div {
    width: 400px;
  }

  #gallerybox {
    width: 400px !important;
  }

  .formbold-form-wrapper7 {
    width: 95%;
  }

  .form-flex-box {
    display: grid;
  }

  .mt-m200 {
    margin-top: 15px;
  }

  .formbold-form-wrapper4 {
    width: 90%;
  }

  .mo-wrap {
    padding: unset !important;
  }
}

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

#timedate {
  font: small-caps lighter 16px/150% "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-align:left;
  margin-left: auto;
  color:#fff;
  border-left: 3px solid #ff9a2e;
  padding-left: 20px;
}

#calendar table tr:nth-child(2) .fc-scroller {
  overflow: visible !important;
}

#calendar table tr:nth-child(2) .fc-scroller-harness {
  overflow-y: scroll !important;
}

.lightbox {
  margin-block-start: unset !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(5px);
}

.lightbox-content {
  position: relative;
  text-align: center;
  display: flex;
  place-content: center;
  place-items: center;
  height: 90%;
}

.lightbox img {
  width: 100%;
  height: 100%;
}

.lightbox-sec-content {
  background-color: #161618;
  height: 100%;
  position: relative;
}

.lightbox-sec-content-inner {
  height: 100%;
}

.lightbox-inf-title {
  text-align: start;
  padding-left: 8px;
}

.pr-8px {
  padding-right: 8px;
}

.scs-btn {
  color: #000000;
  background-color: #ff9a2e;
  font-weight: 500;
  width: 25% !important;
}

#aufgabe-erstellen {
  width: 50% !important;
  margin-left: none !important;
}

#user_dropdown {
  width: 25% !important;
}

.scs-btn:hover {
  color: #000000;
  background-color: #db8528 !important;
}

.scs-btn:active {
  color: #000000;
  background-color: #db8528 !important;
}

.scs-btn:focus {
  color: #000000;
  background-color: #db8528 !important;
}

.lb-cls-btn {
  width: 32px !important;
  height: 32px !important;
  font-weight: unset !important;
  min-width: unset !important;
  min-height: unset !important;
  padding: unset !important;
  place-content: center;
  place-items: center;
  display: flex;
  font-size: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  background-color: #c80000;
}

.lb-cls-btn:hover {
  color: white;
  background-color: #ff0000;
}

.lb-cls-btn:active {
  color: white;
  background-color: #ff0000;
}

.lb-cls-btn:focus {
  color: white;
  background-color: #ff0000;
}

.lb-dwn-btn {
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #000000c9;
  backdrop-filter: blur(2px);
  color: #ff9a2e;
  border: 1px solid #ff9a2e;
  font-weight: 500;
}

.lb-dwn-btn:hover {
  color: #ff9a2e;
  background-color: #000;
  border: 1px solid #ff9a2e;
}

.lb-dwn-btn:active {
  color: #ff9a2e;
  background-color: #000;
  border: 1px solid #ff9a2e;
}

.lb-dwn-btn:focus {
  color: #ff9a2e;
  background-color: #000;
  border: 1px solid #ff9a2e;
}

.loading-spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}