/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");



body:lang(zh-hant),
body:lang(zh-hant) .header-navbar,
body:lang(zh-hant) .navigation,
body:lang(zh-hant) .breadcrumb {
    font-family: 'Noto Sans HK', "microsoft jhenghei", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 1.1rem !important;
}

body:lang(zh-hant) h1,
body:lang(zh-hant) h2,
body:lang(zh-hant) h3,
body:lang(zh-hant) h4 {
    font-family: "SF Pro HK", "microsoft jhenghei", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body:lang(en),
body:lang(en) .breadcrumb {
    font-family: "Montserrat", Helvetica, Arial, serif;
    font-size: 1.1rem !important;
}

body:lang(en) .header-navbar,
body:lang(en) .navigation,
body:lang(en) h1,
body:lang(en) h2,
body:lang(en) h3,
body:lang(en) h4 {
    font-family: "Ubuntu", "Montserrat", Helvetica, Arial, serif;
}



.slider1-container {
  margin-top: 250px;
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item{
  padding: 0.2rem 1.428rem;
}


.modal .modal-header .close{
  position: absolute !important;
	top: -7px !important;
	right: 7px !important;
}

.note-editor .panel-heading{
  background: #f9f9f9 !important;
}

.sidebar-right{
  width:260px !important;
}

.note-popover.popover{
  display:none;
}
.primary {
	color: #5bd0e3 !important;
}


ul.main-navbar{

}

.dropzone.single_image .dz-preview.dz-success .dz-image {
  opacity: 1;
}

.dropzone.single_image .dz-preview.dz-image-preview .dz-upload-info {
  opacity: 1;
  display: block;
  width: 70%;
  height: 60px;
  margin: -30px auto;
  top: 50%;
  position: absolute;
  left: 15%;
}

.dropzone.single_image {
  min-height: 250px;
  margin: 0px auto;
  border: 1px solid #D9D9D9;
  background: #F8F8F8;
  border-radius: 0px;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.dropzone.single_image.dz-started .dz-message {
  opacity: 0;
  display: none;
}

.dropzone.single_image .dz-message {
  text-align: center;
  font-size: 24px;
  top: 15%;
  color: #444444;
  padding: 1.25rem;
}

.dropzone.single_image .dz-preview {
  position: relative;
  height: 100%;
  overflow:hidden;
}

.dropzone.single_image .dropzone-choose {
  width: 100%;
  height: 100%;
}

.dropzone.single_image .dz-preview.dz-success .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone.single_image .dropzone-choose {
  width: 100%;
  height: 100%;
}



.dropzone.single_image .dz-message:before {
  content: '\f093';
  font-family: 'FontAwesome';
  font-size: 40px;
  top: 40px;
  width: 80px;
  height: 80px;
  left: 50%;
  color: #231861 !important;
}

.dropzone.single_image .upload_container div.remarks {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  padding-top: 10px;
}


/* dropzone - single image style */

.dz_init,
.dz_template {
	display: none;
}

.dropzone.single_image {
	min-height: 280px;
	margin: 0px auto;
	border: 1px dashed #D9D9D9;
	background: #F8F8F8;
	border-radius: 0px;
	padding: 1rem;
	cursor: pointer;
	position: relative;
}

.dropzone.single_image .dz-message:before {
	content: '\f093';
	font-family: 'FontAwesome';
	font-size: 40px;
	top: 40px;
	width: 80px;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	color: #309bd4;
}

.dropzone.single_image .dz-message {
	text-align: center;
	font-size: 24px;
	top: 0px;
	color: #444444;
	padding: 1.25rem;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.dropzone.single_image.dz-started .dz-message {
	opacity: 0;
	display: none;
}

.dropzone.single_image .upload_container {
	display: table-cell;
	width: 100%;
	height: 200px;
	padding-top: 50px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: middle;
}

.dropzone.single_image .upload_container div {
	font-size: 24px;
	line-height: 30px;
	padding-top: 20px;
}

.dropzone.single_image .upload_container div.remarks {
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	padding-top: 10px;
}

.dropzone.single_image .upload_container img.icon_upload {
	width: 86px;
	height: 86px;
}

.dropzone.single_image .dz-image img {
	width: 100%;
	height: auto;
	max-width: inherit;
}

.dropzone.single_image .dz-image video {
	width: 100%!important;
	height: auto!important;
	max-width: inherit;
	max-height: 514px;
	display: inherit;
	z-index: 50;
	margin: 0px auto;
}

.dropzone.single_image .dz-preview {
	position: relative;
	height: 100%;
}

.dropzone.single_image .dz-preview.dz-success:hover .dz-remove {
	opacity: 0.5;
}

.dropzone.single_image .dz-preview .dz-progress {
	opacity: 1;
	text-indent: -9999px;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 200px;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}


/*.dropzone.single_image .dz-preview .dz-progress .dz-loading { opacity:1; text-indent:0; position:absolute; width:100%; height:100%; min-height:200px; top:50%; margin-top:-30px; left:0px; background-color:rgba(0,0,0, 0.5); }*/

.dropzone.single_image .dz-preview.dz-success .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}

.dropzone.single_image .dz-preview .dz-upload-info {
	opacity: 0;
}

.dropzone.single_image .dz-preview.dz-image-preview .dz-upload-info {
	opacity: 1;
	display: block;
	width: 70%;
	height: 60px;
	margin: -30px auto;
	top: 50%;
	position: absolute;
	left: 15%;
}

.dropzone.single_image .dz-preview.dz-file-preview .dz-upload-info {
	opacity: 1;
	display: block;
	width: 70%;
	height: 60px;
	margin: -30px auto;
	top: 50%;
	position: absolute;
	left: 15%;
}

.dropzone.single_image .dz-preview .dz-image {
	opacity: 0;
}

.dropzone.single_image .dz-preview.dz-success .dz-image {
	opacity: 1;
}

.dropzone.single_image .dz-upload {
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	height: 20px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	border-radius: 10px;
	overflow: hidden;
}

.dropzone.single_image .dz-upload-bar {
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	height: 20px;
	bottom: 0px;
	position: absolute;
	left: 0px;
	border-radius: 0px;
}

.dropzone.single_image .dz-upload-text {
	text-indent: 0px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #cccccc;
	font-size: 24px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.dropzone.single_image .dz-remove {
	opacity: 0;
	text-indent: -9999px;
	position: absolute;
	width: 60px;
	height: 60px;
	/*min-height:200px;*/
	top: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.dropzone.single_image .dz-remove:before,
.dz-remove:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -4px;
	content: ' ';
	height: 50px;
	width: 8px;
	background-color: #ffffff;
	border-radius: 4px;
}

.dropzone.single_image .dz-remove:before {
	transform: rotate(45deg);
}

.dropzone.single_image .dz-remove:after {
	transform: rotate(-45deg);
}

.dropzone.single_image .dropzone-choose {
	width: 100%;
	height: 100%;
}


.mwidth{
  max-width: 1440px !important;
  margin: auto !important;
}


section#terms p {
  text-align: justify;
}

footer.footer a {
  margin: 0 !important;
}


#credit_tnc ol li{
  margin-bottom: 10px;
  line-height: 1.4rem;;
}

#price input[type="radio"]{
  display:none;
}

#price .custom-option-item {
  width: 100%;
  cursor: pointer;
  border-radius: 0.42rem;
  color: #82868b;
  background-color: rgba(130, 134, 139, 0.06);
  border: 1px solid #ebe9f1;
}

#price .bg-primary{
  color:white !important;
}

#price .bg-primary .text-primary{
  color:white !important;
}

input:focus ~ .bg-primary {
  box-shadow: none !important;
}

