@import url(https://fonts.googleapis.com/css?family=Nunito:200,600);@import url(//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css);@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);.calendar-wrapper{
    position:relative; left:0px; top:0px; width:100%; height: auto; background: rgba(0,0,0,0.02); border-radius: 3px; display: inline-flex; overflow: hidden; justify-content: space-between;
    font-family: 'Nunito', sans-serif;
}

.calendar-wrapper .this-day{
    position:absolute; right:0px; top:0px; width:320px; height: 100%; background: rgba(0,0,0,0.05);
}
.calendar-wrapper .this-day h5{font-size:16px; margin-left:20px; margin-top:15px; margin-bottom:0px; color:#0066FF; margin-right:15px;}
.calendar-wrapper .this-day h2{font-family: 'Nunito', sans-serif; margin-left:20px; margin-top:10px; font-size:24px; margin-right:15px;}
.calendar-wrapper .this-day .items-wrapper{position:relative; left:10px; top:0px; width:calc(100% - 20px); height: calc(100% - 240px); margin-top:20px; overflow-y: auto;}

.calendar-wrapper .this-day .items-wrapper .single-item{padding:5px 10px 5px 10px; position:relative; left:0px; top:0px; width:100%; margin-bottom:10px;}
.calendar-wrapper .this-day .items-wrapper .single-item:hover{cursor: pointer; background: #FAFAFA;}
.calendar-wrapper .this-day .items-wrapper .single-item p{font-family: 'Nunito', sans-serif; font-size:16px; font-weight: bold; margin:0px;}
.calendar-wrapper .this-day .items-wrapper .single-item span{color:grey; font-size:14px;}
.calendar-wrapper .this-day .add-new-today{position:relative; left:20px; top:0px; width:calc(100% - 40px); height: 32px; background: #0099FF; display: inline-flex; justify-content: center;}
.calendar-wrapper .this-day .add-new-today:hover{cursor: pointer;}
.calendar-wrapper .this-day .add-new-today p{font-size:15px; margin:0px; padding-top:5px; color:#fff; font-weight: bold;}
.calendar-wrapper .this-day .add-new-today i{font-size:14px; padding-top:8px; margin-right:10px; color:#fff;}


/* Calendar options */

.calendar-wrapper .calendar{
    position:relative; left:0px; top:0px; width:calc(100% - 20px); height: 100%; padding-bottom:20px;
    display: inline-flex;
    flex-wrap: wrap;
}
.calendar-wrapper .calendar .calendar-header{
    position:relative; left:20px; top:0px; width:calc(100% - 20px); height: 80px;
    margin-top:15px;
}
.calendar-wrapper .calendar .calendar-header h1{font-family: 'Nunito', sans-serif; font-size:30px; margin:0px; padding-top:10px;}
.calendar-wrapper .calendar .calendar-header h1 span{font-weight:normal;}
.calendar-wrapper .calendar .calendar-header .buttons{
    position:absolute; right:0px; height: 30px; display: inline-flex; border:1px solid rgba(0,0,0,0.1);
    border-radius:2px; top:16px;
}
.calendar-wrapper .calendar .calendar-header .buttons .arrow-button{position:relative; width:30px; height: 30px; text-align: center;}
.calendar-wrapper .calendar .calendar-header .buttons .arrow-button:hover{cursor:pointer;}
.calendar-wrapper .calendar .calendar-header .buttons .arrow-button i{font-size:20px; padding-top:5px;}
.calendar-wrapper .calendar .calendar-header .buttons .arrow-button img{height: 18px; margin-top: 3px; }
.calendar-wrapper .calendar .calendar-header .buttons .text-button{
    position:relative; height: 25px; border-right:1px solid rgba(0,0,0,0.1); border-left:1px solid rgba(0,0,0,0.1);
    font-size:16px; padding-left:20px; padding-right:20px; padding-top:5px; font-weight: bold;
}
.calendar-wrapper .calendar .calendar-header .buttons .text-button:hover{cursor:pointer;}

/******************************************* CALENDAR ROWS AND COLS ***************************************************/
.calendar-wrapper .calendar .calendar-body{
    position:relative; left:0px; top:0px; width:100%; height: auto;
}
.calendar-wrapper .calendar .calendar-body .calendar-row {
    position: relative;
    left: 20px;
    top: 0px;
    width: calc(100% - 20px);
    height: 100px;
    display: inline-flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}
.calendar-wrapper .calendar .calendar-body .small-row{height: 30px;}
.calendar-wrapper .calendar .calendar-body .small-row .calendar-col{text-align: center; font-weight: bold; font-size:14px; padding-top:5px;}

.calendar-wrapper .calendar .calendar-body .calendar-row:nth-child(1){border-top: 1px solid rgba(0, 0, 0, 0.1);}
.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col {
    position: relative;
    left: 0px;
    top: 0px;
    width: 15%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    border-top: none;
    margin: 0px;
}
.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col:first-child{background: rgba(0,0,0,0.05);}
.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col:last-child{border-right:1px solid rgba(0,0,0,0.1); background: rgba(0,0,0,0.05);}
.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col p{position:absolute; left:10px; top:5px; font-weight: bold;}

.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col .cv-events{ position: absolute; left:10px; width: calc(100% - 20px); top: 30px; height: calc(100% - 35px); }
.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col .cv-events .cv-e-event{ position: relative; left:0px; background: #0B8043; display: inline-flex; margin-right:2px; margin-bottom:2px; padding:3px 5px 3px 5px; border-radius:2px;}
.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col .cv-events .cv-e-event-2{background: #7986CB; }
.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col .cv-events .cv-e-event h5{font-size:11px; margin: 0px; width: auto; color:#fff; }
.calendar-wrapper .calendar .calendar-body .calendar-row .current-day p{color:#0099FF;}

.calendar-wrapper .calendar .calendar-body .calendar-row .calendar-col:hover{background: rgba(0,0,0,0.1); cursor: pointer;}




/*** Full day preview ***/

.calendar-wrapper .calendar .full-day-preview{
    position: absolute; left:0px; top:0px; width:100%; height: 100%; background: #FAFAFA; z-index: 100;
}

.calendar-wrapper .calendar .full-day-preview .header-of-day{position: relative; left:0px; top:0px; width:100%; background: rgba(0,0,0,0.05); height: 60px; border-bottom:1px solid rgba(0,0,0,0.1);}
.calendar-wrapper .calendar .full-day-preview .header-of-day h2{
    font-family: 'Nunito', sans-serif; margin:0px 0px 0px 20px; font-size:22px; padding-top:14px;
}
.calendar-wrapper .calendar .full-day-preview .header-of-day .day-actions{
    position:absolute; right: 20px; height: 30px; width: 500px; top:15px; display: inline-flex; justify-content: flex-end;
}
.calendar-wrapper .calendar .full-day-preview .header-of-day .inside-element{
    position:relative; margin-left:5px; height: 26px; text-align: center; border:1px solid rgba(0,0,0,0.1); top:1px; border-radius:2px; display: inline-flex;
}
.calendar-wrapper .calendar .full-day-preview .header-of-day .inside-element p{
    font-family: 'Nunito', sans-serif; font-size:14px; margin:0px 20px 0px 5px; font-weight: bold; padding-top:2px;
}
.calendar-wrapper .calendar .full-day-preview .header-of-day .inside-element i{margin-left:20px; font-size:16px; padding-top:5px;}
.calendar-wrapper .calendar .full-day-preview .header-of-day .inside-element .fa-plus{font-size: 12px; padding-top:7px;}
.calendar-wrapper .calendar .full-day-preview .header-of-day .inside-element:hover{cursor:pointer; }

.calendar-wrapper .calendar .full-day-preview .single-day-body{
    position: relative; left: 0px; top: 0px; width: 100%; height: calc(100% - 60px); overflow-y: auto;
}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper{
    position: relative; left:0px; top:0px; width: 100%; height: 1440px;
}

.calendar-wrapper .calendar .full-day-preview .single-day-body::-webkit-scrollbar { display: none; }
/* Hide scrollbar for IE, Edge and Firefox */
.calendar-wrapper .calendar .full-day-preview .single-day-body { -ms-overflow-style: none;  /* IE and Edge */ scrollbar-width: none;  /* Firefox */ }

.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .hours{
    position: absolute; left:0px; top:0px; width:100%; height: 59px;
}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .hours .hour{
    position: absolute; left:0px; top:0px; width:50px; height: 100%; border-right:1px solid rgba(0,0,0,0.05);
}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .hours .event-elem{
    position: absolute; left:30px; width:calc(100% - 30px); height: 100%; border-bottom:1px solid rgba(0,0,0,0.05);
    padding-left:30px;
}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .hours .hour p{position: absolute; font-family: 'Nunito', sans-serif; font-size:10px; font-weight: bold; right:4px; top: 4px; margin:0px;}



.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper{position: absolute; left: 50px; width: calc(100% - 50px); top:120px; display: inline-flex; justify-content: space-between; opacity: 1;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event{ position: relative; border:1px solid #ffffff; border-radius:3px; left: 0px; top:0px; width: 100%; background: #B9C0E2; opacity: 1;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event-2{background: #82BD9E;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event p{position: relative; width: calc(100% - 12px); margin-top:0px; padding-top:6px; margin-left: 10px; margin-right: 10px; font-size: 16px; font-weight: bolder; color:#ffffff;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event p a{color:#ffffff;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event .sew-e-footer{position: relative; left: 0px}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event .sew-e-footer p{font-weight: normal; font-size: 14px; margin-top:0px; padding-top:0px; margin-bottom: 6px;}

.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event:hover{z-index: 100000; background: #7986CB }
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .single-event-wrapper .sew-event-2:hover{z-index: 100000; background: #0B8043; }

.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview{
    position: absolute; left:50px; top:120px; width: calc(100% - 50px); height: 60px; background-color: rgb(121, 134, 203); border-radius:3px;
}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview h4{font-size:12px; color:#fff; margin-left:20px; margin-top:3px; font-weight:bold; margin-bottom:0px;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview p{font-size:10px; margin-left:20px; margin-top:0px; color:#fff;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .current-time-line{position: absolute; left:50px; width: calc(100% - 50px); height: 1px; background: red; top: 100px; z-index:1000;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview .event-actions{position: absolute; right:20px; top:10px; width: 30px; height: 20px; max-height: calc(100% - 10px); display: inline-flex; justify-content: flex-end;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview .event-actions .ea-d{position: relative; top:0px; width: 20px; height: 100%; text-align: center;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview .event-actions .ea-d i{color:#fff; transition: 0.2s all;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview .event-actions .ea-d:hover{cursor: pointer;}
.calendar-wrapper .calendar .full-day-preview .single-day-body .events-wrapper .event-short-preview .event-actions .ea-d:hover i{cursor: pointer; color:#b30000;}
/*** Add new event ***/
.calendar-wrapper .add-new-event-wrapper{position: absolute; left:0px; top:0px; width: 100%; height: 100%; display: none;}
.calendar-wrapper .add-new-event-wrapper .day-form{position: absolute; width: 360px; left:calc(50% - 180px);  z-index: 1000; top:calc(50% - 250px); height: 500px; background: #fff; border-radius:3px;
    box-shadow:  0 0 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px  5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.calendar-wrapper .add-new-event-wrapper .day-form:hover{cursor: pointer;}
.custom-textarea{height: 120px !important;}


.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,0.3);
}


.form-control:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,0.3);
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,0.3);
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
/**
 *  Define colors
 */

html {
  scroll-behavior: smooth;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

html ::-webkit-scrollbar,
html .scroller {
  width: 8px;
  height: 8px;
}

html ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

html ::-webkit-scrollbar-thumb {
  background-color: #243B74;
  border-radius: 3px;
}

body {
  font-family: "Nunito", sans-serif;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}

body a {
  text-decoration: none;
  color: #222;
}

body .form-group label {
  margin-top: 5px;
}

body .form-control {
  height: 32px !important;
  margin-top: 5px;
  margin-bottom: 2px;
}

body select {
  padding-top: 3px !important;
}

body .select2-container--default .select2-selection--single {
  margin-top: 5px !important;
  font-size: 15px !important;
  height: 32px !important;
  padding-top: 2px !important;
}

body .choose-position .select2-results__option .img-flag {
  padding-top: 10px !important;
  color: red !important;
}

body input[readonly],
body select[disabled] {
  background-color: #fff !important;
}

body .btn-xs-v2 {
  height: 25px;
  padding: 5px;
}

body .btn-xs-v2 svg {
  height: 12px;
  bottom: 6px;
}

body .loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 100000;
  display: none;
}

body .loading img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

body .btn-with-svg svg {
  height: 12px;
}

body .btn-with-svg svg path {
  fill: #FFFFFF;
}

body .f-arrows {
  height: 16px;
}

body .card svg {
  height: 16px;
  margin: 0px;
  padding: 0px;
}

.b-color {
  background: #243B74;
}

.tb-color {
  color: #243B74;
}

.copy-link:hover {
  cursor: pointer;
}

/*
 *  Authenticate - Login and / or register forms
 */

html,
body {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.auth-form {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
  /*
   *  Auth form image - left part of page
   */
  /*
   *  Auth form form - input elements for authentication
   */
  /*
   *  Mobile friendly page
   */
}

.auth-form .af-image {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30%;
  height: 100%;
  background: #243B74;
}

.auth-form .af-image img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 90%;
}

.auth-form .af-form {
  position: relative;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.auth-form .af-form .aff-container {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  left: 120px;
  width: calc(100% - 240px);
}

.auth-form .af-form .aff-container .aff-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}

.auth-form .af-form .aff-container .aff-short {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}

.auth-form .af-form .aff-container .aff-short p {
  margin: 0px;
  padding: 0px;
}

.auth-form .af-form .aff-container hr {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 50px;
  margin-bottom: 50px;
}

.auth-form .af-form .aff-container .aff-form {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}

.auth-form .af-form .aff-container .auth-btn {
  background: #243B74;
  height: 28px;
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 1500px) {
  .auth-form .af-form .aff-container {
    left: 50px;
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 1300px) {
  .auth-form .af-image {
    display: none;
  }

  .auth-form .af-form {
    left: 0px;
    width: 100%;
  }

  .auth-form .af-form .aff-container {
    left: 120px;
    width: calc(100% - 240px);
  }
}

@media only screen and (max-width: 1300px) {
  .auth-form .af-form .aff-container {
    left: 20px;
    width: calc(100% - 40px);
  }

  .auth-form .af-form .aff-container hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .auth-form .af-form .aff-container .aff-form .col-md-6 {
    margin-bottom: 20px;
  }

  .auth-form .af-form .aff-container .aff-links .col-md-6 a {
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
  }

  .auth-form .af-form .aff-container .aff-links span {
    display: none;
  }

  .auth-form .af-form .auth-btn {
    width: 100%;
    margin-top: 10px;
    padding: 5px 15px;
    height: 34px !important;
  }
}

/*
 *  System layout
 */

/*
 *  Menu includes - Left and top menu
 */

.s-left-menu {
  position: fixed;
  left: 0px;
  top: 80px;
  width: 320px;
  height: calc(100% - 80px);
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: #243B74;
}

.s-left-menu .user-info {
  position: relative;
  left: 20px;
  top: 0px;
  width: calc(100% - 40px);
  min-height: 30px;
  display: inline-flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-bottom: 14px;
}

.s-left-menu .user-info .user-image {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid white;
  overflow: hidden;
}

.s-left-menu .user-info .user-image img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.s-left-menu .user-info .user-desc {
  position: relative;
  width: calc(100% - 80px);
}

.s-left-menu .user-info .user-desc h4 {
  margin: 0px;
  color: #fff;
}

.s-left-menu .user-info .user-desc p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}

.s-left-menu .user-info .user-desc p i {
  font-size: 12px;
  color: mediumspringgreen;
  margin-top: 0px;
  padding-top: 2px;
  display: inline-flex;
  margin-right: 3px;
}

.s-left-menu .user-info .user-desc p svg {
  height: 12px;
  margin-top: 0px;
  padding-top: 0px;
  display: inline-flex;
  margin-right: 3px;
}

.s-left-menu .user-info .user-desc p svg path {
  fill: mediumspringgreen;
}

.s-left-menu .s-lm-subsection {
  position: relative;
  left: 20px;
  margin-top: 0px;
  width: calc(100% - 40px);
  height: calc(100% - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

.s-left-menu .s-lm-subsection .subtitle {
  position: relative;
  left: 0px;
  width: 100%;
  height: 40px;
}

.s-left-menu .s-lm-subsection .subtitle h4 {
  margin: 0px;
  padding-top: 10px;
  font-size: 16px;
  color: #fff;
}

.s-left-menu .s-lm-subsection .subtitle .subtitle-icon {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
  top: 5px;
  text-align: right;
}

.s-left-menu .s-lm-subsection .subtitle .subtitle-icon i {
  padding-top: 6px;
  color: #fff;
}

.s-left-menu .s-lm-subsection .subtitle .subtitle-icon svg {
  height: 22px;
  padding-top: 6px;
}

.s-left-menu .s-lm-subsection .subtitle .subtitle-icon svg path {
  fill: #FFFFFF;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  width: calc(100% - 3px);
}

.s-left-menu .s-lm-subsection .s-lm-wrapper.active .s-lm-s-elements .extra-elements svg {
  transform: rotate(-90deg);
}

.s-left-menu .s-lm-subsection .s-lm-wrapper a {
  padding: 0px;
  margin: 0px;
  display: flex;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  display: inline-flex;
  margin: 0px;
  padding: 0px;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .s-lms-e-img {
  position: relative;
  left: 0px;
  top: 8px;
  width: 34px;
  height: 34px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .s-lms-e-img i {
  padding-top: 10px;
  font-size: 14px;
  transition: 0.2s all;
  color: #fff;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .s-lms-e-img img {
  height: 14px;
  margin-top: 7px;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .s-lms-e-img svg {
  height: 14px;
  margin-top: 7px;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .s-lms-e-img svg path {
  fill: #FFFFFF;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements a,
.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements p {
  margin-left: 15px;
  font-weight: bold;
  padding-top: 14px;
  transition: 0.2s all;
  color: #fff;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements {
  position: absolute;
  right: 0px;
  top: 14px;
  height: 30px;
  display: inline-flex;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements .ee-t {
  position: relative;
  height: 20px;
  background: cyan;
  border-radius: 2px;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements .ee-t p {
  font-size: 12px;
  margin: 0px;
  padding: 1px 6px;
  font-weight: bold;
  color: #fff;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements .ee-t-g {
  background: mediumspringgreen;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements .ee-t-grey {
  background: #636b6f;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements .ee-t-b {
  background: #fff;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements i {
  font-size: 16px;
  padding-top: 1px;
  transition: 0.3s all;
  transform-origin: center;
  margin-left: 10px;
  color: #fff;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements svg {
  height: 16px;
  transform: rotate(90deg);
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements .extra-elements svg path {
  fill: #FFFFFF;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements:hover {
  cursor: pointer;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements:hover .s-lms-e-img i {
  color: #FFCC00;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements:hover .s-lms-e-img svg path {
  fill: #FFCC00;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .s-lm-s-elements:hover a {
  color: #333;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: 0.2s all;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link {
  position: relative;
  left: 0px;
  width: 100%;
  height: 34px;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .ilm-l {
  position: absolute;
  width: 2px;
  left: 16px;
  height: 100%;
  background: #E5E5E5;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .ilm-c {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E5E5E5;
  top: 13px;
  left: 13px;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link p {
  margin-left: 40px;
  margin-top: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding-top: 8px;
  color: #fff;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .additional-icon {
  position: absolute;
  right: 0px;
  top: 9px;
  width: 16px;
  height: 16px;
  background: mediumspringgreen;
  text-align: center;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .additional-icon i {
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 10px;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .additional-icon svg {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  display: inline-flex;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .additional-icon svg path {
  fill: black;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .ai-grey {
  background: grey;
}

.s-left-menu .s-lm-subsection .s-lm-wrapper .inside-links .inside-lm-link .ai-grey i {
  color: #fff;
  font-size: 8px;
  left: 4px;
  top: 4px;
}

.s-left-menu .bottom-icons {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 0px);
  height: 34px;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.s-left-menu .bottom-icons .bottom-icon {
  position: relative;
  width: 34px;
  height: 34px;
  text-align: center;
}

.s-left-menu .bottom-icons .bottom-icon i {
  padding-top: 10px;
  transition: 0.3s all;
}

.s-left-menu .bottom-icons .bottom-icon:hover {
  cursor: pointer;
}

.s-left-menu .bottom-icons .bottom-icon:hover i {
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  .s-left-menu {
    left: -320px;
  }
}

.s-top-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  background: #243B74;
  z-index: 1000;
}

.s-top-menu .app-name {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 320px;
  height: 80px;
}

.s-top-menu .app-name h1 {
  font-size: 30px;
  margin-left: 20px;
  color: #fff;
  padding-top: 24px;
}

.s-top-menu .app-name i {
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 30px;
  display: none;
}

.s-top-menu .app-name img {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 30px;
  display: none;
}

.s-top-menu .app-name i:hover,
.s-top-menu .app-name img:hover {
  cursor: pointer;
  color: #fff;
}

.s-top-menu .top-menu-links {
  position: absolute;
  left: 320px;
  width: calc(100% - 321px);
  height: 40px;
  top: 20px;
  border-left: 1px solid #E5E5E5;
}

.s-top-menu .top-menu-links .left-icons {
  position: absolute;
  left: 30px;
  top: 0px;
  min-width: 200px;
  height: 100%;
}

.s-top-menu .top-menu-links .left-icons .single-li {
  position: relative;
  height: 40px;
  display: inline-flex;
  margin: 0px 10px;
}

.s-top-menu .top-menu-links .left-icons .single-li p {
  margin: 0px;
  padding-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
}

.s-top-menu .top-menu-links .left-icons .single-li i {
  padding-top: 12px;
  color: #333;
  font-size: 14px;
}

.s-top-menu .top-menu-links .left-icons .single-li .number-of {
  position: absolute;
  right: -6px;
  top: 2px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
}

.s-top-menu .top-menu-links .left-icons .single-li .number-of p {
  font-size: 10px;
  margin: 0px;
  color: #fff;
  padding-top: 0px;
  padding-left: 3px;
  padding-right: 3px;
}

.s-top-menu .top-menu-links .left-icons .single-li:hover {
  cursor: pointer;
}

.s-top-menu .top-menu-links .right-icons {
  position: absolute;
  right: 30px;
  top: 0px;
  min-width: 200px;
  height: 100%;
  display: inline-flex;
  justify-content: flex-end;
}

.s-top-menu .top-menu-links .right-icons .single-li {
  position: relative;
  height: 40px;
  display: inline-flex;
  margin: 0px 10px;
}

.s-top-menu .top-menu-links .right-icons .single-li p {
  margin: 0px;
  padding-top: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}

.s-top-menu .top-menu-links .right-icons .single-li i {
  padding-top: 13px;
  font-size: 14px;
  color: #fff;
}

.s-top-menu .top-menu-links .right-icons .single-li svg {
  padding-top: 13px;
  height: 25px;
  color: #fff;
}

.s-top-menu .top-menu-links .right-icons .single-li .number-of {
  position: absolute;
  right: -6px;
  top: 2px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
}

.s-top-menu .top-menu-links .right-icons .single-li .number-of p {
  font-size: 10px;
  margin: 0px;
  color: #fff;
  padding-top: 0px;
  padding-left: 3px;
  padding-right: 3px;
}

.s-top-menu .top-menu-links .right-icons .single-li:hover {
  cursor: pointer;
}

@media only screen and (max-width: 1500px) {
  .s-top-menu .app-name i,
  .s-top-menu .app-name img {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  .s-top-menu .app-name {
    width: 100%;
  }

  .s-top-menu .app-name i {
    display: block;
    z-index: 100;
  }

  .s-top-menu .top-menu-links {
    border-left: 0px;
  }

  .s-top-menu .top-menu-links .left-icons {
    display: none;
  }

  .s-top-menu .top-menu-links .right-icons {
    right: 50px;
  }

  .s-top-menu .top-menu-links .right-icons .user-name {
    display: none;
  }
}

/*
 *  Content include
 */

.main-content {
  position: relative;
  left: 320px;
  width: calc(100% - 320px);
  min-height: calc(100% - 80px);
  top: 80px;
  background: #F5F5F5;
  padding-top: 30px;
}

.main-content .content-wrapper {
  position: relative;
  left: 30px;
  width: calc(100% - 60px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.main-content .content-wrapper-bs {
  border: none;
}

.main-content #page-menu {
  position: relative;
  left: 30px;
  top: 0px;
  margin-top: 0px;
  width: calc(100% - 60px);
  height: 110px;
  margin-bottom: 30px;
}

.main-content #page-menu .page-menu-icon-w {
  position: absolute;
  left: 0px;
  width: 80px;
  height: 80px;
  background: #fff;
  text-align: center;
}

.main-content #page-menu .page-menu-icon-w i {
  font-size: 36px;
  color: #243B74;
  margin-top: 22px;
}

.main-content #page-menu .page-menu-icon-w svg {
  height: 36px;
  margin-top: 22px;
}

.main-content #page-menu .page-menu-icon-w svg path {
  fill: #243B74 !important;
}

.main-content #page-menu .page-menu-header {
  position: absolute;
  left: 100px;
  top: 0px;
  width: calc(100% - 100px);
  height: 50px;
}

.main-content #page-menu .page-menu-header h4 {
  padding-top: 8px;
  font-size: 26px;
  margin: 0px;
}

.main-content #page-menu .page-menu-header p {
  margin-top: 5px;
}

.main-content #page-menu .page-menu-header p a {
  font-weight: bold;
}

.main-content #page-menu .page-menu-navigation {
  position: absolute;
  right: 0px;
  top: 20px;
  height: 40px;
  text-align: right;
}

.main-content #page-menu .page-menu-navigation a {
  display: inline-block;
  padding-top: 10px;
  margin-left: 2px;
  font-size: 14px;
  font-weight: bold;
}

.main-content #page-menu .page-menu-navigation .page-menu-nav-icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
}

.main-content #page-menu .page-menu-navigation .page-menu-nav-icon i {
  position: absolute;
  font-size: 18px;
  left: 0px;
  top: 6px;
  color: #243B74;
}

.main-content #page-menu .page-menu-navigation .page-menu-nav-icon svg {
  position: absolute;
  height: 18px;
  left: 0px;
  top: 6px;
}

.main-content #page-menu .page-menu-navigation .page-menu-nav-icon svg path {
  fill: #243B74;
}

.main-content #page-menu .page-menu-navigation a:hover {
  color: #243B74;
}

.main-content #page-menu .menu-line {
  position: absolute;
  left: -30px;
  bottom: 0px;
  width: calc(100% + 60px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.main-content .gke-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 40px;
  background: #D5BA19;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: space-between;
}

.main-content .gke-header h4 {
  color: #ffffff;
  font-size: 20px;
  margin-left: 15px;
  padding-top: 8px;
}

.main-content .gke-header .gke-h-icons {
  position: relative;
  height: 40px;
  margin-right: 15px;
  display: inline-flex;
}

.main-content .gke-header .gke-h-icons .gke-h-i-wrapper {
  position: relative;
  height: 26px;
  width: 26px;
  background: #243B74;
  text-align: center;
  margin-top: 7px;
  margin-left: 15px;
  border-radius: 3px;
}

.main-content .gke-header .gke-h-icons .gke-h-i-wrapper i {
  color: #fff;
  font-size: 12px;
}

.main-content .gke-header .gke-h-icons .gke-h-i-wrapper svg {
  height: 12px;
}

.main-content .gke-header .gke-h-icons .gke-h-i-wrapper svg path {
  fill: #fff;
}

.main-content .list-icon i {
  padding-top: 6px;
}

.main-content .list-icon svg {
  height: 12px;
}

.main-content .list-icon svg path {
  fill: #333333;
}

.main-content .list-icon svg .text-success {
  fill: #0B8043;
}

.main-content .list-icon svg .text-danger {
  fill: #721c24;
}

.main-content .list-icon svg .text-info {
  fill: #005cbf;
}

.main-content .history-data {
  width: calc(100% - 30px);
}

@media only screen and (max-width: 1500px) {
  .main-content {
    left: 0px;
    width: 100%;
  }

  .main-content #page-menu .page-menu-navigation {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .main-content {
    padding-bottom: 10px;
  }

  .main-content .content-wrapper,
  .main-content #page-menu {
    left: 20px;
    width: calc(100% - 40px);
  }

  .main-content #page-menu {
    height: auto;
    display: inline-flex;
    min-height: 90px;
  }

  .main-content #page-menu .page-menu-icon-w {
    position: relative;
    width: 60px;
    height: 60px;
  }

  .main-content #page-menu .page-menu-icon-w i {
    font-size: 26px;
    margin-top: 18px;
  }

  .main-content #page-menu .page-menu-header {
    position: relative;
    left: 20px;
    width: calc(100% - 80px);
    height: auto;
  }

  .main-content #page-menu .page-menu-header h4 {
    padding-top: 0px;
  }

  .main-content #page-menu .menu-line {
    left: 0px;
    width: 100%;
  }
}

.notifyMeWrapper {
  position: fixed;
  right: 15px;
  top: 15px;
  max-width: 500px;
  z-index: 10000;
  border-radius: 3px;
  display: block;
  transition: 0.3s ease-in-out;
}

.notifyMeWrapper .notifyMe {
  position: relative;
  left: 0px;
  top: 0px;
  margin-bottom: 15px;
  padding: 5px 15px;
}

.notifyMeWrapper .notifyMe .nt-inline {
  display: inline-flex;
}

.notifyMeWrapper .notifyMe .nt-inline .nt-icon {
  margin-right: 10px;
  font-size: 15px;
  padding-top: 0px;
}

.notifyMeWrapper .notifyMe .nt-inline p {
  margin: 0px;
  font-weight: bold;
}

.notifyMeWrapper .nt-success {
  background: #DFF0D8;
}

.notifyMeWrapper .nt-success .nt-inline p,
.notifyMeWrapper .nt-success .nt-inline i {
  color: #508F51;
}

.notifyMeWrapper .nt-warn {
  background: #FCF8E3;
}

.notifyMeWrapper .nt-warn .nt-inline p,
.notifyMeWrapper .nt-warn .nt-inline i {
  color: #C5A060;
}

.notifyMeWrapper .nt-danger {
  background: #F2DEDE;
}

.notifyMeWrapper .nt-danger .nt-inline p,
.notifyMeWrapper .nt-danger .nt-inline i {
  color: #C84040;
}

@media only screen and (max-width: 800px) {
  .notifyMeWrapper {
    max-width: calc(100% - 30px);
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 999999;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99999;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

#filtering th:first-child,
#filtering td:first-child {
  text-align: center;
  width: 80px;
}

#filtering th:last-child {
  display: table-cell !important;
}

#filtering th,
#filtering td {
  font-family: "Nunito", sans-serif;
  color: #333;
  font-weight: bolder;
}

#filtering th:nth-child(n+5) {
  display: none;
}

#filtering tbody tr td:nth-child(n+5) {
  display: none;
}

#filtering th,
#filtering tbody tr td {
  display: none;
}

#filtering tbody tr td:last-child {
  display: table-cell !important;
  width: 120px;
}

.pull-pagination-right .pagination {
  float: right;
}

.btn-xs {
  font-size: 11px;
}

.btn-xs svg {
  height: 12px;
}

#filtering tbody tr td {
  font-size: 14px;
}

#filtering .w-120 {
  width: 120px;
}

#loading-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 100000;
  display: none;
}

