@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"); /* secondary fonts*/
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-Light.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-Bold.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSansCondensed-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-Regular.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-SemiBold.woff2") format("woff2"), url("../fonts/../fonts/OpenSansCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSansCondensed-Medium.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* fonts family */
/* color platted*/
/* font sizes*/
/* font weight*/
/* gap*/
.gap_25 {
  gap: 5px 25px;
}

.gap-10x {
  gap: 0 10px;
}

/* radius*/
/* padding*/
.pb-10 {
  padding-bottom: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

.pb-30 {
  padding-bottom: 30px;
}

.pe-10 {
  padding-right: 10px;
}

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

.pr-5 {
  padding-right: 5px;
}

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

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

.hide_card {
  display: none;
}

.challange_detail_show {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeSpeed;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif !important;
  scrollbar-width: thin;
}

div {
  scrollbar-width: thin;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
.client_challenge p,
.works_out h6,
.join_form_header h4,
h6 {
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
.client_challenge p,
.works_out h6,
.join_form_header h4,
h6,
p,
ul,
li {
  margin: 0px;
}

ul {
  padding: 0px;
}
ul li {
  list-style: none;
}

/* scrollbar */
body::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}

/* scrollbar end*/
/* select 2 scroll bar*/
.select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}

/* select 2 scroll bar end*/
.bg-map_patern {
  background: #08090C url("../images/map-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%;
}

.bg-normal {
  background: #08090C;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%;
}

.bg-map_landing {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%;
}

.min-scroll-75 {
  height: calc(100vh - 180px);
  overflow-y: auto;
}

.header_main {
  padding: 20px 30px 20px 30px;
  position: sticky;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  background-color: rgba(2, 2, 3, 0.3);
}
.header_main .navbar_menubx {
  padding: 0px;
}
.header_main .logo_main {
	max-width: 260px;
	flex: 1;
}
.header_main .logo_main .navbar-brand {
	max-width: 138px;
}

.header_main .navbar_menubx .nav_menubar_main {
	flex: 1;
	max-width: 260px;
}

.cstm_switch {
  margin-bottom: 0px;
}
.cstm_switch .form-check-input {
  background-size: 20px;
  width: 35px;
  height: 20px;
  border: 1px solid #fff;
  background-color: #BFBFBF;
  cursor: pointer;
}
.cstm_switch .form-check-input {
  margin-top: 2px;
}

.cstm_switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234472C4'/%3e%3c/svg%3e");
}

.cstm_switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23595959'/%3e%3c/svg%3e");
}

.cstm_switch .form-check-input:focus {
  box-shadow: none;
  outline: none;
}

.cstm_switch_header {
  background-color: #000;
  border: 1px solid #343434;
  padding: 12px 20px;
  border-radius: 30px;
}

.label_title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-left: 2px;
}

