
.btn-outline-success:focus,.btn-outline-success.focus
{
  box-shadow: 0 0 0 .2rem rgba(91,170,115,0.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled
{
  color: #5baa73;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle
{
  color: #fff;
  background-color: #5baa73;
  border-color: #5baa73;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(91,170,115,0.5);
}

.btn-outline-info
{
  color: #7858d7;
  border-color: #7858d7;
}

.btn-outline-info:hover
{
  color: #fff;
  background-color: #7858d7;
  border-color: #7858d7;
}

.btn-outline-info:focus,.btn-outline-info.focus
{
  box-shadow: 0 0 0 .2rem rgba(120,88,215,0.5);
}

.btn-outline-info.disabled,.btn-outline-info:disabled
{
  color: #7858d7;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle
{
  color: #fff;
  background-color: #7858d7;
  border-color: #7858d7;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(120,88,215,0.5);
}

.btn-outline-warning
{
  color: #f4a965;
  border-color: #f4a965;
}

.btn-outline-warning:hover
{
  color: #fff;
  background-color: #f4a965;
  border-color: #f4a965;
}

.btn-outline-warning:focus,.btn-outline-warning.focus
{
  box-shadow: 0 0 0 .2rem rgba(244,169,101,0.5);
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled
{
  color: #f4a965;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle
{
  color: #fff;
  background-color: #f4a965;
  border-color: #f4a965;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(244,169,101,0.5);
}

.btn-outline-danger
{
  color: #ea643f;
  border-color: #ea643f;
}

.btn-outline-danger:hover
{
  color: #fff;
  background-color: #ea643f;
  border-color: #ea643f;
}

.btn-outline-danger:focus,.btn-outline-danger.focus
{
  box-shadow: 0 0 0 .2rem rgba(234,100,63,0.5);
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled
{
  color: #ea643f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle
{
  color: #fff;
  background-color: #ea643f;
  border-color: #ea643f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(234,100,63,0.5);
}

.btn-outline-light
{
  color: #c7cbd3;
  border-color: #c7cbd3;
}

.btn-outline-light:hover
{
  color: #212529;
  background-color: #c7cbd3;
  border-color: #c7cbd3;
}

.btn-outline-light:focus,.btn-outline-light.focus
{
  box-shadow: 0 0 0 .2rem rgba(199,203,211,0.5);
}

.btn-outline-light.disabled,.btn-outline-light:disabled
{
  color: #c7cbd3;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle
{
  color: #212529;
  background-color: #c7cbd3;
  border-color: #c7cbd3;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(199,203,211,0.5);
}

.btn-outline-dark
{
  color: #01041b;
  border-color: #01041b;
}

.btn-outline-dark:hover
{
  color: #fff;
  background-color: #01041b;
  border-color: #01041b;
}

.btn-outline-dark:focus,.btn-outline-dark.focus
{
  box-shadow: 0 0 0 .2rem rgba(1,4,27,0.5);
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled
{
  color: #01041b;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle
{
  color: #fff;
  background-color: #01041b;
  border-color: #01041b;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(1,4,27,0.5);
}

.btn-outline-orange
{
  color: #fe721c;
  border-color: #fe721c;
}

.btn-outline-orange:hover
{
  color: #fff;
  background-color: #fe721c;
  border-color: #fe721c;
}

.btn-outline-orange:focus,.btn-outline-orange.focus
{
  box-shadow: 0 0 0 .2rem rgba(254,114,28,0.5);
}

.btn-outline-orange.disabled,.btn-outline-orange:disabled
{
  color: #fe721c;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,.btn-outline-orange:not(:disabled):not(.disabled).active,.show>.btn-outline-orange.dropdown-toggle
{
  color: #fff;
  background-color: #fe721c;
  border-color: #fe721c;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(254,114,28,0.5);
}

.btn-outline-purple
{
  color: #4731b6;
  border-color: #4731b6;
}

.btn-outline-purple:hover
{
  color: #fff;
  background-color: #4731b6;
  border-color: #4731b6;
}

.btn-outline-purple:focus,.btn-outline-purple.focus
{
  box-shadow: 0 0 0 .2rem rgba(71,49,182,0.5);
}

.btn-outline-purple.disabled,.btn-outline-purple:disabled
{
  color: #4731b6;
  background-color: transparent;
}

.btn-outline-purple:not(:disabled):not(.disabled):active,.btn-outline-purple:not(:disabled):not(.disabled).active,.show>.btn-outline-purple.dropdown-toggle
{
  color: #fff;
  background-color: #4731b6;
  border-color: #4731b6;
}

.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-purple.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(71,49,182,0.5);
}

.btn-outline-skyblue
{
  color: #158df7;
  border-color: #158df7;
}

.btn-outline-skyblue:hover
{
  color: #fff;
  background-color: #158df7;
  border-color: #158df7;
}

.btn-outline-skyblue:focus,.btn-outline-skyblue.focus
{
  box-shadow: 0 0 0 .2rem rgba(21,141,247,0.5);
}

.btn-outline-skyblue.disabled,.btn-outline-skyblue:disabled
{
  color: #158df7;
  background-color: transparent;
}

.btn-outline-skyblue:not(:disabled):not(.disabled):active,.btn-outline-skyblue:not(:disabled):not(.disabled).active,.show>.btn-outline-skyblue.dropdown-toggle
{
  color: #fff;
  background-color: #158df7;
  border-color: #158df7;
}

.btn-outline-skyblue:not(:disabled):not(.disabled):active:focus,.btn-outline-skyblue:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-skyblue.dropdown-toggle:focus
{
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(21,141,247,0.5);
}

.btn-link
{
  font-weight: 400;
  color: #465af7;
  text-decoration: none;
}

.btn-link:hover
{
  color: #0a23e7;
  text-decoration: none;
}

.btn-link:focus,.btn-link.focus
{
  text-decoration: none;
}

.btn-link:disabled,.btn-link.disabled
{
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,.btn-group-lg>.btn
{
  padding: .5rem 1rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-sm,.btn-group-sm>.btn
{
  padding: .25rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-block
{
  display: block;
  width: 100%;
}

.btn-block+.btn-block
{
  margin-top: .5rem;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block
{
  width: 100%;
}

.iq-progress-bar
{
  background: #c7cbd3;
  box-shadow: 0 0 0;
  height: 6px;
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.iq-progress-bar>span
{
  background: #465af7 none repeat scroll 0 0;
  position: relative;
  display: block;
  height: 100%;
  width: 0;
  border-radius: 5px;
}

.iq-progress-bar .progress-text
{
  position: absolute;
  right: -10px;
  top: -25px;
  font-size: 13px;
  font-weight: 500;
}

.iq-progress-bar.iq-progress-bar-icon>span:after
{
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid transparent;
  position: absolute;
  bottom: -3px;
  right: 0;
  z-index: 1;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-primary:after
{
  border-color: #465af7;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-danger:after
{
  border-color: #ea643f;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-success:after
{
  border-color: #5baa73;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-warning:after
{
  border-color: #f4a965;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-info:after
{
  border-color: #7858d7;
}

.iq-progress-bar.iq-progress-bar-icon>span.bg-dark:after
{
  border-color: #01041b;
}

.progress-round.heatmap-progress
{
  height: 97px;
  width: 97px;
}

.progress-round.heatmap-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.heatmap-progress::after
{
  border: 10px solid #ff9273;
}

.progress-round.income-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.income-progress::after
{
  border: 10px solid #ff9273;
}

.progress-round.alarams-progress
{
  height: 110px;
  width: 110px;
}

.iq-progress-bar .progress-text-one
{
  position: absolute;
  right: -20px;
  top: -42px;
  font-size: 13px;
  font-weight: 500;
  background: #ea643f;
  color: #fff;
  padding: 0px 5px;
}

.iq-progress-bar>span.bg-primary .progress-text-one:after
{
  border-color: #465af7 transparent transparent transparent;
}

.iq-progress-bar>span.bg-success .progress-text-one:after
{
  border-color: #5baa73 transparent transparent transparent;
}

.iq-progress-bar>span.bg-warning .progress-text-one:after
{
  border-color: #f4a965 transparent transparent transparent;
}

.iq-progress-bar>span.bg-orange .progress-text-one:after
{
  border-color: #fe721c transparent transparent transparent;
}

.iq-progress-bar>span.bg-danger .progress-text-one:after
{
  border-color: #ea643f transparent transparent transparent;
}

.iq-progress-bar>span.bg-dark .progress-text-one:after
{
  border-color: #01041b transparent transparent transparent;
}

.iq-progress-bar>span.bg-info .progress-text-one:after
{
  border-color: #7858d7 transparent transparent transparent;
}

.iq-progress-bar>span.bg-skyblue .progress-text-one:after
{
  border-color: #158df7 transparent transparent transparent;
}

.progress-text-one
{
  position: relative;
}

.progress-text-one:after
{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

.iq-circle-progressbar
{
  margin: 0 auto;
  width: 100px !important;
  height: 100px !important;
}

.iq-circle-progressbar .percent
{
  font-size: 1.3rem !important;
}

.iq-circle-progressbar svg
{
  width: 100px !important;
  height: 100px !important;
}

.progress-round
{
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}

.progress-round::after
{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #edeef2;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-round>span
{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress-round .progress-left
{
  left: 0;
}

.progress-round .progress-left .progress-bar
{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress-round .progress-bar
{
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress-round .progress-right
{
  right: 0;
}

.progress-round .progress-right .progress-bar
{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress-round .progress-value
{
  position: absolute;
  top: 0;
  left: 0;
}

.progress-round.income-progress
{
  height: 78px;
  width: 78px;
}

.progress-round.income-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.income-progress::after
{
  border: 10px solid #ff9273;
}

.progress-round.alarams-progress
{
  height: 110px;
  width: 110px;
}

.progress-round.goal-progress
{
  width: 130px;
  height: 130px;
}

.progress-round.goal-progress .progress-bar
{
  border-width: 10px;
}

.progress-round.goal-progress::after
{
  border: 10px solid #f4f4f4;
}

@-webkit-keyframes progress-loading-1
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes progress-loading-1
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-webkit-keyframes progress-loading-2
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes progress-loading-2
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.progress.progress-round
{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress.progress-round>span
{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress.progress-round .progress-left
{
  left: 0;
}

.progress.progress-round .progress-left .progress-bar
{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation: progress-loading-2 1.5s linear forwards 1.8s;
  animation: progress-loading-2 1.5s linear forwards 1.8s;
}

.progress.progress-round .progress-bar
{
  border-width: 5px;
}

.progress.progress-round .progress-right
{
  right: 0;
}

.progress.progress-round .progress-right .progress-bar
{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: progress-loading-1 1.8s linear forwards;
  animation: progress-loading-1 1.8s linear forwards;
}

.progress.progress-round:after
{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #c7cbd3;
  position: absolute;
  top: 0;
  left: 0;
}

.progress.progress-round .progress-value
{
  font-size: 16px;
  left: 18px;
}

.progress.danger .progress-bar
{
  border-color: #ea643f;
}

.progress.warning .progress-bar
{
  border-color: #f4a965;
}

.progress.success .progress-bar
{
  border-color: #5baa73;
}

.progress.info .progress-bar
{
  border-color: #7858d7;
}

.progress.primary .progress-bar
{
  border-color: #465af7;
}

.progress.orange .progress-bar
{
  border-color: #fe721c;
}

.fc-unthemed .fc-toolbar .fc-button
{
  background: #d1e2ff;
  color: #465af7;
  border: none;
  text-transform: capitalize;
  border-radius: 5px;
}

.fc-unthemed .fc-toolbar .fc-button:active
{
  color: #fff;
  background-color: #465af7;
}

.fc-unthemed .fc-toolbar .fc-button:focus
{
  color: #fff;
  background-color: #465af7;
}

.fc-unthemed .fc-toolbar .fc-button.fc-button-active
{
  color: #fff;
  background-color: #465af7;
}

.job-classification li
{
  list-style-type: none;
  margin-bottom: 10px;
}

.job-classification li>i
{
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.today-schedule li
{
  list-style-type: none;
  margin-bottom: 10px;
}

.today-schedule li i
{
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.schedule-text span
{
  display: block;
}

.calender-small .flatpickr-calendar.animate.inline
{
  width: 100%;
  box-shadow: none;
}

.calender-small .dayContainer
{
  width: 100%;
  min-width: auto;
}

.calender-small .flatpickr-days
{
  width: 100%;
}

.calender-small .flatpickr-day.today
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.today:hover
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.today:focus
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-months
{
  margin-bottom: 10px;
}

.calender-small .flatpickr-months .flatpickr-prev-month
{
  padding: 7px 10px;
}

.calender-small .flatpickr-months .flatpickr-next-month
{
  padding: 7px 10px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months
{
  font-size: 12px;
}

.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover
{
  background: transparent;
  color: #465af7;
}

.calender-small .flatpickr-current-month input.cur-year
{
  font-size: 12px;
}

.calender-small .numInputWrapper:hover
{
  background: transparent;
}

.calender-small .flatpickr-day.selected
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.selected:focus
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.selected:hover
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.startRange
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.startRange:focus
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.startRange:hover
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.endRange
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.endRange:focus
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.endRange:hover
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.selected.inRange
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.startRange.inRange
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.endRange.inRange
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.selected.prevMonthDay
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.startRange.prevMonthDay
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.endRange.prevMonthDay
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.selected.nextMonthDay
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.startRange.nextMonthDay
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.endRange.nextMonthDay
{
  color: #fff;
  border-color: #465af7;
  background: #465af7;
}

.calender-small .flatpickr-day.inRange
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay.inRange
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay.inRange
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.today.inRange
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay.today.inRange
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay.today.inRange
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day:hover
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day:focus
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay:hover
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.prevMonthDay:focus
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay:hover
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-day.nextMonthDay:focus
{
  background: #d1e2ff;
  color: #465af7;
  border-color: transparent;
}

.calender-small .flatpickr-current-month .numInputWrapper
{
  width: 3ch;
}

.smaill-calender-home .flatpickr-calendar.animate.inline
{
  margin: 0 auto;
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}

.smaill-calender-home .flatpickr-day.selected
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.selected:focus
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.selected:hover
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.startRange
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.startRange:focus
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.startRange:hover
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.endRange
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.endRange:focus
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.endRange:hover
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.selected.inRange
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.startRange.inRange
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.endRange.inRange
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.selected.prevMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.startRange.prevMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.endRange.prevMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.selected.nextMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.startRange.nextMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-day.endRange.nextMonthDay
{
  color: #fff;
  text-decoration: none;
  background: #465af7;
  text-decoration: none;
  border-color: #465af7;
}

.smaill-calender-home .flatpickr-days
{
  width: 100%;
}

.smaill-calender-home .dayContainer
{
  width: 100%;
}

.smaill-calender-home .flatpickr-innerContainer
{
  justify-content: space-around;
}

@media (max-width: 479px)
{
  .fc-toolbar.fc-header-toolbar
  {
    overflow-x: scroll;
  }
}

.page-link
{
  border-color: #465af7;
}

.br-theme-bars-1to10 .br-widget
{
  height: 50px;
  white-space: nowrap;
}

.br-theme-bars-1to10 .br-widget a
{
  display: block;
  width: 12px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: #ddd;
  margin: 1px;
  text-align: center;
}

.br-theme-bars-1to10 .br-widget a.br-active
{
  background-color: #465af7;
}

.br-theme-bars-1to10 .br-widget a.br-selected
{
  background-color: #465af7;
}

.br-theme-bars-1to10 .br-widget .br-current-rating
{
  font-size: 20px;
  line-height: 2;
  float: right;
  color: #465af7;
  font-weight: 400;
}

.br-theme-bars-1to10 .br-readonly a
{
  cursor: default;
}

.br-theme-bars-1to10 .br-readonly a.br-active
{
  background-color: #f2cd95;
}

.br-theme-bars-1to10 .br-readonly a.br-selected
{
  background-color: #f2cd95;
}

.br-theme-bars-1to10 .br-readonly .br-current-rating
{
  color: #f2cd95;
}

.br-theme-bars-pill .br-widget
{
  white-space: nowrap;
}

.br-theme-bars-pill .br-widget a
{
  padding: 7px 15px;
  background-color: #ddd;
  color: #535f6b;
  text-decoration: none;
  font-size: 13px;
  line-height: 3;
  text-align: center;
  font-weight: 400;
}

.br-theme-bars-pill .br-widget a:first-child
{
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.br-theme-bars-pill .br-widget a:last-child
{
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-top-right: 999px;
  -moz-border-radius-bottom-right: 999px;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important;
}

.br-theme-bars-pill .br-widget a.br-active
{
  background-color: #465af7;
  color: white;
}

.br-theme-bars-pill .br-widget a.br-selected
{
  background-color: #465af7;
  color: white;
}

.br-theme-bars-pill .br-readonly a
{
  cursor: default;
}

.br-theme-bars-pill .br-readonly a.br-active
{
  background-color: #7cead1;
}

.br-theme-bars-pill .br-readonly a.br-selected
{
  background-color: #7cead1;
}

.br-theme-fontawesome-stars .br-widget a
{
  margin-right: 8px !important;
}

.br-theme-fontawesome-stars .br-widget a:after
{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

i.amber-text
{
  color: #465af7 !important;
}

#rateMe1 i
{
  font-size: 18px;
}

.mdb-rating .rate-popover
{
  color: #808080;
}

.mdb-rating .live
{
  color: #000;
}

.mdb-rating .oneStar
{
  color: #44370f;
}

.mdb-rating .twoStars
{
  color: #96781e;
}

.mdb-rating .threeStars
{
  color: #e2b52e;
}

.mdb-rating .fourStars
{
  color: #f1ba12;
}

.mdb-rating .fiveStars
{
  color: #f3cb06;
}

.mdb-rating .amber-text
{
  color: #ffc107;
}

.rating-faces i
{
  font-size: 21px;
}

.br-theme-bars-movie .br-widget
{
  white-space: nowrap;
}

.br-theme-bars-movie .br-widget a
{
  display: block;
  width: 60px;
  height: 10px;
  float: left;
  background-color: transparent;
  border: 1px solid #465af7;
  margin: 1px;
}

.br-theme-bars-movie .br-widget a.br-active
{
  background-color: #465af7;
}

.br-theme-bars-movie .br-widget a.br-selected
{
  background-color: #465af7;
}

.br-theme-bars-movie .br-widget .br-current-rating
{
  clear: both;
  width: 240px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding-top: .5em;
  color: #465af7;
  font-weight: 400;
}

.br-theme-bars-movie .br-readonly a
{
  cursor: default;
}

.br-theme-bars-movie .br-readonly a.br-active
{
  background-color: #729bf8;
}

.br-theme-bars-movie .br-readonly a.br-selected
{
  background-color: #729bf8;
}

.br-theme-bars-movie .br-readonly .br-current-rating
{
  color: #729bf8;
}

.br-theme-fontawesome-stars .br-widget
{
  height: 28px;
  white-space: nowrap;
}

.br-theme-fontawesome-stars .br-widget a
{
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}

.br-theme-fontawesome-stars .br-widget a:after
{
  content: '\f005';
  color: #d2d2d2;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after
{
  color: #edb867;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after
{
  color: #edb867;
}

.br-theme-fontawesome-stars .br-widget .br-current-rating
{
  display: none;
}

.br-theme-fontawesome-stars .br-readonly a
{
  cursor: default;
}

.iq-footer
{
  padding: 15px;
  margin-left: 260px;
  width: calc(100vw - 264px);
  background: #fff;
  -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  transition: all 0.3s ease-in-out;
}

.iq-footer ul li a
{
  color: #535f6b;
}

.iq-footer ul li a:hover
{
  color: #465af7;
  text-decoration: none;
}

body.tab-horizontal .iq-footer
{
  margin-left: 0;
  width: 100%;
}

.iq-mt--70
{
  margin-top: -70px;
}

.banner-main-text
{
  position: absolute;
  left: 15%;
  bottom: 13%;
}

.nav.nav-pills.style-three
{
  margin-top: 10px;
}

.nav.nav-pills.style-three .nav-link.active:before
{
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #465af7;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three .nav-link:hover:before
{
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #465af7;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three .nav-link:before
{
  width: 0;
  transition: all 0.3s ease-in-out;
  height: 3px;
  background: #465af7;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
}

.nav.nav-pills.style-three a
{
  background: transparent;
  position: relative;
  margin-right: 30px;
  padding: 10px 0px;
}

.nav.nav-pills.style-three a:last-child
{
  margin-right: 0px;
}

.iq-card-body.banner-box
{
  padding-bottom: 0;
}

@media (min-width: 1300px)
{
  body.sidebar-main .iq-footer
  {
    margin-left: 80px;
    width: calc(100vw - 85px);
  }
}

@media (max-width: 1299px)
{
  .iq-footer
  {
    padding: 15px 10px;
    margin-left: 0;
    width: 100%;
  }

  body.sidebar-main .iq-footer
  {
    padding: 15px 10px;
    margin-left: 0;
    width: 100%;
  }

  .without-right-sidebar .iq-footer
  {
    width: 100%;
  }
}

@media (max-width: 991px)
{
  .iq-footer
  {
    text-align: center !important;
  }

  .iq-footer .col-lg-6.text-right
  {
    text-align: center !important;
  }
}

.clear
{
  clear: both;
}

@media (min-width: 1300px)
{
  .iq-menu-horizontal .iq-sidebar-menu li .iq-submenu.iq-submenu-data
  {
    position: static;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-sidebar-logo
  {
    display: none !important;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:first-child a
  {
    padding-left: 0px;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a:hover
  {
    color: #465af7;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li li .iq-arrow-right
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul
  {
    display: block;
    position: absolute;
    top: 100%;
    padding: 10px 0px;
    min-width: 200px;
    background: #fff;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    display: none;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 5px;
    -ms-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
    -o-box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
    box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.0392157);
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu .iq-submenu li a
  {
    padding: 12px 13px 12px 15px;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu .iq-submenu li:hover .iq-arrow-right
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu>li:hover>a
  {
    color: #465af7;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li.menu-open .iq-arrow-right
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .iq-menu-horizontal .iq-sidebar-menu li:hover>.iq-submenu
  {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .iq-menu-horizontal .iq-sidebar-menu li:hover>.iq-submenu.iq-submenu-data
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }

  .iq-menu-horizontal .iq-sidebar-menu li>.iq-submenu.iq-submenu-data
  {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: visible;
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    max-height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .iq-menu-horizontal .iq-sidebar-menu li>.iq-submenu .iq-arrow-right
  {
    margin-right: 0px;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:hover .iq-arrow-right
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:hover li .iq-arrow-right
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (max-width: 1299px)
{
  .iq-menu-horizontal
  {
    position: fixed;
    left: 0;
    right: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 0;
    width: 0;
    background: #fff;
    height: 100vh;
    z-index: 9;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.3s ease-in-out;
  }

  .iq-menu-horizontal ul.iq-menu
  {
    display: block !important;
    background: #fff;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a
  {
    padding: 15px 20px 15px 30px;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a:hover
  {
    color: #465af7;
  }

  .iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul
  {
    position: static;
    box-shadow: none;
  }

  .iq-menu-horizontal ul.iq-menu li a[aria-expanded=true] .iq-arrow-right
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sidebar-main .iq-menu-horizontal
  {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 260px;
    transition: all 0.3s ease-in-out;
  }
}

/*
.event-detail
{
  border: 2px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.3s ease-in-out;
}

.event-detail p i
{
  font-size: 18px;
  vertical-align: text-bottom;
}

.event-detail.disabled
{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.event-detail .card-description
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.event-detail-primary
{
  border-bottom-color: #465af7;
}

.event-detail-primary:hover
{
  border-color: #465af7;
}

.event-detail-secondary
{
  border-bottom-color: #6c757d;
}

.event-detail-secondary:hover
{
  border-color: #6c757d;
}

.event-detail-success
{
  border-bottom-color: #5baa73;
}

.event-detail-success:hover
{
  border-color: #5baa73;
}

.event-detail-info
{
  border-bottom-color: #7858d7;
}

.event-detail-info:hover
{
  border-color: #7858d7;
}

.event-detail-warning
{
  border-bottom-color: #f4a965;
}

.event-detail-warning:hover
{
  border-color: #f4a965;
}

.event-detail-danger
{
  border-bottom-color: #ea643f;
}

.event-detail-danger:hover
{
  border-color: #ea643f;
}

.event-detail-light
{
  border-bottom-color: #c7cbd3;
}

.event-detail-light:hover
{
  border-color: #c7cbd3;
}

.event-detail-dark
{
  border-bottom-color: #01041b;
}

.event-detail-dark:hover
{
  border-color: #01041b;
}

.event-detail-orange
{
  border-bottom-color: #fe721c;
}

.event-detail-orange:hover
{
  border-color: #fe721c;
}

.event-detail-purple
{
  border-bottom-color: #4731b6;
}

.event-detail-purple:hover
{
  border-color: #4731b6;
}

.event-detail-skyblue
{
  border-bottom-color: #158df7;
}

.event-detail-skyblue:hover
{
  border-color: #158df7;
}

.work-detail
{
  border: 2px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.3s ease-in-out;
}

.work-detail .icon
{
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.work-detail .btn
{
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.work-detail.disabled
{
  border-color: #6c757d !important;
}

.work-detail-primary
{
  border-bottom-color: #465af7;
}

.work-detail-primary .icon
{
  border-color: #465af7;
  color: #465af7;
}

.work-detail-primary:hover
{
  border-color: #465af7;
}

.work-detail-primary:hover .btn
{
  border-color: #465af7;
  color: #465af7;
  background: transparent;
}

.work-detail-primary:hover .btn.btn-calendify
{
  background: #465af7 !important;
  color: #fff;
}

.work-detail-primary:hover .icon
{
  background-color: #465af7;
  color: #fff;
}

.work-detail-primary .btn.btn-calendify:hover
{
  border-color: #465af7;
  color: #465af7;
  background: transparent !important;
}

.work-detail-secondary
{
  border-bottom-color: #6c757d;
}

.work-detail-secondary .icon
{
  border-color: #6c757d;
  color: #6c757d;
}

.work-detail-secondary:hover
{
  border-color: #6c757d;
}

.work-detail-secondary:hover .btn
{
  border-color: #6c757d;
  color: #6c757d;
  background: transparent;
}

.work-detail-secondary:hover .btn.btn-calendify
{
  background: #6c757d !important;
  color: #fff;
}

.work-detail-secondary:hover .icon
{
  background-color: #6c757d;
  color: #fff;
}

.work-detail-secondary .btn.btn-calendify:hover
{
  border-color: #6c757d;
  color: #6c757d;
  background: transparent !important;
}

.work-detail-success
{
  border-bottom-color: #5baa73;
}

.work-detail-success .icon
{
  border-color: #5baa73;
  color: #5baa73;
}

.work-detail-success:hover
{
  border-color: #5baa73;
}

.work-detail-success:hover .btn
{
  border-color: #5baa73;
  color: #5baa73;
  background: transparent;
}

.work-detail-success:hover .btn.btn-calendify
{
  background: #5baa73 !important;
  color: #fff;
}

.work-detail-success:hover .icon
{
  background-color: #5baa73;
  color: #fff;
}

.work-detail-success .btn.btn-calendify:hover
{
  border-color: #5baa73;
  color: #5baa73;
  background: transparent !important;
}

.work-detail-info
{
  border-bottom-color: #7858d7;
}

.work-detail-info .icon
{
  border-color: #7858d7;
  color: #7858d7;
}

.work-detail-info:hover
{
  border-color: #7858d7;
}

.work-detail-info:hover .btn
{
  border-color: #7858d7;
  color: #7858d7;
  background: transparent;
}

.work-detail-info:hover .btn.btn-calendify
{
  background: #7858d7 !important;
  color: #fff;
}

.work-detail-info:hover .icon
{
  background-color: #7858d7;
  color: #fff;
}

.work-detail-info .btn.btn-calendify:hover
{
  border-color: #7858d7;
  color: #7858d7;
  background: transparent !important;
}

.work-detail-warning
{
  border-bottom-color: #f4a965;
}

.work-detail-warning .icon
{
  border-color: #f4a965;
  color: #f4a965;
}

.work-detail-warning:hover
{
  border-color: #f4a965;
}

.work-detail-warning:hover .btn
{
  border-color: #f4a965;
  color: #f4a965;
  background: transparent;
}

.work-detail-warning:hover .btn.btn-calendify
{
  background: #f4a965 !important;
  color: #fff;
}

.work-detail-warning:hover .icon
{
  background-color: #f4a965;
  color: #fff;
}

.work-detail-warning .btn.btn-calendify:hover
{
  border-color: #f4a965;
  color: #f4a965;
  background: transparent !important;
}

.work-detail-danger
{
  border-bottom-color: #ea643f;
}

.work-detail-danger .icon
{
  border-color: #ea643f;
  color: #ea643f;
}

.work-detail-danger:hover
{
  border-color: #ea643f;
}

.work-detail-danger:hover .btn
{
  border-color: #ea643f;
  color: #ea643f;
  background: transparent;
}

.work-detail-danger:hover .btn.btn-calendify
{
  background: #ea643f !important;
  color: #fff;
}

.work-detail-danger:hover .icon
{
  background-color: #ea643f;
  color: #fff;
}

.work-detail-danger .btn.btn-calendify:hover
{
  border-color: #ea643f;
  color: #ea643f;
  background: transparent !important;
}

.work-detail-light
{
  border-bottom-color: #c7cbd3;
}

.work-detail-light .icon
{
  border-color: #c7cbd3;
  color: #c7cbd3;
}

.work-detail-light:hover
{
  border-color: #c7cbd3;
}

.work-detail-light:hover .btn
{
  border-color: #c7cbd3;
  color: #c7cbd3;
  background: transparent;
}

.work-detail-light:hover .btn.btn-calendify
{
  background: #c7cbd3 !important;
  color: #fff;
}

.work-detail-light:hover .icon
{
  background-color: #c7cbd3;
  color: #fff;
}

.work-detail-light .btn.btn-calendify:hover
{
  border-color: #c7cbd3;
  color: #c7cbd3;
  background: transparent !important;
}

.work-detail-dark
{
  border-bottom-color: #01041b;
}

.work-detail-dark .icon
{
  border-color: #01041b;
  color: #01041b;
}

.work-detail-dark:hover
{
  border-color: #01041b;
}

.work-detail-dark:hover .btn
{
  border-color: #01041b;
  color: #01041b;
  background: transparent;
}

.work-detail-dark:hover .btn.btn-calendify
{
  background: #01041b !important;
  color: #fff;
}

.work-detail-dark:hover .icon
{
  background-color: #01041b;
  color: #fff;
}

.work-detail-dark .btn.btn-calendify:hover
{
  border-color: #01041b;
  color: #01041b;
  background: transparent !important;
}

.work-detail-orange
{
  border-bottom-color: #fe721c;
}

.work-detail-orange .icon
{
  border-color: #fe721c;
  color: #fe721c;
}

.work-detail-orange:hover
{
  border-color: #fe721c;
}

.work-detail-orange:hover .btn
{
  border-color: #fe721c;
  color: #fe721c;
  background: transparent;
}

.work-detail-orange:hover .btn.btn-calendify
{
  background: #fe721c !important;
  color: #fff;
}

.work-detail-orange:hover .icon
{
  background-color: #fe721c;
  color: #fff;
}

.work-detail-orange .btn.btn-calendify:hover
{
  border-color: #fe721c;
  color: #fe721c;
  background: transparent !important;
}

.work-detail-purple
{
  border-bottom-color: #4731b6;
}

.work-detail-purple .icon
{
  border-color: #4731b6;
  color: #4731b6;
}

.work-detail-purple:hover
{
  border-color: #4731b6;
}

.work-detail-purple:hover .btn
{
  border-color: #4731b6;
  color: #4731b6;
  background: transparent;
}

.work-detail-purple:hover .btn.btn-calendify
{
  background: #4731b6 !important;
  color: #fff;
}

.work-detail-purple:hover .icon
{
  background-color: #4731b6;
  color: #fff;
}

.work-detail-purple .btn.btn-calendify:hover
{
  border-color: #4731b6;
  color: #4731b6;
  background: transparent !important;
}

.work-detail-skyblue
{
  border-bottom-color: #158df7;
}

.work-detail-skyblue .icon
{
  border-color: #158df7;
  color: #158df7;
}

.work-detail-skyblue:hover
{
  border-color: #158df7;
}

.work-detail-skyblue:hover .btn
{
  border-color: #158df7;
  color: #158df7;
  background: transparent;
}

.work-detail-skyblue:hover .btn.btn-calendify
{
  background: #158df7 !important;
  color: #fff;
}

.work-detail-skyblue:hover .icon
{
  background-color: #158df7;
  color: #fff;
}

.work-detail-skyblue .btn.btn-calendify:hover
{
  border-color: #158df7;
  color: #158df7;
  background: transparent !important;
}

.event-content .tab-pane.fade
{
  display: none;
}

.event-content .tab-pane.fade.active.show
{
  display: block;
}

.event-content #event3 .view-btn
{
  background: #fff;
  color: #465af7;
}

.event-content #event3 .view-btn:hover
{
  background: #465af7;
  color: #fff;
}

.schedule-tab
{
  line-height: 38px;
}

#event2 .tab-pane.fade
{
  display: none;
}

#event2 .tab-pane.fade.active.show
{
  display: block;
}

#event2 .nav-pills .nav-item:first-child .nav-link
{
  margin-left: 0;
}

#event2 .nav-pills .nav-link
{
  padding: 0;
  margin: 0px 15px;
  font-weight: 500;
}

#event2 .nav-pills .nav-link.active
{
  color: #465af7;
  background-color: transparent;
}

#event2 .list-action .badge
{
  background-color: #f5f6fa;
  color: #535f6b;
  font-size: 16px;
  padding-top: 8px;
}

#event2 .filter-dropdown .selet-caption
{
  padding: .375rem 1.35rem;
}

#event2 .filter-dropdown .selet-caption.dropdown-toggle:after
{
  margin-left: 12px;
  vertical-align: middle;
}

#event2 .filter-dropdown ul.dropdown-menu
{
  width: 195px;
}

.badge-color
{
  background: #f5f6fa;
  padding: 5px 15px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
}

.floating-input.form-group
{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  border: unset !important;
}

.floating-input.form-group:before
{
  content: "";
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 2px;
  background: #465af7;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}

.floating-input.form-group:hover:before
{
  width: 100%;
}

.floating-input .form-control
{
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border: unset;
  background: unset;
  border-radius: 0;
  border-bottom: 2px solid #edeef2;
}

.floating-input .form-label
{
  position: absolute;
  top: 50%;
  padding: 0px 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.floating-input .form-control:focus+.form-label,.floating-input .form-control:valid+.form-label
{
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 0px;
}
*/

.bg-blue
{
  color: #fff !important;
  background-color: #465af7 !important;
}

a.bg-blue:hover,a.bg-blue:focus,button.bg-blue:hover,button.bg-blue:focus
{
  color: #fff !important;
  background-color: #152ef5 !important;
}

.bg-indigo
{
  color: #fff !important;
  background-color: #6610f2 !important;
}

a.bg-indigo:hover,a.bg-indigo:focus,button.bg-indigo:hover,button.bg-indigo:focus
{
  color: #fff !important;
  background-color: #510bc4 !important;
}

.bg-purple
{
  color: #fff !important;
  background-color: #4731b6 !important;
}

a.bg-purple:hover,a.bg-purple:focus,button.bg-purple:hover,button.bg-purple:focus
{
  color: #fff !important;
  background-color: #37268e !important;
}

.bg-pink
{
  color: #fff !important;
  background-color: #e83e8c !important;
}

a.bg-pink:hover,a.bg-pink:focus,button.bg-pink:hover,button.bg-pink:focus
{
  color: #fff !important;
  background-color: #d91a72 !important;
}

.bg-red
{
  color: #fff !important;
  background-color: #ea643f !important;
}

.bg-red2 {
    color: #fff !important;
    background-color: #ff0000 !important;
}

a.bg-red:hover,a.bg-red:focus,button.bg-red:hover,button.bg-red:focus
{
  color: #fff !important;
  background-color: #de4318 !important;
}

.bg-orange
{
  color: #fff !important;
  background-color: #fe721c !important;
}

a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus
{
  color: #fff !important;
  background-color: #e65801 !important;
}

.bg-yellow
{
  color: #fff !important;
  background-color: #f4a965 !important;
}

a.bg-yellow:hover,a.bg-yellow:focus,button.bg-yellow:hover,button.bg-yellow:focus
{
  color: #fff !important;
  background-color: #f18e35 !important;
}

.bg-green
{
  color: #fff !important;
  background-color: #5baa73 !important;
}

a.bg-green:hover,a.bg-green:focus,button.bg-green:hover,button.bg-green:focus
{
  color: #fff !important;
  background-color: #488a5c !important;
}

.bg-teal
{
  color: #fff !important;
  background-color: #20c997 !important;
}

a.bg-teal:hover,a.bg-teal:focus,button.bg-teal:hover,button.bg-teal:focus
{
  color: #fff !important;
  background-color: #199d76 !important;
}

.bg-cyan
{
  color: #fff !important;
  background-color: #7858d7 !important;
}

a.bg-cyan:hover,a.bg-cyan:focus,button.bg-cyan:hover,button.bg-cyan:focus
{
  color: #fff !important;
  background-color: #5831cb !important;
}

.bg-white
{
  color: #212529 !important;
  background-color: #fff !important;
}

a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus
{
  color: #fff !important;
  background-color: #e6e6e6 !important;
}

.bg-gray
{
  color: #fff !important;
  background-color: #6c757d !important;
}

a.bg-gray:hover,a.bg-gray:focus,button.bg-gray:hover,button.bg-gray:focus
{
  color: #fff !important;
  background-color: #545b62 !important;
}

.bg-gray-dark
{
  color: #fff !important;
  background-color: #01041b !important;
}

a.bg-gray-dark:hover,a.bg-gray-dark:focus,button.bg-gray-dark:hover,button.bg-gray-dark:focus
{
  color: #fff !important;
  background-color: #000 !important;
}

.bg-skyblue
{
  color: #fff !important;
  background-color: #158df7 !important;
}

a.bg-skyblue:hover,a.bg-skyblue:focus,button.bg-skyblue:hover,button.bg-skyblue:focus
{
  color: #fff !important;
  background-color: #0773d2 !important;
}

.bg-gradient-blue
{
  background: #465af7 linear-gradient(180deg, #6071f7, #465af7) repeat-x !important;
}

.bg-gradient-indigo
{
  background: #6610f2 linear-gradient(180deg, #7b33f3, #6610f2) repeat-x !important;
}

.bg-gradient-purple
{
  background: #4731b6 linear-gradient(180deg, #614fc0, #4731b6) repeat-x !important;
}

.bg-gradient-pink
{
  background: #e83e8c linear-gradient(180deg, #ea5a9d, #e83e8c) repeat-x !important;
}

.bg-gradient-red
{
  background: #ea643f linear-gradient(180deg, #ec7a5b, #ea643f) repeat-x !important;
}

.bg-gradient-orange
{
  background: #fe721c linear-gradient(180deg, #fd863d, #fe721c) repeat-x !important;
}

.bg-gradient-yellow
{
  background: #f4a965 linear-gradient(180deg, #f4b57b, #f4a965) repeat-x !important;
}

.bg-gradient-green
{
  background: #5baa73 linear-gradient(180deg, #72b587, #5baa73) repeat-x !important;
}

.bg-gradient-teal
{
  background: #20c997 linear-gradient(180deg, #40d0a6, #20c997) repeat-x !important;
}

.bg-gradient-cyan
{
  background: #7858d7 linear-gradient(180deg, #8b70dc, #7858d7) repeat-x !important;
}

.bg-gradient-white
{
  background: #fff linear-gradient(180deg, #fefefe, #fff) repeat-x !important;
}

.bg-gradient-gray
{
  background: #6c757d linear-gradient(180deg, #818890, #6c757d) repeat-x !important;
}

.bg-gradient-gray-dark
{
  background: #01041b linear-gradient(180deg, #26283c, #01041b) repeat-x !important;
}

.bg-gradient-skyblue
{
  background: #158df7 linear-gradient(180deg, #379df7, #158df7) repeat-x !important;
}

.bg-gradient-primary
{
  background: #465af7 linear-gradient(180deg, #6071f7, #465af7) repeat-x !important;
}

.bg-gradient-secondary
{
  background: #6c757d linear-gradient(180deg, #818890, #6c757d) repeat-x !important;
}

.bg-gradient-success
{
  background: #5baa73 linear-gradient(180deg, #72b587, #5baa73) repeat-x !important;
}

.bg-gradient-info
{
  background: #7858d7 linear-gradient(180deg, #8b70dc, #7858d7) repeat-x !important;
}

.bg-gradient-warning
{
  background: #f4a965 linear-gradient(180deg, #f4b57b, #f4a965) repeat-x !important;
}

.bg-gradient-danger
{
  background: #ea643f linear-gradient(180deg, #ec7a5b, #ea643f) repeat-x !important;
}

.bg-gradient-light
{
  background: #c7cbd3 linear-gradient(180deg, #ced1d9, #c7cbd3) repeat-x !important;
}

.bg-gradient-dark
{
  background: #01041b linear-gradient(180deg, #26283c, #01041b) repeat-x !important;
}

.bg-gradient-orange
{
  background: #fe721c linear-gradient(180deg, #fd863d, #fe721c) repeat-x !important;
}

.bg-gradient-purple
{
  background: #4731b6 linear-gradient(180deg, #614fc0, #4731b6) repeat-x !important;
}

.bg-gradient-skyblue
{
  background: #158df7 linear-gradient(180deg, #379df7, #158df7) repeat-x !important;
}

.bg-primary
{
  color: #fff !important;
  background-color: #465af7 !important;
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus
{
  color: #fff !important;
  background-color: #152ef5 !important;
}

.badge-primary
{
  color: #fff !important;
  background-color: #465af7 !important;
}

a.badge-primary:hover,a.badge-primary:focus,button.badge-primary:hover,button.badge-primary:focus
{
  color: #fff !important;
  background-color: #152ef5 !important;
}

.bg-secondary
{
  color: #fff !important;
  background-color: #6c757d !important;
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus
{
  color: #fff !important;
  background-color: #545b62 !important;
}

.badge-secondary
{
  color: #fff !important;
  background-color: #6c757d !important;
}

a.badge-secondary:hover,a.badge-secondary:focus,button.badge-secondary:hover,button.badge-secondary:focus
{
  color: #fff !important;
  background-color: #545b62 !important;
}

.bg-success
{
  color: #fff !important;
  background-color: #5baa73 !important;
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus
{
  color: #fff !important;
  background-color: #488a5c !important;
}

.badge-success
{
  color: #fff !important;
  background-color: #5baa73 !important;
}

a.badge-success:hover,a.badge-success:focus,button.badge-success:hover,button.badge-success:focus
{
  color: #fff !important;
  background-color: #488a5c !important;
}

.bg-info
{
  color: #fff !important;
  background-color: #7858d7 !important;
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus
{
  color: #fff !important;
  background-color: #5831cb !important;
}

.badge-info
{
  color: #fff !important;
  background-color: #7858d7 !important;
}

a.badge-info:hover,a.badge-info:focus,button.badge-info:hover,button.badge-info:focus
{
  color: #fff !important;
  background-color: #5831cb !important;
}

.bg-warning
{
  color: #fff !important;
  background-color: #f4a965 !important;
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus
{
  color: #fff !important;
  background-color: #f18e35 !important;
}

.badge-warning
{
  color: #fff !important;
  background-color: #f4a965 !important;
}

a.badge-warning:hover,a.badge-warning:focus,button.badge-warning:hover,button.badge-warning:focus
{
  color: #fff !important;
  background-color: #f18e35 !important;
}

.bg-danger
{
  color: #fff !important;
  background-color: #ea643f !important;
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus
{
  color: #fff !important;
  background-color: #de4318 !important;
}

.badge-danger
{
  color: #fff !important;
  background-color: #ea643f !important;
}

a.badge-danger:hover,a.badge-danger:focus,button.badge-danger:hover,button.badge-danger:focus
{
  color: #fff !important;
  background-color: #de4318 !important;
}

.bg-light
{
  color: #212529 !important;
  background-color: #c7cbd3 !important;
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus
{
  color: #fff !important;
  background-color: #aab0bd !important;
}

.badge-light
{
  color: #212529 !important;
  background-color: #c7cbd3 !important;
}

a.badge-light:hover,a.badge-light:focus,button.badge-light:hover,button.badge-light:focus
{
  color: #fff !important;
  background-color: #aab0bd !important;
}

.bg-dark
{
  color: #fff !important;
  background-color: #01041b !important;
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus
{
  color: #fff !important;
  background-color: #000 !important;
}

.badge-dark
{
  color: #fff !important;
  background-color: #01041b !important;
}

a.badge-dark:hover,a.badge-dark:focus,button.badge-dark:hover,button.badge-dark:focus
{
  color: #fff !important;
  background-color: #000 !important;
}

.bg-orange
{
  color: #fff !important;
  background-color: #fe721c !important;
}

a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus
{
  color: #fff !important;
  background-color: #e65801 !important;
}

.badge-orange
{
  color: #fff !important;
  background-color: #fe721c !important;
}

a.badge-orange:hover,a.badge-orange:focus,button.badge-orange:hover,button.badge-orange:focus
{
  color: #fff !important;
  background-color: #e65801 !important;
}

.bg-purple
{
  color: #fff !important;
  background-color: #4731b6 !important;
}

a.bg-purple:hover,a.bg-purple:focus,button.bg-purple:hover,button.bg-purple:focus
{
  color: #fff !important;
  background-color: #37268e !important;
}

.badge-purple
{
  color: #fff !important;
  background-color: #4731b6 !important;
}

a.badge-purple:hover,a.badge-purple:focus,button.badge-purple:hover,button.badge-purple:focus
{
  color: #fff !important;
  background-color: #37268e !important;
}

.bg-skyblue
{
  color: #fff !important;
  background-color: #158df7 !important;
}

a.bg-skyblue:hover,a.bg-skyblue:focus,button.bg-skyblue:hover,button.bg-skyblue:focus
{
  color: #fff !important;
  background-color: #0773d2 !important;
}

.badge-skyblue
{
  color: #fff !important;
  background-color: #158df7 !important;
}

a.badge-skyblue:hover,a.badge-skyblue:focus,button.badge-skyblue:hover,button.badge-skyblue:focus
{
  color: #fff !important;
  background-color: #0773d2 !important;
}

.bg-primary-light
{
  color: #004dd1 !important;
  background-color: #d1e2ff !important;
}

a.bg-primary-light:hover,a.bg-primary-light:focus,button.bg-primary-light:hover,button.bg-primary-light:focus
{
  color: #004dd1 !important;
  background-color: #9ec2ff !important;
}

.bg-secondary-light
{
  color: #4b4e54 !important;
  background-color: #ccced2 !important;
}

a.bg-secondary-light:hover,a.bg-secondary-light:focus,button.bg-secondary-light:hover,button.bg-secondary-light:focus
{
  color: #4b4e54 !important;
  background-color: #b1b4ba !important;
}

.bg-success-light
{
  color: #277741 !important;
  background-color: #b6e7c6 !important;
}

a.bg-success-light:hover,a.bg-success-light:focus,button.bg-success-light:hover,button.bg-success-light:focus
{
  color: #277741 !important;
  background-color: #90daa8 !important;
}

.bg-info-light
{
  color: #3800d5 !important;
  background-color: #e0d5ff !important;
}

a.bg-info-light:hover,a.bg-info-light:focus,button.bg-info-light:hover,button.bg-info-light:focus
{
  color: #3800d5 !important;
  background-color: #baa2ff !important;
}

.bg-warning-light
{
  color: #9c6028 !important;
  background-color: #f3e1d0 !important;
}

a.bg-warning-light:hover,a.bg-warning-light:focus,button.bg-warning-light:hover,button.bg-warning-light:focus
{
  color: #9c6028 !important;
  background-color: #e9c7a7 !important;
}

.bg-danger-light
{
  color: #783928 !important;
  background-color: #e7c2b8 !important;
}

a.bg-danger-light:hover,a.bg-danger-light:focus,button.bg-danger-light:hover,button.bg-danger-light:focus
{
  color: #783928 !important;
  background-color: #daa192 !important;
}

.bg-light-light
{
  color: #444a57 !important;
  background-color: #c7cbd3 !important;
}

a.bg-light-light:hover,a.bg-light-light:focus,button.bg-light-light:hover,button.bg-light-light:focus
{
  color: #444a57 !important;
  background-color: #aab0bd !important;
}

.bg-dark-light
{
  color: rgba(68,74,87,0.1) !important;
  background-color: rgba(199,203,211,0.1) !important;
}

a.bg-dark-light:hover,a.bg-dark-light:focus,button.bg-dark-light:hover,button.bg-dark-light:focus
{
  color: rgba(68,74,87,0.1) !important;
  background-color: rgba(170,176,189,0.1) !important;
}

.bg-orange-light
{
  color: #a03d00 !important;
  background-color: #ffc4a0 !important;
}

a.bg-orange-light:hover,a.bg-orange-light:focus,button.bg-orange-light:hover,button.bg-orange-light:focus
{
  color: #a03d00 !important;
  background-color: #ffa46d !important;
}

.bg-purple-light
{
  color: #2200c0 !important;
  background-color: #cbc0ff !important;
}

a.bg-purple-light:hover,a.bg-purple-light:focus,button.bg-purple-light:hover,button.bg-purple-light:focus
{
  color: #2200c0 !important;
  background-color: #a18dff !important;
}

.bg-skyblue-light
{
  color: #005aaa !important;
  background-color: #aad7ff !important;
}

a.bg-skyblue-light:hover,a.bg-skyblue-light:focus,button.bg-skyblue-light:hover,button.bg-skyblue-light:focus
{
  color: #005aaa !important;
  background-color: #77bfff !important;
}

.avatar-30
{
  height: 30px;
  width: 30px;
  line-height: 30px;
  min-width: 30px;
}

.avatar-35
{
  height: 35px;
  width: 35px;
  line-height: 35px;
  min-width: 35px;
}

.avatar-40
{
  height: 40px;
  width: 40px;
  line-height: 40px;
  min-width: 40px;
}

.avatar-45
{
  height: 45px;
  width: 45px;
  line-height: 45px;
  min-width: 45px;
}

.avatar-50
{
  height: 50px;
  width: 50px;
  line-height: 50px;
  min-width: 50px;
}

.avatar-60
{
  height: 60px;
  width: 60px;
  line-height: 60px;
  min-width: 60px;
}

.avatar-70
{
  height: 70px;
  width: 70px;
  line-height: 70px;
  min-width: 70px;
}

.avatar-80
{
  height: 80px;
  width: 80px;
  line-height: 80px;
  min-width: 80px;
}

.avatar-90
{
  height: 90px;
  width: 90px;
  line-height: 90px;
  min-width: 90px;
}

.avatar-100
{
  height: 100px;
  width: 100px;
  line-height: 100px;
  min-width: 100px;
}

.avatar-110
{
  height: 110px;
  width: 110px;
  line-height: 110px;
  min-width: 110px;
}

.avatar-120
{
  height: 120px;
  width: 120px;
  line-height: 120px;
  min-width: 120px;
}

.avatar-130
{
  height: 130px;
  width: 130px;
  line-height: 130px;
  min-width: 130px;
}

.avatar-155
{
  height: 155px;
  width: 155px;
  line-height: 155px;
  min-width: 155px;
}

.avatar-235
{
  height: 235px;
  width: 235px;
  line-height: 235px;
  min-width: 235px;
}

.font-size-12
{
  font-size: 12px !important;
}


.font-size-14 {
    font-size: 14px !important;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.hinge {
        animation-duration: 2s
    }

@keyframes g {
    0%,20%,50%,80%,to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: g
}

@keyframes h {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: h
}

@keyframes i {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    animation-name: i
}

@keyframes j {
    0%,to {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    animation-name: j
}

@keyframes k {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: k
}

@keyframes l {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

.tada {
    animation-name: l
}

@keyframes m {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0)
    }
}

.wobble {
    animation-name: m
}

@keyframes n {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.bounceIn {
    animation-name: n
}

@keyframes o {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInDown {
    animation-name: o
}

@keyframes p {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInLeft {
    animation-name: p
}

@keyframes q {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInRight {
    animation-name: q
}

@keyframes r {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInUp {
    animation-name: r
}

@keyframes s {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

.bounceOut {
    animation-name: s
}

@keyframes t {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    animation-name: t
}

@keyframes u {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    animation-name: u
}

@keyframes v {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    animation-name: v
}

@keyframes w {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    animation-name: w
}

@keyframes x {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: x
}

@keyframes y {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    animation-name: y
}

@keyframes z {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    animation-name: z
}

@keyframes A {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: A
}

@keyframes B {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    animation-name: B
}

@keyframes C {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    animation-name: C
}

@keyframes D {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    animation-name: D
}

@keyframes E {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: E
}

@keyframes F {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    animation-name: F
}

@keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: G
}

@keyframes H {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    animation-name: H
}

@keyframes I {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    animation-name: I
}

@keyframes J {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    animation-name: J
}

@keyframes K {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    animation-name: K
}

@keyframes L {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    animation-name: L
}

@keyframes M {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    animation-name: M
}

@keyframes N {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    animation-name: N
}

@keyframes O {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    animation-name: O
}

@keyframes P {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: P
}

@keyframes Q {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: Q
}

@keyframes R {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: R
}

@keyframes S {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: S;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes T {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: T
}

@keyframes U {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: U;
    animation-timing-function: ease-out
}

@keyframes V {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: V;
    animation-timing-function: ease-in
}

@keyframes W {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: W
}

@keyframes X {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: X
}

@keyframes Y {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: Y
}

@keyframes Z {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: Z
}

@keyframes ab {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: ab
}

@keyframes bb {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: bb
}

@keyframes cb {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: cb
}

@keyframes db {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: db
}

@keyframes eb {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: eb
}

@keyframes fb {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: fb
}

@keyframes gb {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

.slideInDown {
    animation-name: gb
}

@keyframes hb {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: hb
}

@keyframes ib {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: ib
}

@keyframes jb {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    animation-name: jb
}

@keyframes kb {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    animation-name: kb
}

@keyframes lb {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    animation-name: lb
}

@keyframes mb {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    animation-name: mb
}

@keyframes nb {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    animation-name: nb
}

@keyframes ob {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    animation-name: ob
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9
}

    .swal2-popup.swal2-toast .swal2-header {
        flex-direction: row;
        padding: 0
    }

    .swal2-popup.swal2-toast .swal2-title {
        flex-grow: 1;
        justify-content: flex-start;
        margin: 0 .6em;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-footer {
        margin: .5em 0 0;
        padding: .5em 0 0;
        font-size: .8em
    }

    .swal2-popup.swal2-toast .swal2-close {
        position: static;
        width: .8em;
        height: .8em;
        line-height: .8
    }

    .swal2-popup.swal2-toast .swal2-content {
        justify-content: flex-start;
        padding: 0;
        font-size: 1em
    }

    .swal2-popup.swal2-toast .swal2-icon {
        width: 2em;
        min-width: 2em;
        height: 2em;
        margin: 0
    }

        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
            display: flex;
            align-items: center;
            font-size: 1.8em;
            font-weight: 700
        }

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: .25em
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
        left: .3125em
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
        right: .3125em
    }

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em;
    padding: 0
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .125em .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

    .swal2-popup.swal2-toast .swal2-styled:focus {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5)
    }

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 1.6em;
        height: 3em;
        transform: rotate(45deg);
        border-radius: 50%
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -.8em;
            left: -.5em;
            transform: rotate(-45deg);
            transform-origin: 2em 2em;
            border-radius: 4em 0 0 4em
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -.25em;
            left: .9375em;
            transform-origin: 0 1.5em;
            border-radius: 0 4em 4em 0
        }

    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em
    }

    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        top: 0;
        left: .4375em;
        width: .4375em;
        height: 2.6875em
    }

    .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
        height: .3125em
    }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
            top: 1.125em;
            left: .1875em;
            width: .75em
        }

        .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
            top: .9375em;
            right: .1875em;
            width: 1.375em
        }

    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
        animation: rb .75s
    }

    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
        animation: sb .75s
    }

.swal2-popup.swal2-toast.swal2-show {
    animation: pb .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: qb .1s forwards
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

    .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
        background: rgba(0,0,0,.4)
    }

    .swal2-container.swal2-backdrop-hide {
        background: transparent !important
    }

    .swal2-container.swal2-top {
        align-items: flex-start
    }

    .swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
        align-items: flex-start;
        justify-content: flex-start
    }

    .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .swal2-container.swal2-center {
        align-items: center
    }

    .swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
        align-items: center;
        justify-content: flex-start
    }

    .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
        align-items: center;
        justify-content: flex-end
    }

    .swal2-container.swal2-bottom {
        align-items: flex-end
    }

    .swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
        align-items: flex-end;
        justify-content: flex-start
    }

    .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }

        .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
            margin-top: auto
        }

    .swal2-container.swal2-grow-fullscreen > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-self: stretch;
        justify-content: center
    }

    .swal2-container.swal2-grow-row > .swal2-modal {
        display: flex !important;
        flex: 1;
        align-content: center;
        justify-content: center
    }

    .swal2-container.swal2-grow-column {
        flex: 1;
        flex-direction: column
    }

        .swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
            align-items: center
        }

        .swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
            align-items: flex-start
        }

        .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
            align-items: flex-end
        }

        .swal2-container.swal2-grow-column > .swal2-modal {
            display: flex !important;
            flex: 1;
            align-content: center;
            justify-content: center
        }

    .swal2-container.swal2-no-transition {
        transition: none !important
    }

    .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
        margin: auto
    }

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem
}

    .swal2-popup:focus {
        outline: none
    }

    .swal2-popup.swal2-loading {
        overflow-y: hidden
    }

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em
}

    .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
        opacity: .4
    }

    .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
        background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
    }

    .swal2-actions:not(.swal2-loading) .swal2-styled:active {
        background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))
    }

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: Ob 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    box-shadow: none;
    font-weight: 500
}

    .swal2-styled:not([disabled]) {
        cursor: pointer
    }

    .swal2-styled.swal2-confirm {
        background: initial;
        background-color: #2778c4
    }

    .swal2-styled.swal2-confirm, .swal2-styled.swal2-deny {
        border: 0;
        border-radius: .25em;
        color: #fff;
        font-size: 1.0625em
    }

    .swal2-styled.swal2-deny {
        background: initial;
        background-color: #d14529
    }

    .swal2-styled.swal2-cancel {
        border: 0;
        border-radius: .25em;
        background: initial;
        background-color: #757575;
        color: #fff;
        font-size: 1.0625em
    }

    .swal2-styled:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(100,150,200,.5)
    }

    .swal2-styled::-moz-focus-inner {
        border: 0
    }

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0,0,0,.2)
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer
}

    .swal2-close:hover {
        transform: none;
        background: transparent;
        color: #f27474
    }

    .swal2-close:focus {
        outline: none;
        box-shadow: inset 0 0 0 3px rgba(100,150,200,.5)
    }

    .swal2-close::-moz-focus-inner {
        border: 0
    }

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
    margin: 1em auto
}

.swal2-file, .swal2-input, .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s,box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06);
    color: inherit;
    font-size: 1.125em
}

    .swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
        border-color: #f27474 !important;
        box-shadow: 0 0 2px #f27474 !important
    }

    .swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
        border: 1px solid #b4dbed;
        outline: none;
        box-shadow: 0 0 0 3px rgba(100,150,200,.5)
    }

    .swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
        color: #ccc
    }

.swal2-range {
    margin: 1em auto;
    background: #fff
}

    .swal2-range input {
        width: 80%
    }

    .swal2-range output {
        width: 20%;
        color: inherit;
        font-weight: 600;
        text-align: center
    }

    .swal2-range input, .swal2-range output {
        height: 2.625em;
        padding: 0;
        font-size: 1.125em;
        line-height: 2.625em
    }

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

    .swal2-input[type=number] {
        max-width: 10em
    }

.swal2-file {
    background: inherit;
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em
}

.swal2-checkbox, .swal2-radio {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

    .swal2-checkbox label, .swal2-radio label {
        margin: 0 .6em;
        font-size: 1.125em
    }

    .swal2-checkbox input, .swal2-radio input {
        margin: 0 .4em
    }

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto
}

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

    .swal2-validation-message:before {
        content: "!";
        display: inline-block;
        width: 1.5em;
        min-width: 1.5em;
        height: 1.5em;
        margin: 0 .625em;
        border-radius: 50%;
        background-color: #f27474;
        color: #fff;
        font-weight: 600;
        line-height: 1.5em;
        text-align: center
    }

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none
}

    .swal2-icon .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 3.75em
    }

    .swal2-icon.swal2-error {
        border-color: #f27474;
        color: #f27474
    }

        .swal2-icon.swal2-error .swal2-x-mark {
            position: relative;
            flex-grow: 1
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
            display: block;
            position: absolute;
            top: 2.3125em;
            width: 2.9375em;
            height: .3125em;
            border-radius: .125em;
            background-color: #f27474
        }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
                left: 1.0625em;
                transform: rotate(45deg)
            }

            .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
                right: 1em;
                transform: rotate(-45deg)
            }

        .swal2-icon.swal2-error.swal2-icon-show {
            animation: zb .5s
        }

            .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
                animation: yb .5s
            }

    .swal2-icon.swal2-warning {
        border-color: #facea8;
        color: #f8bb86
    }

    .swal2-icon.swal2-info {
        border-color: #9de0f6;
        color: #3fc3ee
    }

    .swal2-icon.swal2-question {
        border-color: #c9dae1;
        color: #87adbd
    }

    .swal2-icon.swal2-success {
        border-color: #a5dc86;
        color: #a5dc86
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
            position: absolute;
            width: 3.75em;
            height: 7.5em;
            transform: rotate(45deg);
            border-radius: 50%
        }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
                top: -.4375em;
                left: -2.0635em;
                transform: rotate(-45deg);
                transform-origin: 3.75em 3.75em;
                border-radius: 7.5em 0 0 7.5em
            }

            .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
                top: -.6875em;
                left: 1.875em;
                transform: rotate(-45deg);
                transform-origin: 0 3.75em;
                border-radius: 0 7.5em 7.5em 0
            }

        .swal2-icon.swal2-success .swal2-success-ring {
            position: absolute;
            z-index: 2;
            top: -.25em;
            left: -.25em;
            box-sizing: content-box;
            width: 100%;
            height: 100%;
            border: .25em solid hsla(98,55%,69%,.3);
            border-radius: 50%
        }

        .swal2-icon.swal2-success .swal2-success-fix {
            position: absolute;
            z-index: 1;
            top: .5em;
            left: 1.625em;
            width: .4375em;
            height: 5.625em;
            transform: rotate(-45deg)
        }

        .swal2-icon.swal2-success [class^=swal2-success-line] {
            display: block;
            position: absolute;
            z-index: 2;
            height: .3125em;
            border-radius: .125em;
            background-color: #a5dc86
        }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
                top: 2.875em;
                left: .8125em;
                width: 1.5625em;
                transform: rotate(45deg)
            }

            .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
                top: 2.375em;
                right: .5em;
                width: 2.9375em;
                transform: rotate(-45deg)
            }

        .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
            animation: vb .75s
        }

        .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
            animation: wb .75s
        }

        .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
            animation: xb 4.25s ease-in
        }

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600
}

    .swal2-progress-steps li {
        display: inline-block;
        position: relative
    }

    .swal2-progress-steps .swal2-progress-step {
        z-index: 20;
        flex-shrink: 0;
        width: 2em;
        height: 2em;
        border-radius: 2em;
        background: #2778c4;
        color: #fff;
        line-height: 2em;
        text-align: center
    }

        .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
            background: #2778c4
        }

            .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
                background: #add8e6;
                color: #fff
            }

            .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
                background: #add8e6
            }

    .swal2-progress-steps .swal2-progress-step-line {
        z-index: 10;
        flex-shrink: 0;
        width: 2.5em;
        height: .4em;
        margin: 0 -1px;
        background: #2778c4
    }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    animation: tb .3s
}

.swal2-hide {
    animation: ub .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@keyframes pb {
    0% {
        transform: translateY(-.625em) rotate(2deg)
    }

    33% {
        transform: translateY(0) rotate(-2deg)
    }

    66% {
        transform: translateY(.3125em) rotate(2deg)
    }

    to {
        transform: translateY(0) rotate(0deg)
    }
}

@keyframes qb {
    to {
        transform: rotate(1deg);
        opacity: 0
    }
}

@keyframes rb {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }

    to {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes sb {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }

    to {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes tb {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

@keyframes ub {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes vb {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    to {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes wb {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    to {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes xb {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    to {
        transform: rotate(-405deg)
    }
}

@keyframes yb {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }

    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zb {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    to {
        transform: rotateX(0deg);
        opacity: 1
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - .625em * 2);
    background-color: transparent !important
}

    body.swal2-no-backdrop .swal2-container > .swal2-modal {
        box-shadow: 0 0 10px rgba(0,0,0,.4)
    }

    body.swal2-no-backdrop .swal2-container.swal2-top {
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-top-left, body.swal2-no-backdrop .swal2-container.swal2-top-start {
        top: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
        top: 0;
        right: 0
    }

    body.swal2-no-backdrop .swal2-container.swal2-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-center-left, body.swal2-no-backdrop .swal2-container.swal2-center-start {
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-bottom {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-no-backdrop .swal2-container.swal2-bottom-left, body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
        bottom: 0;
        left: 0
    }

    body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
        right: 0;
        bottom: 0
    }

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
            display: none
        }

        body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
            position: static !important
        }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent
}

    body.swal2-toast-shown .swal2-container.swal2-top {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto
    }

    body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
        top: 0;
        right: auto;
        bottom: auto;
        left: 0
    }

    body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        transform: translateY(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-center {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        transform: translateY(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto
    }

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch
}

    body.swal2-toast-column .swal2-toast .swal2-actions {
        flex: 1;
        align-self: stretch;
        height: 2.2em;
        margin-top: .3125em
    }

    body.swal2-toast-column .swal2-toast .swal2-loading {
        justify-content: center
    }

    body.swal2-toast-column .swal2-toast .swal2-input {
        height: 2em;
        margin: .3125em auto;
        font-size: 1em
    }

    body.swal2-toast-column .swal2-toast .swal2-validation-message {
        font-size: 1em
    }

.scroller {
    overflow-y: auto;
    scrollbar-color: #465af7 #d1e2ff;
    scrollbar-width: thin
}

    .scroller::-webkit-scrollbar-thumb {
        background-color: #465af7
    }

    .scroller::-webkit-scrollbar-track {
        background-color: #d1e2ff
    }

    .scroller::-moz-scrollbar-thumb {
        background-color: #465af7
    }

    .scroller::-moz-scrollbar-track {
        background-color: #d1e2ff
    }

::-webkit-scrollbar {
    width: 8px;
    border-radius: 20px
}

::-moz-scrollbar {
    width: 8px;
    border-radius: 20px
}

::-webkit-scrollbar-track {
    background: #edeef2;
    border-radius: 20px
}

::-webkit-scrollbar-thumb {
    background: #6c757d;
    border-radius: 20px
}

    ::-webkit-scrollbar-thumb:hover {
        background: #01041b;
        border-radius: 20px
    }

::-moz-scrollbar-thumb {
    background: #6c757d;
    border-radius: 20px
}

    ::-moz-scrollbar-thumb:hover {
        background: #01041b;
        border-radius: 20px
    }

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    border-radius: 5px
}

::-moz-scrollbar {
    width: 4px;
    height: 8px;
    border-radius: 5px
}

.scrollbar-thumb, .scrollbar-track-y {
    width: 4px !important
}

body {
    font-family: Work Sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #535f6b;
    background: #f5f6fa
}

a:hover {
    text-decoration: none
}

.btn {
    font-weight: 500
}

    .btn i {
        margin-right: 5px
    }

.iq-mb-3 {
    margin-bottom: 30px !important
}

h1 {
    font-family: Work Sans,sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    letter-spacing: -.02em;
    color: #1b2734;
    font-size: 2.488rem
}

    h1 a {
        color: inherit
    }

h2 {
    font-family: Work Sans,sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: #1b2734;
    font-size: 2.074rem
}

    h2 a {
        color: inherit
    }

h3 {
    font-family: Work Sans,sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.728rem a;
    font-size-color: inherit
}

h3, h4 {
    margin: 0;
    letter-spacing: -.02em;
    color: #1b2734
}

h4 {
    font-family: Work Sans,sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 1.44rem
}

    h4 a {
        color: inherit
    }

h5 {
    font-family: Work Sans,sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: #1b2734;
    font-size: 1.2rem
}

    h5 a {
        color: inherit
    }

h6 {
    font-family: Work Sans,sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -.02em;
    color: #1b2734;
    font-size: 1rem
}

    h6 a {
        color: inherit
    }

button:focus {
    outline: none
}

.line-height {
    line-height: normal
}

.rounded-normal, .rounded-small {
    border-radius: 5px
}

:focus {
    outline: none
}

.text-break {
    word-break: break-all
}

.border-none {
    border: none !important
}

.breadcrumb-item + .breadcrumb-item:before {
    margin-top: 5px
}

.user-list-files {
    justify-content: flex-end
}

    .user-list-files a {
        padding: 10px 15px;
        margin: 0 0 0 10px;
        border-radius: 5px;
        line-height: normal
    }

code {
    color: #ea643f
}

.slick-loading .slick-list {
    background: transparent !important
}

ul.iq-edit-profile li a {
    padding: 1rem !important;
    text-align: center
}

.change-mode {
    margin-right: 25px
}

    .change-mode .custom-switch.custom-switch-icon .custom-control-input {
        height: 100%
    }

        .change-mode .custom-switch.custom-switch-icon .custom-control-input:checked ~ .custom-control-label:after {
            transform: translateX(1.6rem)
        }

        .change-mode .custom-switch.custom-switch-icon .custom-control-input:checked ~ .custom-control-label:before {
            background-color: #1d1d24;
            border-color: #1d1d24
        }

    .change-mode .custom-switch.custom-switch-icon label.custom-control-label {
        height: 31px;
        width: 30px
    }

        .change-mode .custom-switch.custom-switch-icon label.custom-control-label:after {
            top: 0;
            left: 0;
            width: 35px;
            height: 30px;
            border-radius: 5px 0 0 5px;
            background-color: #465af7;
            border-color: #465af7;
            z-index: 0;
            display: none
        }

        .change-mode .custom-switch.custom-switch-icon label.custom-control-label:before {
            width: 30px;
            height: 30px;
            top: 0;
            left: 0;
            background-color: #fff;
            border: 2px solid #edeef2;
            border-radius: 5px
        }

        .change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-left {
            top: 3px;
            z-index: 1;
            left: 9px;
            line-height: 24px
        }

            .change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-left i {
                font-size: 12px
            }

        .change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right {
            right: 9px;
            top: 3px;
            line-height: 24px
        }

            .change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right i {
                font-size: 12px
            }

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none !important
}

g[aria-describedby=id-22-description] {
    stroke: none
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px
    }
}

@media (max-width:1300px) {
    .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month, .flatpickr-rContainer {
        padding-right: 40px
    }

    .flatpickr-current-month {
        left: 7.5%
    }
}

@media (max-width:1199px) {
    h2 {
        font-size: 1.8em
    }

    h3 {
        font-size: 1.6em
    }
}

@media (max-width:767px) {
    .table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        display: block;
        overflow-x: auto
    }

    .tree {
        display: inline-table
    }
}

@media (max-width:575px) {
    .user-list-files {
        justify-content: center;
        margin-top: 15px
    }
}

.content-page {
    overflow: hidden;
    margin-left: 260px;
    padding: 103px 0 0;
    min-height: 100vh;
    transition: all .3s ease-in-out
}

@media (min-width:1300px) {
    body.sidebar-main .content-page {
        margin-left: 80px
    }

    body.sidebar-main .iq-menu-bt-sidebar {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1299px) {
    .content-page {
        margin-left: 0;
        padding: 103px 0
    }
}

@media (max-width:991px) {
    .content-page {
        padding: 103px 0
    }
}

@media (max-width:479px) {
    .welcome-content {
        display: block !important;
        text-align: center
    }

        .welcome-content .breadcrumb {
            justify-content: center
        }
}

label {
    color: #01041b
}

.table td, .table th {
    vertical-align: middle
}

.form-control {
    height: 45px;
    line-height: 45px;
    background: #f5f6fa;
    border: 1px solid #edeef2;
    font-size: 14px;
    color: #535f6b;
    border-radius: 5px;
    box-shadow: none
}

    .form-control:focus {
        color: #01041b;
        border-color: #465af7;
        box-shadow: none
    }

.form-control-sm {
    height: 30px;
    line-height: 30px
}

.form-control-lg {
    height: 50px;
    line-height: 50px
}

.input-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text {
    border: 1px solid #bfc9d4
}

textarea.form-control {
    background-color: #f5f6fa
}

#editor {
    height: 375px
}

.uploader-file {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px
}

    .uploader-file label {
        float: left;
        clear: both;
        width: 100%;
        padding: 2rem 1.5rem;
        text-align: center;
        background: #fff;
        border-radius: 7px;
        border: 3px solid #eee;
        transition: all .3s ease-in-out;
        user-select: none
    }

        .uploader-file label.hover {
            border: 3px solid;
            box-shadow: inset 0 0 0 6px #eee
        }

            .uploader-file label.hover #start-one i.fa {
                transform: scale(.8);
                -webkit-opacity: .3;
                -moz-opacity: .3;
                -ms-opacity: .3;
                -o-opacity: .3;
                opacity: .3
            }

    .uploader-file #start-one {
        float: left;
        clear: both;
        width: 100%
    }

        .uploader-file #start-one i.fa {
            font-size: 50px;
            margin-bottom: 1rem;
            transition: all .3s ease-in-out
        }

        .uploader-file #start-one.hidden {
            display: none
        }

    .uploader-file #response {
        float: left;
        clear: both;
        width: 100%
    }

        .uploader-file #response #messages {
            margin-bottom: .5rem
        }

        .uploader-file #response.hidden {
            display: none
        }

    .uploader-file #file-image {
        display: inline;
        margin: 0 auto .5rem;
        width: auto;
        height: auto;
        max-width: 180px
    }

        .uploader-file #file-image.hidden {
            display: none
        }

    .uploader-file #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%
    }

        .uploader-file #notimage.hidden {
            display: none
        }

    .uploader-file .progress, .uploader-file progress {
        display: inline;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        height: 8px;
        border: 0;
        border-radius: 4px;
        background-color: #eee;
        overflow: hidden
    }

    .uploader-file input[type=file] {
        display: none
    }

    .uploader-file div {
        margin: 0 0 .5rem;
        color: #5f6982
    }

.spin {
    animation: spin 2s infinite linear
}

.input-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text {
    border: 1px solid #edeef2;
    background-color: #f5f6fa
}

.custom-select {
    height: 46px;
    border: 1px solid #edeef2
}

.dropone.dropdown-toggle:after {
    display: none
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: 30px
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: 50px
}

.input-group-text.text-area {
    padding: 1.9rem .75rem
}

.custom-file-label:after {
    background-color: #f5f6fa;
    color: #535f6b
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #465af7;
    box-shadow: none
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #465af7;
    background-color: transparent
}

table.dataTable thead td, table.dataTable thead th {
    padding: 10px !important
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6fa
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #edeef2
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
    color: #535f6b
}

    .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
        padding: 3px 10px;
        color: #465af7 !important;
        border: 1px solid #465af7 !important;
        background: #d1e2ff !important;
        border-radius: 5px
    }

        .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
            color: #465af7 !important;
            border: 1px solid #465af7 !important;
            background: #d1e2ff !important
        }

    .dataTables_wrapper .dataTables_filter input {
        border: 1px solid #edeef2;
        background-color: transparent;
        border-radius: 5px
    }

table.dataTable thead td, table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #edeef2 !important
}

