.row.row_box {
  width: 60%;
  margin: auto;
}
.row_box .white-bg-shell figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_grid .white-bg-shell {
  padding: 30px 15px;
}
.box_grid .white-bg-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.common_title_small {
  font-size: 24px;
  color: #707070;
  font-family: "Cera-Pro-Regular";
}
.common_title {
  font-size: 34px;
  color: #78736e;
  margin: 0;
  padding-top: 20px;
  font-family: "Cera-Pro-Medium";
}
.box_grid {
  margin-bottom: 30px;
}
/* .dash_shell.bg-image-box.ambsdor-box.dashbord_bg {
  background-image: linear-gradient(
      to bottom,
      rgb(255 255 255 / 24%),
      rgb(255 255 255 / 10%)
    ),
    url(../images/dashbord_bg.png);
} */

/*modal_popup*/
.modal.modal_my_ambassadors {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgb(4 33 48 / 70%);
  overflow: auto;
  z-index: 1056;
}
.modal_my_ambassadors .modal-content {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
  width: 830px;
  margin: 0 auto;
  margin-top: 280px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 10px 7px rgb(0 0 0 / 22%);
  -moz-box-shadow: 0 0 10px 7px rgb(0 0 0 / 22%);
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 22%);
  overflow: hidden;
}
.modal_content--inner_head h3 {
  font-size: 32px;
  color: #052130;
  font-family: "Cera-Pro-Regular";
}
.modal_content--inner_head h5 {
  font-size: 17px;
  color: #4a4a4a;
  padding: 10px 0 20px;
  margin: 0;
  font-family: "Cera-Pro-Medium";
}
.modal_content--inner_head p {
  color: #4a494a;
  font-size: 14px;
  font-family: "Cera-Pro-Regular";
}
.modal_content--inner_head {
  box-shadow: 0 3px 3px #bab8b5;
  padding: 30px 30px 20px;
  position: relative;
}
.modal_content--inner_body {
  background: #f6f6f6;
  padding: 30px 30px;
}
.inner_body_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 4px #d2d7d9;
  padding: 25px 30px 10px;
  border-radius: 11px;
  background: #fff;
  align-items: center;
  margin-bottom: 30px;
}
.inner_body_box_right {
  width: 36%;
}
.modal_my_ambassadors .inner_body_box_right ul {
  padding-bottom: 15px;
}
.inner_body_box_left {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-right: 1px solid #ddd;
  padding-right: 0;
  margin-right: 13px;
  width: 61%;
  padding: 10px 0 10px;
}
.inner_body_box_left figure {
  margin: 0;
  margin-bottom: 15px;
}
.inner_body_box_left figcaption {
  padding-left: 20px;
  width: 80%;
  position: relative;
}
.inner_body_box_left figure img {
  width: 87px;
  height: 87px;
  border-radius: 50%;
}
.inner_body_box_right h4 {
  margin: 0;
  font-size: 16px;
  color: #052130;
  font-family: "Cera-Pro-Regular";
}
.inner_body_box_right ul li {
  font-size: 12px;
  color: #4a494a;
  box-shadow: 0 0 4px #d2d7d9;
  padding: 8px 10px;
  border-radius: 2px;
  margin-top: 12px;
}
.inner_body_box_left .action_bottom_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}
.inner_body_box_left .action_bottom_btn:after {
  border-bottom: 1px solid #d8d8d8;
  top: 0;
  content: "";
  left: 0;
  right: 15px;
  height: 2px;
  position: absolute;
}
.inner_body_box_left figcaption > a {
  font-size: 16px;
  color: #78736e;
  font-family: "Cera-Pro-Regular";
}
/* .inner_body_box_right ul li sub {
  font-size: 22px;
  padding-right: 8px;
} */
.inner_body_box_right ul li sub {
  font-size: 22px;
  padding-right: 8px;
  bottom: -2px;
}
.inner_body_box_left figcaption h4 {
  word-wrap:break-word;
  font-size: 20px;
  color: #4a4a4a;
}
.common_btn_black {
  background: #052130;
  color: #fff !important;
  border-radius: 22px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 9px;
  font-size: 12px;
}
.common_btn_trans,
.common_btn_trans_big {
  border: 1px solid #1c3543;
  color: #1c3543;
  border-radius: 22px;
  display: inline-block;
  padding: 10px 15px;
  line-height: 7px;
  font-size: 11px;
}
.common_btn_black.green_btn {
  background: #005761;
}
.common_btn_black.orange_btn {
  background: #d15938;
}
.common_btn_black.brwon_btn {
  background: #bd8266;
}
a.common_btn_black.gray_tn {
  background: #bac2c6;
}
.common_btn_trans_big {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 17px;
  background: #fff;
}
.box_left_content {
  width: 20%;
  text-align: center;
}
.action_bottom_btn {
  margin-top: 25px;
  padding-top: 15px;
}
a.Status_pen {
  font-size: 14px;
  color: #000;
  font-family: "Cera-Pro-Medium";
}
a.Status_pen .pending {
  padding-left: 10px;
  color: #d15938;
}

