input[type="checkbox"]:checked + label {
  background-color: #ffe9ee;
  border-radius: 3px;
}

.list_city li {
  float: left;
}

@media (min-width: 1200px) {
  .list_city li {
    width: 33%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .list_city li {
    width: 33%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .list_city li {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .list_city li {
    width: 40%;
  }
}

@media (min-width: 768px) {
  #modal {
    width: calc(100% - 30%);
  }
}

#modal {
  display: none;
  height: auto;
}

#content_list_city table {
  width: 100%;
  margin: 0 auto;
}

.table-bordered {
  border-collapse: collapse;
}

.table-bordered td {
  border: 1px solid #ddd !important;
}

.list_city {
  margin: 0;
}

.font_weight_label {
  font-weight: 700;
}

.choose_list_city {
  line-height: 43px;
  padding: 9px;
  text-decoration: none;
  border: 1px solid gray;
  border-radius: 8px;
  color: black;
  background: white;
}

.clearable {
  background: #fff url("/images/mJotv.gif") no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  border-radius: 3px;
  transition: background 0.4s;
  width: 100%;
  height: 40px;
  font-size: 17px;
  margin-bottom: 10px;
}

.clearable.x {
  background-position: right 10px center;
}

.clearable.onX {
  cursor: pointer;
}

.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.btnChoose {
  height: 33px;
  width: 80px;
  border-radius: 7px;
  margin-top: 15px;
  background: pink;
  font-size: 16px;
}

.list_select_city {
  padding: 0;
}

.list_select_city li {
  width: auto;
  float: left;
  margin-bottom: 0;
  padding-top: 10px;
}

.list_select_city li:not(:first-child) {
  display: none;
  margin-left: 10px;
}

.background_reject {
  background: rgb(218, 226, 239);
}

.background_accept_reward {
  background: linear-gradient(to right, #fee9ee, #de6583);
}

.background_detail {
  display: none;
}

.background_unreject {
  background: #ffe9ee;
}

.background_add_point {
  background: #86c0f9;
}

.list-country-locale {
  margin-left: 30%;
}

.list-country-locale img {
  width: 30px;
  height: 30px;
}

.list-country-locale a:first-child {
  margin-left: 50%;
}

.list-country-locale a {
  margin-left: 5px;
  text-decoration: none;
}

#language_country {
  width: 80px;
  height: 25px;
  text-align-last: center;
}

#mypageContent h1.resultTitle {
  float: left;
  display: inline;
  width: 44%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.alert {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #e24226 !important;
  background-color: transparent;
  border-color: #e24226;
}

.alert-waitting {
  color: #2a57dd !important;
  background-color: transparent;
  border-color: #2a57dd;
}

.alert-accept {
  color: #10bc2a !important;
  background-color: transparent;
  border-color: #10bc2a;
}

.background_reject {
  background: rgb(218, 226, 239);
}

.background_accept_reward {
  background: linear-gradient(to right, #fee9ee, #de6583);
}

.background_detail {
  display: none;
}

.background_unreject {
  background: #ffe9ee;
}

.background_add_point {
  background: #86c0f9;
}

.list-country-locale {
  margin-left: 30%;
}

.list-country-locale img {
  width: 30px;
  height: 30px;
}

.list-country-locale a:first-child {
  margin-left: 50%;
}

.list-country-locale a {
  margin-left: 5px;
  text-decoration: none;
}

#language_country {
  width: 80px;
  height: 25px;
  text-align-last: center;
}

#mypageContent h1.resultTitle {
  float: left;
  display: inline;
  width: 44%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.d-change-permission-view {
  float: left;
}

.overflow-x-hide {
  overflow-x: hidden;
}
