.d-block.w-100 {
  /* height: 300px; */
}

.t-center {
  margin-left: 65%;
}

.card-body {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* ตัวนี้ทำให้การ์ดอันอื่นเสียค่ะ */
/* .card.news-card {
  height: 388px;
} */

/* .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
} */

/* hide default */
/* .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} */

/* customizing */
.checkmark {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}

.not_check {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

.container:hover input~.checkmark {
  background-color: #ccc;
}

.container input:checked~.checkmark {
  background-color: #4187F3;
}

.container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container input:checked~.checkmark:after {
  display: block;
}

.position-footer {
  width: 20%;
  float: right;
}

.invest-card {
  background-color: white;
  border-radius: 20px;
  padding-bottom: 1rem;
}

.invest-card p {
  opacity: .5;
  margin: 0;
  font-size: 1.06rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.not-moblie-investDesign .desc-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.box-list-card.invest_design {
  height: auto;
}

.img_position {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
}

.vl {
  border-left: 6px solid #f8f9fa;
  height: 97%;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  margin-top: 14px;
  width: 5%;
}

/* css -> tabs */
.filters {
  font-family: sans-serif;
  justify-content: center;
}

.filters-content {
  margin: 2rem 0 2.5rem;
  background-color: #eee;
  padding: 0.375rem;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
  width: 95%;
}

.filters__button {
  width: 100%;
  border: none;
  outline: none;
  padding: 1rem;
  transition: 0.3s;
  border-radius: 0.5rem;
}

.filters__button:hover {
  background-color: #fff;
}

/* Hide*/
.filters [data-content] {
  display: none;
}

[data-content].is-active[data-content] {
  display: grid;
}

[data-target].is-active {
  background-color: #4187F3;
  color: #fff;
}

/* ตัว tabs */
.tab-radius {
  background: #eceded;
  width: 95%;
  height: 135%;
  border-radius: 15px 15px;
  margin: auto;
}

.faq {
  border-radius: 10px;
  height: 64px;
  width: 40em;
  margin: auto;
}

.faq nav {
  display: flex;
  justify-content: space-between;
  width: 582px;
}

.faq nav .tab {
  width: 100%;
  padding: 20px;
  align-self: center;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
}

.faq nav .tab:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq nav .tab:last-of-type {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq nav .tab.active {
  background: #4187F3;
  margin-left: 7px;
  color: white;
}

.faq .content {
  padding: 20px;
  background: rgb(240, 16, 16);
  border-radius: 0 0 10px 10px;
}

.faq .content p {
  display: none;
}

.faq .content p.active {
  display: block;
}

/*[END] ตัว tabs */

.content_incard {
  margin-top: 0.5rem;
  margin-left: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 30px;
  height: 30px;
  line-height: 35px;
  font-size: 0.9rem;
}

.color-btn {
  background-color: #4187f342;
}

/* button-outline */
button {
  cursor: pointer;
  outline: none;
}

button.outline {
  position: relative;
  z-index: 2;
  background: transparent;
  color: #4187F3;
  font-size: 1rem;
  border-color: #4187F3;
  border-style: solid;
  border-width: 1px;
  border-radius: 22px;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all 0.2s linear;
  width: 95%;
  font-weight: 700;
  padding: 0.3rem 0;
}

button.outline a {
  text-decoration: none;
}

button.outline:hover {
  color: white;
  background: #4187F3;
  border-color: white;
  transition: all 0.2s linear;
}

.btn-sizefull {
  width: 100%;
}

.bg-base {
  background-color: #4187F3;
}

.cl-base {
  color: #4187F3;
  margin: 0;
  /* font-weight: 700; */
  font-family: 'Kanit Regular';
}

.title-inv {
  text-align: center;
  color: white;
  padding-top: 50px;
}

.fontcard-inv {
  font-size: .85rem !important;
}

.inf-card {
  margin-top: 40px;
  margin-left: 30px;
}

.card-head {
  margin-bottom: 35px;
}

.fontcard-inv-dt {
  font-size: 1.25rem !important;
  color: #000;
  font-weight: 700 !important;
  opacity: 1 !important;
  line-height: 1.5;
}

.card-detail-inv {
  line-height: 0.5;
}

.card-detail-inv .line-dtail {
  margin-top: 70px;
}

/* button-outline สี่เหลี่ยม */
.btn-dt {
  border: 1px solid #aba592;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

/* Gray */
.default {
  margin-top: 20px;
  border-color: #e7e7e7;
  color: #aba592;
  width: 85%;
  margin-bottom: 20px;
}

.default:hover {
  background: #aba592;
  color: white;
}

.badge-point {
  position: absolute;
  font-size: 4px;
  margin-left: 52%;
  top: -20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.s-btn {
  text-align: center;
  padding: 100px 0;
}

.btn-sm {
  width: 30%;
  height: 30%;
  background-color: white;
  font-size: 20px;
}

.upload_spilt_time {
  width: 50%;
  height: 100%;
  background-color: white;
  font-size: 20px;
  margin: 0 3px;
}

.daterangepicker .drp-calendar.left{
  padding: 8px 8px 8px 8px !important;
}

.t-white {
  color: rgb(0, 0, 0);
}

/* style manage contract [start] */

/* style datas tables  */
#table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  color: white;
  font-size: 8px;
}

.table-rows {
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 120px;
  font-size: 1.125rem;
}

.table-rows-ivp {
  transition: all 0.3s ease;
  /* cursor: pointer; */
  line-height: 80px;
  font-size: 1.125rem;
  position: relative;
}

.table-rows-ivp.ismessage{
  border-bottom: 50px solid transparent;
}

.items {
  /* padding: 15px 35px; */
}

.icons {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.dec {
  fill: rgba(239, 49, 49, 0.56);
  opacity: 0;
  transition: all 0.5s ease;
}

.inc {
  fill: rgba(110, 227, 89, 0.56);
  opacity: 0;
  transition: all 0.5s ease;
}

.table-rows:nth-child(even) {
  background-color: #a0aeed17;
  /* opacity: 0.8; */
}

.table-rows:nth-child(odd) {
  background-color: #425edd14;
  opacity: 0.8;
}

.table-rows-ivp:nth-child(even) {
  background-color: #a0aeed17;
  /* opacity: 0.8; */
}

.table-rows-ivp:nth-child(odd) {
  background-color: #425edd14;
  opacity: 0.8;
}

.header-row {
  background-color: #0e1a24;
  color: white;
  border-bottom: 1px solid #4187F3;
  font-size: 1rem;
}

/* [END]style datas tables  */

.position-icon-table {
  height: 40px;
  margin-right: 5px;
  /* position: relative; */
  /* bottom: 1.6875rem; */
}

.size-checkbox {
  transform: scale(1.5);
}

.h-t2 {
  color: white;
  font-size: 1.5rem !important;
}

.dropdown_dt {
  position: relative;
  width: 300px;
  height: 50px;
  float: right;
  font-size: 1rem !important;
  background-color: #5b636a;
  border-radius: 10px;
}

.dropdown_dt::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 900;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 2px solid #5b636a;
  border-right: 2px solid #5b636a;
  transform: rotate(-45deg);
  transition: 0.5s;
  pointer-events: none;
}

.dropdown_dt.active::before {
  top: 22px;
  transform: rotate(-400deg);
}

.dropdown_dt .text-box {
  position: absolute;
  top: 0;
  left: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  font-size: 0.9em;
  border: none;
  outline: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #5b636a;
  color: white;
}

.dropdown_dt .options {
  position: absolute;
  top: 42px;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  right: -1px;
}

.dropdown_dt.active .options {
  display: block;
  z-index: 1;
}

.dropdown_dt.active .text-box {
  background-color: white;
  color: black;
}

.text-box {
  opacity: 1 !important;
}

.dropdown_dt.active .text-box::placeholder {
  color: black;
}

.dropdown_dt .options div {
  padding: 4px 20px;
  cursor: pointer;
}

.checkmark_mc {
  border-radius: 5px !important;
  margin-top: 7px;
}

#cb {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.text-box::placeholder {
  color: #ffffff;
}

.line-dropdown {
  width: 80%;
  margin: auto;
  border: 2px solid #e7e9eb;
}

.font-dd {
  font-size: 0.8em;
}

.h1-mncontract {
  padding-top: 5px;
  font-size: 2.625rem;
  text-align: center;
  font-weight: 700;
}

.span-mn-contract {
  margin-left: 40px;
  font-size: 1rem !important;
}

/* style manage contract [END] */

/* [start] page investor_portfolio  */
.cardGlass .title-glass {
  font-size: 2rem;
  color: #4187F3;
  font-weight: bold;
}

.cl-dtail-ivp {
  color: white;
}

.font-title-ivp {
  font-size: 4.5rem !important;
  /* font-weight: 700; */
  font-family: 'Kanit Regular';
}

.fd-ivp {
  font-size: 1.25rem;
  font-weight: 200;
  font-family: 'Kanit Regular';
}

.position-card-ivp {
  text-align: center;
  /* padding-top: 70px; */
}

.position-card-ivp h4,
.position-card-ivp h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  /* margin-top: 3.5rem; */
  margin-top: 1rem;
}


.s-word_ivp {
  font-size: 1.24rem;
  font-weight: 200;
  opacity: .6;
  margin: 0;
}

.wnumber_ivp {
  font-size: 2rem;
  font-weight: bold;
}

.right-word {
  float: right;
}

.line-dtail_ivp {
  line-height: 2px;
}

.content-cardGlass {
  padding: 3rem 4rem;
}

.content-cardGlass-sm {
  padding: 20px 30px;
  height: 215px;
}

/* .pad-topCard {
  padding-top: 80px;
} */

.h-card_ivp {
  /* height: 620px; */
  /* padding: 0; */
  height: 100%;
}

/* .investor-port-mainbody .box-image-grag-drop{
  height: 100%;
  padding-bottom: 78px;
} */

.title-payoff {
  font-size: 1.75rem;
  color: white;
  /* font-weight: 700 !important; */
  font-family: 'Kanit Regular';
}

.title-payoff a {
  margin-left: 1rem;
  font-size: 1.65rem;
}

.dt-payoff {
  line-height: 22px;
  color: white;
  text-align: center;
}

.box-dtail-a {
  background-color: #4187F3;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.box-dtail-un_active {
  background-color: #a9a9a9;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.position-dtail-box {
  padding: 20px 5px 10px 5px;
  align-self: center;
  line-height: 14px;
}

.card-glass-cover {
  background: #425edd14;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  height: 95px;
  align-content: center;
}

.flex-container {
  display: flex;
}

.mission-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}

.mission-card img {
  background: #4187F3;
  border-radius:20px;
}

.mission-card:hover {
  background: #fff;
}

.mission-card .card-body {
  padding: 0.75rem;
  background: #fff;
}
.mission-card .card-img-top {
  height: 120px !important;
}

.investor-port-mainbody .mission-card .card-img-top {
  height: 210px !important;
}


.mission-card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #081c2a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.65;
}

.mission-card .card-body .box-card-footer p {
  color: #081c2a;
  font-weight: 700;
}

.mission-card .card-body .box-card-footer progress {
  width: 100%;
  height: 15px;
  border-radius: unset;
}

.mission-card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #081c2a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.65;
}