#header h1 span {
  padding: 0 7px;
  background-image: linear-gradient(to right, #98c94dd4 , #18a7bde0);
  color: white;
}
.corner {
  position: absolute;
  top: -22px;
  right: -36px;
  background: #32226c;
  padding: 32px 32px 3px;
  overflow: hidden !important;
  transform: rotate(45deg);
}

.card-congratulations {
  background: linear-gradient(
118deg, #7367f0, rgba(115, 103, 240, 0.7));
  color: #fff;
}


#privacy li {
  margin-top: 20px;
  text-align: justify;
}

#privacy ol ol {
  padding-left: 15px;
  list-style: lower-roman;
}

.quote{
  position: relative;
}

#header{
  min-height:600px;
  padding-top:80px;
}

.text-shadow{
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.text-shadow-light{
  text-shadow: 0 0 5px rgba(225, 225, 225, 0.4);
}

.text-green{
  color:#47b96d !important;
}

/**
#header h1 span {
  background: rgba(255,255,255,0.7);
  padding: 0 5px;
}

#header h3 span {
  background: rgba(255,255,255,0.7);
  padding: 0 5px;
}
**/
.quote-sm{
  position:relative;
}

.quote-sm::before{
  content:"";
  width: 30px;
  height: 30px;
  top: 10px;
  left: 15px;
  display:block;
  position: absolute;
  background:url(../../app-assets/images/icons/left_quote.svg) center center;
  background-size: cover;
 }

 .quote-sm::after{
  content:"";
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 15px;
  display:block;
  position: absolute;
  background:url(../../app-assets/images/icons/right_quote.svg) center center;
  background-size: cover;
 }


.quote::before{
 content:"";
 width: 30px;
 height: 30px;
 top: 35px;
 left: 15px;
 display:block;
 position: absolute;
 background:url(../../app-assets/images/icons/left_quote.svg) center center;
 background-size: cover;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #2d4873 !important;
}

.quote::after{
  content:"";
  width: 30px;
  height: 30px;
  bottom: 35px;
  right: 15px;
  display:block;
  position: absolute;
  background:url(../../app-assets/images/icons/right_quote.svg) center center;
  background-size: cover;
 }


.t-table tr {
  border-top: 0px;
}

.t-table tr:last-child {
  border-bottom: 1px solid rgb(219, 219, 219);
}

.t-table td {
  border-top: 1px solid rgb(219, 219, 219);
  border-left: 1px solid rgb(219, 219, 219);
}

.t-table td:last-child {
  border-right: 1px solid rgb(219, 219, 219);
}

.popover-header {
  background-color: #32226c !important;
  border-bottom: 1px solid #32226c !important;
}

.home_list {
  padding-left: 20px;
}

.home_list li {
  margin: 10px 0;
}

.step.square-img span {
  margin: auto;
  text-align: center;
  width: 33px;
  line-height: 33px;
}

.bg-dark-grey,
.bg-expired {
  background: #8a8a8a !important;
}

.ecommerce-application .ecommerce-card .item-name a:hover {
  color: #0d1f36;
}

.carousel-item.item2 .slider-img {
  background-position: 0% 100% !important;
}

.step.square-img {
  width: 33px;
  margin: 5px auto 10px;
  text-align: left;
  vertical-align: middle;
  background: #11a7dd;
  color: white;
  font-size: 19px;
  padding: 0px;
  font-weight: 700;
  border-radius: 50%;
}

.step.square-img span {
  position: absolute;
}

.square-img {
  width: 100%;
  background-size: cover !important;
}
.square-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.alert-success {
  background: rgba(40, 199, 111, 0.2) !important;
  color: #28c76f !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 5px 10px 1px;
}

.alert-danger {
  background: rgb(255 171 66 / 20%) !important;
  color: #ea5455 !important;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.alert-danger ul {
  padding-left: 20px;
  margin-bottom: 0px;
}

#invoiceInfo .data-items.pb-3 {
  overflow: scroll !important;
}

.home footer.footer {
  padding-top: 50px;
  background: white !important;
}

.home footer.footer a {
  color: #0d1f36;
}
.home footer.footer ul {
  margin-top: 7px;
}

.footer .footer-logo {
  width: 70%;
  max-width: 120px;
  margin-bottom: 25px;
}

.footer ul {
  padding-left: 0px;
  list-style: none;
}

#what {
  background: url(../../app-assets/images/home_lamp_bg1.jpg) 50% 80%;
  background-size: cover;
  padding: 40px 10px;
}

#what h1,
#who h1 {
  color: #5acfe2 !important
}

#experts {
  background: #def7f9;
  padding: 50px 0;
}

#contact_content {
  background: url(../../app-assets/images/pages/home_lamp_bg1.jpg) 50% 50%;
  padding: 50px 0;
}

#contact_content,
#contact_content h1,
#contact_content label {
  color: white;
}

#contact_content ::placeholder {
  color: white;
  opacity: 0.4;
}

#contact_content .form-control {
  border: 1px solid #31313182;
  color: #ffffff;
  background-color: #ffffff29;
}

#contact_content label {
  font-size: 1rem !important;
}

#disciplines {
  padding: 50px 0;
}

#slider {
  background: white;
}

#who {
  background: #0d1f36;
}

#who {
  color: white;
}
#who h1 {
  color: white;
}

#key_features,
#who,
#why {
  padding: 50px 0;
}

.slider1-container h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0px;
}

.feature_icon {
  max-width: 150px;
  width: 70%;
  margin: 10px auto;
  display: inherit;
}

.carousel-item {
  height: 600px !important;
}

.carousel-item .img-fluid.slider-img {
  height: 600px !important;
  background-size: cover;
  background-position: 50% 50%;
}

div#carousel-caption {
  max-height: 400px !important;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1000 !important;
  min-height: 300px !important;
}

.slider_page {
  min-height: 400px;
  width: 100%;
  display: inline-block;
}

.home .navbar-container.content {
  max-width: 1440px;
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.4px;
}

h1,
h2,
h3 {
  font-family: "Ubuntu", "Montserrat", Helvetica, Arial, serif;
}

.fc .fc-button:not(:disabled).fc-button-active {
  background-color: #a7dbdb;
}

.btn-outline-primary.disabled,
.fc .disabled.fc-button,
.btn-outline-primary:disabled,
.fc .fc-button:disabled {
  color: #7367f0;
  background-color: #a7dbdb;
}

.row.breadcrumbs-top {
  margin-left: 1px;
  border-left: 3px solid #a7dcdc;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #32226c;
}

.text-primary {
  color: #32226c !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #12944b !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f8f8f8;
  color: #5bcee2;
}

.pagination .page-item .page-link:hover {
  color: #5bcee2 !important;
}

.btn-outline-primary,
.fc .fc-button {
  color: #2dc76f;
  border-color: #2dc76f;
}

button.fc-button.fc-button-primary {
  color: WHITE !important;
}

.form-control:focus ~ .form-control-position i {
  color: #5bcee2;
}

.form-label-group > input:focus:not(:placeholder-shown) ~ label,
.form-label-group > input:not(:active):not(:placeholder-shown) ~ label,
.form-label-group textarea:focus:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
  color: #0d1f36 !important;
}

.pagination .page-item.prev-item .page-link,
.pagination .page-item.next-item .page-link,
.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link {
  color: #5bcee2;
}

.header-navbar
  .navbar-container
  ul.nav
  li.dropdown-user
  .dropdown-menu-right
  .dropdown-item:hover,
.header-navbar
  .navbar-container
  ul.nav
  li.dropdown-user
  .dropdown-menu-right
  .dropdown-item:active {
  background: #5bcee2;
  color: #ffffff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.fc .fc-button:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.fc .fc-button:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.fc .show > .dropdown-toggle.fc-button {
  color: #ffffff;
  background-color: #5bcee2;
  border-color: #5bcee2;
}

