
/* pre-loader */ 
.pre-loader:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 50%;
  height: 5px;
  background-color: #000;
  animation: cardLoader 1s ease-in-out alternate infinite;}
@keyframes cardLoader {
  0% {
    left: 0;
    width: 1%;
    background-color: #fff;
  }
  50% {
    width: 30%;
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
    width: 1%;
    background-color: #000;
  }
}	



/* loading */
.loading {
   position: fixed;
   z-index: 1000;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   text-align: center;
   white-space: nowrap;
   color: #101010;
   font-size: 20px;
   letter-spacing: 5px;
   background: #00000085;}
 .loading span {
   position: absolute;
   right: 50%;
   bottom: 50%;
   -webkit-transform: translate(50%,50%);
   -ms-transform: translate(50%,50%);
   transform: translate(50%,50%);}
 .loading span::before {
   content: '';
   border: 2px solid #dbf2ff; 
   width: 32px;
   height: 32px;
   position: absolute;
   left: 35px;
   bottom: 35px;
   border-radius: 50%;
   border-right: 2px solid #018df7;
   animation-name: spin;
   animation-duration: 900ms;
   animation-iteration-count: infinite;
   /*animation-timing-function: linear; /*linear spin */
   animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);}
 @-webkit-keyframes spin {
   0% { -webkit-transform: rotate(0deg); }
   /*50% {width:24px;height:24px} /*shrinking effect*/
   100% { -webkit-transform: rotate(360deg); }
 }
 @keyframes spin {
   0% { -webkit-transform: rotate(0deg);}
  /*50% {width:24px;height:24px} /*shrinking effect*/
   100% { -webkit-transform: rotate(360deg); }
 }




/* font */
body {
   font-family: poppinsregular;
   font-size: 13px;}
.font-poppins {
   font-family: poppinsregular;}
.font-medium {
   font-family: poppinsmedium;}
.font-bold {
   font-family: poppinsbold;}
.font-semi-bold {
   font-family: poppinssemibold;}







/* custom */
/* margin */

/**/
.mt-0 {
   margin-top: 0 !important;}
.mt-5 {
   margin-top: 5px !important;}
.mt-10 {
   margin-top: 10px !important;}
.mt-15 {
   margin-top: 15px !important;}
.mt-20 {
   margin-top: 20px !important;}
.mt-25 {
   margin-top: 25px !important;}
.mt-30 {
   margin-top: 30px !important;}
.mt-40 {
   margin-top: 40px !important;}
.mt-45 {
   margin-top: 45px !important;}
.mt-50 {
   margin-top: 50px !important;}
.mt-55 {
   margin-top: 55px !important;}
.mt-70 {
   margin-top: 70px !important;}
/**/
.mt--2 {
   margin-top: -2px !important;}
.mt--9 {
   margin-top: -9px !important;}
/**/
.me-10 {
   margin-right: 10px !important;}
.me-15 {
   margin-right: 15px !important;}
.me-20 {
   margin-right: 20px !important;}
.me-110 {
   margin-right: 110px !important;}
/**/
.mb-0 {
   margin-bottom: 0 !important;}
.mb-5 {
   margin-bottom: 5px !important;}
.mb-10 {
   margin-bottom: 10px !important;}
.mb-15 {
   margin-bottom: 15px !important;}
.mb-25 {
   margin-bottom: 25px !important;}
.mb-30 {
   margin-bottom: 30px !important;}
.mb-60 {
   margin-bottom: 60px !important;}
/**/
.ms-0 {
   margin-left: 0 !important;}
.ms-10 {
   margin-left: 10px !important;}
.ms-15 {
   margin-left: 15px !important;}




/* padding */
/**/
.p-20 {
   padding: 20px !important;}
.p-30 {
   padding: 30px !important;}
.p-10 {
   padding: 10px !important;}
.p-40 {
   padding: 40px !important;}
/**/
.ptb-10-se-15 {
   padding: 10px 15px !important;}

/**/
.pt-0 {
   padding-top: 0 !important;}
.pt-15 {
   padding-top: 15px !important;}
.pt-20 {
   padding-top: 20px !important;}
.pt-25 {
   padding-top: 25px !important;}
.pt-30 {
   padding-top: 30px !important;}
.pt-35 {
   padding-top: 35px !important;}
.pt-40 {
   padding-top: 40px !important;}
.pt-50 {
   padding-top: 50px !important;}
.pt-70 {
   padding-top: 70px !important;}
.pt-90 {
   padding-top: 90px !important;}
.pt-120 {
   padding-top: 120px !important;}

/**/
.pe-0 {
   padding-right: 0 !important;}
