:root {
  --forny-form-paddings: 2.5rem;
  --forny-color-accent-500: hsla(244, 79%, 52%, 1);
  --forny-color-accent-700: hsla(244, 72%, 40%, 1);
  --forny-color-gray-100: hsla(216, 33%, 97%, 1);
  --forny-color-gray-300: hsla(0, 0%, 0%, 0.1);
  --forny-color-gray-500: hsla(0, 0%, 61%, 1);
  --forny-color-gray-700: hsla(210, 27%, 70%, 1);
  --forny-color-gray-900: hsla(210, 13%, 20%, 1);
  --forny-font-family: 'Open Sans', sans-serif;
  --forny-color-text: var(--forny-color-gray-500);
  --forny-color-header: var(--forny-color-gray-900);
  --forny-link-color: var(--forny-color-accent-700);
  --forny-form-control-border: none;
  --forny-form-control-padding: var(--forny-p2) var(--forny-p4);
  --forny-form-control-radius: 20px;
  --forny-form-control-background: var(--forny-color-gray-100);
  --forny-shadow-color: var(--forny-color-gray-300)
}

.forny-container {
  background: url(../img/bg.jpg) center center no-repeat;
  display: flex;
  align-items: center
}

.forny-inner {
  display: block;
  height: auto
}

.forny-form {
  padding: 2.5rem;
  padding: var(--forny-form-paddings);
  /*    background: #fff;*/
  border-radius: 12px
}

.forny-logo {
  color: #2c333a;
  color: var(--forny-color-gray-900)
}

@media(min-width:768px) {
  .forny-container {
    background: url(../img/bg.jpg) center center no-repeat;
    /*        background-color: #f5f7fa;*/
    background-color: var(--forny-color-gray-100)
  }

  .forny-form {
    /*
      box-shadow: 0 3px 6px hsla(0, 0%, 0%, .1);
      box-shadow: var(--forny-shadow)
*/
  }
}

.forny-form a {
  font-size: .875rem;
  font-size: var(--forny-text-sm)
}

.forny-form .form-group {
  margin-bottom: 1rem;
  margin-bottom: var(--forny-p4);
  background: #f5f7fa;
  background: var(--forny-form-control-background);
  border-radius: 20px;
  border-radius: var(--forny-form-control-radius);
  transition: box-shadow .3s;
  border: 1px solid #f5f7fa;
  border: 1px solid var(--forny-form-control-background)
}

.forny-form .btn {
  border-radius: 20px;
  border-radius: var(--forny-form-control-radius);
  font-weight: 700;
  padding: .5rem 1rem;
  padding: var(--forny-p2) var(--forny-p4)
}

.forny-form .form-group .input-group-append .input-group-text {
  padding-left: .5rem;
  padding-left: var(--forny-p2)
}

.forny-form .form-group .input-group-append .input-group-text:hover {
  color: var(--forny-color-blue-500)
}

.forny-form .input-group-prepend .input-group-text {
  padding-right: .5rem;
  padding-right: var(--forny-p2)
}

.forny-container .line {
  background: url(../img/bg.jpg) center center no-repeat;
  /*        background-color: #f5f7fa;*/
  background-color: var(--forny-color-gray-100) height: 1px;
  margin-top: 12px;
  text-align: center
}

.forny-container .line span {
  background: url(../img/bg.jpg) center center no-repeat;
  /*        background-color: #f5f7fa;*/
  background-color: var(--forny-color-gray-100);
  padding: 8px;
  position: relative;
  top: -12px
}


.bg1 {
  width: 100%;
  height: auto;
  float: left;
  background-color: #08272885;
  padding: 30px;
  border-radius: 15px;
  border: solid 1px #fff;
}

.bg2 {
  width: 100%;
  height: auto;
  float: left;
  background-color: #08272885;
  padding: 20px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-top: 20px;
}

.bg3 {
  width: 100%;
  height: auto;
  float: left;
  background-color: #0827284d;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-top: 10px;
}


.button1 {
  width: 100%;
  background-color: #eead0e;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.button2 {
  width: 100%;
  background-color: #0827287d;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.button3 {
  width: 100%;
  background-color: #afddba;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.button4 {
  width: 100%;
  background-color: #0827287d;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.button5 {
  width: 100%;
  background-color: #eead0e;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}


@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }

  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand>div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink>div {
  position: absolute;
  width: 100%;
  height: 250%;
  left: 0;
  top: 0;
  min-height: 200px !important;
}

#canvas {
  height: 600px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) {}

th {
  color: white;
  font-weight: bold;
}

td,
th {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}



@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    /*		display: block; */
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 0px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #fff;
    font-weight: bold;
    text-align: left;
  }

  .mobile1-heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center !important
  }

  .mobile1-contand {
    font-size: 14px;
    color: #fff;
    text-align: center !important
  }

  .mobile1-heading2 {
    font-size: 14px;
    color: #fff;
    text-align: center !important;
    margin-bottom: 5px;
  }

  .mobile1-contand2 {
    font-size: 14px;
    color: #fff;
    text-align: center !important;
  }

  .goldbg {
    padding: 10px 45px !important;
  }


  .offset-9 {
    margin-left: 40% !important;
  }

  .ss-main .ss-content {
    width: 100% !important;
  }

  #canvas {
    height: 300px;
  }

  .bg1 {
    padding: 15px;
  }

  .button-width {
    width: 30% !important
  }

  .button-width2 {
    width: 48% !important
  }

}