.ecommerce-application
  .ecommerce-header-items
  .view-options
  .view-btn-option
  .btn.view-btn.active {
  color: #5bcee2 !important;
}

.ecommerce-application
  .ecommerce-header-items
  .view-options
  .view-btn-option
  .btn.view-btn.active:hover,
.ecommerce-application
  .ecommerce-header-items
  .view-options
  .view-btn-option
  .btn.view-btn.active:active {
  color: #5bcee2 !important;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  outline: 0;
  border-color: #5bcee2 !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #5bcee2 !important;
  outline: 0;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
  background: url(../../app-assets/images/logo.svg) no-repeat;
  height: 40px;
  width: 176px;
  background-size: contain;
}

.ecommerce-application .ecommerce-card .cart {
  background-color: #0d1f36 !important;
  color: #ffffff;
}

.navbar-brand .brand-logo {
  background: url(../../app-assets/images/logo.svg) no-repeat;
  height: 40px;
  width: 176px;
  background-size: contain;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5bcee2;
  background-color: #5bcee2;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #5bcee2;
  border-color: #5bcee2;
}

.vertical-overlay-menu .main-menu .navigation li a i {
  color: #0d1f36;
}

.header-navbar .navbar-container ul.nav li i.ficon {
  color: #0d1f36;
}

.ecommerce-application .sidebar-shop .vs-radio-con input:checked ~ span {
  color: #32226c !important;
}

.main-menu.menu-light .navigation li a:visted {
  background: green !important;
}

.main-menu.menu-light .navigation li a:link {
  background: white !important;
  color: black !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
}

.main-menu.menu-light .navigation li a span {
  color: black !important;
}

.main-menu.menu-light .navigation li {
  border-bottom: none !important;
}

.bg-gradient-primary {
  background: #640064;
  color: #ffffff;
  background-image: -webkit-linear-gradient(
	60deg,
	#36acc6,
	rgba(133, 193, 96, 0.5)
  );
  background-image: linear-gradient(30deg, #36acc6, rgb(133 193 96));
  background-repeat: repeat-x;
}

#summary i.uni-icon-tutor {
  background: url(../../app-assets/images/icons/tutor.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: inline-block;
}

#summary i.uni-icon-user,
.avatar-content i.uni-icon-user {
  background: url(../../app-assets/images/icons/student.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: inline-block;
}

#summary i.uni-icon-session {
  background: url(../../app-assets/images/icons/lesson.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: inline-block;
}

#summary i.uni-icon-corp {
  background: url(../../app-assets/images/icons/corp.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: inline-block;
}

#summary i.uni-icon-earn {
  background: url(../../app-assets/images/icons/earn.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: inline-block;
}

#summary i.uni-icon-credit,
.avatar-content i.uni-icon-credit {
  background: url(../../app-assets/images/icons/credit.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: inline-block;
}

.horizontal-menu-wrapper .ficon.feather.icon-star {
  background: url(../../app-assets/images/icons/credit.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  display: inline-block;
}

.line-ellipsis {
  line-height: 1.1rem;
}

i.uni-icon-earn {
  background: url(../../app-assets/images/icons/earn.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  display: inline-block;
}

i.uni-icon-credit {
  background: url(../../app-assets/images/icons/credit.svg) no-repeat;
  background-size: contain;
  font-size: 4.5rem !important;
  color: transparent !important;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  display: inline-block;
}

i.uni-icon-credit.small-icon {
  width: 20px !important;
  height: 20px !important;
  vertical-align: middle;
}

#data-list-view h2 i.feather.icon-star.text-primary {
  background: url(../../app-assets/images/icons/credit.svg) no-repeat;
  background-size: contain;
  font-size: 3rem;
  color: transparent !important;
  vertical-align: middle;
  margin-right: 5px;
}

#account-vertical-credit i.feather.icon-star.text-primary {
  background: url(../../app-assets/images/icons/credit.svg) no-repeat;
  background-size: contain;
  font-size: 3rem;
  color: transparent !important;
  vertical-align: middle;
  margin-right: 5px;
}

#buy-credit i.feather.icon-star {
  background: url(../../app-assets/images/icons/credit.svg) no-repeat;
  background-size: contain;
  font-size: 2.2rem !important;
  color: transparent !important;
  vertical-align: middle;
  margin-right: 5px;
}

table td i.feather.icon-star {
  background: url(../../app-assets/images/icons/credit.svg) no-repeat;
  background-size: contain;
  font-size: 2.2rem !important;
  color: transparent !important;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #32226c;
  border-color: #32226c;
}

#statement-company-details .media img,
#invoice-company-details .media img {
  width: 200px !important;
}

.vs-radio-con input:checked ~ .vs-radio .vs-radio--circle {
  background: #32226c;
  box-shadow: 0 4px 25px 0 rgb(136 239 224 / 15%) !important;
}

.card-footer {
  background-color: rgb(194 207 218 / 3%) !important;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  display: none !important;
}

.main-menu .navbar-header .navbar-brand {
  margin-top: 0.8rem !important;
}

html body .content .content-wrapper .content-header-title {
  font-weight: 700;
  color: #0d1f36;
  margin-right: 1rem;
}

.btn-primary {
	  border-color: #32226c !important;
	background-color: #32226c !important;
  color: #ffffff;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0d1f36 !important;
  color: white;
}

.pagination .page-item.active .page-link {
  background-color: #5bd0e3;
}

html .pace .pace-progress {
  background: #5bd0e3;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #5bd0e3 !important;
  border-color: #5bd0e3 !important;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #5bd0e3 !important;
  border-color: #5bd0e3 !important;
  color: #ffffff;
  padding: 5px;
}

.select2-container--classic.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #32226c !important;
  outline: 0;
}

.main-navbar a.nav-link:hover {
  color: #5bd0e3;
  transition: 0.2s;
}

.form-control:focus {
  border-color: #5bd0e3 !important;
}

a {
  color: #5bd0e3;
}

a:hover {
  color: #0dab53;
}

.header-navbar
  .navbar-container
  .bookmark-wrapper
  ul.nav
  li
  > a.nav-link
  i:hover {
  color: #0d1f36;
}

html {
  scroll-behavior: smooth;
}
ul.main-navbar {
  display: inline-flex;
  list-style: none;
  line-height: 30px;
  margin-bottom: 0;
}

.container-calendar {
  margin: 0 auto;
  overflow: auto;
}

.button-container-calendar button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  zoom: 1.5;
  background: none;
  font-size: 1.4rem;
  color: #32226c;
  border: none;
  outline: none;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  border-top: 1px solid #eee;
  font-size: 0.8rem;
}

.table-calendar td,
.table-calendar th {
  padding: 2px;
  text-align: center;
  vertical-align: top;
}

#monthHeader {
  text-transform: uppercase;
  color: #999;
  margin: 0;
}

#yearHeader {
  margin: 0 0 4px;
  padding: 0 3px;
}

.date-picker {
  cursor: pointer;
}

#monthAndYear {
  text-align: center;
  margin-top: 0;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  clear: both;
  text-align: center;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
  display: none;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

#date-picked {
  text-align: center;
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 5px;
  font-size: 1rem;
  margin-bottom: 0px;
}

.filter_list .vs-checkbox-con.vs-checkbox-primary {
  position: relative;
}

.btn.btn-outline-white:hover,
.text-white.btn-white:hover {
  color: #fff !important;
}

span.o_name {
  padding-left: 29px;
  display: block;
  margin-top: -19px;
}

