div#app-settings {
    display: none;
}
[dir=ltr] .dropdown-toggle::after{
    display: none;
}
.page__container .card.card-form {
    min-height: 70vh;
}
.page__container .card.card-form.profile{
    min-height: 10vh;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
ul.permissions {
    margin-bottom: 1rem;
    padding: 0 0;
    list-style: none;
}
ul.permissions li{
    padding: 5px 0;
}
.ml-x-14 {
    margin-left: -14px;
}
.form-control-flush{
    border-bottom: 1px dashed !important;
}
.inline-span {
    padding: 5px 0px;
    display: inline-flex;
}
.bold{
    font-weight: 500;
    display: flex;
    padding: 0px 2px;
}
.bold-block{
    display: block;
}
.layout-login-centered-boxed-form{
    padding: 2rem;
    position: relative;
    max-width: 26rem;
    margin: 2rem 0;
}
@media screen and (min-width: 768px){
    .layout-login-centered-boxed-form{
        min-width: calc(580px + 3rem * 2) !important;
        padding: 2rem;
    }
}
@media screen and (max-width:768px){
    .layout-login-centered-boxed__form, .layout-login-centered-boxed-form{
        max-width: 100% !important;
        margin: 2rem auto !important;
    }
}

.form-group p{
    padding: 5px 0px;
    margin: 2px auto;
    line-height: 2;
}
.blocked{
    display: none !important;
}
.lds-default {
    display: flex;
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
  }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(109, 200, 236);
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #29d;

    overflow: hidden;
  }

  .pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #29d;
  }

  .pace.pace-inactive {
    display: none;
  }
  .toast-error {
    background-color: #bd362f!important;
}

.file_name{
    display: none;
    color:#7DC668;
}
.loading_area{
  text-align: center;
  margin-top: 90px;
  display: none;
}
.bar{
  background-color: #ccc;
  width:100%;

}
.progress_bar{
  margin: 10px 0;
  padding: 2px 0;
  background-color: #1C2260;
  width:0%;
  box-shadow: none;
    border-radius: 3px;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);

}
.form_loading {
    z-index: 1;
    margin: 10px auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #1C2260;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-control-label::before{
    border-color:#222!important;
}
.ql-container{
    overflow-y: scroll;
}
.select2-container--open .select2-results{
    height: 300px;
    overflow-y: scroll;
}

.cardHeading{
    margin: 3px auto;
    border-bottom: 1px solid #222;
  }