.mission-card .card-body .box-card-footer p {
  color: #081c2a;
  font-weight: 700;
}

.progress-r {
  width: 100%;
  height: 15px;
  border-radius: unset;
}

.progress::-webkit-progress-value {
  background-image: -webkit-linear-gradient(left, #4187F3, rgb(240, 240, 240));
}

.progress::-webkit-progress-bar {
  background-color: rgb(240, 240, 240);
}

.progress-r {
  width: 100%;
  background-color: white;
  border-radius: 15px;
  height: 12px;
}

.progress-r::-webkit-progress-value {
  background-image: -webkit-linear-gradient(left, #c43a2d, #e44b3b);
  border-radius: 15px;
}

.progress-r::-webkit-progress-bar {
  background-color: rgb(240, 240, 240);
  border-radius: 15px;
}

/* slick dots style */

.slick-dots {
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 100px;
  margin-left: 15%;
  list-style: none;
}

.ecg-news-slick .slick-dots {
  position: absolute;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 100px;
  margin-left: 0;
  list-style: none;
}

.slick-dots [role] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.slick-dots li.slick-active {
  opacity: 1;
  background-color: #fff;
  width: 36px;
}

.slick-slide {
  margin: 0 13px;
}

/* slick dots style */

.line-ivp {
  border: 1px solid #ffffff;
  margin: 50px 0px;
}

.searchbar {
  width: 75%;
  height: 60px;
  border-style: none;
  background: #425edd14;
  display: flex;
  border-radius: 12px;
  margin: auto;
}

#search_contract {
  border-radius: 12px;
}

#search_contract {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 200;
}

