.text_primary {
  color: #0033cc !important;
}

.text_secondary {
  color: #FFCC00 !important;
}

.text_background {
  color: #FFFFFF !important;
}

.text_white {
  color: #fff !important;
}

.text_light_blue_hover {
  color: #F1FAFF !important;
}

.text_light_blue {
  color: #E4F5FF !important;
}

.text_font_2C {
  color: #2C2C2C !important;
}

.text_gray_70 {
  color: #707070 !important;
}

.text_gray_bd {
  color: #BDBDBD !important;
}

.text_gray_f5 {
  color: #F5F5F5 !important;
}

.text_success {
  color: #00CC99 !important;
}

.text_info {
  color: #0033cc !important;
}

.text_danger {
  color: #FF9933 !important;
}

.text_alert {
  color: #FF3C3C !important;
}

.bg_primary {
  background-color: #0033cc !important;
}

.bg_secondary {
  background-color: #FFCC00 !important;
}

.bg_background {
  background-color: #FFFFFF !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_light_blue_hover {
  background-color: #F1FAFF !important;
}

.bg_light_blue {
  background-color: #E4F5FF !important;
}

.bg_font_2C {
  background-color: #2C2C2C !important;
}

.bg_gray_70 {
  background-color: #707070 !important;
}

.bg_gray_bd {
  background-color: #BDBDBD !important;
}

.bg_gray_f5 {
  background-color: #F5F5F5 !important;
}

.bg_success {
  background-color: #00CC99 !important;
}

.bg_info {
  background-color: #0033cc !important;
}

.bg_danger {
  background-color: #FF9933 !important;
}

.bg_alert {
  background-color: #FF3C3C !important;
}

.border_primary {
  border-color: #0033cc !important;
}

.border_secondary {
  border-color: #FFCC00 !important;
}

.border_background {
  border-color: #FFFFFF !important;
}

.border_white {
  border-color: #fff !important;
}

.border_light_blue_hover {
  border-color: #F1FAFF !important;
}

.border_light_blue {
  border-color: #E4F5FF !important;
}

.border_font_2C {
  border-color: #2C2C2C !important;
}

.border_gray_70 {
  border-color: #707070 !important;
}

.border_gray_bd {
  border-color: #BDBDBD !important;
}

.border_gray_f5 {
  border-color: #F5F5F5 !important;
}

.border_success {
  border-color: #00CC99 !important;
}

.border_info {
  border-color: #0033cc !important;
}

.border_danger {
  border-color: #FF9933 !important;
}

.border_alert {
  border-color: #FF3C3C !important;
}

.outline-primary {
  outline-color: #0033cc !important;
}

.outline-secondary {
  outline-color: #FFCC00 !important;
}

.outline-background {
  outline-color: #FFFFFF !important;
}

.outline-white {
  outline-color: #fff !important;
}

.outline-light_blue_hover {
  outline-color: #F1FAFF !important;
}

.outline-light_blue {
  outline-color: #E4F5FF !important;
}

.outline-font_2C {
  outline-color: #2C2C2C !important;
}

.outline-gray_70 {
  outline-color: #707070 !important;
}

.outline-gray_bd {
  outline-color: #BDBDBD !important;
}

.outline-gray_f5 {
  outline-color: #F5F5F5 !important;
}

.outline-success {
  outline-color: #00CC99 !important;
}

.outline-info {
  outline-color: #0033cc !important;
}

.outline-danger {
  outline-color: #FF9933 !important;
}

.outline-alert {
  outline-color: #FF3C3C !important;
}

@font-face {
  font-family: YekanBakh;
  font-weight: 200;
  src: url("../fonts/YekanBakh/Yekan Bakh FaNum 02 Thin.ttf") format("truetype");
}
@font-face {
  font-family: YekanBakh;
  font-weight: 300;
  src: url("../fonts/YekanBakh/Yekan Bakh FaNum 03 Light.ttf") format("truetype");
}
@font-face {
  font-family: YekanBakh;
  font-weight: 400;
  src: url("../fonts/YekanBakh/Yekan Bakh FaNum 04 Regular.ttf") format("truetype");
}
@font-face {
  font-family: YekanBakh;
  font-weight: 500;
  src: url("../fonts/YekanBakh/Yekan Bakh FaNum 05 Medium.ttf") format("truetype");
}
@font-face {
  font-family: YekanBakh;
  font-weight: 600;
  src: url("../fonts/YekanBakh/Yekan Bakh FaNum 05 Medium.ttf") format("truetype");
}
@font-face {
  font-family: YekanBakh;
  font-weight: 700;
  src: url("../fonts/YekanBakh/Yekan Bakh FaNum 05 Medium.ttf") format("truetype");
}
@font-face {
  font-family: YekanBakh;
  font-weight: 800;
  src: url("../fonts/YekanBakh/Yekan Bakh FaNum 06 bold.ttf") format("truetype");
}
html, body {
  font-family: YekanBakh;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.border_dashed {
  border-style: dashed !important;
}

.rotate-90 {
  transform: rotate(90deg);
}

.my-container {
  width: calc(100% - 160px);
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .my-container {
    width: calc(100% - 28px);
    margin: 0 auto;
  }
}
.scrollbar {
  scrollbar-color: #e8e8e8 #D9D9D9;
  scrollbar-width: thin;
  /* width */
}
.scrollbar::-webkit-scrollbar {
  width: 8px;
}
.scrollbar {
  /* Track */
}
.scrollbar::-webkit-scrollbar-track {
  background: #e8e8e8;
}
.scrollbar {
  /* Handle */
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #D9D9D9;
}
.scrollbar {
  /* Handle on hover */
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #d0d0d0;
}

.fs_h1 {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.fs_h1_b {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}

.fs_h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}

.fs_h2_b {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}

.fs_h3 {
  font-size: 20px;
  line-height: 42px;
  font-weight: normal;
}

.fs_h3_b {
  font-size: 20px;
  line-height: 42px;
  font-weight: bold;
}

.fs_h4 {
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
}

.fs_h5 {
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .fs_h1--sm {
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: normal !important;
  }
  .fs_h1_b--sm {
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: bold !important;
  }
  .fs_h2--sm {
    font-size: 14px !important;
    line-height: 30px !important;
    font-weight: normal !important;
  }
  .fs_h2_b--sm {
    font-size: 14px !important;
    line-height: 30px !important;
    font-weight: bold !important;
  }
  .fs_h3--sm {
    font-size: 18px !important;
    line-height: 40px !important;
    font-weight: normal !important;
  }
  .fs_h3_b--sm {
    font-size: 18px !important;
    line-height: 40px !important;
    font-weight: bold !important;
  }
  .fs_h4--sm {
    font-size: 22px !important;
    line-height: 44px !important;
    font-weight: bold !important;
  }
  .fs_h5--sm {
    font-size: 34px !important;
    line-height: 58px !important;
    font-weight: bold !important;
  }
}
.primary_btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px;
  background-color: #0033cc;
  border: none;
  border-radius: 8px;
  color: #fff;
  outline: none;
}
.primary_btn .icon-right {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.primary_btn .icon-left {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.primary_btn.btn_sm {
  padding: 4px 16px;
  height: 38px;
}
@media only screen and (max-width: 767px) {
  .primary_btn.btn_mobile {
    padding: 4px 16px;
    height: 38px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
  }
}

.outline_btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px;
  background-color: #FFFFFF;
  border: 1px solid #2C2C2C;
  border-radius: 8px;
  color: #2C2C2C;
  outline: none;
}
.outline_btn.btn_md {
  font-weight: 500;
  height: 40px;
  padding: 4px 24px;
}
.outline_btn .icon-right {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.outline_btn .icon-left {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.outline_btn:hover {
  background-color: #F1FAFF;
  border-color: #F1FAFF;
  color: #2C2C2C;
}
.outline_btn:active {
  background-color: #f68a1f;
  border-color: #f68a1f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .outline_btn.btn_mobile {
    padding: 4px 16px;
    height: 36px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border: none;
  }
}

.text_btn {
  height: 48px;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 4px;
  color: #2C2C2C;
  outline: none;
  transition: 0.3s all;
}
.text_btn .icon-right {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.text_btn .icon-left {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.text_btn:hover {
  background-color: #F1FAFF;
}
.text_btn:active {
  background-color: #0033cc;
  color: #fff;
}
.text_btn:active [class^=icon-] {
  filter: grayscale(1) brightness(100) invert(1);
}
@media only screen and (max-width: 767px) {
  .text_btn.btn_mobile {
    padding: 4px 16px;
    height: 38px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
  }
}

.primary_dropdown {
  display: inline-block;
  position: relative;
}
.primary_dropdown .dd-btn {
  display: inline-flex;
  align-items: center;
  padding: 4px 24px;
  height: 40px;
  background: #0033cc;
  border-radius: 8px;
  border: 1px solid #0033cc;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.primary_dropdown .dd-btn[aria-expanded=true] {
  background-color: #FFFFFF;
  color: #2C2C2C;
}
.primary_dropdown .dd-btn[aria-expanded=true] .icon {
  filter: invert(1);
}
.primary_dropdown .dd-btn:after {
  display: none;
}
.primary_dropdown .dropdown-menu {
  top: calc(100% + 2px) !important;
  left: 0;
  right: 0;
  padding: 4px 24px !important;
  border-radius: 8px;
  border-color: #2C2C2C;
}
.primary_dropdown .dropdown-menu .dropdown-item {
  padding: 0px;
  margin: 6px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.primary_dropdown .dropdown-menu .dropdown-item:hover, .primary_dropdown .dropdown-menu .dropdown-item:active {
  background-color: unset;
  color: #0033cc;
}

.secondary_dropdown {
  display: inline-block;
  position: relative;
}
.secondary_dropdown .dd-btn {
  display: inline-flex;
  align-items: center;
  padding: 4px 24px;
  height: 40px;
  background: #34848d;
  border-radius: 8px;
  border: 1px solid #34848d;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.secondary_dropdown .dd-btn .icon {
  display: inline-flex;
  align-items: center;
}
.secondary_dropdown .dd-btn[aria-expanded=true] {
  background-color: #FFFFFF;
  color: #2C2C2C;
  border-color: #34848d;
}
.secondary_dropdown .dd-btn[aria-expanded=true] .icon svg path {
  fill: #2C2C2C;
}
.secondary_dropdown .dd-btn:after {
  display: none;
}
.secondary_dropdown .dropdown-menu {
  top: calc(100% + 2px) !important;
  left: 0;
  right: 0;
  padding: 4px 24px !important;
  border-radius: 8px;
  border-color: #2C2C2C;
}
.secondary_dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  margin: 6px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.secondary_dropdown .dropdown-menu .dropdown-item:hover, .secondary_dropdown .dropdown-menu .dropdown-item:active {
  background-color: unset;
  color: #34848d;
}

.field-wrapper .input-wrapper {
  position: relative;
}
.field-wrapper .input-wrapper.has-icon input {
  padding-left: 42px;
}
.field-wrapper .input-wrapper input {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #707070;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1229);
  border-radius: 4px;
  width: 100%;
  padding: 10px 14px;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
}
.field-wrapper .input-wrapper input::placeholder {
  font-size: 0;
}
.field-wrapper .input-wrapper input:focus::placeholder, .field-wrapper .input-wrapper input[ng-reflect-model]:not([ng-reflect-model=""])::placeholder, .field-wrapper .input-wrapper input.has-value::placeholder {
  font-size: 14px;
  color: #BDBDBD;
}
.field-wrapper .input-wrapper input:focus ~ label, .field-wrapper .input-wrapper input[ng-reflect-model]:not([ng-reflect-model=""]) ~ label, .field-wrapper .input-wrapper input.has-value ~ label {
  top: -11px;
  right: 6px;
  background-color: #FFFFFF;
}
.field-wrapper .input-wrapper label {
  transition: 0.15s all;
  position: absolute;
  right: 16px;
  top: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #707070;
  background-color: transparent;
  padding: 0 8px;
  margin: 0;
  height: 22px;
}
.field-wrapper .input-wrapper .icon {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  object-fit: scale-down;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.ng-select {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #707070;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1229);
  border-radius: 4px;
  width: 100%;
  padding: 0 !important;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
}
.ng-select .ng-arrow-wrapper, .ng-select .ng-clear-wrapper {
  border: none !important;
  width: 23px;
  height: 20px;
  left: 12px;
  top: 11px;
  position: absolute !important;
}
.ng-select .ng-clear-wrapper {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODU4MjkgMC44MjYwMTlDMTAuMDQ3MyAwLjYzNzA1NiAxMC4wNDczIDAuMzMwNjg2IDkuODU4MjkgMC4xNDE3MjJDOS42NjkzMyAtMC4wNDcyNDA4IDkuMzYyOTYgLTAuMDQ3MjQwOCA5LjE3Mzk5IDAuMTQxNzIyTDUgNC4zMTU3MUwwLjgyNjAxOSAwLjE0MTcyNEMwLjYzNzA1NiAtMC4wNDcyMzg5IDAuMzMwNjg2IC0wLjA0NzIzODkgMC4xNDE3MjIgMC4xNDE3MjRDLTAuMDQ3MjQwOCAwLjMzMDY4OCAtMC4wNDcyNDA4IDAuNjM3MDU4IDAuMTQxNzIyIDAuODI2MDIxTDQuMzE1NzEgNS4wMDAwMUwwLjE0MTc0IDkuMTczOThDLTAuMDQ3MjIzNCA5LjM2Mjk0IC0wLjA0NzIyMzQgOS42NjkzMSAwLjE0MTc0IDkuODU4MjdDMC4zMzA3MDMgMTAuMDQ3MiAwLjYzNzA3MyAxMC4wNDcyIDAuODI2MDM2IDkuODU4MjdMNS4wMDAwMSA1LjY4NDNMOS4xNzM5OCA5Ljg1ODI3QzkuMzYyOTQgMTAuMDQ3MiA5LjY2OTMxIDEwLjA0NzIgOS44NTgyNyA5Ljg1ODI3QzEwLjA0NzIgOS42NjkzMSAxMC4wNDcyIDkuMzYyOTQgOS44NTgyNyA5LjE3Mzk4TDUuNjg0MyA1LjAwMDAxTDkuODU4MjkgMC44MjYwMTlaIiBmaWxsPSIjMkMyQzJDIi8+Cjwvc3ZnPgo=");
  top: 18px !important;
  left: 18px;
  background-repeat: no-repeat;
}
.ng-select .ng-clear-wrapper .ng-clear {
  display: none !important;
}
.ng-select .ng-arrow-wrapper {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDE2LjhDMTEuMyAxNi44IDEwLjYgMTYuNTMgMTAuMDcgMTZMMy41NTAwMiA5LjQ4QzMuMjYwMDIgOS4xOSAzLjI2MDAyIDguNzEgMy41NTAwMiA4LjQyQzMuODQwMDIgOC4xMyA0LjMyMDAyIDguMTMgNC42MTAwMiA4LjQyTDExLjEzIDE0Ljk0QzExLjYxIDE1LjQyIDEyLjM5IDE1LjQyIDEyLjg3IDE0Ljk0TDE5LjM5IDguNDJDMTkuNjggOC4xMyAyMC4xNiA4LjEzIDIwLjQ1IDguNDJDMjAuNzQgOC43MSAyMC43NCA5LjE5IDIwLjQ1IDkuNDhMMTMuOTMgMTZDMTMuNCAxNi41MyAxMi43IDE2LjggMTIgMTYuOFoiIGZpbGw9IiM3MDcwNzAiLz4KPC9zdmc+Cg==");
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  display: none !important;
}
.ng-select .ng-select-container {
  max-height: 48px;
  min-height: 48px;
  overflow: visible !important;
}
.ng-select .ng-select-container:after {
  display: none;
}
.ng-select .ng-select-container .ng-value-container {
  height: 48px;
  border: none;
  padding: 10px 14px;
  align-items: center;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  bottom: unset !important;
  padding: 0px;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateX(-9px);
  transition: 0.15s all;
}
.ng-select .ng-select-container .ng-value-container .ng-value {
  margin: 1px 0 1px 8px !important;
  height: 24px;
  background-color: #0033cc !important;
  padding: 0 12px !important;
  border-radius: 12px !important;
  display: inline-flex;
  align-items: self-end;
  flex-direction: row-reverse;
  color: #fff;
}
.ng-select .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding: 0 !important;
  margin: 0 4px 0 0 !important;
  font-size: 22px;
  line-height: 21px;
  color: white !important;
}
.ng-select .ng-has-value .ng-arrow-wrapper {
  display: none;
}
.ng-select .ng-has-value .ng-placeholder {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #707070 !important;
  background-color: #FFFFFF;
  padding: 0 8px;
  transform: translateY(-26px) translateX(8px) translateZ(0.001px) !important;
}
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-26px) translateX(8px) translateZ(0.001px) !important;
  color: #707070 !important;
  background-color: #FFFFFF !important;
  padding: 0 8px !important;
}
.ng-select.ng-select-opened .ng-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #707070 !important;
  background-color: #FFFFFF;
  padding: 0 8px;
  transform: translateY(-24px) translateX(8px) translateZ(0.001px) !important;
}
.ng-select .ng-dropdown-panel.ng-select-bottom {
  top: calc(100% + 4px);
  background: #FFFFFF;
  border: 1px solid #707070;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.ng-select .ng-dropdown-panel.ng-select-bottom .ng-option {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.ng-select .ng-dropdown-panel.ng-select-bottom .ng-option.ng-option-selected {
  background-color: #F5F5F5;
  color: #0033cc;
}
.ng-select .ng-dropdown-panel.ng-select-bottom .ng-option:hover {
  background-color: #0033cc;
  color: #fff;
}
.ng-select .ng-dropdown-panel.ng-select-top {
  bottom: calc(100% + 3px);
  background: #FFFFFF;
  border: 1px solid #707070;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

ngb-datepicker {
  min-width: 280px !important;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1229));
  border: none;
}
ngb-datepicker .ngb-dp-header {
  background-color: #0033cc;
  padding-bottom: 4px !important;
}
ngb-datepicker .ngb-dp-header .ngb-dp-arrow-btn {
  margin: 0 12px;
}
ngb-datepicker .ngb-dp-header .ngb-dp-navigation-chevron {
  border-width: 0 0 0.15em 0.15em;
  border-color: #fff;
  margin-top: 10px;
}
ngb-datepicker .ngb-dp-header select {
  width: 95px;
  color: #fff;
  margin: 0 2px;
  background-color: transparent;
  text-align: center;
  background-image: unset;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
ngb-datepicker .ngb-dp-header select option {
  color: #0033cc;
}
ngb-datepicker .ngb-dp-month {
  width: 100%;
}
ngb-datepicker .ngb-dp-month .ngb-dp-week {
  justify-content: space-around;
  background-color: #fff;
  border: none;
}
ngb-datepicker .ngb-dp-month .ngb-dp-week .ngb-dp-day:last-child {
  color: #FF3C3C;
}
ngb-datepicker .ngb-dp-month .ngb-dp-week .ngb-dp-day.ngb-dp-today {
  border: none !important;
  outline: none !important;
}
ngb-datepicker .ngb-dp-month .ngb-dp-week .ngb-dp-weekday {
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #2C2C2C;
  height: 30px;
}
ngb-datepicker .ngb-dp-month .ngb-dp-weekdays {
  margin-bottom: 8px;
}
ngb-datepicker .ngb-dp-month [ng-reflect-selected=true] {
  background-color: #BDBDBD !important;
  color: #2C2C2C !important;
  border: none !important;
}

.quotation_carousel .owl-nav {
  display: none !important;
}
.quotation_carousel .owl-dots {
  margin-top: 16px;
}
.quotation_carousel .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #0033cc;
  background-color: #fff;
  cursor: pointer;
  margin: 0 4px;
}
.quotation_carousel .owl-dots .owl-dot span {
  display: none;
}
.quotation_carousel .owl-dots .owl-dot.active {
  background-color: #0033cc;
}

.pagination {
  text-align: center;
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  overflow: hidden;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #344054;
  font-size: 16px;
  font-weight: 500;
}
.pagination .page-numbers:not(:last-child) {
  border-left: 1px solid #D0D5DD;
}
.pagination .page-numbers.current {
  background-color: #F9FAFB;
  color: #1D2939;
}
.pagination .page-numbers.next {
  transform: rotate(180deg);
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  padding-top: 7px;
}

.articles_wrapper .item {
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  overflow: hidden;
}
.articles_wrapper .item img {
  height: auto;
  width: 100%;
  object-fit: scale-down;
  object-position: top;
}
.articles_wrapper .item .body {
  padding: 16px;
}
.articles_wrapper .item .body .summery {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles_wrapper .item .datetime {
  word-spacing: 4px;
}

#sticky_articles {
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  overflow: hidden;
}
#sticky_articles .summery {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#sticky_articles .carousel-indicators {
  justify-content: start;
  margin-right: 16px;
}
#sticky_articles .carousel-indicators button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #0033cc;
  background-color: #fff;
  cursor: pointer;
  margin: 0 4px;
}
#sticky_articles .carousel-indicators button.active {
  background-color: #0033cc;
}

