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

.call-list {
  text-decoration: underline !important;
  font-size: 22px;
  font-weight: 400;
}

.login-bg {
  background: url("../../assets/img/k-schedule.jpg") no-repeat center center
    fixed;
  background-size: cover;
  /*background-repeat: no-repeat;*/
  height: 100%;
  width: 100%;
}

.login-lbl {
  color: #ffffff;
}

.loginbtn {
  /* box-shadow: 0px 1px 0px 0px #f0f7fa; */
  background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  background-color: #33bdef;
  /* border-radius: 6px; */
  border: 1px solid #057fd0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 6px 24px;
  text-decoration: none;
}

.loginbtn:hover {
  background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  background-color: #019ad2;
}

.loginbtn:active {
  position: relative;
  top: 1px;
}

.dashboard-vacation-update {
  /* margin: 0 0 10px 0; */
  color: red;
  font-style: italic;
  font-size: 17px;
}

.dashboard-vacation-text marquee .dtshow {
  /* text-decoration: underline; */
}

.div-width {
  width: 150%;
}

.p5 {
  padding: 5px !important;
}

#thisisday {
  font-weight: bold;
}

.flt-r {
  float: right;
}

.tooltip .tooltip-inner {
  width: 70px;
  padding: 5px 3px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.auto-width {
  width: auto !important;
}

.del-icon {
  width: 20px;
}

.del-icon-big {
  width: 35px;
}

.tbl-level {
  border: 1px solid;
  padding: 10px 10px 15px 10px;
  background: #00bfff;
  color: white;
  font-weight: 600;
}

.open-changeday-popup {
  color: #fff;
  margin-left: 2px;
}

.change-bgclr {
  background-color: darkgreen !important;
  border-color: darkgreen !important;
  color: #fff !important;
}

.mleft5 {
  margin-left: 5px !important;
}

.custom-padding-5px {
  padding: 5px;
}

.feature-border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 5px 0 5px 0px;
  font-size: 15px;
  color: #000;
}

.feature-time {
  border: 1px solid #000;
  margin: 0 5px;
  /* background-color: #00BFFF; */
  background-color: lightblue;
}

.disable-click {
  background-color: darkgray !important;
  cursor: no-drop !important;
  border-color: darkgray !important;
}

.select_class_type {
  background-color: #67c876;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px 5px 10px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}

.center_day_enable {
  background-color: #67c876;
  border-radius: 50%;
  color: #fff;
  /* margin: 8px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.center_day_disable {
  background-color: darkgray;
  border-radius: 50%;
  color: #fff;
  /* margin: 8px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  height: 40px;
  width: 40px;
}

.center_selected_day {
  color: #ffffff !important;
  background-color: #23b7e5;
  border-color: #23b7e5;
}

.navbar-brand-with-back {
  /*line-height: 22px !important;*/
  padding: 0 0px 0 8px;
}

.navbar-brand-no-back {
  /*line-height: 22px !important;*/
  padding: 0 20px;
}

.fs-17 {
  font-size: 17px;
}

.already-there {
  font-style: italic;
}

/* File input */

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 108px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
  cursor: pointer;
}

.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.files {
  position: relative;
}

.files:after {
  pointer-events: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color input {
  background-color: #f1f1f1;
}

.files:before {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #00bfff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

/* File input*/

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.display-none {
  display: none;
}

.lastChangedText {
  text-align: center;
  padding: 0;
  font-size: 16px;
  color: #000;
  border-top: 1px solid;
  margin-top: 5px;
}

#display_time {
  /*position: absolute;*/
  /* bottom: 0; */
  /* top: -4px; */
  color: red;
  /* padding: 10px 0 10px 0; */
  /* margin-top: -15px; */
  text-align: center;
}

.mt-0 {
  margin-top: 0 !important;
}

.big-tbl {
  overflow: auto;
  width: 1600px;
  height: 760px;
}

.highlight-last-added-updated {
  /*background: coral;*/
}

.mtop-15 {
  margin-top: 15px !important;
}

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

.m-10 {
  margin: 10px;
}

/*liner loader*/

@keyframes loader-animation {
  0% {
    left: -100%;
  }

  49% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: -100%;
  }
}

.loader {
  height: 2px;
  width: 100%;
  overflow: hidden;
}