.cstm_menubar li {
  padding-right: 30px;
}
.cstm_menubar li a {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans Condensed";
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.cstm_menubar li a:hover, .cstm_menubar li a:focus {
  color: #c1c1c1;
}
.cstm_menubar li:last-child {
  padding-right: 0px;
}

.csmt_footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 8px 30px;
  color: #fff;
  background-color: rgba(2, 2, 3, 0.3);
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.csmt_footer .sml_detail {
  max-width: 390px;
}
.csmt_footer .sml_detail p {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.csmt_footer .copy_write p {
  font-size: 12px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

/* side menu bar mobile */
.custom_offcanvas {
  max-width: 210px;
  background-color: #232323;
}
.custom_offcanvas .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  padding: 6px;
  background-size: 14px;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.custom_offcanvas .btn-close:hover {
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  transform: rotate(90deg);
}
.custom_offcanvas .offcanvas-title {
  line-height: 1;
}
.custom_offcanvas .offcanvas-title .navbar-brand {
  padding: 0px;
}
.custom_offcanvas .offcanvas-header {
  padding: 15px 15px 15px 20px;
  border-bottom: 1px solid #333333;
}
.custom_offcanvas .offcanvas-body {
  padding: 30px 20px 15px 20px;
}
.custom_offcanvas .cstm_menubar li {
  padding-right: 0px;
  padding-bottom: 20px;
}
.custom_offcanvas .cstm_menubar li:last-child {
  padding-bottom: 0px;
}

/* side menu bar mobile end*/
.inner_card_section h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans Condensed";
  color: #fff;
  text-transform: uppercase;
}

.center_section_main.updatedDsx .join_form_content {
	text-align: left;
	max-width: 350px;
	margin: 0 auto;
}

.center_section_main.updatedDsx .joinbtn-holder {
	max-width: 350px;
	margin: 0 auto;
}

.center_section_main.updatedDsx .inner_card_section h4 {
  font-size: 24px;
}

.center_section_main.updatedDsx .ortx {
  text-align: center;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
}

.center_section_main.updatedDsx .ortx:before {
  content: '';
  position: absolute;
  bottom: 11px;
  height: 1px;
  width: calc(50% - 20px);
  background: #A0A0A0;
  left: 0;
}
.center_section_main.updatedDsx .ortx:after {
  content: '';
  position: absolute;
  bottom: 11px;
  height: 1px;
  width: calc(50% - 20px);
  background: #A0A0A0;
  right: 0;
}
.center_section_main.updatedDsx .home-ortx.ortx:before,
.center_section_main.updatedDsx .home-ortx.ortx:after{
  width: calc(50% - 70px);
}

.center_section_main.updatedDsx .ortx span {
  padding: 0 15px;
  position: relative;
}

.center_section_main.updatedDsx .linkedLog-holder .btn_link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center_section_main.updatedDsx .resetPass,
.center_section_main.updatedDsx .resetPass a {
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  font-family: "Open Sans Condensed";
  font-size: 14px;
}

.center_section_main.updatedDsx .linkedLog-holder .icn {
  display: inline-block;
  max-width: 30px;
  margin-right: 12px;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.center_section_main.updatedDsx .linkedLog-holder .btn_link:hover .icn {
  opacity: 0.8;
}

.center_section_main.updatedDsx .agreText p {
  color: #D0D1D6;
  font-size: 12px;
  letter-spacing: 0.025rem;
  padding-left: 5px;
  padding-right: 10px;
}

.center_section_main.updatedDsx .agreText a {
  color: #fff;
}

.center_section_main.updatedDsx .countStatebx-holder {
  color: #fff;
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
}

.center_section_main.updatedDsx .inner_workout_card h5 {
  color: #fff;
  font-weight: 500;
  font-family: "Open Sans Condensed";
  font-size: 16px;
  padding-top: 15px;
}

.center_section_main.updatedDsx .workout_cardsm {
  margin: 0 -10px;
}

.center_section_main.updatedDsx .workout_cardsm .box1 {
  padding-left: 10px;
  padding-right: 10px;
}

.center_section_main.updatedDsx .client_workout_card {
  max-width: 275px;
  margin: 0 auto;
}

.center_section_main.updatedDsx .wordk_out_box {
  background: #121518;
  border-color: #363637;
  height: 78px;
  cursor: pointer;
}

.center_section_main.updatedDsx .wordk_out_box.selected {
  background: #87888A;
  border-color: transparent;
}

.center_section_main.updatedDsx .wordk_out_box img {
  max-height: 100%;
  object-fit: contain;
}

.center_section_main.updatedDsx .imgHolder {
  width: 120px;
  height: 120px;
  background: #ffc000;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center_section_main.updatedDsx .imgHolder .prfileImg {
  display: inline-block;
  object-fit: cover;
  flex: 1;
}

.center_section_main.updatedDsx .file-upload-step label.btn_grey {
  cursor: pointer;
}

.center_section_main.updatedDsx .file-upload-step input {
  width: 100%;
  opacity: 0;
  max-width: 100%;
  visibility: hidden;
}


.center_section_main.updatedDsx .cstm_selectbx .select2-container--default .select2-selection--single {
  height: 40px;
  background-color: #fff;
  border: 1px solid #fff;
}
.center_section_main.updatedDsx .cstm_selectbx .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: rgb(89, 92, 95);
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-left: 15px;
}
.center_section_main.updatedDsx .cstm_selectbx .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 26px;
}
.center_section_main.updatedDsx .cstm_selectbx .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("../images/down_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  height: 8px;
  width: 20px;
  left: 0px;
  top: 40%;
  margin-top: 0px;
  margin-left: 0px;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}



.btn_link {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans Condensed";
  text-decoration: underline;
  color: #fff;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.btn_link:hover {
  text-decoration: none;
  color: #c1c1c1;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.btn_grey {
  background-color: #7F7F7F;
  border-radius: 30px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Open Sans Condensed";
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.btn_grey:hover {
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: #585858;
  color: #fff;
}

.inner_card_section .btn_grey {
  min-width: 200px;
}

.inner_card_section {
  padding: 30px 0;
}

.navbar-brand {
  display: inline-block;
}

/* join community */
.join_community_card {
  border-radius: 20px;
  background-color: #17181A;
  padding: 30px;
}

.join_community {
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
}

.steper_listing {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.steper_listing li .step_count {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #414141;
  background-color: #131313;
  color: #979797;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans Condensed";
  position: relative;
}
.steper_listing li .active {
  background-color: #fff;
  border-color: #fff;
  color: #131313;
}
.steper_listing li .previous_fill {
  background-color: #595959;
}
.steper_listing:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #414141;
}

.join_form_header h5, .join_form_header .client_challenge p, .client_challenge .join_form_header p, .join_form_header .works_out h6, .works_out .join_form_header h6, .join_form_header h4 {
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans Condensed";
  color: #C6C6C6;
  line-height: 1.3;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
.join_form_header h4 {
  font-size: 18px;
  color: #fff;
}

.join_comminity_form {
  padding-top: 40px;
}

.cstm_form .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #979797;
  line-height: 1.3;
  margin-bottom: 4px;
}
.cstm_form .form-control {
  height: 40px;
  border-radius: 5px;
  background-color: #141516;
  border: 1px solid #202122;
  color: #DBDBDB;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px;
}
.cstm_form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.cstm_form .mb-3 {
  margin-bottom: 15px !important;
  line-height: 1;
}

.btn_list_group .btn_grey {
  border: none;
}
.btn_list_group .sm_btn {
  min-width: 100px;
}

.cstm_selectbx {
  width: 100%;
}
.cstm_selectbx .select2-container {
  width: 100% !important;
  display: block;
}
.cstm_selectbx .select2-container--default .select2-selection--single {
  height: 40px;
  background-color: #141516;
  border: 1px solid #202122;
}
.cstm_selectbx .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: #DBDBDB;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-left: 15px;
}
.cstm_selectbx .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 26px;
}
.cstm_selectbx .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("../images/down_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  height: 8px;
  width: 20px;
  left: 0px;
  top: 40%;
  margin-top: 0px;
  margin-left: 0px;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
.cstm_selectbx .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.select2-dropdown {
  border-radius: 5px !important;
  background-color: #27282b !important;
  border: 1px solid #3E3F47 !important;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #979797;
  overflow: hidden;
  margin-top: 3px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1b1b1b !important;
  color: #fff !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  color: #fff !important;
}
.select2-container--default .select2-results__option--selected:hover {
  background-color: transparent !important;
}
.select2-container--default .select2-results__option {
  padding-left: 15px;
  padding-right: 15px;
}

.btn_boder_black {
  background-color: #141516;
  border-radius: 30px;
  border: 1px solid #202122;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Open Sans Condensed";
  color: #9C9C9C;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.btn_boder_black:hover {
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: #2E2E2E;
  color: #fff;
  border-color: #2E2E2E;
}

.cstm_radio {
  cursor: pointer;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  padding-right: 35px;
}
.cstm_radio:last-child {
  padding-right: 0px;
}
.cstm_radio .form-check-label {
  font-size: 14px;
  font-weight: 600;
  color: #979797;
  line-height: 1.3;
  padding-left: 7px;
  cursor: pointer;
}
.cstm_radio input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #202122;
  background-color: #131313;
  margin-top: 0px;
  cursor: pointer;
}
.cstm_radio input[type=radio]:focus {
  box-shadow: none;
  outline: none;
}
.cstm_radio input:checked[type=radio] {
  background-size: 22px;
  border-color: #4472C4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%234472C4'/%3e%3c/svg%3e");
}