#loading-bar img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.rf-wrapper {
  width: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 31px;
  margin-top: 5px;
  text-align: center;
  padding-top: 3px;
}

.rf-wrapper i {
  color: #C84040;
}

.rf-wrapper svg {
  height: 18px;
  margin-right: 2px;
  padding-top: 2px;
  display: inline-flex;
}

.rf-wrapper:hover {
  cursor: pointer;
}

.filter-btn {
  padding: 3px 10px !important;
  display: inline-flex;
  justify-content: space-between;
  background: #243B74;
}

.filter-btn i {
  margin-right: 3px;
  padding-top: 2px;
}

.filter-btn svg {
  height: 14px;
  margin-right: 2px;
  padding-top: 2px;
  display: inline-flex;
}

.filter-btn a {
  margin-left: 3px;
  padding-top: 1px;
}

.filter-btn .fa-chevron-down {
  margin-left: 5px;
  margin-right: 0px;
  padding-top: 3px;
}

.f-green {
  background: #00EBC1;
  border: none;
  color: #333;
}

.f-green a {
  color: #333;
}

.f-blue {
  background: #00AEEB;
  border: none;
  color: #333;
}

.f-blue a {
  color: #333;
}

.filter-btn:hover {
  background: #333;
}

.filter-btn:hover a {
  color: #fff;
}

