/* start style login  */
.login {
  min-height: 100vh;
  overflow: hidden;
}

.form-sin {
  padding: 35px 65px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.form-sin form {
  width: 100%;
}

.bg-login {
  background-color: #000;
  background-image: url(../images/bg-login.png);
  min-height: 100vh;
  width: 100%;
  background-size: contain;
}

.logo-login {
  margin-bottom: 55px;
  width: 100%;
  text-align: center;
}

.title-center h2 {
  font-size: 28px;
  padding-right: 20px;
  position: relative;
  font-family: "font_medium";
  margin-bottom: 50px;
}
.title-center h2::after {
  content: "";
  width: 3px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 40px;
  right: 0;
  background-color: var(--color-Primary1);
  border-radius: 5px;
}

.ctm-btn {
  border-radius: 8px;
  background: radial-gradient(
    49.03% 61.11% at 50% 49.31%,
    #ff8383 0%,
    #ff4040 100%
  );
  position: relative;
  overflow: hidden;
  height: 55px;
  display: inline-block;
  padding: 11px 30px;
  font-size: 18px;
  border: none;
  transition: all 0.3s linear;
  color: var(--color-white);
  z-index: 1;
}

.ctm-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s linear;

  z-index: -1;
  right: 0;
  opacity: 0;
  background-color: var(--color-black);
}
.ctm-btn:hover:after {
  opacity: 1;
}

.customer-info form {
  padding-bottom: 50px;
}

.slider-branding {
  margin: auto;
  width: 80%;
}

.img-slider-branding {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  aspect-ratio: 1 / 1;
  display: flex;
  transition: all 0.3s linear;
  margin: 20px 0;
  align-items: center;
  text-align: center;
  box-shadow: 0 3px 5px #00000021;
  justify-content: center;
}
.img-slider-branding:hover {
  border-color: var(--color-Primary1);
  box-shadow: 0 5px 9px #ff404046;
}
.item {
  margin: 2px;
}
.img-slider-branding img {
  max-width: 70%;
  width: auto !important;
  max-height: 70%;
  object-fit: contain;
}

.play-wheel {
  width: 90%;
  margin: auto;
}
.play-wheel > h2 {
  margin: 60px 0 40px;
  font-size: 23px;
  font-family: "font_bold";
  text-align: center;
}

.sub-play-wheel {
  min-height: 580px;
  display: flex;
  position: relative;
  align-items: end;
}

.bg-play {
  display: flex;
  height: 629px;
  width: 100%;
  justify-content: center;
}
.circle-play-wheel {
  direction: ltr;
}

.circle-play-wheel text {
  font-size: 22px;
  fill: #1c1c1c !important;
}

.circle-play-wheel svg circle {
  fill: #ff4040 !important;
}
.circle-play-wheel svg path {
  stroke: #248cb5;
  stroke-width: 4px;
}

path[fill="darkorange"] {
  fill: transparent !important;
  stroke-width: 0px !important;
  color: transparent !important;
}
path[fill="darkorange"] ~ text {
  fill: transparent !important;
}

.circle-play-wheel {
  bottom: 75px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.btn-circle-play {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  pointer-events: none;
  height: 70px;
}
.bg-play::after {
  content: "";
  background-image: url(../images/arrow-play.png);
  width: 78px;
  height: 96px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 69px;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 22;
}

.bg-svg-play svg {
  width: 100% !important;
  height: 100% !important;
}

.bg-svg-play {
  position: absolute;
  width: 440px;
  bottom: 75px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: -41px;
  margin: auto;
  text-align: center;
  height: 460px;
}
.bg-play h3 {
  position: absolute;
  font-size: 22px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  top: 26px;
}

.sub-play-wheel {
  position: relative;
}
.sub-play-wheel::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/star.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-size: contain;
}

.success-play {
  min-height: 550px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  align-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
  z-index: 1;
  justify-content: center;
}
.success-play::after {
  content: "";
  width: 100%;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  background-image: url(../images/bg2.png);
}
.success-play > img {
  max-width: 70px;
}
.success-play h2 {
  width: 100%;
  font-family: "font_medium";
  color: #ff8383;
  font-size: 21px;
  text-align: center;
}

.show-success-play {
  height: 50px;
  padding: 10px 20px;
  min-width: 220px;
  font-family: "font_medium";
  font-size: 18px;
  border-radius: 30px;
  border: 1px dashed #ff8383;
  text-align: center;
}
.btn-profile button {
  min-width: 30%;
}

.edit-password.login {
  min-height: calc(100vh - 100px) !important;
}
.edit-password .bg-login {
  min-height: calc(100vh - 100px) !important;
}

.text-aboutus {
  margin: 40px 0;
}
.text-aboutus p {
  font-size: 19px;
}

.text-aboutus .title-center h2 {
  margin-bottom: 30px;
}

.text-aboutus ul li {
  padding-right: 20px;
  font-size: 19px;
  margin: 15px 0;
  position: relative;
}

.text-aboutus ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  right: 0;
  top: 9px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-Primary1);
}

.img-aboutus {
  text-align: end;
  width: 80%;
  margin-right: auto;
}
.img-aboutus img {
  max-width: 100%;
}

.sub-brand {
  border: 1px solid #cbcbcb;
}
.sub-brand {
  height: 200px;
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  justify-content: center;
}
.sub-brand img {
  max-width: 70%;
  max-height: 70%;
}

