/*##################App Header Design##########################*/
  .avatar:not(img) {
    background-color: ##ffffff !important;
  }

  .navbar-fixed{
      background: rgb(0,228,205) !important;
      background: linear-gradient(to right, #059669, #065f46) !important;
  }

  .navbar-bordered {
     border-bottom: 2px solid #188B2D;
      border-color: #188B2D;
  }

  .flex-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .flex-container > div {
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
  }

  .navbar {

    padding: 0px  !important;
    background: linear-gradient(to right, #059669, #065f46) !important;
  }

 .btn-success {
    color: #f45937;
    background-color: #059669;
    border-color: #065f46;
  }

  @media  screen and (max-width: 600px) {
    .cardBody {
      min-height: 100px;
    }

    .small_image {
      height:40px;
      width:40px;
      position: absolute;
      left:0;
      right:0;
      margin:0 auto;
    }
  }
  .bg-light{
    background: rgb(250,109,70);
    color: white;
    border-radius: 10px;
  }
  .orange_color {
    width: 100%;
    background: rgb(0,228,205) !important;
    background: linear-gradient(to right, #059669, #065f46) !important;

  }
  .page-header-title {
    color: white;
    text-align:center;
  }


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}
.flex-end li {
  background: gold;
}

.center {
  justify-content: center;
}
.center li {
  background: deepskyblue;
}

.space-between {
  justify-content: space-between;
}
.space-between li {

  background: rgb(0,228,205);
   background: linear-gradient(to right, #059669, #065f46) !important;
}

.space-around {
  justify-content: space-around;
}
.space-around li {
  background: hotpink;
}

.space-evenly {
  justify-content: space-evenly;
}

.space-evenly li {
  background: #bada55;
}

.flex-item {
  border-radius: 10px;
  padding: 5px;
  width: 80px;
  height: 80px;
  margin: 5px;
  background: rgb(0,228,205);
  background: linear-gradient(to right, #059669, #065f46) !important;
}

.flex-item p{
  color: #188B2D;
  font-size: 12px;
  text-align: center;
  line-height: 10px;
  font-weight: 900;
  padding-top: 12px;
  font-weight: 900;
}

.toggle{
  width: 120px !important;
  height: 10px  !important;
  border-radius:20px !important;
}

.toggle-on{
  font-size: 10px !important;
}

.toggle-off{
  font-size: 10px !important;
}


.toggle-group > .btn-success {
    color: #0084BD !important;
}

.btn-success {
    border-color: #08f3c9 !important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
      background-color: #00acc3 !important;
      color:white !important;
}
.btn-danger {
    color: #FFFFFF  !important;
    background-color: #601a63  !important;
    border-color: #601a  !important;
}
.toggle-group > .btn-danger {
    color: white !important;
    border-color: #0084BD !important;
}

.btn-success:hover {
    color: #FFFFFF !important;
    background-color: #0c3333 !important;
    border-color: #0c3333 !important;
}
.btn-danger:hover {
    color: #FFFFFF !important;
    background-color: #0c3333 !important;
    border-color: #0c3333 !important;
}

.page-header {
  margin: 0px;
}

.pagaragraph {
  padding-top:25px;
}


/* #############################Custom Nav###########################*/

    .navbar a:hover {
      background: #f1f1f1;
      color: black;
    }
    .navbar a.active {
      color: #E93724;
    }
    .toolbar-bottom .tab-link-active i {
     color: #7C7C7C;
    }
    .navbar > a > i {
        font-size: 20px;
    }

    .navbar > a > p {
        font-size:12px;
        margin: 0px; padding: 0px;
    }

    .fa, .fas {
        font-weight: 900;
    }

   .footerrr {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    }

    .loading {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      z-index:1000000000;
    }


/*--------- Text Logo Design ### -------*/

.shadow20 {
  color: #BDBDBD;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6) ;
  -webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6) ;
  -moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6) ;

  background: #1616DB;
  background: -webkit-linear-gradient(to right, #1616DB 0%, #A12764 100%);
  background: -moz-linear-gradient(to right, #1616DB 0%, #A12764 100%);
  background: linear-gradient(to right, #1616DB 0%, #A12764 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.submit-box2 a:hover > span{
  display: none;
}

.submit-box2 a span {
  position: absolute;
  display: block;
  -webkit-transform:translate3d(0,0,0);
}

.submit-box2 a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #FB2736);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.submit-box2 a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #FB2736);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.submit-box2 a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(270deg, transparent, #FB2736);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.submit-box2 a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #FB2736);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}
