

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #4b4199;
}
.card {
    border: 1px solid #eff2f5 !important;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 20%) !important;
}
.main {
    font-family:Arial;
    width:500px;
    display:block;
    margin:0 auto;
  }

  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px;
    background:#f30;
    color: green;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }
.customer.aside-enabled.aside-fixed.header-fixed .header{
    left: 0 !important;
}
.customer.aside-enabled.aside-fixed .wrapper {
     padding-left: 0 !important;
}
.customer .menu-link{
    background-color: rgb(255 255 255) !important;
    position: relative;
}
.customer .fa-cart-arrow-down{
    font-size: 22px !important;
}

.customer  .wrapper{
         padding-top: 80px !important;
}

.customer .cart-count{
    background-color: #4b4199;
    color: #FFFF;
    border-radius: 50%;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    top: -8px;
    right: 0;
}

.customer .cart-count-mobile {
    background-color: #4b4199;
    color: #FFFF;
    border-radius: 50%;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    top: -11px;
    right: -11px;
}

.customer-header {
    left: 0px !important;
}
.content{
    padding-bottom:0px !important;
}
.customer.header-fixed.toolbar-fixed .wrapper {

   padding-top: 82px !important;
   padding-bottom:0px !important;
}
img{
   image-rendering: -moz-crisp-edges;
   image-rendering: -o-crisp-edges;
   image-rendering: -webkit-optimize-contrast;
   image-rendering: optimize-contrast;
   -ms-interpolation-mode: nearest-neighbor;
}
.short-text{
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 250px;
}
.add-customer-btn{
   right: 12px;
   top: 34px;
   bottom: 0;
   font-size: 24px;
   cursor: pointer;
}

.add-customer-btn:hover{
   color: #212a59;
}
.btn-check-avai{
   position: absolute;
   top: 29px;
   right: 4px;
}


#login-box {
	position: absolute;
	/* top: 0px; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	min-width: 100%;
	/* margin: 0 auto; */
	/* min-height: 250px; */
	/* padding: 20px; */
	z-index: 9999;
}
.login-box {
	position: absolute;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    /* min-width: 350px; */
    margin: 0 auto;
    /* min-height: 250px; */
    padding: 20px;
    z-index: 9999;
}


#login-box .logo .tweak {
	color: #2e0f79;
}
#login-box .controls {
	padding-top: 30px;
}


#particles-js{
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-position: 50% 50%;
      background-color: #2e0f79;
  	position: fixed;
  	top: 0px;
  	z-index:1;
}





.invoice-file-uploads  [type="file"] {
    height: 0;
    overflow: hidden;
    display: none;
    width: 0;
}
.invoice-file-uploads [type="file"] + label {
    background: #f15d22;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}
.invoice-file-uploads [type="file"] + label:hover {
    background-color: #d3460d;
}
.invoice-file-uploads [type="file"] + label.btn-1 {
    background-color: #f79159;
    box-shadow: 0 6px #f57128;
    transition: none;
}
.invoice-file-uploads [type="file"] + label.btn-1:hover {
    box-shadow: 0 4px #f57128;
    top: 2px;
}
.invoice-file-uploads [type="file"] + label.btn-2 {
    background-color: #99c793;
    border-radius: 50px;
    overflow: hidden;
}

.invoice-file-uploads [type="file"] + label.btn-2:hover {
    background-color: #497f42;
}
.invoice-file-uploads [type="file"] + label.btn-2:hover::before {
    right: 75%;
}
.invoice-file-uploads [type="file"] + label.btn-3 {
    background-color: #ee6d9e;
    border-radius: 0;
    overflow: hidden;
}
.invoice-file-uploads [type="file"] + label.btn-3 span {
    display: inline-block;
    height: 100%;
    transition: all 0.3s;
    width: 100%;
}
.invoice-file-uploads [type="file"] + label.btn-3::before {
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Pro";
    font-size: 130%;
    height: 100%;
    left: 0;
    line-height: 2.6;
    position: absolute;
    top: -180%;
    transition: all 0.3s;
    width: 100%;
}
.invoice-file-uploads [type="file"] + label.btn-3:hover {
    background-color: #ae144f;
}
.invoice-file-uploads [type="file"] + label.btn-3:hover span {
    transform: translateY(300%);
}
.invoice-file-uploads [type="file"] + label.btn-3:hover::before {
    top: 0;
}

.select2-container .select2-selection--single{
    height: auto !important;
}

.category a:hover{
    color: #f1416c !important;
}

.upload__box {
    padding: 10px 0px;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}
.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 85px;
    padding: 5px 10px;
    margin: 12px 3px;
    /* margin-bottom: 12px; */
    border: 2px solid #eff2f5;
}
.upload__img-close {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgb(219 20 48 / 51%);
    position: absolute;
    top: -11px;
    right: -15px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.skip-btn{
    margin-right:25px; color:white;
}
.error{
    color:red;
}

.dataTables_empty {
    display: none;
}
.pagination{
    direction: ltr;
}
.accordion-button-2{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    color: #181c32;
    text-align: left;
    background-color: #f5f8fa;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;

}
.accordion-button{
    background-color: #f5f8fa !important;
}

.accordion-button{
    font-size: 1.2rem;
    font-weight: 600;
}

.accordion-card{
    border: 2px solid #9fcff8;
}


.table.gy-5 th, .table.gy-5 td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding: 9px;
}