.min-h40 {
  min-height: 40px;
}

.tooltip_info .info_tolltip_icon {
  flex: 0 0 16px;
  max-width: 16px;
  margin-bottom: 4px;
  position: relative;
}
.tooltip_info .info_tolltip_icon:hover .tooltip_tex_card {
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  visibility: visible;
  opacity: 1;
}

.tooltip_tex_card {
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1.3;
  background-color: #2D2D2D;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  min-width: 200px;
  margin-top: 19px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.btn_list_group .sm_btn {
  margin-right: 8px;
}
.btn_list_group .sm_btn:last-child {
  margin-right: 0px;
}

.cstm_upload_file input[type=file] {
  display: none;
}
.cstm_upload_file .form-label {
  border-radius: 5px;
  background-color: #141516;
  border: 1px dashed #242526;
  color: #DBDBDB;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 15px;
  text-align: center;
  display: block;
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.cstm_upload_file .tex_md {
  font-size: 14px;
  font-weight: 500;
  color: #8D8D8D;
  padding-bottom: 30px;
}
.cstm_upload_file .Browse_file {
  color: #F4F4F4;
  font-weight: 700;
  text-decoration: underline;
}
.cstm_upload_file .file_size h6 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #979797;
}
.cstm_upload_file .file_size h6 .tex_bold {
  font-weight: 700;
}
.cstm_upload_file .file_size h6 .tex_smbold {
  font-weight: 600;
}
.cstm_upload_file .icon_bx {
  padding-bottom: 15px;
}

.btn_link_grey {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #979797;
}
.btn_link_grey:hover {
  color: #fff;
}

.challange_detail_inner h5, .challange_detail_inner .client_challenge p, .client_challenge .challange_detail_inner p, .challange_detail_inner .works_out h6, .works_out .challange_detail_inner h6, .challange_detail_inner .join_form_header h4, .join_form_header .challange_detail_inner h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans Condensed";
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.boder_top_line {
  border-color: #2D2D2D;
  opacity: 1;
}

.humberger_btn {
  width: 24px;
  height: 20px;
  border-radius: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
}
.humberger_btn .humberger_line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.humberger_btn .humberger_line:after, .humberger_btn .humberger_line:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #fff;
  border-radius: 30px;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.humberger_btn .humberger_line:after {
  top: -8px;
  right: 0px;
  width: 80%;
}
.humberger_btn .humberger_line:before {
  top: 8px;
  right: 0px;
  width: 50%;
}
.humberger_btn:hover .humberger_line:after {
  right: 20%;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.humberger_btn:hover .humberger_line:before {
  right: 50%;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.map_dotlines {
  padding: 20px 0;
}

/* map css start*/
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mapboxgl-ctrl-logo,
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none !important;
}

/* map css end */
/* start user list card */
.user_list_switch {
  padding-bottom: 5px;
}
.user_list_switch .label_title {
  font-size: 14px;
  font-weight: 500;
}

.serching_user_list .form-control::placeholder {
  font-style: italic;
  color: #8E8E8E;
}

.user_detail_list_card {
  padding: 10px 0 10px 10px;
  border-radius: 10px;
  background-color: #131313;
  max-width: 180px;
  border: 1px solid #2D2D2D;
}
.user_detail_list_card .cstm_form .form-control {
  height: 30px;
  padding: 2px 12px;
  border-radius: 30px;
  background-color: #131313;
  border-color: #2D2D2D;
  padding-right: 30px;
}
.user_detail_list_card .serching_user_list {
  position: relative;
}
.user_detail_list_card .serching_user_list .serch_iconbx {
  position: absolute;
  top: 0px;
  right: 8px;
  height: 100%;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_detail_list_card .user_serchbx {
  padding-right: 10px;
}

.user_card {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 30px;
  padding: 3px 4px;
}
.user_card .image_bx {
  flex: 0 0 30px;
  max-width: 30px;
}
.user_card .image_bx img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.user_card .user_name {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-left: 10px;
}
.user_card:hover {
  background-color: #595959;
}

.user_name .name_sm {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.userlist_group {
  padding-top: 6px;
}
.userlist_group li {
  padding-right: 10px;
}
.userlist_group li a {
  text-decoration: none;
}

.not_added .user_card {
  opacity: 0.5;
}

/* start user list card end */
/* satrt client card */
.client_cardbx {
  max-width: 270px;
  width: 100%;
}

.client_profile .profile_picbx {
  flex: 0 0 65px;
  max-width: 65px;
}
.client_profile .profile_picbx img {
  width: 65px;
  border-radius: 50%;
  object-fit: cover;
}
.client_profile .client_detail_bx {
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  padding-left: 10px;
}

.client_card_inner {
  padding: 15px;
  border-radius: 10px;
  background-color: #131313;
  border: 1px solid #2D2D2D;
}

.client_detail_name .namebx {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans Condensed";
}
.client_detail_name .cluster_name,
.client_detail_name .excutive_name,
.client_detail_name .age_client,
.client_detail_name .age_group {
  font-size: 12px;
  color: #8E8E8E;
  font-weight: 500;
  font-family: "Open Sans Condensed";
  line-height: 1.3;
}
.client_detail_name .cluster_name {
  text-transform: uppercase;
}
.client_detail_name .excutive_corp {
  font-weight: 700;
  color: #fff;
}

.bottom_client_age {
  padding-top: 2px;
}

.message_btn.btn_grey {
  padding: 4px 20px;
  width: 100%;
  height: 34px;
}

.works_out {
  padding-bottom: 15px;
}
.works_out h5, .works_out .client_challenge p, .client_challenge .works_out p, .works_out h6, .works_out .join_form_header h4, .join_form_header .works_out h4 {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E8E;
  font-family: "Open Sans Condensed";
}
.works_out h6 {
  color: #CDCDCD;
  text-transform: uppercase;
}

.client_challenge {
  padding-bottom: 20px;
}
.client_challenge h5, .client_challenge p, .client_challenge .join_form_header h4, .join_form_header .client_challenge h4, .client_challenge .works_out h6, .works_out .client_challenge h6 {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E8E;
  font-family: "Open Sans Condensed";
}
.client_challenge p {
  color: #CDCDCD;
  text-transform: uppercase;
}

.workout_cardsm {
  margin: 0 -5px;
}
.workout_cardsm .box1 {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-left: 5px;
  padding-right: 5px;
}

.wordk_out_box {
  background-color: #131313;
  border: 1px solid #2D2D2D;
  border-radius: 10px;
  padding: 6px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_workout_card h5, .inner_workout_card .join_form_header h4, .join_form_header .inner_workout_card h4, .inner_workout_card .works_out h6, .works_out .inner_workout_card h6, .inner_workout_card .client_challenge p, .client_challenge .inner_workout_card p {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  color: #8E8E8E;
  text-transform: uppercase;
  padding-top: 4px;
}

.client_workout_card {
  padding-top: 15px;
}

.workout_cardsm {
  padding-bottom: 15px;
}

/* start client card end */
/* sidebar menu user start */
.sidebar_toggle_menu {
  cursor: pointer;
}

.user_leftsidebar_offcanvas {
  height: 190px;
  max-width: 180px;
  margin: auto;
  border-radius: 0 20px 20px 0;
  background-color: #131313;
  color: #fff;
}
.user_leftsidebar_offcanvas .offcanvas-header {
  padding: 15px;
  padding-bottom: 8px;
}

.cstm_closeside {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23575757'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-size: 12px;
  opacity: 1;
}
.cstm_closeside:focus {
  box-shadow: none;
  outline: none;
}

.user_menu_listing ul li {
  padding-bottom: 10px;
}
.user_menu_listing ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "Open Sans Condensed";
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 20px 5px 15px;
  display: block;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.user_menu_listing ul li a:hover {
  opacity: 0.5;
}
.user_menu_listing ul li:last-child {
  padding-bottom: 0px;
}
.user_menu_listing .menu_list_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.user_menu_listing .menu_list_detail span {
  line-height: 1;
}
.user_menu_listing .menu_list_detail .icon_menu {
  flex: 0 0 18px;
  max-width: 18px;
}
.user_menu_listing .menu_list_detail .menu_tex {
  flex: 1;
  padding-left: 10px;
}

/* side menu backdrop overflow */
.overflow_hide_menu .offcanvas-backdrop.show {
  opacity: 0;
}

/* side menu backdrop overflow end */
/* sidebar menu user end */
/* modal satrt */
.custom_modal_bx .modal-content {
  background-color: #131313;
  border-radius: 20px;
  border: none;
  font-family: "Open Sans Condensed";
}
.custom_modal_bx .modal-header {
  border-bottom: none;
  padding: 15px 20px 20px 20px;
}
.custom_modal_bx .modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
}
.custom_modal_bx .modal-header .modal-title .total_num {
  color: #8E8E8E;
  padding-left: 8px;
}

.modal-backdrop.show {
  opacity: 0.2;
}

.request_list_header {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans Condensed";
  color: #CDCDCD;
  padding-bottom: 8px;
}
.request_list_header .view-Profile {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E8E;
  padding-left: 5px;
}

.request_btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.request_btn_list .sm_btn {
  flex: 1;
  height: 30px;
  font-size: 14px;
}

.request_listcard {
  border-bottom: 1px solid #232323;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.request_listcard:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}

.request_modalbx .modal-body {
  padding: 0 0px 15px 0px;
}
.request_modalbx .modal-body .request_listing_group {
  padding: 0 20px;
  max-height: 43vh;
  overflow-y: auto;
}

.small_modalbx .modal-dialog {
  max-width: 270px;
}

.invite_user_modal .modal-body {
  padding-top: 5px;
}
.invite_user_modal .modal_footer_bx {
  padding-bottom: 20px;
}
.invite_user_modal .modal_footer_bx .btn_grey {
  width: 100%;
  border: none;
}
.invite_user_modal .modal_footer_bx .btn_grey:focus-visible {
  outline: none;
}

.medium_modal_bx .modal-dialog {
  max-width: 360px;
}

/* modal end */
/* Profile Page Start */
.profile-page-main-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.profile-left-section {
  border-radius: 20px;
  background-color: #17181A;
  padding: 30px;
  top: 0;
}
.profile-left-section:not(.profile-right-section) {
  position: sticky;
}
.profile-left-section button.cred-btn {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: 30px;
  top: 30px;
  padding: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
}
.profile-left-section button.cred-btn svg {
  width: auto;
  height: auto;
  fill: #fff;
}
.profile-left-section .profile-img {
  text-align: center;
}
.profile-left-section .profile-img .img-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
}
.profile-left-section .profile-img .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-left-section .personal-detail .name {
  font-family: "Open Sans Condensed";
}

.detail-box-outer {
  background-color: #141516;
  border: 1px solid #202122;
  padding: 10px 15px;
  border-radius: 12px;
  margin: 16px 0;
}
.detail-box-outer:last-child {
  margin-bottom: 0;
}
.detail-box-outer .label {
  font-size: 12px;
  font-weight: 600;
  color: #979797;
  line-height: 1.3;
  margin-bottom: 0;
}
.detail-box-outer .value {
  color: #DBDBDB;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans Condensed";
}

.categ-heading h4 {
  font-family: "Open Sans Condensed";
  color: #fff;
  border-bottom: 1px solid #414141;
  margin-bottom: 24px;
  font-size: 18px;
  padding-bottom: 4px;
}

.text-display {
  margin: 0px 0px 16px 0px;
}
.text-display .label {
  font-size: 12px;
  font-weight: 600;
  color: #979797;
  line-height: 1.3;
  margin-bottom: 4px;
}
.text-display .value {
  color: #DBDBDB;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans Condensed";
}

.profile-right-section .row > div:last-child .text-display {
  margin-bottom: 0;
}
.profile-right-section .row > div:nth-last-child(2) .text-display {
  margin-bottom: 0;
}

.custom-width {
  max-width: 1200px;
}

.file-upload {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 60%;
  right: -10px;
}
.file-upload input {
  display: none;
}
.file-upload label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  padding: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  background: #7F7F7F;
}
.file-upload label svg {
  fill: #fff;
  height: auto;
}

.img-wrapper {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* Profile Page End */

/* new css update 10-05-2023 */

.error-message,
#file-error{
  color: #ff808c !important;
  font-size: 11px !important;
}

.success-message {
	color: #23ff10 !important;
	font-size: 11px !important;
}

.join_form_content .dropzone{
  background: transparent;
  border: none;
  padding: 35px 0 0 0;
}

.join_form_content .dropzone .dz-message{
  margin: 0px;
}

.join_form_content .dropzone .dz-preview.dz-image-preview{
  background: transparent;
}

.join_form_content .dropzone .dz-preview .dz-remove{
      margin-top: 8px;
    color: #979797;
    font-size: 13px;
}

.profile-right-section p{
      color: #DBDBDB;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans Condensed";
}
.client_cardbx{
      left: 100% !important;
    right: auto !important;
    top: 0px !important;
    position: absolute !important;
}
.userlist_group li:hover .client_cardbx{
  display: block !important;
} 

#map .mapboxgl-canvas{
      height: 100% !important;
}

#map{
  height: 100% !important;
}

#usernameStatus{
  display: block;
  text-align: right;
  font-size: 11px !important;
color: rgba(219, 219, 219, 0.60) !important;
    line-height: 1.3;
    padding-top: 2px;

}