.modal_my_ambassadors span.close {
  position: absolute;
  right: 15px;
  color: #bab8b5;
  opacity: 1;
  font-size: 41px;
  top: 5px;
  font-weight: 300;
  z-index: 9;
}
.scroll_body {
  height: 500px;
  overflow-y: auto;
}

/*alert_box*/

.invite_alert {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px #d2d7d9;
  padding: 15px 30px 15px;
  border-radius: 11px;
  background: #f7e1db;
}
.invite_alert_right p {
  margin: 10px 0;
  font-size: 14px;
  padding-left: 25px;
}

/*mange_first_name_modal*/

h4.title {
  padding-bottom: 10px;
  font-family: "Cera-Pro-Regular";
  color: #005761;
  font-size: 16px;
  margin-bottom: 0;
}
.mange_permission .modal_content--inner_body .tab {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  padding: 0 20px;
}
.mange_permission .modal_content--inner_body .tab button {
  padding: 10px 24px 8px;
  background-color: #f6f6f6;
  z-index: 2;
  position: relative;
  cursor: pointer;
  color: #bd8266;
  font-family: "Cera-Pro-Medium";
  text-transform: uppercase;
  transition: all 250ms ease;
  border: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 -1px 3px 0;
  margin: 0 10px;
  width: 50%;
  font-size: 20px;
}
.mange_permission .tab button:hover {
  background-color: #ddd;
}
/* .mange_permission .modal_content--inner_body .tab button.active {
  color: #005761;
  background: #fff;
} */

.mange_permission .modal_content--inner_body #defaultOpen {
  color: #005761;
  background: #fff;
}

#WhenImGone .radio_box [type="radio"]:checked + label:after,
#WhenImGone .radio_box [type="radio"]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  background: #bd8266;
  top: 3px;
  left: 0;
  margin: auto;
  right: 0;
}
#WhenImGone ul.tab_top_heading li{color: #bd8266;}
#WhenImGone h4.title{color: #bd8266;}
#WhenImGone .tab_top_inner,#WhenImGone ul.tab_top_heading{border-color:#bd8266;}







.mange_permission .tabcontent {
  display: none;
  border-top: 0;
  border-top: 0;
}
.mange_permission .modal_content--inner_head {
  background: #f6f6f6;
  box-shadow: none;
  padding: 30px 30px 60px;
}
.mange_permission .modal_content--inner_body {
  background: #fff;
  padding: 0;
  margin-top: -44px;
  position: relative;
}
.mange_permission [type="radio"]:checked + label,
.mange_permission [type="radio"]:not(:checked) + label {
  vertical-align: super;
}
.modal_my_ambassadors.mange_permission .modal-content {
  width: 550px;
}
ul.tab_top_heading li {
  color: #005761;
  font-size: 16px;
  text-align: center;
  width: 22%;
}
ul.tab_top_heading {
  display: flex;
  justify-content: flex-end;
  font-family: "Cera-Pro-Regular";
  border-bottom: 1px solid #005761;
  padding: 30px 0 10px;
}
ul.tab_top_body_left li {
  padding-bottom: 15px;
  font-family: "Cera-Pro-Regular";
  color: #4a4a4a;
  font-size: 13px;
}
ul.tab_top_body_right li {
  display: flex;
}
.tab_top_body {
  display: flex;
  justify-content: space-between;
}
.radio_box {
  padding: 0 45px;
}
.radio_box:last-child {
  padding-right: 0;
}
.radio_box [type="radio"]:checked + label:after,
.radio_box [type="radio"]:not(:checked) + label:after {
  width: 10px;
  height: 10px;
  background: #005761;
  top: 3px;
  left: 0;
  margin: auto;
  right: 0;
}
.radio_box [type="radio"]:checked + label:before,
.radio_box [type="radio"]:not(:checked) + label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
  margin: auto;
  right: 0;
}
.tab_top_inner {
  padding-top: 25px;
}
.tab_top_inner {
  padding-top: 25px;
  border-bottom: 1px solid #005761;
  padding-bottom: 15px;
}
.tab_body_inner {
  overflow: auto;
  height: 505px;
  padding: 0 30px;
}
.tab_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background: #f6f6f6;
}
.tab_footer a.Manage_btn {
  margin: 0;
  background: #005761;
}
.tab_footer span {
  color: #d15938;
  font-size: 14px;
}
.close_frnd {
  color: #d15938;
}