@media only screen and (min-width: 960px) {
  .w-md-75 {
    width: 75% !important;
  }
}
.comment_wrapper {
  border-bottom: 1px solid #BDBDBD;
}
.comment_wrapper:last-child {
  border: none;
}

.aside_articles .item a {
  display: flex;
  align-items: center;
  max-height: 76px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
  border-radius: 4px;
  overflow: hidden;
}
.aside_articles .item a .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}

.site_header {
  width: calc(100% - 160px);
  margin: 28px auto 0;
  height: 80px;
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 50px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
}
.site_header.position-absolute {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.site_header .navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  cursor: pointer;
}

body.home {
  padding-top: 108px;
}

@media only screen and (max-width: 1199px) {
  .site_header {
    width: calc(100% - 28px);
    padding: 8px 24px;
  }
}
@media only screen and (max-width: 767px) {
  body.home {
    padding-top: 60px;
  }
  .site_header {
    height: 40px;
    border-radius: 0;
    width: 100%;
    padding: 0 24px;
    margin: 0 0 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1229);
  }
  .site_header.position-absolute {
    left: 0;
    transform: none;
  }
  .site_header .navbar {
    padding: 0;
  }
}
.site_footer {
  position: relative;
  padding: 0 24px;
  overflow: hidden;
}
.site_footer .footer-trust-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.site_footer .enamad,
.site_footer .samandehi {
  display: inline-block;
}
.site_footer .social-links {
  margin-top: 12px;
}
@media only screen and (min-width: 1570px) {
  .site_footer .social-links {
    margin-top: auto;
  }
}
@media only screen and (min-width: 960px) {
  .site_footer {
    padding: 0 80px;
  }
  .site_footer:before {
    position: absolute;
    width: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    background: linear-gradient(180deg, #34848d 0%, #34848d 50%, #f68a1f 50%, #f68a1f 100%);
  }
}
@media only screen and (min-width: 768px) {
  .site_footer .footer-about {
    width: 280px;
  }
}

.main-new-posts-box {
  background-color: #0C0C91;
  max-height: 444px;
}
.main-new-posts-box .main-new-title-box {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 80px 0;
  margin: 0;
}
.main-new-posts-box .new-post-card {
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 16px 48px rgba(6, 6, 31, 0.1019607843);
  border-radius: 4px;
  position: relative;
  transition: all 0.5s ease;
}
.main-new-posts-box .new-post-card:hover {
  transform: translateY(-5px);
}
.main-new-posts-box .new-post-card .new-post-home-title {
  color: #0C0C91;
  font-size: 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 16px 8px;
  max-width: 404px;
  white-space: nowrap;
}
.main-new-posts-box .new-post-card .new-post-home-img {
  border-radius: 4px;
  width: 100%;
}
.main-new-posts-box .new-post-card .new-post-home-cat {
  position: absolute;
  bottom: 16px;
  display: block;
  right: 16px;
  background: rgba(1, 1, 25, 0.75);
  border-radius: 4px;
  color: #fff;
  padding: 8px;
}

.home-selected-post {
  margin-top: 214px;
}
.home-selected-post .home-selected-post-title {
  font-weight: 700;
  font-size: 32px;
  color: #0C0C91;
  margin-bottom: 40px;
}
.home-selected-post .selected-home-post-card {
  display: flex;
  margin: 15px 0;
  border: 1px solid #EBEBED;
  border-radius: 4px;
  padding: 16px;
  transition: all 0.5s ease;
}
.home-selected-post .selected-home-post-card:hover {
  border-color: #05E273;
}
.home-selected-post .selected-home-post-card .selected-home-post-img {
  margin-left: 16px;
}
.home-selected-post .selected-home-post-card .selected-home-post-img img {
  border-radius: 4px;
}
.home-selected-post .selected-home-post-card .selected-home-post-content {
  position: relative;
}
.home-selected-post .selected-home-post-card .selected-home-post-content .selected-home-post-content-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
  color: #010119;
}
.home-selected-post .selected-home-post-card .selected-home-post-content .selected-home-post-content-excerpt {
  color: #303030;
  font-weight: 400;
  font-size: 14px;
}
.home-selected-post .selected-home-post-card .selected-home-post-content .selected-home-post-content-object {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-selected-post .selected-home-post-card .selected-home-post-content .selected-home-post-content-object .selected-home-post-cd {
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  background-color: #ECECF7;
  color: #0C0C91;
  padding: 8px;
}

#all-home-posts-res .home-all-posts-card {
  border: 1px solid #EBEBED;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px;
  margin: 15px 0;
  transition: all 0.5s ease;
}
#all-home-posts-res .home-all-posts-card:hover {
  border-color: #05E273;
}
#all-home-posts-res .home-all-posts-card .home-all-posts-card-img {
  border-radius: 4px;
}
#all-home-posts-res .home-all-posts-card .home-all-posts-card-title {
  font-weight: 500;
  font-size: 20px;
  color: #010119;
  margin-top: 16px;
}
#all-home-posts-res .home-all-posts-card .home-all-posts-card-excerpt {
  font-weight: 400;
  font-size: 16px;
  color: #303030;
  margin-top: 12px;
}
#all-home-posts-res .home-all-posts-card .home-all-posts-card-object {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
#all-home-posts-res .home-all-posts-card .home-all-posts-card-object .home-all-posts-card-cd {
  background-color: #ECECF7;
  border-radius: 4px;
  padding: 8px;
  color: #0C0C91;
  font-weight: 400;
  font-size: 14px;
}

.home-posts-load-more {
  background-color: #05E273;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #0C0C91;
  padding: 12px 24px;
  margin: 56px auto 120px;
  max-width: 149px;
  border: none;
  display: block;
}