table.dataTable thead th {
    color: #1b2734 !important
}

table.dataTable.no-footer {
    border-bottom: 1px solid #edeef2 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-shadow: none !important;
    outline: none !important
}

.dataTables_wrapper .dataTables_info {
    padding-top: 15px !important
}

.dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_length select {
    border-color: #edeef2 !important
}

.custom-control-label:after, .custom-control-label:before {
    top: .25rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px)
}

.select2-container--default .select2-selection--multiple {
    height: 45px;
    line-height: 34px;
    background: #fafbfe;
    border: 1px solid #f1f1f1;
    font-size: 14px;
    color: #535f6b;
    border-radius: 5px
}

#form-wizard1 {
    position: relative
}

    #form-wizard1 input[type=file] {
        line-height: 27px
    }

    #form-wizard1 fieldset:not(:first-of-type) {
        display: none
    }

#form-wizard2, #form-wizard3, .card {
    position: relative
}

.card {
    border: none
}

.steps {
    font-size: 20px;
    color: #535f6b;
    font-weight: 400;
    text-align: right
}

#top-tab-list {
    margin: 0 -10px 60px;
    overflow: hidden;
    color: #535f6b
}

    #top-tab-list .active {
        color: #465af7
    }

    #top-tab-list li {
        list-style-type: none;
        font-size: 18px;
        width: 25%;
        float: left;
        text-align: left;
        position: relative;
        font-weight: 400
    }

        #top-tab-list li i {
            display: inline-block;
            text-align: center;
            height: 50px;
            width: 50px;
            line-height: 50px;
            font-size: 20px;
            border-radius: 50%;
            margin: 0 15px 0 0;
            color: #fff;
            background: #465af7
        }

        #top-tab-list li a {
            background: #d1e2ff;
            color: #465af7;
            display: block;
            padding: 15px;
            margin: 0 10px;
            border-radius: 5px;
            text-decoration: none
        }

        #top-tab-list li.active a {
            color: #fff;
            background: #465af7
        }

        #top-tab-list li.active i {
            background-color: #fff;
            color: #465af7
        }

        #top-tab-list li.active.done a {
            background: #5baa73
        }

        #top-tab-list li.active.done i {
            color: #5baa73
        }

        #top-tab-list li#confirm.active a {
            background: #5baa73
        }

        #top-tab-list li#confirm.active i {
            color: #5baa73
        }