.searchbar .input-group button {
  position: relative;
  z-index: 2;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  padding: 0 1.25rem;
}


.searchbar:active {
  outline: none;
}

.iput-search {
  background: #425edd14;
  color: white;
}

.iput-search::placeholder {
  color: #9fa3a6;
}

.iput-search:active {
  background: #425edd14;
}

.iput-search:focus {
  background: #425edd14;
  color: white;
}

.btn-s-ivp {
  width: 100%;
  border-radius: 0px !important;
  height: 100%;
}

.btn-outline-info-ivp {
  color: #4187F3;
  border-color: #4187F3;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 50px;
  margin-left: 10px;
}

.btn-outline-info-ivp:hover {
  color: #ffffff;
  background-color: #4187F3;
  border-color: #4187F3;
  font-weight: bold;
}

.btn-ivp-active {
  color: white;
  background-color: #4187F3;
}

.position-center {
  justify-content: center;
  margin-top: 10px;
}

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

.st-table {
  overflow: scroll;
}

.st-table .btn-outline-secondary {
  border-radius: 10px;
}

.icons-table-ivp {
  height: 50px;
  width: 50px;
  margin-right: 8px;
}

.color-badge-blue-ivp {
  background: rgb(43, 99, 168, 0.4);
}

.color-badge-red-ivp {
  background: rgb(192, 57, 43, 0.4);
}