.pagination .page-item .page-link {
  color: #243B74;
  font-weight: bold;
}

.pagination .active .page-link {
  background-color: #243B74;
  border-color: #243B74;
  color: #fff;
}

.filters-select,
.filters-input {
  font-weight: bold !important;
}

.filters-select option,
.filters-input option {
  font-weight: bold !important;
}

.export-div {
  position: relative;
}

.export-btn {
  position: absolute;
  bottom: 0;
  margin-bottom: 2px;
}

.form-textarea {
  border: 1px solid #ced4da;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*
 *  Import special classes
 */

.questions-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  margin-top: 15px;
}

.c-p {
  cursor: pointer;
}

.append-to-form {
  height: 32px;
  margin-top: 5px;
}

/** Custom dropdown -- search and if available, put into form **/

.cd-wrapper {
  height: 40px;
  overflow: visible;
  padding-top: 6px;
}

.input-group-append:hover {
  cursor: pointer;
}

.custom-dropdown {
  position: relative;
  left: 0px;
  top: -26px;
  width: 100%;
  max-height: 220px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: auto;
  display: none;
}

.custom-dropdown .cd-row {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 16px;
}

.custom-dropdown .cd-row p {
  margin: 0px;
  padding: 0px;
}

.custom-dropdown .cd-row p:hover {
  cursor: pointer;
}