.pe-10 {
   padding-right: 10px !important;}
.pe-20 {
   padding-right: 20px !important;}
.pe-25 {
   padding-right: 25px !important;}
.pe-30 {
   padding-right: 30px !important;}

/**/
.pb-0 {
   padding-bottom: 0 !important;}
.pb-5 {
   padding-bottom: 5px !important;}
.pb-10 {
   padding-bottom: 10px !important;}
.pb-15 {
   padding-bottom: 15px !important;}
.pb-20 {
   padding-bottom: 20px !important;}
.pb-25 {
   padding-bottom: 25px !important;}
.pb-30 {
   padding-bottom: 30px !important;}
.pb-40 {
   padding-bottom: 40px !important;}
.pb-50 {
   padding-bottom: 50px !important;}
.pb-70 {
   padding-bottom: 70px !important;}

/**/
.ps-0 {
   padding-left: 0 !important;}
.ps-15 {
   padding-left: 15px !important;}
.ps-20 {
   padding-left: 20px !important;}
.ps-30 {
   padding-left: 30px !important;}

/* top */
.t-19{top:19px !important;}


/* overflow */
.overflow-y-auto {
   overflow-y: auto;}
.overflow-x-hidden {
   overflow-x: hidden;}


/* height */
/* px */
.h-20-px {
   height: 20px !important;}
.h-25-px {
   height: 25px !important;}
.h-30-px {
   height: 30px !important;}
.h-32-px {
   height: 32px !important;}
.h-35-px {
   height: 35px !important;}
.h-40-px {
   height: 40px !important;}
.h-45-px {
   height: 45px !important;}   
.h-60-px {
   height: 60px !important;}
.h-70-px {
   height: 70px !important;}
.h-100-px {
   height: 100px !important;}
.h-120-px {
    height: 120px !important;}
.h-150-px {
    height: 150px !important;}
.h-200-px {
   height: 200px !important;}
.h-250-px {
    height: 250px !important;}
.h-275-px {
   height: 275px !important;}
.h-300-px {
   height: 300px !important;}
.h-315-px {
   height: 315px !important;}
.h-320-px {
   height: 320px !important;}
.h-330-px {
   height: 330px !important;}
.h-340-px {
   height: 340px !important;}
.h-350-px {
    height: 350px !important;}
.h-355-px {
    height: 355px !important;}
.h-390-px {
    height: 390px !important;}
.h-410-px {
    height: 410px !important;}
.h-460-px {
   height: 460px !important;}
.h-865-px {
   height: 865px !important;}
/* vh */
.h-100-vh {
   height: 100vh !important;}
/* min */
.m-h-0 {
   min-height: 0 !important;}
/* calc */
.m-h-calc-100vh-50 {
   min-height: calc(100vh - 50px);}
.m-h-calc-100vh-80 {
   min-height: calc(100vh - 80px);}
.m-h-calc-100vh-100 {
   min-height: calc(100vh - 100px);}
.m-h-calc-100vh-160 {
   min-height: calc(100vh - 160px);}

@media (min-width: 768px){
   .h-md-100{
      height: 100%!important;
   }
}

/* width */
/* px */
.w-2-px{
   width: 2px !important;}
.w-20-px {
   width: 20px !important;}
.w-28-px {
   width: 28px !important;}
.w-90-px {
   width: 90px !important;}
.w-100-px {
   width: 100px !important;}
.w-130-px {
   width: 130px !important;}
.w-150-px {
   width: 150px !important;}
.w-155-px {
   width: 155px !important;}
/* min */
.m-w-40-px {
   min-width: 40px !important;}
.m-w-100-px {
  min-width: 100px !important;}
.m-w-140-px {
  min-width: 140px !important;}

/* max */
.m-w-400 {
   max-width: 400px !important;}
.m-w-initial {
   max-width: initial !important;}


/* rounded */
.rounded-5 {
   border-radius: 5px !important;}
.rounded-9 {
   border-radius: 9px !important;}
.rounded-15 {
    border-radius: 15px !important;}
.rounded-25 {
   border-radius: 25px !important;}
.rounded-t-s {
   border-top-left-radius: 0 !important;}


/* img */
.img-cover {
   object-fit: cover !important;}


/* opacity */
.opacity-p7 {
   opacity: .7;}
.opacity-p5 {
   opacity: .5;}



/* font-size */
.fs-9 {
   font-size: 9px !important;}
.fs-10 {
   font-size: 10px !important;}
.fs-11 {
   font-size: 11px !important;}
.fs-12 {
   font-size: 12px !important;}
