@tailwind base;
@layer base {
   h1 {
     @apply text-2xl;
   }
   h2 {
     @apply text-xl;
   }
   h3 {
     @apply text-lg;
   }
 }
@tailwind components;
@tailwind utilities;

.calendar {min-width: 70px;}
.times {min-width: 260px;}
.fake-rounding {
   width: 58px;
  overflow: hidden;
  font-family: monospace;
}

#notice {
  -webkit-animation: fadeOut 3s linear forwards;
  animation: fadeOut 3s linear forwards;
}


@-webkit-keyframes fadeOut {
  0%   {opacity: 1;}
  70%  {opacity: 1;}
  90% {opacity: 1;-webkit-transform: translateY(0px);}
  100% {opacity: 0;-webkit-transform: translateY(-30px);}
}


.bg-gray-500 {background: #5f80a2;}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: #5f80a2;
}
.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: #5f80a2;
}
.greyedout {
  opacity: 30%;
}
.flip{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

body{
  max-width: 956px;
  margin:auto;
  min-height: 100vh;
}


.admin {
  display: none;
  max-width: 204px;
  min-height: 668px;
  margin: 0px;
  vertical-align: top;
}


.mobile {
  max-width: 699px;
  background: #F9FAFB;
  min-height: 100vh;
  padding: 3%;
}

.mobile-nav {
  width: 60px;
  position: absolute;
  margin: 4% 6%;
  display: none
}

.side-nav{
  min-width: 224px;
}


.weather {
  width: 118px;
  float: right;
  top: -200px;
  margin-top: -112px;
  margin-right: -31px;
}


 .btn-green {
   @apply inline-flex items-center px-6 py-3 border border-transparent shadow-sm text-base font-medium rounded-md text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 ;
   background-color: #565656
 }
   .btn-red {
   @apply inline-flex items-center px-6 py-3 border border-transparent shadow-sm text-base font-medium rounded-md text-white  hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500;
   background-color: #565656;
 }
 .button-image {margin-left: -11%; margin-right:11%}
 .link-image {
  margin-right: 6%;
}
.gear {
   float: right;
   margin: -20px 36px;
}

. circle {
  border-radius: 50%;
  min-height: 130px;
  border: 1% solid white;
  border-inline-width: 10px;
  border-block-width: 10px;
  border-color: white;

  background: #5f80a2;
  color: #fff;
  font-size: 52px;
  text-align: center;
  min-width: 130px;
}

.lg-initials {
   border-radius: 50%;
   height: 130px;
   border: 1% solid white;
   border-inline-width: 10px;
   border-block-width: 10px;
   border-color: white;

   background: #5f80a2;
   color: #fff;
   font-size: 52px;
   padding-top: 17px;
   text-align: center;
   width: 133px;
}


.sm-initials {
  background: #5f80a2;
  color: #fff;
  font-size: 20px;
  padding-top: 7px;
  text-align: center;
  width: 55px;
  align-items: center;
  border-radius: 61%;
    height: 55px;
    border: 1% solid white;
    border-inline-width: 6px;
    border-block-width: 6px;
    border-color: white;
}

.hide {display: none}



.checkmark-fix
{min-width: 15px; padding: 0 2%;}

.inline-checkmark-fix {
  padding: 0 2%;
}

.pr-60 {padding-right:49% }


.cl-switch {
  /*
  Switcher Style
   */
  /*
  When Checked
   */
  /*
  Switch large style
   */
  /*
  Switch xlarge style
   */
  /*
  Switch Black color style
   */
  /*
  Switch Red color style
   */
  /*
  Switch green color style
   */
  /*
  Switch green color style
   */ }
  .cl-switch input[type="checkbox"] {
    display: none;
    visibility: hidden; }
  .cl-switch .switcher {
    display: inline-block;
    border-radius: 100px;
    width: 35px;
    height: 15px;
    background-color: #ccc;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer; }
    .cl-switch .switcher:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-color: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      margin-top: -2.5px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 0;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .cl-switch .switcher:active:before {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(63, 81, 181, 0.3);
      transition: all, 0.1s; }
  .cl-switch .label {
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px; }
  .cl-switch input[type="checkbox"]:checked + .switcher {
    background-color: #8591d5; }
    .cl-switch input[type="checkbox"]:checked + .switcher:before {
      left: 100%;
      margin-left: -20px;
      background-color: #3f51b5; }
  .cl-switch [disabled]:not([disabled="false"]) + .switcher {
    background: #ccc !important; }
    .cl-switch [disabled]:not([disabled="false"]) + .switcher:active:before {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
    .cl-switch [disabled]:not([disabled="false"]) + .switcher:before {
      background-color: #e2e2e2 !important;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
  .cl-switch.cl-switch-large .switcher {
    width: 52px;
    height: 22px; }
    .cl-switch.cl-switch-large .switcher:before {
      width: 30px;
      height: 30px;
      margin-top: -4px; }
  .cl-switch.cl-switch-large .label {
    font-size: 18px; }
  .cl-switch.cl-switch-large input[type="checkbox"]:checked + .switcher:before {
    margin-left: -30px; }
  .cl-switch.cl-switch-xlarge .switcher {
    width: 87px;
    height: 37px; }
    .cl-switch.cl-switch-xlarge .switcher:before {
      width: 50px;
      height: 50px;
      margin-top: -6px; }
  .cl-switch.cl-switch-xlarge .label {
    font-size: 24px; }
  .cl-switch.cl-switch-xlarge input[type="checkbox"]:checked + .switcher:before {
    margin-left: -50px; }
  .cl-switch.cl-switch-black input[type="checkbox"]:checked + .switcher {
    background-color: #676767; }
    .cl-switch.cl-switch-black input[type="checkbox"]:checked + .switcher:before {
      background-color: #343434; }
  .cl-switch.cl-switch-black .switcher:active:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(52, 52, 52, 0.3); }
  .cl-switch.cl-switch-red input[type="checkbox"]:checked + .switcher {
    background-color: #ffcece; }
    .cl-switch.cl-switch-red input[type="checkbox"]:checked + .switcher:before {
      background-color: #ff6868; }
  .cl-switch.cl-switch-red .switcher:active:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(255, 104, 104, 0.3); }
  .cl-switch.cl-switch-green input[type="checkbox"]:checked + .switcher {
    background-color: #77e4c0; }
    .cl-switch.cl-switch-green input[type="checkbox"]:checked + .switcher:before {
      background-color: #29cc97; }
  .cl-switch.cl-switch-green .switcher:active:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(41, 204, 151, 0.3); }
  .cl-switch.cl-switch-orange input[type="checkbox"]:checked + .switcher {
    background-color: #ffc166; }
    .cl-switch.cl-switch-orange input[type="checkbox"]:checked + .switcher:before {
      background-color: #ff9800; }
  .cl-switch.cl-switch-orange .switcher:active:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(255, 152, 0, 0.3); }

/* ---------------------------------------------
------------------[IOS style]----------------------------
 --------------------------------------------- */
.cl-switch.ios {
  /*
Switcher Style
 */
  /*
  When Checked
   */
  /*
  Switch large style
   */
  /*
  Switch xlarge style
   */
  /*
  Switch Black color style
   */
  /*
  Switch Red color style
   */
  /*
  Switch green color style
   */
  /*
  Switch green color style
   */ }
  .cl-switch.ios .switcher {
    width: 45px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #d3d3d5;
    box-shadow: 0 0 0 0 #4bd964 inset;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .cl-switch.ios .switcher:before {
      width: 24px;
      height: 24px;
      background-color: #fff;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      margin-top: 0;
      top: -1px;
      right: -1px;
      margin-right: 0;
      border: 1px solid #d3d3d5;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .cl-switch.ios input[type="checkbox"]:checked + .switcher {
    background-color: #fff;
    box-shadow: 0 0 0 20px #4bd964 inset; }
    .cl-switch.ios input[type="checkbox"]:checked + .switcher:before {
      right: 100%;
      margin-right: -22px;
      background-color: #fff; }
  .cl-switch.ios [disabled]:not([disabled="false"]) + .switcher {
    background: #ccc !important; }
    .cl-switch.ios [disabled]:not([disabled="false"]) + .switcher:active:before {
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
    .cl-switch.ios [disabled]:not([disabled="false"]) + .switcher:before {
      background-color: #e2e2e2 !important;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
  .cl-switch.ios.cl-switch-large .switcher {
    width: 62px;
    height: 34px; }
    .cl-switch.ios.cl-switch-large .switcher:before {
      width: 34px;
      height: 34px; }
  .cl-switch.ios.cl-switch-large .label {
    font-size: 18px; }
  .cl-switch.ios.cl-switch-large input[type="checkbox"]:checked + .switcher:before {
    margin-right: -30px; }
  .cl-switch.ios.cl-switch-xlarge .switcher {
    width: 80px;
    height: 40px; }
    .cl-switch.ios.cl-switch-xlarge .switcher:before {
      width: 40px;
      height: 40px;
      margin-top: 0; }
  .cl-switch.ios.cl-switch-xlarge .label {
    font-size: 24px; }
  .cl-switch.ios.cl-switch-xlarge input[type="checkbox"]:checked + .switcher:before {
    margin-right: -39px; }
  .cl-switch.ios.cl-switch-black .switcher {
    box-shadow: 0 0 0 0 #343434 inset; }
  .cl-switch.ios.cl-switch-black input[type="checkbox"]:checked + .switcher {
    box-shadow: 0 0 0 20px #343434 inset;
    background: #ffffff; }
    .cl-switch.ios.cl-switch-black input[type="checkbox"]:checked + .switcher:before {
      background-color: #fff; }
  .cl-switch.ios.cl-switch-black .switcher:active:before {
    box-shadow: none; }
  .cl-switch.ios.cl-switch-red .switcher {
    box-shadow: 0 0 0 0 #ff6868 inset; }
  .cl-switch.ios.cl-switch-red input[type="checkbox"]:checked + .switcher {
    box-shadow: 0 0 0 20px #ff6868 inset;
    background: #ffffff; }
    .cl-switch.ios.cl-switch-red input[type="checkbox"]:checked + .switcher:before {
      background-color: #fff; }
  .cl-switch.ios.cl-switch-red .switcher:active:before {
    box-shadow: none; }
  .cl-switch.ios.cl-switch-green .switcher {
    box-shadow: 0 0 0 0 #29cc97 inset; }
  .cl-switch.ios.cl-switch-green input[type="checkbox"]:checked + .switcher {
    box-shadow: 0 0 0 20px #29cc97 inset;
    background: #ffffff; }
    .cl-switch.ios.cl-switch-green input[type="checkbox"]:checked + .switcher:before {
      background-color: #fff; }
  .cl-switch.ios.cl-switch-green .switcher:active:before {
    box-shadow: none; }
  .cl-switch.ios.cl-switch-orange .switcher {
    box-shadow: 0 0 0 0 #ff9800 inset; }
  .cl-switch.ios.cl-switch-orange input[type="checkbox"]:checked + .switcher {
    box-shadow: 0 0 0 20px #ff9800 inset;
    background: #ffffff; }
    .cl-switch.ios.cl-switch-orange input[type="checkbox"]:checked + .switcher:before {
      background-color: #fff; }
  .cl-switch.ios.cl-switch-orange .switcher:active:before {
    box-shadow: none; }

@media (max-width: 830px){
  #admin-home {
    display: inline;
  }
}

@media (max-width: 624px){
  .pr-60 {padding-right:39%;}
}
/*!
 * Cropper.js v2.0.0-alpha.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-11-09T12:02:20.544Z
 */


.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box {
  left: 0;
  position: absolute;
  top: 0;
}

.cropper-drag-box {
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  right: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: "";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: "";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
/*removes default webkit styles*/
	/*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
/*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}
/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	border-color: transparent;/*leave room for the larger thumb to overflow with a transparent border */
	border-width: 6px 0;
	color: transparent;/*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
	position: absolute;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
.cr-rotate-controls button {
	border: 0;
	background: none;
}
.cr-rotate-controls i:before {
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
}
.cr-rotate-l i:before {
	content: '↺';
}
.cr-rotate-r i:before {
	content: '↻';
}
@keyframes pulse-yellow {
	0% {
		background: #FFD700;
	}
	100% {
		background: none;
	}
}

.pulse-yellow {
	animation: pulse-yellow 2s;
	display: table;
}

.edit_user {
    position: relative;
    float: left;
    right: -15px;
}

.close_page {
    position: relative;
    left: -15px;
    float: right;
}
import 'https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.css'
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

