:root {
  --main_blue_menu: #2D2B32;
  --main_content_selected: #CCC1D1;
  --menu_selected_background: #211B22;
  --main_content_border_background: #DFD9E3;
  --main_content_a_color: #4C065A;
  --main_button_background: #520066;
  --notifaction_circle_background: #FCEE03;
  --notifaction_circle_color: #362800;
  --map_background: #E8E2EE;

}
.hfs13 {
  font-size: 13px;
  font-size: calc(13px + ((13 - 13) * 0.052166vw));
}
.hfs14 {
  font-size: 14px;
  font-size: calc(13px + ((14 - 13) * 0.052166vw));
}
.hfs16 {
  font-size: 16px;
  font-size: calc(13px + ((16 - 13) * 0.052166vw));
}
.hfs17 {
  font-size: 17px;
  font-size: calc(13px + ((17 - 13) * 0.052166vw));
}
.hfs18 {
  font-size: 18px;
  font-size: calc(13px + ((18 - 13) * 0.052166vw));
}
.hfs19 {
  font-size: 19px;
  font-size: calc(13px + ((19 - 13) * 0.052166vw));
}
.hfs20 {
  font-size: 20px;
  font-size: calc(13px + ((20 - 13) * 0.052166vw));
}
.hfs21 {
  font-size: 21px;
  font-size: calc(13px + ((21 - 13) * 0.052166vw));
}
.hfs22 {
  font-size: 22px;
  font-size: calc(13px + ((22 - 13) * 0.052166vw));
}
.hfs23 {
  font-size: 23px;
  font-size: calc(13px + ((23 - 13) * 0.052166vw));
}
.hfs24 {
  font-size: 24px;
  font-size: calc(13px + ((24 - 13) * 0.052166vw));
}
.hfs25 {
  font-size: 25px;
  font-size: calc(13px + ((25 - 13) * 0.052166vw));
}
.hfs26 {
  font-size: 26px;
  font-size: calc(13px + ((26 - 13) * 0.052166vw));
}
.f1 {
  flex: 1;
}
.fcc,
.flex,
.inrowf,
.columf {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fcc,
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.jcsb,
.inrowf,
.columf {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jcsa {
  -webkit-box-pack: space-around;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.fcc,
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fdc,
.columf {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fdcr {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fdrr {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fw,
.inrowf {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dpn {
  display: none;
}
.w40p {
  width: 40px;
}
.h100 {
  height: 100%;
}
.mr5 {
  margin-right: 5px;
}
.p10 {
  padding: 10px;
}
.cp {
  cursor: pointer;
}
.col2 {
  width: 50%;
}
.m10 {
  margin: 0px 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.w100 {
  width: 100%;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.vp30 {
  padding: 30px 0;
}
.richText .richText-editor {
  max-width: 90% !important;
  min-height: 200px !important;
  height: auto;
}
.bgcg {
  background-color: var(--main_content_border_background);
}
.m_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  z-index: 30;
}
.m_box * {
  box-sizing: border-box;
}
.m_box .error {
  margin: 0;
  margin-bottom: 5px;
}
.m_box .m_head {
  background-color: #00628A;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m_box .m_head h4 {
  color: #fff;
  font-size: 17px;
  font-size: calc(13px + ((17 - 13) * 0.052166vw));
  font-weight: bold;
  padding: 7px 10px;
  margin: 0;
}
.m_box .m_head span {
  font-size: 20px;
  font-size: calc(13px + ((20 - 13) * 0.052166vw));
  color: #fff;
  padding: 0px 10px;
  cursor: pointer;
}
.m_box input,
.m_box select,
.m_box textarea {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  background-color: #ececec;
  border: 0;
  padding: 5px 0;
}
.m_box h5 {
  margin: 0;
  color: #00628A;
  font-weight: bold;
}
.m_box input[type="checkbox"] {
  position: relative;
  flex: unset;
  -ms-flex: unset;
  -webkit-flex: unset;
  width: 18px;
  height: 18px;
  border: 0;
  background: #eee;
  -webkit-appearance: none;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.m_box input[type="checkbox"]:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  color: #00618b;
  font-weight: bold;
}
.m_box input[type="checkbox"]:checked:after {
  content: "\002713";
  color: #00618b;
}
.m_box .m_rep .m_btn {
  border: 0;
  height: 30px;
  width: 30px;
  background-color: #12142d;
  cursor: pointer;
  margin: 0 5px;
}
.m_box .m_rep .m_btn:last-child {
  margin-right: 0px;
}
.m_box .m_desc div {
  width: 100%;
  height: 120px;
  background-color: #ececec;
  padding: 10px;
}
.m_box .m_desc h5 {
  width: 100%;
}
.m_box .m_desc textarea {
  width: 100%;
  height: 120px;
  resize: unset;
  flex: unset;
  -ms-flex: unset;
  -webkit-flex: unset;
}
.m_box .btnSave button {
  font-size: 17px;
  font-size: calc(13px + ((17 - 13) * 0.052166vw));
  font-weight: bold;
  color: #fff;
  border: 0;
  padding: 10px 50px;
  background-color: #00628A;
  cursor: pointer;
}
.m_dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}
.m_dialog.active {
  display: block;
}
#resetGame_m form input[type=submit] {
  background: #00618b;
  color: #fff;
  font-weight: bold;
  padding: 9px 0px;
  width: 100%;
  font-size: 17px;
  font-size: calc(13px + ((17 - 13) * 0.052166vw));
}
#resetGame_m .iFrameDiv {
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
#resetGame_m h5 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: calc(13px + ((16 - 13) * 0.052166vw));
  font-weight: bold;
  color: #00618b;
  width: 100%;
}
#resetGame_m .g_head {
  width: 100%;
  background-color: #00618b;
}
#resetGame_m .g_head h4 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  padding: 15px;
}
#resetGame_m .g_head a {
  padding: 15px;
}
#resetGame_m input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 0;
  background: #eee;
  -webkit-appearance: none;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#resetGame_m input[type="checkbox"]:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  color: #00618b;
  font-weight: bold;
}
#resetGame_m input[type="checkbox"]:checked:after {
  content: "\002713";
  color: #00618b;
}
#gameParameters .g_split .generalInfo {
  width: calc(50% - 15px);
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gameParameters .g_split .generalInfo h5 {
  width: auto;
}
#gameParameters .g_split .generalInfo .g_info {
  flex: unset;
  -ms-flex: unset;
  -webkit-flex: unset;
  background-color: #ececec;
  height: 120px;
  max-height: 120px;
  overflow: auto;
  width: 100%;
}
#gameParameters .g_split .generalInfo .g_info ul {
  margin: 0;
}
#gameParameters .g_split .generalInfo .g_info ul li {
  position: relative;
  font-size: 14px;
  font-size: calc(13px + ((14 - 13) * 0.052166vw));
  list-style: none;
  margin: 10px 20px;
}
#gameParameters .g_split .generalInfo .g_info ul li:before {
  content: '•';
  color: #00628A;
  font-size: 30px;
  position: absolute;
  left: -15px;
  top: 1px;
}
#gameParameters .generalInfo {
  margin-bottom: 14px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#gameParameters .generalInfo h5 {
  font-size: 14px;
  font-size: calc(13px + ((14 - 13) * 0.052166vw));
  width: fit-content;
  font-weight: bold;
  margin-right: 13px;
}
#gameParameters .generalInfo .g_info {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  color: #12142D;
  font-size: 14px;
  font-size: calc(13px + ((14 - 13) * 0.052166vw));
  font-weight: 400;
}
#gameParameters h5 {
  padding: 0;
  margin: 0;
}
#gameParameters input,
#gameParameters select,
#gameParameters textarea {
  background-color: #e0e0e0;
  width: 100%;
  border: 0;
}
#gameParameters input,
#gameParameters select {
  padding: 5px;
}
#gameParameters textarea {
  height: 120px;
  resize: none;
}
#gameParameters input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 0;
  background: #eee;
  -webkit-appearance: none;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
