.btn {
  border-radius: 0;
}

/* Add here all your CSS customizations */

.calendar_table {
  width: 100%;
  border: 1px solid #ddd;
  position: relative;
}
.calendar_table tr td {
  height: 80px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.calendar_table tr td._hours table {
  position: absolute;
  top: 0;
  left: 0;
}
.calendar_table tr td._hours table td {
  position: relative;
  width: 25%;
  border-bottom: none;
  border-right: 1px dashed #eee;
}
.calendar_table tr td._hours span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  background-color: #c3af91;
  padding: 0 0 0 4px;
  transform: none;
  border-radius: 0 0 999px 0;
  width: 30px;
  height: 24px;
  z-index: 1;
  text-align: left;
  color: #fff;
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.25);
}

.auth_wrapper {
  height: 100vh;
}

.auth_image {
  width: 380px;
  max-width: 100%;
}

.auth_left {
  /* background: #1a6092 url("../img/login_bg_left.png") no-repeat bottom center / 100% auto; */
  background-color: #1a6092;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.auth_left_scroll {
  height: 100%;
  overflow-y: auto;
}

.auth_left::after {
  content: "";
  position: absolute;
  right: 0;
  width: 80px;
  height: 100%;
  background-color: #1a6092;
  z-index: -1;
  transform: skewX(-5deg);
  transform-origin: left bottom;
}

.auth_left_content,
.auth_right_content {
  width: 480px;
  max-width: 100%;
}

.auth_right {
  background: #fff url("../img/login_bg.jpg") no-repeat bottom center / cover;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.auth_right_scroll {
  height: 100%;
  overflow-y: auto;
}

.auth_wrapper .form_field {
  position: relative;
}

.auth_wrapper .form_field i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #00aaff;
}

.auth_wrapper label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

.auth_wrapper input,
.auth_wrapper select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #aaa;
  height: 40px;
  font-size: 14px;
  color: #222;
  box-shadow: 0px 1px 0px 0px transparent;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  padding: 0;
}

.auth_wrapper input:focus,
.auth_wrapper select:focus {
  border-bottom-color: #00bfff;
  background-color: transparent;
  box-shadow: 0px 1px 0px 0px #00bfff;
}
@media only screen and (max-width: 1199px){
	.auth_left::after{
		transform: skewX(-2deg);
	}
}

@media only screen and (max-width: 991px) {
  .auth_wrapper,
  .auth_left,
  .auth_right,
  .auth_right_scroll {
    height: auto;
    overflow-y: unset;
  }
  .auth_left::after {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .calendar_table tr td {
    padding: 3px;
    font-size: 11px;
    line-height: 1.2;
  }
  .auth_right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .auth_wrapper .logo img{
	  height: 40px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.dashboard_top_card{ color: #fff; }
.dashboard_top_card ._icon{ width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background-color: #fff; color: #222; }
.dashboard_top_card ._icon i{ font-size: 24px; line-height: 1; }
.dashboard_top_card .progress{ background-color: #ddd; box-shadow: none; }
.dashboard_top_card._primary{ background-color: #00BFFF; }
.dashboard_top_card._secondary{ background-color: #ECB72F; }
.dashboard_top_card._tertiary{ background-color: #E54241; }
.dashboard_top_card._quaternary{ background-color: #547B34; }
.dashboard_top_card._primary ._icon{ color: #00BFFF; }
.dashboard_top_card._secondary ._icon{ color: #ECB72F; }
.dashboard_top_card._tertiary ._icon{ color: #E54241; }
.dashboard_top_card._quaternary ._icon{ color: #547B34; }

.styled_card{ background-color: #fff; border: 1px solid #ddd; box-shadow: 0 0 10px -5px rgba(0,0,0,0.5); height: 100%; padding: 20px 20px 0; display: flex; flex-direction: column; border-radius: 0.25rem; overflow: hidden; }
.styled_card .card_img{ height: 240px; background-color: #f2f2f2; padding: 15px; border-radius: 0.25rem; }
.styled_card .card_img img{ width: 100%; height: 100%; object-fit: contain; }
.styled_card h4{ font-weight: 700; color: #1a6092; margin: 0 0 5px; }
.styled_card .card_footer{ background-color: #555; color: #fff; margin: 0 -20px; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; }
.styled_card .card_footer select{ width: 40px; height: 30px; min-height: auto !important; background-color: #fff; border: 1px solid #aaa; border-radius: 0.25rem !important; text-align: center; padding: 0 2px; }
.footer_bar{ padding: 15px 20px; background-color: #222; color: #fff; }

.page-header .right-wrapper{ display: none !important; }
.referral_link{ font-size: 20px; }
.referral_link a,.referral_link span{ color: #fff; cursor: pointer; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background-color: #547B34; text-decoration: none; transition: all 0.15s ease-in-out; border-radius: 0.25rem; }
.referral_link a:hover,.referral_link span:hover{ color: #fff; background-color: #E54241; }
.referral_link a:not(:last-child),.referral_link span:not(:last-child){ margin-right: 15px; }

.max_400{ max-width: 400px; }