.normal-dropdown.dropdown .dropdown-menu::before {
  display: none !important;
}

.x-dropdown .dropdown-menu {
  top: 38px !important;
}

.x-dropdow.dropdown .dropdown-menu::before {
  display: none !important;
}

a.dropdown-toggle.nav-link.less-right {
  padding-right: 10px !important;
}

.header-navbar
  .navbar-container
  .bookmark-wrapper
  ul.nav
  li
  > a.nav-link.less-right.less-right {
  padding-right: 5px !important;
}

.dropdown .dropdown-toggle::after {
  border: none !important;
  font-family: "feather" !important;
  content: "\e842" !important;
  position: relative !important;
  top: 1px;
  right: 0;
  left: 0.714rem;
  padding: 0;
  margin: 0;
  vertical-align: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom: 1px solid #f9f9f9 !important;
}

.horizontal-menu .header-navbar .nav-link.dropdown-toggle::after {
  left: 0.4rem;
}

.navbar-floating .header-navbar-shadow {
  height: 80px;
}
ul.pagination {
  float: right;
}

body.invoice-popup {
  padding: 10px;
}

body.invoice-popup .invoice-page {
  max-width: 900px;
  display: block;
  margin: auto;
}

.footer2 li {
  display: inline-block;
}

.footer2 .footer-link {
  /* line-height: 10px; */
  color: #626262;
  padding: 0 9px 0 0;
}

.footer2 a#dropdown-flag {
  padding: 2px;
  color: #626262;
}

.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
  background: none;
  display: none;
}

.twitter-feed .alert-light {
  color: #626262 !important;
}

.profile-img {
  max-width: 150px !important;
  width: 80%;
}

.main-navbar a.nav-link {
  color: #0d1f36;
  padding: 15px 15px !important;
  font-weight: 900;
}

.main-navbar a.nav-link:hover {
  color: #5bd0e3;
  transition: 0.2s;
}

li.nav-item.active {
  border-bottom: 2px solid #47b96d !important;
}

.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
  padding-top: 4.2rem;
}

.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
  background: none;
  background-repeat: repeat-x;
}

.input-group .select2-container--default .select2-selection--single {
  min-height: 38px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px 0px 0px 5px;
}

.card {
  box-shadow: 0 4px 25px 0 rgb(68 165 150 / 15%);
}

.bg-authentication {
  background: url(../../app-assets/images/bg4.jpg) 0% 0% no-repeat;
  background-size: contain;
  width: 100%;
}

.header-navbar.navbar-shadow,
.box-shadow-1,
footer.navbar-shadow {
  box-shadow: 0 4px 25px 0 rgb(136 239 224 / 15%);
}

.card.ecommerce-card {
  box-shadow: none;
  background-color: transparent !important;
}

.ecommerce-application .ecommerce-card:hover {
  box-shadow: none;
}

.ecommerce-card .item-options.text-center .cart {
  border-radius: 7px !important;
}

.ecommerce-application .list-view .ecommerce-card .card-content .item-img {
  text-align: left !important;
  display: block !important;
  padding-left: 20px !important;
}

.ecommerce-application .grid-view .ecommerce-card .card-content .item-img {
  padding-top: 0 !important;
  min-height: inherit !important;
  width: 70% !important;
  margin: auto;
}

.login-logo {
  margin: 30px auto 70px;
  max-width: 200px;
  width: 50%;
}

.bg-authentication {
  min-height: 300px !important;
}

.login-empty-block {
  min-width: 200px;
}

.mt-s-1 {
  margin-top: 5px;
}

.accordion .card-header,
.collapse-bordered .card-header {
  cursor: pointer;
  padding: 0;
  margin: 12px 0;
}

.collapse .card-body {
  padding: 0px;
}

.collapse-icon [data-toggle="collapse"]:after,
.collapse-icon [data-toggle="collapse"]:before {
  right: 0px !important;
}

.ecommerce-application .grid-view {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.list-view .item-img.text-center {
  text-align: left !important;
  display: block !important;
}

.session_calendar .calendar__header {
  grid-auto-rows: 50px;
  align-items: center;
  text-align: center;
}
.session_calendar {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.session_calendar .badge {
  border: none;
}

.session_calendar .calendar__day {
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  position: relative;
  padding: 27px 4px 4px;
  overflow: hidden !important;
}

.session_calendar .calendar__week {
  grid-auto-rows: auto;
  text-align: right;
  min-height: 100px;
}

.session_calendar .calendar__week,
.session_calendar .calendar__header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.session_calendar .calendar__day span {
  position: absolute;
  top: 5px !important;
  right: 5px !important;
}

.vs-checkbox-con .vs-checkbox {
  position: absolute;
  line-height: 20px;
}

.vs-checkbox-con {
  display: inline-block;
  font-size: 0.9rem;
}
.vs-checkbox-con .vs-checkbox {
  cursor: pointer;
  position: relative;
  width: 20px !important;
  height: 20px !important;
  border-width: 2px;
  display: inline-block !important;
  margin-bottom: -4px;
}

.ecommerce-card .item-options.text-center .cart {
  border-radius: 7px !important;
}

.ecommerce-application .ecommerce-card .wishlist,
.ecommerce-application .ecommerce-card .cart {
  padding: 0.8rem 0.5rem;
}

.list-view
  .ecommerce-card
  img.img-fluid.rounded-circle.img-border.box-shadow-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ecommerce-application .list-view .ecommerce-card .card-content {
  grid-template-columns: 150px 2fr 200px;
}

.ecommerce-application .list-view .item-name.text-center.mb-1.mt-0 {
  text-align: left !important;
}

.ecommerce-application .list-view .ecommerce-card .card-content .card-body {
  border-right: none;
}

table.data-thumb-view.dataTable tbody tr td.product-img img {
  height: auto;
  max-width: 55px;
}

.chip .chip-body .chip-text {
  white-space: nowrap;
}
.product-action button {
  white-space: nowrap;
}

i.fa-circle.text-primary {
  color: #0d1f33 !important;
}

.badge.badge-pill.badge-primary {
  background: #0d1f36;
}

.btn-outline-primary,
.fc .fc-button {
  border-color: #1b874b;
}

.data-list-view-header .edit-new-data-sidebar .add-new-data,
.data-list-view-header .add-new-data-sidebar .add-new-data,
.data-list-view-header .rebook-session-sidebar .add-new-data,
.data-list-view-header .edit-session-sidebar .add-new-data,
.data-thumb-view-header .add-new-data-sidebar .add-new-data {
  max-width: 95vw;
  width: 60rem;
}

.fc .fc-button {
  background-color: #2bc770;
}

.divider-text.font-medium-1 {
  color: #0d1f36 !important;
}

.data-items h6 {
  color: #888;
  font-weight: 400;
}

.award_btn {
  width: 20px;
  display: inline-block;
  vertical-align: text-bottom;
}

.award_btn span {
  display: table-cell !important;
}

.award_btn span i {
  font-size: 20px !important;
}

.award_date {
  display: inline-block;
  width: calc(100% - 60px);
}

.award_template {
  display: none;
}

span.award_group {
  width: 100%;
}

.avatar_head {
  margin-left: 3px;
}

.time-slot-list th {
  padding: 0.5rem;
}

.sm-box {
  width: 30px !important;
  height: 20px !important;
  display: inline-block;
  line-height: 20px !important;
  vertical-align: middle;
}
.sm-box.bg-light {
  background-color: #f2f2f2 !important;
}

.time-slot-list td {
  padding: 0;
  background: #f2f2f2;
  border-bottom: 1px solid white !important;
}
.time-slot-list tr {
  border-bottom: 1px solid white !important;
}

.time-slot-list .vs-checkbox-con {
  display: inline-block;
  font-size: 0.9rem;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

.time-slot-list .vs-checkbox-primary input:checked ~ .vs-checkbox {
  border-color: #7367f0 !important;
  border: none;
  transform: none;
  width: 100% !important;
  height: 30px !important;
}
.time-slot-list
  .vs-checkbox-con
  input:checked
  ~ .vs-checkbox
  .vs-checkbox--check
  .vs-icon {
  font-size: 26px;
}

.time-slot-list .vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon {
  font-size: 26px;
}

.time-slot-list .vs-checkbox-con .vs-checkbox {
  border: none;
  width: 100%;
  height: 30px !important;
  transform: none;
}
.time-slot-list
  .vs-checkbox-con
  input:checked
  ~ .vs-checkbox
  .vs-checkbox--check
  .vs-icon {
  border: none;
  width: 100%;
  height: 30px !important;
}

#session-list.dataTable thead > tr > th.sorting_asc,
#session-list.dataTable thead > tr > th.sorting_desc,
#session-list.dataTable thead > tr > th.sorting,
#session-list.dataTable thead > tr > td.sorting_asc,
table#session-list.dataTable thead > tr > td.sorting_desc,
#session-list.dataTable thead > tr > td.sorting {
  padding-left: 27px;
}

#session-list.dataTable thead .sorting:before,
#session-list.dataTable thead .sorting_asc:before,
#session-list.dataTable thead .sorting_desc:before {
  left: 10px;
}

#session-list.dataTable thead .sorting:after,
#session-list.dataTable thead .sorting_asc:after,
#session-list.dataTable thead .sorting_desc:after {
  left: 10px;
}