.brand .row {
  row-gap: 15px;
}

.sub-brand::before {
  content: "";
  width: 40px;
  transition: all 0.5s linear;
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  height: 40px;
  border-bottom: 3px solid #c52326;
  border-left: 3px solid #c52326;
}
.sub-brand::after {
  content: "";
  width: 40px;
  transition: all 0.5s linear;
  pointer-events: none;
  position: absolute;
  top: 0px;
  opacity: 0;
  right: 0px;
  height: 40px;
  border-top: 3px solid #c52326;
  border-right: 3px solid #c52326;
}
.sub-brand:hover::after,
.sub-brand:hover::before {
  width: 100%;
  opacity: 1;
  height: 100%;
}

.brand .title-center h2,
.brand-details .title-center h2 {
  margin-bottom: 20px !important;
}
.brand .title-center p,
.brand-details .title-center p {
  font-size: 19px;
  width: 60%;
}

.main-brand-details .title-center {
  margin-bottom: 0;
}
.sub-product {
  border-radius: 10px;
  background-color: var(--color-white);
}
.img-product {
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, #ffe5e5 100%);
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-product img {
  width: 70%;
  height: 70%;
  width: auto;
  object-fit: contain;
}

#slider-product {
  margin: 50px 0;
}
.sub-product h2 {
  padding: 20px 10px;
}

.sub-conter-roport {
  border-radius: 20px;
  padding: 20px;
}

.number-conter-roport {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.number-conter-roport h2 {
  color: #939393;
  font-size: 15px;
}
.number-conter-roport h2 span {
  width: 100%;
  display: block;
  font-size: 24px;
  color: var(--color-primary);
  font-family: "font_bold";
  margin-top: 10px;
}

.img-conter-roport {
  max-width: 65px;
  max-height: 65px;
}
.img-conter-roport img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sub-conter-roport > h3 {
  font-size: 14px;
  margin-top: 20px;
}

.decline,
.climbed {
  color: #ff3636;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.decline i,
.climbed i {
  line-height: 0;
  font-size: 22px;
}

.climbed {
  color: #50cda4;
}
.card {
  padding: 25px;
  border-radius: 25px;
  border: none;
  margin: 20px 0px;
}
.select-fliter-Chart.arrow-select {
  width: 215px;
}
.fliter-Chart {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal;
  font-size: 18px;
}

table.dataTable thead th {
  color: var(--color-primary);
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 17px 10px;
}

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td,
table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px dashed #d1d1d1 !important;
}

table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > *,
.sorting_1 {
  box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
}

table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: none !important;
  box-shadow: none !important;
}

table.dataTable.no-footer {
  border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: var(--color-primary) !important;
  border-radius: 5;
  font-size: 19px;
  height: 40px;
  border: 1px solid #dfe3e8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: var(--color-white) !important;
  color: var(--color-primary) !important;
  box-shadow: none !important;
  border: 1px solid #dfe3e8 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.paginate_button:hover,
a#myTable_previous:hover {
  background: var(
    --color,
    radial-gradient(49.03% 61.11% at 50% 49.31%, #ff8383 0%, #ff4040 100%)
  ) !important;

  color: var(--color-white);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: var(
    --color,
    radial-gradient(49.03% 61.11% at 50% 49.31%, #ff8383 0%, #ff4040 100%)
  ) !important;

  color: var(--color-white);
}

.dataTables_paginate,
.dataTables_paginate span {
  display: flex;
  align-items: center;
  gap: 5px;
}
#myTable_next,
#myTable2_next,
#myTable3_next,
#myTable4_next,
#myTable5_next,
#myTable_previous,
#myTable2_previous,
#myTable3_previous,
#myTable4_previous,
#myTable5_previous {
  position: relative;
  color: transparent !important;
}

a#myTable_next::after,
.paginate_button.next::after {
  content: "";
  width: 16px;
  margin: auto;
  height: 16px;

  background-position: center;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-l.png);
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
}
#myTable_previous::after,
.paginate_button.previous::after {
  content: "";
  width: 16px;
  margin: auto;
  height: 16px;
  background-position: center;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-l.png);
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  right: 1px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid #dfe3e8;
  background: transparent;
  box-shadow: none;
}
a#myTable_next:hover::after,
a#myTable2_next:hover::after,
a#myTable3_next:hover::after,
a#myTable4_next:hover::after,
a#myTable5_next:hover::after {
  filter: brightness(0) invert(1);
}
a#myTable_previous:hover::after,
a#myTable2_previous:hover::after,
a#myTable3_previous:hover::after,
a#myTable4_previous:hover::after,
a#myTable5_previous:hover::after {
  filter: brightness(0) invert(1);
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: var(--color-primary);
  border-radius: 5;
  font-size: 19px;
  height: 40px;
  border: 1px solid #dfe3e8;
}
div#myTable_paginate {
  margin-top: 25px;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: none;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: right !important;
  color: #9c9ea3;
}

div#myTable_filter,
div#myTable_length {
  display: none;
}

.nav-datatable {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.nav-datatable input::placeholder {
  color: #939393;
}
.nav-datatable input {
  height: 40px;
}
.number-conter-roport h2 span {
  color: var(--color-black);
}
