.profile-dropdown{
  width: none;
}
.alertify{
  z-index:999999 !important;
  margin-top: -50px;
  position: absolute;
}

.alertify-notifier { z-index:999999 !important; }
.alertify.alertify-confirm {z-index:999999 !important;}
.alertify-logs{
  z-index:999999 !important;
  }
.error{
    color:red;
    text-align: center;
}

.btn-sq-lg {
    width: 180px !important;
    height: 130px !important;
  }
  
  .btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
  }
  
  .btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
  }
  
  .btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding:2px;
  }
  
  label{
      font-size: 17px;
  }

  .card-title{
      padding: 20px;
  }

  

.circle-loader {
    margin-bottom: 2.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 17em;
    height: 17em;
  }
  
  .load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
  }
  
  .checkmark {
    display: none;
  }
  .checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
  }
  .checkmark:after {
    opacity: 1;
    height: 8.5em;
    width: 4.25em;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: '';
    left: 4.25em;
    top: 8.5em;
    position: absolute;
  }
  
  @keyframes loader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 4.25em;
      opacity: 1;
    }
    40% {
      height: 8.5em;
      width: 4.25em;
      opacity: 1;
    }
    100% {
      height: 8.5em;
      width: 4.25em;
      opacity: 1;
    }
  }

/* Mobile Menu Responsive Styles - Updated for new menu structure */
/* All mobile menu styles are now in Menu.php for better organization */