.fit-image {
    width: 100%;
    object-fit: cover
}

@media (max-width:991px) {
    #top-tab-list li a {
        margin: 0 5px;
        padding: 15px 8px
    }
}

@media (max-width:767px) {
    #top-tab-list li {
        width: 100%;
        margin-bottom: 15px
    }
}

.stepwizard-row {
    display: block;
    margin: 0 -20px
}

    .stepwizard-row .wizard-step a.btn {
        background: #fff;
        color: #535f6b;
        font-size: 18px;
        font-weight: 400;
        display: block;
        padding: 50px 15px;
        margin: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        border: 1px solid #d1e2ff
    }

    .stepwizard-row .wizard-step i {
        display: block;
        text-align: center;
        height: 65px;
        width: 65px;
        line-height: 65px;
        font-size: 25px;
        border-radius: 50%;
        margin: 0 auto 20px;
        color: #fff;
        background: #465af7
    }

    .stepwizard-row #user.active a {
        background: #d1e2ff;
        border-color: #465af7
    }

    .stepwizard-row #document.active a {
        background: #e7c2b8;
        border-color: #ea643f
    }

    .stepwizard-row #bank.active a {
        background: #b6e7c6;
        border-color: #5baa73
    }

    .stepwizard-row #confirm.active a {
        background: #f3e1d0;
        border-color: #f4a965
    }

    .stepwizard-row .wizard-step#user i {
        background: #d1e2ff;
        color: #465af7
    }

    .stepwizard-row .wizard-step#document i {
        background: #e7c2b8;
        color: #ea643f
    }

    .stepwizard-row .wizard-step#bank i {
        background: #b6e7c6;
        color: #5baa73
    }

    .stepwizard-row .wizard-step#confirm i {
        background: #f3e1d0;
        color: #f4a965
    }

    .stepwizard-row .wizard-step.active i {
        background-color: #fff !important
    }

    .stepwizard-row .wizard-step#document.active i {
        background: #e7c2b8;
        color: #ea643f
    }

    .stepwizard-row .wizard-step#bank.active i {
        background: #b6e7c6;
        color: #5baa73
    }

    .stepwizard-row .wizard-step#confirm.active i {
        background: #f3e1d0;
        color: #f4a965
    }

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.setup-content {
    margin-top: 60px
}