.color-badge-gold-ivp {
  background: rgb(149, 142, 118, 0.4);
}

.color-badge-green-ivp {
  background: rgb(0, 168, 155, 0.4);
}

.color-badge-agentport {
  background: #425edd14;
}

.box-badge-ivp {
  border-radius: 5px;
  height: 40px;
  margin-bottom: 10px;
  /* margin-right: -12px; */
  /* margin-left: -12px; */
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  left: 0;
  /* bottom: -40px; */
  bottom: -65px;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.text-box-badge{
  margin-right: 335px;
}

.d-tail-badge {
  color: white;
  font-size: .85rem;
  padding: 0;
  margin-left: auto;
}

.d-tail-badge {
  line-height: 1;
}


.icon-dtail-badge {
  height: 12px;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
}

.icon-circle-ivp {
  height: 15px !important;
  width: 15px !important;
}

.alert {
  margin-top: 20px;
  background: rgb(231, 76, 60, 0.4);
  color: white;
  border-radius: 13px;
  font-size: 1.125rem;
  padding: 0.25rem 1rem;
}

.investor-port-mainbody .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 20px;
  margin-bottom: -5px;
}

.w-dtbt-card {
  font-size: 1.75rem;
  margin-top: 50px;
  font-weight: 600;
}

.line-right-ivp {
  border-right: 2px solid #a3a8ab;
  height: 100px;
  padding: 0px 5px;
}

.f1-active-dtactive {
  font-size: .75rem;
  font-weight: 200;
}

.f1-active-num {
  font-size: 26px;
  font-weight: bold;
}

.f2-card-dt {
  font-size: .925rem;
  opacity: .6;
  font-weight: 100;
}

.f22-card-dt {
  font-size: 22px;
}

.f23-card-dt {
  font-size: 20px;
}

.t-ft1 {
  color: #4187F3 !important;
  font-size: 20px;
}

.t-ft2 {
  color: #707070 !important;
  font-size: 1.5rem;
  font-weight: 500;
}

.title-glass {
  font-weight: bold;
}

.f-bold {
  font-weight: 700;
}

/* .cg-ivp {
  height: 374px;
  margin-bottom: 2rem !important;
} */

.h50-ivp {
  height: 60px;
  width: 60px;
}

.h15-ivp {
  height: 15px;
}

.lh4-ivp {
  line-height: 40px;
}

.pd15 {
  padding-left: 15px;
}

.pr50 {
  padding-right: 50px;
}