.my-credit .btn-outline-primary {
  color: #32226c;
  border: 1px solid #32226c !important;
}

.btn-outline-primary:hover,
.fc .fc-button:hover {
  color: #ffffff;
  background-color: #32226c;
  border-color: #32226c;
}

.my-credit .btn-outline-primary:hover {
  color: white;
  background: #32226c !important;
  border: 1px solid #32226c !important;
}

.small-plus {
  padding: 0.3rem !important;
  border: 1px solid #32226c !important;
}

.border-l {
  border-left: 1px solid #f2f2f2;
}

.conference_link {
  margin: 5px 0px;
  padding: 5px !important;
  height: 30px;
  border: none;
}

/** -- BEGIN: animated gif --**/

.sa {
  width: 110px;
  height: 110px;
  padding: 10px;
  margin: 0 auto;
  background-color: #f8f8f8;
}

.sa-warning {
  border-radius: 50%;
  border: 4px solid #f8bb86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
  animation: scaleWarning 0.75s infinite alternate;
}
.sa-warning:after,
.sa-warning:before {
  background: white;
  content: "";
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
  margin: auto;
  left: 0;
}
.sa-warning:before {
  display: inline-block;
  opacity: 0;
  animation: pulseWarning 2s linear infinite;
}
.sa-warning:after {
  display: block;
  z-index: 1;
}
.sa-warning-body {
  background-color: #f8bb86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
  animation: pulseWarningIns 0.75s infinite alternate;
}
.sa-warning-dot {
  background-color: #f8bb86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
  animation: pulseWarningIns 0.75s infinite alternate;
}

.add-new-comment-sidebar .overlay-bg,
.rebook-session-sidebar .overlay-bg {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1032;
}

.add-new-comment-sidebar .add-new-data,
.rebook-session-sidebar .add-new-data {
  width: 28.57rem;
  max-width: 90vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #ffffff;
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  z-index: 1033;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}

.add-new-comment-sidebar .overlay-bg.show,
.rebook-session-sidebar .overlay-bg.show {
  opacity: 1;
  display: block;
}

.add-new-comment-sidebar .add-new-data.show,
.rebook-session-sidebar .add-new-data.show {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.add-new-comment-sidebar .add-new-data,
.rebook-session-sidebar .add-new-data {
  max-width: 95vw;
  width: 60rem;
}

.add-new-comment-sidebar .new-data-title,
.rebook-session-sidebar .new-data-title {
  padding-bottom: 0.714rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.add-new-comment-sidebar .data-items,
.rebook-session-sidebar .data-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: calc(100% - 10rem);
  position: relative;
  overflow: auto;
}

.add-new-comment-sidebar .data-items,
.rebook-session-sidebar .data-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: calc(100% - 10rem);
  position: relative;
  overflow: auto;
}

.add-new-comment-sidebar .hide-data-sidebar i,
.rebook-session-sidebar .hide-data-sidebar i {
  position: absolute;
  font-size: 1.71rem;
  right: 0;
  top: -0.1428rem;
  cursor: pointer;
}

.add-new-comment-sidebar .hide-data-sidebar,
.rebook-session-sidebar .hide-data-sidebar {
  position: relative;
}
@keyframes scaleWarning {
  0% {
	transform: scale(1);
  }
  30% {
	transform: scale(1.02);
  }
  100% {
	transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
	background-color: #fff;
	transform: scale(1);
	opacity: 0.5;
  }
  30% {
	background-color: #fff;
	transform: scale(1);
	opacity: 0.5;
  }
  100% {
	background-color: #f8bb86;
	transform: scale(2);
	opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
	background-color: #f8d486;
  }
  100% {
	background-color: #f8bb86;
  }
}

