.card img.img-dashboard {
  width: 100%;
  height: 400px;
}

.page-item.active a {
  background: linear-gradient(60deg, #17b578, #28572b);
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

select:focus,
input:focus {
  background-image: linear-gradient(#43a047, #28572b),
    linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.input-group.date .dropdown-menu {
  display: block;
}

.form-filter {
  padding: 0 20px 10px 20px;
  border-radius: 10px;
  border: 1px dotted lightgray;
  margin: 5px 0 15px 0;
}

footer ul li a:hover,
footer .copyright a {
  color: #17b578;
}

.login-lang-area img {
  width: 20px;
}

.view-memo {
  padding: 0;
}
.view-memo .text-memo {
  width: 100%;
  height: 143px;
  border: none;
  background-color: inherit;
  resize: none;
}

/** Dashboard */
.mg-r-2 {
  margin-right: 2%;
}
.mg-l-2 {
  margin-left: 2%;
}
.pd-r-3 {
  padding-right: 5px;
}
.pd-l-3 {
  padding-left: 5px;
}
.dashboard-number {
  font-size: 33px;
  font-weight: 500;
  padding: 8px;
  margin-top: 0;
  border: 1px solid #c6c6c6;
  text-align: center;
  border-radius: 0 0 12px 12px;
}
.dashboard-no1 {
  background-image: linear-gradient(#434343, #000000);
  color: whitesmoke;
  font-family: Arial, Courier, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.dashboard-no2 {
  background-image: linear-gradient(#868f96, #596164);
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
/*background-image: linear-gradient(#614385, #516395);*/
.dashboard-no3 {
  background-image: linear-gradient(#36d1dc, #5b86e5);
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.dashboard-no4 {
  /*background-image: linear-gradient(#6190E8, #A7BFE8);*/
  background-image: linear-gradient(#40c3cd, #7696dd);
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.dashboard-no5 {
  background-image: linear-gradient(#7474bf, #348ac7);
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.dashboard-no6 {
  background-image: linear-gradient(#8f8fdd, #6990c1);
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.dashboard-no7 {
  background-image: linear-gradient(#e0eafc, #cfdef3);
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.dashboard-no8 {
  background-image: linear-gradient(#e0eafc, #cfdef3);
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}
.dashboard-no9 {
  background-image: linear-gradient(#cb356b, #bd3f32);
  color: whitesmoke;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 12px 12px 0 0;
  font-size: 20px;
}

@media only screen and (max-width: 1420px) {
  .dashboard-number {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1280px) {
  .dashboard-number {
    font-size: 26px;
  }
  .mg-r-2 {
    margin-right: 0;
  }
  .mg-l-2 {
    margin-left: 0;
  }
}

.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/loading.svg) center no-repeat rgba(255, 255, 255, 0.3);
}

.view-area {
  display: table-cell;
}

.view-area .text-area {
  width: 100%;
  height: 143px;
  border: none;
  background-color: inherit;
  resize: none;
}

.text-content {
  padding: 2%;
  width: 100%;
}

/* Prediction Logic Data */

.p-4 {
  padding: 0 4%;
}

#area_end {
  min-height: 50px;
}
#area_1 {
  border: dashed #888 3px;
  min-height: 50px;
}
.nested-sortable {
  min-height: 20px;
}
.list-group {
  display: flex;
  width: 100%;
  border: 1px solid gray;
  padding: 4px;
}
.list-group-item {
  display: flex;
  width: 5%;
  justify-content: center;
  margin-right: 4px;
  cursor: pointer;
}

.w-15 {
  width: 12%;
}
.d-none {
  display: none;
}

.prediction-text-distance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 4%;
  margin-bottom: 0;
  width: 25%;
}

.prediction-distance {
  width: 85%;
}

.horseList {
  display: flex;
  overflow-x: auto;
}

.pre-horse-list {
  padding: 2% 0;
  border: 1px solid gray;
  margin-right: 1%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 46px;
  height: 45px;
}

.w-44 {
  width: 44px;
}

@media only screen and (max-width: 1024px) {
  .pre-horse-list {
    width: 26px;
    height: 26px;
  }

  .w-15 {
    font-size: 12px;
  }

  .w-44 {
    width: 26px;
  }

  .horseList {
    padding: 5% 2% !important;
  }

  .btn .material-icons {
    font-size: 10px;
  }
}

/** AI Prediction Management */
.horse-list {
  font-family: auto, serif;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 8px;
  padding-top: 5px;
  font-size: 12px;
  margin: 0;
}

.horse-list-detail {
  font-family: auto, serif;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 8px;
  padding-top: 2px;
  font-size: 12px;
  margin: 0;
}

.horse-list-win {
  font-family: auto, serif;
  font-weight: bold;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 8px;
  padding-top: 5px;
  font-size: 12px;
  margin: 0;
}

.ai-racecourse {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 1% 0;
  background-color: #dfce9d;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 1.2em;
}

.ai-racecourse-date {
  border-right: 2px solid #574e35;
  border-top: 2px solid #574e35;
  border-left: 2px solid #574e35;
  padding: 1% 0;
  background-color: #574e35;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.child-ai-racecourse-date {
  border-right: 1px solid #574e35;
  border-bottom: 1px solid #574e35;
  border-left: 1px solid #574e35;
  padding: 1%;
}

.ai-prediction-item {
  margin-bottom: 20px;
}
.ai-prediction-item .btn-detail-ai {
  cursor: pointer;
  width: 45px !important;
}
.child-ai-racecourse-date > table {
  margin-bottom: 20px !important;
}
.btn-detail {
  border: none;
  padding: 0;
}
.no-wrap {
  white-space: nowrap;
}

.custom-datapicker {
  padding: 1px 6px;
  text-align: center;
  width: 110px;
}
.custom-datapicker:focus {
  background-image: none !important;
}

#btn-filter {
  margin: 15px;
  background-image: linear-gradient(#17b578, #28572b) !important;
}
#btn-export {
  margin: 15px;
  background-image: linear-gradient(#e44e29, #e44e29) !important;
}

.table-ai-predict thead {
  background-color: #eaefd9;
}
.table-ai-predict thead td {
  padding: 5px !important;
}
.table-ai-predict thead {
  font-size: 13px;
}

.table-ai-predict tbody td {
  padding: 3px !important;
}
.table-ai-predict tbody td h4,
.table-ai-predict tbody td h6 {
  margin: 5px 0 !important;
}
.table-ai-predict tbody {
  font-size: 12px;
}

/* dropdown checkbox */
.checkbox-menu {
  min-width: 100%;
}

.checkbox-menu li label {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  margin: 0;
  transition: background-color 0.4s ease;
  display: inline-block;
  width: 100%;
}
.checkbox-menu li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}

.ai-filter-dropdown {
  margin: 0px 10px;
}

.ai-inline-block {
  display: inline-block;
}

.ai-filter-dropdown > button {
  width: 130px;
}

.ai-filter-dropdown input[type="checkbox"] {
  margin-top: -30px;
}

.ai-filter-dropdown input[type="checkbox"] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  width: 13px;
  height: 13px;
  margin: 0;
  margin-right: -10px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}

.ai-filter-dropdown input[type="checkbox"]:after {
  content: "";
  vertical-align: middle;
  text-align: center;
  line-height: 13px;
  position: absolute;
  cursor: pointer;
  height: 13px;
  width: 13px;
  left: 0;
  top: 0;
  font-size: 10px;
  /* -webkit-box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC;
	-moz-box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC;
	box-shadow: inset 0 1px 1px #5F95FC, 0 1px 0 #5F95FC;
	background: #5F95FC; */
}

.ai-filter-dropdown input[type="checkbox"]:hover:after,
.ai-filter-dropdown input[type="checkbox"]:checked:hover:after {
  background: #17b578;
  content: "\2714";
  color: #fff;
}

.ai-filter-dropdown input[type="checkbox"]:checked:after {
  background: #17b578;
  content: "\2714";
  color: #fff;
}

.distance-input {
  width: 103px;
}
.distance-input:focus {
  background-image: none !important;
}

.ai-prediction-statistic {
  margin-bottom: 20px;
  border: 3px solid #574e35;
  padding: 20px;
  border-radius: 10px;
}

.table-ai-predict-statistic {
  border-color: #8a9170 !important;
  color: #574e35;
  white-space: nowrap;
}
.table-ai-predict-statistic thead {
  background-color: #eaefd9;
  font-weight: bold;
  font-size: 13px;
}
.table-ai-predict-statistic thead td {
  padding: 5px !important;
  border-color: #8a9170 !important;
}

.table-ai-predict-statistic tbody td {
  padding: 5px !important;
  border-color: #8a9170 !important;
}
.table-ai-predict-statistic tbody {
  font-size: 13px;
}
.border-bottom-style-none {
  border-bottom-style: none !important;
}
.border-bottom-1px {
  border-bottom: 1px solid !important;
}

.panel-group {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.bg-linear-gradient-black {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 20%,
    rgba(255, 255, 255, 1) 28%
  );
}
.bg-linear-gradient-gray {
  background-image: linear-gradient(
    90deg,
    rgba(198, 198, 198, 1) 0%,
    rgba(198, 198, 198, 1) 20%,
    rgba(255, 255, 255, 1) 28%
  );
}
.panel-group-item-head {
  display: inline-block;
  padding: 3px;
  text-align: center;
  width: 35%;
}
.panel-group .bg-C6C6C6 {
  background-color: #c6c6c6;
}
.panel-group .bg-000000 {
  background-color: #000000;
}
.panel-group-item {
  display: inline-block;
  padding: 3px;
  text-align: center;
  width: 60%;
}

.panel-group-hope {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
}
.panel-group-hope .panel-group-hope-head .panel-group-hope-item-head {
  display: inline-block;
  padding: 3px;
  text-align: center;
  width: 35%;
  border-right: 1px solid #c6c6c6;
}
.panel-group-hope .panel-group-hope-head .panel-group-hope-item {
  display: inline-block;
  padding: 3px;
  text-align: center;
  width: 60%;
}
.panel-group-hope .panel-group-hope-body {
  width: 100%;
  height: 100%;
  border-top: 1px solid #c6c6c6;
  margin: 0px;
  padding-top: 10px;
}

.panel-group-hope .panel-group-hope-body .rectangle {
  border: 1px solid gray;
  border-radius: 5px;
  text-align: center;
  width: 90px;
  display: inline-block;
  margin: 0 5px 10px 0;
}
.panel-group-hope .panel-group-hope-body .rectangle .head {
  border-radius: 4px 4px 0 0;
  padding: 2px;
}
.panel-group-hope .panel-group-hope-body .rectangle .body {
  padding: 8px;
}

.circle-star {
  display: inline-block;
  background-repeat: no-repeat;
  width: 80px;
  height: 79px;
  margin: 0 8px;
  background-size: cover;
  padding-top: 44px;
  margin-bottom: 8px;
}
.circle-star-1 {
  background-image: url(/assets/img/circle-1-star.png);
}
.circle-star-2 {
  background-image: url(/assets/img/circle-2-star.png);
}
.circle-star-3 {
  background-image: url(/assets/img/circle-3-star.png);
}

.chart-item-bg {
  stroke: #e6e6e6;
}
.chart-item-0 {
  stroke: #000000;
}
.chart-item-1 {
  stroke: #c6c6c6;
}
.chart-item-2 {
  stroke: #17b578;
}
.chart-item-3 {
  stroke: #3d75ca;
}
.chart-item-4 {
  stroke: #cd0f39;
}

#circle-race-chart {
  position: relative;
}
#circle-race-chart .circle-race-title {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 18px;
}
.input-custom {
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42),
    0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  color: #707070;
}

/* Large devices (large desktops, 1400px and up) */
#ai-prediction-area {
  width: 100%;
}

.statistics-ai {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}

@media (min-width: 1500px) {
  .circle-star {
    width: 75px;
    height: 74px;
  }
  .ai-prediction-item,
  .ai-prediction-statistic {
    width: 80%;
    margin: 20px auto;
  }
}

.table-ai-detail-head {
  background-color: #4b4b4b;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.table-ai-detail-head tbody td {
  padding: 0 5px;
  border: 1px solid #ffffff !important;
}
.table-ai-detail-head tbody td h4,
.table-ai-detail-head tbody td h6 {
  margin: 5px 0 !important;
}

.table-detail-ai-predict-statistic {
  border-color: #8a9170 !important;
  white-space: nowrap;
  margin-top: 25px;
}
.table-detail-ai-predict-statistic thead {
  background-color: #4b4b4b;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.table-detail-ai-predict-statistic thead td {
  padding: 5px !important;
  border-color: #8a9170 !important;
}
.table-detail-ai-predict-statistic tbody td {
  padding: 5px !important;
  border-color: #8a9170 !important;
  height: 35px;
  color: #574e35;
}
.table-detail-ai-predict-statistic tbody td.baken {
  white-space: nowrap;
  letter-spacing: 1px;
}
.table-detail-ai-predict-statistic tbody td > .arrow {
  margin: 0;
  display: inline-block;
  position: relative;
  bottom: 1px;
}
.table-detail-ai-predict-statistic tbody {
  font-size: 14px;
}
.table-detail-ai-predict-statistic .bg-EBDBF1 {
  background-color: #ebdbf1;
}
.table-detail-ai-predict-statistic .bg-F0E8D3 {
  background-color: #f0e8d3;
}
.table-detail-ai-predict-statistic .bg-E0F5D1 {
  background-color: #e0f5d1;
}
.table-detail-ai-predict-statistic .bg-E3A7F7 {
  background-color: #e3a7f7;
}
.table-detail-ai-predict-statistic .bg-FFE270 {
  background-color: #ffe270;
}
.table-detail-ai-predict-statistic .bg-A5E2FE {
  background-color: #a5e2fe;
}
.table-detail-ai-predict-statistic .bg-A7F474 {
  background-color: #a7f474;
}
.table-detail-ai-predict-statistic .bg-F19C61 {
  background-color: #f19c61;
}
.table-detail-ai-predict-statistic .bg-E2E2E2 {
  background-color: #e2e2e2;
}

.work-break-all {
  word-break: break-all;
}
.work-break-word {
  word-break: break-word;
}
.vertical-align-top {
  vertical-align: top !important;
}
.width-60px {
  width: 60px;
}
.width-80px {
  width: 80px;
}
.width-100px {
  width: 100px;
}

.bg-C8D697 {
  background-color: #c8d697;
}
.bg-FFF5CC {
  background-color: #fff5cc;
}
.bg-13215E {
  background-color: #13215e;
}
.bg-813B14 {
  background-color: #813b14;
}
.bg-E3A7F7 {
  background-color: #e3a7f7;
}
.bg-A7F474 {
  background-color: #a7f474;
}
.bg-F19C61 {
  background-color: #f19c61;
}
.bg-17B578 {
  background-color: #17b578;
}
.bg-3D75CA {
  background-color: #3d75ca;
}
.bg-CD0F39 {
  background-color: #cd0f39;
}
.cl-FFFFFF {
  color: #ffffff;
}

.table-scroll {
  /* position: relative;
  width: 100%;
  z-index: 1;
  margin: auto; */
  overflow: auto;
  max-height: 743px;
}
.table-scroll table {
  color: #574e35;
  /* width: 100%; */
  /* margin: auto; */
  border-collapse: separate;
  /* border-spacing: 0; */
  /* white-space: nowrap; */
  table-layout: fixed;
  text-align: center;
}

/* .table-scroll th,
.table-scroll td {
  border: 1px solid #ddd;
} */
.table-scroll thead .head {
  background: #eaefd9;
  color: #574e35;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-scroll thead .head-13215E {
  background: #13215e;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-scroll thead .head-813B14 {
  background: #813b14;
  color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-scroll thead .head-E3A7F7 {
  background: #e3a7f7;
  color: #574e35;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.table-scroll thead .head-A7F474 {
  background: #a7f474;
  color: #574e35;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.table-scroll thead .head-F19C61 {
  background: #f19c61;
  color: #574e35;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.table-scroll thead .head-2 {
  background: #eaefd9;
  color: #574e35;
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
}

.table-scroll .fixed-first-col-head {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
}
.table-scroll .fixed-second-col-head {
  position: -webkit-sticky;
  position: sticky;
  left: 100px;
  z-index: 5;
}
.table-scroll .fixed-third-col-head {
  position: -webkit-sticky;
  position: sticky;
  left: 165px;
  z-index: 5;
}
.table-scroll .fixed-fourth-col-head {
  position: -webkit-sticky;
  position: sticky;
  left: 335px;
  z-index: 5;
}
.fixed-col-head {
  z-index: 4;
}
.table-scroll .fixed-fifth-col-head {
  position: -webkit-sticky;
  position: sticky;
  left: 395px;
  z-index: 5;
}
.table-scroll .fixed-sixth-col-head {
  position: -webkit-sticky;
  position: sticky;
  left: 475px;
  z-index: 5;
}
.table-scroll .fixed-seventh-col-head {
  position: -webkit-sticky;
  position: sticky;
  left: 665px;
  z-index: 5;
}
.table-scroll .fixed-first-col {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  color: #574e35;
  background: #ffffff;
}
.table-scroll .fixed-second-col {
  position: -webkit-sticky;
  position: sticky;
  left: 100px;
  z-index: 2;
  color: #574e35;
  background: #ffffff;
}
.table-scroll .fixed-third-col {
  position: -webkit-sticky;
  position: sticky;
  left: 165px;
  z-index: 2;
  color: #574e35;
  background: #ffffff;
}
.table-scroll .fixed-fourth-col {
  position: -webkit-sticky;
  position: sticky;
  left: 335px;
  z-index: 2;
  color: #574e35;
  background: #ffffff;
}
.table-scroll .fixed-fifth-col {
  position: -webkit-sticky;
  position: sticky;
  left: 395px;
  z-index: 2;
  color: #574e35;
  background: #ffffff;
}
.table-scroll .fixed-sixth-col {
  position: -webkit-sticky;
  position: sticky;
  left: 475px;
  z-index: 2;
  color: #574e35;
  background: #ffffff;
}
.table-scroll .fixed-seventh-col {
  position: -webkit-sticky;
  position: sticky;
  left: 665px;
  z-index: 2;
  color: #574e35;
  background: #ffffff;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #17b578;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #159e69;
}

.line {
  width: 100%;
  background-color: #574e35;
  height: 1px;
}
.font-weight-bold {
  font-weight: bold;
}
.color-1BB578 {
  color: #1bb578;
}
.color-FFFFFF {
  color: #ffffff;
}

/* plan setting */
.btn-plan {
  padding: 5px 30px;
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  margin: 5px 10px;
  box-shadow: 0px 2px #bfbfbf;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(222, 222, 222, 1) 99%,
    rgba(128, 128, 128, 1) 100%
  );
  font-size: 16px;
  font-weight: 400;
}

.btn-plan-setting {
  padding: 3px 15px;
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  margin: 5px 10px;
  box-shadow: 0px 1px #bfbfbf;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(222, 222, 222, 1) 99%,
    rgba(128, 128, 128, 1) 100%
  );
  font-size: 11px;
}

.btn-plan-setting.active {
  background: #50ae55;
  color: #ffffff;
}

.btn-plan.active {
  background: linear-gradient(
    180deg,
    rgba(182, 233, 180, 1) 0%,
    rgba(0, 174, 0, 1) 100%
  );
  color: #ffffff;
}

input[type="radio"]:checked:after {
  width: 17px;
  height: 17px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #1bb578;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.div-form-filter {
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px dotted lightgray;
  margin: 5px 0 15px 0;
}

.selectbox-disabled {
  pointer-events: none;
}

.d-flex {
  display: flex !important;
}

.m-auto-15 {
  margin: auto 15px auto 0;
}

.success {
  color: green;
}

.processing {
  color: blue;
}

.lang-selected {
  border: 1px solid #17b578;
}

.lang-border {
  width: 35px;
  height: 32px;
}

.error-email {
  .form-control {
    background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 100% 2px, 100% 1px;
    transition-duration: 0.3s;
  }
}