.pr10 {
  padding-right: 10px;
}

.color-second {
  color: #4187F3;
}

.ws-36 {
  /* font-size: 36px; */
  font-size: 1.85rem;
  /* font-weight: 700; */
  font-family: 'Kanit Regular';
}

.ws-24 {
  font-size: 24px;
  margin-bottom: 0;
}

.ws-20 {
  font-size: 20px;
}

.pt-relative {
  position: relative;
}

.text-ct {
  text-align: center;
}

.d-block {
  display: block;
}

.cl-ivm-ds {
  color: #4187F3;
  font-size: 3rem;
  font-weight: 700 !important;
}

.bold {
  font-weight: 700;
}

.pt-25 {
  padding-top: 25px;
}

.pt-5 {
  padding-top: 5px;
}

.w-88 {
  width: 88%;
}

.w-90-per {
  width: 90%;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.w-95 {
  width: 95%;
}

.fs-20 {
  font-size: 20px;
}

.pad-tb-150 {
  padding: 150px 0;
}

.ct-menu {
  cursor: context-menu;
}

.heigh-400 {
  height: 400px;
}

.ta-center {
  text-align: center;
}

.box-title-srction .srction-title {
  font-size: 2rem;
}

hr.line_4 {
  border: 1px solid silver;
}

.badge-point_ivi {
  position: absolute;
  /* อันนี้ซีแก้ */
  font-size: 12px;
  right: 0;
  border-radius: 0 .95rem 0 .25rem!important;
}

.iconFront {
  height: 15px;
}

.button-sm {
  width: 30%;
  background-color: white;
}

.s-btn {
  text-align: center;
  padding: 100px 0;
}

.ivm-itrt .choose-peref {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* [END] page investor_portfolio  */

/* [start] club privilege details */

.box-title-srction .srction-title {
  font-size: 2rem;
}

hr.line_4-cpd {
  border: 1px solid silver;
}

.card-body-cpd {
  background-color: white !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1rem;
}

.card-body-cpd .card-title {
  color: black !important;
  height: 60px;
}

.text-score {
  margin-left: 10rem;
  font-weight: bold !important;
}

.card-body-cpd .box-card-footer {
  margin-top: 20%;
  justify-content: end;
}

/* .news-card .card-img-top.thumbnail-card {
  height: 180px;
} */

.w-30-per {
  width: 30%;
}

.bg-cl-cpd-btn {
  background-color: #4187F3 !important;
  color: white;
}

.h-550 {
  height: 550px !important;
}

/* [END] club privilege details */

/* [Start] contract_list */
.d-flex button {
  border-radius: 25px;
}

.Sortby-btn.active {
  background: #4187F3;
  color: white;
}

.Sortby-btn {
  background: unset;
  color: white;
  width: auto;
  margin: 0 6px;
  padding: 0.5rem 2rem;
  ;
}

.button-ml {
  margin-left: 20px;
}

.table-overflow {
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  /*   height: 640px; */
}

.hideextra {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pad-lr-table {
  padding: 0px 20px;
}

/* [END] contract_list */


/* Add by Sea */

.investor-port-mainbody .btn-outline-info-ivp-1 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  font-weight: 200;
  font-size: 1.125rem;
  border-radius: 50px;
  margin-left: 10px;
  background-color: #a0aeed17;
  min-width: 160px;
}

.investor-port-mainbody .btn-outline-info-ivp-1:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  font-weight: 200;
  font-size: 1.125rem;
  border-radius: 50px;
  margin-left: 10px;
  background-color: #a0aeed17;
}

.investor-port-mainbody .btn-ivp-active {
  color: white;
  border-color: #4187F3;
  background-color: #4187F3;
  font-weight: 700;
}

.investor-port-mainbody .btn-ivp-active:hover {
  color: white;
  border-color: #4187F3;
  background-color: #4187F3;
  font-weight: 700;
}

.pt-4 {
    padding-top: unset !important;
}
.investor-port-mainbody .arrow-right {
  margin-top: 0px !important;
}

.investor-port-mainbody .iput-search::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: url('/assets/img/xmark-solid.svg') no-repeat 50% 50%;
  cursor: pointer;
}

