/*------- Font Family Starts -------*/

@font-face { font-family: "Poppins-Light"; src: url("../fonts/Poppins-Light.otf"); }
@font-face { font-family: "Poppins-Medium"; src: url("../fonts/Poppins-Medium.otf"); }
@font-face { font-family: "Poppins-Regular"; src: url("../fonts/Poppins-Regular.otf"); }

/*------- Font Family Ends -------*/

/*------- CSS Variables Starts -------*/


/*------- CSS Variables Ends -------*/

/*------- Reset CSS Starts -------*/

html { letter-spacing: 1px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form { margin: 0; padding: 0; }
li { list-style: none; }
a,
a:hover,
a:focus { outline: 0; text-decoration: none; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; }

/*------- Reset CSS Ends -------*/

/*------- Bootstrap Grid CSS Starts -------*/

.container-fluid { padding: 10px; }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding: 0 5px; }
.row { margin-left: -5px; margin-right: -5px; }
.mb-lg-10 { margin-bottom: 10px; }

/*------- Bootstrap Grid CSS Ends -------*/

/*------- Common CSS Starts -------*/

body { background-color: #f2f1f7; }
.img-auto { margin: 0 auto; }
.flex-center { align-items: center; display: flex; justify-content: center; }
.remove-padding { padding: 0; }
h1 { font-size: 3rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }
.float-left { float: left; }
.float-right { float: right; }
.full-width { width: 100%; }

/*------- Common CSS Ends -------*/

/*------- Blur Section Starts -------*/

.bg-blur { display: none; }

/*------- Blur Section Ends -------*/

/*------- Mobile Close Menu Icon CSS Starts -------*/

.sidebar-close-menu { display: none; }

/*------- Mobile Close Menu Icon CSS Ends -------*/

/*------- Internet Activity Section Starts -------*/

#bgColor {
	display: none;
}
#bgColor.active {
	background-color: #000;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#online-offline {
	color: #fff;
	font: 7rem/1.42857143 "Barlow-Semibold";
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
/*------- Internet Activity Section Ends -------*/

/*------- Fixed Top Header CSS Starts -------*/

  /*------- Hamburger Menu CSS Starts -------*/