#usernameStatusIcon.fa-check{
      width: 20px;
    height: 20px;
    background-color: #232426;
    border-radius: 50%;
    font-size: 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    right: 20px !important;
}
#usernameStatusIcon{
   right: 20px !important;
}

.username-wrapper input{
  padding-right: 30px !important;
}

/* new  css */


.max-w400{
  max-width: 400px;
}
.pt-10{
  padding-top: 10px;
}
.login_boxmain{
  padding: 40px 30px;
}
.login_boxmain .btn_md{
  max-width: 200px;
  width: 100%;
}


.navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 5px !important;
  background-color: #141516 !important;
  border: 1px solid #202122 !important;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #979797;
  overflow: hidden;
}


button#dropdownMenuButton1 {
  font-size: $fs-16;
  font-weight: $fw-600;
  font-family: $secondary_font;
  color: $primary-color;
  text-transform: uppercase;
  padding: 0px;
  transition: 300ms ease-in-out;
  background: transparent;
  border: 0;
}

.cstm_menubar li .dropdown-item {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  padding: 6px 15px;
  color: #979797;
  cursor: pointer;
}

.cstm_menubar li a.dropdown-item:hover {
  background-color: transparent !important;
  color: #fff !important;
}

span.notification-icon {
  position: relative;
}