.sa-success {
  border-radius: 50%;
  border: 4px solid #a5dc86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #f8f8f8;
  width: 80px;
}
.sa-success:after,
.sa-success:before {
  background: #f8f8f8;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sa-success-fix {
  background-color: #f8f8f8;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sa-success-tip,
.sa-success-long {
  background-color: #a5dc86;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip 0.75s;
}
.sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong 0.75s;
}
@keyframes animateSuccessTip {
  0%,
  54% {
	width: 0;
	left: 1px;
	top: 19px;
  }
  70% {
	width: 50px;
	left: -8px;
	top: 37px;
  }
  84% {
	width: 17px;
	left: 21px;
	top: 48px;
  }
  100% {
	width: 25px;
	left: 14px;
	top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%,
  65% {
	width: 0;
	right: 46px;
	top: 54px;
  }
  84% {
	width: 55px;
	right: 0;
	top: 35px;
  }
  100% {
	width: 47px;
	right: 8px;
	top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%,
  5% {
	transform: rotate(-45deg);
  }
  100%,
  12% {
	transform: rotate(-405deg);
  }
}

.sa-error {
  border-radius: 50%;
  border: 4px solid #f27474;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #f8f8f8;
  width: 80px;
  animation: animateErrorIcon 0.5s;
}
.sa-error:after,
.sa-error:before {
  background: #f8f8f8;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sa-error:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.sa-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
.sa-error-x {
  display: block;
  position: relative;
  z-index: 2;
}
.sa-error-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(200, 0, 0, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sa-error-fix {
  background-color: #f8f8f8;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sa-error-left,
.sa-error-right {
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
  background-color: #f27474;
  top: 37px;
  width: 47px;
}
.sa-error-left {
  left: 17px;
  transform: rotate(45deg);
  animation: animateXLeft 0.75s;
}
.sa-error-right {
  right: 16px;
  transform: rotate(-45deg);
  animation: animateXRight 0.75s;
}
@keyframes rotatePlaceholder {
  0%,
  5% {
	transform: rotate(-45deg);
  }
  100%,
  12% {
	transform: rotate(-405deg);
  }
}
@keyframes animateErrorIcon {
  0% {
	transform: rotateX(100deg);
	opacity: 0;
  }
  100% {
	transform: rotateX(0deg);
	opacity: 1;
  }
}
@keyframes animateXLeft {
  0%,
  65% {
	left: 82px;
	top: 95px;
	width: 0;
  }
  84% {
	left: 14px;
	top: 33px;
	width: 47px;
  }
  100% {
	left: 17px;
	top: 37px;
	width: 47px;
  }
}
@keyframes animateXRight {
  0%,
  65% {
	right: 82px;
	top: 95px;
	width: 0;
  }
  84% {
	right: 14px;
	top: 33px;
	width: 47px;
  }
  100% {
	right: 16px;
	top: 37px;
	width: 47px;
  }
}

/** -- End: animated gif --**/

@media (min-width: 1280px) {
  .ecommerce-application .grid-view {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
  }
}




@media (max-width:1280px){
  /*ul.main-navbar{
	display:none;
  }
  li.nav-item.mobile-menu.d-lg-none.mr-auto {
	display: block !important;
}*/
}
@media (min-width: 1200px) {
  .footer .container {
	max-width: 1440px !important;
}
}

@media (max-width: 991.98px) {
  .ecommerce-application .list-view .ecommerce-card .card-content {
	grid-template-columns: 150px 2fr 200px;
  }

  .ecommerce-application .list-view .ecommerce-card .card-content .item-img {
	padding-top: 0;
	padding-bottom: 0;
  }
  .ecommerce-application
	.list-view
	.ecommerce-card
	.card-content
	.card-body
	.item-name {
	text-align: left !important;
  }
}

@media (max-width: 768px) {
  .login-logo {
	margin: 60px auto 60px;
	max-width: 200px;
	width: 50%;
  }
  ul.pagination {
	float: inherit;
  }

  .border-l {
	border-left: none;
  }
  .ecommerce-application .list-view .ecommerce-card .card-content {
	grid-template-columns: 1fr 2fr;
  }

  .ecommerce-application .grid-view {
	grid-template-columns: 1fr 1fr 1fr !important;
  }

  .breadcrumb-wrapper {
	padding: 0;
  }
  h2.content-header-title {
	display: contents;
  }
  ol.breadcrumb {
	display: inline-flex;
	padding: 0px 0 0 0 !important;
	border-left: none !important;
  }
  .footer2 .footer2-content {
	text-align: center !important;
  }

  .session_calendar .badge {
	border: none;
	width: 25px;
	height: 25px;
	overflow: hidden;
	color: transparent !important;
  }
}

@media (max-width: 575.98px) {
  html body .content .content-wrapper {
	padding: calc(2.2rem - 1.5rem) calc(2.2rem - 1.5rem) 0 !important;
  }
  .card-body {
	padding: 0.8rem;
  }
  .pl-2,
  .px-2 {
	padding-left: 1rem !important;
  }
  .pr-2,
  .px-2 {
	padding-right: 1rem !important;
  }
  .card {
	margin-bottom: 1rem !important;
  }

  .card .card-header {
	padding: 1rem 0.8rem 0;
  }
}

@media (max-width: 560px) {
  .ecommerce-application .grid-view {
	grid-template-columns: 1fr 1fr !important;
  }

  .ecommerce-application .list-view .ecommerce-card .card-content {
	grid-template-columns: 1fr;
  }
  .ecommerce-card img.img-fluid.rounded-circle.img-border.box-shadow-1 {
	margin: auto;
	display: block;
  }
  .ecommerce-application
	.list-view
	.ecommerce-card
	.card-content
	.card-body
	.item-name {
	text-align: center !important;
  }
}

.elegant-calencar {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 15px auto;
  position: relative;
}

.elegant-calencar #calendar-header {
  margin-bottom: 10px;
}

.elegant-calencar .pre-button,
.next-button {
  margin-top: 17px;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  cursor: pointer;
  color: #7367f0;
}

.elegant-calencar .pre-button:hover,
.next-button:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.elegant-calencar .pre-button:active,
.next-button:active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.elegant-calencar .pre-button {
  float: left;
  margin-left: 0.5em;
  width: 15% !important;
  overflow: hidden;
}

.elegant-calencar .next-button {
  float: right;
  margin-right: 0.5em;
}

.elegant-calencar .head-info {
  float: left;
  width: 70%;
}

.elegant-calencar .head-day {
  font-size: 1.3em;
  line-height: 1;
  color: #7367f0;
}

.elegant-calencar .head-month {
  margin-top: 2px;
  font-size: 1.2em;
  line-height: 1;
  color: #626262;
}

.elegant-calencar #calendar {
  width: 100%;
  margin: 0 auto;
}

.elegant-calencar #calendar tr {
  font-size: 0.8em;
}

.elegant-calencar thead tr {
  color: #626262;
  font-weight: 700;
  text-transform: uppercase;
}

.elegant-calencar tbody tr {
  color: #252a25;
}

.elegant-calencar tbody td {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.elegant-calencar tbody td:hover,
.selected {
  color: #fff;
  background-color: #32226c;
  border: none;
}

.elegant-calencar tbody td:active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.elegant-calencar #today {
  background-color: #32226c;
  color: #fff;
}

.elegant-calencar #disabled {
  cursor: default;
  background: #fff;
}

.elegant-calencar #disabled:hover {
  background: #32226c;
  color: #c9c9c9;
}

.elegant-calencar #reset {
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  z-index: 999;
  color: #fff;
  font-family: serif;
  cursor: pointer;
  padding: 0 0.5em;
  height: 1.5em;
  border: 0.1em solid #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elegant-calencar #reset:hover {
  color: #32226c;
  border-color: #32226c;
}

.elegant-calencar #reset:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* Added by Julia */

/* calendar */
th.fc-col-header-cell {
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  border-left: 0px;
  border-right: 0px;
}
.fc .fc-event-future {
  background-color: #32226c;
  color: #ffffff !important;
}
.fc-daygrid-dot-event .fc-event-title {
  font-weight: normal;
}
/*.fc-event-past .fc-daygrid-event-dot { border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#BABFC7)!important; }
.fc-event-past.fc-v-event { background-color: var(--fc-event-bg-color,#BABFC7)!important; border: 1px solid var(--fc-event-border-color,#BABFC7)!important; }*/
.fc-event-time {
  font-weight: normal !important;
}
.fc-event-past {
  opacity: 0.6 !important;
}

#delete_availability .add-new-data {
  width: 30rem;
}
#delete_availability_passed .add-new-data {
  width: 30rem;
}

#add_availability .add-new-data {
  width: 30rem;
}
#add_availability_passed .add-new-data {
  width: 30rem;
}

#update_availability .add-new-data {
  width: 30rem;
}
#update_availability_passed .add-new-data {
  width: 30rem;
}

/* admin portal */

#add-corporate .add-new-data {
  width: 30rem;
}
#add-trainer .add-new-data {
  width: 30rem;
}
#send-invitation .add-new-data {
  width: 30rem;
}
#assign-credit-sidebar .add-new-data {
  width: 30rem;
}

.navbar-brand .brand-logo span {
  position: relative;
  left: 168px;
  top: 7px;
  font-weight: 900;
  font-size: 8px !important;
  line-height: 6px;
  color: #0d1f36;
  text-transform: uppercase;
  background: white !important;
}
@media (max-width: 992px) {
  .navbar-brand .brand-logo span {
	display: none;
  }

  .sidebar-right{
	width:100% !important;
  }
}

/*li.nav-item.active { border-bottom: 0px!important; }*/
footer.footer {
  margin-top: 0px !important;
}
.card.mb-0 {
  margin-bottom: 0px !important;
}
.form-control-sm {
  padding: 0 0.8rem !important;
}
.form-control-sm {
  background-position: calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0 !important;
}

/* data table */
table.dataTable {
  border: 0px solid #f8f8f8;
}
table.dataTable thead tr,
.table-hover-animation thead th {
  background-color: #f8f8f8;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-left: 27px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  left: 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  left: 10px;
}