.burger-menu { background: #9ac762; cursor: pointer; height: 50px; position: relative; width: 50px; }
.burger-menu > span { background-color: #fff; height: 2px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%) rotate(0deg); -webkit-transform: translate(-50%,-50%) rotate(0deg); -moz-transform: translate(-50%,-50%) rotate(0deg); -ms-transform: translate(-50%,-50%) rotate(0deg); -o-transform: translate(-50%,-50%) rotate(0deg); transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; width: 25px; }
.burger-menu > span:before,
.burger-menu > span:after { background-color: #fff; content: ""; height: 2px; position: absolute; top: -10px; width: 25px; }
.burger-menu > span:after { top: 10px; }

  /*------- Hamburger Menu CSS Ends -------*/

.top-header { background-color: #26656a; left: 0; padding: 0; position: fixed; top: 0; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; width: 100%; z-index: 3; }
.top-header.active { 
    /*padding-left: 250px; */
    z-index: 999;
}
.admin-panel { color: #fff;  font: 1.7rem/1 "Poppins-light"; }
.top-menu-listing { text-align: right; }
.top-menu-listing > li { display: inline-block; margin-right: 10px; position: relative; }
.top-menu-listing > li > a { color: #fff; font: 1.8rem/1.42857143 var(--Poppins-Light); position: relative; }
.top-menu-listing > li > a > i > span { align-items: center; background-color: #8bc34a; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; color: #fff; content: ""; display: flex; font-family: "Poppins-Light"; font-size: 1rem; height: 20px; justify-content: center; right: -10px; position: absolute; top: -10px; width: 20px; }
.top-menu-listing > li > a:hover,
.top-menu-listing > li.active > a { color: #9ac762; }
.top-menu-listing > li > a > i.fa-compress { display: none; }

/*------- Fixed Top Header CSS Ends -------*/

/*------- Fixed Sidebar CSS Starts -------*/

.admin-panel-heading > h2 { align-items: center; background-color: #26656a; color: #fff; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; font: 2.4rem/1.42857143 "Poppins-Medium"; height: 50px; justify-content: flex-start; line-height: 50px; padding-left: 15px; text-align: center; width: 100%; }
.img-hlogo { width: 185px; }
/*.fixed-sidebar { background-color: #26656a; height: 100%; left: 0; position: fixed; top: 0; transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; width: 250px; z-index: 3; overflow-y: scroll;}*/
/*.fixed-sidebar.active { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }*/
.sidebar-menu-listing > li > a { color: #fff; display: block; font: 1.6rem/1.42857143 "Poppins-Light"; padding: 10px 15px; position: relative; }
.sidebar-menu-listing > li > a > i { width: 40px; }
.sidebar-menu-listing > li > a > i.fa-pull-right { line-height: 1.42857143; width: auto; }
.sidebar-menu-listing > li > a:hover,
.sidebar-menu-listing > li.active > a { box-shadow: inset -250px 0 0 0 #f4f4f4; -webkit-box-shadow: inset -250px 0 0 0 #f4f4f4; -moz-box-shadow: inset -250px 0 0 0 #f4f4f4; -ms-box-shadow: inset -250px 0 0 0 #f4f4f4; -o-box-shadow: inset -250px 0 0 0 #f4f4f4; color: #272727; }
.sidebar-menu-listing > li > a:hover:before,
.sidebar-menu-listing > li.active > a:before { color: #272727; }
.sidebar-menu-listing > li > ul { display: none; }
.sidebar-submenu-listing  { background-color: #353754; margin: 0 15px; }
.sidebar-submenu-listing > li > a { color: #fff; display: block; font: 1.8rem/1.42857143 "Poppins-Light"; padding: 10px 15px; }
.sidebar-submenu-listing > li > a:hover { box-shadow: inset 0 45px 0 0 #373b67; -webkit-box-shadow: inset 0 45px 0 0 #373b67; -moz-box-shadow: inset 0 45px 0 0 #373b67; -ms-box-shadow: inset 0 45px 0 0 #373b67; -o-box-shadow: inset 0 45px 0 0 #373b67; }




/*custom*/
.sidebar-overlay.open {
  display: block;
}
.sidebar-overlay {
  display: none;
  position: fixed;
  width: calc(100% - 340px);
  height: calc(100vh - 80px);
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 101;
  cursor: w-resize;
}
.sidebar-overlay {
  display: none;
}
.menu-toggle {
  /*width: 60px;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  /*cursor: pointer;*/
  /*margin-right: 12px;*/
}

.sidebar-left.open {
  left: 0px;
  /*transform: translateX(0%); -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%);*/
}
.sidebar-left {
  left: -300px;
  z-index: 90;
  transition: all 0.24s ease-in-out;
  /*transform: translateX(-100%); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%);*/
}
.sidebar-left,
.sidebar-left-secondary {
  position: fixed;
  /*top: 60px;*/
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #26656a;
}
.scroll-style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #ced4da;
  background-color: #fff;
}

.scroll-style-3::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}

.scroll-style-3::-webkit-scrollbar-thumb {
  background-color: var(--bs-gray-400);
}

.sidebar-left-secondary.open {
  left: 250px;
}
.sidebar-left-secondary {
  left: -430px;
  z-index: 89;
  width: 400px;
  padding: 0.75rem 0;
  transition: left 0.24s ease-in-out;
  background-color:  #26656a;;
}
.sidebar-left-secondary > .childNav {
  margin: 0;
}
.sidebar-left-secondary .childNav {
  list-style: none;
  padding: 0;
  display: none;
}
.sidebar-left-secondary .childNav li.nav-item {
  display: block;
  /*padding: 0 20px;*/
}
.sidebar-overlay.open {
  display: block;
}
.sidebar-overlay {
  display: none;
  position: fixed;
  width: calc(100% - 340px);
  height: calc(100vh - 80px);
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 101;
  cursor: w-resize;
}
.sidebar-overlay {
  display: none;
}
/*.item-name {*/
/*    color: #fff;*/
/*}*/
.menu-toggle {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
}
/*.menu-toggle {*/
/*  width: 60px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  cursor: pointer;*/
/*  margin-right: 12px;*/
/*}*/
.main-content-wrap.sidenav-open {
  width: calc(100% - 120px);
}
.main-content-wrap {
  width: 100%;
  float: right;
  /*margin-top: 60px;*/
  transition: width 0.24s ease-in-out;
  position: relative;
  /*min-height: calc(100vh - 80px);*/
}
.nav-item {
  display: block;
}
@media only screen and (max-width: 447px) {
    .main-content-wrap.sidenav-open {
        width: calc(100% - 100px);
    }
    .sidebar-left-secondary.open {
        left: 180px;
    }
    .sidebar-left .navigation-left {
        width: 180px;
    }
    /*.sidebar-left-secondary.open {*/
    /*    left: 100px;*/
    /*}*/
    .sidebar-left-secondary {
        width: 230px;
    }
    .admin-panel-heading {
        transform: translate(-100%);
        display: none;
    }
    .admin-panel-heading.active {
        transform: translate(0%);
        display: block;
    }  
    .sidebar-menu-listing > li > a > i {
        width: 25px;
    }
}

@media only screen and (max-width: 447px) {
    
    
    }
/*custom*/
 
/*------- Fixed Sidebar CSS Ends -------*/

/*------- Wrapper Section Starts -------*/

.wrapper { margin: 50px 0 0 0; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; }
.wrapper.active { margin: 50px 0 0 250px; }

/*------- Wrapper Section Ends -------*/

/*------- Dashboard Section CSS Starts -------*/

.bg-dashboard-card-home  { padding: 10px 10px 0; }
.panel-view { background-color: #fff; box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -webkit-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -moz-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -ms-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -o-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); }
.panel-view > .panel-heading-view > h5 { border-bottom: 1px solid #c5c5c5; color: #444; font-family: "Poppins-Medium"; padding: 10px; position: relative;}
.panel-heading-view > h5 > span { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.panel-body-view { padding: 10px; }
.small-text { color: #444; font: 1.2rem/1.42857143 "Poppins-Medium"; }
.count-me { color: #00ac5e; margin-top: 10px; }
.dashboard-circle { align-items: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; display: flex; float: right; height: 60px; justify-content: center; width: 60px; }
.pink{ background: linear-gradient(to left, #f80759, #d0084e);}
.sblue{ background: linear-gradient(to right, #0072ff, #00c6ff);}
.green{ background: linear-gradient(to right, #11998e, #38ef7d);}
.dgreen{ background: linear-gradient(to right, #006766, #0eb8b7);}
.yellow{ background: linear-gradient(to right, #fbb034, #ffdd00);}
.nblue{ background: linear-gradient(to right, #233d4e, #568fb5); }
.orange{ background: linear-gradient(to right, #f12711, #FF5722); }
.purple{ background: linear-gradient(to right, #6a3093, #a044ff); }
.dashboard-circle > i { color: #fff; font-size: 2.4rem; }

/*------- Dashboard Section CSS Ends -------*/

/*------- Chart Section CSS Starts -------*/

.bg-chart-home { padding: 10px 10px 0; }
.bar-chart,
.line-chart { width: 100%; }

/*------- Chart Section CSS Ends -------*/

/*------- Chart Section with Icons CSS Starts -------*/

.panel-heading-view-clearfix { border-bottom: 1px solid #c5c5c5; }
.panel-heading-view-clearfix:before,
.panel-heading-view-clearfix:after { content: ""; display: table; }
.panel-heading-view-clearfix:after { clear: both; }
.panel-view > .panel-heading-view h5 { color: #444; font-family: "Poppins-Medium"; padding: 10px; }
.chart-icon-listing > li { display: inline-block; height: 35px; line-height: 35px; }
.chart-icon-listing > li > a { color: #444; font-size: 1.4rem; padding: 5px; }

/*------- Chart Section with Icons CSS Ends -------*/

/*------- Lable Section Starts -------*/

.bg-label-home { padding: 10px 10px 0; }
.panel-primary-label-heading > h3,
.panel-success-label-heading > h3,
.panel-info-label-heading > h3,
.panel-danger-label-heading > h3,
.panel-dafault-label-heading >h3,
.panel-warning-label-heading > h3 { background-color: #e0e0e0; border-top: 4px solid #26656a; color: #555; font: 2rem/1.42857143 "Poppins-Light"; padding: 10px; }
.panel-success-label-heading > h3 { border-top: 4px solid #5cb85c; }
.panel-info-label-heading > h3 { border-top: 4px solid #5bc0de; }
.panel-danger-label-heading > h3 { border-top: 4px solid #d9534f; }
.panel-dafault-label-heading > h3 { border-top: 4px solid #272727; }
.panel-warning-label-heading > h3 { border-top: 4px solid #f0ad4e; }
.label-text { font: 1.2rem/1 "Poppins-Light"; }

/*------- Lable Section Ends -------*/

/*------- Table CSS Starts -------*/

.bg-table-home { padding: 10px 10px 0; }
  
  /*------- Custom Table CSS Starts -------*/

.table-dashboard { border: 1px solid #b5b5b5; border-collapse: collapse; box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -webkit-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -moz-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -ms-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -o-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); padding: 0; width: 100%; }
.table-dashboard tr { background: #f2f1f7; border: 1px solid #ddd; }
.table-dashboard th, 
.table-dashboard td { padding: 3px; text-align: center; }
.table-dashboard th { background-color: #eee; border: 1px solid #b5b5b5; color: #444; font: 1.8rem/1.42857143 "Poppins-Medium"; }
.table-dashboard td { border: 1px solid #b5b5b5; color: #444; font: 1.6rem/1.42857143 "Poppins-Light"; }

  /*------- Custom Table CSS Ends -------*/

/*------- Table CSS Ends -------*/

/*------- Alerts Section Starts -------*/

.bg-alert-home { padding: 10px; }
.alert-custom-admin { margin-bottom: 0; }
.alert-custom-admin .close { opacity: 1; }
.alert-custom-admin > p { font: 1.4rem/1.42857143 "Poppins-Regular"; }

/*------- Alerts Section Ends -------*/

/*------- DataTable Section Starts -------*/

.data-show-search { margin-bottom: 15px; }
.data-show-search,
.data-show { align-items: center; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.data-show .show { color: #b5b5b5; font: 1.6rem/1.42857143 "Poppins-Regular"; margin-right: 10px; }
.form-show-value { color: #b5b5b5; font: 1.4rem/1.42857143 "Poppins-Regular"; padding: 6px; }
.table-datatable > thead > tr > th { position: relative; }
.table-datatable > thead > tr > th { padding: 10px; }
.table-datatable > tbody > tr > td { padding: 5px; }
.table-datatable > thead > tr > th > a { right: 5px; position: absolute; top: 50%; transform: translateY(-50%); }
.table-datatable > thead > tr > th > a > i { color: #fff; }

/*------- DataTable Section Ends -------*/

/*------- Button Page Starts -------*/

	/*------- Common Button CSS Starts -------*/

.btn { border: 0; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); color: #fff; font-family: "Poppins-Light"; letter-spacing: 1px; min-width: 80px; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; }
.btn:focus,
.btn:active,
.btn:active:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; outline: 0; }
.btn-default { background-color: #e0e0e0; color: #272727; }
.btn-full-width { width: 100%; }

	/*------- Common Button CSS Starts -------*/

	/*------- Ripple Effects CSS Starts -------*/

.btn-ripple { overflow: hidden; position: relative; z-index: 1; }
.btn-ripple:hover, 
.btn-ripple:focus { opacity: .9; }
@-webkit-keyframes ripple {
  0% { height: 0; opacity: .5; width: 0; }
  100% { height: 150px; opacity: 0; width: 150px; }
}
@keyframes ripple {
  0% { height: 0; opacity: .5; width: 0; }
  100% { height: 150px; opacity: 0; width: 150px; }
}
.ripple:before { background-color: #fff; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; content: ''; left: 50%; height: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); visibility: hidden; width: 0; z-index: 2; }
.ripple:not(:active):before { -webkit-animation: ripple 0.4s cubic-bezier(0, 0, 0.2, 1); animation: ripple 0.4s cubic-bezier(0, 0, 0.2, 1); transition: visibility .4s step-end; -webkit-transition: visibility .4s step-end; -moz-transition: visibility .4s step-end; -ms-transition: visibility .4s step-end; -o-transition: visibility .4s step-end; }
.ripple:active:before { visibility: visible; }

	/*------- Ripple Effects CSS Ends -------*/

  /*------- All Button Section Starts -------*/

.bg-small-button,
.bg-medium-button,
.bg-large-button,
.bg-ripple-button,
.bg-full-width-button { padding: 15px 15px 0; }
.mb-lg-10 { margin-bottom: 10px; }
  
  /*------- All Button Section Ends -------*/

/*------- Button Page Ends -------*/

/*------- Accordion Page Starts -------*/

  /*------- Accordion Section Starts -------*/

.bg-accordion { padding: 15px 15px 0; }
.accordion > ul > li { margin-bottom: 15px; }
.accordion > ul > li > a { background-color: #000; color: #fff; display: block; font-family: "Poppins-Medium"; font-size: 1.6rem; padding: 10px; }
.accordion > ul > li.active > ul { display: block; }
.accordion > ul > li > ul { background-color: #ececec; display: none; padding: 15px; }
.accordion > ul > li > ul > li > a { color: #000; font-family: "Poppins-Light"; font-size: 1.4rem; }

  /*------- Accordion Section Ends -------*/

  /*------- Accordion With Icon Section Starts -------*/

.bg-accordion-with-icon { padding: 15px 15px 0; }
.accordion-with-icon > ul > li { margin-bottom: 15px; }
.accordion-with-icon > ul > li > a { background-color: #000; color: #fff; display: block; font-family: "Poppins-Medium"; font-size: 1.6rem; padding: 10px; position: relative; }
.accordion-with-icon > ul > li > a > i { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.accordion-with-icon > ul > li.active > ul { display: block; }
.accordion-with-icon > ul > li > ul { background-color: #ececec; display: none; padding: 15px; }
.accordion-with-icon > ul > li > ul > li > a { color: #000; font-family: "Poppins-Light"; font-size: 1.4rem; }

  /*------- Accordion With Icon Section Ends -------*/

  /*------- Accordion With Icon and Background Section Starts -------*/

.bg-accordion-with-bg-icon { padding: 15px 15px 0; }
.accordion-with-bg-icon > ul > li { margin-bottom: 15px; }
.accordion-with-bg-icon > ul > li > a { background-color: #000; color: #fff; display: block; font-family: "Poppins-Medium"; font-size: 1.6rem; padding: 10px; position: relative; }
.accordion-with-bg-icon > ul > li > a > i { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.accordion-with-bg-icon > ul > li.active > a { background-color: #9ac762; }
.accordion-with-bg-icon > ul > li.active > ul { display: block; }
.accordion-with-bg-icon > ul > li > ul { background-color: #ececec; display: none; padding: 15px; }
.accordion-with-bg-icon > ul > li > ul > li > a { color: #000; font-family: "Poppins-Light"; font-size: 1.4rem; }

  /*------- Accordion With Icon and Background Section Ends -------*/

/*------- Accordion Page Ends -------*/

/*------- Modal Page Starts -------*/

.bg-all-modal { padding: 15px; }

	/*------- Gradient Buttons of Modal CSS Starts -------*/

.btn-gradient-1 { background: #12c2e9; background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9); background: linear-gradient(to right, #f64f59 0%, #c471ed 50%, #12c2e9 100%); background-size: 300% 100%; }
.btn-gradient-1:hover,
.btn-gradient-1:active:hover { background-position: 100% 100%; color: #fff; }
.btn-gradient-1:focus,
.btn-gradient-1:active:focus { background: #12c2e9; background: -webkit-linear-gradient(to right, #f64f59, #c471ed, #12c2e9); background: linear-gradient(to right, #f64f59 0%, #c471ed 50%, #12c2e9 100%); background-size: 300% 100%; color: #fff; }
.btn-gradient-2 { background: #00F260; background: -webkit-linear-gradient(to right, #0575E6, #00F260); background: linear-gradient(to right, #0575E6, #00F260); background-size: 300% 100%; }
.btn-gradient-2:hover,
.btn-gradient-2:active:hover { background-position: 100% 100%; color: #fff; }
.btn-gradient-2:focus,
.btn-gradient-2:active:focus { background: #00F260; background: -webkit-linear-gradient(to right, #0575E6, #00F260); background: linear-gradient(to right, #0575E6, #00F260); background-size: 300% 100%; color: #fff; }
.btn-gradient-3 { background: #f12711; background: -webkit-linear-gradient(to right, #f5af19, #f12711); background: linear-gradient(to right, #f5af19, #f12711); background-size: 300% 100%; }
.btn-gradient-3:hover,
.btn-gradient-3:active:hover { background-position: 100% 100%; color: #fff; }
.btn-gradient-3:focus,
.btn-gradient-3:active:focus { background: #f12711; background: -webkit-linear-gradient(to right, #f5af19, #f12711); background: linear-gradient(to right, #f5af19, #f12711); background-size: 300% 100%; color: #fff; }
.btn-gradient-4 { background: #603813; background: -webkit-linear-gradient(to right, #45B649, #DCE35B, #26656a); background: linear-gradient(to right, #45B649, #DCE35B, #26656a); background-size: 300% 100%; }
.btn-gradient-4:hover,
.btn-gradient-4:active:hover { background-position: 100% 100%; color: #fff; }
.btn-gradient-4:focus,
.btn-gradient-4:active:focus { background: #603813; background: -webkit-linear-gradient(to right, #45B649, #DCE35B, #26656a); background: linear-gradient(to right, #45B649, #DCE35B, #26656a); background-size: 300% 100%; color: #fff; }

	/*------- Gradient Buttons of Modal CSS Ends -------*/

	/*------- Modal CSS Starts -------*/

.box-modal { background-color: #000000a7; bottom: 0; left: 0; position: fixed; right: 0; top : 0; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; z-index: 9999; }
.box-modal-1 { transform: translateY(-100%); -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); }
.box-modal-1:target { transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0);  -ms-transform: translateY(0); -o-transform: translateY(0); }
.box-modal-2 { transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); }
.box-modal-2:target { transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0);  -ms-transform: translateY(0); -o-transform: translateY(0); }
.box-modal-3 { transform: translate3d(100%,100%,0); -webkit-transform: translate3d(100%,100%,0); -moz-transform: translate3d(100%,100%,0); -ms-transform: translate3d(100%,100%,0); -o-transform: translate3d(100%,100%,0); }
.box-modal-3:target { transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); }
.box-modal-4 { transform: translate3d(-100%,-100%,0); -webkit-transform: translate3d(-100%,-100%,0); -moz-transform: translate3d(100%,100%,0); -ms-transform: translate3d(100%,100%,0); -o-transform: translate3d(100%,100%,0); }
.box-modal-4:target { transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); }
.box-panel-modal { background-color: #fff; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); width: auto; }
.box-panel-modal-heading { background-color: #e0e0e0; border-radius: 10px 10px 0 0px; -webkit-border-radius: 10px 10px 0 0px; -moz-border-radius: 10px 10px 0 0px; -ms-border-radius: 10px 10px 0 0px; -o-border-radius: 10px 10px 0 0px; padding: 15px; }
.box-panel-modal-heading > p { color: #555; font: 1.8rem/1.42857143 "Poppins-Light"; text-align: center; }
.box-panel-modal-body { padding: 30px; }
.btn-modal-close { align-items: center; background-color: #e0e0e0; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; color: #555; display: flex; height: 30px; justify-content: center; width: 30px; }
.top-right-close { position: absolute; right: -15px; top: -15px; }

	/*------- Modal CSS Ends -------*/

/*------- Modal Page Ends -------*/

/*------- Basic Form Page Starts -------*/

.bg-form-home { padding: 10px 10px 0; }
.panel-form-view { min-height: 147px; }
.panel-form-view .panel-body-view { padding: 15px; }

  /*------- Animated Label Textbox CSS Starts -------*/

.form-element {
  position: relative; 
}
.fields { 
  color: #b5b5b5; 
  font: 1.6rem/1.42857143 "Poppins-Regular"; 
  left: 0;
  margin-bottom: 0;
  pointer-events: none; 
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); 
  transition: all 0.5s ease-in-out; 
  -webkit-transition: all 0.5s ease-in-out; 
  -moz-transition: all 0.5s ease-in-out; 
  -ms-transition: all 0.5s ease-in-out; 
  -o-transition: all 0.5s ease-in-out; 
}
.fields-pink { color: #fb6a87; }
.fields-blue { color: #2f3557; }
.fields-green { color: #75b103; }
.fields-yellow { color: #e6c808; }
.form-control-element {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #b5b5b5; 
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  -ms-border-radius: 0; 
  -o-border-radius: 0; 
  box-shadow: none; 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  -ms-box-shadow: none; 
  -o-box-shadow: none; 
  color: #272727; 
  font: 1.35rem/1.12857143 "Poppins-Regular";
  height: 30px;
  padding: 6px 0;
}
.form-pink-element { border-bottom: 2px solid #fb6a87; }
.form-blue-element { border-bottom: 2px solid #2f3557; }
.form-green-element { border-bottom: 2px solid #75b103; }
.form-yellow-element { border-bottom: 2px solid #e6c808; }
.form-control-element:focus { 
  box-shadow: none; 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  -ms-box-shadow: none; 
  -o-box-shadow: none; 
  border-color: #b5b5b5; 
  outline: 0; 
}
.form-control-element:focus ~ .input-border > .fields,
.form-control-element:valid ~ .input-border > .fields { 
  color: #b5b5b5; 
  font: 1.2rem/1.42857143 "Poppins-Regular";
  left: 0; 
  top: 0;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
}
.form-pink-element:focus ~ .input-border > .fields,
.form-pink-element:valid ~ .input-border > .fields {
  color: #fb6a87;
}
.form-blue-element:focus ~ .input-border > .fields,
.form-blue-element:valid ~ .input-border > .fields {
  color: #2f3557;
}
.form-green-element:focus ~ .input-border > .fields,
.form-green-element:valid ~ .input-border > .fields {
  color: #75b103;
}
.form-yellow-element:focus ~ .input-border > .fields,
.form-yellow-element:valid ~ .input-border > .fields {
  color: #e6c808;
}
.input-border::after {
  background: linear-gradient(to right, #45B649, #DCE35B);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0,0);
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  transition: all 0.5s ease-in-out; 
  -webkit-transition: all 0.5s ease-in-out; 
  -moz-transition: all 0.5s ease-in-out; 
  -ms-transition: all 0.5s ease-in-out; 
  -o-transition: all 0.5s ease-in-out;
  width: 100%;
}
.form-control-element:focus + .input-border:after {
  transform: scale(1,1);
}

  /*------- Animated Label Textbox CSS Ends -------*/
  
  /*------- Fixed Label Textbox CSS Starts ( Just add label-fixed class to label ) -------*/

.label-fixed {
  font-size: 1.2rem;
  top: 0;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
}

  /*------- Fixed Label Textbox CSS CSS Ends -------*/

  /*------- Animated Password Textbox CSS Starts -------*/

.show-hide-pwd { 
  color: #b5b5b5;
  font: 1.4rem/1.42857143 "Poppins-Light";
  position: absolute; 
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%); 
}
.show-hide-pwd:hover,
.show-hide-pwd:focus { color: #b5b5b5; }

  /*------- Animated Password Textbox CSS Ends -------*/

.panel-form-basic { background-color: #fff; }
.panel-form-basic-body { padding: 50px 50px 20px; }
.form-basic-group { margin-bottom: 30px; }
.label-control-name { color: #b5b5b5; font: 1.8rem/1.42857143 "Poppins-Regular"; margin-bottom: 0; }
.form-basic-control { background-color: transparent; border: 0; border-bottom: 2px solid #b5b5b5; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; color: #555; font: 1.3rem/1.12857143 "Poppins-Regular"; letter-spacing: 0.7px; padding: 3px 3px; }
.form-basic-control::placeholder { color: #b5b5b5; opacity: 1; }
.form-basic-control:-ms-input-placeholder { color: #b5b5b5; }
.form-basic-control::-ms-input-placeholder { color: #b5b5b5; }
.form-basic-control:focus { border-bottom: 2px solid #b5b5b5; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }
select.form-basic-control { color: #3e3e3e; }
.clockpicker > .form-basic-control { color: #b5b5b5; }
.input-group-basic-addon { border: 0; background-color: transparent; border-bottom: 2px solid #b5b5b5; color: #b5b5b5; }
.input-group-addon-custom { background-color: transparent; border: 0; border-bottom: 2px solid #b5b5b5; }

	/*------- Dropdown with Search functionality CSS Starts -------*/

.select2-container--default .select2-selection--single { background-color: transparent; border: 0; border-bottom: 2px solid #b5b5b5; }
.select2-container .select2-selection--single { height: 34px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #b5b5b5; line-height: 34px; }
.select2-container { display: block; width: 100% !important; }
.select2-selection__rendered,
.select2-results__option[aria-selected] { color: #272727; font: 1.6rem/1.42857143 "Poppins-Regular"; }
.select2-selection__rendered:focus,
.select2-container .select2-selection--single:focus { outline: 0; }

	/*------- Dropdown with Search functionality CSS Ends -------*/

	/*------- Custom Checkbox Button CSS Starts -------*/

.label-space { display: block; position: relative; }
.label-space-inline { display: inline-block; }
input[type="checkbox"] { /*display: none; */}
input[type="checkbox"] + span.bg-color,
input[type="checkbox"] + span.border-color,
input[type="checkbox"] + span.border-icon-color {
	background-color: #b5b5b5;
	display: block;
	height: 20px;
	left: 5px;
	position: absolute;
	top: 0;
	width: 20px;
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;
}
input[type="checkbox"] + span.border-color,
input[type="checkbox"] + span.border-icon-color {
  background-color: transparent;
  border: 2px solid #b5b5b5;
}
input[type="checkbox"]:checked + span.bg-color {
	background-color: #000;
}
input[type="checkbox"]:checked + span.border-icon-color {
  border: 2px solid #444;
}
.label-space > span:first-child {
	color: #444;
	display: block;
	font: 1.35rem/1.35857143 "Poppins-Light";
	padding-left: 30px;
	word-break: break-all;
}
input[type="checkbox"] + span.bg-color:after,
input[type="checkbox"] + span.border-color:after,
input[type="checkbox"] + span.border-icon-color:after {
	border-color: transparent;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 10px;
	width: 6px;
	content: "";
	left: 25%;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translate(-50%,-50%);
	-webkit-transform: rotate(45deg) translate(-50%,-50%);
	-moz-transform: rotate(45deg) translate(-50%,-50%);
	-ms-transform: rotate(45deg) translate(-50%,-50%);
	-o-transform: rotate(45deg) translate(-50%,-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;
}
input[type="checkbox"]:checked + span.bg-color:after {
	border-color: #fff;
}
input[type="checkbox"]:checked + span.border-color:after {
  border-color: #b5b5b5;
}
input[type="checkbox"]:checked + span.border-icon-color:after {
  border-color: #444;
}

	/*------- Custom Checkbox Button CSS Ends -------*/

	/*------- Custom Radio Button CSS Starts -------*/

input[type="radio"] { /*display: none; */}
input[type="radio"] + span.box-shadow,
input[type="radio"] + span.border,
input[type="radio"] + span.border-dot {
	background-color: #b5b5b5;
	box-shadow: inset 0 0 0 0 #04bbba, inset 0 0 0 0 #04bbba, inset 0 0 0 0 #04bbba, inset 0 0 0 0 #04bbba;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	height: 20px;
	left: 5px;
	position: absolute;
	top: 0;
	width: 20px;
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;
}
input[type="radio"] + span.border {
  background-color: transparent;
  border: 3px solid #b5b5b5;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
input[type="radio"] + span.border-dot {
  background-color: transparent;
  border: 3px solid #b5b5b5;
}
input[type="radio"] + span.border-dot:after {
  background-color: #04bbba;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%) scale(0);
  -webkit-transform: translate(-50%,-50%) scale(0);
  -moz-transform: translate(-50%,-50%) scale(0);
  -ms-transform: translate(-50%,-50%) scale(0);
  -o-transform: translate(-50%,-50%) scale(0);
  transition: all 0.5s ease-in-out; 
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -ms-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out;
  width: 7px;
}
input[type="radio"]:checked + span.box-shadow {
	background-color: #fff;
	box-shadow: inset 5px 0 0 0 #04bbba, inset 0 5px 0 0 #04bbba, inset 0 0 5px 0 #04bbba, inset 0 0 0 5px #04bbba;
}
input[type="radio"]:checked + span.border {
  border: 3px solid #04bbba;
}
input[type="radio"]:checked + span.border-dot {
  border: 3px solid #04bbba;
}
input[type="radio"]:checked + span.border-dot:after {
  transform: translate(-50%,-50%) scale(1);
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
}

	/*------- Custom Radio Button CSS Ends -------*/

	/*------- Custom Checkbox Switch CSS Starts -------*/

.label-switch { 
	position: relative;
}
input[name="switch"] { 
	display: none; 
}
input[name="switch"] + span.slide {
	background-color: #ccc;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 22px;
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;
}
input[name="switch"] + span.small-slide {
  height: 20px;
}
input[name="switch"] + span.slide:after {
	background-color: #fff;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 15px;
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;
}
input[name="switch"]:checked + span.slide {
	background-color: #9ac762;
}
input[name="switch"]:checked + span.slide:after {
	transform: translateX(20px);
}
.round {
	border-radius: 24px;
}
.round:after {
	border-radius: 50%;
}

	/*------- Custom Checkbox Switch CSS Ends -------*/

  /*------- Custom Chosen CSS -------*/

.chosen-container .chosen-choices { background-image: none; border: 0; border-bottom: 2px solid #b5b5b5; box-shadow: none; }
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #b5b5b5; 
  font: 1.6rem/1.42857143 "Poppins-Regular";
}

.chosen-container-single .chosen-single {
  background-image: none;
  border: 0;
  border-bottom: 2px solid #b5b5b5;
  border-radius: 0;
  box-shadow: none;
  height: 28px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border: 0;
  border-bottom: 2px solid #b5b5b5;
  box-shadow: none;
}
.chosen-container-single .chosen-single span {
  color: #e91e63; 
  font: 1.4rem/1.22857143 "Poppins-Regular";
}

  /*------- Clock Picker CSS Starts -------*/

.clockpicker .input-group-addon { height: 34.5px; }

  /*------- Clock Picker CSS Ends -------*/

  /*------- Dynamic Input Field CSS Starts -------*/

.input-add { color: #b5b5b5; font-size: 2rem; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.input-remove { color: #b5b5b5; font-size: 2rem; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

  /*------- Loader CSS Starts -------*/

.loader {
  border: 7px solid #f3f3f3;
  border-top: 7px solid #8bc34a;
  border-right: 7px solid #8bc34a;
  border-bottom: 7px solid #8bc34a;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  /*------- Loader CSS Ends -------*/

  /*------- Google Type Loader CSS Starts -------*/

.loading-box {
  animation: rotation 1.8s linear infinite;
}

.svg-loader {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #000;
  animation: dash-animation 1.8s ease-in-out infinite, strokeColor 8s ease-in-out infinite;
}

@keyframes strokeColor {
  0% {
    stroke: #ffa700;
  }
  25% {
    stroke: #d62d20;
  }
  50% {
    stroke: #0057e7;
  }
  75% {
    stroke: #008744;
  }
  100% {
    stroke: #ffa700;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dash-animation {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 10;
    transform: rotate(20deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(360deg);
  }
}

  /*------- Google Type Loader CSS Ends -------*/

/*------- Basic Form Page Ends -------*/

/*------- Typography Page Starts -------*/

h1 { font-size: 3rem; }
h2 { font-size: 2.6rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }
.small-text { font-size: 1.2rem; }
.medium-text { font-size: 1.4rem; }
.large-text { font-size: 1.6rem; }
.italic-text { font-style: italic; }
.bold-text { font-weight: bold; }
.left-text { text-align: left; }
.right-text { text-align: right; }
.center-text { text-align: center; }
.justify-text { text-align: justify; }
.capitalize-text { text-transform: capitalize; }
.uppercase-text { text-transform: uppercase; }
.lower-text { text-transform: lowercase; }
.under-line-text { text-decoration: underline; }
.center-line-text { text-decoration: line-through; }
.over-line-text { text-decoration: overline; }
.default-text { color: #757575; }
.primary-text { color: #0089ff; }
.success-text { color: #01c707; }
.info-text { color: #00b7ca; }
.warning-text { color: #ffa100; }
.danger-text { color: #ff0000; }

/*------- Typography Page Ends -------*/

/*------- SignUp Form Section CSS Starts -------*/

.bg-sign-up { background: #FC5C7D; background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D); background: linear-gradient(to right, #6A82FB, #FC5C7D); }
.form-sign-up-center { align-items: center; display: flex; height: 100vh; justify-content: center; }
.panel-sign-up,
.panel-sign-in { box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); }
.panel-sign-up-heading > h2,
.panel-sign-in-heading > h2 { background-color: #272727; border-radius: 14px 14px 0 0; -webkit-border-radius: 14px 14px 0 0; -moz-border-radius: 14px 14px 0 0; -ms-border-radius: 14px 14px 0 0; -o-border-radius: 14px 14px 0 0; color: #fff; font: 3rem/1.42857143 "Poppins-Medium"; padding: 15px; text-align: center; text-transform: uppercase; }
.panel-sign-up-body { background-color: #fff; padding: 30px; }
.form-sign-up-input-group,
.form-sign-in-input-group { margin-bottom: 30px; }
.form-sign-up-control,
.form-sign-in-control { background-color: transparent; border: 1px solid #e3e4ff; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; color: #272727; height: 40px; font: 1.6rem/1.42857143 "Poppins-Light"; letter-spacing: 1px; }
.form-sign-up-control::placeholder { color: #272727; opacity: 1; }
.form-sign-up-control:-ms-input-placeholde { color: #272727; }
.form-sign-up-control::-ms-input-placeholder { color: #272727; }
.form-sign-up-addon,
.form-sign-in-addon { background-color: #a0a1ff4a; border: 0; color: #272727; font-size: 1.8rem; }
.form-sign-up-control:focus { border-color: #e3e4ff; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }
	
	/*------- Custom Checkbox CSS Starts -------*/

input[class="terms-service"] { display: none; }
.label-terms-service { margin-bottom: 30px; padding-left: 35px; position: relative; }
input[class="terms-service"] + label { background-color: #272727; display: block; height: 20px; left: 0; margin-bottom: 0; position: absolute; top: 0; width: 20px; }
input[class="terms-service"] + label:after { border-width: 0 3px 3px 0; border-color: #fff; border-style: solid; content: ""; display: none; height: 10px; width: 6px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg); -webkit-transform: translate(-50%,-50%) rotate(45deg); -moz-transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); -o-transform: translate(-50%,-50%) rotate(45deg); }
input[class="terms-service"]:checked + label { background-color: #fc5c7d; }
input[class="terms-service"]:checked + label:after { display: block; }
.label-terms-service > p { color: #272727; font: 1.6rem/1.1 "Poppins-Regular"; }

	/*------- Custom Checkbox CSS Ends -------*/

	/*------- Common Button CSS Starts -------*/

.btn-signup { background-color: #ff4b5a; font-size: 1.8rem; color: #fff; margin-bottom: 15px; }
.btn-signup:hover,
.btn-signup:active:hover { background-color: #ff4b5a; color: #fff; opacity: 1; }
.btn-signup:focus,
.btn-signup:active:focus { background-color: #ff4b5a; color: #fff; opacity: 1; }
.already-acc,
.do-acc { color: #272727; font: 1.6rem/1.42857143 "Poppins-Regular"; text-align: center; }
.already-acc > a,
.do-acc > a { color: #ff4b5a; }

/*------- SignUp Form Section CSS Ends -------*/

/*------- SignIn Form Section CSS Starts -------*/

.bg-sign-in { background-color: #fff; height: 100vh; position: relative; }
.form-sign-in-center { left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width: 25%; }
.panel-sign-in { position: relative; z-index: 1; }
.panel-sign-in-heading > h2 { background-color: #fff; color: #272727; }
.panel-sign-in-body { background: -webkit-linear-gradient(top,#7579ff,#b224ef); background: -o-linear-gradient(top,#7579ff,#b224ef); background: linear-gradient(top,#7579ff,#b224ef); padding: 30px; }
.form-sign-in-control { background-color: #fff; border: 0; color: #272727; }
.form-sign-in-control::placeholder { color: #272727; opacity: 1; }
.form-sign-in-control:-ms-input-placeholder, { color: #272727; }
.form-sign-in-control::-ms-input-placeholder { color: #272727; }
.form-sign-in-control:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; }
.form-sign-in-addon { background-color: #ffffff4a; color: #fff; }
.btn-signin { background-color: #fff; color: #272727; margin-bottom: 15px; }
.btn-signin:hover,
.btn-signin:active:hover { background-color: #fff; color: #272727; opacity: 1; }
.btn-signin:focus,
.btn-signin:active:focus { background-color: #fff; color: #272727; opacity: 1; }
.do-acc { color: #fff; }
.do-acc > a { color: #272727; }

	/*------- Canvas CSS Starts -------*/

	.particles-js-canvas-el { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

	/*------- Canvas CSS Ends -------*/

/*------- SignIn Form Section CSS Ends -------*/

/*------- Sign In Page Option Section Starts -------*/

.bg-sign-in-pink-opt { background: url("../images/banner-signin-1.jpg") no-repeat fixed top/cover; height: 100vh; }
.bg-sign-in-blue-opt { background: url("../images/banner-signin-2.jpg") no-repeat fixed top/cover; height: 100vh; }
.bg-sign-in-green-opt { background: url("../images/banner-signin-3.jpg") no-repeat fixed top/cover; height: 100vh; }
.bg-sign-in-yellow-opt { background: url("../images/banner-signin-4.jpg") no-repeat fixed top/cover; height: 100vh; }
.form-sign-in-center-opt { align-items: center; display: flex; height: 100%; justify-content: center; }
.box-sign-in { box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0,0,0,0); -webkit-box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0,0,0,0); -moz-box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0,0,0,0); -ms-box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0,0,0,0); -o-box-shadow: 0px 10px 13px -7px #00000047, 5px 5px 15px 5px rgba(0,0,0,0); position: relative; width: 700px; }
.box-sign-in-pink { background-color: #da4966; }
.box-sign-in-blue { background-color: #2f3557; }
.box-sign-in-green { background-color: #75b103; }
.box-sign-in-yellow { background-color: #e6c808; }
.sign-in-heading { text-align: center; }
.sign-in-heading > p { color: #fff; display: inline-block; font: 2.4rem/1.42857143 "Poppins-Regular"; padding-bottom: 10px; position: relative; }
.sign-in-heading > p:after { background-color: #fff; bottom: 0; content: ""; height: 4px; left: 0; position: absolute; width: 50px; }
.form-white-opt { background-color: #fff; padding: 60px; }
.img-h-symbol { margin-bottom: 30px; width: 25%; }
.arrow-opt-center { left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.btn-arrow-opt { align-items: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; cursor: auto; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; height: 50px; justify-content: center; width: 50px; }
.btn-arrow-opt-pink { background-color: #e6526a; }
.btn-arrow-opt-blue { background-color: #2f3557; }
.btn-arrow-opt-green { background-color: #75b103; }
.btn-arrow-opt-yellow { background-color: #e6c808; }
.btn-arrow-opt > i { color: #fff; font-size: 2.4rem; }
.btn-signin-opt { border: 0; color: #fff; font: 1.8rem/1.42857143 "Poppins-Regular"; letter-spacing: 1px; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; width: 100%; }
.btn-signin-opt-pink { background-color: #da4966; }
.btn-signin-opt-blue { background-color: #2f3557; }
.btn-signin-opt-green { background-color: #75b103; }
.btn-signin-opt-yellow { background-color: #e6c808; }
.btn-signin-opt:hover,
.btn-signin-opt:active:hover { color: #fff; opacity: .9; }
.btn-signin-opt:focus,
.btn-signin-opt:active:focus { color: #fff; opacity: .9; outline: 0; }

/*------- Sign In Page Option Section Ends -------*/

/*------- Custom Scrollbar CSS Starts -------*/

::-webkit-scrollbar { width: 0; }
::-webkit-scrollbar-track { background-color: #f4f4f4;}
::-webkit-scrollbar-thumb { background-color: #d8d8d8; }
::-webkit-scrollbar-thumb:hover { background-color: #c7c7c7; }
@-moz-document url-prefix() {
    html { overflow-y: scroll; scrollbar-color: #1c575b #26656A; scrollbar-width: light; }
}

/*------- Custom Scrollbar CSS Ends -------*/

/*------- Success Error msg CSS Ends -------*/

.successmsg { background-color:#e1f1c0 !important; border:1px solid #b5d56d; color:#62a426 !important; font-size: 1.2rem; padding:8px 8px 8px 12px; position:relative; vertical-align:middle; }
.errormsg { background-color:#ffcbca !important; border:1px solid #eb979b; color:#9b4449 !important; font-size:1.2rem; padding:8px 8px 8px 12px; position:relative; vertical-align:middle; }

/*------- Success Error msg CSS Ends -------*/

/*------- POS Page Starts -------*/

	/*------- Heading Section Starts -------*/

.bg-pos-table { margin-top: 125px; }
.bg-pos-head { background-color: #fff; box-shadow: 0px 10px 13px -7px #999, 5px 5px 15px 5px rgba(0,0,0,0); -webkit-box-shadow: 0px 10px 13px -7px #999, 5px 5px 15px 5px rgba(0,0,0,0); -moz-box-shadow: 0px 10px 13px -7px #999, 5px 5px 15px 5px rgba(0,0,0,0); -ms-box-shadow: 0px 10px 13px -7px #999, 5px 5px 15px 5px rgba(0,0,0,0); -o-box-shadow: 0px 10px 13px -7px #999, 5px 5px 15px 5px rgba(0,0,0,0); margin-top: -15px; padding: 30px; }
.form-scan-search { border: 0; color: #555; font: 1.4rem/1.42857143 "Poppins-Regular"; height: 40px; letter-spacing: 0.5px; }
.form-scan-search::placeholder {  color: #555; opacity: 1; }
.form-scan-search:-ms-input-placeholder { color: #555; }
.form-scan-search::-ms-input-placeholder { color: #555; }
.form-scan-search:focus { border-color: transparent; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; }
.panel-sheet-save { background-color: #43b564; }
.panel-sheet-save > p { color: #fff; }

	/*------- Heading Section Ends -------*/

	/*------- Table Section Starts -------*/

.table-pos { height: 470px; overflow-y: scroll; }
.table-sheet { border: 1px solid #b5b5b5; }
.table-sheet > thead > tr > th { background-color: #e0e0e0; border: 1px solid #b5b5b5; color: #555; font: 1.8rem/1.42857143 "Poppins-Medium"; }
.table-sheet > tbody > tr > td { border: 1px solid #b5b5b5; color: #555; font: 1.8rem/1.42857143 "Poppins-Light"; padding: 5px; }
.quantity { align-items: center; display: flex; justify-content: center; }
.qty { border: 0; color: #000; font-size: 1.8rem; height: 20px; text-align: center; width: 60px; }
.minus > i,
.plus > i { color: #555; font-size: 2rem; }
.minus:hover > i,
.plus:hover > i { color: #555; }

	/*------- Table Section Ends -------*/

	/*------- Payment Section Starts -------*/

.bg-payment-way-fixed { bottom: 0; left: 0; position: fixed; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; width: 100%; }
.bg-payment-way-fixed.active { padding-left: 250px; }
.bg-payment-way { background-color: #777; }
.flex-center-payment { align-items: center; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.paymnet-way { color: #FFD300; font: 1.6rem/1.42857143 "Poppins-Medium"; }
input[name="payby"] { display: none; }
input[name="payby"] + .payment-label { align-items: center; background-color: #e0e0e0; display: flex; height: 20px; margin-bottom: 0; width: 20px; cursor: pointer;}
input[name="payby"] + .payment-label > span { color: #fff; font: 1.35rem/1.35857143 "Poppins-Regular"; padding-left: 25px; cursor: pointer; }
input[name="payby"]:checked + .payment-label { background-color: #e91e63; cursor: pointer;}
.total-payment > p,
.save-print > p { color: #fff; font: 1.6rem/1.42857143 "Poppins-Regular"; text-align: center; }

	/*------- Payment Section Ends -------*/

/*------- POS Page Ends -------*/

/*------- POS-2 Page Starts -------*/

  /*------- POS Fixed Top Section Starts -------*/

.fixed-pos-header { background-color: #fff; box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -webkit-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -moz-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -ms-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); -o-box-shadow: 0px 10px 13px -7px #00000050, 5px 5px 15px 5px rgba(0,0,0,0); left: 0; position: fixed; top: 50px; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; width: 100%; z-index: 1; }
.fixed-pos-header.active { padding-left: 250px; }
.bg-pos-header { padding: 10px; }
.panel-pos-header { align-items: center; background-color: #e0e0e0; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; min-height: 70px; padding: 5px; }
.panel-pos-header > p,
.panel-pos-header > p > a,
.panel-invoice > p,
.panel-pos-invoice > p { color: #555; font: 1.4rem/1.42857143 "Poppins-Regular"; }
.panel-invoice > p > span,
.panel-pos-invoice > p > span { color: #e91e63; font: 1.4rem/1.42857143 "Poppins-Light"; }
.panel-sheet-save-print { background-color: #43b564; }
.panel-sheet-save-print > p { color: #fff; }
.form-pos { margin-bottom: 30px; position: relative; }
.label-heading-pos { color: #b5b5b5; font: 1.8rem/1.42857143 "Poppins-Regular"; margin-bottom: 10px; }

  /*------- POS Fixed Top Section Ends -------*/

  /*------- POS Table Section Starts -------*/

.bg-pos-two-table { margin-top: 361px; }

  /*------- POS Table Section Ends -------*/

  /*------- Images with Description Section Starts -------*/

.pos-relative-categ,
.pos-relative-product { border: 1px solid #b5b5b5; cursor: pointer; margin-bottom: 10px; position: relative; }
.pos-relative-categ > img,
.pos-relative-product > img { opacity: 0; width: 100%; transition: 0.5s linear; }
.pos-abs-categ { left: 50%; padding: 10px; position: absolute; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); width: 95%; }
.pos-categ > p:first-child,
.pos-categ > p:last-child { color: #01c707; font: 1.2rem/1.42857143 "Poppins-Regular"; text-align: center; }
.pos-categ > p:last-child { font-size: 1.2rem; }
.pos-relative-categ:hover img,
.pos-relative-product:hover img { opacity: 1; }
.pos-relative-categ:hover .pos-abs-categ,
.pos-relative-product:hover .pos-abs-categ { background-color: #fff; }
.img-pos-spe-categ { margin-bottom: 10px; width: 100%; }
.img-pos-spe-categ:last-of-type { margin-bottom: 0; }
.quick-product-listing { height: 500px; overflow-y: scroll; }
.tfieldwidth{ width:150px; }
  /*------- Images with Description Section Ends -------*/
.cloader { border: 6px solid #00993f; border-radius: 50%; border-top: 6px solid #444; width: 30px; height: 30px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; margin-top: 15%; }
/*------- POS-2 Page Ends -------*/

 