.mobile1-heading {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.mobile1-contand {
  font-size: 14px;
  color: #fff;
}

.mobile1-heading2 {
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin-bottom: 5px;
}

.mobile1-contand2 {
  font-size: 14px;
  color: #fff;
  text-align: right;
}

.button-width {
  width: 32%
}

.button-width2 {
  width: 48% !important
}

.button6 {
  width: 100%;
  background-color: #0827287d;
  border-bottom: solid 1px #eead0e;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 14px;
  color: #eead0e;
  text-align: center;
}

.button7 {
  width: 100%;
  background-color: #0827287d;
  border-bottom: solid 1px #fff;
  border-radius: 0px;
  padding: 10px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.goldbg {
  padding: 15px 0px;
}


.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 40%;
  right: 0%;
  width: 70px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(10px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

.print {
  background-color: #00000057;
  color: #fff;
}

.logout {
  background-color: #00000057;
  color: #fff;
}

.sticky-icon a i {
  background-color: transparent;
  height: 40px;
  width: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-print {
  color: #fff;
}

.sticky-icon a i.fa-logout {
  color: #fff;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}



.alert-msg>.start-icon {
  margin-right: 0;
  min-width: 20px;
  text-align: center;
}

.alert-msg>.start-icon {
  margin-right: 5px;
}

.greencross {
  font-size: 18px;
  color: #25ff0b;
  text-shadow: none;
}

.alert-simple.alert-success {
  border: 1px solid rgba(36, 241, 6, 0.46);
  background-color: rgba(7, 149, 66, 0.12156862745098039);
  box-shadow: 0px 0px 2px #259c08;
  color: #0ad406;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.alert-success:hover {
  background-color: rgba(7, 149, 66, 0.35);
  transition: 0.5s;
}

.alert-simple.alert-info {
  border: 1px solid rgba(6, 44, 241, 0.46);
  background-color: rgba(7, 73, 149, 0.12156862745098039);
  box-shadow: 0px 0px 2px #0396ff;
  color: #0396ff;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.alert-info:hover {
  background-color: rgba(7, 73, 149, 0.35);
  transition: 0.5s;
}

.blue-cross {
  font-size: 18px;
  color: #0bd2ff;
  text-shadow: none;
}

.alert-simple.alert-warning {
  border: 1px solid rgba(241, 142, 6, 0.81);
  background-color: rgba(220, 128, 1, 0.16);
  box-shadow: 0px 0px 2px #ffb103;
  color: #ffb103;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.alert-warning:hover {
  background-color: rgba(220, 128, 1, 0.33);
  transition: 0.5s;
}

.warning {
  font-size: 18px;
  color: #ffb40b;
  text-shadow: none;
}

.alert-simple.alert-danger {
  border: 1px solid rgba(241, 6, 6, 0.81);
  background-color: rgba(220, 17, 1, 0.16);
  box-shadow: 0px 0px 2px #ff0303;
  color: #ff0303;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.alert-danger:hover {
  background-color: rgba(220, 17, 1, 0.33);
  transition: 0.5s;
}

.danger {
  font-size: 18px;
  color: #ff0303;
  text-shadow: none;
}

.alert-simple.alert-primary {
  border: 1px solid rgba(6, 241, 226, 0.81);
  background-color: rgba(1, 204, 220, 0.16);
  box-shadow: 0px 0px 2px #03fff5;
  color: #03d0ff;
  text-shadow: 2px 1px #00040a;
  transition: 0.5s;
  cursor: pointer;
}

.alert-primary:hover {
  background-color: rgba(1, 204, 220, 0.33);
  transition: 0.5s;
}

.alertprimary {
  font-size: 18px;
  color: #03d0ff;
  text-shadow: none;
}

.square_box {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-left-radius: 45px;
  opacity: 0.302;
}

.square_box.box_three {
  background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  opacity: 0.059;
  left: -80px;
  top: -60px;
  width: 500px;
  height: 500px;
  border-radius: 45px;
}

.square_box.box_four {
  background-image: -moz-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -webkit-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  background-image: -ms-linear-gradient(-90deg, #290a59 0%, #3d57f4 100%);
  opacity: 0.059;
  left: 150px;
  top: -25px;
  width: 550px;
  height: 550px;
  border-radius: 45px;
}

.alert-msg:before {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% - 44px);
  border-left: 1px solid;
  border-right: 2px solid;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 20px;
}

.fa-times {
  -webkit-animation: blink-1 2s infinite both;
  animation: blink-1 2s infinite both;
}

/**
* ----------------------------------------
* animation blink-1
* ----------------------------------------
*/
@-webkit-keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes blink-1 {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #eead0e !important;
  border-radius: 4px;
  background-color: #eead0e !important;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s;
}


.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff !important;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform .2s, margin .2s;
}