.wizard-step {
    font-size: 18px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #ea643f
}
*/
.has-error .form-control {
    border: 1px solid #ea643f;
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none
}

@media (max-width:767px) {
    .wizard-step {
        width: 50%
    }
}

@media (max-width:479px) {
    .wizard-step {
        width: 100%
    }
}

#form-wizard3 fieldset:not(:first-of-type) {
    display: none
}

#top-tabbar-vertical {
    overflow: hidden;
    color: #535f6b;
    margin: 0 -20px 60px
}

    #top-tabbar-vertical .active {
        color: #465af7
    }

    #top-tabbar-vertical li {
        list-style-type: none;
        font-size: 18px;
        width: 100%;
        float: left;
        position: relative;
        font-weight: 400
    }

        #top-tabbar-vertical li i {
            display: inline-block;
            text-align: center;
            height: 50px;
            width: 50px;
            line-height: 50px;
            font-size: 20px;
            border-radius: 50%;
            margin: 0 20px 0 0
        }

        #top-tabbar-vertical li a {
            background: #fff;
            color: #000;
            display: block;
            padding: 20px 15px;
            margin: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            border: 1px solid #d1e2ff
        }

        #top-tabbar-vertical li.step1 i {
            background: #d1e2ff;
            color: #465af7
        }

        #top-tabbar-vertical li.step2 i {
            background: #e7c2b8;
            color: #ea643f
        }

        #top-tabbar-vertical li.step3 i {
            background: #b6e7c6;
            color: #5baa73
        }

        #top-tabbar-vertical li.step4 i {
            background: #f3e1d0;
            color: #f4a965
        }

        #top-tabbar-vertical li.active a {
            border-color: transparent
        }

        #top-tabbar-vertical li.active i {
            background-color: #fff;
            color: #465af7;
            background: #fff !important
        }

    #top-tabbar-vertical .step1.active a {
        background: #d1e2ff
    }

    #top-tabbar-vertical .step2.active a {
        background: #e7c2b8
    }

    #top-tabbar-vertical .step3.active a {
        background: #b6e7c6
    }

    #top-tabbar-vertical .step4.active a {
        background: #f3e1d0
    }

.iq-icons-list {
    line-height: 50px;
    margin-bottom: 15px;
    display: inline-block
}

    .iq-icons-list i {
        height: 50px
    }

    .iq-icons-list .icon, .iq-icons-list i {
        text-align: center;
        vertical-align: middle;
        font-size: 22px;
        width: 40px;
        line-height: 50px;
        margin-right: 10px;
        display: inline-block
    }

    .iq-icons-list .icon {
        height: 40px
    }

    .iq-icons-list span {
        display: inline-block;
        vertical-align: middle
    }

.iq-card-icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 22px
}

.ion-icon {
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 22px;
    margin-right: 10px
}

.iq-iconbox {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    border-radius: 5px
}

.iq-icon-box {
    height: 64px;
    width: 64px;
    min-width: 64px;
    line-height: 64px;
    text-align: center;
    margin-right: 10px;
    font-size: 26px;
    text-decoration: none
}

.card.iq-border-box {
    border-bottom: 4px solid
}

.profile-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%
}

.iq-error {
    width: 100%;
    overflow: hidden;
    display: inline-block
}

    .iq-error h1.text-in-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        font-size: 8em;
        font-weight: 700
    }

.iq-error-img {
    position: static;
    display: inline-block;
    margin-bottom: 20px
}

.error-500 .iq-error-img {
    width: 100%
}

.height-self-center {
    height: 100vh;
    border-radius: 5px
}

.iq-maintenance img {
    width: 20%
}

@media (max-width:767px) {
    .iq-error h1.text-in-box {
        font-size: 5em
    }
}

@media (max-width:479px) {
    .iq-error h1.text-in-box {
        font-size: 4em
    }

    .iq-error h2 {
        font-size: 1.5em
    }
}

.login-content {
    position: relative;
    height: 100vh;
    z-index: 99
}

    .login-content .floating-label label {
        color: #535f6b;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        pointer-events: none;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease-in-out
    }

    .login-content .form-control {
        border-color: #c7cbd3
    }

        .login-content .form-control:focus {
            border-color: #465af7
        }

    .login-content .custom-control-label:before {
        background-color: #f5f6fa
    }

    .login-content .sign-user_card {
        padding: 30px;
        text-align: center;
        background: #fff;
        -ms-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
        -o-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
        box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
        border-radius: 5px
    }

        .login-content .sign-user_card .custom-control-label {
            color: #535f6b
        }

        .login-content .sign-user_card .signup__field {
            display: flex;
            flex-direction: column;
            width: 100%;
            position: relative;
            margin-bottom: 30px
        }

            .login-content .sign-user_card .signup__field:before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 0;
                height: 2px;
                background: #465af7;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                transition: all .3s ease-in-out
            }

            .login-content .sign-user_card .signup__field:hover:before {
                width: 100%
            }

        .login-content .sign-user_card .signup__input {
            width: 100%;
            height: 100%;
            padding: 10px;
            background: #fff;
            border: 0;
            border-bottom: 2px solid #edeef2
        }

        .login-content .sign-user_card .signup__label {
            color: #535f6b;
            position: absolute;
            top: 50%;
            padding: 0 5px;
            transform: translateY(-50%);
            left: 5px;
            border-radius: 5px;
            transition: all .3s ease-in-out
        }

        .login-content .sign-user_card .signup__input:focus + .signup__label, .login-content .sign-user_card .signup__input:valid + .signup__label {
            top: 0;
            font-size: 12px;
            background-color: #fff;
            padding: 0
        }

@media (min-width:992px) {
    .lb-img {
        left: 0;
        width: 213px
    }

    .lb-img, .rb-img {
        position: absolute;
        bottom: 0
    }

    .rb-img {
        right: 0;
        width: 194px
    }

    .cnf-mail {
        width: 80%
    }
}

@media (max-width:991px) {
    .lb-img, .rb-img {
        display: none
    }
}

.iq-timeline {
    margin: 0 0 0 20px;
    padding: 0;
    width: 100%
}

    .iq-timeline li {
        margin-left: 35px;
        position: relative;
        padding: 15px 15px 0 5px;
        list-style-type: none
    }

        .iq-timeline li .timeline-dots {
            position: absolute;
            top: 20px;
            left: -54px;
            border: 3px solid #465af7;
            border-radius: 90px;
            padding: 5px;
            background: #fff;
            height: 40px;
            width: 40px;
            line-height: 25px;
            text-align: center
        }

    .iq-timeline:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        background-color: #ccc
    }

.timeline-page .iq-timeline ul li {
    width: 50%;
    padding: 5px 30px 40px;
    cursor: pointer;
    margin: 0
}

    .timeline-page .iq-timeline ul li:nth-child(odd) {
        float: left;
        text-align: right;
        clear: both
    }

        .timeline-page .iq-timeline ul li:nth-child(odd) .timeline-dots {
            right: -8px;
            left: auto
        }

        .timeline-page .iq-timeline ul li:nth-child(odd) .time {
            padding-left: 10px;
            right: -145px;
            -ms-box-shadow: 0 0 0 3px rgba(80,181,255,.3);
            -o-box-shadow: 0 0 0 3px rgba(80,181,255,.3);
            box-shadow: 0 0 0 3px rgba(80,181,255,.3)
        }

    .timeline-page .iq-timeline ul li:nth-child(2n) {
        float: right;
        text-align: left;
        clear: both
    }

        .timeline-page .iq-timeline ul li:nth-child(2n) .timeline-dots {
            left: -8px;
            right: auto
        }

        .timeline-page .iq-timeline ul li:nth-child(2n) .time {
            text-align: right;
            padding-right: 10px;
            left: -145px;
            -ms-box-shadow: 0 0 0 3px rgba(73,240,211,.3);
            -o-box-shadow: 0 0 0 3px rgba(73,240,211,.3);
            box-shadow: 0 0 0 3px rgba(73,240,211,.3)
        }

    .timeline-page .iq-timeline ul li .time {
        position: absolute;
        top: 15px;
        background-color: #465af7;
        color: #fff;
        text-align: left;
        width: 120px;
        height: 28px;
        line-height: 28px;
        border-radius: 20px
    }

.timeline-page .iq-timeline li .timeline-dots {
    height: 15px;
    width: 15px;
    background: #fff !important
}

.timeline-page .iq-timeline0 ul li {
    width: 50%;
    padding: 5px 30px 40px;
    cursor: pointer;
    margin: 0
}

    .timeline-page .iq-timeline0 ul li:nth-child(odd) {
        float: left;
        text-align: left;
        width: 100%;
        padding: 0 0 0 60px;
        margin-bottom: 20px
    }

        .timeline-page .iq-timeline0 ul li:nth-child(odd) .timeline-dots, .timeline-page .iq-timeline0 ul li:nth-child(odd) .timeline-dots.timeline-dot1 {
            left: 12px;
            right: auto
        }

    .timeline-page .iq-timeline0 ul li:nth-child(2n) {
        float: left;
        text-align: left;
        width: 100%;
        padding: 0 0 0 60px;
        margin-bottom: 20px
    }

        .timeline-page .iq-timeline0 ul li:nth-child(2n) .timeline-dots, .timeline-page .iq-timeline0 ul li:nth-child(2n) .timeline-dots.timeline-dot1 {
            left: 12px;
            right: auto
        }

.timeline-page .iq-timeline0 li .timeline-dots {
    height: 15px;
    width: 15px;
    background: #fff !important
}

.timeline-page .iq-timeline0 li .timeline-dots1 {
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #465af7;
    border-radius: 90px;
    padding: 5px;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 25px;
    text-align: center
}

.timeline-page .iq-timeline0 li .timeline-dots.timeline-dot1 {
    height: 15px;
    width: 15px
}

.timeline-page .iq-timeline1 ul li {
    width: 50%;
    padding: 20px 30px 0;
    cursor: pointer;
    margin: 0
}

    .timeline-page .iq-timeline1 ul li:nth-child(odd) {
        float: left;
        text-align: right;
        clear: both;
        margin-left: -19px
    }

        .timeline-page .iq-timeline1 ul li:nth-child(odd) .timeline-dots {
            right: -28px;
            left: auto
        }

    .timeline-page .iq-timeline1 ul li:nth-child(2n) {
        float: right;
        text-align: left;
        clear: both;
        margin-right: -20px
    }

        .timeline-page .iq-timeline1 ul li:nth-child(2n) .timeline-dots {
            left: -27px;
            right: auto
        }

.timeline-page .iq-timeline2 ul li:nth-child(2n), .timeline-page .iq-timeline2 ul li:nth-child(odd) {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0 0 0 60px;
    margin-bottom: 20px
}

.timeline-page .iq-timeline2:before {
    content: "";
    position: absolute;
    left: 30px;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ccc
}

.timeline-page .iq-timeline2 .content-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 22px;
    padding-top: 8px;
    text-align: center;
    margin-left: 0;
    border-radius: 100%
}

    .timeline-page .iq-timeline2 .content-date .date {
        display: block;
        font-size: 20px;
        font-weight: 700
    }

.iq-timeline0 li {
    margin-left: 35px;
    position: relative;
    padding: 15px 15px 0 5px;
    list-style-type: none
}

    .iq-timeline0 li .timeline-dots {
        position: absolute;
        top: 20px;
        left: -54px;
        border: 3px solid #465af7;
        border-radius: 90px;
        padding: 5px;
        background: #fff;
        height: 40px;
        width: 40px;
        line-height: 25px;
        text-align: center
    }

.iq-timeline0:before {
    content: "";
    position: absolute;
    left: 20px;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ccc
}

.iq-timeline1 li {
    margin-left: 35px;
    position: relative;
    padding: 15px 15px 0 5px;
    list-style-type: none
}

    .iq-timeline1 li .timeline-dots {
        position: absolute;
        top: 20px;
        left: -54px;
        border: 3px solid #465af7;
        border-radius: 90px;
        padding: 5px;
        background: #fff;
        height: 15px;
        width: 15px;
        line-height: 25px;
        text-align: center
    }

