/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.scroll-wrap {
    display: inline-block;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
}

.scroll-box {
    max-height: 500px;
    height: 500px;
    overflow-y: scroll;
}

.checkbox_1_2{
    transform: scale(1.2);
}
.checkbox_1_2:checked:before{
    background-color:#10C888 !important;
}

.checkbox_1_5{
  transform: scale(1.5);
}
.checkbox_1_5:checked:before{
  background-color:#10C888 !important;
}

.lds-ring {
  display: none;
  position: relative;
  width: 49px;
  height: 45px;
  margin-top: 40px;
}
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 3px solid #1976d2;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #1976d2 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .textareaHTML{
    width:100% !important;
  }

.dropdownMin > .dropdown-toggle::after {
    top: -8px !important;
    right: 2px !important;
    padding: 0px !important;  
}