span.notification-icon svg {
  fill: #fff;
  width: 22px;
  height: auto;
}

span.notification-icon span.count {
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family:  $primary_font;
  font-size: 11px;
  letter-spacing: -1px;
  top: -8px;
  right: -2px;
}

.notification-wrapper .dropdown-toggle::after {
  display: none;
}

/*  */

.center_section_main.updatedDsx .cstm_form .form-control {
  border: 1px solid #3E3F47;
  background: #27282b;
  color: #979797;
}
.center_section_main.updatedDsx .cstm_form .form-control::placeholder{
  color: #4D5052;
} 

.descpMain {
  color: #fff;
  font-size: 12px;
}
.center_section_main.updatedDsx .cstm_selectbx .select2-container--default .select2-selection--single{
  border: 1px solid #3E3F47;
  background: #27282b;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #4D5052 !important;
}
.center_section_main.updatedDsx .cstm_selectbx .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #979797;
}



/* start media query */


@media (max-width:1024px){
  span.notification-icon span.count {
    position: relative;
    top: unset;
    left: unset;
    display: inline-flex;
    line-height: 1;
  }
  span.notification-icon {
    display: flex;
    align-items: center;
    grid-gap: 5px;
  }
  .header_main .logo_main {
    max-width: 140px;
  }
  .header_main .navbar_menubx .nav_menubar_main {
    max-width: 30px;
  }
  .header_main .navbar_menubx .center_menu_toggle .cstm_switch_header {
    position: relative;
    left: -65px;
  }

  }