.iq-timeline1:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ccc
}

.iq-timeline2 li {
    margin-left: 0;
    position: relative;
    padding: 15px 15px 0 5px;
    list-style-type: none
}

@media (max-width:575px) {
    .timeline-page .iq-timeline ul li {
        padding-left: 10px;
        padding-right: 10px
    }

        .timeline-page .iq-timeline ul li .time {
            width: 90px
        }

        .timeline-page .iq-timeline ul li:nth-child(odd) .time {
            right: -115px
        }

        .timeline-page .iq-timeline ul li:nth-child(2n) .time {
            left: -115px
        }
}

.active-faq a.accordion-title {
    display: block;
    padding-right: 45px
}

.iq-accordion.career-style.faq-style .iq-accordion-block {
    padding: 10px 5px;
    border-radius: 5px
}

    .iq-accordion.career-style.faq-style .iq-accordion-block .accordion-title span {
        padding-left: 0
    }

    .iq-accordion.career-style.faq-style .iq-accordion-block .accordion-details p {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px
    }

.iq-accordion.career-style.faq-style .accordion-title:before {
    display: inline-block;
    cursor: pointer;
    content: "";
    font-family: remixicon;
    position: absolute;
    top: -8px;
    right: 15px;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 90px
}

.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before {
    content: "";
    display: inline-block;
    border-radius: 90px
}

.iq-accordion.career-style.faq-style .active-faq .row {
    background: transparent;
    padding: 10px 0
}

.iq-accordion.career-style .iq-accordion-block {
    margin-bottom: 30px
}

    .iq-accordion.career-style .iq-accordion-block .accordion-title span {
        font-size: 16px;
        display: table-cell;
        color: #01041b
    }

#loading {
    background-color: #f5f6fa;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999
}

#loading-center {
    background: url(../images/loader.gif) no-repeat scroll 50%;
    background-size: 20%;
    width: 100%;
    height: 100%;
    position: relative
}

.loader {
    width: 3em;
    height: 3em;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

@keyframes Ab {
    0%,to {
        box-shadow: 0 -2.6em 0 0 #4788ff,1.8em -1.8em 0 0 rgba(71,136,255,.2),2.5em 0 0 0 rgba(71,136,255,.2),1.75em 1.75em 0 0 rgba(71,136,255,.2),0 2.5em 0 0 rgba(71,136,255,.2),-1.8em 1.8em 0 0 rgba(71,136,255,.2),-2.6em 0 0 0 rgba(71,136,255,.5),-1.8em -1.8em 0 0 rgba(71,136,255,.7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(71,136,255,.7),1.8em -1.8em 0 0 #4788ff,2.5em 0 0 0 rgba(71,136,255,.2),1.75em 1.75em 0 0 rgba(71,136,255,.2),0 2.5em 0 0 rgba(71,136,255,.2),-1.8em 1.8em 0 0 rgba(71,136,255,.2),-2.6em 0 0 0 rgba(71,136,255,.2),-1.8em -1.8em 0 0 rgba(71,136,255,.5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgba(71,136,255,.5),1.8em -1.8em 0 0 rgba(71,136,255,.7),2.5em 0 0 0 #4788ff,1.75em 1.75em 0 0 rgba(71,136,255,.2),0 2.5em 0 0 rgba(71,136,255,.2),-1.8em 1.8em 0 0 rgba(71,136,255,.2),-2.6em 0 0 0 rgba(71,136,255,.2),-1.8em -1.8em 0 0 rgba(71,136,255,.2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(71,136,255,.2),1.8em -1.8em 0 0 rgba(71,136,255,.5),2.5em 0 0 0 rgba(71,136,255,.7),1.75em 1.75em 0 0 #4788ff,0 2.5em 0 0 rgba(71,136,255,.2),-1.8em 1.8em 0 0 rgba(71,136,255,.2),-2.6em 0 0 0 rgba(71,136,255,.2),-1.8em -1.8em 0 0 rgba(71,136,255,.2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgba(71,136,255,.2),1.8em -1.8em 0 0 rgba(71,136,255,.2),2.5em 0 0 0 rgba(71,136,255,.5),1.75em 1.75em 0 0 rgba(71,136,255,.7),0 2.5em 0 0 #4788ff,-1.8em 1.8em 0 0 rgba(71,136,255,.2),-2.6em 0 0 0 rgba(71,136,255,.2),-1.8em -1.8em 0 0 rgba(71,136,255,.2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(71,136,255,.2),1.8em -1.8em 0 0 rgba(71,136,255,.2),2.5em 0 0 0 rgba(71,136,255,.2),1.75em 1.75em 0 0 rgba(71,136,255,.5),0 2.5em 0 0 rgba(71,136,255,.7),-1.8em 1.8em 0 0 #4788ff,-2.6em 0 0 0 rgba(71,136,255,.2),-1.8em -1.8em 0 0 rgba(71,136,255,.2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgba(71,136,255,.2),1.8em -1.8em 0 0 rgba(71,136,255,.2),2.5em 0 0 0 rgba(71,136,255,.2),1.75em 1.75em 0 0 rgba(71,136,255,.2),0 2.5em 0 0 rgba(71,136,255,.5),-1.8em 1.8em 0 0 rgba(71,136,255,.7),-2.6em 0 0 0 #4788ff,-1.8em -1.8em 0 0 rgba(71,136,255,.2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(71,136,255,.2),1.8em -1.8em 0 0 rgba(71,136,255,.2),2.5em 0 0 0 rgba(71,136,255,.2),1.75em 1.75em 0 0 rgba(71,136,255,.2),0 2.5em 0 0 rgba(71,136,255,.2),-1.8em 1.8em 0 0 rgba(71,136,255,.5),-2.6em 0 0 0 rgba(71,136,255,.7),-1.8em -1.8em 0 0 #4788ff
    }
}

@keyframes Bb {
    0%,to {
        transform: translateX(0)
    }

    75% {
        transform: translateX(30px)
    }
}

@keyframes Cb {
    0%,to {
        transform: translateY(0)
    }

    75% {
        transform: translateY(30px)
    }
}

@keyframes Db {
    0%,to {
        transform: translate(0)
    }

    75% {
        transform: translate(30px,30px)
    }
}

@keyframes Eb {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotate(0deg)
    }

    to {
        transform: rotateX(35deg) rotateY(-45deg) rotate(1turn)
    }
}

@keyframes Fb {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotate(0deg)
    }

    to {
        transform: rotateX(50deg) rotateY(10deg) rotate(1turn)
    }
}

@keyframes Gb {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotate(0deg)
    }

    to {
        transform: rotateX(35deg) rotateY(55deg) rotate(1turn)
    }
}

@keyframes Hb {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(180deg) rotateX(180deg)
    }
}

@keyframes Ib {
    0%,to {
        transform: translate(0) rotate(0)
    }

    25% {
        transform: translate(40px,40px) rotate(45deg)
    }

    50% {
        transform: translateY(80px) rotate(0deg)
    }

    75% {
        transform: translate(-40px,40px) rotate(45deg)
    }
}

@keyframes Jb {
    0% {
        transform: rotate(0deg);
        border-radius: 50%
    }

    50% {
        transform: rotate(90deg);
        border-radius: 0
    }

    to {
        transform: rotate(180deg);
        border-radius: 50%
    }
}

@keyframes Kb {
    to {
        transform: rotate(1turn)
    }
}

@keyframes Lb {
    0% {
        transform: scale(0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }

    50% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }

    to {
        transform: scale(1);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }
}

@keyframes Mb {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes Nb {
    0% {
        border-width: 0
    }

    to {
        border-width: 10px
    }
}

@keyframes Ob {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.iq-loader-box {
    height: 150px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center
}

    .iq-loader-box [class*=loader-] {
        display: inline-block;
        width: 60px;
        height: 60px;
        color: inherit;
        vertical-align: middle;
        position: relative;
        border-radius: 50%
    }

    .iq-loader-box .iq-loader-1 {
        width: 1em;
        height: 1em;
        border-radius: 50%;
        position: relative;
        text-indent: -9999em;
        animation: Ab 1.1s infinite ease;
        transform: translateZ(0)
    }

    .iq-loader-box .iq-loader-2 {
        border: 7px double #37e6b0;
        animation: Ob 1s linear infinite
    }

        .iq-loader-box .iq-loader-2:after, .iq-loader-box .iq-loader-2:before {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #37e6b0;
            border-radius: 50%;
            bottom: 0;
            right: 37px
        }

        .iq-loader-box .iq-loader-2:after {
            left: 37px;
            top: 0
        }

    .iq-loader-box .iq-loader-3 {
        position: relative;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle
    }

        .iq-loader-box .iq-loader-3 .loader-outter {
            position: absolute;
            border: 4px solid #f50057;
            border-left-color: transparent;
            border-bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            animation: Ob 1s cubic-bezier(.42,.61,.58,.41) infinite
        }

        .iq-loader-box .iq-loader-3 .loader-inner {
            position: absolute;
            border: 4px solid #f50057;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            left: calc(50% - 20px);
            top: calc(50% - 20px);
            border-right: 0;
            border-top-color: transparent;
            animation: Mb 1s cubic-bezier(.42,.61,.58,.41) infinite
        }

    .iq-loader-box .iq-loader-4 {
        border: .2em solid transparent;
        border-top-color: #fe721c;
        border-bottom-color: #fe721c;
        border-radius: 50%;
        position: relative;
        animation: 1s Ob linear infinite
    }

        .iq-loader-box .iq-loader-4:before {
            transform: rotate(135deg);
            right: -.3em;
            top: -.05em
        }

        .iq-loader-box .iq-loader-4:after, .iq-loader-box .iq-loader-4:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            border: .2em solid transparent;
            border-bottom-color: #fe721c
        }

        .iq-loader-box .iq-loader-4:after {
            transform: rotate(-45deg);
            left: -.3em;
            bottom: -.05em
        }

    .iq-loader-box .iq-loader-5 {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        position: relative;
        margin: 0 auto
    }

        .iq-loader-box .iq-loader-5 span {
            display: block;
            position: absolute;
            left: calc(50% - 20px);
            top: calc(50% - 20px);
            width: 20px;
            height: 20px;
            background-color: var(--info)
        }

            .iq-loader-box .iq-loader-5 span:first-child {
                animation: Bb 1s ease-in-out infinite
            }

            .iq-loader-box .iq-loader-5 span:nth-child(2) {
                animation: Cb 1s ease-in-out infinite
            }

            .iq-loader-box .iq-loader-5 span:nth-child(3) {
                animation: Db 1s ease-in-out infinite
            }

    .iq-loader-box .iq-loader-6 .inner {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .iq-loader-box .iq-loader-6 .inner1 {
        left: 0;
        top: 0;
        animation: Eb 1s linear infinite;
        border-bottom: 3px solid #ff4b4b
    }

    .iq-loader-box .iq-loader-6 .inner2 {
        right: 0;
        top: 0;
        animation: Fb 1s linear infinite;
        border-right: 3px solid #ff4b4b
    }

    .iq-loader-box .iq-loader-6 .inner3 {
        right: 0;
        bottom: 0;
        animation: Gb 1s linear infinite;
        border-top: 3px solid #ff4b4b
    }

    .iq-loader-box .iq-loader-7:before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        background-color: #3498db;
        animation: Hb 1s infinite
    }

    .iq-loader-box .iq-loader-8 {
        border: 1.2em solid transparent;
        border-left-color: #d0bac2;
        border-right-color: #d0bac2;
        border-radius: 50%;
        animation: 1s Ob linear infinite
    }

    .iq-loader-box .iq-loader-9 {
        margin: 60px auto;
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(255,107,208,.2);
        border-right: 1.1em solid rgba(255,107,208,.2);
        border-bottom: 1.1em solid rgba(255,107,208,.2);
        border-left: 1.1em solid #ff6bd0;
        transform: translateZ(0);
        animation: Ob 1.1s infinite linear
    }

        .iq-loader-box .iq-loader-9, .iq-loader-box .iq-loader-9:after {
            border-radius: 50%;
            width: 7em;
            height: 7em
        }

    .iq-loader-box .iq-loader-10:after, .iq-loader-box .iq-loader-10:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: -10px;
        left: calc(50% - 10px);
        background-color: #3450db;
        animation: Ib 1s ease-in-out infinite
    }

    .iq-loader-box .iq-loader-10:after {
        bottom: 0;
        animation-delay: .5s
    }

    .iq-loader-box .iq-loader-11 {
        background: #000
    }

        .iq-loader-box .iq-loader-11:before {
            content: "";
            position: absolute;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            margin: 0 0 0 -12px;
            background-color: #fff;
            top: auto;
            bottom: 0;
            left: 50%;
            transform-origin: 50% 0;
            animation: Ob 1s infinite linear
        }

    .iq-loader-box .iq-loader-12 {
        animation: Jb 1s infinite linear;
        background: #6dca5c
    }

    .iq-loader-box .iq-loader-13 {
        border-top: .2em solid #a7a4ca;
        border-right: .2em solid transparent;
        animation: Kb 1s linear infinite;
        border-radius: 100%;
        position: relative
    }

    .iq-loader-box .iq-loader-14 {
        border: 0 solid transparent;
        border-radius: 50%;
        position: relative
    }

        .iq-loader-box .iq-loader-14:before {
            animation: Lb 1s linear infinite;
            animation-delay: 1s
        }

        .iq-loader-box .iq-loader-14:after, .iq-loader-box .iq-loader-14:before {
            content: "";
            border: 1em solid #13d7eb;
            border-radius: 50%;
            width: inherit;
            height: inherit;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            -o-opacity: 0;
            opacity: 0
        }

        .iq-loader-box .iq-loader-14:after {
            animation: Lb 1s linear infinite;
            animation-delay: .5s
        }

    .iq-loader-box .iq-loader-15 {
        border: 6px groove #7e57c2;
        transform: rotate(1turn);
        transition: all 1s ease;
        animation: Mb 1s ease-out alternate infinite
    }

        .iq-loader-box .iq-loader-15 .loader-inner {
            border: 0 inset #9575cd;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            animation: Nb 1s ease-out alternate infinite
        }

    .iq-loader-box .iq-loader-16 {
        width: 70px;
        height: 70px;
        border: 5px dashed #b3a57c;
        animation: Ob 2s linear both infinite
    }

.treegrid-indent {
    width: 0;
    height: 16px;
    display: inline-block;
    position: relative
}

.tab-content .table tbody tr, .table-data .table tbody tr {
    color: #000
}

.treegrid-expander {
    width: 0;
    height: 16px;
    display: inline-block;
    position: relative;
    left: -17px;
    cursor: pointer
}

.glyphicon.glyphicon-chevron-right:before {
    position: absolute;
    content: "\EA6E";
    font-family: remixicon;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.glyphicon.glyphicon-chevron-down:before {
    position: absolute;
    content: "\EA4E";
    font-family: remixicon;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.glyphicon.glyphicon-plus:before {
    content: "\EA13"
}

.glyphicon.glyphicon-minus:before, .glyphicon.glyphicon-plus:before {
    position: absolute;
    font-family: remixicon;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.glyphicon.glyphicon-minus:before {
    content: "\F1AF"
}

.image-popup-vertical-fit {
    cursor: zoom-in
}

.grid-m {
    margin-bottom: 30px
}

    .grid-m:nth-last-child(-n+4) {
        margin-bottom: 0
    }

.g-box {
    background: #f5f6fa
}

.g-desc {
    border: 1px solid rgba(210,201,255,.4)
}

.masonry .item {
    width: 25%;
    padding: 10px;
    display: block
}

    .masonry .item a {
        cursor: zoom-in
    }

    .masonry .item img {
        width: 100%
    }

.grid-sizer {
    width: 25%;
    padding: 10px;
    display: block
}

.b-radius-top {
    border-radius: 5px 5px 0 0
}

.b-radius-bottom {
    border-radius: 0 0 5px 5px
}

.hover-effects {
    overflow: hidden;
    position: relative
}

    .hover-effects a {
        cursor: pointer
    }

    .hover-effects:hover .effect-1 {
        transform: scale3d(1.2,1.2,1)
    }

    .hover-effects:hover .effect-2 {
        transform: scale(1)
    }

    .hover-effects:hover .effect-3 {
        margin-left: 0
    }

    .hover-effects:hover .effect-4 {
        transform: rotate(0) scale(1)
    }

    .hover-effects:hover .ovrlay-1-a, .hover-effects:hover .ovrlay-1-b {
        left: 0;
        top: 0
    }

    .hover-effects:hover .ovrlay-2-a, .hover-effects:hover .ovrlay-2-b {
        left: 0
    }

    .hover-effects:hover .ovrlay-3-a, .hover-effects:hover .ovrlay-3-b {
        transform: scale(1)
    }

    .hover-effects:hover .ovrlay-4-a, .hover-effects:hover .ovrlay-4-b {
        top: 0
    }

    .hover-effects:hover .ovrlay-5 {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .hover-effects:hover .ovrlay-6 {
        visibility: visible;
        transform: perspective(600px) rotateX(0deg)
    }

    .hover-effects:hover .ovrlay-7 {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg)
    }

    .hover-effects:hover .ovrlay-8 {
        right: 0
    }

    .hover-effects:hover .effect-8 {
        right: 40px
    }

.effect-1, .effect-2 {
    transition: all .3s ease-in-out
}

.effect-2 {
    transform: scale(1.2)
}

.effect-3 {
    margin-left: 30px;
    transform: scale(1.3)
}

.effect-3, .effect-4 {
    transition: all .3s ease-in-out
}

.effect-4 {
    transform: rotate(12deg) scale(1.4)
}

.ovrlay-1-a {
    left: -100%;
    top: -100%
}

.ovrlay-1-a, .ovrlay-1-b {
    background: rgba(0,0,0,.25);
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all .3s ease-in-out
}

.ovrlay-1-b {
    left: 100%;
    top: 100%
}

.ovrlay-2-a {
    left: -100%
}

.ovrlay-2-a, .ovrlay-2-b {
    background: rgba(0,0,0,.25);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .3s ease-in-out
}

.ovrlay-2-b {
    left: 100%
}

.ovrlay-3-a {
    top: 0;
    top: 100%
}

    .ovrlay-3-a, .ovrlay-3-a .ovrlay-3-b {
        position: absolute;
        background: rgba(0,0,0,.25);
        height: 100%;
        left: 0;
        width: 100%;
        transform: scale(0)
    }

        .ovrlay-3-a .ovrlay-3-b {
            top: 0;
            transition: all .3s ease-in-out
        }

        .ovrlay-3-a .ovrlay-4-a {
            transition: all .3s ease-in-out;
            top: -100%
        }

        .ovrlay-3-a .ovrlay-4-a, .ovrlay-3-a .ovrlay-4-b {
            background: rgba(0,0,0,.25);
            height: 100%;
            position: absolute;
            left: 0;
            width: 100%
        }

.ovrlay-5 {
    position: absolute;
    background: #465af7;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 15px;
    left: -100%;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
    transition: all .3s ease-in-out
}

    .ovrlay-5, .ovrlay-5 h4 {
        color: #fff
    }

.ovrlay-6 {
    background: #465af7;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    visibility: hidden;
    padding: 0 15px;
    transform: perspective(600px) rotateX(-90deg);
    transition: all .3s ease-in-out
}

    .ovrlay-6 h4, .ovrlay-6 p {
        color: #fff
    }

.ovrlay-8 {
    background: #465af7;
    width: 40%;
    height: 100%;
    top: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    right: -40%;
    overflow: auto;
    padding: 0 10px
}

    .ovrlay-8 h4 {
        color: #fff
    }

    .ovrlay-8 .i-btn {
        position: absolute;
        bottom: 10px;
        right: 10%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
        border-radius: 50%;
        border: 1px solid #fff;
        background: transparent;
        text-align: center;
        transform: translateX(-50%);
        color: #fff !important
    }

.ovrlay-7 {
    position: absolute;
    background: rgba(0,0,0,.8);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all .3s ease-in-out
}

    .ovrlay-7 .button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        line-height: 40px
    }

        .ovrlay-7 .button i {
            color: #465af7
        }

.effect-8 {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out
}

.data-table .table th {
    border-bottom-width: 1px;
    border-top: none
}

.dataTables_filter .form-control:focus, .dataTables_length .form-control:focus {
    background-color: #f5f6fa;
    border-color: #465af7
}

@media (max-width:991px) {
    .masonry .grid-sizer, .masonry .item {
        width: 33.33%
    }
}

@media (max-width:767px) {
    .masonry .grid-sizer, .masonry .item {
        width: 100%;
        padding: 0 0 18px
    }
}

.blog .image-block img.img-fluid {
    background: #ceebee
}

.blog-half .blog-meta {
    height: 80px;
    width: 80px;
    line-height: 30px;
    padding: 0 22px;
    margin-top: -15px;
    border-radius: 10px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    position: relative
}

    .blog-half .blog-meta .date {
        font-size: 30px;
        font-weight: 500;
        padding-top: 15px;
        letter-spacing: 0
    }

    .blog-half .blog-meta .month {
        font-size: 16px;
        font-weight: 500
    }

.blog-left .blog-description {
    position: absolute;
    bottom: 40px;
    margin: 0 40px;
    padding: 10px;
    background: #fff;
    left: 0
}

.blog-date .blog-meta-date {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 70px;
    width: 70px;
    line-height: 25px;
    border-radius: 10px;
    text-align: center;
    background: #465af7;
    color: #fff
}

    .blog-date .blog-meta-date .date {
        font-size: 30px;
        font-weight: 500;
        padding-top: 13px
    }

.blog-comments .blog-meta-date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 70px;
    width: 70px;
    line-height: 25px;
    border-radius: 10px;
    text-align: center;
    background: #465af7;
    color: #fff
}

    .blog-comments .blog-meta-date .date {
        font-size: 30px;
        font-weight: 500;
        padding-top: 13px
    }

.blog-detail .blog-meta {
    padding: 12px 15px;
    background: hsla(0,0%,75%,.35);
    color: #01041b
}

@media (max-width:480px) {
    .blog-half {
        float: left;
        width: 100% !important;
        display: inline-block !important
    }

        .blog-half, .blog-half .blog-meta {
            margin-bottom: 10px
        }
}

@keyframes Pb {
    to {
        background-position: -100px 0
    }
}

.p-card {
    padding: 12px
}

.profile-card {
    background: #465af7;
    padding: 37px 0;
    position: relative;
    overflow: hidden
}

    .profile-card:before {
        content: "";
        position: absolute;
        right: -63px;
        top: -3px;
        width: 120px;
        height: 120px;
        border-radius: 5px;
        background: hsla(0,0%,100%,.2);
        transform: rotate(36deg)
    }

    .profile-card:after {
        content: "";
        position: absolute;
        left: -62px;
        bottom: 9px;
        width: 126px;
        height: 125px;
        border-radius: 35px;
        background: #2771f9;
        transform: rotate(28deg)
    }

.profile-box {
    background: #f5f6fa;
    position: relative;
    padding-bottom: 240px;
    border-radius: 0 0 5px 5px
}

.pro-content {
    margin-top: -55px;
    position: absolute;
    background: #fff;
    padding: 20px;
    left: 20px;
    right: 20px;
    -ms-box-shadow: 0 2px 25px 0 rgba(45,69,95,.06);
    -o-box-shadow: 0 2px 25px 0 rgba(45,69,95,.06);
    box-shadow: 0 2px 25px 0 rgba(45,69,95,.06)
}

.p-icon {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: #d1e2ff;
    line-height: 45px;
    color: #465af7;
    text-align: center;
    font-size: 26px
}

.eml {
    word-break: break-all
}

.iq-progress-bar.pro-skill {
    height: 12px
}

    .iq-progress-bar.pro-skill > span {
        background-image: linear-gradient(135deg,transparent,transparent 33%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 66%,transparent 0);
        background-size: 35px 20px,100% 100%,100% 100%;
        border-radius: 5px;
        position: relative;
        animation: Pb 5s linear infinite
    }

        .iq-progress-bar.pro-skill > span.bg1 {
            background-color: #ea643f
        }

        .iq-progress-bar.pro-skill > span.bg2 {
            background-color: #f4a965
        }

        .iq-progress-bar.pro-skill > span.bg3 {
            background-color: #7858d7
        }

.social-ic {
    background: #f5f6fa;
    padding: 5px
}

    .social-ic a {
        margin: 0 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 45px;
        background: transparent;
        position: relative;
        z-index: 1
    }

        .social-ic a i {
            color: #535f6b;
            font-size: 18px;
            transition: all .3s ease-in-out;
            position: relative;
            z-index: 3
        }

        .social-ic a:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            opacity: 0;
            background: #465af7;
            border-radius: 5px;
            transition: all .3s ease-in-out;
            z-index: 2
        }

        .social-ic a:nth-child(2n):before {
            top: 100%
        }

        .social-ic a:nth-child(2n):hover:before {
            top: 0
        }

        .social-ic a:hover:before {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            height: 100%
        }

        .social-ic a:hover i {
            color: #fff !important;
            transform: rotateY(1turn)
        }