#gameParameters input[type="checkbox"][name="is_demo"],#gameParameters input[type="checkbox"][name="is_trial"],#gameParameters input[type="checkbox"][name="is_crisis"],#gameParameters input[type="checkbox"][name="show_in_game_list"],#gameParameters input[type="checkbox"][name="is_add_waiting_list"] {
  margin: 0;
}
#gameParameters input[type="checkbox"]:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  color: #00618b;
  font-weight: bold;
}
#gameParameters input[type="checkbox"]:checked:after {
  content: "\002713";
  color: #00618b;
}
#gameParameters h3 {
  color: var(--main_content_a_color);
  margin: 10px 0;
  padding: 0;
  font-size: 17px;
  font-size: calc(13px + ((17 - 13) * 0.052166vw));
}
#gameParameters *,
#gameParameters:after,
#gameParameters:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gameParameters.data {
  padding: 20px;
}
#gameParameters .game_div {
  margin: 0;
  padding: 0;
  width: calc(80% - 15px);
  background-color: #fff;
}
#gameParameters #g_actions {
  width: calc(20% - 20px);
  background-color: #fff;
}
#gameParameters .g_head {
  width: 100%;
  background-color: var(--main_blue_menu);
}
#gameParameters .g_head h4 {
  margin: 0;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