@media only screen and (min-width: 768px) {
  .navbar_menubx .cstm_switch_header .iconbx {
    display: none;
  }
}
/*  media query landscape */
@media only screen and (min-width: 768px) and (max-height: 830px) {
  .join_community.pt-40 {
    padding-top: 10px;
  }
  .join_community.pb-30 {
    padding-bottom: 10px;
  }
  .join_community_card {
    padding: 20px 30px;
  }
  .steper_listing li .step_count {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .previous_fill img {
    max-width: 14px;
  }
  .join_comminity_form {
    padding-top: 20px;
  }
  .cstm_form.pt-35 {
    padding-top: 20px;
  }
  .cstm_form .mb-3 {
    margin-bottom: 10px !important;
  }
  .btn_list_group.pt-20 {
    padding-top: 6px;
  }
  .cstm_upload_file .form-label {
    min-height: 160px;
  }
  .map_dotlines {
    max-width: 830px;
    margin: 0 auto;
  }
}
/*  media query landscape end */
/* tabs media query */
@media only screen and (max-width: 1024px) {
  .desktop_view_show {
    display: none !important;
  }
  .tab_view_show {
    display: block !important;
  }
  .header_main {
    padding: 15px 15px 15px 15px;
  }
  .csmt_footer {
    padding: 8px 15px;
    min-height: 80px;
  }
  .navbar-brand {
    max-width: 90px;
  }
  .cstm_switch_header {
    padding: 5px 15px;
  }
  .label_title {
    font-size: 15px;
  }
  .cstm_switch_header.gap_25 {
    gap: 5px 20px;
  }
  .join_comminity_form .tooltip_tex_card {
    left: auto;
    right: 0px;
  }
  .profile-left-section .tooltip_tex_card {
    left: auto;
    right: 0px;
  }
  .header_main, .csmt_footer {
    z-index: 10;
  }
}
/* mobile media query */
@media only screen and (max-width: 992px) {
  .profile-right-section .text-display {
    margin-bottom: 16px;
  }
  .profile-right-section .row > div:nth-last-child(2) .text-display {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar_menubx .cstm_switch_header .label_title {
    display: none;
  }
  .navbar_menubx .cstm_switch_header .cstm_switch {
    display: flex;
    align-items: center;
  }
  .navbar_menubx .cstm_switch_header .cstm_switch .iconbx {
    margin-left: 5px;
  }
  .copy_write.text-end {
    text-align: left !important;
    padding-top: 12px;
  }
  .min-scroll-75 {
    height: calc(100vh - 190px);
  }
  .join_community.pt-40 {
    padding-top: 15px;
  }
  .join_community_card {
    padding: 15px 20px 20px 20px;
  }
  .steper_listing li .step_count {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .steper_listing {
    max-width: 270px;
  }
  .join_comminity_form {
    padding-top: 25px;
  }
  .cstm_form.pt-35 {
    padding-top: 25px;
  }
  .cstm_form .mb-3 {
    margin-bottom: 10px !important;
  }
  .btn_list_group.pt-20 {
    padding-top: 15px;
  }
  .join_form_content .cstm_form .row {
    --bs-gutter-x: 0.9rem !important;
  }
  .previous_fill img {
    max-width: 14px;
  }
  .csmt_footer .sml_detail {
    max-width: 100%;
  }
  .boder_top_line.mb-20 {
    margin-bottom: 15px;
  }
  .boder_top_line.mt-15 {
    margin-top: 10px;
  }
  .custom_modal_bx .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .profile-left-section {
    padding: 20px;
    margin-bottom: 24px;
  }
  .profile-right-section .categ-heading h4 {
    font-size: 18px;
  }
  .profile-left-section:not(.profile-right-section) {
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .cstm_switch_header.gap_25 {
    gap: 5px 12px;
  }
  .cstm_switch_header {
    padding: 5px 10px;
  }
  .navbar-brand {
    margin-right: 5px;
  }
  .cstm_upload_file .tex_md {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .cstm_upload_file .form-label {
    min-height: 160px;
  }
  .header_main .center_menu_toggle.m-auto {
    margin: 0 0 0 auto !important;
  }
  .header_main .navbar_menubx .center_menu_toggle .cstm_switch_header {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .btn_list_group .left_btn {
    width: 100%;
    text-align: left;
  }
  .btn_list_group {
    gap: 6px 0;
  }
  .header_main .logo_main {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .navbar_outer.gap-3 {
    gap: 0px !important;
  }
  .navbar_menubx .humberger_btn {
    margin-left: 12px;
  }
  .cstm_switch_header.gap_25 {
    gap: 5px 10px;
  }
}
@media only screen and (max-width: 310px) {
  .navbar_menubx .humberger_btn {
    margin-left: 5px;
  }
  .cstm_switch_header.gap_25 {
    gap: 5px 8px;
  }
  .cstm_switch_header {
    padding: 5px 8px;
  }
  .navbar-brand {
    max-width: 75px;
  }
  .steper_listing li .step_count {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .previous_fill img {
    max-width: 12px;
  }
  .join_community_card {
    padding: 15px 15px 20px 15px;
  }
  .join_form_content .cstm_form .col-6 {
    width: 100%;
  }
  .copy_write.text-end {
    padding-top: 10px;
  }
  .csmt_footer .sml_detail p,
.csmt_footer .copy_write p {
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */
