.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.noto-sans-myanmar-thin {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-myanmar-extralight {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.noto-sans-myanmar-light {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-myanmar-regular {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-myanmar-medium {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-myanmar-semibold {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-myanmar-bold {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-myanmar-extrabold {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-myanmar-black {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 900;
  font-style: normal;
}

html,
body {
  font-family: "Noto Sans Myanmar", "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.black-color {
  color: #000000;
}

.text-color {
  color: #7c8ea5;
}

.primary-color {
  color: #fc324f;
}

a.primary-color {
  color: #fc324f;
}

a:hover.primary-color {
  color: #d30a28;
}

button,
a.btn {
  cursor: pointer;
}

button.primary,
a.btn.primary {
  background-color: #fc324f;
  color: white;
}

button.default,
a.btn.default {
  background-color: #544f4f;
  color: white;
}

button:focus.primary,
button:hover.primary,
a:focus.btn.primary,
a:hover.btn.primary {
  background-color: #d30a28;
  color: white;
}

button:focus.default,
button:hover.default,
a:focus.btn.default,
a:hover.btn.default {
  background-color: #3f3b3b;
  color: white;
}

select {
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 5px top 50%;
}

select:focus {
  outline-color: #fc324f;
}

.background-color {
  background-color: #0a1827;
}

.nav-background-color {
  background-color: #0e1f31;
}

input:focus.outline-primary-color {
  outline-color: #fc324f;
}

input:focus.outline-size {
  outline-width: 1px;
  outline-offset: 1px;
}

input {
  color: #1c2b3a;
}

body.layout {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  overflow-y: auto;
}

.placeholder {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.placeholder .topmenu {
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  background-color: #0e1f31;
  z-index: 40;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.3333333333);
}
.placeholder .topmenu .global-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 250px;
  max-width: 300px;
  flex: 1;
  position: relative;
}
.placeholder .topmenu .global-search input[type=text] {
  width: 100%;
}
.placeholder .topmenu .global-search .global-search-results {
  width: 100%;
  position: absolute;
  background-color: white;
  display: flex;
  flex-direction: column;
  top: 55px;
}
.placeholder .topmenu .global-search .global-search-results .global-search-result {
  width: 100%;
  cursor: pointer;
  color: #000000;
  transition-duration: 0.3s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.placeholder .topmenu .global-search .global-search-results .global-search-result:hover {
  background-color: #fc324f;
  color: white;
}
.placeholder .topmenu .site-title {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}
.placeholder .topmenu .site-title .title {
  text-align: center;
  font-size: 17px;
}
.placeholder .topmenu .site-title .sub-title {
  text-align: center;
  font-size: 13px;
}
.placeholder .topmenu .profile {
  display: flex;
}
.placeholder .topmenu .profile .profile-img {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 15px;
}
.placeholder .topmenu .profile .profile-img img {
  height: 50px;
  border-radius: 50%;
}
.placeholder .topmenu .profile .profile-text {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 50px;
}
.placeholder .content {
  width: 100%;
  padding: 20px;
  position: relative;
  min-height: calc(100vh - 70px);
}