.dataTables_length {
  float: left;
  padding-left: 1.5rem;
  margin-top: 5px;
  margin-bottom: 10px;
}
.dataTables_filter {
  float: right;
  padding-right: 1.5rem;
  margin-top: 5px;
  margin-bottom: 10px;
}
.dataTables_paginate {
  float: right;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 20px;
}

@media (max-width: 1100px) {
  .navbar-brand .brand-logo {
	background: url(../../app-assets/images/logo_only.svg)
	  no-repeat;
	height: 40px;
	width: 40px;
	background-size: contain;
  }

  .navbar-brand .brand-logo span {
	display: none;
  }
}

@media (max-width: 575.98px) {
  .dataTables_length {
	padding-left: 0.8rem;
  }
  .dataTables_filter {
	padding-right: 0.8rem;
  }
}

@media (max-width: 480px) {
  .dataTables_length {
	float: left;
	text-align: left !important;
	width: 100%;
	padding-left: 0.8rem;
	margin-top: 0px;
	margin-bottom: 5px;
  }
  .dataTables_filter {
	float: left;
	text-align: left !important;
	width: 100%;
	padding-left: 0.8rem;
	margin-top: 0px;
	margin-bottom: 0px;
  }
}

#add-sidebar .add-new-data {
  width: 30rem;
}
.data-list-view-header .add-new-data-sidebar .add-new-data .data-items,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items {
  overflow: auto !important;
}

/* profile item */
div.profile_item {
  display: flex;
}
div.profile_item > div {
  display: table-cell;
  padding: 5px 0px 5px 0px;
  float: left;
}
div.profile_item > div:first-child {
  width: 140px;
}
div.profile_item > div:nth-child(2) {
  width: calc(100% - 140px);
}
.profile_image {
  max-width: 80px;
}
.profile_image img {
  max-width: 50px;
  margin: 0px auto;
  display: block;
}
.profile_info {
  width: calc(100% - 100px);
}

.add-new-data .profile_row {
  display: block;
}
.add-new-data .profile_image {
  width: 100%;
  float: none;
}
.add-new-data .profile_image img {
  max-width: 70px;
}
.add-new-data .profile_info {
  width: 100%;
  float: none;
  margin-top: 20px;
}
.add-new-data div.profile_item > div {
  padding: 0px 0px 6px 0px;
  float: left;
}

@media (max-width: 767.98px) {

  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
	display: block!important;
}

  .profile_image img {
	margin: 0px auto 15px auto;
	display: block;
  }

  .navbar-brand .brand-logo {
	background: url(../../app-assets/images/logo_only.svg)
	  no-repeat;
	height: 40px;
	width: 40px;
	background-size: contain;
  }
}

@media print {
  .no_print {
	display: none;
  }
}

@media (max-width: 767px) {
  .home h1.font-large-2.text-bold-700 {
	font-size: 1.8rem !important;
  }

  #who h1,
  #who blockquote {
	text-align: center !important;
  }

  .slider1-container h1 {
	font-size: 2.2rem;
	width: fit-content;
	background: #aed8d6d1;
	padding: 3px;
  }
  .slider1-container h3 {
	font-size: 1.1rem;
	background: #aed8d6d1;
	width: fit-content;
	padding: 5px;
  }

  .slider1-container {
	margin-top: 330px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
  }

  .slider1-container h1 {
	font-size: 1.6rem;
	font-weight: 800;
	margin-bottom: 0px;
	width: fit-content;
	background: #e2f5f4d1;
	padding: 3px;
	margin: auto;
  }
  .slider1-container h3 {
	font-size: 1rem;
	background: #e2f5f4d1;
	width: fit-content;
	padding: 5px;
	margin: auto;
  }
  .slider1-container .btn {
	padding: 1rem 2rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0.4285rem;
	margin-top: 10px;
  }

  .carousel-item {
	height: 500px !important;
  }

  #slider {
	padding-top: 40px;
  }

  .carousel-item .img-fluid.slider-img {
	height: 500px !important;
	background-size: cover;
	background-position: 50% 50%;
  }

  .slider-img {
	background-position: 100% 90% !important;
  }

  #slider .container {
	padding: 0px !important;
	margin: 0px !important;
  }
}

@media (max-width: 550px) {
  .carousel-item {
	height: 500px !important;
  }

  .slider-img {
	background-position: 90% 90% !important;
  }

  .carousel-item .img-fluid.slider-img {
	height: 500px !important;
	background-size: cover;
	background-position: 50% 50%;
  }
}