#gameParameters .button {
  width: calc(100%/3 - 2.5px);
  margin-bottom: 10px;
  padding: 10px;
}
#gameParameters .button:not(.start) h5 {
  text-align: center;
  font-size: 13px;
  font-size: calc(13px + ((13 - 13) * 0.052166vw));
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
}
#gameParameters .button.start {
  padding: 12px 0px;
  width: 100%;
  font-size: 24px;
  font-size: calc(13px + ((24 - 13) * 0.052166vw));
}
#gameParameters .button.start img {
  margin: 0px 15px;
  width: calc(50px + 1.1vw);
  height: auto;
}
#gameParameters .game_players_list {
  border-collapse: collapse;
}
#gameParameters .game_players_list th {
  background-color: var(--main_blue_menu);
  font-size: 17px;
  font-size: calc(13px + ((17 - 13) * 0.052166vw));
  font-weight: bold;
}
#gameParameters .game_players_list th:first-child {
  width: 5%;
}
#gameParameters .game_players_list th:nth-child(6) {
  width: 10%;
  text-align: center;
}
#gameParameters .game_players_list th:last-child {
  width: 8%;
}
#gameParameters .game_players_list tr {
  border-bottom: 2px solid #ececec;
}
#gameParameters .game_players_list tr:first-child {
  border: 0;
}
#gameParameters .game_players_list tr th {
  padding: 13px 10px;
}
#gameParameters .game_players_list tr td {
  font-size: 14px;
  font-size: calc(13px + ((14 - 13) * 0.052166vw));
  height: auto;
  padding: 13px 10px;
}
#gameParameters .game_players_list tr td:last-child {
  text-align: center;
}
#gameParameters .game_players_list tr th:last-child,
#gameParameters .game_players_list tr td:last-child {
  border-left: 10px solid #ececec;
}
.btnImg {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0 5px;
  color: #fff;
  font-size: 17px;
  font-size: calc(13px + ((17 - 13) * 0.052166vw));
  text-decoration: underline;
  font-weight: bold;
}
.btnImg.btnHead {
  margin: 0 15px;
}
html[dir="rtl"] .m_rep .m_btn:last-child {
  margin-left: 0;
}
html[dir="rtl"] .game_players_list {
  border-collapse: collapse;
}
html[dir="rtl"] .game_players_list th {
  background-color: #00618b;
}
html[dir="rtl"] .game_players_list tr th:last-child,
html[dir="rtl"] .game_players_list tr td:last-child {
  border-left: 0px;
  border-right: 10px solid #ececec;
}
html[dir="rtl"] .g_split .g_info ul li:before {
  left: unset;
  right: -15px;
}
#players_list,
#admin_chat_player,
.checkMeGroup {
  border-left: 1px solid #dae0e0;
  border-right: 1px solid #dae0e0;
  color: #000;
  background-color: white;
  overflow: auto;
  max-height:600px;
}
.checkMeGroup.slide {
  -webkit-transition: height .5s ease;
  transition: height .5s ease; 
}
.notClickable {
  pointer-events: none;
}
.mrlx_player {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  text-transform: capitalize;
}
#chat_main .groupimg2 {
  height: 100%;
  margin: 0px 7px 0px 0px;
}
#chat_main .groupimg2 img {
  height: 25px;
  width: auto;
}
#chat_main .mrlx_chat_box {
  width: 230px;
  min-width: 230px;
}
#chat_main .groupimg {
  position: absolute;
  left: calc(100% + 5px);
  height: 25px;
  width: auto;
}
#chat_main .mainchat .circle {
  margin-top: 0px;
  margin: 0px 7px;
}
.messagesView {
  overflow-y: auto;
  padding: 10px 0;
}
.msgView {
  margin: 10px 15px;
  background-color: #dae0e0;
  border-radius: 5px;
  padding: 10px;
  width: fit-content;
  max-width: 70%;
  color: #000;
  word-break: break-word;
  height:auto; 
}
.msgView h5.sndrName {
  margin: 0;
  color: #0173a0;
}
.msgView.my-msg {
  background-color: #e0f0f2;
  align-self: flex-end;
}
.closeGroup img {
  width: 18px;
}
.group_container {
  height: 40px;
  border-bottom: 1px solid #dae0e0;
  cursor: pointer;
}
.group_container img {
  height: 20px;
  width: 20px;
  margin: 0 10px;
}
.group_container:hover {
  background-color: #70a9f0;
}
.group_container .circle {
  margin: 0 7px;
}
.groupName {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat_header {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.checkMeGroup {
  width: 270px;
  overflow: hidden;
}
.checkMeGroup .mrlx_new_chat_title {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 6px solid #ececec;
}
.checkMeGroup .mrlx_new_chat_title input {
  border: 1px solid #ccc;
  padding: 7px;
  box-sizing: border-box;
}
.checkMeGroup.edit_g .chat_window_open_container {
  display: none;
}
.checkMeGroup.edit_g .bullet {
  border: 1px solid #dae0e0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  overflow: hidden;
  position: relative;
}
.checkMeGroup.edit_g .bullet:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  height: 11px;
  width: 11px;
}
.checkMeGroup.edit_g .bullet.active:after {
  border: 1px solid #dae0e0;
  background-color: #0173a0;
}
.checkMeGroup .chat_window_open_container {
  display: block;
}
.checkMeGroup #G_players_list {
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
}
.checkMeGroup h5.titlegroup {
  color: #00618b;
  font-weight: 600;
  padding-left: 15px;
  margin: 15px 0 0 0;
}
.checkMeGroup .mrlx_edit_players {
  margin: 0px;
}
.checkMeGroup .mrlx_edit_players li {
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #ececec;
}