/* Text colors */

.text-yellow {
  color: #D5BA19;
}

.text-blue {
  color: #243B74;
}

.cursor-ban {
  cursor: not-allowed !important;
}

/*
 *  Attendees
 */

.my-custom-modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
}

.my-custom-modal-wrapper .my-custom-modal {
  position: absolute;
  top: 100px;
  width: 50%;
  left: 25%;
  min-height: 120px;
  background: #ffffff;
  border-radius: 3px;
  overflow: auto;
  /* Header part */
  /* Body part */
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70px;
  display: inline-flex;
  justify-content: space-between;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-title {
  position: relative;
  left: 0px;
  top: 0px;
  height: 100%;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-title h4 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-top: 23px;
  font-weight: bold;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-title p {
  margin-left: 20px;
  margin-top: 3px;
  font-size: 14px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons {
  display: inline-flex;
  justify-content: space-between;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .switch-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 30px;
  background: #F3F3F3;
  border-radius: 15px;
  border: 2px solid #B0B0B0;
  margin-top: 20px;
  margin-right: 20px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .switch-wrapper .inside-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #B0B0B0;
  top: -2px;
  left: -2px;
  text-align: center;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .switch-wrapper .inside-circle i {
  margin-top: 6px;
  font-size: 14px;
  color: #444444;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .switch-wrapper-active {
  background: #D5BA19;
  border: 2px solid #D5BA19;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .switch-wrapper-active .inside-circle {
  left: calc(100% - 28px);
  border: 2px solid #D5BA19;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .switch-wrapper-active .inside-circle i {
  color: #D5BA19;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .mcm-h-i-exit {
  position: relative;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #721c24;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
  border-radius: 3px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .mcm-h-i-exit i {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 6px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .mcm-header-h .mcm-h-icons .mcm-h-i-exit:hover {
  cursor: pointer;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .saw-input-wrapper {
  position: relative;
  left: 20px;
  width: calc(100% - 40px);
  margin-top: 15px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-header .saw-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: 10px !important;
  left: auto !important;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-body {
  position: relative;
  left: 20px;
  width: calc(100% - 40px);
}

.my-custom-modal-wrapper .my-custom-modal .mcm-body .footer {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 15px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-body .footer .btn {
  height: 30px !important;
  font-size: 14px;
  padding-top: 3px;
}

.my-custom-modal-wrapper .my-custom-modal .mcm-body .footer .btn-blue {
  background: #243B74;
  color: #ffffff;
}

/* Other CSS Properties */

.small-btn {
  position: relative;
  height: 22px;
  width: 22px;
  border: none;
  background: #333333;
  border-radius: 3px;
  padding-top: 0px;
}

.small-btn i {
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.small-btn svg {
  height: 10px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.small-dark-btn {
  background: #333333;
}

.small-dark-btn svg {
  height: 10px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.small-red-btn {
  background: #b30000;
}

.small-red-btn svg {
  height: 10px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.gke-cp {
  cursor: pointer;
}

/**
 *  Public
 */

.form__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 32px 0px;
  flex-wrap: wrap;
}

.form__wrapper .form__inner__wrapper {
  position: relative;
  width: 820px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.form__wrapper .form__inner__wrapper .image__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  background: #243B74;
  border-radius: 8px;
}

.form__wrapper .form__inner__wrapper .image__wrapper img {
  max-width: 100%;
}

.form__wrapper .form__inner__wrapper .header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #243B74;
  border-radius: 4px;
  padding: 8px 16px;
}

.form__wrapper .form__inner__wrapper .header p {
  margin: 0px;
  color: #FFFFFF;
}

.form__wrapper .form__inner__wrapper .areas__wrapper {
  position: relative;
  width: 100%;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list {
  position: relative;
  width: 100%;
  min-height: 60px;
  margin-top: 32px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  background: rgba(0, 0, 0, 0.03);
  padding: 16px;
  border-radius: 4px;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header h4,
.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header span {
  margin: 0px;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header span {
  background: #243B74;
  color: #FFFFFF;
  padding: 4px 16px 4px 16px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header span img {
  height: 10px;
  margin: 0px;
  padding: 0px;
  margin-top: -2px;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header .span-4 {
  padding: 4px 6px;
  transition: 0.2s all;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header .span-4:hover {
  cursor: pointer;
  background: #D5BA19;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header h4 {
  font-weight: bold;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .area__header .right__side {
  display: flex;
  align-items: center;
  gap: 6px;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area p {
  margin: 0px;
  width: 100%;
  margin-top: 16px;
}

.form__wrapper .form__inner__wrapper .areas__wrapper .areas__list .area .newspaper {
  font-size: 14px;
  margin-top: 4px;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .form__wrapper .form__inner__wrapper {
    width: calc(100% - 40px);
  }
}

.edit__regulations__wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit__regulations__wrapper .aa_inner_wrapper {
  position: relative;
  width: 960px;
  max-width: calc(100% - 40px);
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  gap: 24px;
  padding: 24px;
  flex-direction: column;
}

.edit__regulations__wrapper .aa_inner_wrapper .header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit__regulations__wrapper .aa_inner_wrapper .header .left-btn {
  background: #D5BA19;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.edit__regulations__wrapper .aa_inner_wrapper .header .img_and_btn_wrapper {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}

.edit__regulations__wrapper .aa_inner_wrapper .header .img_and_btn_wrapper img {
  height: 24px;
  transition: 0.3s all;
}

.edit__regulations__wrapper .aa_inner_wrapper .header .img_and_btn_wrapper img:hover {
  cursor: pointer;
  transform: rotate(90deg);
}

.edit__regulations__wrapper .aa_inner_wrapper .header .img_and_btn_wrapper .switch {
  position: relative;
  height: 20px;
  width: 40px;
  border: 2px solid #333333;
  border-radius: 12px;
  display: flex;
  padding: 2px;
}

.edit__regulations__wrapper .aa_inner_wrapper .header .img_and_btn_wrapper .switch.switched {
  justify-content: flex-end;
}

.edit__regulations__wrapper .aa_inner_wrapper .header .img_and_btn_wrapper .switch:hover {
  cursor: pointer;
}

.edit__regulations__wrapper .aa_inner_wrapper .header .img_and_btn_wrapper .switch .circle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
}

.edit__regulations__wrapper .aa_inner_wrapper .header__info {
  position: relative;
  width: 100%;
  text-align: center;
}

.edit__regulations__wrapper .aa_inner_wrapper .header__info h3 {
  margin: 0px;
  padding: 0px;
}

.edit__regulations__wrapper .aa_inner_wrapper .header__info p {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 14px;
}

.edit__regulations__wrapper .aa_inner_wrapper .body__wrapper {
  position: relative;
  width: 100%;
}

.error__wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.error__wrapper h2 {
  font-weight: bold;
}