/*invite*/
.Invite_Ambassadors v.modal_content--inner_body {
  text-align: center;
}
.Invite_Ambassadors .modal_content--inner_body h3 {
  font-size: 20px;
  color: #4a4a4a;
  text-align: center;
  padding-bottom: 20px;
}
.Invite_Ambassadors_form {
  width: 410px;
  margin: auto;
}
.Invite_Ambassadors_form input.form-control,
.Invite_Ambassadors_form select.form-control {
  border-radius: 4px;
  background: #fff;
  border: 0;
  box-shadow: none;
  height: 36px !important;
  line-height: initial;
  padding-right: 35px;
}
.Invite_Ambassadors_form textarea.form-control {
  border-radius: 4px;
  background: #fff;
  border: 0;
  box-shadow: none;
}
.Invite_Ambassadors_form select.form-control {
  border: 1px solid #bab8b5;
  background: #f9fafa;
  background: -moz-linear-gradient(
    top,
    rgba(249, 250, 250, 1) 1%,
    rgba(210, 215, 217, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(249, 250, 250, 1) 1%,
    rgba(210, 215, 217, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(249, 250, 250, 1) 1%,
    rgba(210, 215, 217, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa',endColorstr='#d2d7d9',GradientType=0);
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  font-size: 14px;
  color: #4a4a4a;
}
.Invite_Ambassadors_form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.Invite_Ambassadors_form button.btn.waves-effect.waves-light {
  background: #052130;
  margin-top: 35px;
}
.Invite_Ambassadors_form textarea.form-control::-webkit-input-placeholder,
.Invite_Ambassadors_form input.form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #bbb;
  font-family: "Cera-Pro-Regular";
}
.Invite_Ambassadors_form textarea.form-control:-ms-input-placeholder,
.Invite_Ambassadors_form input.form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #bbb;
  font-family: "Cera-Pro-Regular";
}
.Invite_Ambassadors_form textarea.form-control::placeholder,
.Invite_Ambassadors_form input.form-control::placeholder {
  font-size: 14px;
  color: #bbb;
  font-family: "Cera-Pro-Regular";
}
.Invite_Ambassadors_form textarea.form-control {
  min-height: 146px;
}
.text_area_bottom {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 15px;
  right: 15px;
}
.text_area_bottom small {
  font-size: 12px;
  color: #8d9aa1;
}
.text_area_bottom a.Manage_btn {
  margin: 0;
}
.relation_box {
  position: relative;
}
.relation_box:after {
  background: url(../images/Triangle.png);
  position: absolute;
  right: 14px;
  top: 18px;
  content: "";
  width: 9px;
  height: 6px;
}
.form-group.qutaion_icon {
  position: relative;
}
.form-group.qutaion_icon:after {
  /* background: url(../images/quation.png); */
  position: absolute;
  right: 8px;
  top: 9px;
  content: "";
  width: 18px;
  height: 21px;
}
.form-group.relation_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group.relation_box label {
  margin: 0;
  width: 60%;
  font-size: 14px;
  color: #052130;
}
.form-group.textarea_box label {
  font-size: 13px;
  color: #4a4a4a;
  padding-top: 20px;
  padding-bottom: 10px;
}

/**Invite_preview*/

.Invite_preview .modal_content--inner_body h3 {
  font-size: 24px;
  color: #052130;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  font-family: "Cera-Pro-Medium";
}
.Invite_preview .modal_content--inner_body p {
  clear: both;
  text-align: left;
  font-size: 14px;
  color: #4a4a4a;
}
.btn_Invite_preview_group {
  float: left;
  margin-bottom: 20px;
}
.btn_Invite_preview_group .Manage_btn {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 12px;
  margin-right: 10px;
  float: none;
}
.modal_content--inner_body p a {
  color: #bd8266;
  font-size: 14px;
}
.modal_my_ambassadors.Invite_preview .modal-content {
  width: 610px;
}
.signature figure {
  margin: 0;
}
.signature small {
  color: #46868d;
}
.signature {
  margin-top: 40px;
}

/*invitation_on_way*/
.invitation_onway .modal-content {
  width: 520px;
}
.invitation_onway .modal_content--inner_body {
  background: #fff;
  text-align: center;
  z-index: 9999999;
}
.invitation_onway figure.amb-img {
  margin: 0;
}
.invitation_onway .modal_content--inner_body h3 {
  font-size: 24px;
  color: #78736e;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Cera-Pro-Medium";
}

/**Ambassador_Noti**/

.Ambassador_Noti .inner_body_box_left {
  width: 100%;
  border: 0;
}
.Ambassador_Noti .inner_body_box_left .action_bottom_btn:after {
  display: none;
}
.Ambassador_Noti .btn_group {
  text-align: left;
  margin-top: 20px !important;
}
.Ambassador_Noti .btn_group .Manage_btn {
  float: none;
  text-align: left !important;
  margin: 0;
}
.Ambassador_Noti .inner_body_box {
  position: relative;
}
.Ambassador_Noti .inner_body_box.red_alert {
  background: #f7e1db;
  padding: 30px 30px 30px;
}
.red_alert_inner {
  width: 100%;
  text-align: center;
}
.red_alert_inner h4 {
  font-size: 20px;
  color: #4a4a4a;
  text-align: center;
}
.red_alert_inner .Manage_btn {
  float: none !important;
  background: #d15938;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  margin-top: 10px;
}
.Ambassador_Noti .modal_content--inner_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Ambassador_Noti .inner_body_box {
  padding: 25px 5px 10px;
}
.Ambassador_Noti .scroll_body {
  height: 750px;
}

/**Locked_Wishes**/

.Locked_Wishes .Invite_Ambassadors_form {
  width: 100%;
}
.Locked_Wishes .Invite_Ambassadors_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Locked_Wishes .Manage_btn {
  margin: 0;
  float: none;
  margin-left: 15px;
}
.Locked_Wishes_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
.Locked_Wishes_inner .form-group.relation_box {
  margin: 0;
  margin-right: 15px;
}
.Locked_Wishes .invite_alert {
  margin-top: 60px;
  margin-bottom: 20px;
}
.Locked_Wishes .modal_content--inner_body p {
  font-size: 14px;
  padding: 0 24px;
}
.Locked_Wishes .invite_alert figure {
  margin: 0;
}
.Locked_Wishes select.form-control {
  width: 200px;
}

/*account_pre_free_trial*/
.account_pre_trail .row.row_box {
  width: 42%;
  margin: auto;
}
.account_pre_trail .one-part_box .box_grid_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.account_pre_trail .box_grid_content_left {
  padding-right: 40px;
}
.account_pre_trail .box_grid_content figcaption h4 {
  font-size: 20px;
  color: #052130;
  text-align: left;
  margin-bottom: 15px;
}
.account_pre_trail .box_grid_content figcaption h4:nth-child(1) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #979797;
}
.account_pre_trail .box_grid_content figcaption {
  margin-top: 20px;
}

/**/
.notification-box {
  position: absolute;
  right: 9px;
  top: -11px;
  background: #d15938;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 23px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
  padding-right: 7px;
  margin-right: 12px;
}

input:checked + .slider:before {
}

input:checked + .slider {
  background-color: #005761;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-btn {
  display: flex;
  align-items: end;
  width: 100%;
  text-align: right;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  margin-top: 19px;
  justify-content: flex-end;
}

.swith-toggle-box {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin-right: 15px;
}

.swith-toggle-box span {
  font-size: 14px;
  padding-right: 5px;
}

.radio_box {
  padding: 0 45px;
  padding: 4px 45px 15px;
  clear: both;
}
.disabledTile{
  background-color: #d8dae0   ;
  cursor: not-allowed;
}