.investor-port-mainbody thead tr th {
  white-space: nowrap;
  padding: 1.5rem 5px;
  text-align: center;
  font-weight: 600;
}

.investor-port-mainbody tbody tr td {
  white-space: nowrap;
  padding: 0 12px;
  font-size: 1.125rem;
  font-weight: 200;
  /* position: relative; */
}
.investor-port-mainbody tbody tr td p{
  margin-bottom: 0;
  display: inline-block;
}

.contentProfile .right{
  display: flex;
}
.investor-port-mainbody .right-word2 {
  float: right;
  padding-right: 0;
  width: 17px;
  height: 27px;
  position: relative;
  top: 12px;
}

.contract-list-mainBody thead tr th {
  white-space: nowrap;
  padding: 1.5rem 5px;
  text-align: center;
}

.contract-list-mainBody tbody tr {
  width: 120rem;
  table-layout: fixed;
}

.contract-list-mainBody .table-overflow {
  overflow-y: auto;
  overflow-x: auto;
  width: 1500px;
  padding: 0 5px;
}

/* pink ฝาก */
.investment_interested .box-title-center {
  padding-top: unset;
}

.card-score-clubhome {
  margin-left: auto;
}

.card-title.h-80 {
  height: 80px;
}

.bt-loadmore {
  width: 40%;
  margin: auto;
}

.load_btn {
  width: 100%;
}