.header .header-menu .menu > .menu-item > .menu-link.active  i{
    color: #ffffff !important;
}

.card-flush .card-header{
    background-color: #ecf8ff70 !important;
    border-bottom: 1px solid #EFF2F5 !important;
}
.form-check-input[type=radio] {
    border-radius: 50% !important;
}



.form-switch.form-check.form-check-solid .form-check-input{
    border-radius: 3.25rem !important;
}

.aside{
    box-shadow:none !important;
}
.table td.fit, .table th.fit{white-space: nowrap;width: 1%;}

.svg-icon-3hx svg{
    background: #d2edf5 !important;
    padding: 0px 11px;
    border-radius: 50px;
}
.tanent-menu-sub div.position-relative{
    border: 1px solid #473558;
    border-radius: 4px;
}
.tanent-container  .btn.btn-outline-primary,.tanent-container .btn.btn-outline-primary:hover{
    border: 1px solid #e4e6ef !important;
    color: #000000!important;
    background-color: transparent !important;
    border-radius: 10px !important;
}
p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
  }

  p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
  }

  input.parsley-success,
  select.parsley-success,
  textarea.parsley-success {
    color: #468847;
    border: 1px solid red;
  }

  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
  }

  .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
  }

  .parsley-errors-list.filled {
    opacity: 1;
  }

  .parsley-required {
    font-size: 12px;
    color: #eb2420;
  }
  .kt_chat_messenger_footer textarea{
    border: 1px solid #473558 !important;
    border-radius: 5px !important;
  }

@media only screen and  (max-width: 1370px){
    .donutchart,.chart{
        width:300px !important;
        height:300px !important;

    }
    /* .labelOverlay{
        top: 89px !important;;
        left: -7px !important;;
    }
    .labelOverlay p.used-size{
        font-size:18px !important;;
    } */
    }
.overview{
    width: 27px;
    margin-right: 1rem !important;
}
.menu-title{
    font-size: 15px;
}
.app-sidebar .menu>.menu-item>.menu-link.active{
    background-color: #1FA5CE;

}
.menu-link.active .menu-title{
    color: #fff;
}
.menu-link.active .las{
    color: #fff;
}

@media only screen and  (max-width: 1200px){
    .form-section{
        order: 2 !important;
    }
    .hint-section{
        order: 1 !important;
    }
    }


@media only screen and  (max-width: 992px){
.toolbar-enabled:not(.toolbar-tablet-and-mobile-fixed) .content {
    padding-top: 15px !important;
}
}

@media only screen and  (max-width: 768px){

    .fc-view-harness {
        height: 389.963px !important;
    }
    .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
        margin-bottom: 0 !important;
    }
    .fc .fc-header-toolbar {
        flex-direction: row;
        align-items: baseline !important;
        padding: 3px 10px;
    }

    }