.fs-13 {
   font-size: 13px !important;}
.fs-18 {
   font-size: 18px !important;}
.fs-16 {
   font-size: 16px !important;}
.fs-14 {
   font-size: 14px !important;}
.fs-15 {
   font-size: 15px !important;}
.fs-26 {
   font-size: 26px !important;}
.fs-35 {
   font-size: 35px !important;}


/**/
.border-left-2 {
   border-left: 2px solid #ddd !important;}


/* font-weight */
.fw-400{
   font-weight: 400;
}

/* border */
@media (max-width: 767px) {
.border-none-md {
   border: none !important;}
}

/* cursor */
.cursor-pointer {
   cursor: pointer !important;}

/* shadow-none */
.shadow-none {
   box-shadow: none !important;}

/* text-pre-line */
.text-pre-line {
   white-space: pre-line !important;}

/* display */
.d-initial {
   display: initial !important;}
.d-inline-bock {
   display: inline-block !important;}

/* pointer-none */
.pointer-none {
   pointer-events: none !important;}

/* resize-none */
.resize-none {
   resize: none !important;}

/* justify-content-right */
.justify-content-right {
   justify-content: right!important;}

/* screen */
@media screen {
.d-screen-none {
   display: none !important;}
}

/* position-content-center */
.position-content-center {
   position: absolute;
   right: 50%;
   bottom: 50%;
   -webkit-transform: translate(50%,50%);
   -ms-transform: translate(50%,50%);
   transform: translate(50%,50%);}



/* scrollbar */
.scrollbar::-webkit-scrollbar {
   background-color: transparent;
   width: 5px;}
.scrollbar:hover::-webkit-scrollbar-thumb {
   background-color: rgba(0, 0, 0, 0.2);}
@media (hover: none) {
.scrollbar::-webkit-scrollbar {
   width: 5px;}
.scrollbar::-webkit-scrollbar-thumb {
   background-color: rgba(0, 0, 0, 0.2);}
} 



/* mobile_device */
body:not(.mobile_device) .show-mobile {
  display: none;}
.mobile_device .hide-mobile {
  display: none;}





/* modal */
.modal .modal-content {
   border-radius: 15px;
   border: none;}
/* modal-header */
.modal .modal-header {
   padding: 30px;}
.modal .modal-header h5 {
   font-size: 20px;}

/* modal-body */
.modal .modal-body {
   padding: 30px;}

/* modal-footer */
.modal .modal-footer {
   padding: 30px;}





/* form-default */
/* form-body */
.form-default .form-body [class^="col-"] {
   margin-bottom: 20px;}
.form-default .form-body .form-label {
   font-family: poppinsmedium;
   color: #565659;
   font-size: 12px;}
.form-default .form-body .form-control,
.form-default .form-body .form-select {
   background-color: #f2f2f2;
   font-size: 12px;
   padding: 8px 15px;
   border-color: transparent;}
.form-default .form-body .form-control:focus,
.form-default .form-body .form-select:focus {
   box-shadow: none;}
.form-default .form-body .form-control:invalid,
.form-default .form-body .form-select:invalid {
   background-color: #ffe9e9;}
/* chosen */
.form-default .form-body .chosen-container-single .chosen-single {
   text-align: left;
   box-shadow: none;
   border-radius: .25rem;
   background-color: #f2f2f2;
   height: 34px;
   margin-top: 1px;
   line-height: 27px;}
.form-default .form-body .chosen-container-single .chosen-single div b:before {
   background-color: #ccc;
   color: #fff;
   padding: 2px 5px;
   border-radius: 50%;
   position: relative;
   bottom: 2px;
   right: 3px;}



/* field-view */
.form-default .form-body .field-view {
   background-color: #f2f2f2;
   margin-top: 5px;
   border-radius: 0.25rem;
   font-size: 12px;
   padding: 8px 15px;}


/* file-name */
.form-default .form-body .file-name {
   font-size: 11px;
   word-break: break-all;}



/* attach-label-btn */
.form-default .form-body .attach-label-btn {
   display: block;
   position: relative;
   background-color: #f2f2f2;
   height: 35px;
   border-radius: .25rem;
   font-size: 16px;
   padding: 10px;}
.form-default .form-body .attach-label-btn .attach-label {
   font-family: poppinsmedium;
   position: absolute;
   top: 3px;
   z-index: 5;
   background-color: #29abe2;
   color: #fff;
   text-align: center;
   width: 120px;
   height: 25px;
   line-height: 25px;
   font-size: 12px;
   border-radius: 5px;}
.form-default .form-body .attach-label-btn input[type="file"] {
   font-size: 11px;
   position: relative;
   bottom: 7px;
   z-index: 0;
   margin-left: 41px;}
.form-default .form-body .attach-label-btn img {
   height: 20px;
   position: absolute;
   right: 10px;
   top: 8px;}



/* img-show */
.form-default .form-body .img-show {
   position: relative;
   border: 1px solid #e0e1e3;
   padding: 10px;
   border-radius: 5px;}
.form-default .form-body .img-show .primary-btn {
   position: absolute;
   right: 0;
   bottom: 0;
   background-color: #fff;
   border-radius: 50%;
   padding: 3px 8px;}


/* form-body-section */
/* section-head */
.form-default .form-body .form-body-section .section-head .section-head-text {
   font-family: poppinsmedium;
   color: #424242;
   font-size: 18px;}




/* filter-checkbox-radio */
.filter-checkbox-radio .filter-item {
   display: inline-block;
   margin-bottom: 10px;
   margin-left: 15px;}
.filter-checkbox-radio .filter-item label {
   cursor: pointer;}
.filter-checkbox-radio .filter-item input {
   position: relative;
   top: 2px;}
.filter-checkbox-radio .filter-item span {
   font-size: 12px;}
@media (max-width: 767px) {
.filter-checkbox-radio .filter-item {
   margin-left: 0;
   margin-right: 15px;}
}






/* pagination */
.pagination .page-item {
   margin-left: 5px;
   margin-right: 5px;}
.pagination .page-item .page-link {
   border: none;
   font-size: 13px;
   border-radius: 5px;
   color: #918f8f;
   padding: 0 6px;}
.pagination .page-item .page-link.active {
   color: #000;}
.pagination .page-item.next-item .page-link,
.pagination .page-item.prev-item .page-link {
   width: 20px;
   text-align: center;
   background-color: #000;
   font-size: 14px;
   border-radius: 50%;
   color: #fff;}



/* xs <575 */
@media (max-width: 575px) {
}
/* sm 576 to 767 */
@media (min-width: 576px) and (max-width: 767px) {

}
/* md 768 to 991 */
@media (min-width: 768px) and (max-width: 991px) {

}
/* lg 992 to 1199 */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* xl 1200 to 1399 */
@media (min-width: 1200px) and (max-width: 1399px) {

}
/* xxl >1400 */
@media (min-width: 1400px) {

}
/* ----- */
/* zero-sm */
@media (max-width: 767px) {
.me-0-zero-sm {
   margin-right: 0 !important;}
.mt-10-zero-sm {
   margin-top: 10px !important;}
.mt-15-zero-sm {
   margin-top: 15px !important;}
.mb-15-zero-sm {
   margin-bottom: 30px !important;}
.pt-30-zero-sm {
   padding-top: 30px !important;}
.pt-50-zero-sm {
   padding-top: 50px !important;}
.pt-25-zero-sm {
   padding-top: 25px !important;}
.pb-25-zero-sm {
   padding-bottom: 25px !important;}
.pb-50-zero-sm {
   padding-bottom: 50px !important;}
.order-1-zero-sm {
   order: 1 !important;}
.order-2-zero-sm {
   order: 2 !important;}
.order-3-zero-sm {
   order: 3 !important;}

.border-0-zero-sm {
   border: 0 !important;}

/* height */
.h-100-px-zero-sm {
   height: 100px !important;}
.h-250-px-zero-sm {
    height: 250px !important;}
}
/* zero-md */
@media (max-width: 991px) {
.me-15-zero-md {
   margin-right: 15px !important;}
.border-none-zero-md {
   border: none !important;}
/* height */
.h-100-px-zero-md  {
   height: 100px !important;}
}
/* md-all */
@media (min-width: 768px) {
.me-15-md-all {
   margin-right: 15px !important;}
.mb-0-md-all {
   margin-bottom: 0 !important;}
.pe-0-md-all {
   padding-right: 0 !important;}
.pt-0-md-all {
   padding-top: 0 !important;}
.pb-0-md-all {
   padding-bottom: 0 !important;}
.ps-0-md-all {
   padding-left: 0 !important;}

/* min */
.m-h-500-md-all {
   min-height: 500px !important;}

/* img */
.img-cover-md-all {
   object-fit: cover !important;}
}
/* lg-all */
@media (min-width: 992px) {
/* height */
.h-60-px-lg-all {
   height: 60px !important;}
.h-815-px-lg-all {
   height: 815px !important;}
/* overflow */
.overflow-y-auto-lg-all {
   overflow-y: auto;}
.overflow-x-hidden-lg-all {
   overflow-x: hidden;}
}