.c-sunflower {
    color: #f1c40f;
  }

  .c-dark-green {
    color: #27ae60;
  }

  .blue {
    color: #3498db;
  }
  .c-silver {
    color: #bdc3c7;
  }
  .c-purple {
    color: #9b59b6;
  }
  .green {
    color: #2ecc71;
  }

  .c-light-black {
    color: #34495e;
  }

  #loader {
      transition: all .3s ease-in-out;
      opacity: 1;
      visibility: visible;
      position: fixed;
      height: 100vh;
      width: 100%;
      background: #fff;
      z-index: 90000
  }

  #loader.fadeOut {
      opacity: 0;
      visibility: hidden
  }

  .spinner {
      width: 40px;
      height: 40px;
      position: absolute;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      background-color: #333;
      border-radius: 100%;
      -webkit-animation: sk-scaleout 1s infinite ease-in-out;
      animation: sk-scaleout 1s infinite ease-in-out
  }

  @-webkit-keyframes sk-scaleout {
      0% {
          -webkit-transform: scale(0)
      }
      100% {
          -webkit-transform: scale(1);
          opacity: 0
      }
  }

  @keyframes sk-scaleout {
      0% {
          -webkit-transform: scale(0);
          transform: scale(0)
      }
      100% {
          -webkit-transform: scale(1);
          transform: scale(1);
          opacity: 0
      }
  }

  .noscroll{
      overflow: hidden;
      position: fixed;
  }
  .select2{
      width: 100%;
  }

  .uploadButton {
margin-top:30px;
}

.cardHover:hover {
box-shadow: 0 64px 64px 0 rgba(0,0,0,0.06), 0 32px 32px 0 rgba(0,0,0,0.03), 0 16px 16px 0 rgba(0,0,0,0.02), 0 4px 4px 0 rgba(0,0,0,0.02), 0 2px 2px 0 rgba(0,0,0,0.02) !important;
}

.minCardBodyHeight{
min-height: 170px;
}
  

.select2-selection {
height: 34px !important;
}

.select2-selection__arrow {
  height: 30px !important;
 
}

.select2-selection--single .select2-selection__rendered {

  line-height: 30px !important;
}
.hoverWhiteBox:hover a {
color: #fff !important;
}
.hoverWhite:hover {
color:#fff !important;
}