.cs_pointer {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.card-link {
    text-decoration: none;
    display: block !important;
    width: 100%;
    align-items: unset !important;
}

.h-300 {
  height: 300px !important;
}

.cl-white {
  color: rgb(255, 255, 255) !important;
}

.t_underline_none {
  text-decoration: none !important;
}

.badge-point_ivc {
  position: absolute;
  font-size: 19px;
  right: 0;
}

.w-20-100per {
  width: 20%;
}

.badge-payoff-times {
  padding: 5px;
  background: rgba(8, 28, 42, 0.2);
  border-radius: 10px;
  margin: auto;
}


.overflow-x-table {
  width: 1700;
  overflow-x: auto;
  height: 800px;
}

.tp_investment_category {
  margin-left: 100px;
}

.ivi_topic_courosel {

  margin-left: 0 !important;
}

.w-200 {
  width: 203px;
}

.mg-auto {
  margin: auto;
}

.w-100-per {
  width: 100%;
}

.f-card-ivm {
  flex: 0 0 auto;
}

.w-card-ivm {
  width: 25%;
}

.collapse-faqs {
  float: right;
  padding-right: 20px;
}

.min-h-80 {
  min-height: 80px;
}

.profile-circle {
  height: 84px;
  width: 84px;
  border-radius: 50%;
  object-fit: cover;
  background-color: gray;
  cursor: pointer;
  border: 2px solid #fff;
  margin-left: 2rem;
}

.w-mb-mpt {
  max-width: 40%;
  min-width: 40%;
}

.ovf-auto {
  overflow: auto;
}

.h_pic_newssubstance {
  height: 205px;
}

.colorcard-news-knowledge {
  background: none !important;
  color: white;
}

.news-card .card-title-newsKnowledge {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.65;
}


.h-carousel {
  height: 410px;
}

.btn-active-privilegeCate {
  background-color: white !important;
  color: #4187F3;
}

.pround-top {
  /* margin-top: 14rem !important; */
}

.w-65px {
  width: 70px;
}

.Sort-active {
  background: #4187F3;
  color: white;
  height: 46px;
}

.mlr-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.h-imOverflow {
  height: 700px !important;
}

.color-base-word {
  color: white !important;
}

.circle-img {
  height: 55px !important;
  width: 55px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-14 {
  font-size: 14px;
}

.cl-word {
  color: rgba(255, 255, 255, 1);
}

.fs-16-bold {
  font-size: 16px;
  font-weight: bold;
}

.cl-word-topic-overview {
  color: rgba(159, 163, 166, 1);
}

.cl-textarea {
  background: #425edd14;
  color: white;
  font-size: 1.2em;
}

.highlight-modal-overviewdetail {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* .name-bank-table{
  width: 200px;
  word-break: break-word;
  line-height: 22px;
} */
.h-20 {
  height: 20px;
}

.h-80-per {
  height: 80% !important;
}

.pt-100px {
  /* padding-top: 100px; */
}

.menu-proundInvestment {
  justify-content: start !important;
}

.w-proundInvestment {
  width: 300px;
}

.icon-bookinglounge {
  height: 22px;
  width: 22px;
  margin-right: 10px;
}

.privilegeECG-carousel {
  font-weight: bold;
  width: 50%;
}

.column-investor-name {
  /* white-space: pre-line !important; */
  min-width: 150px !important;
  text-align: center;
  line-height: 0;
  padding-left: 10px;
}

.font-white-bold {
  color: white;
  font-weight: bold;
}

.minHieght-investmentOverview {
  min-height: 640px;
}

.title-design-inv {
  text-align: center;
  color: white;
  padding-top: 50px;
}

.btn-design-invm{
  border-radius: 10px !important;
}

.keep_left{
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
}

.button_disable{
  background:#c9cdca !important
}

.clubCorrelation .warning_message_label{
    display: none;
    position: relative;
    bottom: 2.5625rem;
    left: 3.625rem;
    font-size: .875rem;
    background: black;
    color: white;
    border-radius: .3125rem;
    align-items: center;
    padding: .625rem;
}

.clubCorrelation .warning_message_label::before{
    content: '';
    position: absolute;
    border-width: .625rem;
    border-style: solid;
    border-color: black transparent transparent transparent;
    top: 2.375rem;
    right: 1.6875rem;
  }

.warning_message_label_home{
  display: none;
  position: absolute;
  top: -46px;
  right: -5px;
  font-size: 14px;
  background: black;
  color: white;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
}
.warning_message_label_home::before{
  content: '';
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  top: 36px;
  right: 27px;
}
.mainWhyHowWhat .box-share {
  position: relative;
}
.mainProudInv .box-share {
  position: relative;
}
.mainNewDetail .box-share {
  position: relative;
}
.mainNewDetail .warning_message_label_home{
  display: none;
  position: absolute;
  top: -46px;
  right: -5px;
  font-size: 14px;
  background: black;
  color: white;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
}
.mainNewDetail .warning_message_label_home::before{
  content: '';
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  top: 36px;
  right: 27px;
}
.table-contract_no{
  display: flex;
  align-items: baseline
}
.Copied{
  position: relative;
}


  .ecg_CallBack .boxInput .input-group .iconFront {
    height: 20px;
    position: absolute;
    top: 20px;
    left: 10px;
  }
  .ecg_CallBack .boxInput .input-group .iconFront.key {
    width: unset;
    height: unset;
  }
  .ecg_CallBack .boxInput .input-group input {
    border-bottom: unset;
  }

  .contractManage .items p {
    margin-bottom: 0;
  }
  .contractManage .bottom-0{
    bottom: 1.4rem !important;
  }

  .agentPort .margin-19{
    margin-top: 1.1875rem;
  }
  .totalContract0{
    margin-bottom: 27px;
  }
  .totalContract1{
    padding-top: -4px;
  }
  .margin-01{
    margin-top: 0.1875rem;
  }
  .icon-plus{
    color: #FFFFFF; 
    font-size: 1.25rem;     
    text-align: right;
  }
  .icon-plus i{
    padding-right: 25px;
  }
  .btn-color{
    background: #4187F3 !important;
    color: #fff !important;
}

  .navbar.shrink {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    transition: 0.3s; 
  }
  .navbar .shrink-img {
    transition: all 0.3s ease 0s;
    max-height: 45px;
  }

  .commission-img{
    text-align-last: center;   
  }
  .commission-text{
    text-align-last: center;
    padding: 10px;  
  }
  .commission-img img{
    width: 200px;
  }
  .box-share .text_share{
    border-right: 2px solid white;
    padding-right: 15px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  @media (max-width: 767px) {
   .box-share .text_share{
      border-right: 2px solid white;
      padding-right: 0.5rem;
      color: #fff;
      font-size: .875rem;
      font-weight: 300;
      height: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .order_first{
      order: -1!important;
    }
    .invReservation .footer_mainReservation{
      padding-bottom: 60px !important;
    }
    .invmentDetail .button_submit_invmentDetail{
      padding-bottom: 70px !important;
    }
    .gallery_detail .more_pictures1{
      height: 100% !important;
    }
    .gallery_detail .more_pictures3 {
      height: 100% !important;
    }
    .gallery_detail .last_img{
      height: 200px;
    }
  }

  @media (min-width: 1521px) and (max-width: 1620px) {
    .gallery_detail .more_pictures1 {
      height: 717px !important;
    }
    .gallery_detail .more_pictures3 {
      height: 360px !important;
    }
  }
  @media (min-width: 1451px) and (max-width: 1520px) {
    .gallery_detail .more_pictures1 {
      height: 675px !important;
    }
    .gallery_detail .more_pictures3 {
      height: 339px !important;
    }
  }
  @media (min-width: 1351px) and (max-width: 1450px) {
    .gallery_detail .more_pictures1 {
      height: 572px !important;
    }
    .gallery_detail .more_pictures3 {
      height: 286px !important;
    }
  }
  @media (max-width: 1350px) {
    .gallery_detail .more_pictures1 {
      height: 541px !important;
    }
    .gallery_detail .more_pictures3 {
      height: 271px !important;
    }
  }
  @media (max-width: 1150px) {
    .gallery_detail .more_pictures1 {
      height: 463px !important;
    }
    .gallery_detail .more_pictures3 {
      height: 232px !important;
    }
  }
  @media (max-width: 990px) {
    .gallery_detail .more_pictures1{
      height: 100% !important;
    }
  }
  .custom-new_detail{
    padding: 5px;
  }
  .gallery_detail .more_pictures1{
    height: 732px ;
    object-fit: cover;

  }
  .gallery_detail .more_pictures3 {
    height: 362px;
    padding-top: 2px !important;
    object-fit: cover;

  }
  .box-image .cover{
    object-fit: cover;
  }
  .myInvestorTeam .style-name-investor{
    white-space: nowrap; 
    overflow-x: auto; 
    width: 100%; 
  }
.style_investment_history{
  align-items: unset !important;
}  
.clubHomeImageCard .No_data{
    width: 185px;
}
.radio .radio_input_dis{
  background: rgba(149, 142, 118, 0.5);
}
.radio_text_dis{
  color: rgba(149, 142, 118, 0.5) !important;
}
.a01{
  object-fit: cover;
}
.investment_summary .box-model-top{
  position: relative;
  background: url(/assets/img/investment_summary.png) left / cover  !important;
  align-items: center;
  /* background: url(/assets/img/investment_summary.png) top / cover repeat-y !important; */
  /* background: rgb(10,49,77);
  background: linear-gradient(180deg, rgba(10,49,77,1) 0%, rgba(20,18,18,1) 100%); */
}
.investment_summary .box-model-top img{
    width: 40;
    height: 55;
}
.investment_summary .box-model-top span{
    font-size: 1.3125rem;
    color: white;
}
.investment_summary .box-model-top p{
   font-size:  1rem;
   color: white;
}
.investment_summary .box-model-top .col_logo{
    text-align-last: center;
    width: 10% !important;
}
.investment_summary .box-model-top .col_text{
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    margin: 5px 0;
}
.investment_summary .text_project{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: aliceblue;
  padding: 10px ;

}
.investment_summary .text_project-2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #F7F7F7;
    padding: 10px 0 10px 10px;
    font-weight: bold;

}
.investment_summary .text_project span{
  padding: 5px 0;
}
.investment_summary .text_project-2 span{
  padding: 5px 0;
}
.investment_summary .iconFront2{
  width: 35px;
  height: 35px;
  border-radius: 20px;
}
.investment_summary .reward_account{
  align-self: center;
  text-align: right;
}
.investment_summary .reward_account2{
  border-left: 1px solid rgba(15, 61, 135, 0.13);
}
.investment_summary .reward_account2 span{
  font-weight: bold;
}

.investment_summary .payment_start {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.investment_summary .payment_start img{
  width: 35px;
  height: 35px;
  border-radius: 20px;
}
.investment_summary .payment_end{
  display: flex;
    flex-direction: column;
}
.investment_summary .payment_end span{
  font-weight: bold;
}
.investment_summary .payment{
  padding: 10px 0;
  border-bottom: 2px solid rgba(15, 61, 135, 0.13);
  margin: 11px;
}