@media (max-width:767px) {
    .social-ic a {
        width: 28px;
        height: 28px;
        line-height: 34px
    }

        .social-ic a i {
            font-size: 15px
        }
}

.logo-invoice {
    height: 55px
}

.print .card-title {
    color: #fff
}

.print .table thead {
    background: #f5f6fa
}

    .print .table th, .print .table thead th {
        border: 0
    }

.print .table td {
    border-top: 0
}

.print .table tr {
    border-top: 1px solid #dee2e6
}

    .print .table tr:first-child {
        border-top: 0
    }

.btn-primary-dark {
    background: #3147fc;
    color: #fff
}

    .btn-primary-dark:hover {
        color: #fff
    }

.or-detail {
    background: #f5f6fa;
    border: 1px solid rgba(210,201,255,.4)
}

    .or-detail p {
        margin-bottom: 0
    }

.ttl-amt {
    border-top: 1px solid rgba(210,201,255,.4)
}

#scroll1 {
    position: relative;
    width: 600px;
    height: 250px
}

.sweet_al .btn {
    margin-right: 5px
}

@media (max-width:479px) {
    .header-invoice {
        display: block !important;
        text-align: center
    }

        .header-invoice .invoice-btn {
            margin-top: 15px
        }
}

.pricing .table th {
    border-top: none;
    border-bottom: 1px solid #dee2e6
}

.pricing .table td {
    border-top: none !important
}

.pricing .table tr {
    border-bottom: 1px solid #dee2e6
}

    .pricing .table tr:last-child {
        border-bottom: 0
    }

.prc-box {
    background: #d1e2ff;
    padding: 15px;
    position: relative;
    border-radius: 5px
}

.type {
    position: absolute;
    background: #465af7;
    padding: 9px 25px;
    color: #fff;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500
}

    .type:before {
        right: -15px;
        border-left: 15px solid #3147fc
    }

    .type:after, .type:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 0;
        border-top: 15px solid transparent
    }

    .type:after {
        left: -15px;
        border-right: 15px solid #3147fc
    }

.prc-box.active {
    background: #465af7
}

    .prc-box.active .h3 {
        color: #fff
    }

    .prc-box.active .type {
        background: #d1e2ff;
        color: #01041b
    }

        .prc-box.active .type:before {
            border-left: 16px solid #3147fc;
            right: -16px
        }

        .prc-box.active .type:after {
            border-right: 16px solid #3147fc;
            left: -16px
        }

.prc-wrap {
    border-bottom: none !important
}

.i_close {
    font-size: 22px
}

.p-image {
    position: absolute;
    top: auto;
    right: 6px;
    bottom: 10px;
    transition: all .3s ease;
    background: #465af7;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

.upload-button {
    font-size: 1.5em
}

.file-upload {
    display: none
}

.upload_profile {
    position: relative
}

.child-cell.active {
    color: #465af7
}

.iq-social ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 43px
}

.card .pricing-radius-box {
    border-radius: 60px 0 60px 0
}

.pricing-header {
    padding: 20px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .3s ease-in-out;
    margin-bottom: 20px
}

.pricing-details .icon-data {
    font-size: 50px
}

.pricing-custom-tab .tab-pane.fade.active.show {
    display: block
}

.pricing-custom-tab .tab-pane.fade {
    display: none
}

.pricing-custom-tab li.nav-item .nav-link {
    border: 1px solid #edeef2;
    color: #01041b;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 0
}

    .pricing-custom-tab li.nav-item .nav-link.active {
        color: #fff;
        background: #465af7
    }

.pricing-custom-tab li.nav-item .star-circle {
    background-color: #465af7;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 3px hsla(0,0%,100%,.5);
    -o-box-shadow: 0 0 0 3px hsla(0,0%,100%,.5);
    box-shadow: 0 0 0 3px hsla(0,0%,100%,.5);
    color: #fff;
    display: block;
    font-size: 13px;
    height: 25px;
    padding: 0;
    line-height: 23px;
    text-align: center;
    width: 20px;
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 1
}

.nav-pills li {
    position: relative
}

#recent-hits-map {
    height: 340px
}

#reporting-chart-04 {
    height: 400px
}

.iq-avatars .iq-avatar {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.profile-icon.iq-icon-box {
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    margin-right: 10px;
    font-size: 26px;
    text-decoration: none
}

.profile-overly {
    left: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0
}

.crm-p-image, .profile-overly {
    position: absolute;
    text-align: center
}

.crm-p-image {
    top: auto;
    left: 69px;
    bottom: -9px;
    transition: all .3s cubic-bezier(.175,.885,.32,1.275);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    font-size: 10px;
    line-height: 32px;
    cursor: pointer;
    border: 5px solid #fff
}

ul.iq-contact-rest li a p {
    word-break: break-all
}

@media (max-width:479px) {
    .profile-overly h3 {
        font-size: 14px
    }
}

.vactormap-height {
    width: 100%;
    height: 400px
}

.jvectormap-legend-title {
    font-size: 12px
}

.jvectormap-legend .jvectormap-legend-tick-sample {
    height: 26px
}

.jvectormap-legend-icons {
    background: #fff;
    border: 1px solid #000;
    color: #000
}

.subscriber-detail .title {
    padding: 8px 20px 7px;
    line-height: 26px
}

.subscriber-detail .iq-card-btn {
    position: absolute;
    top: 0;
    left: -15px;
    margin: 0 auto;
    border: 4px solid #fff;
    padding: 2px;
    height: 40px;
    width: 40px;
    line-height: 30px;
    font-size: 20px
}

    .subscriber-detail .iq-card-btn.title-instagram {
        background-color: #d6249f !important;
        background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%) !important;
        color: #fff
    }

    .subscriber-detail .iq-card-btn.title-whatsapp {
        background-color: #00e676 !important;
        color: #fff;
        text-shadow: 1px 1px 10px rgba(0,0,0,.22)
    }

    .subscriber-detail .iq-card-btn.title-twitter {
        background-color: #1da1f2 !important;
        color: #fff
    }

    .subscriber-detail .iq-card-btn.title-facebook {
        background-color: #3b5998 !important;
        background-image: linear-gradient(#4e69a2,#3b5998 50%) !important;
        color: #fff
    }

.chat-page img {
    border-radius: 5px
}

#chat-search {
    padding-left: 40px
}

.form-group.chat-search-data > i {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #465af7;
    font-size: 16px
}

.chat-sidebar-name {
    width: 100%
}

    .chat-sidebar-name h6 {
        font-size: 14px
    }

    .chat-sidebar-name span {
        color: #535f6b
    }

.chat-msg-counter {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 16px;
    margin: 0 auto;
    font-size: 7px
}

.chat-meta span {
    font-size: 8px
}

span.avatar-status {
    position: absolute;
    bottom: -10px;
    top: auto;
    left: auto;
    right: -3px
}

.iq-chat-ui li a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #edeef2
}

    .iq-chat-ui li a.active {
        border-color: transparent
    }

.iq-chat-ui li:last-child a, .iq-chat-ui li:nth-child(2) a, .iq-chat-ui li:nth-child(6) a {
    border: none
}

.nav-pills li a.active {
    color: #465af7;
    background-color: #d1e2ff
}

.chat-sidebar-channel {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 53vh;
    margin-bottom: 15px
}

    .chat-sidebar-channel .avatar {
        position: relative
    }

    .chat-sidebar-channel h5 {
        border-bottom: 1px solid #edeef2;
        padding-bottom: 10px
    }

.chat-data {
    background: #d1e2ff
}

    .chat-data .tab-content {
        position: relative
    }

.chat-header-icons .dropdown-toggle:empty:after {
    display: none
}

.chat-header-icons > a, .chat-header-icons > span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 5px 0 0;
    color: #465af7;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer
}

.chat-content {
    position: relative;
    height: calc(100vh - 20rem);
    text-align: center;
    padding: 1.4rem;
    overflow-y: scroll;
    overflow-x: hidden
}

    .chat-content .chat-left .chat-message {
        text-align: left;
        float: left;
        margin: 0 .3rem 1.8rem 1.3rem;
        color: #535f6b;
        background-color: #fff;
        -ms-box-shadow: 0 0 20px 0 rgba(44,101,144,.1);
        -o-box-shadow: 0 0 20px 0 rgba(44,101,144,.1);
        box-shadow: 0 0 20px 0 rgba(44,101,144,.1)
    }

    .chat-content .chat-body .chat-message p {
        margin-bottom: 0
    }

.chat-button {
    background: #fff;
    color: #1b2734
}

    .chat-button:hover {
        background: #465af7;
        color: #fff
    }

.chat-user {
    float: right;
    text-align: center
}

    .chat-user span.chat-time {
        display: block;
        font-size: 12px;
        font-weight: 500
    }

.chat-detail {
    overflow: hidden
}

    .chat-detail .chat-message .chat-time {
        position: absolute;
        bottom: -20px;
        right: 0;
        color: #535f6b;
        font-size: .8rem;
        white-space: nowrap
    }

.chat-message {
    position: relative;
    float: right;
    text-align: right;
    padding: .75rem 1rem;
    margin: 0 1.33rem 1.33rem .3rem;
    clear: both;
    word-break: break-word;
    color: #fff;
    background: #465af7;
    border-radius: 5px;
    -ms-box-shadow: 0 2px 4px 0 #50b5ff;
    -o-box-shadow: 0 2px 4px 0 #50b5ff;
    box-shadow: 0 2px 4px 0 #50b5ff
}

    .chat-message > p {
        margin: 0
    }

.chat-left .chat-message:after {
    right: auto;
    left: -7px;
    border-width: 5px 7px 5px 0;
    border-color: transparent #fff transparent transparent
}

.chat-left .chat-user {
    float: left
}

.avatar {
    position: relative
}

.chat-start {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column
}

.chat-page .content-page {
    min-height: 93vh
}

span.iq-start-icon {
    font-size: 50px;
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
}

.chat-attagement {
    font-size: 20px
}

    .chat-attagement a {
        color: #535f6b
    }

.chat-searchbar {
    position: relative
}

.chat-user-detail-popup {
    position: absolute;
    top: 0;
    width: 360px;
    background: #fff;
    right: 0;
    overflow: hidden;
    left: auto;
    z-index: 9;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transform: translateX(110%);
    transition: all .3s ease-in-out;
    -ms-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
    -o-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
    box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
    border-radius: 5px;
    visibility: hidden
}

    .chat-user-detail-popup.show {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: all .3s ease-in-out
    }

.chatuser-detail {
    padding: 0 35px
}

    .chatuser-detail .title {
        font-weight: 500
    }

.user-profile button.close-popup {
    display: block;
    font-size: 24px
}

ul.user-status {
    list-style: none
}

#user-detail-popup {
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    overflow: hidden;
    left: auto;
    z-index: 9;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transform: translateX(-90%);
    transition: all .3s ease-in-out;
    -ms-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
    -o-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
    box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
    border-radius: 5px;
    visibility: hidden
}

    #user-detail-popup .user-profile button.close-popup {
        text-align: right;
        width: 100%
    }

    #user-detail-popup.show {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: all .3s ease-in-out
    }

button.close-btn-res, div.sidebar-toggle {
    display: none
}

@media (max-width:991px) {
    .chat-data-left {
        position: absolute;
        left: -15px;
        max-width: 320px;
        top: 0;
        z-index: 9;
        background: #fff;
        transform: translateX(-100%);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        transition: all .3s ease-in-out;
        -ms-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
        -o-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
        box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
        overflow-y: scroll;
        height: 100%
    }

    .chat-sidebar-channel {
        overflow: auto;
        height: auto
    }

    .chat-search, .chat-sidebar-channel {
        padding-left: 0 !important
    }

    .chat-data-left.show {
        transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        transition: all .3s ease-in-out
    }

    button.close-btn-res {
        display: block;
        background: transparent;
        border: none;
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        top: 10px;
        left: auto;
        right: 0
    }

    .chat-head header {
        padding-left: 15px
    }

    #chat-user-detail-popup {
        overflow-y: scroll;
        padding-bottom: 20px
    }

    #user-detail-popup {
        overflow: scroll
    }

    div.sidebar-toggle {
        display: block
    }

    .sidebar-toggle {
        background: #d1e2ff;
        padding: 12px 10px;
        margin-right: 15px;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        line-height: 17px;
        text-align: center;
        color: #465af7
    }

    .chat-page .content-page {
        min-height: 90vh
    }

    .chat-page .chat-start {
        height: 74vh
    }
}

@media (max-width:767px) {
    .chat-user-detail-popup {
        width: 250px
    }
}

@media (max-width:479px) {
    .chat-head header {
        overflow-x: scroll
    }
}

.iq-todo-page .search-link {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    line-height: 43px;
    color: #535f6b
}

.iq-todo-page .todo-search {
    padding-left: 35px
}

.iq-todo-page ul {
    list-style: none
}

    .iq-todo-page ul li a {
        color: #535f6b;
        text-decoration: none
    }

    .iq-todo-page ul ul li a {
        padding-left: 25px
    }

    .iq-todo-page ul > li > a {
        padding: 10px 15px;
        display: block;
        border-radius: 5px
    }

    .iq-todo-page ul > li[aria-expanded=true] > a, .iq-todo-page ul > li li.active a, .iq-todo-page ul > li li:hover a {
        color: #465af7;
        background: #d1e2ff
    }

.iq-todo-right .search-link {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    line-height: 43px;
    color: #535f6b
}

.iq-todo-right .todo-search {
    padding-left: 35px
}

.add-new-project > a {
    padding: 0 15px;
    color: #535f6b;
    text-transform: capitalize;
    text-decoration: none
}

.notification-icon > span {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    line-height: 15px;
    font-size: 8px;
    text-align: center;
    position: absolute;
    top: -5px;
    left: auto;
    right: -8px
}

.todo-date {
    font-size: 16px
}

ul.todo-task-lists li:hover {
    background: #d1e2ff;
    transition: all .3s ease-in-out
}

ul.todo-task-lists li.active-task {
    background: #d1e2ff
}

.media-support-info p {
    line-height: normal
}

.todo-task-list .sub-task {
    display: none
}

    .todo-task-list .sub-task.show {
        display: block
    }

.iq-email-list .iq-email-ui {
    margin: 0;
    padding: 0
}

    .iq-email-list .iq-email-ui li {
        font-size: 16px;
        color: #535f6b;
        margin-bottom: 3px;
        list-style-type: none
    }

        .iq-email-list .iq-email-ui li:last-child {
            margin-bottom: 0
        }

        .iq-email-list .iq-email-ui li a {
            color: #535f6b;
            padding: 0;
            display: inline-block;
            width: 100%;
            border-radius: 5px;
            transition: all .3s ease-in-out
        }

            .iq-email-list .iq-email-ui li a:hover {
                text-decoration: none;
                color: #465af7
            }

        .iq-email-list .iq-email-ui li i {
            margin-right: 10px
        }

        .iq-email-list .iq-email-ui li .badge {
            float: right;
            font-weight: 400;
            margin-top: 3px
        }

        .iq-email-list .iq-email-ui li.active a {
            text-decoration: none;
            color: #465af7
        }

    .iq-email-list .iq-email-ui.iq-email-label li {
        margin-bottom: 10px
    }

        .iq-email-list .iq-email-ui.iq-email-label li:last-child {
            margin-bottom: 0
        }

.iq-email-to-list ul {
    margin: 0;
    padding: 0
}

    .iq-email-to-list ul li {
        list-style-type: none;
        font-size: 20px;
        color: #535f6b;
        margin: 0 5px 0 0;
        float: left
    }

        .iq-email-to-list ul li:first-child a {
            background: none;
            width: auto
        }

        .iq-email-to-list ul li > a {
            color: #465af7;
            text-align: center;
            line-height: 38px;
            display: inline-block;
            font-size: 14px;
            width: 40px;
            height: 40px;
            border-radius: 5px;
            transition: all .3s ease-in-out;
            background: #d1e2ff
        }

        .iq-email-to-list ul li a:hover {
            color: #465af7;
            text-decoration: none
        }

        .iq-email-to-list ul li .custom-control-label:before {
            top: 13px;
            left: -20px
        }

        .iq-email-to-list ul li.q-list a:hover {
            color: #465af7;
            text-decoration: none
        }

.iq-email-search {
    position: relative
}

    .iq-email-search .form-control {
        height: 40px;
        border: 1px solid #edeef2;
        width: 170px
    }

    .iq-email-search .search-link {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 18px;
        line-height: 38px;
        color: #465af7
    }

        .iq-email-search .search-link:hover {
            text-decoration: none
        }

.iq-email-listbox .iq-email-sender-list {
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    overflow: hidden
}

    .iq-email-listbox .iq-email-sender-list > li {
        list-style-type: none;
        position: relative;
        padding: 15px 20px;
        border-top: 1px solid #edeef2;
        display: inline-block;
        width: 100%;
        transition: all .3s ease-in-out
    }

        .iq-email-listbox .iq-email-sender-list > li:hover {
            background: #fff;
            -ms-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
            -o-box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157);
            box-shadow: 0 16px 40px 0 rgba(0,0,0,.0392157)
        }

    .iq-email-listbox .iq-email-sender-list li a:hover {
        text-decoration: none
    }

    .iq-email-listbox .iq-email-sender-list li:hover .iq-social-media {
        right: 0
    }

    .iq-email-listbox .iq-email-sender-list li.iq-unread a {
        color: #465af7;
        font-weight: 500
    }

    .iq-email-listbox .iq-email-sender-list li.iq-unread li a {
        color: #465af7
    }

.iq-email-sender-info .iq-checkbox-mail {
    display: block;
    float: left;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-top: 4px
}

.iq-email-sender-info .iq-star-toggle {
    display: block;
    float: left;
    color: #535f6b;
    margin-left: 10px;
    font-size: 18px
}

.iq-email-sender-info .iq-email-title {
    color: #535f6b;
    position: absolute;
    top: 0;
    left: 85px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 62px
}

.iq-email-content {
    position: absolute;
    top: 0;
    left: 300px;
    right: 0;
    bottom: 0;
    line-height: 62px
}

    .iq-email-content .iq-email-date {
        position: absolute;
        top: 0;
        right: 20px;
        width: 100px;
        text-align: right;
        padding-left: 10px;
        color: #535f6b
    }

    .iq-email-content .iq-email-subject {
        position: absolute;
        top: 0;
        color: #535f6b;
        left: 0;
        right: 110px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

.iq-email-sender-list .iq-social-media {
    position: absolute;
    line-height: 62px;
    right: -220px;
    top: 0;
    bottom: 0;
    background: #fff;
    font-size: 18px;
    padding: 0 30px;
    transition: all .3s ease-in-out
}

.iq-inbox-details tr td {
    padding: 5px 10px
}

    .iq-inbox-details tr td:first-child {
        width: 75px;
        color: #535f6b
    }

.iq-subject-info {
    display: flex;
    align-items: flex-start
}

.iq-subject-status {
    margin-left: 15px;
    flex: 1
}

.email-app-details.show {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transform: translateX(0)
}

.email-app-details {
    position: absolute;
    display: block;
    z-index: 6;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    transition: all .3s ease-in-out;
    height: 100%;
    left: auto;
    right: 0;
    border-radius: 30px
}

    .email-app-details .card {
        height: 100%
    }

.attegement ul {
    padding: 0;
    list-style: none
}

.send-panel a {
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer
}

.send-panel label {
    margin-bottom: 0
}

#compose-email-popup {
    position: fixed;
    max-width: 700px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0 !important;
    max-height: 555px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

    #compose-email-popup .iq-card {
        border-radius: 5px 5px 0 0
    }

button.close-popup {
    background: transparent;
    color: #000;
    border: none;
    font-size: 20px;
    line-height: 20px
}

.compose-bottom {
    border-top: 1px solid #535f6b
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #465af7;
    background: #d1e2ff
}

.iq-social-media li {
    list-style: none;
    float: left;
    margin-right: 10px
}

    .iq-social-media li a {
        height: 30px;
        width: 30px;
        text-align: center;
        font-size: 18px;
        line-height: 30px;
        display: inline-block;
        border-radius: 5px;
        color: #465af7 !important
    }

@media (max-width:1699px) {
    .email-form .select2-container {
        width: 100% !important
    }
}

@media (max-width:1199px) {
    .iq-email-to-list {
        overflow-x: scroll;
        overflow-y: hidden
    }

        .iq-email-to-list ul li {
            margin: 0 5px 0 0
        }

        .iq-email-to-list .justify-content-between {
            float: left;
            width: 900px
        }
}

@media (max-width:479px) {
    .send-buttons {
        display: block !important
    }

        .send-buttons .send-btn {
            padding-left: 5px !important;
            margin-bottom: 15px
        }
}

@media (max-width:320px) {
    .send-panel label {
        margin-bottom: 8px
    }
}

