/*
* Override Pages default styles or create your own styles here
*/
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600&display=swap");

body {
  font-weight: 300;
  font-size: 15px;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #3f3f3f;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-org,
.btn-org:focus {
  color: #fff;
  background-color: #ffa900;
  border: 1px solid rgba(255, 187, 0, 0.897);
  border-bottom: 1px solid rgba(255, 187, 0, 0.897);
}

.btn-org.active,
.btn-org:not(:disabled):not(.disabled):active,
.btn-org.active:focus,
.btn-org:not(:disabled):not(.disabled):active:focus,
.btn-org:not(:disabled):not(.disabled):active:hover,
.btn-org .show .dropdown-toggle.btn-org {
  background-color: #eea300;
  color: #fff;
  border: 1px solidrgba(255, 187, 0, 0.57);
  border-bottom: 1px solid rgba(255, 187, 0, 0.5);
  box-shadow: none;
}

.btn-org.hover:not(.active),
.btn-org:hover:not(.active),
.btn-org .show .dropdown-toggle.btn-org {
  background-color: #eea300;
  color: #fff;
  border: 1px solid rgba(13, 147, 91, 0.5);
  border-bottom: 1px solid rgba(255, 187, 0, 0.3);
}

.btn-org.disabled,
.btn-org.disabled:hover,
.btn-org.disabled:focus,
.btn-org.disabled:active,
.btn-org.disabled.active,
.btn-org[disabled],
.btn-org[disabled]:hover,
.btn-org[disabled]:focus,
.btn-org[disabled]:active,
.btn-org[disabled].active,
fieldset[disabled] .btn-org,
fieldset[disabled] .btn-org:hover,
fieldset[disabled] .btn-org:focus,
fieldset[disabled] .btn-org:active,
fieldset[disabled] .btn-org.active {
  background-color: #666666;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-bottom: 1px solid rgba(33, 33, 33, 0.22);
}

.btn-org .badge {
  color: #ffa900;
  background-color: #fff;
}

.btn-dark {
  background: #222222;
  color: #fff;
}

.btn-dark:not(:disabled):not(.disabled):active:hover,
.btn-dark.active,
.btn-dark:active,
.btn-dark.active:focus,
.btn-dark:active:focus {
  background: #333333;
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-bottom: 1px solid rgba(18, 18, 18, 0.29);
  color: #fff;
}

.btn-dark.active {
  background: #333333;
  animation-name: toggle;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
}

.btn-dark.hover:not(.active),
.btn-dark:hover:not(.active) {
  background: #444444;
  color: #fff;
}

.ui-select-bootstrap .ui-select-match.btn-default-focus {
  background-color: transparent;
}

.form-group-default-select .ui-select-bootstrap .ui-select-match.btn-default-focus {
  outline: none;
}

.bg-light2 {
  background: #f5f5f7 !important;
}

.text-org-light {
  color: #fad25a !important;
}

.text-blue {
  color: #35baf2 !important;
}

.text-bule2 {
  color: #5997d5 !important;
}

.text-vio {
  color: #926dec !important;
}

.text-gre {
  color: #66c973 !important;
}

.text-red2 {
  color: #ff2057 !important;
}

.text-dark {
  color: #212121 !important;
}

.text-color {
  color: #4b4b4b !important;
}

.text-primary {
  color: #45289c !important;
}

.text-complete {
  color: #0054af !important;
}

.text-success {
  color: #52b74a !important;
}

.text-info {
  color: #3b4752 !important;
}

.text-warning {
  color: #927400 !important;
}

.text-danger {
  color: #f6392b !important;
}

.text-red {
  color: #f60038 !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-org {
  color: #ffa600 !important;
}

.head-section {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}

.block-rate {
  background: #f5f5f7;
  border-radius: 12px;
  text-align: center;
  line-height: 20px;
}

hr.section-deail {
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.section-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: normal;
  height: 350px;
  padding: 15px;
}

.box::-webkit-scrollbar {
  width: 0.8em;
}

.box::-webkit-scrollbar-track {
  box-shadow: inset 200px 0px 51px -200px rgba(0, 0, 0, 0.1);
}

.box::-webkit-scrollbar-thumb {
  background-color: orange;
}

.title-span {
  display: block;
  font-size: 14px;
  margin-top: -10px;
}

.f10 {
  font-size: 10px !important;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f25 {
  font-size: 25px !important;
}

.f30 {
  font-size: 30px !important;
}

.f35 {
  font-size: 35px !important;
}

.f40 {
  font-size: 40px !important;
}

.f50 {
  font-size: 50px !important;
}

.nowrap {
  white-space: nowrap;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.select-lg {
  font-size: 18px !important;
  min-height: 45px;
  font-weight: 300;
}

.no-search .select2-search {
  display: none;
}

.hline {
  border-bottom: 1px solid #dee2e6;
  margin: 20px 0;
}

.list-line {
  border-bottom: 1px solid #d2d2d2;
}

.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 1px;
}

.toggle.ios .toggle-handle {
  border-radius: 1px;
}

.btn-group-xs > .btn,
.btn-xs {
  font-size: 10px !important;
  line-height: 1 !important;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity ease-out 0.7s;
  height: 200px;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.slide1 {
  background: green;
}

.slide2 {
  background: red;
}

.slide3 {
  background: yellow;
}

.slide4 {
  background: purple;
}

.btn-sort {
  color: #ffffff;
  border-radius: 11px;
  border: none;
  height: 48px;
  font-size: 18px;
}

.btn-sort i {
  color: #ffffff;
}

.form-control-borderless {
  border: none;
  background: none;
  text-decoration: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.serachid {
  background-color: #9e9e9e;
  border-radius: 11px;
  height: 68px;
}

.serachid-title {
  font-size: 20px;
  color: #ffffff;
  padding: 10px;
}

.serachid input {
  width: 28px;
  margin: 0;
  border: none;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  border-radius: 5px;
}

.serachid-detail input {
  width: 30px;
  margin: 0;
  border: 1px solid #e4e4e4;
  text-align: center;
  font-size: 28px;
  font-weight: 100;
  border-radius: 5px;
  background: #eeeeee;
}

.serachid-detail-white input {
  width: 30px;
  margin: 3px;
  border: 1px solid #e4e4e4;
  text-align: center;
  font-size: 28px;
  font-weight: 100;
  border-radius: 5px;
  background: #f6f6f6;
}

.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #cdcdce;
  border-radius: 0.15em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
  color: darkorange;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}

.sub-t-detail {
  position: absolute;
  font-size: 18px;
  color: #555555;
  bottom: 0;
  right: 5px;
}

.drop-profile {
  width: 200px !important;
  height: 200px !important;
  min-height: 0px !important;
}

.dz-message {
  font-size: 14px;
}

@media (max-width: 768px) {
  .serachid-title {
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
  }

  .serachid-detail-white input {
    width: 32px;
    margin: 3px;
    border: 1px solid #d4d4d4;
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    border-radius: 3px;
    background: #f6f6f6;
  }

  .custom-gutter > [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
  }

  .custom-gutter > [class*="col-"]:first-child {
    padding-left: 15px;
  }

  .custom-gutter > [class*="col-"]:last-child {
    padding-right: 15px;
  }
}

/*======================================
=            CUSTOM GUTTER CODE            =
======================================*/

@media (min-width: 768px) {
  /* Modify this based on column def */

  .custom-gutter > [class*="col-"] {
    padding-right: 4px;
    padding-left: 4px;
  }

  .custom-gutter > [class*="col-"]:first-child {
    padding-left: 15px;
  }

  .custom-gutter > [class*="col-"]:last-child {
    padding-right: 15px;
  }
}

.side {
  float: left;
  width: 15%;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.middle {
  float: left;
  width: 70%;
  margin-top: 5px;
  font-size: 14px;
}

/* Place text to the right */
.right {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #e9e9e9;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {
  width: 60%;
  height: 18px;
  background-color: #52b74a;
}

.bar-4 {
  width: 30%;
  height: 18px;
  background-color: #52b74a;
}

.bar-3 {
  width: 10%;
  height: 18px;
  background-color: #52b74a;
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #52b74a;
}

.bar-1 {
  width: 0%;
  height: 18px;
  background-color: #52b74a;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
.ribbon {
  position: absolute;
}

/* ribbon-2 */
.ribbon-2 {
  width: 32px;
  height: 30px;
  background: #ee573a;
  top: 0px;
  left: 7px;
  color: white;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  padding-top: 4px;
  line-height: 1;
}

.ribbon-2:after {
  content: url(../../images/icons/coins/ribbon-after.svg);
}

.ribbon-3 {
  width: 50px;
  height: 50px;
  background: #ee573a;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  padding-top: 8px;
  line-height: 1;
}
.t100 {
  font-weight: 100 !important;
}
.t200 {
  font-weight: 200 !important;
}
.t300 {
  font-weight: 300 !important;
}
.t400 {
  font-weight: 400 !important;
}
.t500 {
  font-weight: 500 !important;
}
.t600 {
  font-weight: 600 !important;
}
.t700 {
  font-weight: 700 !important;
}

.dd3-content {
  display: block;
  height: 30px;
  font-size: 14px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 30px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.dd3-handle:hover {
  background: #ddd;
}

.dd-tools {
  position: absolute;
  top: 5px;
  right: 5px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
}

.menu-item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  flex: 1 0 10%; /* explanation below */
  text-decoration: none;
  border-radius: 3px;
  margin: 2px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 1px 0 rgba(#000000, 0.25), 0 15px 30px 0 rgba(#000000, 0.1);
  white-space: nowrap;
}

.menu-item:focus,
.menu-item:hover {
  outline: none;
  background-color: #ffc03d;
}

.menu-item:focus,
.menu-item.active,
.menu-item:hover {
  outline: none;
  background-color: #ffc03d;
}

.menu-item:focus .material-icons,
.menu-item.active .material-icons,
.menu-item:hover .material-icons {
  font-family: "Material Icons";
}

.menu-item.active .sub8,
.menu-item:hover .sub8 {
  font-family: "Material Icons";
  color: #ffffff !important;
}

.menu-item:focus .menu-item-label,
.menu-item.active .menu-item-label,
.menu-item:hover .menu-item-label {
  color: #ffffff !important;
  font-weight: 400;
}

.menu-item-label {
  display: block;
  font-size: 13px;
  color: rgb(68, 68, 68);
  transition: 0.25s ease;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-weight: 500;
}