/* 20220316 user calendar picker */
.flatpickr-calendar.inline { width: 100%; box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgb(0 0 0 / 0%); }
.flatpickr-rContainer { width: 100%; }
.dayContainer { width: 100%; min-width: 100%; max-width: 100%; }
.flatpickr-days { width: 100%; }
.flatpickr-day { border-radius:5px; width: 12.2857143%; flex-basis: 12.2857143%; margin-top:2px; margin-bottom:2px; margin-left:1%; margin-right:1%; max-width:inherit; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay { background: #32226c; border-color: #32226c; }
.flatpickr-current-month .numInputWrapper span { display:none!important; }
.flatpickr-current-month .numInputWrapper:hover { background: rgba(0,0,0,0)!important; }
.flatpickr-current-month .numInputWrapper input { pointer-events: none; }
.flatpickr-current-month .flatpickr-monthDropdown-months { pointer-events: none; -webkit-appearance: none; }
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month { height:inherit; padding: 5px 10px; }
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { left:inherit; right:30px; }	
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg { fill: #32226c; }


/* 20220316 button choice */
.button_choice { margin-right: -4px; margin-left: -4px; }
.button_choice .choice-group { padding-right: 4px; padding-left: 4px;}
.button_choice .choice-group label span { font-size: 1rem; font-weight: 400; line-height: 1.45; }
.button_choice label { padding-left: 0rem; padding-right: 0.2rem; width:100%; display:flex; }
.button_choice label input[type="checkbox"] { position:absolute; left:-9999px; }
.button_choice label span { height:100%; width:100%; padding: 10px 8px; border:1px solid #cccccc; color: #333; background-color: #fff; border-radius:5px; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; cursor:pointer; }
.form-group.error .button_choice label span:hover { border-color: #EA5455; }
.form-group.error .button_choice label span { border-color: #EA5455; }
.button_choice label span:hover { background-color: #e6e6e6; border-color: #adadad; }
.button_choice label input[type="checkbox"]:checked ~ span { color: #fff; background-color:#32226c; border-color:#32226c; }
.button_choice label input[type="checkbox"]:checked:focus ~ span { color: #fff; background-color:#32226c; border-color:#32226c; }


/* 20220317 full calendar mobile */
thead .fc-scroller-harness .fc-scroller { overflow: hidden!important; }
@media (max-width: 767.9px) {
.fc .fc-view-harness { overflow:scroll; min-height:1100px; }
.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view { min-width:720px; }
.fc-timegrid-slot-label { position:sticky; left:0px; background-color:#ffffff; border-right:1px solid #cccccc!important; z-index:1; }
/*.fc-timegrid-axis { position:sticky; left:0px; background: #ffffff!important; z-index: 4; }*/
.fc .fc-timegrid-axis-chunk>table, .fc .fc-timegrid-body, .fc .fc-timegrid-slots { z-index: 5; }
.fc-daygrid { height:656px; }
.fc-scrollgrid-sync-table { height:600px!important; }
.fc .fc-scroller-harness { overflow: inherit!important; }

.fc .fc-scroller-liquid-absolute { overflow: inherit!important; }
}


/*section#home { padding-top:60px!important; }*/

body { min-width:320px; }

.text-secondary { color: #32226c !important; }

ul.main-navbar { padding-left:0px; }
.home_bg { height:460px; padding-top:150px; background-color: #def4f9; background-image:url(../../app-assets/images/pages/home_banner.png); background-position:right; background-size:58% auto; background-repeat: no-repeat; }
.banner_bg { height:280px; padding-top:120px; background-color: #def4f9; background-position:right; background-size:70% auto; background-repeat: no-repeat; }
.banner_about { background-image:url(../../app-assets/images/pages/about_banner.png); }
.banner_solution { background-image:url(../../app-assets/images/pages/solution_banner.png); }
.banner_industry { background-image:url(../../app-assets/images/pages/industry_banner.png); }
.banner_energysaving { background-image:url(../../app-assets/images/pages/energysaving_banner.png); background-size:60% auto; }
.banner_case { background-image:url(../../app-assets/images/pages/case_banner.png); }
.banner_contact { background-image:url(../../app-assets/images/pages/contact_banner.png); }

@media (max-width: 1200px) {
  .navbar-brand .brand-logo {
	background: url(../../app-assets/images/logo_only.svg) no-repeat;
	height: 40px;
	width: 40px;
	background-size: contain;
  }
  .main-navbar a.nav-link { padding:15px 10px !important; }
  .home_bg { height:340px; padding-top:60px;}
  .banner_energysaving { padding-top:80px; }
}

@media (max-width: 990px) {
  .banner_bg { background-size:55% auto; }
}

@media (max-width: 767.9px) {
  .home_bg { padding-top:40px; padding-bottom:130px; height:auto; background-color: #def4f9; background-image:url(../../app-assets/images/pages/home_banner_m.png); background-position:0px 250px; background-size:100%}
  .banner_bg { height:200px; padding-top:85px; background-size:70% auto; }
  .banner_solution { background-size:60% auto; }
  .banner_case { background-size:60% auto; }
  .banner_energysaving { background-size:55% auto; background-position:right -60px center; }
}

@media (max-width: 576px) {
  .home_bg { padding-top:40px; padding-bottom:100px; height:auto; background-color: #def4f9; background-image:url(../../app-assets/images/pages/home_banner_m.png); background-position:bottom; background-size:100%}
  .banner_bg { height:150px; padding-top:60px; background-size:60% auto; }
  .banner_solution { background-position:right -30px center; }
  .banner_case { background-position:right -30px center; }
  .banner_energysaving { padding-top:40px; background-position:right -30px center; }
}

@media (max-width: 479.9px) {
}

#navbar-mobile { height:60px;}
li.nav-item.active { border-bottom: 2px solid #32226c !important; }

li.nav-item.active .nav-link { color:#5bd0e3; }

.subtitle {color:#32226c; }

/* Solution page */

.iot_swiper .swiper-wrapper .event_card { width:100%; max-width:400px; }
.iot_swiper { padding-bottom:50px; }
.iot_swiper .swiper-pagination { bottom:10px; }
.iot_swiper .swiper-slide { width: 18%; }
/*@media (max-width:991.9px) {
.iot_swiper .swiper-slide { width: 40%; }
}
@media (max-width:767.9px) {
.iot_swiper .swiper-slide { width: 60%; }
}*/
@media (max-width:575.9px) {
.iot_swiper .swiper-slide { width: 40%; }
}
/*@media (max-width:479.9px) {
.iot_swiper .swiper-slide { min-width:260px; width: 80%; }
}*/

.thumbnail_4_3 { width:100%; aspect-ratio: 4 / 3;}
.iot_swiper .swiper-slide .thumbnail_4_3 { background-color:#161d31; }
.iot_swiper .swiper-slide .thumbnail_4_3 a { width:100%; height:100%; display:flex; overflow: hidden;}
.iot_swiper .swiper-slide .thumbnail_4_3 img { max-width:100%; width:auto; height:auto; margin:auto; }


.thumbnail_1_1 { aspect-ratio: 1 / 1; }
.thumbnail_1_1 img { width: 100%; height: 100%; object-fit: contain; }

ul { padding-left:20px; }
li:not(.nav-item) { margin-bottom:10px; }

.device_icon { background-color:#32226c; padding:10px; border-radius:50%; }
.device_icon img { filter: invert(1); }





/* modal */

.modal.show { display:flex!important; padding:0px!important; }
.modal .modal-dialog { transform: none; margin:auto; width:95vw; /*max-width:800px;*/ }
.modal .modal-dialog.modal-md { max-width:800px!important; }
.modal .modal-dialog.modal-lg { max-width:1000px!important; }
.modal .modal-dialog.modal-dialog-lg { max-width:1000px!important; }
/*.modal .modal-dialog.modal-md { max-width:800px!important; }*/
.modal .modal-dialog.modal-sm { max-width:500px!important; }
.modal .modal-content { border-radius:0px; }
.modal .modal-header { border-radius:0px; position:relative; }
.modal .modal-header .close { padding: 0.2rem 0.62rem; box-shadow: 0 0px 0px 0 rgb(34 41 47 / 0%); border-radius:0px; background-color:transparent; opacity: 1; transition: all 0.23s ease 0.1s; position:absolute; transform:none!important; top:24px!important; right:24px!important; }
.modal .modal-header .modal-title { line-height:30px; font-weight:bold; align-self: center; }
.modal .modal-footer { border-radius:0px; }
.modal .modal-header .close:hover, .modal .modal-header .close:focus, .modal .modal-header .close:active { transform: translate(0px, 0px); }

/* set all to scrollable modal */
.modal {  overflow-y: hidden; }
.modal .modal-body { max-height: calc(100vh - 160px); max-height: calc(100dvh - 160px); overflow-y: auto; /* dvh for mobile browser address bar issue */}

.modal { min-width:320px; z-index:5800; }
.modal.modal-slide-in { /*margin-top:62px;*/ margin-top:0px; }
.modal-slide-in .modal-dialog .modal-content { position:relative; }
.modal-slide-in .modal-dialog { /*margin-top:62px;*/ margin-top:0px; }
.modal-slide-in .modal-dialog { width:100%; min-width:320px; }
.modal-header { min-height:62px; height:auto; padding-right:35px; }
.modal-slide-in .close { top:26px; right:20px; }
.modal-slide-in .modal-dialog .modal-body { padding:20px; padding-bottom:100px; margin:0px 0px 0px 0px; overflow-y:auto!important; }
.modal.modal-slide-in .modal-title { line-height: 40px; }
.modal.modal-slide-in .modal_button { position:fixed; bottom:0px; left:0px; z-index: 100; }

.modal.modal-slide-in#modal_add .modal_button { display:none; }
.modal.modal-slide-in#modal_edit .modal_button { display:none; }

@media (min-width: 576px) {
.modal-slide-in .modal-dialog.sidebar-lg { width:400px!important; }
}

.modal.chart_modal { padding:0px!important; }
.modal.chart_modal .modal-dialog { width:90vw!important; max-width: 1200px!important; }
.modal.chart_modal .modal-body { height: calc(95vh - 60px - 80px); width: 100%; padding: 0px!important; overflow-y: scroll; overflow-x: hidden; }


.main-menu .navbar-header { width: 300px; }
.vertical-overlay-menu.menu-flipped .main-menu { right : -300px; }
.vertical-overlay-menu.menu-flipped .navbar .navbar-container { margin-right : 300px; }
.vertical-overlay-menu.menu-flipped.menu-open .main-menu {
  -webkit-transform : translate3d(-300px, 0, 0);
          transform : translate3d(-300px, 0, 0);
}
.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu { width: 300px; }