.dark {
    background: #1d1d24;
    color: #eff0f1;
    transition: all .3s ease-in-out
}

    .dark .bg-primary-light {
        background-color: rgba(71,136,255,.1) !important
    }

    .dark a.bg-primary-light:focus, .dark a.bg-primary-light:hover, .dark button.bg-primary-light:focus, .dark button.bg-primary-light:hover {
        background-color: rgba(20,103,255,.1) !important
    }

    .dark .bg-secondary-light {
        background-color: hsla(208,7%,46%,.1) !important
    }

    .dark a.bg-secondary-light:focus, .dark a.bg-secondary-light:hover, .dark button.bg-secondary-light:focus, .dark button.bg-secondary-light:hover {
        background-color: rgba(84,91,98,.1) !important
    }

    .dark .bg-success-light {
        background-color: rgba(55,230,178,.1) !important
    }

    .dark a.bg-success-light:focus, .dark a.bg-success-light:hover, .dark button.bg-success-light:focus, .dark button.bg-success-light:hover {
        background-color: rgba(26,208,154,.1) !important
    }

    .dark .bg-info-light {
        background-color: rgba(135,108,254,.1) !important
    }

    .dark a.bg-info-light:focus, .dark a.bg-info-light:hover, .dark button.bg-info-light:focus, .dark button.bg-info-light:hover {
        background-color: rgba(94,57,254,.1) !important
    }

    .dark .bg-warning-light {
        background-color: rgba(254,114,28,.1) !important
    }

    .dark a.bg-warning-light:focus, .dark a.bg-warning-light:hover, .dark button.bg-warning-light:focus, .dark button.bg-warning-light:hover {
        background-color: rgba(230,88,1,.1) !important
    }

    .dark .bg-danger-light {
        background-color: rgba(255,75,75,.1) !important
    }

    .dark a.bg-danger-light:focus, .dark a.bg-danger-light:hover, .dark button.bg-danger-light:focus, .dark button.bg-danger-light:hover {
        background-color: rgba(255,24,24,.1) !important
    }

    .dark .bg-light-light {
        background-color: rgba(199,203,211,.1) !important
    }

    .dark a.bg-light-light:focus, .dark a.bg-light-light:hover, .dark button.bg-light-light:focus, .dark button.bg-light-light:hover {
        background-color: rgba(170,176,189,.1) !important
    }

    .dark .bg-dark-light {
        background-color: rgba(1,4,27,.1) !important
    }

    .dark a.bg-dark-light:focus, .dark a.bg-dark-light:hover, .dark button.bg-dark-light:focus, .dark button.bg-dark-light:hover {
        background-color: rgba(0,0,0,.1) !important
    }

    .dark .bg-orange-light {
        background-color: rgba(253,126,20,.1) !important
    }

    .dark a.bg-orange-light:focus, .dark a.bg-orange-light:hover, .dark button.bg-orange-light:focus, .dark button.bg-orange-light:hover {
        background-color: rgba(220,101,2,.1) !important
    }

    .dark .bg-purple-light {
        background-color: rgba(71,49,182,.1) !important
    }

    .dark a.bg-purple-light:focus, .dark a.bg-purple-light:hover, .dark button.bg-purple-light:focus, .dark button.bg-purple-light:hover {
        background-color: rgba(55,38,142,.1) !important
    }

    .dark #loading-center {
        background-image: url(../images/dark-loader.gif)
    }

    .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
        color: #fff
    }

    .dark hr {
        border-color: #4b4b55
    }

    .dark .btn, .dark label, .dark p, .dark span {
        color: #eff0f1
    }

        .dark .btn span {
            color: inherit
        }

    .dark .prc-box .h3 {
        color: #fff
    }

    .dark #loading {
        background-color: #1d1d24
    }

    .dark ::-webkit-scrollbar-track {
        background: #4b4b55
    }

    .dark .btn-danger, .dark .btn-info, .dark .btn-primary, .dark .btn-success, .dark .btn-warning {
        color: #fff
    }

    .dark span.btn-outline-danger, .dark span.btn-outline-info, .dark span.btn-outline-primary, .dark span.btn-outline-success, .dark span.btn-outline-warning {
        color: inherit
    }

    .dark .border.border-danger, .dark .border.border-info, .dark .border.border-primary, .dark .border.border-success, .dark .border.border-warning {
        border-color: inherit !important
    }

    .dark .btn-outline-primary.view-more {
        color: #465af7
    }

        .dark .btn-outline-primary.view-more:hover {
            background: transparent
        }

    .dark .bg-danger-light span, .dark .bg-info-light span, .dark .bg-primary-light span, .dark .bg-success-light span, .dark .bg-warning-light span {
        color: inherit
    }

    .dark span.apexcharts-legend-text {
        color: #eff0f1 !important
    }

    .dark .apexcharts-yaxis text {
        fill: #eff0f1
    }

    .dark.fixed-top-navbar .content-top {
        background: #27272f
    }

        .dark.fixed-top-navbar .content-top .event-tab .nav-item .nav-link, .dark.fixed-top-navbar .content-top .view-btn {
            background: #1d1d24
        }

        .dark.fixed-top-navbar .content-top .iq-search-bar .search-input {
            background: #1d1d24;
            border-color: #4b4b55
        }

    .dark .fc-toolbar .fc-button span {
        color: #465af7
    }

    .dark .fc-toolbar .fc-button:focus span {
        color: #fff
    }

    .dark .navbar-list li .user-dropdown .iq-sub-card:hover {
        background: #1d1d24
    }

    .dark .event-content #event3 .view-btn {
        background-color: #27272f
    }

    .dark #event2 .filter-dropdown .selet-caption {
        background-color: #27272f !important;
        color: #fff !important
    }

    .dark #event2 .list-action .badge {
        background-color: #1d1d24;
        color: #eff0f1
    }

    .dark #event2 .badge-color {
        background-color: #1d1d24
    }

    .dark .overlay .popup {
        background-color: #27272f
    }

    .dark .create-workform .bootstrap-select .dropdown-toggle, .dark .create-workform .form-control {
        border-bottom-color: #4b4b55
    }

    .dark .create-workform .bootstrap-select .dropdown-menu li a.active, .dark .create-workform .bootstrap-select .dropdown-menu li a:hover {
        background-color: #27272f
    }

    .dark a.back-arrow {
        background-color: #27272f !important;
        color: #fff !important
    }

    .dark .calender-account .iq-icon-box-2 {
        background: #1d1d24
    }

    .dark .my-schedule .search-query {
        background-color: #27272f !important;
        color: #fff !important
    }

    .dark .my-schedule .bootstrap-select > .dropdown-toggle {
        background: #27272f
    }

    .dark .my-schedule .bootstrap-select .dropdown-menu li a {
        line-height: 32px
    }

        .dark .my-schedule .bootstrap-select .dropdown-menu li a.active, .dark .my-schedule .bootstrap-select .dropdown-menu li a:hover {
            background: #27272f
        }

    .dark .fc-unthemed td.fc-today {
        background: #1d1d24
    }

    .dark .fc-unthemed .fc-popover {
        background-color: #27272f
    }

        .dark .fc-unthemed .fc-popover .fc-header {
            background: #1d1d24
        }

    .dark .fc-unthemed .fc-toolbar .fc-button {
        background: rgba(71,136,255,.1)
    }

        .dark .fc-unthemed .fc-toolbar .fc-button:hover {
            color: #fff;
            background: #465af7
        }

            .dark .fc-unthemed .fc-toolbar .fc-button:hover span {
                color: #fff
            }

    .dark .fc-unthemed .fc-content, .dark .fc-unthemed .fc-divider, .dark .fc-unthemed .fc-list-heading td, .dark .fc-unthemed .fc-list-view, .dark .fc-unthemed .fc-popover, .dark .fc-unthemed .fc-row, .dark .fc-unthemed tbody, .dark .fc-unthemed td, .dark .fc-unthemed th, .dark .fc-unthemed thead {
        border-color: #4b4b55
    }

    .dark span.flatpickr-day:hover {
        color: #465af7 !important
    }

    .dark .calendar-s td[data-date="2020-11-13"] {
        background: rgba(255,75,75,.1)
    }

    .dark .calendar-s td[data-date="2020-11-02"] {
        background: rgba(254,114,28,.1)
    }

    .dark .calendar-s td[data-date="2020-11-12"] {
        background: rgba(55,230,178,.1)
    }

    .dark .calendar-s td[data-date="2020-12-07"] {
        background: rgba(135,108,254,.1)
    }

    .dark .calendar-s td[data-date="2020-12-10"] {
        background: rgba(71,136,255,.1)
    }

    .dark .calendar-s td[data-date="2020-11-16"] {
        background: rgba(1,4,27,.1)
    }

    .dark .calendar-s td[data-date="2020-11-28"] {
        background: rgba(71,49,182,.1)
    }

    .dark .calendar-s td[data-date="2020-12-16"] {
        background: rgba(55,230,178,.1)
    }

    .dark .calendar-s .fc-unthemed td.fc-today {
        background: rgba(71,136,255,.1) !important;
        color: #fff
    }

    .dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        cursor: default;
        color: #eff0f1 !important
    }

    .dark .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
        background-color: #2b343b !important
    }

    .dark .iq-sidebar {
        background: #27272f
    }

    .dark .iq-sidebar-menu .iq-menu li a, .dark .iq-sidebar-menu .iq-menu li a span {
        color: #eff0f1
    }

    .dark .iq-sidebar-menu .iq-menu li:hover > a, .dark .iq-sidebar-menu .iq-menu li:hover > a span, .dark .sidebar-default .iq-sidebar-menu .iq-menu > li.active .iq-submenu li.active > a, .dark .sidebar-default .iq-sidebar-menu .iq-menu > li.active .iq-submenu li.active > a span, .dark .sidebar-default .iq-sidebar-menu .iq-menu > li.active > a, .dark .sidebar-default .iq-sidebar-menu .iq-menu > li.active > a span {
        color: #465af7
    }

    .dark .iq-top-navbar, .dark .iq-top-navbar .iq-sub-dropdown {
        background: #27272f
    }

    .dark .navbar-list li .iq-sub-dropdown .iq-sub-card, .dark .navbar-list li > a {
        color: #eff0f1
    }

    .dark .iq-search-bar .search-input {
        color: #eff0f1
    }

    .dark .cust-title, .dark .iq-search-bar .search-input {
        border-color: #4b4b55;
        background: #1d1d24
    }

    .dark .right-ic {
        border-color: #4b4b55 !important
    }

    .dark .cust-card:hover {
        background: #1d1d24
    }

    .dark .iq-footer {
        background: #27272f
    }

        .dark .iq-footer ul li a {
            color: #eff0f1
        }

            .dark .iq-footer ul li a:hover {
                color: #465af7
            }

    .dark .card {
        background-color: #27272f;
        transition: all .3s ease-in-out
    }

        .dark .card .card-header {
            border-color: #4b4b55
        }

    .dark .card-transparent {
        background: transparent
    }

    .dark .text-dark- {
        color: #fff !important
    }

    .dark .text-body, .dark .text-muted {
        color: #eff0f1 !important
    }

    .dark .breadcrumb-item.active, .dark .tab-content .table tbody tr, .dark .table, .dark .table-data .table tbody tr {
        color: #eff0f1
    }

    .dark .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
        background: rgba(71,136,255,.1) !important
    }

    .dark table.dataTable.no-footer, .dark table.dataTable thead td, .dark table.dataTable thead th {
        border-color: #4b4b55 !important
    }

    .dark .iq-top-navbar .navbar-toggler {
        background: #1d1d24
    }

    .dark .iq-top-navbar .iq-navbar-custom {
        border-bottom-color: #4b4b55
    }

    .dark .iq-alert-text h1, .dark .iq-alert-text h2, .dark .iq-alert-text h3, .dark .iq-alert-text h4, .dark .iq-alert-text h5, .dark .iq-alert-text h6, .dark .iq-alert-text p {
        color: inherit
    }

    .dark .border, .dark .border-bottom {
        border-color: #4b4b55 !important
    }

    .dark .breadcrumb {
        background: #1d1d24
    }

    .dark .list-group-item {
        background: #27272f
    }

    .dark .blockquote-footer, .dark pre {
        color: #eff0f1
    }

    .dark .modal-content {
        background: #27272f
    }

    .dark .page-link {
        background-color: #27272f
    }

    .dark .page-item.disabled .page-link {
        background-color: #27272f;
        border-color: #465af7
    }

    .dark .popover {
        background-color: #27272f
    }

        .dark .popover .popover-header {
            background-color: #27272f;
            color: #eff0f1;
            border-color: #4b4b55
        }

        .dark .popover .popover-body {
            color: #eff0f1
        }

    .dark .dropdown-menu {
        background-color: #1d1d24
    }

        .dark .dropdown-menu .dropdown-item {
            color: #eff0f1
        }

            .dark .dropdown-menu .dropdown-item:focus, .dark .dropdown-menu .dropdown-item:hover {
                background-color: #465af7
            }

        .dark .dropdown-menu .dropdown-divider {
            border-top-color: #4b4b55
        }

    .dark .nav-tabs {
        border-bottom-color: #4b4b55
    }

        .dark .nav-tabs .nav-item a {
            color: #eff0f1
        }

        .dark .nav-tabs .nav-item.show .nav-link {
            color: #465af7
        }

        .dark .nav-tabs .nav-link.active {
            color: #465af7;
            background-color: #1d1d24
        }

    .dark .nav-pills .nav-item a {
        color: #eff0f1
    }

    .dark .nav-pills .nav-link.active {
        color: #465af7;
        background-color: #1d1d24
    }

    .dark .nav-pills .show > .nav-link {
        color: #465af7
    }

    .dark .table-bordered, .dark .table-bordered td, .dark .table-bordered th {
        border-color: #4b4b55
    }

    .dark .table-striped tbody tr:nth-of-type(odd) {
        background-color: #1d1d24
    }

    .dark .iq-example-row .row > .col, .dark .iq-example-row .row > [class^=col-] {
        color: #eff0f1
    }

    .dark table.dataTable tbody tr {
        background-color: #27272f
    }

    .dark table.dataTable thead th {
        color: #fff !important
    }

    .dark .table-hover tbody tr:hover {
        color: #fff
    }

    .dark .dataTables_wrapper .dataTables_filter, .dark .dataTables_wrapper .dataTables_filter input, .dark .dataTables_wrapper .dataTables_info, .dark .dataTables_wrapper .dataTables_length, .dark .dataTables_wrapper .dataTables_paginate, .dark .dataTables_wrapper .dataTables_processing {
        color: #eff0f1
    }

        .dark .dataTables_wrapper .dataTables_paginate .paginate_button {
            color: #eff0f1 !important
        }

    .dark .floating-input .form-control {
        background: unset
    }

    .dark .form-control {
        color: #eff0f1;
        background: #1d1d24;
        border-color: #4b4b55
    }

    .dark .custom-file-label {
        background: #27272f;
        border-color: #4b4b55
    }

    .dark .custom-select, .dark .input-group .input-group-append .input-group-text, .dark .input-group .input-group-prepend .input-group-text {
        border-color: #4b4b55;
        background-color: #1d1d24
    }

    .dark .custom-select {
        color: #eff0f1
    }

    .dark .custom-file-label:after {
        background-color: #1d1d24;
        color: #eff0f1
    }

    .dark ::placeholder {
        color: #eff0f1
    }

    .dark .form-control::placeholder {
        color: #eff0f1
    }

    .dark .select2-container--default .select2-selection--multiple {
        background-color: #1d1d24;
        border-color: #4b4b55
    }

        .dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
            background-color: #27272f;
            border-color: #4b4b55
        }

    .dark .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #1d1d24
    }

    .dark .select2-results__options {
        background-color: #27272f
    }

    .dark .uploader-file label {
        background-color: #1d1d24;
        border-color: #4b4b55
    }

    .dark .ql-snow .ql-stroke {
        stroke: #fff
    }

    .dark form.form-border .form-control {
        border-color: #4b4b55
    }

    .dark .login-content .sign-user_card {
        background: #27272f
    }

        .dark .login-content .sign-user_card .signup__input {
            background: #1d1d24;
            border-color: #4b4b55
        }

    .dark .ic-square {
        border-color: #4b4b55
    }

    .dark .swal2-popup {
        background: #27272f
    }

        .dark .swal2-popup .swal2-content {
            color: #eff0f1
        }

    .dark .flatpickr-calendar.inline {
        background: transparent
    }

    .dark .flatpickr-calendar {
        background: #27272f
    }

    .dark .flatpickr-months .flatpickr-month {
        background: transparent;
        color: #fff;
        fill: #fff
    }

    .dark .flatpickr-months .flatpickr-next-month svg, .dark .flatpickr-months .flatpickr-prev-month svg {
        color: #fff;
        fill: #fff
    }

    .dark span.flatpickr-weekday {
        color: #fff
    }

    .dark .stepwizard-row .wizard-step a.btn {
        background: #1d1d24
    }

    .dark #top-tabbar-vertical li a {
        background: #1d1d24;
        color: #eff0f1
    }

    .dark .g-box {
        background: #1d1d24
    }

    .dark .g-desc {
        border-color: #4b4b55
    }

    .dark .blog-left .blog-description {
        background: #27272f
    }

    .dark .blog-detail .blog-meta {
        background: #1d1d24;
        color: #eff0f1
    }

    .dark .profile-box {
        background: #1d1d24
    }

    .dark .pro-content {
        background: #27272f
    }

    .dark .social-ic {
        background: #1d1d24
    }

        .dark .social-ic a i {
            color: #eff0f1
        }

    .dark .timeline-page .iq-timeline0 li .timeline-dots1 {
        background: #27272f
    }

    .dark .timeline-page .iq-timeline0 li .timeline-dots {
        background: #27272f !important
    }

    .dark .timeline-page .iq-timeline1 li .timeline-dots {
        background: #27272f
    }

    .dark .prc-box.active .type {
        background: #465af7;
        color: #fff
    }

    .dark .pricing-header {
        background-color: #1d1d24
    }

    .dark .or-detail, .dark .print .table thead {
        background: #1d1d24
    }

        .dark .or-detail, .dark .or-detail .ttl-amt {
            border-color: #4b4b55
        }

    .dark .subscriber-detail .iq-card-btn {
        border-color: #27272f
    }

    .dark .iq-accordion.career-style .iq-accordion-block .accordion-title:before, .dark .iq-accordion.career-style .iq-accordion-block .accordion-title span {
        color: #eff0f1
    }

    .dark .chat-data, .dark .iq-progress-bar.progress-bar-vertical > span:after {
        background: #27272f
    }

    .dark span.iq-start-icon {
        background: #1d1d24
    }

    .dark .chat-button {
        background: #1d1d24;
        color: #eff0f1
    }

    .dark .chat-footer.bg-white, .dark .chat-head .bg-white {
        background: #27272f !important;
        color: #eff0f1 !important
    }

    .dark .chat-content .chat-left .chat-message {
        background: #1d1d24
    }

    .dark .iq-chat-ui .nav-pills li a.active {
        background-color: #1d1d24
    }

    .dark ul.todo-task-lists li.active-task, .dark ul.todo-task-lists li:hover {
        background: #1d1d24
    }

    .dark .add-new-project > a, .dark .iq-todo-page ul li a {
        color: #eff0f1
    }

    .dark .chat-sidebar-channel h5, .dark .iq-chat-ui li a, .dark .iq-email-listbox .iq-email-sender-list > li {
        border-color: #4b4b55
    }

        .dark .iq-email-listbox .iq-email-sender-list .iq-social-media, .dark .iq-email-listbox .iq-email-sender-list > li:hover {
            background: #1d1d24
        }

    .dark .email-app-details {
        background-color: #27272f
    }

    .dark .profile-overly {
        background: #1d1d24
    }

    .dark .light-title .card-title {
        color: #465af7
    }

    .dark .view-crm a {
        color: #fff
    }

    .dark .crm2 .feature-list {
        background-color: #1d1d24
    }

    .dark .crm2 .title-text {
        color: #fff
    }

    .dark .crm2 .card-score {
        background: #1d1d24
    }

    .dark .crm2 .crm-p-image {
        border-color: #27272f
    }

    .dark .crm3 .calender-box li {
        background: #1d1d24
    }

    .dark .iq-social-icon a {
        color: #eff0f1
    }

    .dark .iq-acivity span {
        background: #27272f
    }

    .dark .iq-acivity:after {
        border-top-color: #4b4b55
    }

    .dark .search-menu-options .form-control, .dark .search-menu-options .iq-search-bar .search-input {
        background: #27272f
    }

    .dark .floating-input:focus ~ label {
        background: #1d1d24
    }

    .dark .floating-input:not(:placeholder-shown) ~ label {
        background: #1d1d24;
        color: #eff0f1
    }

    .dark svg tspan {
        fill: #eff0f1
    }

    .dark .highcharts-background {
        fill: #27272f
    }

    .dark .jvectormap-container {
        background: #27272f !important
    }

    .dark .change-mode .custom-switch.custom-switch-icon label.custom-control-label:after {
        border-radius: 0 5px 5px 0;
        left: 10px
    }

    .dark .change-mode .custom-switch.custom-switch-icon label.custom-control-label .switch-icon-right {
        z-index: 9
    }

    .dark .change-mode .custom-switch.custom-switch-icon .custom-control-input:checked ~ .custom-control-label:before {
        border-color: #4b4b55
    }

    .dark .reporting_table tbody tr {
        border-bottom: 10px solid #222;
        background-color: #171717
    }

    .dark .dashboard2-header-style .analytic {
        background: #27272f;
        width: 100%
    }

    .dark .iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul {
        background: #222
    }

    .dark .flatpickr-day.nextMonthDay {
        color: #535f6b
    }

    .dark .dashboard3-fixed-menu .dashboard3-info {
        background: #27272f !important
    }

@media (min-width:1300px) {
    .dark .white-bg-menu {
        background: #27272f
    }

    .dark .dashboard2-header-style .bg-analytic-horizontal {
        background: transparent
    }

    .dark .header-style-1 .iq-menu-horizontal .iq-sidebar-menu .iq-menu > li > a, .dark .header-style-1 .iq-menu-horizontal .iq-sidebar-menu .iq-menu > li > a > span, .dark.salon-2-saidbar-main .iq-menu-horizontal .iq-sidebar-menu .iq-menu li > a, .dark.salon-2-saidbar-main .iq-menu-horizontal .iq-sidebar-menu .iq-menu li > a > span {
        color: #fff
    }

    .dark.salon-2-saidbar-main .iq-menu-horizontal .iq-sidebar-menu .iq-menu li li:hover > a, .dark.salon-2-saidbar-main .iq-menu-horizontal .iq-sidebar-menu .iq-menu li li:hover > a > span {
        color: #5baa73
    }

    .dark.tab-horizontal .top-menu .iq-sidebar-menu .iq-menu > li:hover > a, .dark.tab-horizontal .top-menu .iq-sidebar-menu .iq-menu > li:hover > a > span, .dark.tab-horizontal .top-menu .iq-sidebar-menu .iq-menu > li > a, .dark.tab-horizontal .top-menu .iq-sidebar-menu .iq-menu > li > a > span, .dark.tab-horizontal .top-menu .iq-sidebar-menu .iq-menu li.active > a, .dark.tab-horizontal .top-menu .iq-sidebar-menu .iq-menu li.active > a > span {
        color: #fff
    }
}

@media (max-width:1299px) {
    .dark .iq-menu-horizontal, .dark .iq-menu-horizontal ul.iq-menu {
        background: #27272f
    }
}

@media (max-width:991px) {
    .dark .navbar-collapse {
        background: #27272f
    }
}

.iq-sidebar.fixed-top-navbar {
    background: #465af7
}

.fixed-top-navbar.top-nav .content-page {
    padding-top: 73px
}

.fixed-top-navbar .change-mode {
    margin-right: 0
}

.fixed-top-navbar .iq-sidebar-menu .iq-menu li.active > a {
    color: #465af7
}