.loader .bar {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: red;
  animation-name: loader-animation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/*liner loader*/

.width-10p {
  width: 10%;
}

.width-auto {
  width: auto;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ckbox {
  width: 20px;
  height: 20px;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

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

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.green-bg {
  background-color: green !important;
}

.temp-back {
  /*background-color: #e69000 !important;*/
  background-color: #9cf !important;
}

.temp-back b a {
  color: #fff !important;
}

.parent-login-text {
  padding-left: 5px;
  border: 1px solid;
  padding-right: 5px;
  background: yellow;
}

.parent-login-text-main {
  border: 1px solid;
  background: yellow;
  padding-left: 8px;
  padding-right: 8px;
}

.default-cur {
  cursor: pointer;
}

.temp-class {
  /*font-style: italic !important;
  color: #e69000 !important;*/
}

.tempclrpermanent {
  /*color: #000000;*/
  font-style: italic;
}

.noclr {
  color: #000000;
  font-weight: normal !important;
}

.mleft20 {
  margin-left: 20px;
}

.popup-btop {
  border-top: 1px solid;
}

.purpleclrtext,
.purple,
.purpleclr,
.purpleclr:hover {
  color: purple !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.blkclrtext,
.black,
.black:hover {
  color: #000 !important;
  font-weight: bold;
}

.available {
  color: green;
  font-weight: normal;
  cursor: pointer;
}

.availablepopup:hover,
.availablepopup:active,
.availablepopup:focus,
.availablepopup:visited {
  color: green !important;
  font-weight: normal;
  cursor: pointer;
}

hr {
  border-color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none !important;
}

.dt {
  margin-top: 15px !important;
}

.alert {
  text-align: center;
}

.paddingleft0 {
  padding-left: 0px;
}

.error,
.required {
  color: red !important;
}

.alert {
  margin-bottom: 0px !important;
  cursor: pointer;
  margin-left: 18px;
  margin-top: 15px;
  text-align: center;
  width: 96.5%;
  font-weight: bold;
  font-size: 15px;
  /*margin-bottom: 15px;*/
}

#alert {
  cursor: pointer;
  margin-left: 18px;
  margin-top: 15px;
  text-align: center;
  width: 96.5%;
  /*margin-bottom: 15px;*/
}

.allowed_types {
  color: red !important;
}

.trash {
  color: red;
  cursor: pointer;
  float: right;
  font-size: 18px;
}

.dt {
  background: white none repeat scroll 0 0;
  margin-left: 0;
  width: 100%;
  padding: 10px 10px 10px 21px;
}

.padding0 {
  padding: 0;
}

.borderbottom1pxe9e9eb {
  border-bottom: 1px solid #e9e9eb;
}

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

.pt-10 {
  padding-top: 10rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.margin0 {
  margin: 0 !important;
}

.imgtypefont {
  font-size: 14px;
}

.dataTables_length {
  float: left;
}

.dt-buttons {
  float: right;
  display: none;
}

.marginleftright {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

.lgin-bg {
  background-image: url("../img/bgn.png");
}

.app::before {
  /*background-size: cover;*/
  /*background-image: url("../img/bgn.png");*/
  border: inherit;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  z-index: -1;
}

.navbar-brand img {
  max-height: 40px;
  vertical-align: middle;
}

.common-submit {
  background-color: #00bfff !important;
  border: 2px solid #00bfff !important;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  /*display: block;*/
  font-size: 14px;
  font-weight: 500;
  outline: medium none;
  transition: all 0.3s ease-in-out 0s !important;
  word-spacing: 1px;
}

.m-top-5 {
  margin-top: 5px;
}

.centera {
  text-align: center;
}

.commonclr {
  color: #38bdb6;
}

.mright {
  margin-right: 5px;
}

.example {
  color: #cfdadd;
}

.mtop-admin {
  margin-top: 10px;
}

.main-act-border {
  border-bottom: 1px solid #adadad;
  margin-bottom: 10px;
}

.profile-activity-title {
  color: #8a8a8a;
}

.color010101 {
  color: #010101;
}

.size08 {
  font-size: 0.8em;
}

.size09 {
  font-size: 0.9em;
}

.size10 {
  font-size: 1em;
}

.size11 {
  font-size: 1.1em;
}

.size19 {
  font-size: 1.9em;
}

.size12 {
  font-size: 1em;
}

.size13 {
  font-size: 1.1em;
}

.size14 {
  font-size: 1.4em;
}

.size15 {
  font-size: 1.5em;
}

.size16 {
  font-size: 1.4em;
}

.size17 {
  font-size: 1.5em;
}

.size18 {
  font-size: 1.8em;
}

.size20 {
  font-size: 2em;
}

.size21 {
  font-size: 1.5em;
}

.size22 {
  font-size: 2em;
}

.size23 {
  font-size: 2.2em;
}

.size25 {
  font-size: 2.5em;
}

.size26 {
  font-size: 2.6em;
}

.size28 {
  font-size: 2.8em;
}

.size30 {
  font-size: 3em;
}

.size32 {
  font-size: 3.2em;
}

.size35 {
  font-size: 3.5em;
}

.size38 {
  font-size: 3.8em;
}

.size40 {
  font-size: 4em;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 16, 2016 */

@font-face {
  font-family: "futura_md_btbold";
  src: url("../../assets/fonts/futura/futurab-webfont.eot");
  src: url("../../assets/fonts/futura/futurab-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/futurab-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/futurab-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/futurab-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/futurab-webfont.svg#futura_md_btbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_md_btbold_italic";
  src: url("../../assets/fonts/futura/futurabi_0-webfont.eot");
  src: url("../../assets/fonts/futura/futurabi_0-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/futurabi_0-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/futurabi_0-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/futurabi_0-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/futurabi_0-webfont.svg#futura_md_btbold_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_lt_btlight";
  src: url("../../assets/fonts/futura/futural-webfont.eot");
  src: url("../../assets/fonts/futura/futural-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/futural-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/futural-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/futural-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/futural-webfont.svg#futura_lt_btlight")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_lt_btlight_italic";
  src: url("../../assets/fonts/futura/futurali_0-webfont.eot");
  src: url("../../assets/fonts/futura/futurali_0-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/futurali_0-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/futurali_0-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/futurali_0-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/futurali_0-webfont.svg#futura_lt_btlight_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_md_btmedium";
  src: url("../../assets/fonts/futura/futuram_0-webfont.eot");
  src: url("../../assets/fonts/futura/futuram_0-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/futuram_0-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/futuram_0-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/futuram_0-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/futuram_0-webfont.svg#futura_md_btmedium")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_bk_btbook";
  src: url("../../assets/fonts/futura/futuran_2-webfont.eot");
  src: url("../../assets/fonts/futura/futuran_2-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/futuran_2-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/futuran_2-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/futuran_2-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/futuran_2-webfont.svg#futura_bk_btbook")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_bk_btbook_italic";
  src: url("../../assets/fonts/futura/tt0141m_-webfont.eot");
  src: url("../../assets/fonts/futura/tt0141m_-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/tt0141m_-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/tt0141m_-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/tt0141m_-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/tt0141m_-webfont.svg#futura_bk_btbook_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futura_md_btmedium_italic";
  src: url("../../assets/fonts/futura/tt0143m_-webfont.eot");
  src: url("../../assets/fonts/futura/tt0143m_-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/futura/tt0143m_-webfont.woff2") format("woff2"),
    url("../../assets/fonts/futura/tt0143m_-webfont.woff") format("woff"),
    url("../../assets/fonts/futura/tt0143m_-webfont.ttf") format("truetype"),
    url("../../assets/fonts/futura/tt0143m_-webfont.svg#futura_md_btmedium_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.futura_md_btbold {
  font-family: "futura_md_btbold";
}

.futura_md_btbold_italic {
  font-family: "futura_md_btbold_italic";
}

.futura_lt_btlight {
  font-family: "futura_lt_btlight";
}

.futura_lt_btlight_italic {
  font-family: "futura_lt_btlight_italic";
}

.futura_md_btmedium {
  font-family: "futura_md_btmedium";
}

.futura_bk_btbook {
  font-family: "futura_bk_btbook";
}

.futura_bk_btbook_italic {
  font-family: "futura_bk_btbook_italic";
}

.futura_md_btmedium_italic {
  font-family: "futura_md_btmedium_italic";
}

.linkcolor444444,
.linkcolor444444:hover,
.linkcolor444444:active,
.linkcolor444444:focus {
  color: #444444;
  text-decoration: none;
  outline-style: none;
}

.mbtm0 {
  margin-bottom: 0 !important;
}

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

.mtop5 {
  margin-top: 5px;
}

.mtop20 {
  margin-top: 20px;
}

.mbtm5 {
  margin-bottom: 5px;
}

.paddingtop20px {
  padding-top: 20px;
}

.panel.activity-accordion-title > .panel-heading > .panel-title {
  /* font-size: 1.5em; */
  /* font-family: "futura_md_btmedium"; */
  color: #444444;
}

.panel.activity-accordion-title
  > .panel-heading
  > .panel-title
  > a
  > .expand_less {
  color: #444444;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel.activity-accordion-title
  > .panel-heading
  > .panel-title
  > a.collapsed
  > .expand_less {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}

.panel.activity-accordion-title
  > .panel-heading
  > .panel-title
  > a.collapsed
  > .activity-accordion-title-price {
  opacity: 0.75;
  padding-right: 2%;
}

.panel.activity-accordion-title
  > .panel-heading
  > .panel-title
  > a
  > .activity-accordion-title-price {
  opacity: 1;
  padding-right: 2%;
}

.panel.activity-accordion-title > .panel-heading > .panel-title > a.collapsed {
  color: #444444;
}

.panel.activity-accordion-title > .panel-heading > .panel-title > a {
  color: #000;
}

.panel.activity-accordion-title > .panel-heading > .panel-title {
  /*font-size: 1.1rem;*/
}

.activity-accordion-title > .panel-title {
  display: inline-block;
}

.material-icons {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.expand_icon {
  font-size: 1.85em !important;
  line-height: 0 !important;
}

h5 {
  font-size: 1.25rem;
}

.add-tour-img,
.add-tour-img:hover {
  background: #0676b8 none repeat scroll 0 0;
  border: 1px solid #0a5c8d;
  border-radius: 0;
  color: #fff !important;
  font-size: 1.2em;
  margin: 12px 1px;
  padding: 5px;
  width: 50% !important;
}

.login-modal-title {
  color: #474646;
  font-size: 1.7em;
}

.border-seprator {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.marginbottom20px {
  margin-bottom: 20px;
}

.blogger-payment-title {
  color: #444444;
  font-family: "futura_md_btmedium";
  opacity: 0.8;
}

.err-clr {
  color: #de4c34;
}

.succ-clr {
  color: green;
}

.mylbl {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  cursor: default;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 10px !important;
  margin-top: 10px;
  padding: 3px 0;
  text-align: center;
}

#loader-month {
  left: 160px;
  position: absolute;
  top: 11px;
}

.def-cur {
  cursor: default;
}

@media (max-width: 450px) {
  .big-tbl {
    width: auto !important;
  }
}

@media (max-width: 375px) {
  .feature-time {
    /* margin: 10px 12px !important; */
  }
}

@media (max-width: 320px) {
  .feature-time {
    /* margin: 10px 22px 0 22px !important; */
  }
}

/* Dashboard */

.lbl-text {
  text-align: right;
}

/* Dashboard */

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

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

/* Handle */

::-webkit-scrollbar-thumb {
  background: #00bfff;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #00bfff;
}

@media (min-width: 1980px) {
  .big-tbl {
    overflow: auto;
    width: auto;
    height: auto;
  }
}

.yello-bg {
  /* background-color: yellow;
  border-color: yellow; */
  background-color: dodgerblue;
  border-color: dodgerblue;
}

.not-selected-circle {
  background: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #000000;
  position: relative;
  left: 20px;
  margin-bottom: 5px;
}

.all-day-text {
  font-weight: bold;
  color: black;
}

.mtb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.class-info {
  font-style: italic;
}

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

.select2-container {
  width: 150px !important;
}

.w95p {
  width: 95%;
}

.checkmark:after {
  content: "✔";
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #78b13f;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width: 500px) {
  .select2-container {
    width: 100px !important;
  }
}

.sign-in-bg {
  background: green;
  color: white;
  padding: 5px;
}

.sign-out-bg {
  background: red;
  color: white;
  padding: 5px;
}

.sinout {
  margin-top: 10px;
  margin-left: 30px;
}

.actual-btn {
  background-color: #67c876;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 5px;
}

#file-chosen {
  margin-left: 0.3rem;
  font-family: sans-serif;
}

/* ---- */

#imgArea,
#imgAreaStaff {
  display: inline-block;
  margin: 0 auto;
  /* width: 100px; */
  /* height: 100px; */
  position: relative;
  background-color: #eee;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 13px;
}

#imgChange,
#imgChangeStaff {
  background: url(../../assets/img/overlay.png) repeat scroll 0 0
    rgba(0, 0, 0, 0);
  bottom: 0;
  color: #ffffff;
  display: block;
  height: 30px;
  left: 0;
  line-height: 32px;
  /* position: absolute; */
  text-align: center;
  width: 100%;
  /* bottom: -30px; */
}
#imgArea img,
#imgAreaStaff img {
  outline: medium none;
  vertical-align: middle;
  /* width: 100%; */
}

#imgChange input[type="file"],
#imgChangeStaff input[type="file"] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/* Progressbar */
.progressBar {
  background: none repeat scroll 0 0 #e0e0e0;
  left: 0;
  padding: 3px 0;
  position: absolute;
  top: 50%;
  width: 100%;
  display: none;
}
.progressBar .bar {
  background-color: #ff6c67;
  width: 0%;
  height: 14px;
}
.progressBar .percent {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 100%;
}

/* ---- */

.staff-pic {
  width: 30px;
  border: 1px solid grey;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.red-border {
  border: 1px solid red !important;
}

.black-clr,
.black-clr:hover {
  color: #000;
  font-weight: 700;
  text-decoration: none !important;
}

.dayhead {
  font-size: 20px;
}

.instruction {
  font-size: 30px;
  border: 1px solid;
  padding: 0;
}

.instruction p {
  margin: 0 !important;
}

.live-data-btn,
a.live-data-btn:hover {
  background-color: green !important;
  border: 2px solid green !important;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  outline: medium none;
  transition: all 0.3s ease-in-out 0s !important;
  word-spacing: 1px;
}

.staffing-goals {
  font-size: 15px;
  /* text-align: center; */
  vertical-align: middle;
  line-height: 30px;
}

.all-links {
  display: flex;
  justify-content: space-around;
}

.tox-notifications-container {
  display: none !important;
}

.content-view {
  display: flex;
}

.content-lbl,
.subscription-section {
  display: flex;
  align-items: center;
  justify-content: right;
}

.subscription-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sms-lbl {
  margin: 0;
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.smsOption {
  margin-bottom: 8px !important;
}

#download-format:hover ~ #instructions {
  display: block !important;
  visibility: visible !important;
}

.ins-1 {
  color: green !important;
}

.feedback-btn {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: green;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

.feedback-btn:hover {
  background-color: #00bfff;
  color: #000;
  transform: scale(1.1);
}

/* Modal Styles */
.fb-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.fb-modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 600px;
  max-width: 90%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.helper-text {
  font-size: 20px;
  font-weight: bold;
}

.req-text {
  font-size: 13px;
}

/* Close Button */
.fb-close-btn {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.feedback-btn {
  background-color: green;
  color: white;
  /* font-weight: bold; */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.feedback-btn:hover {
  background-color: #00bfff;
}

.fb-text {
  font-weight: bold;
}

.staff-list {
  display: flex;
  align-items: center;
}

.staff-list-box {
  /* max-height: 600px; */
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hide-me {
  visibility: hidden;
}

.color-radios {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.flex-display {
  display: flex !important;
  flex: 0 0 15% !important;
  margin: 10px;
}

.color-desc {
  display: flex;
  flex: 1;
}

.clr-name {
  display: flex;
  flex: 0 0 15%;
}

.grey,
.grey:hover,
.grey:focus {
  color: grey !important;
  font-weight: bold;
}

.green,
.green:hover,
.green:focus {
  color: green !important;
  font-weight: bold;
}

.blue,
.blue:hover,
.blue:focus {
  color: darkslateblue !important;
  font-weight: bold;
}

.brown,
.brown:hover,
.brown:focus {
  color: brown !important;
  font-weight: bold;
}

.coral,
.coral:hover,
.coral:focus {
  color: #ff7f50 !important;
  font-weight: bold;
}

.orange,
.orange:hover,
.orange:focus {
  color: orange !important;
  font-weight: bold;
}

.red,
.red:hover,
.red:focus {
  color: red !important;
  font-weight: bold;
}

.pbtm0 {
  padding-bottom: 0 !important;
}

.OneDay,
.OneDay:hover,
.OneDay:focus,
.italic,
.italic:hover,
.italic:focus {
  color: #000;
  font-style: italic !important;
  text-decoration: underline !important;
  font-weight: bold;
}

.bootbox {
  background-color: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
}

.handf,
.handf:hover,
.handf:focus {
  background-color: red !important;
  border-color: red !important;
  color: #fff;
  transition: transform 0.3s ease !important;
}

.handf:hover {
  transform: translateY(-4px);
}

.blinking-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(255, 0, 0, 0.8); /* Red with 60% opacity */
  border-radius: 50%;
  display: inline-block;
  animation: blink 1s infinite;
  margin-left: 5px;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