.fixed-top-navbar .iq-top-navbar {
    width: 100%
}

.fixed-top-navbar .content-page {
    margin-left: 0
}

.fixed-top-navbar .iq-navbar-logo > a {
    display: block
}

.fixed-top-navbar .iq-navbar-custom.container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fixed-top-navbar .iq-navbar-custom nav.navbar {
    position: static
}

.fixed-top-navbar .content-top {
    padding: 20px 0 10px;
    margin-bottom: 30px;
    background: #fff
}

    .fixed-top-navbar .content-top .event-tab .nav-item:last-child .nav-link {
        margin-right: 0 !important
    }

    .fixed-top-navbar .content-top .event-tab .nav-item .nav-link {
        margin-right: 15px;
        padding: 10px 20px;
        background: #f5f6fa;
        font-weight: 500
    }

        .fixed-top-navbar .content-top .event-tab .nav-item .nav-link.active {
            color: #fff;
            background: #465af7
        }

    .fixed-top-navbar .content-top .iq-search-bar .search-input {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        border-color: #c7cbd3;
        height: 40px
    }

    .fixed-top-navbar .content-top .view-btn {
        background: #f5f6fa
    }

.fixed-top-navbar footer.iq-footer {
    margin-left: 0;
    width: 100%;
    position: relative
}

.event-add-btn {
    padding: 8px 5px 3px 10px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -1px;
    background: #3147fc;
    border-radius: 0 5px 5px 0
}

.list-grid-toggle .icon.i-grid {
    display: none
}

.list-grid-toggle .icon.icon-grid.i-grid {
    display: block;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #01041b
}

.list-grid-toggle .icon.icon-grid.i-list {
    display: none
}

.list-grid-toggle .icon.i-list {
    display: block;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: #01041b
}

.list-grid-toggle .label.label-list {
    display: none
}

.btn-group .dropdown-toggle {
    box-shadow: none !important
}

.btn-group-lg > .btn, .btn-lg {
    font-size: inherit
}

.iq-icon-box-2 {
    height: 64px;
    width: 64px;
    min-width: 64px;
    line-height: 64px;
    text-align: center;
    margin-right: 10px;
    font-size: 26px;
    text-decoration: none
}

.dropdown-menu-right {
    border: 0
}

.dropdown-menu .dropdown-item i {
    vertical-align: middle
}

a.cancel-btn {
    color: #fff
}

@media (min-width:1300px) {
    .fixed-top-navbar .iq-navbar-logo {
        display: flex !important
    }

    .fixed-top-navbar .wrapper-menu {
        color: #fff
    }

    .fixed-top-navbar .iq-top-navbar .iq-menu-bt {
        display: block !important;
        padding: 0;
        margin: 0 !important
    }

        .fixed-top-navbar .iq-top-navbar .iq-menu-bt .wrapper-menu {
            display: none !important
        }
}

@media (max-width:1299px) {
    .fixed-top-navbar .iq-top-navbar .iq-menu-bt {
        padding: 0
    }

    .dashboard3-fixed-menu {
        display: none
    }

    .fixed-top-navbar.sidebar-main .iq-menu-horizontal {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        left: 0;
        transition: all .3s ease-in-out;
        border-radius: 0
    }

        .fixed-top-navbar.sidebar-main .iq-menu-horizontal .iq-sidebar-menu .iq-menu li a {
            padding: 15px 19px 15px 15px
        }

    .fixed-top-navbar.sidebar-main .iq-menu-bt-sidebar .wrapper-menu, .fixed-top-navbar.sidebar-main .iq-sidebar-menu {
        margin: 0
    }
}

.layout-3-chart-01 {
    height: 300px
}

#layout-3-chart-03 {
    min-height: 330px !important
}

#layout-3-chart-04 {
    min-height: 350px !important
}

#layout-3-chart-02 {
    min-height: 300px !important
}

.rule-box h4 {
    font-weight: 600
}

.daterangepicker {
    border: 0 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.175);
    padding: 10px !important;
    font-family: Work Sans,sans-serif !important
}

.date-event .iq-icon-box-2 {
    line-height: 71px
}

.date-event i {
    font-size: 32px
}

@media (max-width:1199px) {
    .btn {
        padding: .375rem .5rem
    }
}

@media (max-width:991px) {
    .fixed-top-navbar .change-mode {
        margin-right: 20px
    }

    .welcome-content {
        display: none !important
    }
}

@media (max-width:767px) {
    .card-invoice {
        width: 100%
    }

    .fixed-top-navbar .block-rate h4 {
        font-size: 18px
    }
}

@media (max-width:768px) {
    #layout-3-chart-03 .apexcharts-legend {
        inset: auto 0 -3px 10px !important
    }

    .iq-sidebar-logo img {
        height: 50px
    }
}

@media (max-width:500px) {
    .user-list .date {
        margin-top: 15px
    }
}

@media (max-width:480px) {
    .event-tab.nav-pills li .nav-link {
        margin-right: 5px !important;
        font-size: 14px
    }

    #event2 .nav-pills .nav-link {
        padding: 0;
        margin: 0 10px
    }
}

@media (max-width:436px) {
    #search-with-button .iq-search-bar.search-device {
        margin-bottom: 15px !important
    }

    .user-detail {
        margin-top: 15px
    }
}

@media (max-width:400px) {
    .event-tab.nav-pills li {
        width: 100%;
        margin-bottom: 10px
    }

        .event-tab.nav-pills li .nav-link {
            margin: 0 !important
        }

    #event2 .nav-pills .nav-link {
        margin: 0 7px !important
    }
}

.form-control.api-password {
    width: 58%;
    line-height: 20px;
    letter-spacing: .3em;
    text-transform: uppercase;
    border: 1px dashed #edeef2;
    margin: 0 25px
}

@media (max-width:1399px) {
    .form-control.api-password {
        width: 52%
    }
}

@media (max-width:1199px) {
    .form-control.api-password {
        width: 43%
    }
}

@media (max-width:991px) {
    .form-control.api-password {
        width: auto
    }
}

@media (max-width:767px) {
    .form-control.api-password {
        margin: 0 0 1rem
    }
}

@media (max-width:400px) {
    .api-link a:first-child {
        margin-bottom: 1rem
    }
}

.my-schedule.create-workform .btn-group .dropdown-menu li:first-child .item {
    padding-bottom: 5px
}

.my-schedule.create-workform .form-control {
    line-height: 26px;
    height: 30px
}

.my-schedule .plus-btn {
    font-size: 18px;
    color: #535f6b;
    padding-top: 5px
}

.my-schedule .search-query.dropdown-toggle:after {
    border: 0
}

.my-schedule .search-query.btn-edit {
    background: #fff;
    padding: 3px 10px 5px;
    font-size: 18px;
    height: 38px;
    width: 38px
}

.my-schedule .search-input {
    width: 225px;
    height: 38px;
    font-weight: 400
}

.my-schedule .btn-group i.search-arrow {
    position: absolute;
    right: 15px;
    top: 11px
}

.my-schedule .btn-group li .item {
    color: #1b2734
}

.my-schedule .btn-group .search-replace .item {
    display: none
}

.my-schedule .item i {
    vertical-align: middle
}

.my-schedule .view-btn {
    background: #fff
}

.my-schedule .add-btn {
    padding: 7px 5px 4px 10px;
    height: 38px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -1px;
    background: #3147fc;
    border-radius: 0 5px 5px 0
}

.my-schedule .bootstrap-select > .dropdown-toggle {
    height: 38px;
    line-height: 37px;
    background: #fff;
    width: 225px;
    vertical-align: top;
    margin-right: 15px
}

    .my-schedule .bootstrap-select > .dropdown-toggle:focus {
        outline: unset !important
    }

.my-schedule .bootstrap-select .dropdown-menu li a {
    line-height: 32px
}

    .my-schedule .bootstrap-select .dropdown-menu li a:hover {
        background: #f5f6fa
    }

    .my-schedule .bootstrap-select .dropdown-menu li a.active {
        background: #f5f6fa;
        color: #1b2734
    }

.create-workform .form-control {
    font-size: 16px;
    line-height: 31px;
    border: 0;
    border-bottom: 2px solid #edeef2;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
    color: #535f6b
}

    .create-workform .form-control:disabled {
        background: none
    }

.create-workform .input-group .input-group-append .input-group-text {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px
}

.create-workform .title {
    font-size: 18px;
    font-weight: 500
}

.create-workform .dropdown-toggle.disabled {
    position: relative;
    font-size: 16px;
    font-weight: 400
}

    .create-workform .dropdown-toggle.disabled:after {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 16px
    }

.create-workform .btn-group .dropdown-toggle {
    box-shadow: none !important
}

.create-workform .btn-group .selet-caption.dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 20px
}

.create-workform .btn-group.show .dropdown-toggle {
    box-shadow: none
}

.create-workform .btn-group .dropdown-menu li:first-child .item {
    padding-bottom: 10px
}

.create-workform .btn-group .dropdown-menu .item {
    padding: 10px 15px 5px;
    cursor: pointer
}

    .create-workform .btn-group .dropdown-menu .item .checkbox {
        position: relative
    }

        .create-workform .btn-group .dropdown-menu .item .checkbox .checkbox-input {
            vertical-align: middle
        }

        .create-workform .btn-group .dropdown-menu .item .checkbox .dot {
            height: 8px;
            width: 8px;
            position: absolute;
            left: 28px;
            top: 9px
        }

.create-workform .email-event-btn {
    position: absolute;
    right: 12px;
    bottom: 40px
}

.create-workform .btn .cancel-btn, .create-workform .btn:hover .save-btn {
    color: #fff
}

.create-workform .search-dropdown-select .dropdown-toggle .select-dropdown > li > .item {
    padding: 12px 20px
}

    .create-workform .search-dropdown-select .dropdown-toggle .select-dropdown > li > .item i {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 12px;
        padding: 5px;
        border-radius: 3px
    }

.create-workform .search-dropdown-select .btn-group .dropdown-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    border: 0;
    z-index: 9;
    padding: 0;
    height: auto;
    text-align: left !important;
    -ms-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.1)
}

.create-workform .search-dropdown-select .btn-group li:last-child .item {
    border: 0
}

.create-workform .search-dropdown-select .btn-group li .item {
    padding: 10px 20px;
    border-bottom: 1px solid #edeef2;
    color: #535f6b
}

    .create-workform .search-dropdown-select .btn-group li .item i {
        padding: 8px 10px;
        font-size: "Work Sans",sans-serif;
        line-height: 20px;
        margin-right: 15px;
        border-radius: 5px
    }

.create-workform .search-dropdown-select .btn-group .search-replace .item {
    display: none
}

.create-workform .search-dropdown-select .btn-group .dropdown-toggle:after {
    position: absolute;
    right: 0;
    top: 20px
}

.create-workform .search-dropdown-select .search-input {
    color: #535f6b;
    padding: 0;
    border: unset
}

.create-workform .search-dropdown-select .search-link {
    position: absolute;
    right: auto;
    left: 15px;
    top: 10px;
    color: #535f6b
}

.create-workform .search-dropdown-select .search-dropdown {
    position: absolute;
    top: 10px;
    right: 0
}

.create-workform .bootstrap-select .dropdown-toggle {
    padding: .25rem .5rem;
    font-size: 16px;
    line-height: 38px;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #edeef2
}

    .create-workform .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-weight: 400;
        color: #535f6b
    }

    .create-workform .bootstrap-select .dropdown-toggle:focus {
        outline: unset !important
    }

.create-workform .bootstrap-select .dropdown-menu {
    border: unset
}

    .create-workform .bootstrap-select .dropdown-menu li a:hover {
        background-color: #f5f6fa
    }

    .create-workform .bootstrap-select .dropdown-menu li a.active {
        background-color: #f5f6fa;
        color: #1b2734
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    transition: opacity .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

    .overlay:target {
        visibility: visible;
        opacity: 1
    }

    .overlay .popup {
        margin: 70px auto;
        padding: 20px;
        background: #fff;
        width: 30%;
        position: relative;
        border-radius: 5px;
        transition: all .3s ease-in-out
    }

        .overlay .popup .dropdown-menu {
            border: 0
        }

a.back-arrow {
    font-size: 16px;
    font-weight: 700;
    padding-top: 8px
}

    a.back-arrow:hover {
        background: #465af7 !important;
        color: #fff !important
    }

@media (max-width:370px) {
    .create-workform .email-event-btn {
        bottom: 65px
    }
}

.calender-account .iq-icon-box-2 {
    background: #fff;
    color: #465af7;
    line-height: 62px;
    height: 55px;
    width: 55px;
    min-width: 55px;
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
}

.calender-account .disconnect-btn {
    color: #535f6b;
    font-size: 17px;
    text-decoration: none
}

    .calender-account .disconnect-btn:hover {
        color: #ea643f;
        text-decoration: underline
    }

    .calender-account .disconnect-btn i {
        vertical-align: text-bottom
    }

@media (max-width:460px) {
    .calender-account .title {
        margin-bottom: 15px
    }

    .calender-account .disconnect-btn {
        margin-top: 15px
    }
}

@media (max-width:350px) {
    .iq-icon-box-2 {
        margin-bottom: 15px !important
    }
}

.i-icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px
}

.form-title h4 {
    line-height: 38px
}

@media (max-width:480px) {
    .form-title h4 {
        font-size: 20px
    }
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)
}

    .flatpickr-calendar.inline, .flatpickr-calendar.open {
        opacity: 1;
        max-height: 640px;
        visibility: visible
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 3
    }

    .flatpickr-calendar.animate.open {
        animation: a .3s cubic-bezier(.23,1,.32,1)
    }

    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px)
    }

        .flatpickr-calendar.static.open {
            z-index: 2;
            display: block
        }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
        box-shadow: none !important
    }

    .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
        box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .flatpickr-calendar .hasWeeks .dayContainer {
        border-left: 0
    }

    .flatpickr-calendar.hasTime .flatpickr-time {
        height: 40px;
        border-top: 1px solid #e6e6e6
    }

    .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
        height: auto
    }

    .flatpickr-calendar:after, .flatpickr-calendar:before {
        position: absolute;
        display: block;
        pointer-events: none;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        left: 22px
    }

    .flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
        left: auto;
        right: 22px
    }

    .flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
        left: 50%;
        right: 50%
    }

    .flatpickr-calendar:before {
        border-width: 5px;
        margin: 0 -5px
    }

    .flatpickr-calendar:after {
        border-width: 4px;
        margin: 0 -4px
    }

    .flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
        bottom: 100%
    }

    .flatpickr-calendar.arrowTop:before {
        border-bottom-color: #e6e6e6
    }

    .flatpickr-calendar.arrowTop:after {
        border-bottom-color: #fff
    }

    .flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
        top: 100%
    }

    .flatpickr-calendar.arrowBottom:before {
        border-top-color: #e6e6e6
    }

    .flatpickr-calendar.arrowBottom:after {
        border-top-color: #fff
    }

    .flatpickr-calendar:focus {
        outline: 0
    }

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-months .flatpickr-month {
        background: transparent;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9);
        height: 34px;
        line-height: 1;
        text-align: center;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        overflow: hidden;
        -ms-flex: 1;
        flex: 1
    }

    .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        height: 34px;
        padding: 10px;
        z-index: 1;
        color: rgba(0,0,0,.9);
        fill: rgba(0,0,0,.9)
    }

        .flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
            display: none
        }

        .flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
            position: relative
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
            left: 0
        }

        .flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
            right: 0
        }

        .flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
            color: #959ea9
        }

            .flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
                fill: #f64747
            }

        .flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
            width: 14px;
            height: 14px
        }

            .flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
                transition: fill .1s;
                fill: inherit
            }

.numInputWrapper {
    position: relative;
    height: auto
}

    .numInputWrapper input, .numInputWrapper span {
        display: inline-block
    }

    .numInputWrapper input {
        width: 100%
    }

        .numInputWrapper input::-ms-clear {
            display: none
        }

        .numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
            margin: 0;
            -webkit-appearance: none
        }

    .numInputWrapper span {
        position: absolute;
        right: 0;
        width: 14px;
        padding: 0 4px 0 2px;
        height: 50%;
        line-height: 50%;
        opacity: 0;
        cursor: pointer;
        border: 1px solid rgba(57,57,57,.15);
        box-sizing: border-box
    }

        .numInputWrapper span:hover {
            background: rgba(0,0,0,.1)
        }

        .numInputWrapper span:active {
            background: rgba(0,0,0,.2)
        }

        .numInputWrapper span:after {
            display: block;
            content: "";
            position: absolute
        }

        .numInputWrapper span.arrowUp {
            top: 0;
            border-bottom: 0
        }

            .numInputWrapper span.arrowUp:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-bottom: 4px solid rgba(57,57,57,.6);
                top: 26%
            }

        .numInputWrapper span.arrowDown {
            top: 50%
        }

            .numInputWrapper span.arrowDown:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid rgba(57,57,57,.6);
                top: 40%
            }

        .numInputWrapper span svg {
            width: inherit;
            height: auto
        }

            .numInputWrapper span svg path {
                fill: rgba(0,0,0,.5)
            }

    .numInputWrapper:hover {
        background: rgba(0,0,0,.05)
    }

        .numInputWrapper:hover span {
            opacity: 1
        }

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translateZ(0)
}

    .flatpickr-current-month span.cur-month {
        font-family: inherit;
        font-weight: 700;
        color: inherit;
        display: inline-block;
        margin-left: .5ch;
        padding: 0
    }

        .flatpickr-current-month span.cur-month:hover {
            background: rgba(0,0,0,.05)
        }

    .flatpickr-current-month .numInputWrapper {
        width: 6ch;
        width: 7ch\0;
        display: inline-block
    }

        .flatpickr-current-month .numInputWrapper span.arrowUp:after {
            border-bottom-color: rgba(0,0,0,.9)
        }

        .flatpickr-current-month .numInputWrapper span.arrowDown:after {
            border-top-color: rgba(0,0,0,.9)
        }

    .flatpickr-current-month input.cur-year {
        background: transparent;
        box-sizing: border-box;
        color: inherit;
        cursor: text;
        padding: 0 0 0 .5ch;
        margin: 0;
        display: inline-block;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        line-height: inherit;
        height: auto;
        border: 0;
        border-radius: 0;
        vertical-align: initial;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-current-month input.cur-year:focus {
            outline: 0
        }

        .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
            font-size: 100%;
            color: rgba(0,0,0,.5);
            background: transparent;
            pointer-events: none
        }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: menulist;
        background: transparent;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        color: inherit;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        font-weight: 300;
        height: auto;
        line-height: inherit;
        margin: -1px 0 0;
        outline: none;
        padding: 0 0 0 .5ch;
        position: relative;
        vertical-align: initial;
        -webkit-box-sizing: border-box;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        width: auto
    }

        .flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
            outline: none
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
            background: rgba(0,0,0,.05)
        }

        .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
            background-color: transparent;
            outline: none;
            padding: 0
        }

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

    .flatpickr-weekdays .flatpickr-weekdaycontainer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1
    }

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0,0,0,.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

    .flatpickr-days:focus {
        outline: 0
    }

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    transform: translateZ(0);
    opacity: 1
}

    .dayContainer + .dayContainer {
        box-shadow: -1px 0 0 #e6e6e6
    }

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

    .flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
        cursor: pointer;
        outline: 0;
        background: #e6e6e6;
        border-color: #e6e6e6
    }

    .flatpickr-day.today {
        border-color: #959ea9
    }

        .flatpickr-day.today:focus, .flatpickr-day.today:hover {
            border-color: #959ea9;
            background: #959ea9;
            color: #fff
        }

    .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
        background: #569ff7;
        box-shadow: none;
        color: #fff;
        border-color: #569ff7
    }

        .flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
            border-radius: 50px 0 0 50px
        }

        .flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
            border-radius: 0 50px 50px 0
        }

        .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
            box-shadow: -10px 0 0 #569ff7
        }

        .flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
            border-radius: 50px
        }

    .flatpickr-day.inRange {
        border-radius: 0;
        box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6
    }

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
        color: rgba(57,57,57,.3);
        background: transparent;
        border-color: transparent;
        cursor: default
    }

        .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
            cursor: not-allowed;
            color: rgba(57,57,57,.1)
        }

    .flatpickr-day.week.selected {
        border-radius: 0;
        box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7
    }

    .flatpickr-day.hidden {
        visibility: hidden
    }

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

    .flatpickr-weekwrapper .flatpickr-weeks {
        padding: 0 12px;
        box-shadow: 1px 0 0 #e6e6e6
    }

    .flatpickr-weekwrapper .flatpickr-weekday {
        float: none;
        width: 100%;
        line-height: 28px
    }

    .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
        display: block;
        width: 100%;
        max-width: none;
        color: rgba(57,57,57,.3);
        background: transparent;
        cursor: default;
        border: none
    }

.flatpickr-innerContainer {
    display: block;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

    .flatpickr-time:after {
        content: "";
        display: table;
        clear: both
    }

    .flatpickr-time .numInputWrapper {
        -ms-flex: 1;
        flex: 1;
        width: 40%;
        height: 40px;
        float: left
    }

        .flatpickr-time .numInputWrapper span.arrowUp:after {
            border-bottom-color: #393939
        }

        .flatpickr-time .numInputWrapper span.arrowDown:after {
            border-top-color: #393939
        }

    .flatpickr-time.hasSeconds .numInputWrapper {
        width: 26%
    }

    .flatpickr-time.time24hr .numInputWrapper {
        width: 49%
    }

    .flatpickr-time input {
        background: transparent;
        box-shadow: none;
        border: 0;
        border-radius: 0;
        text-align: center;
        margin: 0;
        padding: 0;
        height: inherit;
        line-height: inherit;
        color: #393939;
        font-size: 14px;
        position: relative;
        box-sizing: border-box;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield
    }

        .flatpickr-time input.flatpickr-hour {
            font-weight: 700
        }

        .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
            font-weight: 400
        }

        .flatpickr-time input:focus {
            outline: 0;
            border: 0
        }

    .flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
        height: inherit;
        float: left;
        line-height: inherit;
        color: #393939;
        font-weight: 700;
        width: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-flex-item-align: center;
        align-self: center
    }

    .flatpickr-time .flatpickr-am-pm {
        outline: 0;
        width: 18%;
        cursor: pointer;
        text-align: center;
        font-weight: 400
    }

        .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
            background: #eee
        }

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes a {
    0% {
        opacity: 0;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.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;
        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 {
            position: relative
        }

    .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;
        user-select: none;
        -webkit-user-select: none
    }

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

    .select2-container .select2-search--inline {
        float: left
    }

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

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

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

.select2-results {
    display: block
}

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

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

    .select2-results__option[aria-selected] {
        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: 1;
    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: 700
    }

    .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;
            border-style: solid;
            border-width: 5px 4px 0;
            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;
    border-width: 0 4px 5px
}

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

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

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

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

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.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__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    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--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    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[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.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--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.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(180deg,#fff 50%,#eee);
    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: 700;
        margin-right: 10px
    }

    .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(180deg,#eee 50%,#ccc);
        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;
            border-style: solid;
            border-width: 5px 4px 0;
            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;
            border-width: 0 4px 5px
        }

.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(180deg,#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(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

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

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

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .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;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

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

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

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

.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[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    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
}
