@import url("https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700&display=swap");
@import url("https://use.typekit.net/jhw4fwk.css");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  padding: 0px;
  margin: 0px;
  font-family: sofia-pro;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Chrome, Safari */
  text-rendering: optimizeLegibility;
  /* Firefox */
  background: #000;
  color: #000;
  font-weight: 300;
}
body.overlay {
  overflow: hidden;
}

img {
  max-width: 100%;
}

h1 {
  font-family: Teko;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.06;
  text-transform: uppercase;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.09;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Teko;
  letter-spacing: normal;
  word-break: break-word;
}

p {
  word-break: break-word;
}

a {
  color: #030303;
}
a:hover {
  color: #d3be89;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sofia-pro;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #c4c8ce !important;
  opacity: 1;
  font-weight: normal;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c4c8ce !important;
  opacity: 1;
  font-weight: normal;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* clears the 'X' from Internet Explorer */
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

::placeholder {
  color: #c4c8ce !important;
  opacity: 1;
  font-weight: normal;
}

button:focus {
  outline: none !important;
}

b,
strong {
  font-weight: 600;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
}

a[disabled=disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}

a:hover {
  text-decoration: none;
}

.btn-grey[disabled=disabled],
.btn-red[disabled=disabled],
.btn-outline[disabled=disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn {
  font-weight: 500;
}

.btn-grey,
.btn-red,
.btn-outline {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #44464a;
  width: 145px;
  height: 42px;
  border-radius: 32px;
  border: solid 1px #44464a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.btn-grey:hover,
.btn-red:hover,
.btn-outline:hover {
  color: #44464a;
}
.btn-grey[disabled=disabled],
.btn-red[disabled=disabled],
.btn-outline[disabled=disabled] {
  opacity: 0.5;
}

.btn-red {
  background: #cc1717;
  border-color: #cc1717;
  color: #fff;
  box-shadow: 0px 12px 34px rgba(204, 23, 23, 0.3);
}
.btn-red:hover {
  color: #fff;
}

.btn-outline {
  background: #fff;
  border-color: #cc1717;
  color: #cc1717;
}
.btn-outline:hover {
  color: #cc1717;
}

.btn-center {
  text-align: center;
}
.btn-center a,
.btn-center input,
.btn-center button {
  margin: 0 auto;
}

.btn-fed {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-fed a,
.btn-fed input,
.btn-fed button {
  margin: 0 10px;
}

.btn-left {
  text-align: left;
}
.btn-left a,
.btn-left input {
  margin: 15px auto 0;
}

.countdown {
  position: fixed;
  font-size: 36px;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.btn-width-auto input,
.btn-width-auto a,
.btn-width-auto button {
  width: auto;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.select2-container {
  z-index: 999;
}

.bootstrap-select button.btn.dropdown-toggle {
  border-radius: 6px;
  box-shadow: 0 8px 13px 0 rgba(135, 168, 255, 0.1) !important;
  border: solid 1px #e3e5ea;
  font-size: 12px;
  color: #44464a !important;
  padding: 12px 30px 12px 11px !important;
}
.bootstrap-select button.btn.dropdown-toggle:after {
  content: "";
  border-top: 6px solid #c4c8ce;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
}
.bootstrap-select button.btn.dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}
.bootstrap-select .dropdown-menu {
  padding: 11px;
  min-width: 100% !important;
}
.bootstrap-select .dropdown-menu .inner {
  padding: 0;
}
.bootstrap-select .dropdown-menu .inner a {
  font-size: 12px;
}
.bootstrap-select .dropdown-menu .inner a:focus {
  outline: none;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li a {
  padding-bottom: 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef !important;
}

.input-validation-error {
  border-color: #cc1717 !important;
}

.form-group .form-control {
  border-radius: 4px;
  border: solid 1px #eaecef;
  background: #fff;
  font-size: 14px;
  padding: 13px 15px;
  line-height: 20px;
  height: auto;
  color: #000;
  font-weight: normal;
}
.form-group .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #d3be89;
}
.form-group .form-control.input-validation-error {
  border-color: #cc1717 !important;
}
.form-group.select-div {
  position: relative;
}
.form-group.select-div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #c4c8ce;
  padding-right: 28px !important;
}
.form-group.select-div:before {
  content: "";
  border-top: 6px solid #c4c8ce;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 24px;
  right: 15px;
  pointer-events: none;
}
.form-group .select2-container {
  width: 100% !important;
}
.form-group .selection .select2-selection--single {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 13px 0 rgba(135, 168, 255, 0.1);
  border: solid 1px #e3e5ea;
  font-size: 12px;
  color: #44464a;
  padding: 12px 11px;
  height: auto;
}
.form-group .selection .select2-selection--single .select2-selection__rendered {
  color: #44464a;
  line-height: normal;
}
.form-group .selection .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.form-group .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #c4c8ce transparent transparent transparent;
}
.form-group.file-input {
  position: relative;
}
.form-group.file-input button, .form-group.file-input a {
  width: 46px;
  height: 46px;
  background: #cc1717;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 22px;
}
.form-group span.field-validation-error {
  font-size: 10px;
  color: #cc1717;
}

.file-delete, .file-uploader {
  display: flex;
}
.file-delete .file-input, .file-uploader .file-input {
  width: 100%;
}
.file-delete .delete-icon, .file-uploader .delete-icon {
  width: 46px;
  height: 46px;
  background: #44464a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid #e3e5ea;
  position: relative;
  top: 29px;
  overflow: hidden;
  min-width: 46px;
}
.file-delete .delete-icon img, .file-uploader .delete-icon img {
  position: relative;
  z-index: 1;
}

.dropdown-menu {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  background-color: #fff;
  left: auto;
  right: 0 !important;
  border: 1px solid #e3e5ea;
  /*transform: inherit !important;*/
  padding: 25px 25px 5.5px;
  /*top: 100% !important;*/
  width: 210px;
  z-index: 9999;
}
.dropdown-menu a.dropdown-item {
  padding: 19.5px 0;
  font-size: 14px;
  color: #44464a;
  border-bottom: 1px solid #e3e5ea;
  white-space: normal;
}
.dropdown-menu a.dropdown-item:hover {
  background: none;
  color: #d3be89;
}
.dropdown-menu a.dropdown-item:first-child {
  padding-top: 0;
}
.dropdown-menu a.dropdown-item:last-child {
  border-bottom: none;
}

.top-bottom .dropdown-menu {
  transform: inherit !important;
  top: 100% !important;
}

.profile-member-plan .active-member, .profile-member-plan .inactive-member, .profile-member-plan .past-member, .profile-member-plan .pause-member {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  background: transparent;
  padding: 0px 24px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  height: auto;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.5s;
  border-radius: 50px;
}
.profile-member-plan .active-member span, .profile-member-plan .inactive-member span, .profile-member-plan .past-member span, .profile-member-plan .pause-member span {
  position: absolute;
  display: block;
}
.profile-member-plan .active-member span:nth-child(1), .profile-member-plan .inactive-member span:nth-child(1), .profile-member-plan .past-member span:nth-child(1), .profile-member-plan .pause-member span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #247F21);
  animation: btnAnimA 3000ms linear infinite;
  animation-fill-mode: backwards;
  animation-play-state: running;
}
.profile-member-plan .active-member span:nth-child(2), .profile-member-plan .inactive-member span:nth-child(2), .profile-member-plan .past-member span:nth-child(2), .profile-member-plan .pause-member span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #247F21);
  animation: btnAnimB 3000ms linear infinite;
  animation-delay: 600ms;
}
.profile-member-plan .active-member span:nth-child(3), .profile-member-plan .inactive-member span:nth-child(3), .profile-member-plan .past-member span:nth-child(3), .profile-member-plan .pause-member span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, transparent, #247F21);
  animation: btnAnimC 3000ms linear infinite;
  animation-delay: 1210ms;
}
.profile-member-plan .active-member span:nth-child(4), .profile-member-plan .inactive-member span:nth-child(4), .profile-member-plan .past-member span:nth-child(4), .profile-member-plan .pause-member span:nth-child(4) {
  left: 0;
  bottom: -100%;
  width: 3px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #247F21);
  animation: btnAnimD 3000ms linear infinite;
  animation-delay: 1840ms;
}
.profile-member-plan .active-member {
  color: #fff;
}
.profile-member-plan .active-member.active-member-animation {
  background: rgba(36, 127, 33, 0.1);
  color: #fff !important;
  -webkit-animation: glowing 0.8s infinite;
  -moz-animation: glowing 0.8s infinite;
  -o-animation: glowing 0.8s infinite;
  animation: glowing 0.8s infinite alternate;
}
.profile-member-plan .active-member span:nth-child(1) {
  background: linear-gradient(90deg, transparent, #247F21);
}
.profile-member-plan .active-member span:nth-child(2) {
  background: linear-gradient(180deg, transparent, #247F21);
}
.profile-member-plan .active-member span:nth-child(3) {
  background: linear-gradient(270deg, transparent, #247F21);
}
.profile-member-plan .active-member span:nth-child(4) {
  background: linear-gradient(360deg, transparent, #247F21);
}
.profile-member-plan .past-member {
  color: #fff;
}
.profile-member-plan .past-member.past-member-animation {
  background: rgba(131, 100, 202, 0.1);
  color: #fff !important;
  -webkit-animation: glowing1 0.8s infinite;
  -moz-animation: glowing1 0.8s infinite;
  -o-animation: glowing1 0.8s infinite;
  animation: glowing1 0.8s infinite;
}
.profile-member-plan .past-member span:nth-child(1) {
  background: linear-gradient(90deg, transparent, #8364CA);
}
.profile-member-plan .past-member span:nth-child(2) {
  background: linear-gradient(180deg, transparent, #8364CA);
}
.profile-member-plan .past-member span:nth-child(3) {
  background: linear-gradient(270deg, transparent, #8364CA);
}
.profile-member-plan .past-member span:nth-child(4) {
  background: linear-gradient(360deg, transparent, #8364CA);
}
.profile-member-plan .inactive-member {
  color: #fff;
}
.profile-member-plan .inactive-member.inactive-member-animation {
  background: rgba(204, 22, 22, 0.1);
  color: #fff !important;
  -webkit-animation: glowing2 0.8s infinite;
  -moz-animation: glowing2 0.8s infinite;
  -o-animation: glowing2 0.8s infinite;
  animation: glowing2 0.8s infinite;
}
.profile-member-plan .inactive-member span:nth-child(1) {
  background: linear-gradient(90deg, transparent, #CC1616);
}
.profile-member-plan .inactive-member span:nth-child(2) {
  background: linear-gradient(180deg, transparent, #CC1616);
}
.profile-member-plan .inactive-member span:nth-child(3) {
  background: linear-gradient(270deg, transparent, #CC1616);
}
.profile-member-plan .inactive-member span:nth-child(4) {
  background: linear-gradient(360deg, transparent, #CC1616);
}
.profile-member-plan .pause-member {
  color: #fff;
}
.profile-member-plan .pause-member.pause-member-animation {
  background: rgba(117, 119, 118, 0.1);
  color: #fff !important;
  -webkit-animation: glowing3 0.8s infinite;
  -moz-animation: glowing3 0.8s infinite;
  -o-animation: glowing3 0.8s infinite;
  animation: glowing3 0.8s infinite;
}
.profile-member-plan .pause-member span:nth-child(1) {
  background: linear-gradient(90deg, transparent, #fff);
}
.profile-member-plan .pause-member span:nth-child(2) {
  background: linear-gradient(180deg, transparent, #fff);
}
.profile-member-plan .pause-member span:nth-child(3) {
  background: linear-gradient(270deg, transparent, #fff);
}
.profile-member-plan .pause-member span:nth-child(4) {
  background: linear-gradient(360deg, transparent, #fff);
}
.profile-member-plan .pause-member {
  color: #fff;
}
.profile-member-plan .pause-member.pause-member-animation {
  background: rgba(117, 119, 118, 0.1);
  color: #fff !important;
  -webkit-animation: glowing3 0.8s infinite;
  -moz-animation: glowing3 0.8s infinite;
  -o-animation: glowing3 0.8s infinite;
  animation: glowing3 0.8s infinite;
}
.profile-member-plan .pause-member span:nth-child(1) {
  background: linear-gradient(90deg, transparent, #fff);
}
.profile-member-plan .pause-member span:nth-child(2) {
  background: linear-gradient(180deg, transparent, #fff);
}
.profile-member-plan .pause-member span:nth-child(3) {
  background: linear-gradient(270deg, transparent, #fff);
}
.profile-member-plan .pause-member span:nth-child(4) {
  background: linear-gradient(360deg, transparent, #fff);
}

@keyframes btnAnimA {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes btnAnimB {
  0% {
    top: -100%;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes btnAnimC {
  0% {
    right: -100%;
  }
  50% {
    right: 100%;
  }
  100% {
    right: 100%;
  }
}
@keyframes btnAnimD {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
@-webkit-keyframes glowing {
  0% {
    background-color: #247F21;
    -webkit-box-shadow: 0 0 5px #247F21, 0 0 25px #247F21, 0 0 50px #247F21, 0 0 100px #247F21;
    color: #fff;
  }
  50% {
    background-color: transparent;
    -webkit-box-shadow: none;
  }
  100% {
    background-color: #247F21;
    -webkit-box-shadow: 0 0 5px #247F21, 0 0 25px #247F21, 0 0 50px #247F21, 0 0 100px #247F21;
    color: #fff;
  }
}
@keyframes glowing {
  0% {
    background-color: #247F21;
    box-shadow: 0 0 5px #247F21, 0 0 25px #247F21, 0 0 50px #247F21, 0 0 100px #247F21;
    color: #fff;
  }
  50% {
    background-color: transparent;
    box-shadow: none;
  }
  100% {
    background-color: #247F21;
    box-shadow: 0 0 5px #247F21, 0 0 25px #247F21, 0 0 50px #247F21, 0 0 100px #247F21;
    color: #fff;
  }
}
@-webkit-keyframes glowing1 {
  0% {
    background-color: #8364CA;
    -webkit-box-shadow: 0 0 5px #8364CA, 0 0 25px #8364CA, 0 0 50px #8364CA, 0 0 100px #8364CA;
    color: #fff;
  }
  50% {
    background-color: transparent;
    -webkit-box-shadow: none;
  }
  100% {
    background-color: #8364CA;
    -webkit-box-shadow: 0 0 5px #8364CA, 0 0 25px #8364CA, 0 0 50px #8364CA, 0 0 100px #8364CA;
    color: #fff;
  }
}
@keyframes glowing1 {
  0% {
    background-color: #8364CA;
    box-shadow: 0 0 5px #8364CA, 0 0 25px #8364CA, 0 0 50px #8364CA, 0 0 100px #8364CA;
    color: #fff;
  }
  50% {
    background-color: transparent;
    box-shadow: none;
  }
  100% {
    background-color: #8364CA;
    box-shadow: 0 0 5px #8364CA, 0 0 25px #8364CA, 0 0 50px #8364CA, 0 0 100px #8364CA;
    color: #fff;
  }
}
@-webkit-keyframes glowing2 {
  0% {
    background-color: #CC1616;
    -webkit-box-shadow: 0 0 5px #CC1616, 0 0 25px #CC1616, 0 0 50px #CC1616, 0 0 100px #CC1616;
    color: #fff;
  }
  50% {
    background-color: transparent;
    -webkit-box-shadow: none;
  }
  100% {
    background-color: #CC1616;
    -webkit-box-shadow: 0 0 5px #CC1616, 0 0 25px #CC1616, 0 0 50px #CC1616, 0 0 100px #CC1616;
    color: #fff;
  }
}
@keyframes glowing2 {
  0% {
    background-color: #CC1616;
    box-shadow: 0 0 5px #CC1616, 0 0 25px #CC1616, 0 0 50px #CC1616, 0 0 100px #CC1616;
    color: #fff;
  }
  50% {
    background-color: transparent;
    box-shadow: none;
  }
  100% {
    background-color: #CC1616;
    box-shadow: 0 0 5px #CC1616, 0 0 25px #CC1616, 0 0 50px #CC1616, 0 0 100px #CC1616;
    color: #fff;
  }
}
@-webkit-keyframes glowing3 {
  0% {
    background-color: #757776;
    -webkit-box-shadow: 0 0 5px #757776, 0 0 25px #757776, 0 0 50px #757776, 0 0 100px #757776;
    color: #fff;
  }
  50% {
    background-color: transparent;
    -webkit-box-shadow: none;
  }
  100% {
    background-color: #757776;
    box-shadow: 0 0 5px #757776, 0 0 25px #757776, 0 0 50px #757776, 0 0 100px #757776;
    color: #fff;
  }
}
@keyframes glowing3 {
  0% {
    background-color: #757776;
    box-shadow: 0 0 5px #757776, 0 0 25px #757776, 0 0 50px #757776, 0 0 100px #757776;
    color: #fff;
  }
  50% {
    background-color: transparent;
    box-shadow: none;
  }
  100% {
    background-color: #757776;
    box-shadow: 0 0 5px #757776, 0 0 25px #757776, 0 0 50px #757776, 0 0 100px #757776;
    color: #fff;
  }
}
/*profile-member-plan button animation*/
.text-red {
  color: #cc1717;
}

h2 span {
  font-family: sofia-pro;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
  box-shadow: none;
}

.tooltip-top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}

.tooltip-top::after {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #FFA500;
}

.tooltip-bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.tooltip-bottom::after {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #FFA500;
}

.tooltip {
  z-index: 9999;
  pointer-events: none;
}

.tooltip-position {
  position: relative;
}
.tooltip-position.waiting-approval {
  background: #ffb33f !important;
  border-color: #ffb33f;
}
.tooltip-position .custom-tooltip {
  font-weight: 400 !important;
  font-size: 14px;
  min-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #FFA500;
  border-radius: 0.25rem;
  bottom: 20px;
  left: -90px;
  transform: translate(-50%, 0) !important;
  margin-bottom: 15px;
  opacity: 0;
  font-family: "sofia-pro";
  pointer-events: none;
  position: absolute;
  /*transform: translateY(10px);*/
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  height: fit-content;
  z-index: 1;
  text-transform: initial;
}
.tooltip-position .custom-tooltip::after {
  border-left: solid transparent 8px;
  border-right: solid transparent 8px;
  /*border-top: solid #FFA500 8px;*/
  /*bottom: -8px;*/
  content: " ";
  height: 0;
  left: 50%;
  /*margin-left: -13px;*/
  position: absolute;
  width: 0;
}
.tooltip-position .custom-window-tooltip {
  font-weight: 400 !important;
  font-size: 14px;
  min-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #FFA500;
  border-radius: 0.25rem;
  bottom: 20px;
  left: -90px;
  transform: translate(-50%, 0) !important;
  margin-bottom: 15px;
  opacity: 0;
  font-family: "sofia-pro";
  pointer-events: none;
  position: absolute;
  /*transform: translateY(10px);*/
  transition: all 0.25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  height: fit-content;
  z-index: 1;
  text-transform: initial;
}
.tooltip-position .custom-window-tooltip::after {
  border-left: solid transparent 8px;
  border-right: solid transparent 8px;
  /*border-top: solid #FFA500 8px;*/
  /*bottom: -8px;*/
  content: " ";
  height: 0;
  left: 50%;
  /*margin-left: -13px;*/
  position: absolute;
  width: 0;
}
.tooltip-position .tooltip-top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.tooltip-position .tooltip-top::after {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #FFA500;
  border-top: solid #FFA500 8px;
  /*top: -8px;*/
}
.tooltip-position .tooltip-bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.tooltip-position .tooltip-bottom::after {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #FFA500;
  border-bottom: solid #FFA500 8px;
  /*border-top: solid #FFA500 8px;*/
  /*bottom: -8px;*/
}
.tooltip-position:hover .custom-tooltip, .tooltip-position:hover .custom-window-tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/*.tooltip-bg-color .tooltip-inner {
    background-color: #FFA500 !important;
    max-width: 100% !important;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #FFA500 !important;
}*/
.search-dropdown {
  width: 400px;
  max-height: 431px;
  border-radius: 5px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  display: block;
  position: absolute;
  z-index: 99999;
  padding: 25px 10px 10px;
  margin-top: 18px;
  display: none;
  overflow: auto;
}
.search-dropdown.sidebar {
  width: 280px;
  background: #262626;
}
.search-dropdown.sidebar ul h4 {
  color: #fafafa;
}
.search-dropdown.sidebar ul li a h2 {
  color: #fafafa;
}
.search-dropdown .search-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-dropdown .search-spinner .spinner-border {
  width: 1rem;
  height: 1rem;
  padding: 10px;
}
.search-dropdown h4 {
  font-family: sofia-pro;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #44464a;
  text-transform: uppercase;
  padding: 25px 0 10px;
  margin: 5px 15px 0;
  border-top: 1px solid #e3e5ea;
}
.search-dropdown h4:first-child {
  padding: 0;
  border: none;
  margin-top: 0;
}
.search-dropdown ul {
  overflow: auto;
  height: 100%;
  padding-right: 5px;
}
.search-dropdown ul li {
  margin-bottom: 10px;
}
.search-dropdown ul li a {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
  background: transparent;
}
.search-dropdown ul li a h2 {
  color: #000;
}
.search-dropdown ul li a span {
  font-size: 13px;
  color: #c4c8ce;
  display: block;
  line-height: 16px;
}
.search-dropdown ul li a:hover {
  background: rgba(211, 190, 137, 0.2);
}
.search-dropdown ul li a:hover h2,
.search-dropdown ul li a:hover span {
  color: #d3be89;
}
.search-dropdown ul li.active a {
  background: rgba(211, 190, 137, 0.2);
}
.search-dropdown ul li.active a h2,
.search-dropdown ul li.active a span {
  color: #d3be89;
}

.certificate_red_circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: red;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.certificate_red_circle .hover {
  display: none;
  background: #000;
  color: #fff;
  max-width: 130px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  position: absolute;
  font-size: 12px;
  margin: 0 15px 0;
}
.certificate_red_circle:hover .hover {
  display: block;
}

.certificate_orange_circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: orange;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.certificate_orange_circle .hover {
  display: none;
  background: #000;
  color: #fff;
  max-width: 130px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  position: absolute;
  font-size: 12px;
  margin: 0 15px 0;
}
.certificate_orange_circle:hover .hover {
  display: block;
}

.loading--animate {
  -webkit-animation: loading 0.5s linear infinite;
  -moz-animation: loading 0.5s linear infinite;
  -ms-animation: loading 0.5s linear infinite;
  -o-animation: loading 0.5s linear infinite;
  animation: loading 0.5s linear infinite;
}

.loading--animate.slow {
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -ms-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-1.loading-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-1.loading-img img {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  position: absolute;
  left: 50%;
  top: 40%;
  display: none;
  z-index: 999;
  transform: translate(-50%);
}
.loading .loader {
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #d3be89;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 50%;
  margin-top: -70px;
  background-color: rgba(0, 0, 0, 0.3);
}
.loading span.loading_text {
  font-size: 14px;
  padding-top: 10px;
  display: block;
  font-weight: 600;
}

.loader_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #ddd;
  opacity: 0.5;
  z-index: 99;
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.creataccountloader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.creataccountloader .loader {
  left: auto;
  right: auto;
  margin: auto;
  top: auto;
  position: static;
}

.loaderuserfilter {
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #d3be89;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  z-index: 9999;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 50%;
  margin-top: -70px;
  background-color: rgba(0, 0, 0, 0.3);
}

.creataccountloader span.loading_text_account {
  font-size: 22px;
  padding-top: 10px;
  display: block;
  font-weight: bold;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  font-size: 16px;
  color: #030303;
  position: relative;
  line-height: 16px;
  padding-right: 50px;
}
.breadcrumb ul li:after {
  content: ">>";
  color: #7b7c7f;
  position: absolute;
  top: 0;
  right: 15px;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  font-size: 16px;
  color: #7b7c7f;
  line-height: 16px;
  display: block;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #eaecef;
  background-color: transparent;
}
.custom-checkbox .custom-control-label {
  color: #c4c8ce;
  font-size: 16px;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 2px;
  border: 1px solid #c5c4c4;
  width: 15px;
  height: 15px;
  top: 5px;
}
.custom-checkbox .custom-control-label:after {
  width: 15px;
  height: 15px;
  top: 5px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d3be89;
  border-color: #d3be89;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #d3be89;
}

.custom-radio .custom-control-label {
  color: #c4c8ce;
  font-size: 16px;
}
.custom-radio .custom-control-label:before {
  border-radius: 2px;
  border: solid 1px #eaecef;
  width: 15px;
  height: 15px;
  top: 5px;
  border-radius: 50%;
}
.custom-radio .custom-control-label:after {
  width: 15px;
  height: 15px;
  top: 5px;
  border-radius: 50%;
  left: -23.5px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d3be89;
  border-color: #d3be89;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #d3be89;
}

.validation-summary-errors {
  color: #cc1717;
  margin-top: 10px;
}

.alert-danger {
  background: rgba(204, 23, 23, 0.05);
  border: none;
  border-radius: 4px;
  height: 80px;
  line-height: normal;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #030303;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.edit-account-alert {
  margin-top: 10px;
}

.go-back {
  margin-bottom: 10px;
}
.go-back > a {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.go-back > a img {
  margin-right: 10px;
}

.bootstrap-select .dropdown-menu > .inner {
  max-height: 197px !important;
  overflow: hidden !important;
}

.countrypicker > .dropdown-menu .dropdown-menu li a {
  background-position: left center;
}

/**************************** register & login page *****************************/
.password_rule {
  position: relative;
}
.password_rule .password_details {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  z-index: 99999;
  bottom: auto;
  top: 50px;
  min-width: 500px;
  width: 100%;
  display: none;
  text-align: left;
}
.password_rule .password_details .close-password-rule-btn {
  color: #fff;
  visibility: hidden;
}
.password_rule .password_details.create-user-page {
  top: 76px;
}
.password_rule:hover .password_details {
  display: block;
}

.password-eye {
  position: relative;
}
.password-eye a {
  position: absolute;
  right: 15px;
  top: 12px;
}
.password-eye a img {
  width: 25px;
  height: 25px;
}
.password-eye a img.passwordon {
  margin-top: 1px;
}

.create-page .password-eye {
  position: relative;
}
.create-page .password-eye a {
  position: absolute;
  right: 15px;
  top: 38px;
}
.create-page .password-eye a img {
  width: 25px;
  height: 25px;
}
.create-page .password-eye a img.passwordon {
  margin-top: 1px;
}

.register-page {
  background: #f5f5f5;
  min-height: 100vh;
  display: flex;
}
.register-page .left {
  padding: 33px 70px 81.34px;
  width: 50%;
}
.register-page .left .left-inner {
  max-width: 580px;
  float: right;
  width: 100%;
}
.register-page .left .logo {
  margin-bottom: 40px;
}
.register-page .left .logo img {
  max-width: 122px;
}
.register-page .left .logo a.login-btn {
  height: 38px;
  border-radius: 26.5px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  color: #cc1717;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 28px;
  line-height: 38px;
  display: inline-block;
  display: none;
}
.register-page .left h1 {
  color: #000;
  margin-bottom: 20px;
}
.register-page .left p {
  font-size: 16px;
  margin: 0 0 40px;
  color: #44464a;
  max-width: 480px;
  line-height: 19px;
  font-weight: 400;
}
.register-page .left p:last-child {
  font-size: 13px;
  color: #c4c8ce;
  margin: 0 auto;
  text-align: center;
  max-width: 340px;
  line-height: 16px;
}
.register-page .left p:last-child a {
  color: #c4c8ce;
  text-decoration: underline;
}
.register-page .left .form-sec .form-group {
  margin-bottom: 15px;
}
.register-page .left .form-sec .form-group .selection .select2-selection--single .select2-selection__rendered {
  color: #6C757D;
  font-weight: normal;
  font-size: 14px;
}
.register-page .left .form-sec .form-group .selection .select2-selection--single .select2-selection__rendered.color-black {
  color: #000;
}
.register-page .left .form-sec .form-group .form-control {
  border-radius: 4px;
  border: solid 1px #eaecef;
  background: #fff;
  font-size: 14px;
  padding: 13px 15px;
  line-height: 20px;
  height: auto;
  color: #000;
}
.register-page .left .form-sec .form-group .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #d3be89;
}
.register-page .left .form-sec .form-group.select-div {
  position: relative;
}
.register-page .left .form-sec .form-group.select-div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #c4c8ce;
}
.register-page .left .form-sec .form-group.select-div select.color-black {
  color: #000;
}
.register-page .left .form-sec .form-group.select-div:before {
  content: "";
  border-top: 6px solid #c4c8ce;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 24px;
  right: 15px;
}
.register-page .left .form-sec .form-group.datepicker {
  position: relative;
}
.register-page .left .form-sec .form-group.datepicker > span {
  position: absolute;
  top: 10px;
  right: 15px;
  max-width: 14px;
  z-index: 99;
}
.register-page .left .form-sec .form-group.datepicker > span ~ span {
  width: 100%;
  position: static;
  max-width: 100%;
}
.register-page .left .form-sec .form-group.datepicker .input-group-append {
  position: absolute;
  z-index: 9999;
  right: 17px;
  top: 4px;
  opacity: 0;
}
.register-page .left .form-sec .form-group.datepicker .input-group-append .btn {
  background: none;
  height: auto;
  box-shadow: none;
  width: auto;
  margin: 0;
  line-height: normal;
  border-radius: 0;
}
.register-page .left .form-sec .form-group .custom-checkbox .custom-control-label a {
  color: #c4c8ce;
  font-size: 16px;
  text-decoration: underline;
}
.register-page .left .form-sec .select-one {
  /*background: #fff;
  border-radius: 4px;*/
  height: auto;
  padding: 3px 0;
  /*margin-bottom: 15px;
  display: flex;
  align-items: center;*/
}
.register-page .left .form-sec .select-one .box {
  width: 50%;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #c4c8ce;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  min-height: 52px;
  padding: 5px;
}
.register-page .left .form-sec .select-one .box.active {
  background: rgba(211, 190, 137, 0.3);
  color: #d3be89;
}
.register-page .left .form-sec button.btn {
  height: 63px;
  border-radius: 31.5px;
  box-shadow: 0 12px 34px 0 rgba(204, 23, 23, 0.3);
  background-color: #cc1717;
  letter-spacing: 1px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  margin: 15px 0 30px;
  width: 100%;
}
.register-page .left .form-sec button.btn:focus {
  outline: none;
  box-shadow: none;
}
.register-page .left .form-sec .row {
  margin-left: -5px;
  margin-right: -5px;
}
.register-page .left .form-sec .row .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.register-page .right {
  background: url(../img/mfb-header-img.jpg) no-repeat;
  width: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.register-page .right a {
  height: 42px;
  border-radius: 26.5px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  color: #cc1717;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 37px;
  line-height: 42px;
  margin: 30px 70px 0;
  float: right;
  font-weight: 500;
}

.login-page .left {
  width: 50%;
  padding: 33px 70px 60px;
  position: relative;
}
.login-page .left .left-inner {
  max-width: 500px;
}
.login-page .left .logo {
  margin-bottom: 46px;
}
.login-page .left h1 {
  margin-bottom: 10px;
  font-weight: 400;
}
.login-page .left p {
  margin-bottom: 60px;
}
.login-page .left form {
  margin-bottom: 50px;
}
.login-page .left .form-sec .form-group.custom-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.login-page .left .form-sec .form-group.custom-sec .custom-checkbox {
  min-height: 19px;
}
.login-page .left .form-sec .form-group.custom-sec .custom-checkbox .custom-control-label {
  color: #c4c8ce;
  font-size: 16px;
  line-height: 19px;
}
.login-page .left .form-sec .form-group.custom-sec .custom-checkbox .custom-control-label:before {
  border-radius: 2px;
  border: solid 1px #eaecef;
  width: 15px;
  height: 15px;
  top: 1.3px;
}
.login-page .left .form-sec .form-group.custom-sec .custom-checkbox .custom-control-label:after {
  width: 15px;
  height: 15px;
  top: 2px;
}
.login-page .left .form-sec .form-group.custom-sec .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d3be89;
}
.login-page .left .form-sec .form-group.custom-sec .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.login-page .left .form-sec .form-group.custom-sec a {
  color: #44464a;
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.login-page .left .forgot-link {
  display: none;
  color: #44464a;
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.login-page .left .bottom-sec {
  position: absolute;
  bottom: 60px;
}
.login-page .left .bottom-sec p {
  text-align: left;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  float: none;
}
.login-page .left .bottom-sec p a {
  color: #44464a;
  text-decoration: underline;
}
.login-page .right {
  width: 50%;
}

.auth-forceEnable .left {
  padding: 33px 70px 30px;
}
.auth-forceEnable .left .left-inner .logo {
  margin-bottom: 26px;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content {
  /*overflow-y: scroll;
  height: calc(100vh - 350px);*/
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content p {
  margin-bottom: 12px;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .App-authentications {
  padding-bottom: 20px;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .App-authentications ul {
  padding-left: 18px;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .App-authentications ul li {
  list-style: disc;
  text-align: left;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li {
  margin-bottom: 12px;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
  margin: 0;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch input:checked + .slider {
  background-color: #d3be89;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch .slider.round {
  border-radius: 34px;
  width: 100% !important;
}
.auth-forceEnable .left .left-inner .auth-forceEnable-content .two-factor-authentication .two-factor-auth-block li .switch .slider.round:before {
  border-radius: 50%;
}
.auth-forceEnable .left .left-inner .bottom-sec {
  position: inherit;
}

.forget-password-page .left .form-sec .form-group.custom-sec a {
  color: #030303;
}

.confirm-email {
  background: #f5f5f5;
  padding: 30px 70px;
  min-height: 100vh;
}
.confirm-email .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.confirm-email .logo img {
  max-width: 122px;
}
.confirm-email .logo a.login-btn {
  height: 42px;
  border-radius: 26.5px;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  color: #cc1717;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 37.19px;
  line-height: 42px;
  display: inline-block;
  font-weight: 500;
}
.confirm-email .content {
  text-align: center;
  margin-top: 140px;
}
.confirm-email .content p {
  margin: 20px auto 50px;
  font-size: 16px;
  color: #44464a;
  line-height: 19px;
  max-width: 560px;
  font-weight: normal;
}
.confirm-email .content p span {
  display: block;
  margin-bottom: 19px;
}
.confirm-email .content p span:last-child {
  margin: 0;
  display: block;
}
.confirm-email .content a,
.confirm-email .content input[type=submit] {
  border-radius: 31.5px;
  border: solid 2px #cc1717;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cc1717;
  line-height: 16px;
  display: inline-block;
  padding: 21.5px 45px;
  font-weight: 500;
  background: none;
}
.confirm-email.forgot-page .content p {
  margin-bottom: 20px;
}
.confirm-email.forgot-page .content input[type=text],
.confirm-email.forgot-page .content input[type=password] {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 4px;
  border: solid 1px #eaecef;
  background: #fff;
  font-size: 14px;
  padding: 15px;
  line-height: 16px;
  height: auto;
  color: #000;
}
.confirm-email.forgot-page .content input[type=text]:focus,
.confirm-email.forgot-page .content input[type=password]:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #d3be89;
}
.confirm-email.forgot-page .content .field-validation-error {
  margin-top: 5px;
  display: block;
}
.confirm-email.cookie-page {
  min-height: inherit;
}
.confirm-email.cookie-page .content {
  text-align: left;
}
.confirm-email.cookie-page .content p {
  max-width: inherit;
}
.confirm-email.cookie-page .content p:last-child {
  margin-bottom: 15px;
}

.CookieDeclaration {
  font-size: 16px;
  color: #44464a;
  line-height: 19px;
  font-weight: normal;
  padding: 10px 70px 30px 70px;
  background: #f5f5f5;
}
.CookieDeclaration p {
  margin: 20px auto 50px;
}
.CookieDeclaration p:first-child {
  margin-top: 0;
}
.CookieDeclaration a,
.CookieDeclaration input[type=submit] {
  color: #44464a;
  text-decoration: underline;
}

/**********************************end***********************************/
.main-section {
  /*background-image: url('../img/profilebg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;*/
}
.main-section .impersonation-bar {
  background: #FFA500;
  padding: 10px 10px 10px 24px;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
}
.main-section .impersonation-bar .btn {
  line-height: 1.2;
  padding: 5px 8px;
  font-size: 14px;
}
.main-section:has(.impersonation-bar) .main-section-wrapper {
  padding-top: 50px;
}
.main-section .svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: -0.125em;
}
.main-section .svg-icon .svg-icon-primary {
  color: #0275d8;
}
.main-section .svg-icon .svg-icon-success {
  color: #5cb85c;
}
.main-section .svg-icon .svg-icon-danger {
  color: #d9534f;
}
.main-section .svg-icon .svg-icon-2x {
  width: 2em;
  height: 2em;
}
.main-section .svg-icon .svg-icon-spin {
  animation: svg-icon-spin 2s infinite linear;
}
@keyframes svg-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.main-section .mobile-menu {
  display: none;
}
.main-section .approval-ID {
  height: auto;
  color: #000;
}
.main-section .approval-ID input {
  border: 0px;
  height: auto !important;
}
.main-section .approval-ID input:focus-visible {
  outline: 0px;
}
.main-section aside.sidebar {
  width: 320px;
  padding: 24px 0px;
  position: fixed;
  background: #000;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  z-index: 99;
  overflow-y: auto;
}
.main-section aside.sidebar .sidebarheader {
  margin: 0px 24px 32px;
  border-bottom: 1px solid #c4c8ce !important;
}
.main-section aside.sidebar .sidebarheader .headerLogo {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.main-section aside.sidebar .sidebarheader .headerLogo .logo {
  /*padding: 40px;*/
  /*height: 55px;*/
}
.main-section aside.sidebar .sidebarheader .headerLogo .logo img {
  max-width: 180px;
}
.main-section aside.sidebar .sidebarheader .headerLogo .sidebarSearch {
  cursor: pointer;
}
.main-section aside.sidebar .sidebarheader .headerLogo .sidebarSearch .searchIcon {
  display: block;
}
.main-section aside.sidebar .sidebarheader .headerLogo .sidebarSearch .closeIcon {
  display: none;
}
.main-section aside.sidebar .sidebarheader .headerLogo .sidebarSearch.iconActive .searchIcon {
  display: none;
}
.main-section aside.sidebar .sidebarheader .headerLogo .sidebarSearch.iconActive .closeIcon {
  display: block;
}
.main-section aside.sidebar .sidebarheader .headerLogo .sidebarSearch img {
  width: 20px;
  height: 20px;
}
.main-section aside.sidebar .sidebarheader .seachInput {
  position: relative;
  height: 0px;
  visibility: hidden;
}
.main-section aside.sidebar .sidebarheader .seachInput.open {
  height: 100%;
  visibility: visible;
  transition: all 5s ease-in-out;
}
.main-section aside.sidebar .sidebarheader .seachInput input.form-control {
  background: transparent;
  border: 0;
  border-radius: 0px;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  padding: 7px 4px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
}
.main-section aside.sidebar .sidebarheader .seachInput input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.main-section aside.sidebar .sidebarheader .seachInput img {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0, -50%);
}
.main-section aside.sidebar .nav-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 184px);
}
.main-section aside.sidebar .nav-sec.nav-sec-height {
  height: calc(100vh - 168px);
}
.main-section aside.sidebar .nav-sec .menu-top {
  max-height: calc(100vh - 325px) !important;
  overflow: auto !important;
}
.main-section aside.sidebar .nav-sec .menu-top.scrollbar-dynamic li:last-child a,
.main-section aside.sidebar .nav-sec .menu-bottom.scrollbar-dynamic li:last-child a {
  border-bottom: 0px;
}
.main-section aside.sidebar .nav-sec .menu-top li,
.main-section aside.sidebar .nav-sec .menu-bottom li {
  padding: 0px 24px;
  border-left: 3px solid transparent;
  /*&.active {
      a {
          border-color: $gold;
          color: $gold;
          text-decoration: none;

          span {
              svg {

                  &.oldsvg {
                      g, path {
                      }
                  }

                  g,
                  path {
                      fill: $gold;
                  }

                  &.matchmaking-svg {
                      g,
                      path {
                          stroke: $gold;
                          fill: $gold;
                      }
                  }
              }
          }
      }
  }*/
}
.main-section aside.sidebar .nav-sec .menu-top li.oldsvg a span svg g, .main-section aside.sidebar .nav-sec .menu-top li.oldsvg a span svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li.oldsvg a span svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li.oldsvg a span svg path {
  stroke: #fff;
  fill: transparent;
}
.main-section aside.sidebar .nav-sec .menu-top li a,
.main-section aside.sidebar .nav-sec .menu-bottom li a {
  display: flex;
  /*height: 50px;*/
  /*font-size: 1.667vh;*/
  font-size: 24px;
  font-family: "Teko", sans-serif;
  color: #f5f5f5;
  font-weight: 500;
  padding: 4px 0px;
  /* align-items: center;*/
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s;
  border-bottom: 1px solid #C4C8CE;
  line-height: normal;
  text-transform: uppercase;
  align-items: center;
}
.main-section aside.sidebar .nav-sec .menu-top li a span,
.main-section aside.sidebar .nav-sec .menu-bottom li a span {
  display: inline-flex;
  margin-right: 16px;
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.main-section aside.sidebar .nav-sec .menu-top li a span svg,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg {
  height: 22px;
  width: 22px;
}
.main-section aside.sidebar .nav-sec .menu-top li a span svg.oldsvg g, .main-section aside.sidebar .nav-sec .menu-top li a span svg.oldsvg path,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg.oldsvg g,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg.oldsvg path {
  stroke: #fff;
  fill: transparent;
}
.main-section aside.sidebar .nav-sec .menu-top li a span svg.oldsvg g .a,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg.oldsvg g .a {
  stroke: #fff;
  fill: transparent;
}
.main-section aside.sidebar .nav-sec .menu-top li a span svg g,
.main-section aside.sidebar .nav-sec .menu-top li a span svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg path {
  stroke: transparent;
  fill: #fff;
}
.main-section aside.sidebar .nav-sec .menu-top li a span svg.matchmaking-svg g,
.main-section aside.sidebar .nav-sec .menu-top li a span svg.matchmaking-svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg.matchmaking-svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li a span svg.matchmaking-svg path {
  stroke: transparent;
  fill: #fff;
}
.main-section aside.sidebar .nav-sec .menu-top li:hover, .main-section aside.sidebar .nav-sec .menu-top li.active,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover,
.main-section aside.sidebar .nav-sec .menu-bottom li.active {
  border-color: #d3be89;
}
.main-section aside.sidebar .nav-sec .menu-top li:hover.oldsvg a span svg g, .main-section aside.sidebar .nav-sec .menu-top li:hover.oldsvg a span svg path, .main-section aside.sidebar .nav-sec .menu-top li.active.oldsvg a span svg g, .main-section aside.sidebar .nav-sec .menu-top li.active.oldsvg a span svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover.oldsvg a span svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover.oldsvg a span svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li.active.oldsvg a span svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li.active.oldsvg a span svg path {
  stroke: #d3be89;
  fill: transparent;
}
.main-section aside.sidebar .nav-sec .menu-top li:hover a, .main-section aside.sidebar .nav-sec .menu-top li.active a,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a {
  text-decoration: none;
  color: #d3be89;
}
.main-section aside.sidebar .nav-sec .menu-top li:hover a span svg.oldsvg g, .main-section aside.sidebar .nav-sec .menu-top li:hover a span svg.oldsvg path, .main-section aside.sidebar .nav-sec .menu-top li.active a span svg.oldsvg g, .main-section aside.sidebar .nav-sec .menu-top li.active a span svg.oldsvg path,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a span svg.oldsvg g,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a span svg.oldsvg path,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a span svg.oldsvg g,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a span svg.oldsvg path {
  stroke: #d3be89;
  fill: transparent;
}
.main-section aside.sidebar .nav-sec .menu-top li:hover a span svg.oldsvg g .a, .main-section aside.sidebar .nav-sec .menu-top li.active a span svg.oldsvg g .a,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a span svg.oldsvg g .a,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a span svg.oldsvg g .a {
  stroke: #d3be89;
  fill: transparent;
}
.main-section aside.sidebar .nav-sec .menu-top li:hover a span svg g,
.main-section aside.sidebar .nav-sec .menu-top li:hover a span svg path, .main-section aside.sidebar .nav-sec .menu-top li.active a span svg g,
.main-section aside.sidebar .nav-sec .menu-top li.active a span svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a span svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a span svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a span svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a span svg path {
  stroke: transparent;
  fill: #d3be89;
}
.main-section aside.sidebar .nav-sec .menu-top li:hover a span svg.matchmaking-svg g,
.main-section aside.sidebar .nav-sec .menu-top li:hover a span svg.matchmaking-svg path, .main-section aside.sidebar .nav-sec .menu-top li.active a span svg.matchmaking-svg g,
.main-section aside.sidebar .nav-sec .menu-top li.active a span svg.matchmaking-svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a span svg.matchmaking-svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li:hover a span svg.matchmaking-svg path,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a span svg.matchmaking-svg g,
.main-section aside.sidebar .nav-sec .menu-bottom li.active a span svg.matchmaking-svg path {
  stroke: #d3be89;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .carousel-inner,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .carousel-inner {
  margin: 15px 20px;
  width: auto;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .slick-slider,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .slick-slider {
  margin: 15px 20px;
  width: auto;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .slick-slider .slick-track:focus,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .slick-slider .slick-track:focus {
  outline: none;
  box-shadow: none;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .carousel-item,
.main-section aside.sidebar .nav-sec .menu-top .medical-block .medical-item,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .carousel-item,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .medical-item {
  height: 151px;
  border-radius: 10px;
  background: rgba(68, 70, 74, 0.3);
  padding: 20px 10px;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .carousel-item:focus,
.main-section aside.sidebar .nav-sec .menu-top .medical-block .medical-item:focus,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .carousel-item:focus,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .medical-item:focus {
  outline: none;
  box-shadow: none;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .carousel-item p,
.main-section aside.sidebar .nav-sec .menu-top .medical-block .medical-item p,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .carousel-item p,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .medical-item p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .carousel-item p b,
.main-section aside.sidebar .nav-sec .menu-top .medical-block .medical-item p b,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .carousel-item p b,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .medical-item p b {
  line-height: 18px;
  text-transform: uppercase;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .carousel-item a,
.main-section aside.sidebar .nav-sec .menu-top .medical-block .medical-item a,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .carousel-item a,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .medical-item a {
  height: 42px;
  border-radius: 26.5px;
  box-shadow: 0 12px 34px 0 rgba(204, 23, 23, 0.3);
  background-color: #cc1717;
  line-height: 42px;
  color: #fff;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
}
.main-section aside.sidebar .nav-sec .menu-top .medical-block .carousel-item a:focus,
.main-section aside.sidebar .nav-sec .menu-top .medical-block .medical-item a:focus,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .carousel-item a:focus,
.main-section aside.sidebar .nav-sec .menu-bottom .medical-block .medical-item a:focus {
  outline: none;
  box-shadow: none;
}
.main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space,
.main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space {
  margin-top: 22px;
}
.main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space li a,
.main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li a {
  padding: 4px 0px;
}
.main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space li a span,
.main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li a span {
  height: 22px;
  width: 22px;
}
.main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space li a span svg,
.main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li a span svg {
  height: 22px;
  width: 22px;
}
.main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space li:last-child a,
.main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li:last-child a {
  border-bottom: 0px !important;
}
.main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space .menu-bottom-text,
.main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space .menu-bottom-text {
  color: #c4c8ce;
  font-size: 14px;
  padding: 0px 24px;
  line-height: 21px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space .menu-bottom-text a,
.main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space .menu-bottom-text a {
  color: #f5f5f5;
  font-weight: 600;
}
.main-section aside.sidebar ::-webkit-scrollbar {
  width: 0.25em;
}
.main-section aside.sidebar ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.main-section aside.sidebar ::-webkit-scrollbar-thumb {
  background: #44464a;
  outline: 1px solid slategrey;
}
.main-section .header-mobile-menu {
  display: none;
}
.main-section .right-section {
  margin-left: 320px;
  padding: 10px 10px 44px 0;
  height: 100%;
  max-height: calc(100vh - 54px);
}
.main-section .right-section.federationextraFlow {
  padding: 0px;
  background-color: #fff;
}
.main-section .right-section.federationextraFlow .event-sec {
  /*padding: 80px 240px 60px;*/
  border-radius: 0px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page {
  max-width: 720px;
  padding: 25px 40px 51px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .top {
  margin-bottom: 24px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .top h2 {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  font-family: "Teko", sans-serif;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .inputIcon {
  position: relative;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #BEB8BE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .inputIcon span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .form-group {
  margin-bottom: 16px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .form-group label.radio-button {
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .form-group label.radio-button .approval-email {
  margin-top: 15px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .form-group .input-delete {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .form-group .input-delete img {
  height: 40px;
  width: 40px;
  background: #44464a;
  cursor: pointer;
  border-radius: 6px;
  padding: 11px;
  margin-top: 5px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .form-group .form-control {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #BEB8BE;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .form-group .form-control::placeholder {
  color: red;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .subHeading {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  font-family: "Teko", sans-serif;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .subHeading .add_btn {
  background: #cc1717;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer;
  padding: 10px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo {
  margin-bottom: 36px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .form-group {
  margin-bottom: 8px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .form-group .form-control {
  margin-bottom: 8px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .custom-control {
  padding-right: 1.5rem;
  text-align: end;
  padding-left: 0px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .custom-control .custom-control-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .custom-control .custom-control-label::before {
  right: -1.5rem;
  left: auto;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .custom-control .custom-control-label::after {
  left: auto;
  right: -1.5rem;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .addFiled {
  border-bottom: 1px solid #000;
  padding: 0px 0px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .addFiled img {
  width: 20px;
  height: 20px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .addFiled span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding-right: 8px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .authentication {
  margin: 36px 0px 0px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .authentication .subHeading {
  padding-bottom: 16px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .authentication .form-group label {
  margin: 16px 0px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .select_wrapper {
  margin-bottom: 24px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .select_wrapper .select2 {
  z-index: 1;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .select_wrapper .select2.select2-container--default .select2-selection--single {
  border: 0px;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 16px;
  border: 1px solid #C8C8C8;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .fedration-table .table {
  border: 1px solid #80808066;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .fedration-table .table thead th {
  border-bottom: 0px;
  text-align: center;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .fedration-table .table tbody tr td .custom-control.custom-checkbox {
  display: flex;
  justify-content: center;
}
.main-section .right-section.federationextraFlow .event-sec .payment-page .form-area .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-top: 16px;
  margin-left: 0px;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.main-section .right-section .flow-status img {
  width: 20px;
  height: 20px;
}
.main-section .right-section .active-status {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #3FF8A1;
  border-radius: 50px;
}
.main-section .right-section .pending-status {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #FFA500;
  border-radius: 50px;
}
.main-section .right-section .event-sec {
  background: #fafafa;
  border-radius: 5px;
  height: 100%;
  min-height: calc(100vh - 54px);
  /*.federation-feilds {
      padding: 80px 240px 60px;

      .payment-page {
          max-width: 640px;

          .top {
              margin-bottom: 15px;
          }

          .select_wrapper {
              margin-bottom: 24px;
          }

          .form-group {
              .radio-button {
                  display: flex;
                  gap: 30px;
                  align-items: baseline;

                  .approval-email {
                      margin-top: 15px;
                      margin-bottom: 16px;
                  }
              }
          }

          .feilds {
              .subHeading {
                  .add_btn {
                      background: #cc1717;
                      border-radius: 100%;
                      height: 40px;
                      width: 40px;
                      display: flex;
                      cursor: pointer;
                      padding: 10px;
                  }
              }

              .federationInfo {
                  margin-bottom: 36px;
              }
          }

          .form-control {
              padding: 14px 16px;
              border-radius: 18px;
              border: 1px solid #BEB8BE;
              font-size: 16px;
              color: #000;
              font-weight: 400;
              font-family: "Poppins", sans-serif;
          }

          .input-delete {
              display: flex;
              align-items: flex-start;
              gap: 10px;

              img {
                  height: 40px;
                  width: 40px;
                  background: #44464a;
                  cursor: pointer;
                  border-radius: 6px;
                  padding: 11px;
                  margin-top: 5px;
              }
          }

          .fedration-table {
              .table {
                  border: 1px solid rgba(128, 128, 128, 0.4);
              }
          }

          .btn-red {
              padding: 12px 28px;
              box-shadow: none;
              font-size: 14px;
              font-weight: 600;
              color: #f5f5f5;
              margin-top: 16px;
              margin-left: 0px;
              height: auto;
              width: auto;
              font-family: "Poppins", sans-serif;
              display: inline-block;
          }
      }
  }*/
}
.main-section .right-section .event-sec .top-sec {
  background: #fff;
  border-radius: 5px;
  height: 60px;
  border-radius: 5px;
  height: 60px;
  padding: 13px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
}
.main-section .right-section .event-sec .top-sec > .search-wrapper {
  width: calc(100% - 150px);
}
.main-section .right-section .event-sec .top-sec .search-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .right-section .event-sec .top-sec .search-left .fed-block .dropdown.bootstrap-select {
  max-width: 220px;
}
.main-section .right-section .event-sec .top-sec .search-left .fed-block .dropdown.bootstrap-select .bootstrap-select button.btn.dropdown-toggle {
  min-width: 200px;
}
.main-section .right-section .event-sec .top-sec .searchbar {
  display: flex;
  align-items: center;
}
.main-section .right-section .event-sec .top-sec .searchbar button {
  background: none;
  border: none;
  margin-right: 12.2px;
  padding: 0;
}
.main-section .right-section .event-sec .top-sec .searchbar button img {
  height: 20px;
  width: 20px;
  max-width: 20px;
}
.main-section .right-section .event-sec .top-sec .searchbar input {
  width: 100%;
  border: none;
  color: #000;
  font-size: 16px;
  outline: none;
  position: relative;
  background: none;
  z-index: 9;
  font-weight: 300;
}
.main-section .right-section .event-sec .top-sec .top-right-sec {
  width: inherit;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul {
  display: flex;
  align-items: center;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li {
  margin-left: 32px;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li a img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li a i.fa-bell {
  font-size: 24px;
  color: #c4c8ce;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li a .bages {
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid 1.5px #fff;
  background: #d3be89;
  border-radius: 50%;
  top: 1px;
  right: 1px;
  text-indent: -9999px;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu {
  width: 345px;
  height: 385px;
  border-radius: 5px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  left: auto !important;
  right: -10px;
  border: none;
  margin-top: 10px;
  top: 30px !important;
  transform: inherit !important;
  padding: 25px 5px 25px 25px;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu h4 {
  font-family: sofia-pro;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #44464a;
  text-transform: uppercase;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul {
  overflow: auto;
  height: 100%;
  padding-right: 20px;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul li {
  margin: 0;
  padding: 19.5px 0;
  border-bottom: 1px solid #e3e5ea;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul li p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 10px;
}
.main-section .right-section .event-sec .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul li span {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #c4c8ce;
}
.main-section .right-section .event-sec .top-sec .top-right-sec .logo {
  display: none;
}
.main-section .right-section .event-sec .fed-block.mobile {
  display: none;
}
.main-section .right-section .event-sec .fed-block.mobile .dropdown.bootstrap-select {
  max-width: 220px;
}
.main-section .right-section .event-sec .events {
  padding: 51px 40px 40px;
}
.main-section .right-section .event-sec .events .top-heading .plus-icon {
  display: none;
}
.main-section .right-section .event-sec .events h1 {
  margin-bottom: 20px;
}
.main-section .right-section .event-sec .events .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li a {
  border-radius: 6px;
  background-color: #fafafa;
  font-size: 12px;
  font-weight: 600;
  color: #44464a;
  border: solid 1px #e3e5ea;
  display: block;
  padding: 11px 20px;
  box-shadow: 0 2px 7px 0 rgba(211, 190, 137, 0.3);
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li a:hover {
  background: #d3be89;
  color: #fff;
  text-decoration: none;
  border-color: #d3be89;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li.active a {
  background: #d3be89;
  color: #fff;
  text-decoration: none;
  border-color: #d3be89;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li:first-child {
  margin-right: 10px;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li ~ li a {
  border-radius: 6px 0 0 6px;
  min-width: 98px;
  text-align: center;
  box-shadow: none;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li ~ li:nth-child(3) a {
  border-radius: 0 6px 6px 0;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li ~ li:last-child a {
  border-radius: 0 6px 6px 0;
}
.main-section .right-section .event-sec .events .top-block .left-sec ul li.like {
  display: none;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul {
  display: flex;
  align-items: center;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li {
  margin-left: 15px;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li:first-child > a {
  padding: 11px 20px;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li > a {
  border-radius: 6px;
  background-color: #fafafa;
  font-size: 12px;
  font-weight: 600;
  color: #44464a;
  border: solid 1px #e3e5ea;
  display: flex;
  padding: 11px 15px;
  align-items: center;
  box-shadow: 0 8px 13px 0 rgba(135, 168, 255, 0.1);
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li > a:hover {
  text-decoration: none;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li > a i {
  margin-right: 6px;
  font-size: 15px;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li > a.dropdown-toggle {
  background: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li > a.dropdown-toggle:after {
  margin-left: 20px;
  content: "";
  border-top: 6px solid #c4c8ce;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li:first-child a, .main-section .right-section .event-sec .events .top-block .right-sec > ul > li:last-child a {
  box-shadow: none;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li:last-child {
  margin-left: 20px;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li:last-child a {
  background: #cc1717;
  width: 42px;
  height: 42px;
  box-shadow: 0 2px 7px 0 rgba(204, 23, 23, 0.3);
  border-radius: 50%;
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li:last-child a i {
  margin: 0;
}
.main-section .right-section .event-sec .events .top-block .right-sec > ul > li .dropdown-menu {
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.main-section .right-section .event-sec .events .middle-block .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-section .right-section .event-sec .events .middle-block .row .col,
.main-section .right-section .event-sec .events .middle-block .row .col-1,
.main-section .right-section .event-sec .events .middle-block .row .col-10,
.main-section .right-section .event-sec .events .middle-block .row .col-11,
.main-section .right-section .event-sec .events .middle-block .row .col-12,
.main-section .right-section .event-sec .events .middle-block .row .col-2,
.main-section .right-section .event-sec .events .middle-block .row .col-3,
.main-section .right-section .event-sec .events .middle-block .row .col-4,
.main-section .right-section .event-sec .events .middle-block .row .col-5,
.main-section .right-section .event-sec .events .middle-block .row .col-6,
.main-section .right-section .event-sec .events .middle-block .row .col-7,
.main-section .right-section .event-sec .events .middle-block .row .col-8,
.main-section .right-section .event-sec .events .middle-block .row .col-9,
.main-section .right-section .event-sec .events .middle-block .row .col-auto,
.main-section .right-section .event-sec .events .middle-block .row .col-lg,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-1,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-10,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-11,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-12,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-2,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-3,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-4,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-5,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-6,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-7,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-8,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-9,
.main-section .right-section .event-sec .events .middle-block .row .col-lg-auto,
.main-section .right-section .event-sec .events .middle-block .row .col-md,
.main-section .right-section .event-sec .events .middle-block .row .col-md-1,
.main-section .right-section .event-sec .events .middle-block .row .col-md-10,
.main-section .right-section .event-sec .events .middle-block .row .col-md-11,
.main-section .right-section .event-sec .events .middle-block .row .col-md-12,
.main-section .right-section .event-sec .events .middle-block .row .col-md-2,
.main-section .right-section .event-sec .events .middle-block .row .col-md-3,
.main-section .right-section .event-sec .events .middle-block .row .col-md-4,
.main-section .right-section .event-sec .events .middle-block .row .col-md-5,
.main-section .right-section .event-sec .events .middle-block .row .col-md-6,
.main-section .right-section .event-sec .events .middle-block .row .col-md-7,
.main-section .right-section .event-sec .events .middle-block .row .col-md-8,
.main-section .right-section .event-sec .events .middle-block .row .col-md-9,
.main-section .right-section .event-sec .events .middle-block .row .col-md-auto,
.main-section .right-section .event-sec .events .middle-block .row .col-sm,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-1,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-10,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-11,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-12,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-2,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-3,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-4,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-5,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-6,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-7,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-8,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-9,
.main-section .right-section .event-sec .events .middle-block .row .col-sm-auto,
.main-section .right-section .event-sec .events .middle-block .row .col-xl,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-1,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-10,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-11,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-12,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-2,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-3,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-4,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-5,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-6,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-7,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-8,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-9,
.main-section .right-section .event-sec .events .middle-block .row .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.main-section .right-section .event-sec .events .middle-block a:hover {
  text-decoration: none;
}
.main-section .right-section .event-sec .events .middle-block .event-box {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  margin-bottom: 20px;
}
.main-section .right-section .event-sec .events .middle-block .event-box > img {
  height: 148px;
  object-fit: cover;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.main-section .right-section .event-sec .events .middle-block .event-box .like {
  position: absolute;
  top: 10px;
  right: 10px;
}
.main-section .right-section .event-sec .events .middle-block .event-box .like svg {
  width: 34px;
  height: 34px;
}
.main-section .right-section .event-sec .events .middle-block .event-box .like svg g {
  stroke: #fff;
}
.main-section .right-section .event-sec .events .middle-block .event-box .like:hover svg g path, .main-section .right-section .event-sec .events .middle-block .event-box .like.active svg g path {
  fill: #d3be89;
  stroke: #d3be89;
}
.main-section .right-section .event-sec .events .middle-block .event-box .inner-content {
  padding: 13px 14px;
}
.main-section .right-section .event-sec .events .middle-block .event-box .inner-content h2 {
  margin-bottom: 5px;
  color: #000;
  line-height: 23px;
}
.main-section .right-section .event-sec .events .middle-block .event-box .inner-content p {
  font-size: 13px;
  color: #c4c8ce;
  margin: 0 0 13px;
  line-height: 16px;
}
.main-section .right-section .event-sec .events .middle-block .event-box .inner-content span {
  font-size: 13px;
  color: #44464a;
  display: inline-block;
  line-height: 16px;
}
.main-section .right-section .event-sec .events .middle-block .event-box .inner-content span ~ span:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #44464a;
  border-radius: 50%;
  display: inline-block;
  margin: 2px 6px;
}
.main-section .right-section .event-sec .events .middle-block .event-box .inner-content .price {
  display: block;
  margin-top: 14px;
  background: rgba(211, 190, 137, 0.2);
  border-radius: 3px;
  text-align: center;
  color: #d3be89;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
}
.main-section .right-section .event-sec .events .middle-block .event-box:hover .inner-content h2 {
  color: #cc1717;
}
.main-section .right-section .event-sec .events .middle-block .btn-center a {
  margin-top: 10px;
}
.main-section .right-section .event-sec .payment-page {
  padding-bottom: 50px;
}
.main-section .right-section .event-sec .payment-page .btn-center .btn {
  width: 150px;
  height: 42px;
  border-radius: 26.5px;
  box-shadow: 0 12px 34px 0 rgba(204, 23, 23, 0.3);
  background-color: #cc1717;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
.main-section .right-section .event-sec .payment-page .payment-event {
  max-width: 710px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  background-color: #fff;
  margin: 50px auto 40px;
  padding: 25px;
}
.main-section .right-section .event-sec .payment-page .payment-event .top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .event-sec .payment-page .payment-event > p {
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 30px;
  max-width: 513px;
}
.main-section .right-section .event-sec .payment-page .payment-event .validation-summary-errors {
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .thumbnail {
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .thumbnail img {
  max-width: 180px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group {
  margin-bottom: 20px;
  position: relative;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group .thumbnail {
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group .thumbnail img {
  max-width: 180px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group > label {
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: normal;
  color: #44464a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group .custom-control .custom-control-label {
  font-size: 10px;
  position: relative;
  line-height: 24px;
  color: #44464a;
  text-transform: uppercase;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group .form-control {
  border-radius: 6px;
  box-shadow: 0 8px 13px 0 rgba(135, 168, 255, 0.1);
  border: solid 1px #e3e5ea;
  font-size: 12px;
  color: #44464a;
  padding: 12px 11px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.select-div:before {
  top: 48px;
  content: "";
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.file-input button {
  top: 29px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.file-input a {
  top: 29px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.amount-dkk {
  position: relative;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.amount-dkk .form-control {
  padding: 12px 15px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.amount-dkk span {
  position: absolute;
  right: 15px;
  top: 45px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #c4c8ce;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group:last-child {
  margin-bottom: 0;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group span.field-validation-error {
  /*font-size: $fs-10;*/
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #cc1717;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.plan-amount .btn-width-auto a {
  margin: 0;
  letter-spacing: 0;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker span.datepicker-icon {
  position: absolute;
  right: 15px;
  top: 40px;
  max-width: 18px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group .profile-height-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group .profile-height-block span {
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: normal;
  color: #44464a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content {
  padding: 0;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail thead, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table thead {
  display: table-row;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail thead tr, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table thead tr {
  width: 100%;
  display: flex;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail thead tr th, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table thead tr th {
  flex-basis: 100%;
  flex-grow: 2;
  display: block;
  text-align: left;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail thead tr th:last-child, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table thead tr th:last-child {
  text-align: right;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail tbody, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody {
  /*overflow-y: scroll;
  overflow-x: hidden;*/
  display: block;
  /*max-height: 300px;*/
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail tbody tr, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr {
  width: 100%;
  display: flex;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail tbody tr td, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr td {
  padding: 10px 15px 10px;
  flex-basis: 100%;
  flex-grow: 2;
  display: block;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail tbody tr td a, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr td a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #eee;
  height: 60px;
  width: 60px;
  overflow: hidden;
  padding: 5px;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail tbody tr td a img, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr td a img {
  width: 100%;
  max-height: 50px;
  object-fit: contain;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail tbody tr td:last-child, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr td:last-child {
  text-align: right;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content .thumbnail tbody tr td:last-child img, .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr td:last-child img {
  max-width: 24px;
  cursor: pointer;
}
.main-section .right-section .event-sec .payment-page .payment-event .form-area.subscription-box {
  margin-bottom: 15px;
}
.main-section .right-section .event-sec .payment-page .payment-event .plan_box {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.main-section .right-section .event-sec .payment-page .payment-event .plan_box .plan_box_heading {
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page .payment-event .plan_box .plan_box_content .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page .payment-event .plan_box .plan_box_content .clearfix:last-child {
  margin-bottom: 0;
}
.main-section .right-section .event-sec .payment-page .payment-event .plan_box .plan_box_content .clearfix label {
  margin: 0;
}
.main-section .right-section .event-sec .payment-page .payment-event .plan_box .plan_box_content .clearfix span {
  font-weight: 600;
}
.main-section .right-section .event-sec .payment-page .payment-event .plan_box .plan_box_content .clearfix:after {
  display: none;
}
.main-section .right-section .event-sec .payment-page .payment-event .message-alert {
  height: auto;
}
.main-section .right-section .event-sec .payment-page.add_international .btn-fed .btn-red {
  margin-top: 0;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event {
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding: 50px 25px 40px;
  margin: 0;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .thumbnail {
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .thumbnail img {
  max-width: 180px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .form-group {
  position: relative;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .form-group .thumbnail img {
  max-width: 180px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .form-group:last-child {
  margin-bottom: 20px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .form-group .thumbnail {
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .custom-checkbox {
  min-height: 19px;
  margin-bottom: 10px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .custom-checkbox .custom-control-label {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
  color: #44464a;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .custom-checkbox .custom-control-label:before {
  border-radius: 2px;
  border: solid 1px #eaecef;
  width: 15px;
  height: 15px;
  top: 1.3px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .custom-checkbox .custom-control-label:after {
  width: 15px;
  height: 15px;
  top: 2px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d3be89;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .bootstrap-select button.btn.dropdown-toggle {
  border-radius: 6px;
  box-shadow: 0 8px 13px 0 rgba(135, 168, 255, 0.1) !important;
  border: solid 1px #e3e5ea;
  font-size: 12px;
  color: #44464a !important;
  padding: 12px 11px !important;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .bootstrap-select button.btn.dropdown-toggle:after {
  content: "";
  border-top: 6px solid #c4c8ce;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .bootstrap-select .dropdown-menu {
  padding: 11px;
  min-width: 100% !important;
  z-index: 99999;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .bootstrap-select .dropdown-menu .inner {
  padding: 0;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .bootstrap-select .dropdown-menu .inner a {
  font-size: 12px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .form-area .bootstrap-select .dropdown-menu .inner a:focus {
  outline: none;
  box-shadow: none;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .specific_block {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  margin-bottom: 20px;
  padding: 25px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .specific_block a {
  width: 100%;
  border-radius: 30px;
  margin-top: 15px;
  background: #cc1717;
  border-color: #cc1717;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .btn-center {
  margin-top: 20px;
}
.main-section .right-section .event-sec .payment-page.create-page .payment-event .btn-center .btn-red,
.main-section .right-section .event-sec .payment-page.create-page .payment-event .btn-center .btn-outline,
.main-section .right-section .event-sec .payment-page.create-page .payment-event .btn-center .btn-grey {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.main-section .right-section .event-sec .payment-page.info-page {
  padding: 57px 40px;
}
.main-section .right-section .event-sec .payment-page.info-page .top h1 {
  line-height: 70px;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event {
  max-width: 100%;
  padding: 20px 20px 49px;
  border-radius: 4px;
  margin: 0 auto 35px;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #e3e5ea;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .info-box {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
  font-weight: 400;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .info-box label {
  font-size: 16px;
  color: #030303;
  line-height: 16px;
  min-width: 231px;
  margin: 0;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .info-box span {
  line-height: 16px;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .info-box a {
  font-size: 14px;
  line-height: 14px;
  color: #D7BD8E;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .btn-fed {
  justify-content: flex-start;
  margin-top: 32px;
}
.main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .btn-fed a {
  margin: 0 20px 0 0;
  letter-spacing: 0;
  font-weight: 300;
  width: 123px;
}
.main-section .right-section .event-sec .payment-page.club-member-page .btn-fed {
  justify-content: flex-start;
  margin: 20px 0;
}
.main-section .right-section .event-sec .payment-page.club-member-page .btn-fed a {
  letter-spacing: 0;
  font-weight: 300;
}
.main-section .right-section .event-sec .payment-page.club-member-page .btn-fed a:first-child {
  margin-left: 0;
}
.main-section .right-section .event-sec .payment-page.club-member-page .payment-event .middle-section > div > h2 {
  margin-bottom: 20px;
}
.main-section .right-section .event-sec .payment-page.club-member-page .payment-event .middle-section .btn-fed {
  margin: 0 0 20px;
}
.main-section .right-section .event-sec .payment-page.club-member-page .payment-event .middle-section .btn-fed a {
  width: auto;
}
.main-section .right-section .event-sec .payment-page.club-member-page .payment-event .middle-section .btn-fed.btn-align a {
  width: 145px;
}
.main-section .right-section .event-sec .table-content .form-area .top .form-group .club-list img, .main-section .right-section .event-sec .table-content .form-area .top .form-group .fight-class-list img, .main-section .right-section .event-sec .table-content .form-area .top .form-group .weight-class-list img {
  width: 7rem;
  height: 3rem;
}
.main-section .right-section .event-sec.club-class-history .payment-page .payment-event .form-area .datepicker-row {
  width: auto;
  flex: 1;
}
.main-section .right-section .event-sec.club-class-history .payment-page .payment-event .form-area .btn-center .btn-red {
  min-width: 125px;
  margin-right: 0;
}
.main-section .right-section .event-page .top-bg {
  background: url(../img/boxing.jpg) no-repeat;
  height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.main-section .right-section .event-page .top-bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-section .right-section .event-page .top-bg .top-sec {
  background: none;
  border-bottom: 1px solid rgba(227, 229, 234, 0.2);
  z-index: 2;
  position: relative;
}
.main-section .right-section .event-page .top-bg .top-sec > .search-wrapper {
  width: calc(100% - 150px);
}
.main-section .right-section .event-page .top-bg .top-sec .nav-item.dropdown > .nav-link {
  color: #fff;
}
.main-section .right-section .event-page .top-bg .top-sec .search-left {
  width: 100%;
}
.main-section .right-section .event-page .top-bg .top-sec .search-left .fed-block .bootstrap-select button.btn.dropdown-toggle {
  background: none !important;
  color: #fff !important;
}
.main-section .right-section .event-page .top-bg .top-sec .searchbar input {
  color: #fff;
}
.main-section .right-section .event-page .top-bg .top-sec .searchbar ::placeholder {
  color: #fff !important;
  opacity: 1;
}
.main-section .right-section .event-page .top-bg .top-sec .searchbar ::-webkit-placeholder {
  color: #fff !important;
  opacity: 1;
}
.main-section .right-section .event-page .top-bg .top-sec .top-right-sec {
  width: inherit;
}
.main-section .right-section .event-page .top-bg .top-sec .top-right-sec ul li a i.fa-bell {
  color: #fff;
}
.main-section .right-section .event-page .top-bg .fed-block.mobile .bootstrap-select button.btn.dropdown-toggle {
  background: none !important;
  color: #fff !important;
}
.main-section .right-section .event-page .top-bg .go-back {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-top: 26px;
  margin: 0;
}
.main-section .right-section .event-page .top-bg .go-back > a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.main-section .right-section .event-page .top-bg .go-back > a img {
  margin-right: 10px;
}
.main-section .right-section .event-page .top-bg .go-back .top-bottom {
  display: none;
}
.main-section .right-section .event-page .top-bg .top-bottom {
  background-image: linear-gradient(to bottom, rgba(19, 19, 19, 0), #131313);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 12px 40px 30px;
}
.main-section .right-section .event-page .top-bg .top-bottom span.btn-width-auto {
  width: 100%;
  display: block;
  max-width: 240px;
}
.main-section .right-section .event-page .top-bg .top-bottom .top-tag {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.main-section .right-section .event-page .top-bg .top-bottom .top-tag > span {
  width: auto;
  height: 26px;
  border-radius: 3px;
  background-color: rgba(211, 190, 137, 0.2);
  display: inline-block;
  color: #d3be89;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  margin-right: 15px;
  padding: 0 12.5px;
}
.main-section .right-section .event-page .top-bg .top-bottom .top-tag > span a {
  color: #d3be89;
}
.main-section .right-section .event-page .top-bg .top-bottom .top-tag p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.main-section .right-section .event-page .top-bg .top-bottom .top-tag p span:after {
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  margin: 2px 6px;
}
.main-section .right-section .event-page .top-bg .top-bottom .top-tag p span:last-child:after {
  display: none;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title h1 {
  color: #fff;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 12px;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li {
  flex-shrink: 0;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li:not(:first-of-type) {
  margin-left: 20px;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li > a {
  width: 45px;
  height: 45px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li > a svg g,
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li > a svg path {
  stroke: #fff;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li > a:hover {
  border-color: #d3be89;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li > a:hover svg g,
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li > a:hover svg path {
  stroke: #d3be89;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li.show a {
  border-color: #d3be89;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li.show a svg g,
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li.show a svg path {
  stroke: #d3be89;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li.show .dropdown-menu {
  width: 178px;
  margin-top: 10px;
  left: auto !important;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li.show .dropdown-menu a {
  border-color: #e3e5ea;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li.show .dropdown-menu a button {
  box-shadow: none;
  border: none;
  background: no-repeat;
  width: 100%;
  padding: 0;
  text-align: left;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li.show .dropdown-menu a img {
  margin-right: 13px;
}
.main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul > li:first-child.show .dropdown-menu {
  width: 250px;
  max-height: calc(100vh - 380px);
  overflow: auto;
}
.main-section .right-section .event-page .event-desc {
  padding: 30px 40px 20px;
}
.main-section .right-section .event-page .event-desc .box {
  background: #fff;
  padding: 24px 25px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
}
.main-section .right-section .event-page .event-desc .box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-section .right-section .event-page .event-desc .box p {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  margin: 0;
  font-weight: 400;
}
.main-section .right-section .event-page .event-desc .box .link-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #030303;
}
.main-section .right-section .event-page .event-desc .box .link-text p a {
  color: #D7BD8E;
}
.main-section .right-section .event-page .event-desc .location-block p {
  margin-bottom: 5px;
}
.main-section .right-section .event-page .event-desc .location-block span {
  color: #030303;
  font-size: 13px;
  display: block;
  line-height: 16px;
}
.main-section .right-section .event-page .finished-fight {
  padding: 0 40px 40px;
}
.main-section .right-section .event-page .finished-fight .inner-block {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  background-color: #fff;
}
.main-section .right-section .event-page .finished-fight .inner-block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.09);
}
.main-section .right-section .event-page .finished-fight .inner-block .top .dropdown > a {
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #44464a;
  border-radius: 6px;
  border: solid 1px #e3e5ea;
  display: flex;
  padding: 11px 14px;
  align-items: center;
}
.main-section .right-section .event-page .finished-fight .inner-block .top .dropdown > a:after {
  margin-left: 20px;
  content: "";
  border-top: 6px solid #c4c8ce;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block {
  padding: 0 10px 0 12px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block .btn-center {
  display: none;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile {
  display: none;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul {
  overflow: auto;
  max-height: 450px;
  padding-right: 40px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li {
  padding: 30px 0 0;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li:after {
  content: "";
  background: #e3e5ea;
  height: 1px;
  width: calc(100% - 80px);
  display: block;
  margin: 29.5px auto 0;
  text-align: center;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li:last-child {
  padding-bottom: 29.5px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li:last-child:after {
  display: none;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block h3 {
  font-size: 14px;
  color: #000;
  font-family: sofia-pro;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 100px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.17);
  border: solid 3px #fff;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .start {
  display: flex;
  align-items: center;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .start span {
  font-size: 12px;
  font-weight: 500;
  color: #c4c8ce;
  line-height: 14px;
  margin-bottom: 10px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .start img {
  margin: 0 20px 0 15px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .start .status-win {
  max-width: 100px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .start .status-win span {
  height: 24px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  background-color: #d3be89;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 12px;
  line-height: 24px;
  display: inline-block;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle {
  text-align: center;
  max-width: 300px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle h4 {
  text-transform: uppercase;
  letter-spacing: 0.86px;
  font-size: 12px;
  font-weight: 500;
  color: #44464a;
  line-height: 14px;
  font-family: sofia-pro;
  margin-bottom: 15px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle span {
  font-size: 12px;
  font-weight: 600;
  color: #c4c8ce;
  line-height: 14px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .vs {
  position: relative;
  border-top: 1px solid #f5f5f5;
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
  height: auto;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .vs b {
  background: #fff;
  position: absolute;
  top: -8px;
  width: auto;
  font-weight: 600;
  padding: 0 10px;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds > div {
  padding: 0 15px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds span {
  color: #c4c8ce;
  margin: 0;
  letter-spacing: 0.86px;
  font-weight: 500;
  min-width: 60px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds span:last-child {
  color: #000;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80px;
  overflow: hidden;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds .select2.select2-container {
  width: auto;
  max-width: inherit;
  text-overflow: inherit;
  white-space: normal;
  overflow: visible;
  min-width: 80px;
  text-transform: capitalize;
  display: inline-block;
  text-align: left;
  padding-top: 2px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds .select2.select2-container .select2-selection__rendered {
  padding-top: 5px;
  min-width: inherit;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 85%;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds > div .date {
  min-height: 41px;
  padding-top: 10px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds > div:last-child span {
  /*&:last-child {
      max-width: 50px;
      min-width: 50px;
      margin: 0 auto;
  }*/
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .last h3 {
  text-align: right;
  display: block;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .last .custom-control {
  left: 10px;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .last .status-win {
  margin-right: 20px;
  display: block;
  text-align: right;
}
.main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .last .status-win span {
  height: 24px;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  background-color: #d3be89;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 12px;
  line-height: 24px;
  margin-bottom: 10px;
  display: inline-block;
}
.main-section .right-section .club-page .events .top-block .left-sec ul li ~ li a {
  border-radius: 6px;
}
.main-section .right-section .club-page .events .top-block .left-sec ul li ~ li:last-child a {
  border-radius: 6px;
}
.main-section .right-section .club-page .events .top-block .right-sec > ul > li:first-child > a {
  padding: 11px 15px;
}
.main-section .right-section .club-page .events .middle-block .event-box .inner-content .btn-div {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.main-section .right-section .club-page .events .middle-block .event-box .inner-content .btn-div .price {
  margin: 0;
  width: 100%;
}
.main-section .right-section .club-page .events .middle-block .event-box .inner-content .btn-div .price:last-child {
  margin-left: 11px;
}
.main-section .right-section .club-detail .top-bg .top-bottom .top-tag > span {
  font-weight: 300;
  margin-right: 10px;
}
.main-section .right-section .club-detail .top-bg .top-bottom .top-tag > span b {
  font-weight: 600;
}
.main-section .right-section .club-detail .event-desc {
  padding: 30px 40px 40px;
}
.main-section .right-section .profile-page {
  background: #131313;
  padding-bottom: 26px;
}
.main-section .right-section .profile-page .top-bg {
  height: 412px;
}
.main-section .right-section .profile-page .top-bg .profile-detail {
  padding: 40px 40px 60px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  height: calc(100% - 60px);
  background-image: linear-gradient(to bottom, rgba(19, 19, 19, 0), #131313);
  /*.profileMemberPlan {
      span.club-name {
          text-transform: capitalize;
          font-size: 24px;
          line-height: 14px;
          display: block;
          font-weight: $fw-400;
          color: #F0F0F0 !important;
          font-family: "Inter", sans-serif;
          position: relative;

          &::before {
              content: "";
              position: absolute;
              width: 16px;
              height: 16px;
              background: white;
              border-radius: 100%;
              top: 8px;
          }
      }
  }*/
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc {
  display: flex;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .img-box img {
  width: 257px;
  height: 257px;
  border-radius: 50%;
  box-shadow: 0 24px 28px 0 rgba(0, 0, 0, 0.2);
  border: solid 5px #fff;
  object-fit: cover;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc {
  max-width: 465px;
  margin-left: 40px;
  color: #fff;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .active-member-animation {
  /*padding: 5px 24px;
  max-width: fit-content;
  font-size: 24px;
  font-weight: 400;
  color: $black !important;
  text-transform: capitalize;
  line-height: 26px;
  height: auto;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;*/
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .active-member-animation:before {
  display: none;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc h1 {
  margin-bottom: 10px;
  margin-top: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc span.club-name {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-weight: 400;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .description_scroll {
  max-height: 99px;
  overflow: auto;
  margin: 0 0 30px;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box > span {
  margin-right: 10px;
  font-size: 16px;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
  margin: 0;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch input:checked + .slider {
  background-color: #d3be89;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch .slider.round {
  border-radius: 34px;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch .slider.round:before {
  border-radius: 50%;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .profile-name-container .impersonate-btn {
  background-color: #cc1717;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  display: inline-block;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .profile-name-container .impersonate-btn:hover {
  background-color: #cc1717;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .profile-name-container .profile-name-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .profile-name-container .profile-name-container h1 {
  margin: 0;
}
.main-section .right-section .profile-page .top-bg .profile-detail .edit-link {
  display: flex;
  align-items: flex-start;
}
.main-section .right-section .profile-page .top-bg .profile-detail .edit-link a {
  width: 45px;
  height: 45px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}
.main-section .right-section .profile-page .top-bg .profile-detail .edit-link .dropdown .dropdown-menu a {
  width: auto;
  height: auto;
  text-align: left;
  display: block;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #e3e5ea;
}
.main-section .right-section .profile-page .top-bg .profile-detail .edit-link .dropdown .dropdown-menu a:last-child {
  border-bottom: none;
}
.main-section .right-section .profile-page .profile-summary {
  padding: 0 39.5px;
}
.main-section .right-section .profile-page .profile-summary .block {
  border-radius: 5px;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #191919;
  color: #fff;
  margin-bottom: 20px;
  padding: 25px;
}
.main-section .right-section .profile-page .profile-summary .block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10.5px;
}
.main-section .right-section .profile-page .profile-summary .block ul li {
  margin: 0px 0 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.main-section .right-section .profile-page .profile-summary .block ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.main-section .right-section .profile-page .profile-summary .block ul li span {
  color: #c4c8ce;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  width: 50%;
}
.main-section .right-section .profile-page .profile-summary .block ul li b {
  font-weight: 300;
  line-height: 18px;
  width: 50%;
  text-align: right;
}
.main-section .right-section .profile-page .profile-summary .block ul li .extra-fields-on-profile.loader .form-group {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  margin-bottom: 1.7rem;
  gap: 10px;
  position: relative;
}
.main-section .right-section .profile-page .profile-summary .block ul li .extra-fields-on-profile.loader .form-group label {
  color: #c4c8ce;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  /*line-height: 13px;*/
  width: 100%;
  text-align: left;
  max-width: 70px;
  font-weight: 700;
}
.main-section .right-section .profile-page .profile-summary .block ul li .extra-fields-on-profile.loader .form-group label.form-control {
  max-width: 100%;
  line-height: 20px;
  height: auto;
}
.main-section .right-section .profile-page .profile-summary .block ul li .extra-fields-on-profile.loader .form-group .input-feild {
  width: 100%;
  display: flex;
  gap: 4px;
  /*&.animation {
      position: relative;

      img {
          position: absolute;
          top: 50%;
          right: 8px;
          transform: translate(0, -50%);
          width: 12px;
          height: 10px;
      }

      .success-animation {
          width: fit-content;
          position: absolute;
          top: 50%;
          right: 3px;
          transform: translate(0, -50%);
          display:none;
      }

      .checkmark {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          display: block;
          stroke-width: 4;
          stroke: #4bb71b;
          stroke-miterlimit: 10;
          box-shadow: inset 0px 0px 0px #4bb71b;
          animation: .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
          margin: 0 auto;
      }

      .checkmark__circle {
          stroke-dasharray: 166;
          stroke-dashoffset: 166;
          stroke-width: 2;
          stroke-miterlimit: 10;
          stroke: #4bb71b;
          fill: #fff;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
      }

      .checkmark__check {
          transform-origin: 50% 50%;
          stroke-dasharray: 48;
          stroke-dashoffset: 48;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
      }

      @keyframes stroke {
          100% {
              stroke-dashoffset: 0;
          }
      }

      @keyframes scale {
          0%, 100% {
              transform: none;
          }

          50% {
              transform: scale3d(1.1, 1.1, 1);
          }
      }

      @keyframes fill {
          100% {
              box-shadow: inset 0px 0px 0px 30px #4bb71b;
          }
      }
  }*/
}
.main-section .right-section .profile-page .profile-summary .block ul li .extra-fields-on-profile.loader .form-group .input-feild .btn-red {
  border-radius: 0px 4px 4px 0px;
  box-shadow: none;
  height: fit-content;
  padding: 5.6px 18px;
  width: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
}
.main-section .right-section .profile-page .profile-summary .block ul li .extra-fields-on-profile.loader .form-group .form-control {
  padding: 4px 76px 4px 8px;
  border: 1px solid #494949;
  background: #262626;
  box-shadow: none;
  color: #f5f5f5;
  width: 100%;
  font-size: 12px;
}
.main-section .right-section .profile-page .profile-summary .block table {
  width: 100%;
}
.main-section .right-section .profile-page .profile-summary .block table th, .main-section .right-section .profile-page .profile-summary .block table td {
  padding-right: 16px;
  text-align: center;
}
.main-section .right-section .profile-page .profile-summary .block table th:last-child, .main-section .right-section .profile-page .profile-summary .block table td:last-child {
  padding-right: 0px;
}
.main-section .right-section .profile-page .profile-summary .block table thead tr {
  margin-bottom: 16px;
}
.main-section .right-section .profile-page .profile-summary .block table thead tr th {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #7b7c7f;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section .profile-page .profile-summary .block table tbody tr {
  border-bottom: 1px solid #c4c8ce;
  margin-bottom: 24px;
}
.main-section .right-section .profile-page .profile-summary .block table tbody tr td {
  padding-top: 24px;
}
.main-section .right-section .profile-page .profile-summary .block table tbody tr td:first-child {
  width: 100%;
  text-align: left;
}
.main-section .right-section .profile-page .profile-summary .block table tbody tr td span {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.main-section .right-section .profile-page .profile-summary .block.general-block {
  padding-right: 15px;
}
.main-section .right-section .profile-page .profile-summary .block.general-block ul {
  padding-bottom: 10px;
}
.main-section .right-section .profile-page .profile-summary .block.general-block ul li {
  margin-right: 10px;
}
.main-section .right-section .profile-page .profile-summary .block.general-block ul li b span {
  position: relative;
  padding-left: 8px;
  display: block;
  text-align: left;
  width: 100%;
}
.main-section .right-section .profile-page .profile-summary .block.general-block ul li b span:before {
  position: absolute;
  content: "";
  background: #DD001D;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  display: block;
}
.main-section .right-section .profile-page .profile-summary .block.general-block ul li b span.success:before {
  background: #34B233;
}
.main-section .right-section .profile-page .profile-summary .block.general-block ul li b span.alert-warning:before {
  background: #d3be89;
}
.main-section .right-section .profile-page .profile-summary .block.general-block ul li b.remove-dot span:before {
  content: unset;
}
.main-section .right-section .profile-page .profile-summary .block.general-block .btn-red-link {
  color: #cc1717;
  margin-top: 24px;
  font-size: 14px;
  display: block;
  text-align: right;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight {
  padding: 0;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .top {
  margin: 0;
  padding: 25px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .fight-belt {
  box-shadow: 0px 3px 6px #00000069;
  padding: 31px 45px 31px 28px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .fight-belt .belt-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .fight-belt .belt-block:last-child {
  margin-bottom: 0;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .fight-belt .belt-block img {
  max-width: calc(100% - 95px);
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .fight-belt .belt-block .date {
  margin-left: 19px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  min-width: 75px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul {
  padding: 0 25px;
  overflow: auto;
  max-height: 454px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li:last-child {
  padding-bottom: 19.5px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left {
  display: flex;
  align-items: center;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 24px 28px 0 rgba(0, 0, 0, 0.2);
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc {
  margin-left: 20px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc h3 {
  font-size: 14px;
  font-family: sofia-pro;
  font-weight: 300;
  margin-bottom: 6px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc p {
  margin: 0;
  font-size: 14px;
  color: #7b7c7f;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc p span {
  font-size: 14px;
  color: #7b7c7f;
  margin-right: 14px;
  font-weight: 300;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc p a {
  color: #7b7c7f;
  text-decoration: underline;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right {
  display: flex;
  align-items: center;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .btn {
  display: flex;
  align-items: center;
  padding: 0;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .btn span {
  height: 21px;
  border-radius: 13px;
  border: solid 1px #44464a;
  color: #7b7c7f;
  font-size: 10px;
  width: auto;
  padding: 0 12px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0 5px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .status {
  text-align: right;
  margin-left: 45px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .status h3 {
  color: #7b7c7f;
  font-size: 16px;
  text-transform: uppercase;
  font-family: sofia-pro;
  margin-bottom: 2px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .status span {
  color: #7b7c7f;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 14px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .status.win h3 {
  color: #d3be89;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block {
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.05);
  border: none;
  background-color: #191919;
  display: none;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .top .dropdown > a {
  background-color: #191919;
  color: #fff;
  border-radius: 6px;
  border: solid 1px #7b7c7f;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .top .dropdown > a:after {
  content: "";
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-right-color: transparent;
  border-left: 6px solid transparent;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block {
  padding: 0 0 30px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block .mobile {
  padding: 0 10px 30px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block .mobile li:first-child {
  padding-top: 20px;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block .mobile li.hide {
  display: none;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block .mobile li .block .middle .name .vs {
  border-top: 1px solid #7b7c7f;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block .mobile li .block .middle .name .vs b {
  background: #191919;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block {
  padding: 0;
  margin: 0;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block h3 {
  color: #fff;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block span {
  color: #7b7c7f;
  width: auto;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block .start span {
  color: #7b7c7f;
  width: auto;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block .start h4 {
  color: #7b7c7f;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block .last .rounds {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block .last .rounds > div:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block .last .rounds span {
  color: #7b7c7f;
}
.main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block .middle-block ul li .block .last .rounds span:last-child {
  color: #d3be89;
}
.main-section .right-section .profile-page .profile-summary .block.statistics .top h2, .main-section .right-section .profile-page .profile-summary .block.statistics .top a {
  width: 33.33%;
}
.main-section .right-section .profile-page .profile-summary .block.statistics .top a {
  text-align: right;
}
.main-section .right-section .profile-page .profile-summary .block.statistics ul li span, .main-section .right-section .profile-page .profile-summary .block.statistics ul li b {
  width: 33.33%;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery.row {
  margin-left: -7px;
  margin-right: -7px;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-1,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-10,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-11,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-12,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-2,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-3,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-4,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-5,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-6,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-7,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-8,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-9 {
  padding-right: 7px;
  padding-left: 7px;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
  transition: all 0.5s;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block a {
  display: block;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block img {
  width: 100%;
  height: 351px;
  object-fit: cover;
  border-radius: 4px;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block.gallery-open:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block.gallery-open .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block.gallery-open .play-icon img {
  max-width: 40px;
  max-height: 40px;
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block.gallery-open .zoom-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block.gallery-open .zoom-icon img {
  height: auto;
  width: auto;
}
.main-section .right-section .medical-page .medical-record-sec {
  padding: 51px 5px 0 40px;
}
.main-section .right-section .medical-page .medical-record-sec .medical-record-title {
  display: flex;
  align-items: center;
}
.main-section .right-section .medical-page .medical-record-sec .medical-record-title .not-public {
  display: none;
}
.main-section .right-section .medical-page .medical-record-sec .medical-record-title img {
  box-shadow: 0px 24px 28px #00000033;
  border: 5px solid #ffffff;
  width: 106px;
  height: 106px;
  object-fit: cover;
  border-radius: 50%;
}
.main-section .right-section .medical-page .medical-record-sec .medical-record-title .medical-record-info {
  margin-left: 40px;
  /*h1 {
      line-height: 75px;
  }*/
}
.main-section .right-section .medical-page .medical-record-sec .medical-record-title .medical-record-info h2 {
  line-height: 31px;
}
.main-section .right-section .medical-page .medical-record-sec .medical-record-title .medical-record-info .buy-medical-book-btn {
  /*padding: 12px 32px;*/
  min-width: 180px;
  max-width: max-content;
}
.main-section .right-section .medical-page .medical-record-sec .not-public {
  float: right;
  text-align: right;
  padding-right: 35px;
  padding-top: 10px;
}
.main-section .right-section .medical-page .medical-record-sec .not-public h2 {
  background: #DD001D;
  color: #fff;
  font-size: 34px;
  text-align: center;
  width: 259px;
  height: 52px;
  line-height: normal;
  border-radius: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  position: relative;
}
.main-section .right-section .medical-page .medical-record-sec .not-public h2:after {
  content: "";
  background: url(../img/bottom-right-corner.png) no-repeat;
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 15px;
  height: 13px;
}
.main-section .right-section .medical-page .medical-record-sec .not-public h2:before {
  content: "";
  background: url(../img/top-left-corner.png) no-repeat;
  position: absolute;
  top: -13px;
  left: 0;
  width: 15px;
  height: 13px;
}
.main-section .right-section .medical-page .medical-record-sec p.text {
  font-size: 16px;
  margin: 12px 0 0;
  line-height: 20px;
  color: #030303;
  font-weight: 400;
  padding-right: 35px;
  text-align: right;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec {
  margin-top: 21px;
  padding-right: 35px;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .row {
  margin-left: -10.5px;
  margin-right: -10.5px;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-1,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-10,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-11,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-12,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-2,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-3,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-4,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-5,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-6,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-7,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-8,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-9,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-auto,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-1,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-10,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-11,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-12,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-2,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-3,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-4,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-5,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-6,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-7,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-8,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-9,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-lg-auto,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-1,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-10,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-11,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-12,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-2,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-3,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-4,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-5,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-6,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-7,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-8,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-9,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-md-auto,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-1,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-10,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-11,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-12,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-2,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-3,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-4,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-5,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-6,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-7,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-8,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-9,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-sm-auto,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-1,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-10,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-11,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-12,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-2,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-3,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-4,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-5,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-6,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-7,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-8,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-9,
.main-section .right-section .medical-page .medical-record-sec .record-sec .row .col-xl-auto {
  padding-right: 10.5px;
  padding-left: 10.5px;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  padding: 27px 25px 23px;
  margin-bottom: 20px;
  background: #fff;
  min-height: 134px;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box h2 {
  line-height: 31px;
  margin-bottom: 15px;
  color: #000;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box .record-desc {
  display: flex;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box .record-desc span.icon {
  background: #DD001D;
  display: flex;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-top: 5px;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box .record-desc span.icon svg .a {
  fill: #fff;
  stroke: #fff;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box .record-desc p {
  margin: 0;
  font-size: 16px;
  color: #030303;
  line-height: 18px;
  font-weight: 400;
  width: calc(100% - 20px);
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box:hover {
  background: #DD001D;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box:hover h2 {
  color: #fff;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box:hover .record-desc span.icon {
  background: #fff;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box:hover .record-desc span.icon svg .a {
  fill: #DD001D;
  stroke: #DD001D;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box:hover .record-desc p {
  color: #fff;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-success .record-desc span.icon {
  background: #34B233;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-success:hover {
  background: #34B233;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-success:hover .record-desc span.icon {
  background: #fff;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-success:hover .record-desc span.icon svg .a {
  fill: #34B233;
  stroke: #34B233;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-warning .record-desc span.icon {
  background: #d3be89;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-warning:hover {
  background: #d3be89;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-warning:hover .record-desc span.icon {
  background: #fff;
}
.main-section .right-section .medical-page .medical-record-sec .record-sec .record-box.alert-warning:hover .record-desc span.icon svg .a {
  fill: #d3be89;
  stroke: #d3be89;
}
.main-section .right-section .medical-page.upload .medical-record-sec p.text {
  float: none;
  text-align: left;
  margin: 36px 0 22px;
  line-height: 16px;
  padding: 0;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  padding: 19px 15px 29px;
  margin-right: 35px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block {
  border-bottom: none !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block:last-child {
  border-bottom: 1px solid #e3e5ea !important;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block h2 {
  line-height: 31px;
  margin-bottom: 10px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block p {
  margin: 0 0 15px;
  font-size: 16px;
  color: #030303;
  line-height: 16px;
  font-weight: 400;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block p a {
  color: #d3be89;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-1,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-10,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-11,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-12,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-2,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-3,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-4,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-5,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-6,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-7,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-8,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-9,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-auto,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-1,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-10,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-11,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-12,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-2,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-3,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-4,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-5,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-6,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-7,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-8,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-9,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-lg-auto,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-1,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-10,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-11,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-12,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-2,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-3,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-4,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-5,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-6,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-7,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-8,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-9,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-md-auto,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-1,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-10,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-11,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-12,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-2,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-3,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-4,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-5,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-6,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-7,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-8,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-9,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-sm-auto,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-1,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-10,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-11,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-12,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-2,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-3,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-4,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-5,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-6,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-7,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-8,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-9,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .row .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group {
  margin: 0;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group label {
  font-size: 12px;
  text-transform: uppercase;
  color: #44464a;
  display: block;
  margin-bottom: 10px;
  line-height: 12px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group.select-div:before {
  top: 45px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group.select-div select {
  padding: 13px 12px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group.file-input {
  position: relative;
  width: calc(100% - 58px);
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group.file-input button {
  width: 46px;
  height: 48px;
  background: #cc1717;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 22px;
  overflow: hidden;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .file-delete {
  display: flex;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .file-delete .delete-icon {
  width: 48px;
  height: 48px;
  background: #44464a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid #e3e5ea;
  position: relative;
  top: 22px;
  overflow: hidden;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .file-delete .delete-icon img {
  position: relative;
  z-index: 1;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn {
  margin-top: 30px;
  display: flex;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn button,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn a {
  width: 123px;
  letter-spacing: 0;
  font-weight: 300;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn button.btn-red,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn a.btn-red {
  margin-right: 20px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload form:last-child .data-upload-block {
  border: none;
  margin: 0;
  padding: 0;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history {
  margin-top: 30px;
  margin-right: 35px;
  padding-bottom: 30px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history > .top a.btn-red {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history h2 {
  line-height: 31px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 20px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px 10px 15px;
  box-shadow: 0px 2px 24px #00000017;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top p {
  color: #d3be89;
  margin: 0;
  font-size: 16px;
  padding: 0;
  line-height: 16px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc {
  padding: 25px 16px 30px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 16px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc p:last-child {
  margin-bottom: 0;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .panel-footer {
  display: flex;
  align-items: center;
  padding: 16px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .panel-footer .btn-red {
  margin-right: 20px;
  width: 123px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .panel-footer .btn-outline {
  width: 123px;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block.panel-danger .top {
  background: #cc1717;
}
.main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block.panel-danger .top p {
  color: #fff;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec {
  padding: 10px 40px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  background-color: #fff;
  padding: 30px 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div img {
  max-width: 320px;
  margin-right: 30px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div:first-child {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div:first-child .tournament-desc p {
  margin: 10px 0 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box p {
  font-size: 16px;
  margin: 0;
  line-height: 21px;
  font-weight: 400;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec h1 {
  line-height: 60px;
  margin-bottom: 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .fight-select {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .fight-select .select-div::before {
  display: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .fight-select .form-group.select-div .select2-container {
  min-width: 1px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .fight-btn {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  align-items: flex-end;
  height: 100%;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .fight-btn button {
  width: auto !important;
  max-width: none !important;
  padding-inline: 16px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .fight-btn button:first-child {
  margin-right: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select label {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #44464a;
  display: block;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select .form-group.select-div {
  margin: 0;
  max-width: 100%;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select .form-group.select-div:before {
  content: "";
  top: 47px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select .form-group.select-div .select2-container {
  max-width: 100%;
  min-width: 150px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select .form-group.select-div select {
  font-size: 12px;
  color: #44464a;
  border: 1px solid #e3e5ea;
  font-weight: 300;
  box-shadow: 0px 8px 13px #e3e5ea66;
  padding: 10px 12px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-btn {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-btn .btn-red {
  font-weight: 300;
  width: 116px;
  letter-spacing: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-btn .btn-red:first-child {
  margin-right: 20px;
  width: 123px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec {
  border-top: 1px solid #e3e5ea;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top h1 {
  line-height: 60px;
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn {
  display: flex;
  align-items: center;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn a {
  background: #cc1717;
  width: 42px;
  height: 42px;
  box-shadow: 0px 12px 34px rgba(204, 23, 23, 0.3);
  border-radius: 50%;
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin-right: 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn .btn-red {
  background: #fff;
  color: #cc1717;
  width: 180px;
  font-weight: 300;
  letter-spacing: 0;
  margin-right: 15px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn .btn-red img {
  margin-right: 5.93px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn .form-group {
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn .form-group .form-control {
  height: 42px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn .form-group.approve-all-btn-sec {
  margin-right: 15px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  background-color: #fff;
  position: relative;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table {
  display: block;
  empty-cells: show;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table thead {
  position: relative;
  display: block;
  width: 100%;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table thead tr th {
  padding: 0 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table thead tr th:first-child {
  max-width: 80px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table thead tr th:last-child {
  max-width: 130px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table thead tr th:nth-child(3) {
  max-width: 100px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table thead tr th:nth-child(5) {
  flex: 1;
  min-width: 157px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tbody {
  display: block;
  position: relative;
  width: 100%;
  /*   overflow-y: scroll;
  max-height: 290px;*/
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tbody.NotScrollable {
  overflow: inherit !important;
  max-height: inherit !important;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tbody tr td:first-child {
  max-width: 80px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tbody tr td:last-child {
  max-width: 130px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tbody tr td:nth-child(3) {
  max-width: 100px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tbody tr td:nth-child(5) {
  flex: 1;
  min-width: 157px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tr {
  width: 100%;
  display: flex;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tr.hide {
  display: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tr td,
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table tr th {
  flex-basis: 100%;
  flex-grow: 2;
  display: block;
  text-align: left;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td {
  padding: 5px 10px 5px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .dlt-unlock-fight {
  display: flex;
  flex-wrap: wrap;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .drophere.ui-droppable {
  min-height: 50px;
  width: 100%;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .delete-icon,
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .unlock-icon {
  border: 1px solid transparent;
  padding: 7px 12px;
  border-radius: 4px;
  margin: 0 3px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .delete-icon:hover,
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .unlock-icon:hover {
  border: 1px solid #e3e5ea;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .delete-icon:hover svg,
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .unlock-icon:hover svg {
  fill: #DD001D;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .top {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.09);
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .top h2 {
  line-height: 31px;
  padding: 10px 0 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block td:first-child {
  vertical-align: top;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .menu-img {
  margin-right: 0;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .menu-img img {
  margin-right: 15.35px;
  cursor: pointer;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .menu-img span {
  font-size: 16px;
  color: #030303;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec {
  display: flex;
  align-items: center;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec > img {
  margin-right: 20.52px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .draghere-item {
  display: flex;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-action {
  margin-right: 10px;
  min-width: 18px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-action .custom-checkbox .custom-control-label:before {
  top: 4.3px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-action .custom-checkbox .custom-control-label:after {
  top: 4.3px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-action img {
  max-width: 18px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail .status {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
  margin: 0;
  position: relative;
  justify-content: space-between;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail .status .custom-checkbox .custom-control-label:before {
  top: 4.3px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail .status .custom-checkbox .custom-control-label:after {
  top: 4.3px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail .status p {
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail .status span {
  color: #c4c8ce;
  margin-right: 2px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail .status img {
  margin-left: 4px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail .status .check-btn {
  cursor: pointer;
  visibility: hidden;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail a:hover {
  color: #000;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-detail h5 {
  font-size: 14px;
  font-family: sofia-pro;
  color: #000;
  font-weight: 300;
  max-width: 292px;
  line-height: 15.69px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-image {
  min-width: 40px;
  margin-right: 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec .fighter-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.17);
  border: solid 3px #fff;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .fighter-sec.heighlight-box {
  background-color: lemonchiffon;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block h4 {
  margin: 0 15px;
  font-size: 16px;
  color: #030303;
  font-family: sofia-pro;
  font-weight: 300;
  text-align: center;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .form-group.select-div {
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .form-group.select-div select {
  font-size: 12px;
  color: #44464a;
  border: 1px solid #e3e5ea;
  font-weight: 300;
  box-shadow: 0px 8px 13px #e3e5ea66;
  padding: 10px 12px;
  width: 100%;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .form-group.select-div:before {
  content: "";
  top: 19px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .form-group.select-div.wid-100 {
  width: 100px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .unassigned-box .left {
  display: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .unassigned-box .right .delete-icon {
  display: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-block .unassigned-box .right a p {
  font-size: 14px;
  font-family: sofia-pro;
  color: #000;
  font-weight: 300;
  max-width: 292px;
  line-height: 15.69px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile {
  padding: 21px 15px 16px;
  display: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block {
  padding: 12px 12px 27px;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  background-color: #fff;
  margin-bottom: 15px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block:last-child {
  margin-bottom: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec {
  display: block;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec h2 {
  line-height: 31px;
  margin-bottom: 11px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e3e5ea;
  padding-bottom: 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content .menu-img {
  display: block;
  margin: 0 15px 0 0;
  padding: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content .img-sec {
  margin-right: 15px;
  margin-top: 6px;
  min-width: 18px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content .img-sec img {
  display: block;
  margin-bottom: 10px;
  max-width: 18px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content .img-sec .approve-fight-for-medical-record {
  margin-bottom: 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content .fighter-detail .status {
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content .fighter-detail h5 {
  line-height: 19px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec .inner-content.heighlight-box {
  background-color: lemonchiffon;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec.pending .inner-content {
  padding-left: 24px;
  align-items: center;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec.pending .inner-content .img-sec img {
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .fighter-sec.pending.event-pending .inner-content .img-sec img {
  margin-bottom: 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block h4 {
  border-bottom: 1px solid #e3e5ea;
  padding: 15px 0 11px 60px;
  margin: 0 0 10px;
  text-align: left;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .result-sec {
  margin-top: 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .result-sec h2 {
  line-height: 31px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .result-sec > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .result-sec > div .form-group {
  width: 100%;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .result-sec > div .form-group.round-number-sec {
  margin-right: 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .result-sec > div a.delete-icon {
  margin-right: 0;
  margin-left: 14px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile .fighter-block .result-sec > div a.unlock-icon {
  margin-left: 14px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters {
  padding: 0;
  margin-top: 20px;
  position: fixed;
  bottom: 44px;
  width: calc(100% - 360px);
  height: 83px;
  overflow: hidden;
  z-index: 9;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top {
  border-bottom: 1px solid #e3e5ea;
  padding: 19.5px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left {
  display: flex;
  align-items: center;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left h2 {
  padding: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div {
  margin: 0;
  margin-left: 49px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div:before {
  content: "";
  top: 19px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div select {
  font-size: 12px;
  color: #44464a;
  font-weight: 300;
  width: 331px;
  padding: 10px 12px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .plus-icon {
  background: #cc1717;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 20px 0 50px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .form-group.select-div select {
  width: 331px;
  padding: 10px 12px;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .btn-grey {
  background: #fff;
  letter-spacing: 0;
  font-weight: 300;
  width: 123px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block {
  padding: 0 14.5px;
  overflow: auto;
  height: 200px;
  margin-bottom: 16px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec {
  display: flex;
  margin-top: 16px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .dro {
  width: 50%;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .dro .status, .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .dro .fighter-action {
  display: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .dro .fighter-detail {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea33;
  padding: 17.5px 20px;
  margin: 0 10.25px;
  width: calc(100% - 20.5px);
  display: flex;
  align-items: center;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .dro .fighter-detail a h5 {
  max-width: 421px;
  color: #000;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  font-family: sofia-pro;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .dro .fighter-detail a:hover {
  color: #000;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea33;
  padding: 17.5px 20px;
  margin: 0 10.25px;
  width: calc(100% - 20.5px);
  display: flex;
  align-items: center;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left a {
  display: block;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left a:first-child {
  margin-bottom: 5px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left .delete-icon {
  border: 1px solid transparent;
  padding: 10px 12px;
  border-radius: 4px;
  margin: 0 3px;
  display: none;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left .delete-icon:hover {
  border: 1px solid #e3e5ea;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left .delete-icon:hover svg {
  fill: #DD001D;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right {
  margin-left: 20px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right p {
  max-width: 421px;
  color: #000;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right .delete-icon {
  border: 1px solid transparent;
  padding: 10px 12px;
  border-radius: 4px;
  margin: 0 3px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right .delete-icon:hover {
  border: 1px solid #e3e5ea;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right .delete-icon:hover svg {
  fill: #DD001D;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section {
  margin: 24px 0 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section p {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group {
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group.select-div {
  width: 100%;
  margin-right: 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group.select-div:before {
  top: 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group.select-div select {
  padding: 10px 12px;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner #selectfighterlist {
  min-width: 50%;
  margin-right: 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .btn-red {
  min-width: 120px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn a.btn-red {
  margin-left: 20px;
  margin-top: 0;
  width: 123px;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn button {
  margin: 0;
}
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn button:first-child {
  margin-right: 20px;
  width: 123px;
}
.main-section .right-section .fight-mixing-page.fight-max-height .fight-mixing-sec {
  max-height: calc(100vh - 400px);
}
.main-section .right-section .flow-chart-page .flow-chart-sec {
  padding: 20px 40px;
  /*max-height: calc(100vh - 400px);*/
  /*overflow: auto;*/
}
.main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
  border: solid 1px #e3e5ea;
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box .btn-width-auto a.btn-red {
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  line-height: 42px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div img {
  max-width: 320px;
  margin-right: 30px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div:first-child {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div:first-child .tournament-desc p {
  margin: 10px 0 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box p {
  font-size: 16px;
  margin: 0;
  line-height: 21px;
  font-weight: 400;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea33;
  padding: 15px 25px;
  max-height: calc(100vh - 210px);
  padding-bottom: 80px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e5ea;
  padding: 0 0 15px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left {
  display: flex;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left .form-group:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top p {
  margin: 0;
  color: #44464a;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .form-group.select-div {
  margin: 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .form-group.select-div:before {
  content: "";
  top: 19px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .form-group.select-div select {
  font-size: 12px;
  color: #44464a;
  font-weight: 300;
  width: 255px;
  padding: 10px 12px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .form-group.select-div .selection .select2-selection--single {
  width: 120px;
  padding: 11px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right {
  display: flex;
  align-items: center;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .custom-checkbox .custom-control-label:before {
  top: 6px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .custom-checkbox .custom-control-label:after {
  top: 6px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .btn-outline {
  width: auto;
  padding: 0 15px;
  letter-spacing: 0;
  font-weight: 300;
  margin-left: 20px;
  min-width: 125px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .btn-outline img,
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .btn-outline i {
  margin-right: 5px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec > h2 {
  margin-top: 20px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner {
  margin-bottom: 4px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .approve-fight-sec p {
  margin-bottom: 10px;
  line-height: 12px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner > p {
  margin-bottom: 10px;
  line-height: 12px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .approve-fight-sec {
  display: flex;
  align-items: center;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .approve-fight-sec .custom-checkbox {
  margin-left: 10px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .approve-fight-sec .custom-checkbox .custom-control-label:before {
  top: -1px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .approve-fight-sec .custom-checkbox .custom-control-label:after {
  top: -1px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  width: 357px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc {
  width: 307px;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  box-shadow: 0px 8px 13px #e3e5ea66;
  position: relative;
  padding: 20px 10.57px 19px 19px;
  margin-right: 9.79px;
  background: #fff;
  min-height: 95px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .bg-left {
  width: 15px;
  height: 100%;
  background: red;
  position: absolute;
  border-radius: 3px 0px 0px 3px;
  left: 0;
  top: 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .bg-left.cyan {
  background: #3ff8a1;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #44464a;
  margin-bottom: 11px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .top a:hover {
  color: #000;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .top p {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  line-height: 13px;
  color: #000;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .top p span {
  margin-right: 5px;
  display: inline-block;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .top p:last-child {
  min-width: 25px;
  text-align: right;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc > p {
  font-size: 14px;
  color: #000;
  margin: 0;
  max-width: 161px;
  line-height: 15px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .dra > p, .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .fighter-drag-block > p {
  font-size: 14px;
  color: #000;
  margin: 0;
  max-width: 161px;
  line-height: 15px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .unassigned-box.FighterDetail .left {
  display: none;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .unassigned-box.FighterDetail .right a svg {
  display: none;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc .unassigned-box.FighterDetail .right a p {
  color: #d3be89;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-desc.heighlight-box {
  background-color: lemonchiffon;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-btn a.box {
  border-radius: 4px;
  box-shadow: 0px 8px 13px #e3e5ea66;
  border: 1px solid #e3e5ea;
  width: 40px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-btn .dropdown {
  margin-bottom: 11px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-btn .dropdown .dropdown-menu {
  padding: 15px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-btn .dropdown .dropdown-menu .dropdown-item {
  padding-bottom: 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .middle-sec .flow-chart-draw-main .flow-chart-inner .flow-chart-block .flow-chart-btn .dropdown .dropdown-menu .form-group.select-div {
  margin: 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn {
  display: flex;
  align-items: center;
  margin-top: 60px;
  position: fixed;
  bottom: 145px;
  width: calc(100% - 360px);
  margin: 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn a.btn-red {
  margin-left: 20px;
  margin-top: 0;
  width: 123px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn button {
  width: 202px;
  letter-spacing: 0;
  font-weight: 300;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn button:first-child {
  width: 123px;
  margin-right: 20px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-chart-inner-content .form-group {
  margin: 15px 0 10px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-chart-inner-content .scroll-div {
  max-height: calc(100vh - 453px);
  overflow: auto;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters {
  padding: 0;
  margin-top: 10px;
  position: fixed;
  bottom: 44px;
  width: calc(100% - 360px);
  height: 83px;
  overflow: hidden;
  z-index: 9;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top {
  border-bottom: 1px solid #e3e5ea;
  padding: 19.5px 25px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left {
  display: flex;
  align-items: center;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left h2 {
  margin-right: 50px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .plus-icon {
  background: #cc1717;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .form-group.select-div select {
  width: 331px;
  padding: 10px 12px;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .btn-grey {
  background: #fff;
  letter-spacing: 0;
  font-weight: 300;
  width: 123px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block {
  padding: 0 14.5px;
  overflow: auto;
  height: 200px;
  margin-bottom: 16px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec {
  display: flex;
  margin-top: 16px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .inner-block {
  width: 50%;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .fighter-drag-block {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea33;
  padding: 17.5px 20px;
  width: calc(100% - 20.5px);
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .fighter-drag-block .top {
  display: flex;
  border-bottom: none;
  padding: 0;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .fighter-drag-block .top p a {
  color: #d3be89;
  margin-right: 3px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .fighter-drag-block .top p img {
  display: none;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .fighter-drag-block .top p:last-child {
  display: none;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .fighter-drag-block p {
  margin: 0;
  color: #d3be89;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea33;
  padding: 17.5px 20px;
  margin: 0 10.25px;
  width: calc(100% - 20.5px);
  display: flex;
  align-items: center;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left a {
  display: block;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left a:first-child {
  margin-bottom: 5px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left .delete-icon {
  border: 1px solid transparent;
  padding: 10px 12px;
  border-radius: 4px;
  margin: 0 3px;
  display: none;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left .delete-icon:hover {
  border: 1px solid #e3e5ea;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left .delete-icon:hover svg {
  fill: #DD001D;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right {
  margin-left: 20px;
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right p {
  max-width: 421px;
  color: #000;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right .delete-icon {
  border: 1px solid transparent;
  padding: 10px 12px;
  border-radius: 4px;
  margin: 0 3px;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right .delete-icon:hover {
  border: 1px solid #e3e5ea;
  box-shadow: 0px 8px 13px #e3e5ea66;
}
.main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right .delete-icon:hover svg {
  fill: #DD001D;
}
.main-section .right-section .flow-chart-page.fight-max-height .flow-chart-sec {
  max-height: calc(100vh - 400px);
}
.main-section .right-section .setting-page .setting-sec {
  padding: 51px 40px;
}
.main-section .right-section .setting-page .setting-sec .top h1 {
  line-height: 75px;
  margin-bottom: 10px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row {
  margin-left: -10.5px;
  margin-right: -10.5px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-1,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-10,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-11,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-12,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-2,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-3,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-4,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-5,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-6,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-7,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-8,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-9,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-auto,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-1,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-10,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-11,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-12,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-2,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-3,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-4,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-5,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-6,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-7,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-8,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-9,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-lg-auto,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-1,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-10,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-11,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-12,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-2,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-3,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-4,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-5,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-6,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-7,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-8,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-9,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-md-auto,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-1,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-10,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-11,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-12,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-2,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-3,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-4,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-5,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-6,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-7,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-8,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-9,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-sm-auto,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-1,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-10,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-11,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-12,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-2,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-3,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-4,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-5,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-6,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-7,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-8,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-9,
.main-section .right-section .setting-page .setting-sec .middle .setting-block .row .col-xl-auto {
  padding-right: 10.5px;
  padding-left: 10.5px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box {
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #e3e5ea33;
  padding: 33px 16px 33px 40px;
  background: #fff;
  display: flex;
  margin-bottom: 20px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box img {
  width: 21px;
  height: 21px;
  max-width: 21px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box svg {
  max-width: 20px;
  width: 20px;
  height: 20px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box svg .a {
  stroke: #000;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box p {
  font-size: 16px;
  color: #030303;
  margin: 0 0 0 14.82px;
  font-weight: 400;
  line-height: 18px;
  min-height: 36px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box:hover {
  background: #DD001D;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box:hover p {
  color: #fff;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box:hover svg .a {
  stroke: #fff;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box:hover svg path {
  fill: #fff;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  margin-bottom: 0;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec .custom-checkbox {
  min-height: 19px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec .custom-checkbox .custom-control-label {
  color: #44464a;
  font-size: 16px;
  line-height: 19px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec .custom-checkbox .custom-control-label:before {
  border-radius: 2px;
  border: solid 1px #eaecef;
  width: 15px;
  height: 15px;
  top: 1.3px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec .custom-checkbox .custom-control-label:after {
  width: 15px;
  height: 15px;
  top: 2px;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d3be89;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec a {
  color: #44464a;
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
}
.main-section .right-section .add-account-page .add-account-sec {
  padding: 51px 40px 10px;
}
.main-section .right-section .add-account-page .add-account-sec .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .add-account-page .add-account-sec h1 {
  line-height: 75px;
  margin-bottom: 7px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  padding: 24px 14px 19px;
  margin-bottom: 20px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .row .col-lg-12,
.main-section .right-section .add-account-page .add-account-sec .account-block .row .col-lg-6,
.main-section .right-section .add-account-page .add-account-sec .account-block .row .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .companyverification {
  width: 100%;
  padding: 0 10px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block #JapanFieldsDivId {
  width: 100%;
}
.main-section .right-section .add-account-page .add-account-sec .account-block #JapanFieldsDivId h2 {
  margin-top: 20px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block h2 {
  line-height: 31px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group {
  margin: 24px 0 0;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  display: block;
  color: #44464a;
  margin-bottom: 10px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group.select-div:before {
  top: 45px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group.select-div select {
  color: #44464a;
  padding: 13px 12px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group.select-div .bootstrap-select button.btn.dropdown-toggle.btn-light {
  background: #fff;
  box-shadow: none !important;
  border-radius: 4px;
  border: solid 1px #eaecef;
  padding: 14px 15px !important;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group.document span {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 10px;
  text-transform: uppercase;
  color: #44464a;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group.file-input {
  position: relative;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .form-group.file-input button {
  width: 46px;
  height: 48px;
  background: #cc1717;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 22px;
  overflow: hidden;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .file-delete {
  display: flex;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .file-delete .delete-icon {
  width: 48px;
  height: 48px;
  background: #44464a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid #e3e5ea;
  position: relative;
  top: 46px;
  overflow: hidden;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .file-delete .delete-icon img {
  position: relative;
  z-index: 1;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .btn-red {
  margin-top: 60px;
  width: 123px;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 19px;
  box-shadow: 0px 12px 34px rgba(204, 23, 23, 0.3);
}
.main-section .right-section .add-account-page .add-account-sec .account-block .phone-block .form-group .phone-block-inner {
  display: flex;
  align-items: center;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .phone-block .form-group .phone-block-inner input {
  width: 100%;
  padding-left: 4px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .phone-block .form-group .phone-block-inner input:first-child {
  max-width: 60px;
  border-right: none;
  margin-right: -4px;
  padding-right: 0;
  padding-left: 15px;
  width: auto;
  min-width: 42px;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .phone-block .form-group .phone-block-inner input:last-child {
  border-left: none;
}
.main-section .right-section .add-account-page .add-account-sec .account-block .phone-block .form-group .phone-block-inner input.input-validation-error {
  border-left: 1px solid #cc1717;
}
.main-section .right-section .dashboard-page .dashboard-sec {
  padding: 57px 40px 32px;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top {
  display: flex;
  margin-bottom: 15px;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top .left {
  margin-right: 52px;
  min-width: 225px;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top .left h2 {
  line-height: 31px;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top .right {
  display: flex;
  flex-wrap: wrap;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top .right a.btn-outline {
  width: auto;
  padding: 0 18.4px;
  margin-right: 10px;
  letter-spacing: 0;
  margin-bottom: 11px;
  font-weight: 300;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user {
  display: block;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left {
  margin: 0;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left h1 {
  line-height: 75px;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left .well {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  margin: 4px 0 20px;
  padding: 33px 30px 30px;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left .well p {
  font-size: 16px;
  color: #030303;
  margin: 0 0 26px;
  line-height: 16px;
  font-weight: 400;
}
.main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left .well .btn-red {
  width: 100%;
  max-width: 254px;
  letter-spacing: 0;
  font-weight: 300;
  margin: 41px 0 0;
  box-shadow: 0px 12px 34px rgba(204, 23, 23, 0.3);
}
.main-section .right-section .dashboard-page .dashboard-sec .top-text {
  margin-bottom: 27px;
}
.main-section .right-section .dashboard-page .dashboard-sec .top-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #030303;
}
.main-section .right-section .dashboard-page .dashboard-sec .top-text p a {
  color: #d7bd8e;
}
.main-section .right-section .dashboard-page .dashboard-sec .event-card .alert-danger {
  background: rgba(204, 23, 23, 0.05);
  border: none;
  border-radius: 4px;
  height: 80px;
  line-height: 80px;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #030303;
  padding: 0;
  box-shadow: 0px 2px 24px rgba(204, 23, 23, 0.05);
}
.main-section .right-section .dashboard-page .dashboard-sec .event-card .event-card-block {
  margin-bottom: 30px;
}
.main-section .right-section .dashboard-page .dashboard-sec .event-card .event-card-block > h1 {
  margin-bottom: 10px;
}
.main-section .right-section .dashboard-page .dashboard-sec .row {
  margin-left: -10px;
  margin-right: -10px;
}
.main-section .right-section .dashboard-page .dashboard-sec .row .col,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-1,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-10,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-11,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-12,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-2,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-3,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-4,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-5,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-6,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-7,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-8,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-9,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-auto,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-1,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-10,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-11,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-12,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-2,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-3,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-4,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-5,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-6,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-7,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-8,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-9,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-lg-auto,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-1,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-10,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-11,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-12,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-2,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-3,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-4,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-5,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-6,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-7,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-8,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-9,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-md-auto,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-1,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-10,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-11,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-12,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-2,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-3,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-4,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-5,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-6,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-7,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-8,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-9,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-sm-auto,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-1,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-10,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-11,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-12,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-2,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-3,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-4,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-5,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-6,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-7,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-8,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-9,
.main-section .right-section .dashboard-page .dashboard-sec .row .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block {
  box-shadow: 0px 3px 6px #87a8ff1c;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 21px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block img {
  height: 147px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top {
  padding: 15px;
  border-bottom: 1px solid #e3e5ea;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top h2 {
  line-height: 31px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top ul {
  display: flex;
  align-items: center;
  margin-bottom: 18.5px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top ul li {
  margin-right: 15px;
  font-size: 13px;
  color: #c4c8ce;
  display: flex;
  align-items: center;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top ul li img {
  width: 18px;
  height: 18px;
  margin-right: 5.57px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top ul li:first-child img {
  width: 8px;
  height: 12px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top p {
  font-size: 13px;
  color: #44464a;
  margin: 0;
  line-height: 12px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top span {
  font-size: 13px;
  color: #44464a;
  display: inline-block;
  line-height: 16px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top span ~ span:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #44464a;
  border-radius: 50%;
  display: inline-block;
  margin: 2px 6px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top .price {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: #d3be89;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  background: rgba(211, 190, 137, 0.2);
  border-radius: 3px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .middle {
  padding: 19px 15px 15px;
  border-bottom: 1px solid #e3e5ea;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .middle p {
  margin: 0;
  font-size: 13px;
  line-height: 12px;
  color: #030303;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .middle p:last-child {
  margin-bottom: 0;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .bottom {
  padding: 7.9px 10px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .bottom p {
  margin: 0;
  color: #DD001D;
  text-align: center;
  font-size: 13px;
  line-height: 22.2px;
  font-weight: 400;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .bottom ul li {
  margin: 0 8px;
}
.main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .bottom ul li a img {
  width: 18px;
  height: 18px;
}
.main-section .right-section .dashboard-page .dashboard-sec .btn-center {
  display: block;
}
.main-section .right-section .dashboard-page .dashboard-sec .btn-center.mobile {
  display: none;
}
.main-section .right-section .dashboard-page .dashboard-sec .btn-center.mobile a {
  font-size: 16px;
  line-height: 16px;
  color: #44464a;
  text-decoration: underline;
  display: inline-block;
}
.main-section .right-section .table-section .table-content {
  padding: 51px 40px;
}
.main-section .right-section .table-section .table-content > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-section .right-section .table-section .table-content > .top h1 {
  line-height: 75px;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap {
  display: flex;
  align-items: center;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user {
  position: relative;
  margin-bottom: 0;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user .form-control {
  border-radius: 8px;
  padding-left: 35px;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .button-wrap {
  display: flex;
  align-items: center;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap {
  display: flex;
  align-items: center;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user {
  position: relative;
  margin-bottom: 0;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user .form-control {
  border-radius: 8px;
  padding-left: 35px;
}
.main-section .right-section .table-section .table-content > .top .search-button-wrap .button-wrap {
  display: flex;
  align-items: center;
}
.main-section .right-section .table-section .table-content > .top .right-btn .plus-icon {
  background: #cc1717;
  box-shadow: 0px 12px 34px rgba(204, 23, 23, 0.3);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: inherit;
}
.main-section .right-section .table-section .table-content > .top .right-btn .plus-icon img {
  margin: 0;
}
.main-section .right-section .table-section .table-content .explanatory-text {
  margin: 20px 0;
}
.main-section .right-section .table-section .table-content .activeFighter-filterForm select.form-control {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-section .right-section .table-section .table-content .activeFighter-filterForm .form-group.export {
  display: flex;
  height: 100%;
  align-items: center;
}
.main-section .right-section .table-section .table-content .top-text {
  margin-bottom: 22px;
  margin-top: 5px;
}
.main-section .right-section .table-section .table-content .top-text a {
  font-size: 16px;
  color: #030303;
  margin: 0;
  line-height: 16px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}
.main-section .right-section .table-section .table-content .table-main-sec {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.main-section .right-section .table-section .table-content .table-main-sec table {
  width: 100%;
  white-space: normal;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr.hide {
  display: none;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td,
.main-section .right-section .table-section .table-content .table-main-sec table tr th {
  text-align: left;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .table-date,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .table-date {
  white-space: nowrap;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .suspended-icon,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .suspended-icon {
  width: 20px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .active-user,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .active-user {
  background: #77f697;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
  left: 0;
  display: block;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .inactive-user,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .inactive-user {
  background: #DD001D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
  left: 0;
  display: block;
}
.main-section .right-section .table-section .table-content .table-main-sec table .top {
  box-shadow: 0px 2px 24px #00000017;
  vertical-align: top;
}
.main-section .right-section .table-section .table-content .table-main-sec table .top th {
  padding: 24px 15px 25px;
}
.main-section .right-section .table-section .table-content .table-main-sec table .top th h2 {
  line-height: 31px;
  word-break: inherit;
}
.main-section .right-section .table-section .table-content .table-main-sec table .top th:first-child {
  padding-left: 25px;
}
.main-section .right-section .table-section .table-content .table-main-sec table .top th:last-child {
  text-align: center;
  padding-right: 24px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td {
  padding: 20px 15px 20px;
  font-size: 16px;
  color: #030303;
  border-bottom: 1px solid #e3e5ea;
  font-weight: 400;
  word-break: break-word;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .edit.editbankasdefault {
  padding: 0 10px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .delete,
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .delete.active {
  display: none;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td:first-child {
  padding-left: 25px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td:last-child {
  text-align: center;
  padding-right: 25px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .img-box {
  box-shadow: 0px 8px 13px #e3e5ea66;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  width: 74px;
  height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .img-box img {
  object-fit: contain;
  max-height: 32px;
  max-width: 43px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .edit img {
  max-width: 20px;
  width: 20px;
  height: 20px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .custom-checkbox,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .custom-checkbox {
  min-height: 20px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .custom-checkbox .custom-control-label,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .custom-checkbox .custom-control-label {
  color: #030303;
  font-size: 16px;
  padding-left: 12px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .custom-checkbox .custom-control-label h2,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .custom-checkbox .custom-control-label h2 {
  color: #000;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .custom-checkbox .custom-control-label:before,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .custom-checkbox .custom-control-label:before {
  border-radius: 2px;
  border: solid 1px #dddbdd;
  width: 20px;
  height: 20px;
  top: 4px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .custom-checkbox .custom-control-label:after,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .custom-checkbox .custom-control-label:after {
  width: 20px;
  height: 20px;
  top: 4px;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #d3be89;
}
.main-section .right-section .table-section .table-content .table-main-sec table tr td .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before,
.main-section .right-section .table-section .table-content .table-main-sec table tr th .custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.main-section .right-section .table-section .table-content .table-main-sec table.single-column .top th:last-child {
  text-align: left;
}
.main-section .right-section .table-section .table-content .table-main-sec table.single-column tbody tr td:last-child {
  text-align: left;
}
.main-section .right-section .table-section .table-content .table-main-sec table.club-index-federation .top th:nth-child(2) {
  text-align: left;
}
.main-section .right-section .table-section .table-content .table-main-sec table.club-index-federation tbody tr td:nth-child(2) {
  margin-right: 0;
}
.main-section .right-section .table-section .table-content .table-main-sec table.active-fighters-list .top th {
  width: auto;
  min-width: 230px;
}
.main-section .right-section .table-section .table-content .table-main-sec table.active-fighters-list .top th.width-inherit {
  min-width: 120px;
}
.main-section .right-section .table-section .table-content .table-main-sec table.active-fighters-list tbody tr td .static-block {
  display: flex;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main-section .right-section .table-section .table-content .table-main-sec table.active-fighters-list tbody tr td .static-block a {
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}
.main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec {
  display: none;
}
.main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec table tbody {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border-radius: 4px;
}
.main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec table tbody tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none;
  background: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e3e5ea;
}
.main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec table tbody tr td {
  padding-left: 0;
  width: 42%;
  border-bottom: none !important;
}
.main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec table tbody tr td b {
  font-family: Teko;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  text-transform: uppercase;
}
.main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec table tbody tr td:first-child {
  width: 58%;
  text-align: left !important;
}
.main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec table tbody tr td:first-child {
  font-family: sofia-pro;
  font-weight: 400;
  font-size: 16px;
}
.main-section .right-section .table-section .table-content .table-main-sec .btn-center {
  display: none;
}
.main-section .right-section .table-section .table-content .table-main-sec .btn-center a {
  font-size: 16px;
  line-height: 16px;
  color: #44464a;
  text-decoration: underline;
  display: inline-block;
}
.main-section .right-section .table-section .table-content .filter_wrap {
  margin-bottom: 15px;
}
.main-section .right-section .table-section .table-content .filter_wrap .filter_btn {
  margin-bottom: 15px;
}
.main-section .right-section .table-section .table-content #filterusers h5 {
  font-family: sofia-pro;
  margin-bottom: 10px;
  font-size: 16px;
}
.main-section .right-section .table-section.class-history .payment-page .payment-event .form-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.main-section .right-section .table-section.class-history .payment-page .payment-event .form-area .form-group {
  margin: 0;
  width: 100%;
}
.main-section .right-section .table-section.class-history .payment-page .payment-event .form-area .btn-center {
  margin-top: 28px;
  min-width: 266px;
  margin-left: 10px;
}
.main-section .right-section .table-section.class-history .payment-page .payment-event .form-area .btn-center input,
.main-section .right-section .table-section.class-history .payment-page .payment-event .form-area .btn-center a {
  margin: 0 0 0 10px;
  width: 123px;
}
.main-section .right-section .table-section.class-history .table-content {
  padding: 0;
}
.main-section .right-section .table-section.class-history .table-content > h2 {
  margin-bottom: 10px;
}
.main-section .right-section .table-section.class-history .table-content .top p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.main-section .right-section .table-section.class-history .table-content .table-main-sec table .top {
  display: table-row;
}
.main-section .right-section .table-section.class-history .table-content .table-main-sec table tr th,
.main-section .right-section .table-section.class-history .table-content .table-main-sec table tr td {
  text-align: left !important;
}
.main-section .right-section .table-section.training-details .table-content {
  padding: 40px;
}
.main-section .right-section .table-section.training-details .table-content .top {
  align-items: flex-start;
  margin-bottom: 20px;
}
.main-section .right-section .table-section.training-details .table-content .top .class-btn-right {
  margin-top: 15px;
}
.main-section .right-section .default-table .table-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #030303;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group {
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 100px;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group.create-amount {
  min-width: 80px;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group.create-amount input {
  max-width: 80px;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group.select-div {
  width: 300px;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group select {
  text-overflow: ellipsis;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan a.btn-red {
  max-width: 100px;
  margin-bottom: 5px;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .external-account {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-section .right-section .default-table .table-content .table-main-sec table tr td .external-account .defaultbackground {
  display: flex;
  width: auto;
  height: 30px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #3ff8a1;
  margin-left: 10px;
  padding: 0 15px;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec {
  overflow: auto;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table {
  width: 100%;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table .top {
  padding-right: 0;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table .top th.space_fixed {
  padding: 24px 0 25px;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table .top th:first-child {
  padding: 24px 0 25px 15px;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table .top th:last-child {
  padding: 24px 15px 25px 0;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table th, .main-section .right-section .scrollable-table .table-content .table-main-sec table td {
  width: auto;
  min-width: 160px;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table th:first-child, .main-section .right-section .scrollable-table .table-content .table-main-sec table td:first-child {
  padding-left: 15px !important;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed_date, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed_date {
  padding: 20px 0;
  text-align: center;
  min-width: 100px;
  max-width: 100px;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed_date label, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed_date label {
  display: block;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed {
  min-width: 60px;
  max-width: 60px;
  padding: 20px 5px !important;
  text-align: center;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed_membership, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed_membership {
  min-width: 120px;
  max-width: 120px;
  padding-left: 5px;
  padding-right: 5px !important;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table th .active, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .cancel, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .past-membership, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .excepted-memeber, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .watting-member, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .active, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .cancel, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .past-membership, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .excepted-memeber, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .watting-member {
  max-width: 160px !important;
  width: 100% !important;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table {
  width: 100%;
  display: block;
  empty-cells: show;
  white-space: normal;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table thead {
  position: relative;
  display: block;
  width: 100%;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table tbody {
  display: block;
  position: relative;
  width: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - 400px);
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table tr {
  width: 100%;
  display: flex;
}
.main-section .right-section .scrollable-table .table-content .table-main-sec table tr td,
.main-section .right-section .scrollable-table .table-content .table-main-sec table tr th {
  flex-basis: 100%;
  flex-grow: 2;
  display: block;
  text-align: left;
}
.main-section .right-section .membership-page .table-content {
  padding-top: 25px;
}
.main-section .right-section .membership-page .table-content .approval-flow-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.main-section .right-section .membership-page .table-content .approval-flow-block .subHeading p:last-child {
  margin-bottom: 0px;
}
.main-section .right-section .membership-page .table-content .approval-flow-block .flow-b {
  /*.box {
      box-shadow: none !important;
      background: none !important;

      .approvemultiple {
          width: max-content !important;
      }
  }*/
}
.main-section .right-section .membership-page .table-content .approval-flow-block .flow-b a {
  display: flex;
  align-items: center;
  border: 0 !important;
  background-color: #3ff8a1;
  border-radius: 30px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  width: max-content !important;
}
.main-section .right-section .membership-page .table-content .approval-flow-block .flow-b a img {
  margin-right: 8px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td {
  /*white-space: nowrap;*/
  /*text-align: center;*/
  /*padding: 10px 12px 10px;*/
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td:last-child {
  margin-right: 15px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .active, .main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .cancel {
  height: min-content;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .club-federation-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .club-federation-buttons [class*=btn] {
  height: auto;
  width: 100%;
  font-size: 12px;
  padding: 4.5px 10px;
  line-height: 18.7px;
  margin: 0;
  min-height: 30px;
  min-width: 130px;
  max-width: 160px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .form-group.desc-gap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .form-group.desc-gap .form-control {
  min-height: 40px;
  padding: 9px 10px;
  flex-grow: 1;
  width: 25%;
  border-radius: 6px;
  min-width: 300px;
  word-wrap: break-word;
  box-sizing: border-box;
  overflow: hidden;
  resize: none;
  border: solid 1px #d1d1d1;
}
.main-section .right-section .membership-page .table-content .breadcrumb {
  margin-bottom: 10px;
}
.main-section .right-section .membership-page .table-content h1 {
  line-height: 75px;
}
.main-section .right-section .membership-page .table-content .accept-decline-block {
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  padding: 0 25px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box {
  display: flex;
  align-items: center;
  padding: 19.5px 0;
  border-bottom: 1px solid #e3e5ea;
  /*&.tooltip-inner {
      background-color: red;
      max-width: 100%;
  }

  .bs-tooltip-top {
      .arrow {
          &::before {
              border-top-color: red !important;
          }
      }
  }*/
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box > div {
  display: flex;
  align-items: center;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box > div a {
  display: flex;
  width: 95px;
  height: 30px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #CC1616;
  margin-right: 10px;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box > div a:first-child {
  background: #247F21;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box > div a img {
  margin-right: 8px;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box:last-child {
  border: none;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box p {
  margin: 0 0 0 15px;
  font-size: 16px;
  color: #030303;
  line-height: 16px;
  font-weight: 400;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box p a {
  color: #030303;
}
.main-section .right-section .membership-page .table-content .accept-decline-block .box p a:hover {
  color: #d3be89;
}
.main-section .right-section .membership-page .table-content .accept-decline-block.waiting-for-cancellation-member {
  background: #f0dada;
}
.main-section .right-section .membership-page .table-content .accept-decline-block.waiting-for-cancellation-member .box {
  background: #f0dada;
}
.main-section .right-section .membership-page .table-content > .top {
  margin-bottom: 15px;
}
.main-section .right-section .membership-page .table-content > .top.membership-top {
  display: block;
}
.main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group {
  max-width: 250px;
  margin: 0 20px 0 0;
  position: relative;
}
.main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group .form-control {
  padding: 10px 15px 10px 30px;
}
.main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group img {
  position: absolute;
  left: 10px;
  top: 14px;
  max-width: 15px;
}
.main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group.mobile {
  display: none;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button {
  margin-bottom: 0;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn {
  flex-wrap: wrap;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .form-group {
  margin-right: 15px;
  margin-bottom: 20px;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .form-group .form-control {
  max-width: 160px;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .filter_wrap {
  margin-bottom: 20px;
  margin-right: 15px;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .filter_wrap .filter_btn {
  margin-bottom: 0;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .filter_wrap .filter_btn button {
  min-width: inherit;
  width: 130px;
}
.main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn a {
  margin-bottom: 20px;
  margin-right: 20px;
}
.main-section .right-section .membership-page .table-content > .top .right-btn {
  display: flex;
  align-items: center;
}
.main-section .right-section .membership-page .table-content > .top .right-btn button,
.main-section .right-section .membership-page .table-content > .top .right-btn a {
  width: auto;
  min-width: 176px;
  letter-spacing: 0;
  font-weight: 300;
  margin-right: 20px;
}
.main-section .right-section .membership-page .table-content > .top .right-btn button img,
.main-section .right-section .membership-page .table-content > .top .right-btn a img {
  margin-right: 8.93px;
}
.main-section .right-section .membership-page .table-content > .top .right-btn button.btn-red,
.main-section .right-section .membership-page .table-content > .top .right-btn a.btn-red {
  width: 271px;
  margin: 0;
}
.main-section .right-section .membership-page .table-content .add-filter {
  margin-bottom: 20px;
}
.main-section .right-section .membership-page .table-content .add-filter .filter_inner .filter_left {
  display: flex;
  justify-content: space-between;
}
.main-section .right-section .membership-page .table-content .add-filter .filter_inner .filter_left .form-group {
  width: calc(50% - 10px);
}
.main-section .right-section .membership-page .table-content .search-box.mobile {
  position: relative;
  display: none;
}
.main-section .right-section .membership-page .table-content .search-box.mobile img {
  position: absolute;
  left: 10px;
  top: 14px;
  max-width: 15px;
}
.main-section .right-section .membership-page .table-content .search-box.mobile input {
  padding: 10px 15px 10px 30px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .link {
  font-size: 16px;
  color: #030303;
  text-decoration: underline;
  font-weight: 400;
  display: block;
  line-height: 16px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .active,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .cancel,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .past-membership,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .excepted-memeber,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .watting-member,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .watting-for-payment,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .plan-pause {
  display: inline-block;
  width: auto;
  min-height: 30px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: #CC1616;
  margin-bottom: 5px;
  text-align: center;
  line-height: 12px;
  min-width: 95px;
  padding: 4.5px 10px;
  line-height: 18.7px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .active img,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .cancel img,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .past-membership img,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .excepted-memeber img,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .watting-member img,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .watting-for-payment img,
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .plan-pause img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .active {
  background: #247F21;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .past-membership {
  background: #9370d8;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .excepted-memeber {
  background: #ff80ce;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .watting-member {
  background: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .watting-for-payment {
  background: #F5A83D;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .checkbox-text {
  display: flex;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .cancel-subscription img {
  max-width: 24px;
  width: 24px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .owed-amount img {
  max-width: 24px;
  width: 24px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .change-password img {
  max-width: 24px;
  width: 24px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .delete-membership img {
  max-width: 24px;
  width: 24px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .move-plan img {
  max-width: 24px;
  width: 24px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .one-time img {
  max-width: 24px;
  width: 24px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .plan-pause {
  background: #757776;
}
.main-section .right-section .membership-page .table-content .table-main-sec table tbody tr.load-more-tr .load-more-btn {
  line-height: 38px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 12px;
}
.main-section .right-section .membership-page .table-content .table-main-sec table.memberhsip-mobile {
  display: none;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .medical-book-status {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .medical-book-status .tooltip-position .custom-tooltip {
  background-color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .medical-book-status svg {
  width: 24px;
  height: 24px;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .medical-book-status svg.status-active {
  color: #247F21;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .medical-book-status svg.status-infinite-injury, .main-section .right-section .membership-page .table-content .table-main-sec .status-block .medical-book-status svg.status-inactive {
  color: #CC1616;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .medical-book-status svg.status-awaiting {
  color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-pill {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  min-height: 30px;
  border-radius: 30px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
  padding: 4.5px 10px;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-active, .main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-retry-failed-payment {
  background: #247F21;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-excepted {
  background: #0105c1;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-past-due {
  background: #8364CA;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-awaiting {
  background: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-inactive {
  background: #CC1616;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status.status-pause {
  background: #757776;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status svg {
  width: 24px;
  height: 24px;
  color: #000;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status svg.status-cancel.awaiting-scheduled-cancel {
  color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status svg.status-cancel.inactive-cancel {
  color: #CC1616;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status svg.scheduled-plan-pause {
  color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status svg.scheduled-plan-move {
  color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status svg.inactive-plan-move {
  color: #CC1616;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .subscription-status svg.inactive-plan-pause {
  color: #CC1616;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .plan-status-mobile.status-cancel.awaiting-scheduled-cancel {
  color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .plan-status-mobile.status-cancel.inactive-cancel {
  color: #CC1616;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .plan-status-mobile.scheduled-plan-pause {
  color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .plan-status-mobile.scheduled-plan-move {
  color: #FFA500;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .plan-status-mobile.inactive-plan-move {
  color: #CC1616;
}
.main-section .right-section .membership-page .table-content .table-main-sec .status-block .plan-status-mobile.inactive-plan-pause {
  color: #CC1616;
}
.main-section .right-section .membership-page .table-content .roles-button {
  margin: 20px 0;
}
.main-section .right-section .membership-page .table-content .roles-add-user .form-group {
  margin-top: 10px;
}
.main-section .right-section .membership-page .table-content .roles-add-user .form-group .select2-container {
  width: 100% !important;
}
.main-section .right-section .membership-page .table-content .roles-add-user .form-group .selection .select2-selection--single {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 13px 0 rgba(135, 168, 255, 0.1);
  border: solid 1px #e3e5ea;
  font-size: 12px;
  color: #44464a;
  padding: 12px 11px;
  height: auto;
}
.main-section .right-section .membership-page .table-content .roles-add-user .form-group .selection .select2-selection--single .select2-selection__rendered {
  color: #44464a;
  line-height: normal;
}
.main-section .right-section .membership-page .table-content .roles-add-user .form-group .selection .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
.main-section .right-section .membership-page .table-content .roles-add-user .form-group .selection .select2-selection--single .select2-selection__arrow b {
  border-color: #c4c8ce transparent transparent transparent;
}
.main-section .right-section .membership-page .table-content.medical-book-page .table-main-sec table tbody tr td:nth-child(2) {
  padding-left: 15px;
}
.main-section .right-section .membership-page .table-content.medical-book-page .table-main-sec table tbody tr td:nth-child(2) .medical-book-status {
  justify-content: flex-start;
}
.main-section .right-section .membership-page .table-content.medical-book-page .table-main-sec table tbody tr td:nth-child(2) .medical-book-status svg {
  margin: 0 15px;
}
.main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn .form-group {
  flex: 1 1 49%;
  max-width: 49%;
}
.main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn .form-group .form-control {
  max-width: 100%;
}
.main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn .form-area .filter_wrap .filter_btn button {
  width: 270px;
}
.main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn .right-btn a.btn-red {
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
}
.main-section .right-section .add-fighter .table-content > .top {
  margin-bottom: 20px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec {
  padding: 33.5px 5px 60px 25px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec > .top {
  display: flex;
  padding-bottom: 20.5px;
  border-bottom: 1px solid #e3e5ea;
  margin-right: 20px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group {
  margin: 0 20px 0 0;
}
.main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group.select-div {
  width: 100%;
}
.main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group.select-div select {
  font-weight: 300;
  font-size: 12px;
  color: #44464a;
  padding: 10px 12px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group.select-div:before {
  top: 42px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group label {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  display: block;
  line-height: 12px;
  margin-bottom: 10px;
  color: #44464a;
}
.main-section .right-section .add-fighter .table-content .table-main-sec > .top .btn-red {
  box-shadow: 0px 12px 34px rgba(204, 23, 23, 0.3);
  min-width: 139px;
  margin: 22px 0 0;
  letter-spacing: 0;
  font-weight: 300;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle {
  padding-right: 20px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20.5px 0;
  border-bottom: 1px solid #e3e5ea;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block {
  max-width: 395px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block .custom-checkbox .custom-control-label {
  color: #030303;
  line-height: 18px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block .custom-checkbox .custom-control-label span {
  display: block;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block .custom-checkbox .custom-control-label:before {
  top: 10px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block .custom-checkbox .custom-control-label:after {
  top: 10px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block {
  display: flex;
  align-items: center;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group {
  margin: 0;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group.select-div {
  margin-right: 20px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group.select-div select {
  padding: 10px 12px;
  font-size: 12px;
  color: #44464a;
  font-weight: 300;
  width: 255px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group.select-div:before {
  top: 20px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-toggle {
  padding: 9.5px 12px;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  min-width: 240px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-toggle:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  border-top: 6px solid #c4c8ce;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-toggle .custom-radio:first-child {
  padding-left: 0;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-toggle .custom-radio:first-child:after, .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-toggle .custom-radio:first-child:before {
  display: none;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-menu.show {
  width: 100%;
  padding: 15px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-menu.show .custom-radio {
  padding-bottom: 10px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-menu.show .custom-radio:last-child {
  padding-bottom: 0;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .custom-radio {
  min-height: inherit;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .custom-radio:first-child {
  padding-left: 0;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .custom-radio:first-child .custom-control-label:after, .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .custom-radio:first-child .custom-control-label:before {
  display: none;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .custom-radio .custom-control-label {
  font-size: 12px;
  color: #44464a;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .custom-radio .custom-control-label:before {
  top: 3px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .custom-radio .custom-control-label:after {
  top: 3px;
  left: -24px;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-menu[x-placement^=top] {
  top: -30px !important;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .bottom {
  margin-top: 60px;
  display: flex;
}
.main-section .right-section .add-fighter .table-content .table-main-sec .bottom .btn-red {
  margin-right: 20px;
  width: 123px;
  letter-spacing: 0;
  font-weight: 300;
}
.main-section .right-section .invoice-page .table-content .table-main-sec {
  padding: 15px 20px 15px;
  box-shadow: 0px 3px 6px #e3e5ea33;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  white-space: normal !important;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount {
  padding: 34px 25px 30px;
  box-shadow: 0px 2px 24px #00000012;
  border: 1px solid #e3e5ea;
  border-radius: 4px;
  background: #fff;
  max-width: 413px;
  width: 100%;
  margin: 70px 10px;
  text-align: center;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount img.invoice_icon {
  max-width: 15px;
  padding: 0 1px;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount .Amount_hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount .Amount_hover .inner-hover {
  position: relative;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount .Amount_hover .inner-hover .Amount_transcation {
  display: none;
  position: absolute;
  max-width: 400px;
  white-space: normal;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  left: -50px;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount .Amount_hover .inner-hover:hover .Amount_transcation {
  display: block;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount p {
  line-height: 16px;
  margin-bottom: 17px;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount p strong span {
  text-transform: uppercase;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount p.text-left {
  font-size: 14px;
  font-weight: 300;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount .invoicemonth {
  margin-top: 41px;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount .invoicemonth a.btn-red {
  letter-spacing: 0;
  font-weight: 300;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount .detailclubclass .btn-red {
  margin-bottom: 10px !important;
}
.main-section .right-section .invoice-page .table-content .table-main-sec ul li .year-sec {
  display: flex;
  align-items: flex-start;
}
.main-section .right-section .invoice-page .table-content .table-main-sec ul li .year-sec h4 {
  font-size: 16px;
  color: #030303;
  line-height: 17px;
  font-weight: 400;
  font-family: sofia-pro;
  padding-top: 20.45px;
}
.main-section .right-section .invoice-page .table-content .table-main-sec ul li .year-sec .year-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 19px;
  border-bottom: 1px solid #f1f2f4;
  padding: 20.45px 0 0;
  width: calc(100% - 70px);
}
.main-section .right-section .invoice-page .table-content .table-main-sec ul li .year-sec .year-list span {
  margin-right: 31px;
  margin-bottom: 20px;
}
.main-section .right-section .invoice-page .table-content .table-main-sec ul li .year-sec .year-list span:last-child {
  margin: 0;
  margin-bottom: 20px;
}
.main-section .right-section .invoice-page .table-content .table-main-sec ul li .year-sec .year-list span a {
  color: #D7BD8E;
  font-size: 16px;
  line-height: 17px;
  display: inline-block;
}
.main-section .right-section .invoice-page .table-content .table-main-sec ul li:last-child .year-sec .year-list {
  border: none;
}
.main-section .right-section .payment-status .payment-page {
  padding: 50px 40px;
}
.main-section .right-section.hide-navbar {
  margin: 0;
  padding: 0;
}
.main-section .right-section.hide-navbar .event-sec {
  border-radius: 0;
  min-height: 100vh;
}

.rightFooter {
  background: #181818;
  z-index: 9999;
  /*position: absolute;*/
  bottom: 0px;
  /*min-width: 601px;*/
  display: flex;
  justify-content: center;
  padding-left: 320px;
  width: 100%;
  color: white;
  height: 58px;
}
.rightFooter .rightFooterMenu {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}
.rightFooter .rightFooterMenu .footerList {
  border-right: 1px solid #c4c8ce;
  padding: 0px 16px;
}
.rightFooter .rightFooterMenu .footerList:last-child {
  border-right: 0px;
}
.rightFooter .rightFooterMenu .footerList:first-child {
  padding-left: 0px;
}
.rightFooter .rightFooterMenu .footerList .footerListLink {
  font-size: 24px;
  font-weight: 500;
  line-height: 34.39px;
  color: #fff;
  font-family: "Teko", sans-serif;
}

.desktop-burger-menu.desktop-burger-menu-active {
  /*        transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;*/
}

.desktop-burger-menu {
  background-color: #0C0C0C;
  border: 1px solid #494949;
  padding: 16px 0px;
  position: fixed;
  z-index: 9998;
  /*border-radius: 16px;
  top: -100%;
  left: 50%;*/
  border-radius: 0px;
  top: 0px;
  right: -420px;
  max-width: 420px;
  height: 100vh;
  transition: all 0.5s ease-in-out;
}
.desktop-burger-menu.desktop-burger-menu-active {
  /*transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;*/
}
.desktop-burger-menu.active {
  /*top: 50%;
  left: 50%;*/
  right: 0px;
  transition: all 0.5s ease-in-out;
}
.desktop-burger-menu .closedesktop-burger {
  text-align: right;
  cursor: pointer;
  margin-bottom: 24px;
  padding: 0px 36px;
}
.desktop-burger-menu ul {
  max-height: calc(100vh - 82px);
  overflow-y: auto;
}
.desktop-burger-menu ul::-webkit-scrollbar {
  width: 0.25em;
}
.desktop-burger-menu ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.desktop-burger-menu ul::-webkit-scrollbar-thumb {
  background: #44464a;
  outline: 1px solid slategrey;
}
.desktop-burger-menu ul li {
  padding: 0px 36px;
}
.desktop-burger-menu ul li a {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  font-family: "Teko", sans-serif;
  gap: 16px;
  font-size: 32px;
  font-weight: 600;
  color: #f5f5f5 !important;
  border-bottom: 1px solid #c4c8ce;
  text-transform: uppercase;
}
.desktop-burger-menu ul li a img {
  width: 32px;
  height: 32px;
}
.desktop-burger-menu ul li:last-child a {
  border-bottom: 0px;
}

.hide {
  display: none;
}

.hide-info {
  display: none;
}

.slick-slide {
  margin: 0 5px;
}

.slick-list {
  margin: 0px -5px 0px -5px;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.input-group-addon {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 1px solid #34495e;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0 0 0;
  padding: 0;
  min-width: 300px;
  max-width: 100%;
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.old,
.bootstrap-datetimepicker-widget.dropdown-menu table td.new {
  color: #bbb;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
  border-bottom-color: #0095ff;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
  background-color: #0095ff;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th {
  height: 40px;
  padding: 0;
  width: 40px;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
  border-bottom: 1px solid #34495e;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span {
  border-radius: 0;
  height: 77px;
  line-height: 77px;
  margin: 0;
  width: 25%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
  display: block;
  float: left;
  width: 50%;
  height: 46px;
  line-height: 46px !important;
  padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
  display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
  padding: 0;
  width: 30%;
  height: 20px;
  line-height: 20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
  width: 10%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  border: none;
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  padding: 0;
  width: 100%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
  color: #333;
  margin-top: -1px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
  background-color: #eee;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  max-width: 300px !important;
  left: 0 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
  border-top: 1px solid #34495e;
}
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
}

.todayText:before {
  content: "Today's Date";
}

.thumbnail.thumbnail_sm.sportsclose {
  position: relative;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail.thumbnail_sm.sportsclose img {
  height: 120px;
  object-fit: cover;
  width: 150px;
}
.thumbnail.thumbnail_sm.sportsclose a {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff0000;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
}

body > .draghere .unassigned-box {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea;
  padding: 5px 10px;
  margin: 0 10.25px;
  width: 200px;
  display: flex;
  font-size: 50%;
  align-items: center;
}
body > .draghere .unassigned-box .statisticsBtn {
  display: none;
}
body > .draghere .unassigned-box img,
body > .draghere .unassigned-box .delete-icon {
  display: none;
}

body > .draghere .fighter-drag-block {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea;
  padding: 5px 10px;
  width: 300px;
  font-size: 50%;
}
body > .draghere .fighter-drag-block .statisticsBtn {
  display: none;
}
body > .draghere .fighter-drag-block .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body > .draghere .fighter-drag-block .top p {
  color: #44464a;
}
body > .draghere .fighter-drag-block p {
  color: #000;
}

body > .draghere .fighter-action {
  display: none !important;
}
body > .draghere .statisticsBtn {
  display: none;
}
body > .draghere .fighter-detail {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e3e5ea;
  box-shadow: 0px 3px 6px #e3e5ea;
  padding: 5px 10px;
  width: 230px;
  font-size: 50%;
}
body > .draghere .fighter-detail .status {
  display: none !important;
}
body > .draghere .fighter-detail h5 {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  font-family: sofia-pro;
}

.public-profile-head {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #000;
}
.public-profile-head #menu-w {
  margin-bottom: 0;
}

.main-section.public-profile .right-section {
  padding: 0;
}
.main-section.public-profile .right-section .profile-page .top-bg .profile-detail {
  height: 100%;
}
.main-section.public-profile .right-section .profile-page .top-bg .top-sec {
  display: none;
}

body.overlay::after {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  content: "";
}

input:required {
  box-shadow: none;
  border: none;
}

#FighterStatistics .profile-page {
  background: none;
  width: 100%;
  padding: 0;
}
#FighterStatistics .profile-page .profile-summary {
  padding: 0;
}

.modal {
  z-index: 9999;
}

.modal-open .select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.membership-table-dropdown .bs-container.dropdown.bootstrap-select.show-tick.multi-select.weight-class-box.show {
  width: 230px !important;
}

.membership-table-dropdown .bootstrap-select .dropdown-menu {
  width: 100%;
}

.Invoice_details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.Invoice_details table tbody tr td, .Invoice_details table tbody tr th, .Invoice_details table thead tr td, .Invoice_details table thead tr th {
  padding: 7px 5px !important;
  text-align: right !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.Invoice_details table tbody tr td .paid, .Invoice_details table tbody tr td .transit, .Invoice_details table tbody tr th .paid, .Invoice_details table tbody tr th .transit, .Invoice_details table thead tr td .paid, .Invoice_details table thead tr td .transit, .Invoice_details table thead tr th .paid, .Invoice_details table thead tr th .transit {
  padding: 1px 6px;
  border-radius: 4px;
}
.Invoice_details table tbody tr td .paid, .Invoice_details table tbody tr th .paid, .Invoice_details table thead tr td .paid, .Invoice_details table thead tr th .paid {
  background-color: #cbf4c9;
  color: #0e6245;
}
.Invoice_details table tbody tr td .transit, .Invoice_details table tbody tr th .transit, .Invoice_details table thead tr td .transit, .Invoice_details table thead tr th .transit {
  color: #4f566b;
  background: #e3e8ee;
}
.Invoice_details table tbody tr th, .Invoice_details table thead tr th {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.mobile-dropdown ul.dropdown {
  background: #fff;
  border: solid 1px #eaecef;
  padding: 13px 15px;
  border-radius: 4px;
  line-height: 20px;
  display: none;
}
.mobile-dropdown ul.dropdown li {
  line-height: 20px;
  padding-bottom: 5px;
}

.refresh-page-btn a {
  text-decoration: underline;
}

.popup-fade {
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-fade .notification-card {
  padding: 16px 24px 16px 24px;
  border-radius: 16px;
}
.popup-fade .notification-card.card-one {
  background-color: #fff;
}
.popup-fade .notification-card.card-one .modal-header {
  padding: 0px;
}
.popup-fade .notification-card.card-one .modal-header .card-title {
  color: #050505;
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: unset;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-one .modal-header .card-title label {
  margin-bottom: 0px;
}
.popup-fade .notification-card.card-one .card-heading {
  color: #050505;
  margin-bottom: 10px;
}
.popup-fade .notification-card.card-one .modal-body {
  padding: 0px;
}
.popup-fade .notification-card.card-one .modal-body .card-text {
  color: #050505;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-one .modal-body .card-text .liststyle {
  margin-bottom: 0px;
}
.popup-fade .notification-card.card-one .modal-footer {
  padding: 0px;
}
.popup-fade .notification-card.card-one .modal-footer .primary-btn {
  background-color: #CC1717;
  color: #F5F5F5;
  padding: 12px 28px 12px 28px;
  border-radius: 45px;
  height: 45px;
  line-height: 0px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-fade .notification-card.card-two {
  background-color: #F0DADA;
}
.popup-fade .notification-card.card-two .modal-header {
  padding: 0px;
}
.popup-fade .notification-card.card-two .modal-header .card-title {
  color: #821111;
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: unset;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-two .modal-header .card-title label {
  margin-bottom: 0px;
}
.popup-fade .notification-card.card-two .card-heading {
  color: #821111;
  margin-bottom: 10px;
}
.popup-fade .notification-card.card-two .modal-body {
  padding: 0px;
}
.popup-fade .notification-card.card-two .modal-body .card-text {
  color: #370A0A;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-two .modal-footer {
  padding: 0px;
}
.popup-fade .notification-card.card-two .modal-footer .primary-btn {
  background-color: transparent;
  color: #050505;
  border: 1px solid #050505;
  padding: 12px 28px 12px 28px;
  border-radius: 45px;
  height: 45px;
  line-height: 0px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-fade .notification-card.card-three {
  background-color: #E6F6EA;
}
.popup-fade .notification-card.card-three .modal-header {
  padding: 0px;
}
.popup-fade .notification-card.card-three .modal-header .card-title {
  color: #22422A;
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: unset;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-three .card-heading {
  color: #22422A;
  margin-bottom: 10px;
}
.popup-fade .notification-card.card-three .modal-body {
  padding: 0px;
}
.popup-fade .notification-card.card-three .modal-body .card-text {
  color: #142418;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-three .modal-body .card-text .liststyle {
  margin-bottom: 0px;
}
.popup-fade .notification-card.card-three .modal-footer {
  padding: 0px;
}
.popup-fade .notification-card.card-three .modal-footer .primary-btn {
  background-color: transparent;
  color: #050505;
  border: 1px solid #050505;
  padding: 12px 28px 12px 28px;
  border-radius: 45px;
  height: 45px;
  line-height: 0px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-fade .notification-card.card-four {
  background-color: #F8EDC7;
}
.popup-fade .notification-card.card-four .modal-header {
  padding: 0px;
}
.popup-fade .notification-card.card-four .modal-header .card-title {
  color: #443913;
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: unset;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-four .card-heading {
  color: #443913;
  margin-bottom: 10px;
}
.popup-fade .notification-card.card-four .modal-body {
  padding: 0px;
}
.popup-fade .notification-card.card-four .modal-body .card-text {
  color: #251F0C;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.popup-fade .notification-card.card-four .modal-body .card-text .liststyle {
  margin-bottom: 0px;
}
.popup-fade .notification-card.card-four .modal-footer {
  padding: 0px;
}
.popup-fade .notification-card.card-four .modal-footer .primary-btn {
  background-color: transparent;
  color: #050505;
  border: 1px solid #050505;
  padding: 12px 28px 12px 28px;
  border-radius: 45px;
  height: 45px;
  line-height: 0px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.new_loader::before {
  width: auto !important;
  content: "";
}

.new_loader img {
  height: 5rem;
  width: 100%;
}

.new_loader-small img {
  width: 7rem;
  height: 3rem;
}

.new_loader-small::before {
  width: auto !important;
  content: "";
}

.searchAll-spinner img {
  height: 35px;
}

.searchAll-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  height: 35px;
}

.tooltip-list {
  font-size: 12px;
}

.plan-pause {
  /*custom checkbox*/
}
.plan-pause .bootstrap-select button.btn.dropdown-toggle {
  background-color: transparent;
}
.plan-pause .bootstrap-select.multi-select-black.multi-select .dropdown-toggle:focus {
  border: solid 1px #1e1e1e !important;
}
.plan-pause .checkbox-outer {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.plan-pause .checkbox-outer label {
  margin: 0;
}
.plan-pause .checkbox-outer input[type=checkbox] {
  margin: 0;
  width: 20px;
  height: 20px;
}
.plan-pause .multiple-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.plan-pause .pause-suggestion {
  display: flex;
  align-items: center;
  gap: 4px;
}
.plan-pause .pause-suggestion img {
  margin-top: 8px;
  max-width: 16px;
}

.sortable-table {
  cursor: pointer;
}

.body_overflow .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
}

.registration-wrapper .right a {
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 0 27px;
  letter-spacing: 0px;
}
.registration-wrapper .left {
  padding: 32px 24px;
  position: relative;
}
.registration-wrapper .left .row .col-lg-12, .registration-wrapper .left .row .col-lg-4, .registration-wrapper .left .row .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.registration-wrapper .left .left-inner {
  float: none;
  max-width: 100%;
}
.registration-wrapper .left .left-inner .left-header {
  margin-bottom: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registration-wrapper .left .left-inner .left-header .logo {
  margin: 0;
  justify-content: left;
}
.registration-wrapper .left .left-inner .left-header .windows {
  display: block;
}
.registration-wrapper .left .left-inner .left-header .windows .header {
  position: unset;
  overflow: hidden;
}
.registration-wrapper .left .left-inner .left-header .windows .header .header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  z-index: 99999;
  position: relative;
}
.registration-wrapper .left .left-inner .left-header .windows .header .burger-container {
  position: relative;
  display: block;
  height: 35px;
  float: right;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.registration-wrapper .left .left-inner .left-header .windows .header .burger-container #burger {
  width: 25px;
  height: 8px;
  position: relative;
  display: block;
  margin: -5px auto 0;
  top: 50%;
}
.registration-wrapper .left .left-inner .left-header .windows .header .burger-container #burger .bar {
  background-color: #050505;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.registration-wrapper .left .left-inner .left-header .windows .header .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.registration-wrapper .left .left-inner .left-header .windows .header .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.registration-wrapper .left .left-inner .left-header .windows .header .menu-sec {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 0px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: width 0.3s ease;
  background-color: #000;
  box-shadow: none;
  height: 100%;
}
.registration-wrapper .left .left-inner .left-header .windows .header .menu-sec .menu-sec-inner {
  padding: 0 20px 0;
  padding-top: 70px;
  width: 100%;
}
.registration-wrapper .left .left-inner .left-header .windows .header .menu-sec .menu-sec-inner .menu {
  text-align: right;
  margin-top: 30px;
}
.registration-wrapper .left .left-inner .left-header .windows .header .menu-sec .menu-sec-inner .menu .menu-item a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  color: #fff !important;
  font-weight: 600;
  padding: 15px 0;
  font-size: 36px;
  line-height: 1.31;
  text-transform: uppercase;
}
.registration-wrapper .left .left-inner .left-header .windows .header .menu-sec .menu-sec-inner .menu .login-btn {
  display: flex;
  justify-content: center;
  font-size: 32px;
}
.registration-wrapper .left .left-inner .left-header .windows .header.menu-opened .menu-sec {
  width: 380px;
}
.registration-wrapper .left .left-inner .left-header .windows .header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.registration-wrapper .left .left-inner .left-header .windows .header.menu-opened .burger-container .bar {
  background-color: #fff !important;
  height: 2px !important;
}
.registration-wrapper .left .left-inner .left-header .windows .header.menu-opened .burger-container .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg) !important;
  transform: translateY(4px) rotate(45deg) !important;
}
.registration-wrapper .left .left-inner .left-header .windows .header.menu-opened .burger-container .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg) !important;
  transform: translateY(3px) rotate(-45deg) !important;
}
.registration-wrapper .left .left-inner .left-header .windows #button-addon1 {
  height: unset;
  border-radius: 0;
  box-shadow: none;
  background-color: unset;
  letter-spacing: unset;
  border: none;
  margin: 0;
  width: auto;
  top: -3px;
}
.registration-wrapper .left .left-inner .left-header .windows .allsearchcrossmobile {
  display: none;
}
.registration-wrapper .left .left-inner .registration-form {
  max-width: 312px;
  margin: 0 auto;
}
.registration-wrapper .left .left-inner .registration-form h1 {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 16px;
  text-align: start;
}
.registration-wrapper .left .left-inner .registration-form h3 {
  font-size: 24px;
  line-height: 35px;
  text-align: start;
  font-weight: 400;
}
.registration-wrapper .left .left-inner .registration-form h3.thank-you {
  font-weight: 400;
}
.registration-wrapper .left .left-inner .registration-form .name-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
}
.registration-wrapper .left .left-inner .registration-form .select-error-msg .select2-selection--single {
  border-color: #cc1717 !important;
}
.registration-wrapper .left .left-inner .registration-form .select-error-msg .error-msg {
  color: #cc1717;
  margin: 4px 0 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: start;
  max-width: unset;
  font-size: 14px;
}
.registration-wrapper .left .left-inner .registration-form .form-group {
  margin-bottom: 12px;
}
.registration-wrapper .left .left-inner .registration-form .form-group.datepicker {
  padding: 0px !important;
}
.registration-wrapper .left .left-inner .registration-form .form-group .key-icon::-webkit-credentials-auto-fill-button {
  margin-right: 36px !important;
}
.registration-wrapper .left .left-inner .registration-form .form-group.forgot-pswrd {
  text-align: end;
}
.registration-wrapper .left .left-inner .registration-form .form-group input, .registration-wrapper .left .left-inner .registration-form .form-group select {
  border-radius: 16px;
  border-color: #C8C8C8 !important;
  color: #050505;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
}
.registration-wrapper .left .left-inner .registration-form .form-group input::placeholder, .registration-wrapper .left .left-inner .registration-form .form-group select::placeholder {
  color: #6C757D !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.registration-wrapper .left .left-inner .registration-form .form-group input.for-error-msg, .registration-wrapper .left .left-inner .registration-form .form-group span.for-error-msg {
  border-color: #cc1717 !important;
}
.registration-wrapper .left .left-inner .registration-form .form-group .error-msg {
  color: #cc1717;
  margin: 4px 0 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: start;
  max-width: unset;
  font-size: 14px;
}
.registration-wrapper .left .left-inner .registration-form .form-group .select2-selection--single {
  border-radius: 16px;
  border-color: #C8C8C8;
  box-shadow: none;
  font-family: sofia-pro;
  font-size: 14px;
}
.registration-wrapper .left .left-inner .registration-form .form-group .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  /*top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  border: 1px solid $red;
  border-radius: 14px;*/
}
.registration-wrapper .left .left-inner .registration-form .form-group .select2-selection--single .select2-selection__arrow {
  /*height: 30px;*/
}
.registration-wrapper .left .left-inner .registration-form .form-group .form-check {
  position: relative;
  margin-bottom: 12px;
}
.registration-wrapper .left .left-inner .registration-form .form-group .form-check .form-check-input {
  opacity: 0;
}
.registration-wrapper .left .left-inner .registration-form .form-group .form-check .form-check-input:checked + label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  display: inline-block;
  font-size: 11px;
  width: 20px;
  height: 20px;
  background-color: #5F6368;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.registration-wrapper .left .left-inner .registration-form .form-group .form-check label {
  cursor: pointer;
  color: #202124;
  font-size: 14px;
  font-weight: 400;
  margin-left: 22px;
  font-family: "Poppins", sans-serif;
}
.registration-wrapper .left .left-inner .registration-form .form-group .form-check label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 6px;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #5F6368;
  background: #fff;
}
.registration-wrapper .left .left-inner .registration-form .form-group.text-box-wrapper {
  margin-top: 4px;
}
.registration-wrapper .left .left-inner .registration-form .form-group.text-box-wrapper .text-box-span {
  color: #C8C8C8;
  font-size: 10px;
  font-weight: 400;
  margin-top: 12px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.registration-wrapper .left .left-inner .registration-form .form-group.password_rule .password_details {
  max-width: 200px;
  min-width: unset;
  background-color: #fff;
  border: 1px solid #BEB8BE;
  padding: 8px 16px;
}
.registration-wrapper .left .left-inner .registration-form .form-group.password_rule .password_details span {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.registration-wrapper .left .left-inner .registration-form .form-group.password_rule .password_details ul li {
  font-size: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.registration-wrapper .left .left-inner .registration-form .form-group.password_rule .password_details ul li:last-child {
  margin-bottom: 0;
}
.registration-wrapper .left .left-inner .registration-form .form-group.password_rule .password_details ul li img {
  filter: brightness(0.8);
}
.registration-wrapper .left .left-inner .registration-form .form-group.password_rule .password_details ul li span {
  display: inline-flex;
  color: #6C757D !important;
  margin: 0;
}
.registration-wrapper .left .left-inner .registration-form .form-group .custom-checkbox.alert-check .custom-control-label:after {
  border-color: #cc1717;
}
.registration-wrapper .left .left-inner .registration-form .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='5F6368' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.registration-wrapper .left .left-inner .registration-form .form-group .custom-checkbox .custom-control-label {
  color: #202124;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.registration-wrapper .left .left-inner .registration-form .form-group .custom-checkbox .custom-control-label:before {
  background-color: transparent !important;
}
.registration-wrapper .left .left-inner .registration-form .form-group .custom-checkbox .custom-control-label a {
  color: #202124;
  display: inline-block;
  font-size: 14px;
}
.registration-wrapper .left .left-inner .registration-form .form-group .custom-checkbox .custom-control-label:after {
  border: 1px solid #5F6368;
}
.registration-wrapper .left .left-inner .registration-form .form-group .forget-password {
  color: #cc1717;
  text-decoration: unset;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.registration-wrapper .left .left-inner .registration-form .form-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.registration-wrapper .left .left-inner .registration-form .form-btns .form-btn-single {
  width: 100%;
  text-align: end;
}
.registration-wrapper .left .left-inner .registration-form .form-btns .form-btn-single .single-btn {
  background-color: #cc1717;
  color: #f5f5f5;
  width: 100%;
  max-width: 152px;
  padding: 12px 12px;
  border-radius: 45px;
  border: 1px solid #cc1717;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  height: unset;
  box-shadow: unset;
  letter-spacing: unset;
  margin: unset;
}
.registration-wrapper .left .left-inner .registration-form .form-btns .form-btn-single .btn-primary {
  border-color: #050505;
  background-color: transparent;
  color: #050505;
}
.registration-wrapper .left .left-inner .registration-form .form-btns .form-btn-single .btn-primary:hover {
  background-color: #cc1717;
  color: #f5f5f5;
  border-color: #cc1717;
}
.registration-wrapper .left .left-inner .registration-form .sent-mail-section span {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  display: block;
}
.registration-wrapper .left .left-inner .registration-form .sent-mail-section img {
  margin: 0px auto 24px;
  padding-top: 8px;
  display: block;
  width: 100px;
  height: 100px;
}
.registration-wrapper .left .left-inner .registration-form .sent-mail-section .sent-mail-pera {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  text-align: start;
}
.registration-wrapper .left .left-inner .registration-form .sent-mail-section .resend-link {
  font-size: 14px;
  color: #000;
  border-top: 1px solid #c4c8ce;
  padding-top: 6px;
  font-family: "Poppins", sans-serif;
  text-align: start;
  font-weight: 400;
}
.registration-wrapper .left .left-inner .registration-form .sent-mail-section .resend-link a {
  color: #cc1717;
  font-weight: 600 !important;
  padding: 0;
  border: 0;
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: 0px;
}
.registration-wrapper .left .left-inner .registration-form .login-term-section {
  position: unset;
  padding: 16px 0 39px;
}
.registration-wrapper .left .left-inner .registration-form .login-term-section p {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: start;
}
.registration-wrapper .left .left-inner .registration-form .login-term-section p a {
  color: #202124;
}
.registration-wrapper .left .left-inner .registration-form .login-btn {
  background-color: #cc1717;
  color: #f5f5f5;
  width: 100%;
  padding: 16px 12px;
  border-radius: 45px;
  border: 1px solid #cc1717;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans";
  height: unset;
  box-shadow: unset;
  letter-spacing: unset;
  margin: unset;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown:before {
  border: none;
  background-image: url(/backend-assets/img/mfb-backend-icon/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 48px;
  right: 12px;
  width: 20px;
  top: 0;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown.plan-dropdown:before {
  transform: rotate(180deg);
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown input {
  padding-right: 40px;
  font-size: 14px;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown input::placeholder {
  color: #BEB8BE;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown .dropdown {
  padding: 0;
  border-radius: 16px;
  border: 1px solid #C8C8C8;
  max-height: 260px;
  overflow: auto;
  position: absolute;
  z-index: 9999;
  /*bottom: 0;*/
  clip-path: border-box;
  box-sizing: border-box;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown .dropdown::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown .dropdown::-webkit-scrollbar {
  width: 2px;
  background-color: unset;
  height: 5px;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown .dropdown::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 9999px;
  background-clip: padding-box;
}
.registration-wrapper .left .left-inner .registration-form .mobile-dropdown .dropdown li a {
  padding: 14px 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #6C757D;
  display: block;
}
.registration-wrapper .left .select_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered.color-black {
  color: #000;
}

.hide-load {
  display: none;
}

.select2-results__options li {
  font-family: sofia-pro;
  font-size: 14px;
}

body {
  font-family: sofia-pro !important;
}

.select_wrapper.country .select2-selection__rendered {
  color: #000 !important;
}
.select_wrapper .select2-container--default {
  width: 100% !important;
}
.select_wrapper .select2-container--default .select2-selection--single {
  height: 48px;
  border-radius: 16px;
  border: 1px solid #C8C8C8;
}
.select_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding: 0 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #6C757D;
}
.select_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("/backend-assets/img/mfb-backend-icon/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 48px;
  right: 12px;
}
.select_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select_wrapper .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.select_wrapper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.select_wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.select_wrapper .form-group .selection .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected], .select2-container--default .select2-results__option[aria-disabled=true] {
  background-color: unset;
  color: #6C757D;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-radius: 16px;
  border: 1px solid #C8C8C8;
}
.select2-container--open .select2-results__options li {
  padding: 14px 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.select2-results__options::-webkit-scrollbar {
  width: 0px;
  background-color: unset;
  height: 0;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.select2-search--dropdown {
  padding: 14px 16px;
  position: relative;
}
.select2-search--dropdown .select2-search__field {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding-left: 30px;
}
.select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}
.select2-search--dropdown:before {
  position: absolute;
  content: "";
  background-image: url(/backend-assets/img/mfb-backend-icon/input-search.svg);
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: center;
  height: 20px;
  left: 16px;
  width: 20px;
}

.select_wrapper.silect-wrapper-single .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: unset;
}
.select_wrapper.silect-wrapper-single .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
}

/*===============================Desktop=====================================*/
.main-section:has(.impersonation-bar) .right-section.right-dashboard-section .black-dashboard-right {
  top: 49px;
}
.main-section .alert-warning-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  height: auto;
  font-size: 12px;
  padding: 15px;
  font-weight: 400;
  /*text-align: center;*/
}
.main-section .input-br-error {
  border-color: #cc1717 !important;
}
.main-section .input-br-error .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #cc1717 !important;
}
.main-section .input-error {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #cc1717;
  line-height: 21px;
}
.main-section .profile-bg-img {
  background-image: url("../img/profilebg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section {
  background-color: transparent;
  padding: 60px 0px 0px;
}
.main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
  padding: 80px 240px 0px;
  background-color: #212320b5;
  margin-bottom: 0px;
}
.main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
  padding: 80px 240px 0px;
  overflow-y: auto;
  height: calc(100vh - 444px);
}
.main-section .profile-bg-img .right-section.right-dashboard-section {
  background-color: transparent;
}
.main-section .profile-bg-img .rightFooter {
  background: transparent;
}
.main-section .inner-loader-img img {
  width: 30px;
  margin: auto;
}
.main-section .no-history-data {
  background: #262626;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #262626;
  font-weight: 500;
  text-transform: capitalize;
}
.main-section .pending:before {
  background: #FFA500 !important;
}
.main-section .right-section.right-dashboard-section {
  background-color: #181818;
  padding: 140px 240px 0px 240px;
  padding-bottom: 32px;
  max-height: 100%;
  margin-left: 320px;
  max-height: 100%;
  position: relative;
  min-height: calc(100vh - 58px);
  overflow-y: auto;
  border: 0px;
}
.main-section .right-section.right-dashboard-section .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  width: auto;
  box-shadow: none;
}
.main-section .right-section.right-dashboard-section .go-back.black-screen {
  background: #0C0C0C;
  display: inline-flex;
  padding: 8px 15px;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 1px solid #494949;
}
.main-section .right-section.right-dashboard-section .go-back.black-screen a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  align-items: center;
  text-transform: capitalize;
  font-size: 16px;
}
.main-section .right-section.right-dashboard-section .go-back.black-screen a img {
  height: 14px;
  width: 14px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right {
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0;
  padding-left: 320px;
  z-index: 89;
  background: #212320;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec {
  background: none;
  border-bottom: 1px solid rgba(227, 229, 234, 0.2);
  z-index: 2;
  position: relative;
  border-radius: 5px;
  height: 60px;
  border-radius: 5px;
  height: 60px;
  padding: 13px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;*/
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec > .search-wrapper {
  width: calc(100% - 150px);
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .nav-item .nav-link.dropdown-toggle {
  color: #fff;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-left .fed-block .dropdown.bootstrap-select {
  max-width: 220px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-left .fed-block .dropdown.bootstrap-select .bootstrap-select button.btn.dropdown-toggle {
  min-width: 200px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .searchbar {
  display: flex;
  align-items: center;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .searchbar button {
  background: none;
  border: none;
  margin-right: 12.2px;
  padding: 0;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .searchbar button img {
  height: 20px;
  width: 20px;
  max-width: 20px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .searchbar input {
  width: 100%;
  border: none;
  color: #fff;
  font-size: 16px;
  outline: none;
  position: relative;
  background: none;
  z-index: 9;
  font-weight: 300;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-dropdown {
  background-color: #212320;
  border: 1px solid #4b4b4b;
  box-shadow: 1px 4px 20px 2px rgba(255, 255, 255, 0.05);
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-dropdown h4 {
  color: #c4c8ce;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-dropdown ul li a h2 {
  color: #f5f5f5;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-dropdown ul li a span {
  color: #c4c8ce;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec {
  width: inherit;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul {
  display: flex;
  align-items: center;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li {
  margin-left: 32px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li a img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li a i.fa-bell {
  font-size: 24px;
  color: #c4c8ce;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li a .bages {
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid 1.5px #fff;
  background: #d3be89;
  border-radius: 50%;
  top: 1px;
  right: 1px;
  text-indent: -9999px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu {
  width: 345px;
  height: 385px;
  border-radius: 5px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  left: auto !important;
  right: -10px;
  border: none;
  margin-top: 10px;
  top: 30px !important;
  transform: inherit !important;
  padding: 25px 5px 25px 25px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu h4 {
  font-family: sofia-pro;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #44464a;
  text-transform: uppercase;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul {
  overflow: auto;
  height: 100%;
  padding-right: 20px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul li {
  margin: 0;
  padding: 19.5px 0;
  border-bottom: 1px solid #e3e5ea;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul li p {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 10px;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu ul li span {
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #c4c8ce;
}
.main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec .logo {
  display: none;
}
.main-section .right-section.right-dashboard-section .success-msz-box {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #050505;
  Background: #04DA00;
  padding: 18px 35px 18px 8px;
  position: relative;
  font-family: "Inter", sans-serif;
  border-radius: 16px;
  margin-bottom: 32px;
  line-height: normal;
}
.main-section .right-section.right-dashboard-section .success-msz-box img {
  position: absolute;
  right: 8px;
  filter: invert(1);
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.main-section .right-section.right-dashboard-section .error-msz-box {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #f5f5f5;
  Background: #cc1717;
  padding: 18px 35px 18px 8px;
  position: relative;
  font-family: "Inter", sans-serif;
  border-radius: 16px;
  margin-bottom: 32px;
  line-height: normal;
}
.main-section .right-section.right-dashboard-section .error-msz-box img {
  position: absolute;
  right: 8px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.main-section .right-section.right-dashboard-section .event-sec {
  background: transparent;
  border-radius: 5px;
  height: 100%;
  /*min-height: calc(100vh - 170px);*/
  min-height: 100%;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .top {
  justify-content: inherit;
  margin-bottom: 80px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .top h2 {
  font-size: 48px;
  font-weight: 700;
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  margin-right: 24px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .top img {
  width: 48px;
  height: 48px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .btn-center {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: fit-content;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .btn-center .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-top: 16px;
  margin-left: 0px;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
  display: inline-block;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .btn-center.text-start {
  text-align: start;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  border: none;
  max-width: 640px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .plan_box {
  padding: 0;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .plan_box .plan_box_content .clearfix {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
  justify-content: inherit;
  gap: 4px;
  margin-bottom: 8px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .plan_box .plan_box_content .clearfix label {
  margin: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area.subscription-box .notificationText {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .formSubHeading {
  color: #f5f5f5;
  font-size: 36px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  padding-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group {
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel {
  background-color: #000;
  border-radius: 16px;
  border: 1px solid #494949;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel.mce-toolbar-grp {
  padding: 8px 16px;
  border: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel.mce-statusbar {
  display: none;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel.mce-edit-area {
  border: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel.mce-edit-area iframe {
  border-radius: 0px 0px 16px 16px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel .mce-stack-layout .mce-toolbar .mce-flow-layout .mce-btn-group {
  border-color: #494949;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel .mce-stack-layout .mce-toolbar .mce-flow-layout .mce-btn-group .mce-btn {
  background-color: transparent;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel .mce-stack-layout .mce-toolbar .mce-flow-layout .mce-btn-group .mce-btn:hover {
  border-color: transparent;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel .mce-stack-layout .mce-toolbar .mce-flow-layout .mce-btn-group .mce-btn:hover buuton {
  border-color: transparent;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .mce-panel .mce-stack-layout .mce-toolbar .mce-flow-layout .mce-btn-group .mce-btn button i {
  color: #fff;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .ck.ck-rounded-corners {
  border: 1px solid #494949;
  border-radius: 16px;
  overflow: hidden;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .ck.ck-toolbar {
  background: #181818;
  border: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .ck.ck-button {
  color: #fff;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .ck.ck-editor__main .ck-editor__editable {
  background: #242424;
  border: 0px;
  border-radius: 0px 0px 16px 16px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .ck.ck-editor__main .ck-editor__editable p {
  color: #BEB8BE;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .inputIcon {
  position: relative;
  display: block;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .inputIcon img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: 22px;
  height: 22px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .form-control {
  border: 1px solid #494949;
  background: #262626;
  box-shadow: none;
  border-radius: 16px;
  padding: 16px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 400;
  text-transform: inherit;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .custom-control .custom-control-label {
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.file-input a {
  background: transparent;
  border: none;
  top: 64%;
  transform: translate(0, -50%);
  right: -10px;
  right: 16px;
  width: 21px;
  height: 28px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu {
  background-color: #262626;
  border-radius: 16px;
  border: 1px solid #BEB8BE;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled {
  width: 100%;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed thead tr th, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed thead tr th, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed thead tr th, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed thead tr th {
  border-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed thead tr th:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed thead tr th:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed thead tr th:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed thead tr th:hover {
  background: transparent;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed thead tr th .prev span::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed thead tr th .prev span::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed thead tr th .prev span::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed thead tr th .prev span::before {
  color: #fff;
  font-size: 15px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed thead tr th .next span::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed thead tr th .next span::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed thead tr th .next span::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed thead tr th .next span::before {
  color: #fff;
  font-size: 15px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed thead tr th .dow, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed thead tr th .dow, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed thead tr th .dow, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed thead tr th .dow {
  display: none;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .day, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .month, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .year, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .decade, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .day, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .month, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .year, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .decade, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .day, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .month, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .year, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .decade, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .day, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .month, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .year, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .decade {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .day:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .month:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .year:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .decade:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .day:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .month:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .year:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .decade:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .day:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .month:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .year:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .decade:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .day:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .month:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .year:hover, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .decade:hover {
  background: #3e3a3a;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .day.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .month.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .year.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .decade.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .day.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .month.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .year.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .decade.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .day.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .month.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .year.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .decade.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .day.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .month.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .year.active, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .decade.active {
  background-color: #cc1717;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .day.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .month.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .year.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .decade.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .day.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .month.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .year.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .decade.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .day.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .month.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .year.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .decade.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .day.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .month.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .year.today::before, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .decade.today::before {
  border-bottom-color: #cc1717;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .day.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .month.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .year.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-days .table-condensed tbody tr .decade.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .day.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .month.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .year.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-months .table-condensed tbody tr .decade.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .day.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .month.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .year.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-years .table-condensed tbody tr .decade.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .day.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .month.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .year.old, .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .list-unstyled li .datepicker .datepicker-decades .table-condensed tbody tr .decade.old {
  color: #616161;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker .dropdown-menu .picker-switch.accordion-toggle {
  display: none;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .multi-select.form-control {
  border-radius: 16px;
  border: 1px solid #494949;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .bootstrap-select button.btn.dropdown-toggle {
  background: #262626;
  box-shadow: none !important;
  padding: 16px !important;
  color: #f5f5f5 !important;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  box-shadow: none !important;
  border: 0;
  border-radius: 16px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper {
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper label {
  font-size: 14px;
  font-weight: 400;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container {
  z-index: 1;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single {
  border: 0px;
  background-color: transparent;
  height: 63px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #494949;
  background: #262626;
  box-shadow: none;
  border-radius: 16px;
  padding: 16px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../img/dropdownicon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 63px;
  right: 16px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-top: 40px;
  margin-left: 0px;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li {
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li:last-child {
  margin-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard {
  border: 1px solid #494949;
  border-radius: 16px;
  background-color: #0C0C0C;
  padding: 48px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard h2 {
  font-size: 36px;
  font-weight: 500;
  color: #f5f5f5;
  font-family: "Teko", sans-serif;
  padding-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext {
  font-size: 20px;
  font-weight: 400;
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  display: flex;
  /*align-items: center;*/
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  min-width: 60px;
  padding-top: 3px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext .details .plan-name {
  flex-shrink: 0;
  margin-right: 26px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext .details .plan-move-status-text {
  font-size: 14px;
  margin-bottom: 0;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .sub-cancel-note {
  display: block;
  margin-top: 12px;
  color: #BEB8BE;
  font-size: 12px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .btn-red {
  margin-top: 0px !important;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCardText {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .btn-center .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-top: 40px;
  margin-left: 0px;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic {
  background-color: #0C0C0C;
  border: 1px solid #494949;
  padding: 48px 84px;
  border-radius: 16px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .nodata {
  background: #cc1717;
  padding: 10px;
  border-radius: 4px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .nodata span {
  color: #fbfbfb;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table {
  width: 100%;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table thead tr th {
  color: #7b7c7f;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 0px 32px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table thead tr th:last-child {
  padding-right: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr.border-bottom {
  border-bottom: 1px solid #7b7c7f;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr.border-bottom td {
  padding-bottom: 16px;
  color: #fff;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr td {
  color: #7b7c7f;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-top: 24px;
  text-align: center;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr td:first-child {
  width: 100%;
  text-align: left;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr td.fightClassname {
  text-align: right;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr td.fightClassname span {
  border: 1px solid #7b7c7f;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #7b7c7f;
  padding: 0px 12px;
  display: inline-block;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr:last-child td {
  padding-bottom: 64px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody:last-child tr:last-child td {
  padding-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory {
  border-bottom: 1px solid #7b7c7f;
  padding-bottom: 24px;
  padding-top: 32px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory:first-child {
  padding-top: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHostoryTitle {
  color: #7b7c7f;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHostoryTitle p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHostoryTitle span {
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: space-between;
  padding-bottom: 16px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profileImg {
  position: relative;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profileImg img {
  min-width: 78px;
  min-height: 78px;
  width: 78px;
  height: 78px;
  border: 2px solid #f5f5f5;
  border-radius: 68px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profileImg span {
  background-color: #d3be89;
  padding: 0px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #f5f5f5;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profilename {
  font-size: 20px;
  font-weight: 700;
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightCompetitor {
  color: #7b7c7f;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  position: relative;
  min-width: 180px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightCompetitor::before {
  content: "";
  border-bottom: 1px solid #7b7c7f;
  width: 100%;
  display: block;
  top: 50%;
  position: absolute;
  z-index: 0;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightCompetitor span {
  background: #0C0C0C;
  position: relative;
  z-index: 1;
  padding: 0px 4px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName {
  display: none;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent {
  display: flex;
  /*align-items: center;*/
  justify-content: space-around;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryData {
  text-align: center;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryData h4 {
  color: #7b7c7f;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryData span {
  color: #d3be89;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent.mobile {
  display: none;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page {
  background: transparent;
  /*overflow-y: scroll;
  max-height: calc(100vh - 164px);*/
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #0C0C0C;
  color: #fff;
  margin-bottom: 48px;
  border: 1px solid #494949;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .top h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 51.59px;
  font-family: "Teko", sans-serif;
  padding: 6px 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .two-factor-auth-block li {
  display: flex;
  align-items: baseline;
  padding-bottom: 16px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .two-factor-auth-block li span {
  width: 90px;
  word-break: break-all;
  text-transform: capitalize;
  color: #c4c8ce;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding-right: 20px;
  flex: 1;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .two-factor-auth-block li:last-child {
  padding-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
  background: none;
  height: auto;
  margin-bottom: 80px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg::before {
  display: none;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail {
  padding: 0px;
  position: inherit;
  z-index: 1;
  height: auto;
  background-image: none;
  display: block;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc {
  margin-bottom: 24px;
  display: flex;
  gap: 24px;
  width: 100%;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box {
  width: 132px;
  height: 132px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box img {
  min-width: 132px;
  height: 132px;
  border-radius: 50%;
  box-shadow: none;
  border: 0px;
  object-fit: cover;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc {
  max-width: inherit;
  margin-left: auto;
  color: #fff;
  width: 100%;
  /*.active-member-animation {
      padding: 5px 24px;
      max-width: fit-content;
      font-size: 24px;
      font-weight: 400;
      color: $black !important;
      text-transform: capitalize;
      line-height: 26px;
      height: auto;
      border-radius: 25px;
      font-family: "Poppins", sans-serif;
      margin-bottom: 16px;
  }

  .past-member-animation {
      padding: 5px 24px;
      max-width: fit-content;
      font-size: 24px;
      font-weight: 400;
      color: $white !important;
      text-transform: capitalize;
      line-height: 26px;
      height: auto;
      border-radius: 25px;
      font-family: "Poppins", sans-serif;
      margin-bottom: 16px;
  }

  .inactive-member-animation {
      padding: 5px 24px;
      max-width: fit-content;
      font-size: 24px;
      font-weight: 400;
      color: $black !important;
      text-transform: capitalize;
      line-height: 26px;
      height: auto;
      border-radius: 25px;
      font-family: "Poppins", sans-serif;
      margin-bottom: 16px;
  }*/
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc h1 {
  margin: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 2.708vw;
  line-height: 74.52px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  padding: 0px 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .desktopMenu {
  cursor: pointer;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .desktopMenu img {
  width: 48px;
  height: 48px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box {
  margin-top: 16px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box span {
  font-size: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #F0F0F0;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch {
  width: 50px;
  height: 26px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch .slider:before {
  height: 20px;
  width: 20px;
  left: 3px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name {
  padding-bottom: 8px;
  text-transform: capitalize;
  font-size: 24px;
  /*line-height: 14px;*/
  display: block;
  font-weight: 400;
  color: #F0F0F0 !important;
  font-family: "Inter", sans-serif;
  position: relative;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name:last-child {
  padding-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 100%;
  top: 8px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name a {
  margin-left: 32px;
  color: #D7BD8E;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary {
  padding: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block {
  border-radius: 16px;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #0C0C0C;
  color: #fff;
  padding: 48px;
  border: 1px solid #494949;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.block1 {
  margin-right: 9px;
  margin-bottom: 48px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.block2 {
  margin-left: 9px;
  margin-bottom: 48px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li {
  border-bottom: 0px;
  gap: 8px;
  margin-bottom: 24px;
  align-items: baseline;
  /*cursor:pointer;*/
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li:last-child {
  margin-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li span {
  text-transform: capitalize;
  color: #c4c8ce;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  min-width: 90px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li span:before {
  content: unset;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li b {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  color: #F0F0F0;
  padding: 0px 0px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  line-height: normal;
  word-break: break-all;
  text-align: left;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li.extra-field {
  /*gap:12px;*/
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li.extra-field span {
  min-width: 90px;
  word-break: break-all;
  line-height: 16px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block {
  height: calc(100% - 48px);
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 51.59px;
  font-family: "Teko", sans-serif;
  padding: 6px 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span {
  position: relative;
  padding-left: 18px;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #F0F0F0;
  margin-bottom: 10px;
  line-height: normal;
  /*cursor:pointer;*/
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span:before {
  position: absolute;
  content: "";
  background: #DD001D;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  display: block;
  transform: translate(0, -50%);
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span a {
  line-height: normal;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span.success:before {
  background: #34B233;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span.alert-warning:before {
  background: #d3be89;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span.pending:before {
  background: #FFA500;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b.remove-dot span {
  padding-left: 0;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b.remove-dot span:before {
  content: unset;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .scrollbar-dynamic {
  padding-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .description {
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #F0F0F0;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .description .image.image_resized {
  width: fit-content;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .description .image.image_resized img {
  width: 300px;
  height: 300px;
}
.main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block table tbody tr td::before {
  display: none;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading {
  justify-content: inherit;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading h2 {
  font-size: 48px;
  font-weight: 700;
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
  margin-right: 24px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group {
  width: 100%;
  margin-bottom: 0;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper label {
  font-size: 14px;
  font-weight: 400;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container {
  z-index: 1;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default .select2-selection--single {
  border: 0px;
  background-color: transparent;
  height: inherit;
  padding: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #494949;
  background: #0C0C0C;
  box-shadow: none;
  border-radius: 16px;
  padding: 16px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../img/dropdownicon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  right: 16px;
  top: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .btn-red {
  padding: 12px 28px;
  /*padding: 17px 38px;*/
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  color: #f5f5f5;
  margin-left: 0px;
  height: max-content;
  text-transform: capitalize;
  min-width: max-content;
  font-family: "Poppins", sans-serif;
  background: #cc1717;
  border-color: #cc1717;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list {
  border-radius: 16px;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #0C0C0C;
  color: #fff;
  padding: 38px;
  border: 1px solid #494949;
  margin-top: 40px;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .top-subheading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*margin-bottom: 24px;*/
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .top-subheading h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 51.59px;
  font-family: "Teko", sans-serif;
  padding: 6px 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #c4c8ce;
  border-bottom: 1px solid #c4c8ce;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  gap: 15px;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items span {
  font-size: 18px;
  color: #fff;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items .btn-red {
  padding: 10px 24px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-left: 0px;
  height: max-content;
  text-transform: capitalize;
  min-width: max-content;
  font-family: "Poppins", sans-serif;
  background: #cc1717;
  border-color: #cc1717;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec {
  padding: 0px;
  max-width: 640px;
  /*.top {
      margin-bottom: 80px;

      h2 {
          font-size: 48px;
          font-weight: 700;
          color: $lightBg;
          font-family: "Inter", sans-serif;
          margin-right: 24px;
          text-transform: capitalize;
      }
  }*/
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .suspend-msz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .suspend-msz p.text {
  font-size: 20px;
  font-weight: 400;
  color: #F0F0F0;
  padding: 0px 0px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
  line-height: normal;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload {
  background: transparent;
  border: 0px;
  box-shadow: none;
  padding: 0px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block {
  margin-bottom: 32px;
  padding-top: 32px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block h2 {
  font-size: 36px;
  font-weight: 400;
  color: #f5f5f5;
  font-family: "Teko", sans-serif;
  text-transform: capitalize;
  margin-bottom: 24px;
  line-height: normal;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block h2.extra-document {
  text-transform: unset;
  background: #262626;
  color: white;
  padding: 3px 15px;
  border-radius: 4px;
  border: 1px solid #262626;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block p {
  font-size: 20px;
  font-weight: 400;
  color: #F0F0F0;
  padding: 0px 0px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block p {
  /*display: none;*/
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete {
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input {
  margin-bottom: 0px;
  width: 100%;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input label {
  font-size: 14px;
  font-weight: 400;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input .form-control {
  border: 1px solid #494949;
  background: #262626;
  box-shadow: none;
  border-radius: 16px;
  padding: 16px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input .OpenImgUpload {
  background: transparent;
  border: none;
  top: 64%;
  transform: translate(0, -50%);
  top: 50px;
  right: 16px;
  width: 21px;
  height: 28px;
  position: absolute;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .delete-icon {
  width: 48px;
  height: 48px;
  background: #44464a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: 1px solid #e3e5ea;
  position: absolute;
  top: 47px;
  transform: translate(0, -50%);
  overflow: hidden;
  right: -60px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .upload-file-text {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  align-items: flex-start;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .upload-file-text p {
  color: #BEB8BE;
  font-size: 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: block;
  max-width: 155px;
  margin-bottom: 0px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .upload-file-text .helpme-text {
  color: #cc1717;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: transparent;
  position: static;
  border: 0px;
  box-shadow: none;
  width: max-content;
  height: auto;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper {
  margin-bottom: 24px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div label {
  font-size: 14px;
  font-weight: 400;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container {
  z-index: 1;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single {
  border: 0px;
  background-color: transparent;
  height: 63px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #494949;
  background: #262626;
  box-shadow: none;
  border-radius: 16px;
  padding: 16px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../img/dropdownicon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 63px;
  right: 16px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .upload-delete-btn {
  margin-top: 16px;
  gap: 40px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .upload-delete-btn .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .upload-delete-btn .btn-outline {
  border: 1px solid #f5f5f5;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  background: transparent;
  height: auto;
  width: fit-content;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form:last-child .data-upload-block {
  margin-bottom: 0px;
  padding-top: 0px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .top {
  margin-bottom: 16px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .top h2 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #c4c8ce;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .top .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  margin-top: 40px;
  margin-left: 0px;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block {
  border: 1px solid #494949;
  background-color: #0C0C0C;
  box-shadow: none;
  border-radius: 16px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top {
  background-color: #cc1717;
  border-radius: 16px 16px 0px 0px;
  padding: 16px;
  gap: 8px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc {
  padding: 0px 16px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding-bottom: 8px;
  margin-bottom: 0px;
  color: #f5f5f5;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc.history-summary {
  padding: 18px 20px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc.history-summary p {
  font-size: 18px;
  display: flex;
  line-height: normal;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc.history-summary p span {
  color: #c4c8ce;
  font-size: 14px;
  min-width: 136px;
  display: flex;
  padding-right: 15px;
  max-width: 136px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .panel-footer {
  gap: 8px;
  padding: 0px 16px 24px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .panel-footer .btn-red {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  width: auto;
  height: auto;
  margin-right: 0px;
}
.main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .panel-footer .btn-outline {
  padding: 12px 28px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-color: #fff;
  width: auto;
  background: transparent;
  height: auto;
}
.main-section .right-section.right-dashboard-section input:-webkit-autofill,
.main-section .right-section.right-dashboard-section input:-webkit-autofill:hover,
.main-section .right-section.right-dashboard-section input:-webkit-autofill:focus,
.main-section .right-section.right-dashboard-section textarea:-webkit-autofill,
.main-section .right-section.right-dashboard-section textarea:-webkit-autofill:hover,
.main-section .right-section.right-dashboard-section textarea:-webkit-autofill:focus,
.main-section .right-section.right-dashboard-section select:-webkit-autofill,
.main-section .right-section.right-dashboard-section select:-webkit-autofill:hover,
.main-section .right-section.right-dashboard-section select:-webkit-autofill:focus {
  -webkit-text-fill-color: #f5f5f5;
  -webkit-box-shadow: 0 0 0px 1000px #0f0f0f inset;
  transition: background-color 5000s ease-in-out 0s;
}
.main-section .modal.fade {
  opacity: 1;
}
.main-section .modal.newmodal .modal-dialog .modal-content {
  border-color: #BEB8BE;
  border-radius: 16px;
  padding: 24px;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  justify-content: flex-end;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-header button {
  padding: 0px;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-header button.close-icon {
  width: 30px;
  height: 30px;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-header button.close-icon::before, .main-section .modal.newmodal .modal-dialog .modal-content .modal-header button.close-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px solid #212121;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-45deg);
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-header button.close-icon::after {
  transform: translateY(-50%) rotate(45deg);
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-body {
  padding: 0px 0px 18px;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-body h5 {
  color: #000;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-body p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-body .messgae {
  border: 2px solid #C8C8C8;
  padding: 14px 16px;
  border-radius: 16px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-body .messgae:focus-visible {
  outline: 0px;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-footer {
  border-top: 0px;
  padding: 0px;
  justify-content: center;
}
.main-section .modal.newmodal .modal-dialog .modal-content .modal-footer button {
  background-color: #cc1717;
  padding: 12px 28px;
  border-radius: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #f5f5f5;
  border: 0px;
  text-transform: capitalize;
}
.main-section .modal.desktopModal .modal-dialog .modal-content {
  border: 1px solid #494949;
  background-color: #181818;
  border-radius: 16px;
  padding: 24px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-header .modal-close-btn {
  width: 100%;
  text-align: right;
  margin-bottom: 16px !important;
  padding: 0px;
  margin: 0px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-header .modal-close-btn img {
  width: 25px;
  height: 25px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body .top {
  padding-bottom: 16px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body .top h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body .form-area .form-group {
  margin-bottom: 16px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body .form-area .form-group label {
  font-size: 10px;
  font-weight: 400;
  color: #c4c8ce;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body .form-area .form-group .form-control {
  border: 1px solid #494949;
  background: #262626;
  box-shadow: none;
  border-radius: 16px;
  padding: 14px 16px;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #f5f5f5;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body p.input-error {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #cc1717;
  line-height: 21px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body ul {
  margin-bottom: 16px;
  padding: 0px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body ul .list-para {
  list-style: none;
  margin-left: 0px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body ul li {
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  list-style: disc;
  margin-left: 28px;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body .pswrdText {
  font-size: 12px;
  font-weight: 400;
  color: #f5f5f5;
  font-family: "Inter", sans-serif;
}
.main-section .modal.desktopModal .modal-dialog .modal-content .modal-body .btn-red {
  box-shadow: none;
  margin-top: 0px !important;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
  margin: auto;
  padding: 12px 28px;
  font-family: "Poppins", sans-serif;
}

.select2-container .select2-dropdown.select2-black-dropdown {
  background-color: #262626;
  border: 1px solid #494949;
  padding: 10px 16px;
  position: relative;
}
.select2-container .select2-dropdown.select2-black-dropdown .select2-search--dropdown {
  padding: 0px;
  margin-bottom: 14px;
}
.select2-container .select2-dropdown.select2-black-dropdown .select2-search--dropdown .select2-search__field {
  border: none !important;
  border-bottom: 1px solid #c4c8ce !important;
  padding: 8.5px 0px 8.5px 30px;
  background: transparent;
  color: #BEB8BE;
}
.select2-container .select2-dropdown.select2-black-dropdown .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}
.select2-container .select2-dropdown.select2-black-dropdown .select2-search--dropdown:before {
  position: absolute;
  content: "";
  background-image: url("../../backend-assets/img/searchbar.svg");
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: center;
  left: 5px;
  width: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.select2-container .select2-dropdown.select2-black-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #BEB8BE;
}

.bootstrap-select.multi-select-black.bs-container .dropdown-menu.show {
  background: #262626;
  border-radius: 16px;
  border: 1px solid #494949;
  box-shadow: none;
  bottom: 0px;
  top: 0px;
  min-height: 221px !important;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .bs-searchbox {
  margin-bottom: 8px;
  display: none;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .bs-searchbox .form-control {
  background-color: #262626;
  border: 1px solid #494949;
  color: #f5f5f5 !important;
  border-radius: 8px;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .bs-searchbox .form-control:focus {
  box-shadow: none;
  outline: 0px;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .bs-actionsbox {
  margin-bottom: 8px;
  display: none;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .bs-actionsbox .btn-group .actions-btn {
  background-color: #262626;
  border: 1px solid #494949;
  color: #f5f5f5 !important;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu {
  padding: 0px;
  border: 0px;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu li {
  padding: 14px 16px;
  border-bottom: 1px solid #494949;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu li .dropdown-item {
  color: #fff;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu li .dropdown-item span {
  color: #f5f5f5 !important;
  font-size: 20px;
  font-weight: 400;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu li .dropdown-item .check-mark {
  top: 50%;
  transform: translate(0, -50%);
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu .no-results {
  background: transparent;
  color: #f5f5f5 !important;
}
.bootstrap-select.multi-select-black.multi-select .dropdown-toggle:focus {
  outline: 0px !important;
  border: 0px !important;
}
.bootstrap-select.multi-select-black.multi-select .dropdown-toggle::after {
  content: "";
  background-image: url("../img/dropdownicon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
  /* right: 0px; */
  width: 20px;
  height: 13px;
}
.bootstrap-select.multi-select-black.show.multi-select .dropdown-toggle::after {
  transform: translate(0, -50%) rotate(180deg) !important;
}

.input-br-error .select2-selection__rendered {
  border-color: #cc1717 !important;
}

.status-outer .box {
  background-color: #f0dada;
}

/*.membership-status {
    box-shadow: 0px 3px 6px rgba(227, 229, 234, 0.2);
    border: 1px solid $border-color;
    border-radius: 4px;
    background: #fff;
    padding: 0 25px;

    .status-outer {
        padding: 19.5px 0;
        display: flex;
        align-items: center;
        gap: 20px;
        background-color: #f0dada;

        .status-button {
            display: flex;
            align-items: center;
            gap: 12px;

            a {
                font-size: 12px;
                color: $white;
                font-family: sofia-pro;
                width: 95px;
                height: 30px;
                border-radius: 30px;
                background-color: $dark-red;
                display: flex;
                gap: 8px;
                align-items: center;
                justify-content: center;
                text-transform: capitalize;

                &.approve-status {
                    background-color: #3ff8a1;
                }

                img {
                }

                span {
                }
            }
        }

        .status-para {
            a {
                color: $light-black;
                font-size: 16px;
                line-height: 16px;
                font-weight: 400;
                display: inline-block;

                &:hover {
                    color: $gold;
                }
            }
        }
    }
}*/
@media (max-width: 1600px) {
  .main-section:has(.impersonation-bar) aside.sidebar .nav-sec .menu-top {
    max-height: calc(100vh - 322px) !important;
  }
  .main-section aside.sidebar .nav-sec.nav-sec-height .menu-top {
    max-height: calc(100vh - 322px) !important;
  }
  .main-section aside.sidebar .nav-sec .menu-top {
    max-height: calc(100vh - 264px) !important;
  }
  .main-section aside.sidebar .nav-sec .menu-top li a, .main-section aside.sidebar .nav-sec .menu-bottom li a {
    /*font-size: 24px;
    padding: 10px 0px;
    font-weight: 300;
    line-height: normal;
    align-items: center;*/
  }
  .main-section aside.sidebar .nav-sec .menu-top li a span, .main-section aside.sidebar .nav-sec .menu-bottom li a span {
    height: 20px;
    width: 20px;
  }
  .main-section aside.sidebar .nav-sec .menu-top li a span svg, .main-section aside.sidebar .nav-sec .menu-bottom li a span svg {
    height: 20px;
    width: 20px;
  }
  .main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space, .main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space {
    /*margin-top: 12px;*/
  }
  .main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space li a, .main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li a {
    /*padding: 10px 0px;*/
  }
  .main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space li a span, .main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li a span {
    height: 20px;
    width: 20px;
  }
  .main-section aside.sidebar .nav-sec .menu-top.menu-bottom-space li a span svg, .main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li a span svg {
    height: 20px;
    width: 20px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section {
    padding: 60px 0px 32px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.event-page .top-bg {
    padding: 20px 80px 0px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.event-page .check-in-club {
    padding: 80px 80px 0px;
    height: calc(100vh - 398px);
  }
  .main-section .right-section.right-dashboard-section {
    padding: 80px 80px 32px 80px;
  }
  .main-section .right-section.right-dashboard-section .success-msz-box, .main-section .right-section.right-dashboard-section .error-msz-box {
    font-size: 18px;
    padding: 10px 32px 10px 8px;
    margin-bottom: 22px;
  }
  .main-section .right-section.right-dashboard-section .success-msz-box img, .main-section .right-section.right-dashboard-section .error-msz-box img {
    width: 18px;
    height: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .top h2 {
    font-size: 26px;
    line-height: normal;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box {
    height: 122px;
    min-width: 122px;
    width: 122px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box img {
    height: 122px;
    min-width: 122px;
    width: 122px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc h1 {
    /*font-size: 42px;*/
    font-weight: 500;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .desktopMenu img {
    width: 38px;
    height: 38px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box span {
    font-size: 20px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.pause-member-animation {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name::before {
    width: 14px;
    height: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block {
    padding: 38px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li b {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top h2 {
    font-size: 26px;
    line-height: normal;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .description {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block table tbody tr td span {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top {
    margin-bottom: 50px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top h2 {
    font-size: 38px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top img {
    width: 38px;
    height: 38px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .formSubHeading {
    font-size: 26px;
    padding-bottom: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .form-control {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .custom-control .custom-control-label {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .bootstrap-select button.btn.dropdown-toggle {
    padding: 13px 16px !important;
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single {
    height: 54px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px;
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li {
    margin-bottom: 20px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard {
    padding: 38px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCardText {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profilename {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading {
    margin-bottom: 50px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading h2 {
    font-size: 38px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 16px;
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .btn-red {
    padding: 12px 28px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list {
    margin-top: 30px;
    padding: 30px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .top-subheading h2 {
    font-size: 26px;
    line-height: normal;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items span {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec p.text {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block p {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input .form-control {
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input .OpenImgUpload {
    top: 46px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single {
    height: 54px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px;
    font-size: 18px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec {
    padding: 80px 80px 32px 80px;
  }

  .desktop-burger-menu ul li a {
    font-size: 24px;
    padding: 10px 0px;
    font-weight: 400;
  }
  .desktop-burger-menu ul li a img {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 1366px) {
  .main-section:has(.impersonation-bar) aside.sidebar .nav-sec {
    height: calc(100vh - 145px);
  }
  .main-section aside.sidebar {
    padding: 12px 0px;
    width: 270px;
  }
  .main-section aside.sidebar .sidebarheader {
    margin: 0px 24px 20px;
  }
  .main-section aside.sidebar .sidebarheader .headerLogo .logo img {
    max-width: 130px;
  }
  .main-section aside.sidebar .nav-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 85px);
  }
  .main-section aside.sidebar .nav-sec.nav-sec-height {
    height: calc(100vh - 117px);
  }
  .main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space {
    margin-top: 8px;
  }
  .main-section aside.sidebar .nav-sec .menu-bottom.menu-bottom-space li a {
    padding: 5px 0px;
    font-size: 20px;
  }
  .main-section aside.sidebar .nav-sec .menu-top li a {
    padding: 5px 0px;
    font-size: 20px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section {
    padding: 60px 0px 22px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
    padding: 50px 60px 0px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
    padding: 40px 60px 0px;
    height: calc(100vh - 421px);
  }
  .main-section .right-section {
    margin-left: 270px;
  }

  .main-section .right-section.right-dashboard-section {
    padding: 110px 60px 22px 60px;
    margin-left: 270px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right {
    padding-left: 270px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right.top-sec .search-left #search-block {
    width: 100%;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right.top-sec .search-left .fed-block.desktop {
    display: none;
  }
  .main-section .right-section.right-dashboard-section .success-msz-box, .main-section .right-section.right-dashboard-section .error-msz-box {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club {
    padding: 0px 60px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
    margin-bottom: 40px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box {
    height: 92px;
    min-width: 92px;
    width: 92px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box img {
    height: 92px;
    min-width: 92px;
    width: 92px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc h1 {
    line-height: 41.52px;
    font-size: 2.3vw;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .desktopMenu img {
    width: 32px;
    height: 32px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box {
    margin-top: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member-animation {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name:before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name a {
    margin-left: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication {
    padding: 12px;
    margin-bottom: 28px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .top h2 {
    font-size: 22px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .two-factor-auth-block li {
    padding-bottom: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block {
    padding: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block {
    height: calc(100% - 28px);
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top {
    margin-bottom: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top h2 {
    font-size: 22px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li {
    margin: 0px 0 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top {
    margin-bottom: 30px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top h2 {
    font-size: 28px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top img {
    width: 28px;
    height: 28px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper label {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group label {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .ck.ck-editor__main .ck-editor__editable p {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .inputIcon img {
    width: 16px;
    height: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .form-control {
    font-size: 16px;
    padding: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.file-input a {
    width: 16px;
    height: 100%;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .bootstrap-select button.btn.dropdown-toggle {
    padding: 12px !important;
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single {
    height: 46px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding: 12px;
    line-height: 20px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .formSubHeading {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCardText {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .btn-red {
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px !important;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .btn-red {
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .btn-center .btn-red {
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr td {
    font-size: 14px;
    font-weight: 600;
    /*padding-top: 20px;*/
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr td.fightClassname span {
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr.border-bottom td {
    /*padding-bottom: 20px;*/
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table thead tr th {
    padding: 0px 18px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec p.text {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block p {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input label {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input .form-control {
    font-size: 16px;
    padding: 12px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input .OpenImgUpload {
    width: 16px;
    height: 16px;
    top: 42px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .delete-icon {
    width: 42px;
    height: 42px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .delete-icon img {
    width: 14px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div label {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single {
    height: 46px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding: 12px;
    line-height: 20px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .top .btn-red {
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top {
    padding: 14px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top p {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc p {
    font-size: 16px;
  }
  .main-section .right-section.federationextraFlow .event-sec {
    /*padding: 50px 60px 28px 60px;*/
  }
  .main-section .desktop-burger-menu .closedesktop-burger {
    margin-bottom: 12px;
  }
  .main-section .desktop-burger-menu .closedesktop-burger img {
    width: 20px;
  }
  .main-section .desktop-burger-menu ul li {
    padding: 0px 26px;
  }
  .main-section .desktop-burger-menu ul li a {
    font-size: 22px;
    padding: 8px 0px;
  }
  .main-section .desktop-burger-menu ul li a img {
    /*height: 22px;*/
    width: 22px;
  }
  .bootstrap-select.multi-select-black.multi-select .dropdown-toggle::after {
    width: 16px;
  }
  .bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu li {
    padding: 8px;
  }
  .bootstrap-select.multi-select-black.bs-container .dropdown-menu .inner .dropdown-menu li .dropdown-item span {
    font-size: 16px;
  }

  .rightFooter .rightFooterMenu .footerList .footerListLink {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
  }
}
@media (max-width: 1359px) {
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic {
    padding: 22px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile {
    gap: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profileImg img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profileImg span {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profilename {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box img {
    /*height: 132px;
    min-width: 132px;
    width: 132px;*/
  }
}
@media (max-width: 1200px) {
  .main-section .profile-bg-img .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
    height: calc(100vh - 431px);
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top h2 {
    /*font-size: 34px;*/
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top img {
    width: 34px;
    height: 34px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile {
    flex-wrap: wrap;
    flex-basis: 33.33%;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile.Pofile2 {
    flex-direction: column-reverse;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profileImg img {
    min-width: 78px;
    min-height: 78px;
    width: 78px;
    height: 78px;
    margin: auto;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profilename {
    margin: auto;
    text-align: center;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightCompetitor {
    min-width: 180px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc {
    display: flex;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box {
    min-width: 100px;
    height: 100px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box img {
    height: 100px;
    min-width: 100px;
    width: 100px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc h1 {
    font-size: 42px;
    line-height: inherit;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .desktopMenu img {
    width: 30px;
    height: 30px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.block1 {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.block2 {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .membership-status .status-outer {
    flex-wrap: wrap-reverse;
  }
  .membership-status .status-outer .status-para {
    width: 100%;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table.active-fighters-list .top th {
    width: auto;
  }
}
@media (max-width: 991px) {
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section {
    padding: 60px 0px 16px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
    padding: 66px 30px 0px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
    padding: 40px 30px 0px;
    height: calc(100vh - 376px);
  }
  .main-section .right-section.right-dashboard-section {
    padding: 116px 30px 16px 30px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right.top-sec .search-left #search-block {
    width: 100%;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right.top-sec .search-left .fed-block.desktop {
    display: none;
  }
  .main-section .right-section.right-dashboard-section .event-sec.event-page .top-bg {
    height: auto;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
    margin-bottom: 40px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box {
    height: 80px;
    width: 80px;
    min-width: 80px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box img {
    height: 80px;
    min-width: 80px;
    width: 80px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc {
    line-height: normal;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc h1 {
    font-size: 24px;
    line-height: normal;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .desktopMenu img {
    width: 24px;
    height: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail inactive-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail inactive-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail inactive-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail inactive-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.pause-member-animation {
    padding: 2px 10px;
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name::before {
    width: 10px;
    height: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name a {
    margin-left: 22px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block {
    padding: 30px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li b {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top {
    margin-bottom: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top h2 {
    font-size: 24px;
    line-height: normal;
    padding: 0px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .description {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block table tbody tr td span {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page {
    padding: 0px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top {
    margin-bottom: 40px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top h2 {
    font-size: 28px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top img {
    width: 28px;
    height: 28px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .form-control {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.file-input a {
    width: 16px;
    height: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .bootstrap-select button.btn.dropdown-toggle {
    font-size: 15px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .btn-red {
    font-weight: 600;
    margin-top: 20px;
    padding: 8px 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard h2 {
    padding-bottom: 18px;
    font-size: 22px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail {
    gap: 22px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profilename {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightCompetitor {
    min-width: 90px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryData h4 {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryData span {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .top {
    margin-bottom: 40px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .top h2 {
    font-size: 28px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete {
    display: flex;
    width: 100%;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .form-group.file-input .form-control {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .file-delete .delete-icon {
    position: relative;
    right: auto;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec {
    /*padding: 56px 30px 22px 30px;*/
  }
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .option {
    margin-left: 0;
  }
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .date-inputs {
    margin-left: 0;
  }
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .date-inputs .form-group {
    /*flex-direction: column;
        align-items: flex-start;*/
  }
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .date-inputs .form-group input[type=date] {
    max-width: 142px;
  }

  .rightFooter .rightFooterMenu .footerList {
    padding: 0px 10px;
  }
  .rightFooter .rightFooterMenu .footerList .footerListLink {
    font-size: 16px;
    line-height: normal;
  }

  .desktop-burger-menu {
    padding: 16px 24px;
    width: 320px;
  }
  .desktop-burger-menu ul li a {
    padding: 16px 0px;
    font-size: 24px;
    font-weight: 500;
  }
  .desktop-burger-menu ul li a img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  /*body {
      overflow: hidden;

      &.overlay {
          height: 100vh;
      }
  }*/
  .register-page.registration-wrapper.login-page .left .left-inner .registration-form .login-term-section p {
    padding: 2px 40px 0px 0px;
  }
  .register-page.registration-wrapper .left {
    background-color: #f5f5f5;
    padding-top: 32px;
  }
  .register-page.registration-wrapper .left .left-inner .left-header {
    margin-bottom: 32px;
  }
  .register-page.registration-wrapper .left .left-inner .registration-form .form-group .error-msg {
    max-width: unset;
  }
  .register-page.registration-wrapper .left .form-sec .custom-sec a {
    display: block;
  }
  .register-page.registration-wrapper .forgot-link {
    display: none !important;
  }

  .main-section {
    /*height: 100vh;*/
  }
  .main-section:has(.impersonation-bar) .right-section.right-dashboard-section .black-dashboard-right {
    top: 108px;
  }
  .main-section:has(.sidebar) .impersonation-bar {
    top: 60px;
  }
  .main-section .profile-bg-img {
    background-size: cover;
    background-position: center;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section {
    padding: 50px 0px 20px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
    padding: 16px 23px 0px;
  }
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
    padding: 24px 23px 0px;
    height: calc(100vh - 310px);
  }
  .main-section .profile-bg-img .black-dashboard-right.top-sec .searchbar {
    background: transparent;
  }
  .main-section .header-mobile-menu {
    background-color: #0F0F0F;
    display: block;
    height: 50px;
  }
  .main-section .header-mobile-menu .headerLogo {
    display: flex;
    align-items: center;
    padding: 0px 16px;
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    background-color: #0F0F0F;
  }
  .main-section .header-mobile-menu .headerLogo .headerImg img {
    height: 50px;
  }
  .main-section .header-mobile-menu .headerLogo .sidebarSearch.iconActive .closeIcon {
    display: block;
  }
  .main-section .header-mobile-menu .headerLogo .sidebarSearch.iconActive .searchIcon {
    display: none;
  }
  .main-section .header-mobile-menu .headerLogo .sidebarSearch .closeIcon {
    display: none;
  }
  .main-section .header-mobile-menu .headerLogo .sidebarSearch .searchIcon {
    display: block;
  }
  .main-section .header-mobile-menu .seachInput {
    position: relative;
    border-top: 1px solid #c4c8ce !important;
    padding: 0px 16px;
    display: none;
  }
  .main-section .header-mobile-menu .seachInput.open {
    display: block;
  }
  .main-section .header-mobile-menu .seachInput input {
    background: transparent;
    border: 0;
    width: 100%;
    border-radius: 0px;
    color: #c4c8ce;
    font-family: "Poppins", sans-serif;
    padding: 12.5px 30px 12.5px 0px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
  }
  .main-section .header-mobile-menu .seachInput input:focus-visible {
    outline: none;
  }
  .main-section .header-mobile-menu .seachInput input::placeholder {
    color: #BEB8BE;
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }
  .main-section .header-mobile-menu .seachInput img {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translate(0, -50%);
  }
  .main-section .right-section {
    margin-left: auto;
  }
  .main-section .right-section.right-dashboard-section {
    /*padding: 66px 0px 20px;
    height: calc(100vh - 109px);*/
    padding: 66px 0px 20px;
    height: calc(100vh - 109px);
    min-height: 100%;
    overflow-y: auto;
    margin-left: auto;
    margin-bottom: 0px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right {
    padding-left: 0px;
    top: 50px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec {
    height: auto;
    padding: 0;
    margin-left: auto;
    height: 50px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec > .search-wrapper {
    width: 100%;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .search-left > div {
    width: 100%;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .searchbar {
    /*background: #fff;*/
    height: 50px;
    padding: 0 20px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec {
    background: #000;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec .logo {
    display: block;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec .logo img {
    max-width: 122.8px;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul > li a i.fa-bell {
    color: #44464a;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul > li a .bages {
    border-color: #000;
  }
  .main-section .right-section.right-dashboard-section .black-dashboard-right .top-sec .top-right-sec > ul > li:last-child {
    display: none;
  }
  .main-section .right-section.right-dashboard-section.right-section-height .event-sec.profile-page .profile-summary {
    height: calc(100vh - 364.52px);
  }
  .main-section .right-section.right-dashboard-section .success-msz-box, .main-section .right-section.right-dashboard-section .error-msz-box {
    border-radius: 0px;
    padding: 16px 36px 16px 8px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .success-msz-box img, .main-section .right-section.right-dashboard-section .error-msz-box img {
    width: 25px;
    height: 25px;
  }
  .main-section .right-section.right-dashboard-section .event-sec {
    /*min-height: calc(100vh - 196px);*/
    /*overflow-y:scroll;*/
  }
  .main-section .right-section.right-dashboard-section .event-sec.event-page .top-bg {
    padding: 0px 23px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication {
    margin-bottom: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .top h2 {
    font-size: 24px;
    line-height: normal;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .two-factor-authentication .two-factor-auth-block li span {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg {
    margin-bottom: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail {
    padding: 0px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc {
    gap: 16px;
    margin-bottom: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box {
    height: 64px;
    min-width: 64px;
    width: 64px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .img-box img {
    height: 64px;
    min-width: 64px;
    width: 64px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box {
    margin-top: 8px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box span {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch {
    width: 42px;
    height: 22px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc .desc .public-profile-switch-box .switch .slider:before {
    height: 16px;
    width: 16px;
    left: 3px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .active-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .inactive-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .past-member.pause-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.active-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.inactive-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.past-member-animation, .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .pause-member.pause-member-animation {
    padding: 0px 8px;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name {
    padding-bottom: 12px;
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name::before {
    width: 8px;
    height: 8px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .profileMemberPlan span.club-name a {
    margin-left: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary {
    padding: 0px 15px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block {
    padding: 16px;
    margin-bottom: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li {
    margin: 0px 0 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li span {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block ul li b {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .top {
    margin-bottom: 8px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block .description {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li {
    margin: 0px 0 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block.general-block ul li b span {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block table thead tr th {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block table tbody tr td {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary .block table tbody tr td span {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page {
    padding: 16px 24px 16px;
    /*height: calc(100vh - 141px);
    overflow-y: auto;*/
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top h2 {
    font-size: 24px;
    margin-right: 0px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .top img {
    width: 22px;
    height: 22px;
    margin-left: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event {
    max-width: 100%;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .formSubHeading {
    font-size: 24px;
    padding-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group label {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.textareaeditor .ck.ck-editor__main .ck-editor__editable p {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group.datepicker span.datepicker-icon {
    width: 16px;
    height: 16px;
    display: flex;
    top: 34px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .form-control {
    padding: 10px 16px;
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .custom-control .custom-control-label {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .form-group .bootstrap-select button.btn.dropdown-toggle {
    padding: 10px 36px 10px 16px !important;
    font-size: 15px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single {
    height: 41px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 36px 12px 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .form-area .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .btn-red {
    padding: 12px 28px;
    margin: auto;
    margin-top: 18px;
    font-weight: 600;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .btn-red.btn-red-center {
    margin: auto;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard {
    padding: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard h2 {
    padding-bottom: 16px;
    font-size: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext span {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext .details .plan-move-status-text {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .btn-red {
    margin: inherit;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .btn-red.btn-red-center {
    margin: auto;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCardText {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .btn-center .btn-red {
    font-weight: 600;
    padding: 12px 28px;
    margin-top: 0px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .btn-center .btn-red.btn-red-center {
    margin: auto;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic {
    padding: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table thead tr th {
    padding: 0px 16px;
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic table tbody tr td.fightClassname span {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHostoryTitle p {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHostoryTitle span {
    font-size: 10px;
    padding: 0px 12px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail {
    gap: 0px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile {
    /*&.Pofile2{
            margin-right: auto;
    } */
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profilename {
    display: none;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightCompetitor {
    min-width: 88px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName {
    display: flex;
    padding-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName ul {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName ul li {
    font-size: 14px;
    font-weight: 700;
    color: #f5f5f5;
    font-family: "Inter", sans-serif;
    border-right: 1px solid #7b7c7f;
    width: 50%;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName ul li:last-child {
    border-right: 0px;
    text-align: right;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryData h4 {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryData span {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club {
    padding: 0px 23px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading h2 {
    font-size: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 16px;
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .form-group .select_wrapper .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 18px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .btn-red {
    padding: 12px 28px;
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list {
    margin-top: 24px;
    padding: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .top-subheading h2 {
    font-size: 24px;
    line-height: normal;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items span {
    font-size: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .check-in-list .list-item .list-items .btn-red {
    padding: 8px 18px;
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec {
    padding: 16px 24px 16px;
    /*height: calc(100vh - 127px);
    overflow-y: scroll;*/
    max-width: 100%;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .top {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .top h2 {
    font-size: 24px;
    margin-right: 0px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec p.text {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload {
    margin-right: 0px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block {
    margin-bottom: 16px;
    padding-top: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div label {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .select_wrapper.select-div .select2.select2-container--default.select2-container--open .select2-selection__arrow {
    height: 12px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .upload-delete-btn {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-data-upload form .data-upload-block .select-block .upload-delete-btn .btn-outline {
    width: auto;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history {
    margin-right: 0px;
    padding-bottom: 0px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .top h2 {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top {
    padding: 4px 16px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top p {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .history-desc p {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow {
    padding: 116px 0px 20px;
    background-color: whitesmoke;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow.right-section-height .event-sec {
    /*height: calc(100vh - 167.52px);*/
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec {
    padding: 0px 24px;
    min-height: auto;
    /*height: calc(100vh - 123.52px);*/
    overflow-y: auto;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page {
    max-width: 100%;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .inputIcon {
    padding: 12px 16px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .inputIcon span {
    font-size: 14px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .form-group .form-control {
    padding: 12px 16px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area label {
    font-size: 10px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo {
    margin-bottom: 24px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .form-group {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .custom-control {
    display: none;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .federationInfo .addFiled span {
    font-size: 12px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .authentication .form-group {
    margin-bottom: 8px;
  }
  .main-section .right-section.right-dashboard-section.federationextraFlow .event-sec .payment-page .form-area .authentication .form-group label {
    margin-bottom: 8px;
  }
  .rightFooter {
    display: none;
  }

  .desktop-burger-menu {
    padding: 0px;
    /*position: absolute;*/
    background-color: #0C0C0C;
    border: 0px;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    top: 0;
    transform: inherit;
    left: inherit;
    z-index: 99999;
    right: -100%;
    height: 100vh;
  }
  .desktop-burger-menu.desktop-burger-mobile-menu {
    transition: all 0.5s ease-in-out;
  }
  .desktop-burger-menu.active {
    /*right: 0px !important;*/
    transition: all 0.5s ease-in-out;
    transform: inherit;
    top: 0;
    left: auto;
    padding: 16px 0px;
    height: 100vh;
    right: 0%;
  }
  .desktop-burger-menu ul {
    height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .bootstrap-select.multi-select .dropdown-toggle::after {
    width: 17px;
    height: 13px;
  }
}
@media (max-width: 575px) {
  .main-section .profile-bg-img.check-in-club-outer .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
    height: calc(100vh - 436px);
  }
  .main-section .profile-bg-img .black-dashboard-right.top-sec .searchbar {
    background: transparent;
  }
  .main-section .black-dashboard-right.top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu {
    width: 300px;
  }
  .main-section .right-section.right-dashboard-section .event-sec {
    padding-bottom: 50px;
    overflow-y: scroll;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent .fightHistoryDataSpace .fightHistoryData:first-child {
    padding-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent.desktop {
    display: none;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryContent.mobile {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club {
    padding: 0px 23px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading {
    margin-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .top-heading h2 {
    font-size: 24px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area {
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .check-in-club .form-area .btn-red {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .main-section .modal.newmodal .modal-dialog .modal-content {
    padding: 15px;
  }
  .main-section .modal.newmodal .modal-dialog .modal-content .modal-body .approval-ID lable {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .main-section .profile-bg-img .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
    height: calc(100vh - 460px);
  }
  .main-section .profile-bg-img .black-dashboard-right.top-sec .searchbar {
    background: transparent;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .date-inputs {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .date-inputs .form-group {
    width: 100%;
  }
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .date-inputs .form-group label {
    flex: 1 0 20%;
    max-width: 20%;
  }
  .main-section .federationextraFlow .event-sec .payment-page .form-area .expiration-container .date-inputs .form-group input[type=date] {
    flex: 1 0 auto;
    max-width: none;
  }
}
@media (max-width: 359px) {
  .main-section .profile-bg-img .right-section.right-dashboard-section .event-sec.profile-page .check-in-club {
    height: calc(100vh - 460px);
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .top-bg .profile-detail .img-desc {
    flex-wrap: wrap;
  }
  .main-section .right-section.right-dashboard-section .event-sec.profile-page .profile-summary {
    /* height: calc(100vh - 422.52px);*/
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightHistoryPofile .profileImg img {
    min-width: 68px;
    min-height: 68px;
    width: 68px;
    height: 68px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistorydetail .fightCompetitor {
    min-width: 70px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName {
    display: flex;
    padding-bottom: 16px;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName ul {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .fightStatistic .fightHistory .fightHistoryName ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 399px) {
  .main-section .right-section.right-dashboard-section .event-sec .payment-page .payment-event .content-area li .membershipCard .cardBodytext .details .plan-move-status-text {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .main-section:has(.impersonation-bar) .main-section-wrapper {
    padding-top: 79px;
  }
  .main-section:has(.impersonation-bar) .right-section.right-dashboard-section .black-dashboard-right {
    top: 130px;
  }
  .main-section:has(.sidebar) .impersonation-bar {
    top: 50px;
  }

  .loader-1.loading-img img {
    width: 90px;
  }
}
@media (max-width: 2100px) {
  .main-section .right-section .scrollable-table .table-content .table-main-sec table {
    table-layout: fixed;
    width: 100%;
    /*thead {
        display: table-row;
    }*/
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table .top th.space_fixed {
    padding: 24px 0 25px;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table .top th:first-child {
    padding: 24px 0 25px 15px;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table .top th:last-child {
    padding: 24px 15px 25px 0;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th, .main-section .right-section .scrollable-table .table-content .table-main-sec table td {
    width: auto;
    min-width: 160px;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th:first-child, .main-section .right-section .scrollable-table .table-content .table-main-sec table td:first-child {
    padding-left: 15px !important;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed_date, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed_date {
    padding: 20px 0;
    text-align: center;
    min-width: 120px;
    max-width: 120px;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed_date label, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed_date label {
    display: block;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed {
    min-width: 60px !important;
    max-width: 60px;
    padding: 20px 0;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th.space_fixed_membership, .main-section .right-section .scrollable-table .table-content .table-main-sec table td.space_fixed_membership {
    min-width: 120px;
    max-width: 120px;
    padding-right: 20px !important;
    padding-left: 0;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th .active, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .cancel, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .past-membership, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .excepted-memeber, .main-section .right-section .scrollable-table .table-content .table-main-sec table th .watting-member, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .active, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .cancel, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .past-membership, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .excepted-memeber, .main-section .right-section .scrollable-table .table-content .table-main-sec table td .watting-member {
    width: 100% !important;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height: calc(100vh - 400px);
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table tbody tr td:last-child {
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 1600px) {
  .main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn .form-group {
    flex: 1 1 40%;
    max-width: 40%;
  }
  .main-section .right-section .membership-page.federation-membership .table-content .add-filter .filter_inner .filter_left .form-group {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
@media (max-width: 1440px) {
  .login-page .left .bottom-sec {
    right: auto;
    width: 100%;
    left: 70px;
  }

  .main-section .right-section .default-table .table-content .table-main-sec {
    overflow: auto;
    white-space: nowrap;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group.select-div {
    width: 200px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group.select-div {
    width: calc(50% - 10px);
    margin-bottom: 14px;
    margin-right: 0;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top .div-btn {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1399px) {
  .main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn .form-area {
    flex: 1;
  }
  .main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn .form-area .filter_wrap .filter_btn button {
    width: 100%;
  }
  .main-section .right-section .membership-page.federation-membership .table-content .add-filter .filter_inner .filter_left .form-group {
    flex: 1 1 40%;
    max-width: 40%;
  }
  .main-section .table-section .table-content > .top h1 {
    font-size: 40px;
  }
}
@media (max-width: 1350px) {
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .img-box img {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .description_scroll {
    max-height: 135px;
  }

  .auth-forceEnable .left .left-inner .auth-forceEnable-content {
    /*overflow-y: scroll;
    height: calc(100vh - 350px);*/
  }
}
@media (max-width: 1300px) {
  .main-section .right-section .club-page .events .middle-block .event-box .inner-content .btn-div .price {
    font-size: 11px;
  }
  .main-section .right-section .membership-page .table-content > .top {
    flex-wrap: wrap;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select .form-group.select-div .select2-container {
    max-width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .delete-icon,
.main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table td .unlock-icon {
    padding: 10px 0;
    display: flex;
    width: 44px;
    justify-content: center;
  }
  .main-section .right-section .event-page .top-bg {
    height: 400px;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .bottom-title h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2;
  }
}
@media (max-width: 1280px) {
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc p span {
    display: block;
    margin: 0;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .status {
    margin-left: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block img {
    height: 280px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block {
    margin-left: 20px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-toggle {
    min-width: 100%;
    padding-right: 30px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group.select-div select {
    width: 100%;
    min-width: 150px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table .fighter-block .menu-img {
    margin-right: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table .fighter-block .fighter-sec img {
    margin-right: 5px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table .fighter-block h4 {
    margin: 0;
    font-size: 12px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div select {
    width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .row .col {
    width: 33.33%;
    max-width: 33.33%;
    flex: inherit;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select {
    margin-bottom: 20px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top {
    flex-wrap: wrap;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right {
    margin-top: 20px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left .form-group.select-div select {
    width: 100%;
  }
}
@media screen and (max-width: 1228px) {
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .buttons-column {
    margin: 16px 0 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1228px) {
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow > [class*=col-xl] {
    flex: 1;
    max-width: none;
  }
}
@media (max-width: 1199px) {
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block h3 {
    font-size: 13px;
    min-width: 60px;
    max-width: 60px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .start img {
    margin: 0 10px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds span {
    min-width: 80px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .middle .rounds > div {
    padding: 0;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block ul li .block .last .status-win {
    margin-right: 10px;
  }
  .main-section .right-section .profile-page .top-bg {
    height: auto;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group {
    margin-bottom: 15px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn {
    margin-top: 15px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .plus-icon {
    margin: 0 20px 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div {
    margin-left: 10px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div select {
    max-width: 270px;
  }
}
@media (max-width: 1150px) {
  .main-section .right-section .flow-chart-page .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left .form-group.select-div select {
    max-width: 200px;
  }
}
@media (max-width: 1100px) {
  .main-section .right-section .event-sec .events .top-block {
    flex-wrap: wrap;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec {
    margin-top: 15px;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li:first-child {
    margin-left: 0;
  }
  .main-section .right-section .event-page .top-bg {
    height: 400px;
  }
  .main-section .right-section .club-page .events .top-block {
    flex-wrap: wrap;
  }
  .main-section .right-section .club-page .events .top-block .right-sec {
    margin-top: 0;
  }
  .main-section .right-section .profile-page .top-bg {
    height: auto;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc {
    display: block;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc {
    margin-left: 0;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .active-member,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .inactive-member,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .past-member,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .excepted-memeber,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .watting-member {
    position: absolute;
    top: 120px;
    left: 234px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block img {
    height: 200px;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn {
    justify-content: space-between;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn a.btn-outline, .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group, .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn a.btn-red {
    max-width: calc(50% - 10px);
    width: 100%;
    margin: 0 0 20px;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .form-group {
    margin-right: 0;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .form-group .form-control {
    max-width: 100%;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .form-area {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .filter_wrap {
    margin: 0;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .filter_wrap .filter_btn button {
    min-width: inherit;
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn a {
    margin-bottom: 20px;
  }
  .main-section .right-section .membership-page .table-content > .top .right-btn {
    flex-wrap: wrap;
  }
  .main-section .right-section .membership-page .table-content > .top .right-btn button,
.main-section .right-section .membership-page .table-content > .top .right-btn a {
    margin-bottom: 20px;
  }
  .main-section .right-section .membership-page .table-content > .top .right-btn button.btn-red,
.main-section .right-section .membership-page .table-content > .top .right-btn a.btn-red {
    margin-bottom: 20px;
  }
  .main-section .right-section .membership-page.federation-membership .table-content > .top.membership-top.add-filter-button .right-btn {
    gap: 16px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block {
    flex-wrap: wrap;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block {
    max-width: 100%;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block .custom-checkbox .custom-control-label:before {
    top: 8px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block .custom-checkbox .custom-control-label:after {
    top: 8px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block {
    margin: 20px 0 0;
  }
  .main-section .right-section .fight-mixing-page.fight-max-height .fight-mixing-sec {
    max-height: inherit;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec {
    max-height: inherit;
    overflow: inherit;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top {
    display: block;
    margin-bottom: 20px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block table {
    display: none;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block .fighter-mixing-mobile {
    display: block;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters {
    position: static;
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left {
    display: block;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .plus-icon {
    margin: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div {
    margin: 15px 0 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block {
    max-height: inherit;
    overflow: inherit;
    padding: 0 25px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec {
    display: block;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .dro {
    width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box {
    margin: 0 0 15px;
    width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div:first-child {
    display: block;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div:first-child img {
    margin-bottom: 20px;
  }
  .main-section .right-section .flow-chart-page.fight-max-height .flow-chart-sec {
    max-height: inherit;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec {
    max-height: inherit;
    overflow: inherit;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.flow-chart-content {
    max-height: 100%;
    padding-bottom: 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-chart-inner-content .scroll-div {
    max-height: 100% !important;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn {
    position: static;
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters {
    position: static;
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top {
    position: relative;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left {
    display: block;
    width: calc(100% - 150px);
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left a {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left .form-group.select-div {
    margin: 15px 0 0;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left .form-group.select-div select {
    max-width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .box-resize-btn {
    margin-top: 38px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block {
    max-height: inherit;
    overflow: inherit;
    padding: 0 25px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec {
    display: block;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .inner-block {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box {
    margin: 0 0 15px;
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div:first-child {
    display: block;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div:first-child img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1440px) {
  .main-section .right-section .table-section .table-content .table-main-sec {
    overflow: auto;
  }
}
@media (min-width: 1025px) {
  .main-section .right-section .table-section .table-content .table-main-sec.active-fighters-table {
    overflow: auto;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .main-section .right-section .table-section .table-content .table-main-sec {
    overflow: auto;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table .top th {
    padding: 24px 15px 25px;
    min-width: 100px;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table .top th h2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .password_rule .password_details {
    min-width: 350px;
  }
  .password_rule .password_details .close-password-rule-btn {
    visibility: visible;
    top: 12px;
  }

  .main-section .right-section .table-section .table-content .table-main-sec {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
  }
  .main-section .right-section .table-section .table-content .table-main-sec .desktop-table {
    display: none;
  }
  .main-section .right-section .table-section .table-content .table-main-sec .mobile-table-sec {
    display: block;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody {
    max-height: inherit;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tr {
    display: block;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tr td, .main-section .right-section .table-section .table-content .table-main-sec table tr th {
    display: flex;
    max-width: 100%;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr {
    box-shadow: 0px 3px 6px #e3e5ea33;
    border: 1px solid #e3e5ea;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td {
    padding: 20px 15px 20px;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td:before {
    font-family: Teko;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    width: auto;
    white-space: nowrap;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td:first-child {
    padding-left: 15px;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td:last-child {
    padding-right: 15px;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td.subscription-status {
    justify-content: flex-start;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td.subscription-status > .btn {
    margin-left: auto;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .club-federation-buttons {
    flex-wrap: inherit;
  }
  .main-section .right-section .table-section.default-table .table-content .table-main-sec {
    white-space: normal;
  }
  .main-section .right-section .table-section.default-table .table-content .table-main-sec table tr td .alert {
    display: block;
    margin: 5px;
  }
  .main-section .right-section .table-section.default-table .table-content .table-main-sec table tr td .crate-plan {
    flex-wrap: wrap;
  }
  .main-section .right-section .table-section.default-table .table-content .table-main-sec table tr td .crate-plan .form-group {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .main-section .right-section .table-section.default-table .table-content .table-main-sec table tr td .crate-plan .form-group.create-amount {
    min-width: 100%;
  }
  .main-section .right-section .table-section.default-table .table-content .table-main-sec table tr td .crate-plan .form-group.create-amount input {
    max-width: 100%;
  }
  .main-section .right-section .table-section.default-table .table-content .table-main-sec table tr td .crate-plan .form-group.select-div {
    width: 100%;
  }
  .main-section .right-section .table-section.training-details .table-content .top {
    flex-wrap: wrap;
  }
  .main-section .right-section .table-section.training-details .table-content .top .class-btn-right {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }
  .main-section .right-section .table-section.training-details .table-content .top .class-btn-right button {
    margin: 0;
  }
  .main-section .right-section .table-section.training-details .table-content .top .class-btn-right a {
    margin: 0;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec {
    white-space: normal;
    overflow: inherit;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table {
    table-layout: inherit;
    width: 100%;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table th, .main-section .right-section .scrollable-table .table-content .table-main-sec table td {
    width: auto;
    min-width: inherit;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table thead {
    display: inherit;
  }
  .main-section .right-section .scrollable-table .table-content .table-main-sec table tbody {
    overflow: inherit;
    display: block;
    height: auto;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box > div {
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box p {
    margin: 0 0 21px;
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table.membership-desktop {
    display: none;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table.memberhsip-mobile {
    display: block;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table.memberhsip-mobile tr td.full-text {
    white-space: nowrap;
    flex-wrap: wrap;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table.memberhsip-mobile tr td.full-text a, .main-section .right-section .membership-page .table-content .table-main-sec table.memberhsip-mobile tr td.full-text label {
    width: 100%;
    margin: 0;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td:first-child {
    padding-left: 15px;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td:last-child {
    padding-right: 15px;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec .memberstable .subscription-status.status-pill {
    min-width: 95px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec {
    padding: 0;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top {
    display: block;
    border: none;
    padding-bottom: 30px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group {
    margin-bottom: 14px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group label {
    font-size: 10px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top .form-group.select-div {
    width: 100%;
    margin-bottom: 14px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top .div-btn {
    width: 100%;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top .btn-red {
    min-width: 100%;
    margin: 33px 0 0;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle {
    box-shadow: 0px 3px 6px #e3e5ea33;
    border: 1px solid #e3e5ea;
    border-radius: 4px;
    background: #fff;
    padding: 25px 14px;
    max-height: inherit;
    border-bottom: none;
    overflow: inherit;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block {
    box-shadow: 0px 3px 6px #e3e5ea33;
    border: 1px solid #e3e5ea;
    border-radius: 4px;
    padding: 20px 14px;
    margin-bottom: 15px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block {
    width: 100%;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group {
    width: 100%;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group.select-div select {
    width: 100%;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown {
    width: 100%;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .dropdown .dropdown-toggle {
    width: 100%;
    white-space: normal;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .bottom {
    box-shadow: 0px 3px 6px #e3e5ea33;
    border: 1px solid #e3e5ea;
    border-top: none;
    border-radius: 4px;
    background: #fff;
    padding: 25px 15px;
    margin-top: 0;
  }
  .main-section .right-section .invoice-page .table-content .table-main-sec {
    padding: 15px 20px 35px;
    box-shadow: 0px 3px 6px #e3e5ea33;
    border: 1px solid #e3e5ea;
    border-radius: 4px;
    background: #fff;
  }
  .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody {
    height: auto;
  }
  .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr {
    display: block;
  }
  .main-section .right-section .event-sec .payment-page .payment-event .form-area.document-page .table-content table tbody tr td {
    display: flex;
  }
}
@media (max-width: 991px) {
  .register-page .left {
    padding: 33px 20px 82px;
  }
  .register-page .left p:last-child {
    padding: 0 60px;
  }

  .login-page .left .bottom-sec {
    left: 20px;
  }
  .login-page .left .bottom-sec p {
    padding: 0;
  }

  .main-section .right-section .table-section .table-content > .top .search-button-wrap {
    flex-wrap: wrap;
  }
  .main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0 !important;
  }
  .main-section .right-section .table-section .table-content > .top .search-button-wrap .search-user .form-control {
    max-width: 400px;
  }
  .main-section .right-section.federationextraFlow .event-sec .payment-page {
    padding-top: 0px;
  }
  .main-section .right-section .event-page .top-bg {
    height: 500px;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .bottom-title {
    display: block;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul {
    justify-content: flex-start;
    margin-left: 0;
  }
  .main-section .right-section .event-page .top-bg .go-back {
    padding-top: 16px;
  }
  .main-section .right-section .event-page .event-desc .location-block {
    margin-bottom: 20px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block {
    padding: 0 10px 30px 10px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .btn-center {
    padding-top: 30px;
    display: block;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .desktop {
    display: none;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile {
    display: block;
    padding-right: 0;
    overflow: hidden;
    max-height: inherit;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li {
    border: none;
    padding-top: 20px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li:after {
    display: none;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block {
    display: block;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block h3 {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 114px;
    overflow: hidden;
    min-width: inherit;
    max-width: 114px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .start {
    text-align: center;
    display: block;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .start span {
    display: block;
    box-shadow: none;
    margin-bottom: 5px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .start h4 {
    text-transform: uppercase;
    letter-spacing: 0.86px;
    font-size: 12px;
    font-weight: 500;
    color: #c4c8ce;
    line-height: 14px;
    margin-bottom: 20px;
    font-family: sofia-pro;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .middle {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    max-width: 100%;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .middle .status-win {
    position: relative;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .middle .status-win span {
    height: 24px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(135, 168, 255, 0.11);
    background-color: #d3be89;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 12px;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .middle .name {
    margin: 0 22px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .middle .name > span {
    margin: 10px 0;
    display: block;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .middle .name .vs {
    position: relative;
    border-top: 1px solid #f5f5f5;
    width: 74px;
    margin: 17px auto;
    height: auto;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .middle .name .vs b {
    background: #fff;
    position: absolute;
    top: -8px;
    width: auto;
    font-weight: 600;
    padding: 0 10px;
    left: 50%;
    text-align: center;
    transform: translate(-50%);
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #e3e5ea;
    border-bottom: 1px solid #e3e5ea;
    margin-top: 27px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds > div {
    padding: 5px 10px 7px;
    max-width: 33%;
    width: 100%;
    text-align: center;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds > div:nth-child(2) {
    border-left: 1px solid #e3e5ea;
    border-right: 1px solid #e3e5ea;
    padding: 5px 30px 7px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds span {
    color: #c4c8ce;
    margin: 0;
    letter-spacing: 0.86px;
    font-weight: 500;
    min-width: 60px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds span:last-child {
    color: #000;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 600;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds .select2.select2-container {
    width: auto;
    max-width: inherit;
    text-overflow: inherit;
    white-space: normal;
    overflow: visible;
    min-width: 80px;
    text-transform: capitalize;
    display: inline-block;
    text-align: left;
    padding-top: 0;
    margin-top: 0;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds .select2.select2-container .select2-selection__rendered {
    padding-top: 0;
    min-width: inherit;
    margin-top: -1px;
    text-align: left;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 85%;
  }
  .main-section .right-section .club-page .events .top-block {
    flex-wrap: wrap;
  }
  .main-section .right-section .club-page .events .top-block .right-sec {
    margin-top: 15px;
    width: 100%;
  }
  .main-section .right-section .club-page .events .middle-block .event-box .inner-content .btn-div .price {
    font-size: 12px;
  }
  .main-section .right-section .event-sec .payment-page {
    padding: 0 15px 40px;
  }
  .main-section .right-section .event-sec .top-bg .go-back {
    padding-top: 16px;
  }
  .main-section .right-section .event-sec .top-sec .search-left #search-block {
    width: 100%;
  }
  .main-section .right-section .event-sec .top-sec .search-left .fed-block.desktop {
    display: none;
  }
  .main-section .right-section .event-sec .fed-block.mobile {
    padding: 20px 40px 0;
    display: block;
  }
  .main-section .right-section .event-sec.club-class-history .payment-page .payment-event .form-area .btn-center {
    gap: 10px;
  }
  .main-section .right-section .event-sec.club-class-history .payment-page .payment-event .form-area .btn-center .btn-red {
    min-width: 1px;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .edit-link {
    display: flex;
    flex-wrap: wrap;
    max-width: 120px;
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .edit-link a {
    margin: 0 0 15px 15px;
  }
  .main-section .right-section .profile-page .profile-summary .block.general-block {
    padding-right: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul {
    padding: 0 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .btn span {
    margin: 1px 10px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block img {
    height: 150px;
  }
  .main-section .right-section .medical-page .medical-record-sec .not-public {
    float: none;
    text-align: left;
    padding-top: 30px;
    padding-right: 35px;
  }
  .main-section .right-section .medical-page .medical-record-sec .not-public h2 {
    float: none;
    width: 100%;
  }
  .main-section .right-section .medical-page .medical-record-sec p.text {
    margin: 20px 0 0;
    text-align: left;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top {
    display: block;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top .left {
    margin: 0 0 30px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .row .col {
    width: 50%;
    max-width: 50%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow > [class*=col-xl] {
    margin-bottom: 16px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .row.fmfRow .buttons-column {
    margin: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-btn {
    margin-top: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top {
    display: block;
    margin-bottom: 20px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left .form-group.select-div {
    width: 33.3333%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left .form-group.select-div select {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left .form-group.select-div .selection .select2-selection--single {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .custom-checkbox {
    margin-bottom: 20px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .btn-outline {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .right .btn-outline.approve-all-medical-btn {
    width: calc(100% - 24px);
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .club-federation-buttons [class*=btn] {
    min-width: 95px;
  }
  .main-section .right-section .membership-page .table-content .approval-flow-block {
    flex-wrap: wrap;
  }
  .main-section .right-section .membership-page .table-content .approval-flow-block .flow-b {
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content .approval-flow-block .flow-b a {
    margin-left: auto;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn {
    display: block;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn a.btn-outline, .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group, .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn a.btn-red {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group {
    display: none;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top .right-btn .form-group.mobile {
    display: block;
  }
  .main-section .right-section .membership-page .table-content > .top.membership-top.add-filter-button .right-btn .form-area {
    max-width: 100%;
  }
  .main-section .right-section .membership-page .table-content .search-box.mobile {
    display: block;
  }
  .main-section .right-section .membership-page.federation-membership .table-content .add-filter .filter_inner .filter_left .form-group {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.overlay {
    overflow: hidden;
  }

  h1 {
    font-size: 36px;
  }

  .search-dropdown {
    left: 15px;
    margin-top: 0;
  }

  .password_rule .password_details {
    min-width: 100%;
    width: 100%;
    max-width: 580px;
  }

  .register-page .right {
    display: none;
  }
  .register-page .left {
    width: 100%;
    padding: 23px 15px 33px;
  }
  .register-page .left .left-inner {
    max-width: 100%;
    float: none;
  }
  .register-page .left .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 100%;
    float: none;
  }
  .register-page .left .logo img {
    opacity: 0.5;
  }
  .register-page .left .logo a.login-btn {
    display: inline-block;
  }
  .register-page .left h1 {
    margin-bottom: 10px;
    max-width: 100%;
    float: none;
  }
  .register-page .left p {
    max-width: 344px;
    margin: 0 0 22px;
    padding: 0;
    float: none;
  }
  .register-page .left p:last-child {
    max-width: 258px;
    padding: 0;
  }
  .register-page .left form {
    max-width: 100%;
    float: none;
  }
  .register-page .left .form-sec .form-group,
.register-page .left .form-sec .select-one {
    margin-bottom: 10px;
  }
  .register-page .left .form-sec button.btn {
    margin-bottom: 50px;
    height: 55px;
  }

  .login-page .left {
    text-align: center;
    padding-bottom: 70px;
  }
  .login-page .left .logo {
    margin-bottom: 40px;
    justify-content: center;
    max-width: 100%;
    float: none;
  }
  .login-page .left h1 {
    margin-bottom: 12px;
    max-width: 100%;
    float: none;
  }
  .login-page .left p {
    margin: 0 auto 20px;
    max-width: 290px;
  }
  .login-page .left form {
    max-width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .login-page .left .form-sec .custom-sec a {
    display: none;
  }
  .login-page .left .form-sec button.btn {
    margin-bottom: 28px;
    margin-top: 22px;
  }
  .login-page .left .forgot-link {
    display: block;
  }
  .login-page .left .bottom-sec {
    bottom: 27px;
    text-align: center;
    width: calc(100% - 30px);
    max-width: 100%;
    left: 15px;
  }
  .login-page .left .bottom-sec p {
    text-align: center;
    max-width: 100%;
  }

  .auth-forceEnable .left .left-inner .auth-forceEnable-content {
    height: 100%;
  }
  .auth-forceEnable .left .left-inner .auth-forceEnable-content .App-authentications ul {
    max-width: 260px;
    margin: auto;
  }
  .auth-forceEnable .left .left-inner .auth-forceEnable-content .App-authentications ul li {
    width: max-content;
    /*margin-right: auto;*/
  }

  .main-section aside.sidebar {
    display: none;
  }
  .main-section .mobile-menu {
    position: fixed;
    background: #000;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    display: block;
    padding: 12px 24px;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.05);
  }
  .main-section .mobile-menu ul.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-section .mobile-menu ul.menu li {
    padding: 0;
    min-width: 48px;
  }
  .main-section .mobile-menu ul.menu li a {
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 14.52px;
    color: #f5f5f5;
    display: block;
    text-align: center;
    text-transform: capitalize;
  }
  .main-section .mobile-menu ul.menu li a span {
    display: block;
    margin-bottom: 5px;
  }
  .main-section .mobile-menu ul.menu li a span svg {
    /*max-width: 16px;
    max-height: 16px;*/
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul {
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #0F0F0F;
    text-align: center;
    transition: all 0.5s ease-in-out;
    /*transform: translate(200px, 0);*/
    right: -261px;
    width: 0px;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul.popped {
    /*transform: translate(0, 0);*/
    /*transform: translate(-288px, 0);*/
    width: 100%;
    /*padding: 16px 24px;*/
    transition: all 0.5s ease-in-out;
    right: 0;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list.footer-menu-height {
    height: calc(100vh - 280px);
    overflow-y: scroll !important;
    /*margin-bottom: 20px;*/
    padding: 0 24px;
    overflow-x: hidden;
    box-sizing: content-box;
    /*&::-webkit-scrollbar {
        width: 12px;
    }

    &::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 6px;
        border: 3px solid #fff;*/
    /* Adjust to fit with scrollbar width */
    /*}

    &::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }*/
    /*&::-webkit-scrollbar:vertical {
        width: 5px !important;
    }

    &::-webkit-scrollbar:horizontal {
        max-height: 7px !important;
    }

    &::-webkit-scrollbar-thumb {
        -webkit-appearance: none !important;
        border-radius: 8px !important;
        border: 1px solid #262626 !important;
        background-color: #262626 !important;
    }*/
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list.footer-menu-height .scrollbar-track {
    background-color: #f1f1f1;
    width: 5px;
    right: 20px;
    top: 96px;
    bottom: 0;
    position: absolute;
    height: fit-content;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list.footer-menu-height .scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    position: absolute;
    right: 1px;
    width: 5px;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list.footer-menu-height .footer-menu-list-item:nth-last-child(-n+2) a {
    border-bottom: 0px !important;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list.footer-menu-height::-webkit-scrollbar {
    -webkit-appearance: none !important;
    display: none;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a {
    padding: 20px 0px;
    display: flex;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    color: #f5f5f5;
    border-bottom: 1px solid #C4C8CE;
    text-transform: uppercase;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a span {
    margin-bottom: 0px;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg.logoutsvg g, .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg.logoutsvg path {
    stroke: #fff;
    fill: transparent;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg.oldsvg g, .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg.oldsvg path {
    stroke: #fff;
    fill: transparent;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg.oldsvg g .a {
    stroke: #fff;
    fill: transparent;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg g,
.main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a svg path {
    stroke: transparent;
    fill: #fff;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover {
    color: #d3be89;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover svg.logoutsvg g, .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover svg.logoutsvg path {
    stroke: #d3be89;
    fill: transparent;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover svg.oldsvg g, .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover svg.oldsvg path {
    stroke: #d3be89;
    fill: transparent;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover svg.oldsvg g .a {
    stroke: #d3be89;
    fill: transparent;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover svg g,
.main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-list .footer-menu-list-item a:hover svg path {
    stroke: transparent;
    fill: #d3be89;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    border-bottom: 1px solid #C4C8CE;
    align-items: center;
    margin: 16px 24px 32px;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li.footer-menu-header a {
    height: 49px;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li .menu-bottom-text {
    color: #c4c8ce;
    font-size: 14px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin: 0 24px;
    padding: 13px 0;
    border-top: 1px solid #C4C8CE;
  }
  .main-section .mobile-menu ul.menu li.mobile-dropdown-menu ul li .menu-bottom-text a {
    text-decoration: underline;
    display: inline-block;
    color: #c4c8ce;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 18px;
  }
  .main-section .mobile-menu ul.menu li.footer-profile-menu {
    display: flex;
    align-items: center;
    border-top: 1px solid #C4C8CE;
    background-color: #181818;
  }
  .main-section .mobile-menu ul.menu li.footer-profile-menu .footer-menu-list-item {
    flex: 1;
  }
  .main-section .mobile-menu ul.menu li.footer-profile-menu .footer-menu-list-item a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 0 !important;
  }
  .main-section .mobile-menu ul.menu li .footer-profile-text {
    background-color: #181818;
  }
  .main-section .right-section {
    margin-left: 0;
    padding: 0;
    height: 100%;
    margin-bottom: 74px;
    max-height: 100%;
  }
  .main-section .right-section.federationextraFlow .event-sec .payment-page {
    padding: 0px 15px 15px;
  }
  .main-section .right-section .event-sec {
    border-radius: 0;
    background: #f5f5f5;
  }
  .main-section .right-section .event-sec .top-sec {
    height: auto;
    padding: 0;
  }
  .main-section .right-section .event-sec .top-sec > .search-wrapper {
    width: 100%;
  }
  .main-section .right-section .event-sec .top-sec .search-left {
    width: 100%;
  }
  .main-section .right-section .event-sec .top-sec .searchbar {
    background: #fff;
    height: 50px;
    padding: 0 20px;
  }
  .main-section .right-section .event-sec .top-sec .top-right-sec {
    background: #000;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: none;
  }
  .main-section .right-section .event-sec .top-sec .top-right-sec .logo {
    display: block;
  }
  .main-section .right-section .event-sec .top-sec .top-right-sec .logo img {
    max-width: 122.8px;
  }
  .main-section .right-section .event-sec .top-sec .top-right-sec > ul > li a i.fa-bell {
    color: #44464a;
  }
  .main-section .right-section .event-sec .top-sec .top-right-sec > ul > li a .bages {
    border-color: #000;
  }
  .main-section .right-section .event-sec .top-sec .top-right-sec > ul > li:last-child {
    display: none;
  }
  .main-section .right-section .event-sec .events {
    padding: 19px 15px 40px;
  }
  .main-section .right-section .event-sec .events .top-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .main-section .right-section .event-sec .events .top-heading h1 {
    margin: 0;
  }
  .main-section .right-section .event-sec .events .top-heading a.plus-icon {
    display: block;
    background: #cc1717;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 7px 0 rgba(204, 23, 23, 0.3);
    border-radius: 50%;
    color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    min-width: 50px;
  }
  .main-section .right-section .event-sec .events .top-block {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .main-section .right-section .event-sec .events .top-block .left-sec ul li ~ li a {
    background: none;
    min-width: 108px;
    padding: 12.5px 15px;
  }
  .main-section .right-section .event-sec .events .top-block .left-sec ul li ~ li:nth-child(3) a {
    border-radius: 0 6px 6px 0;
  }
  .main-section .right-section .event-sec .events .top-block .left-sec ul li a {
    padding: 12.5px 20px;
  }
  .main-section .right-section .event-sec .events .top-block .left-sec ul li.like {
    display: block;
    margin-left: 10px;
  }
  .main-section .right-section .event-sec .events .top-block .left-sec ul li.like a {
    border-radius: 6px !important;
    font-size: 16px;
    padding: 9.5px 18px;
    min-width: inherit;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec {
    width: 100%;
    margin-top: 10px;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li {
    width: calc(50% - 5.5px);
    margin: 0;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li:last-child {
    display: none;
    width: auto;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li.exclude-class {
    display: block;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li > a {
    padding: 12.5px 15px;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li > a.dropdown-toggle {
    padding-right: 24px;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li > a:after {
    right: 12px;
    top: 20px;
    position: absolute;
  }
  .main-section .right-section .event-sec .events .top-block .right-sec ul li .dropdown-menu {
    width: 100%;
    max-height: calc(100vh - 370px);
  }
  .main-section .right-section .event-sec .events .middle-block .event-box {
    background: #fff;
    margin-bottom: 10px;
  }
  .main-section .right-section .event-sec .events .middle-block .event-box > img {
    height: 133px;
  }
  .main-section .right-section .event-sec .events .middle-block .event-box .inner-content {
    position: relative;
    padding: 15px 10px;
  }
  .main-section .right-section .event-sec .events .middle-block .event-box .inner-content p {
    margin-bottom: 10px;
  }
  .main-section .right-section .event-sec .events .middle-block .event-box .inner-content .price {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    padding: 0 12px;
  }
  .main-section .right-section .event-sec .events .middle-block .btn-center a {
    margin-top: 20px;
  }
  .main-section .right-section .event-sec .fed-block.mobile {
    padding: 15px;
  }
  .main-section .right-section .event-page .top-bg {
    height: 500px;
  }
  .main-section .right-section .event-page .top-bg .top-sec > div {
    /*width: 100%;*/
  }
  .main-section .right-section .event-page .top-bg .top-sec .searchbar {
    background: none;
  }
  .main-section .right-section .event-page .top-bg .top-sec .top-right-sec {
    width: 100%;
  }
  .main-section .right-section .event-page .top-bg .top-sec .top-right-sec ul li a i.fa-bell {
    color: #44464a;
  }
  .main-section .right-section .event-page .top-bg .go-back {
    padding-left: 15px;
    padding-top: 5px;
  }
  .main-section .right-section .event-page .top-bg .go-back .top-bottom {
    display: block;
    box-shadow: none;
    position: static;
    background: none;
  }
  .main-section .right-section .event-page .top-bg .go-back .top-bottom .bottom-title ul {
    display: flex;
    top: 0;
  }
  .main-section .right-section .event-page .top-bg .top-bottom {
    padding: 12px 15px 25px;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .top-tag {
    display: block;
    margin-bottom: 15px;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .top-tag > span {
    margin: 0 6px 15px 0;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .top-tag p {
    font-weight: 300;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .bottom-title h1 {
    max-width: 240px;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul {
    display: none;
    justify-content: flex-end;
    position: absolute;
    top: -183px;
    right: 15px;
    max-width: 130px;
    flex-wrap: wrap;
  }
  .main-section .right-section .event-page .top-bg .top-bottom .bottom-title ul li {
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .main-section .right-section .event-page .event-desc {
    padding: 23px 15px 15px;
  }
  .main-section .right-section .event-page .event-desc .box {
    padding: 10px 10px 15px;
  }
  .main-section .right-section .event-page .event-desc .box p {
    line-height: 19.5px;
  }
  .main-section .right-section .event-page .event-desc .location-block {
    margin-bottom: 15px;
  }
  .main-section .right-section .event-page .finished-fight {
    padding: 0 15px 40px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .top {
    padding: 15px 15px 20px;
    box-shadow: none;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block {
    padding: 0 10px 30px 10px;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li:first-child {
    padding-top: 0;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li:last-child {
    padding-bottom: 0;
  }
  .main-section .right-section .club-page .events .top-block {
    flex-wrap: wrap;
  }
  .main-section .right-section .club-page .events .top-block .right-sec ul li:first-child {
    display: block;
  }
  .main-section .right-section .club-page .events .middle-block .event-box > img {
    height: 131px;
  }
  .main-section .right-section .club-page .events .middle-block .event-box .inner-content {
    padding: 10px 10px 15px;
  }
  .main-section .right-section .club-page .events .middle-block .event-box .inner-content .text-change {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
  .main-section .right-section .club-page .events .middle-block .event-box .inner-content .text-change span,
.main-section .right-section .club-page .events .middle-block .event-box .inner-content .text-change p {
    display: block;
    width: 100%;
  }
  .main-section .right-section .club-page .events .middle-block .event-box .inner-content .text-change p {
    margin: 10px 0 0;
  }
  .main-section .right-section .club-page .events .middle-block .event-box .inner-content .btn-div .price {
    position: static;
  }
  .main-section .right-section .club-detail .top-bg .go-back .top-bottom .bottom-title ul {
    display: block;
  }
  .main-section .right-section .club-detail .event-desc {
    padding: 23px 15px 40px;
  }
  .main-section .right-section .profile-page {
    background: #131313;
  }
  .main-section .right-section .profile-page .top-bg {
    height: auto;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail {
    padding: 20px 15px 74px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc {
    width: 100%;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .img-box img {
    height: 100px;
    width: 100px;
    border-width: 3.5px;
    min-width: 100px;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc {
    max-width: 100%;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .active-member,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .inactive-member,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .past-member,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .excepted-memeber,
.main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .watting-member {
    top: 60px;
    left: 130px;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc .description_scroll {
    max-height: inherit;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .img-desc .desc p {
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
    line-height: 18px;
    max-height: inherit;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .edit-link {
    display: flex;
    flex-wrap: wrap;
    max-width: 120px;
    position: absolute;
    top: 22px;
    right: 15px;
  }
  .main-section .right-section .profile-page .top-bg .profile-detail .edit-link a {
    margin: 0 0 15px 15px;
  }
  .main-section .right-section .profile-page .profile-summary {
    padding: 0 15px;
  }
  .main-section .right-section .profile-page .profile-summary .block {
    padding: 15px 10px 20px;
    margin-bottom: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block .top {
    margin: 0;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight .top {
    padding: 15px 10px 0;
    box-shadow: none;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight .fight-belt {
    padding: 15px 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight .fight-belt .belt-block {
    margin-bottom: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul {
    padding: 0 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .btn span {
    margin: 1px 10px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery {
    margin-top: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block img {
    height: 150px;
  }
  .main-section .right-section .medical-page .medical-record-sec {
    padding: 25px 5px 0 15px;
  }
  .main-section .right-section .medical-page .medical-record-sec .medical-record-title {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-section .right-section .medical-page .medical-record-sec .medical-record-title img {
    width: 79px;
    height: 79px;
  }
  .main-section .right-section .medical-page .medical-record-sec .medical-record-title .not-public {
    display: block;
    padding-top: 0;
    padding-right: 10px;
  }
  .main-section .right-section .medical-page .medical-record-sec .medical-record-title .not-public h2 {
    float: none;
    width: 157px;
    font-size: 22px;
    height: 38px;
    float: none;
  }
  .main-section .right-section .medical-page .medical-record-sec .medical-record-title .medical-record-info {
    width: 100%;
    margin: 15px 0 0;
  }
  .main-section .right-section .medical-page .medical-record-sec .medical-record-title .medical-record-info h1 {
    line-height: 54px;
    font-size: 38px;
  }
  .main-section .right-section .medical-page .medical-record-sec p.text {
    padding: 0;
  }
  .main-section .right-section .medical-page .medical-record-sec .not-public {
    display: none;
  }
  .main-section .right-section .medical-page .medical-record-sec .record-sec {
    padding-right: 10px;
    max-height: inherit;
    margin-top: 16px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec p.text {
    margin: 21px 0 16px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload {
    margin-right: 10px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block p {
    margin: 0 0 22px;
    line-height: 18px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn {
    justify-content: space-between;
    margin-top: 10px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn button,
.main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .upload-delete-btn a {
    width: 50%;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-data-upload .data-upload-block .select-block .form-group {
    margin-bottom: 20px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history {
    margin-right: 10px;
  }
  .main-section .right-section .medical-page.upload .medical-record-sec .medical-record-history .history-block .top p {
    font-size: 14px;
  }
  .main-section .right-section .setting-page .setting-sec {
    padding: 25px 15px;
  }
  .main-section .right-section .setting-page .setting-sec .top h1 {
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 15px;
  }
  .main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box {
    padding: 33px 25px 33px 40px;
  }
  .main-section .right-section .setting-page .setting-sec .middle .setting-block .setting-box p {
    font-size: 15px;
  }
  .main-section .right-section .setting-page .setting-sec .middle .setting-block .form-group.custom-sec {
    margin-top: 15px;
  }
  .main-section .right-section .add-account-page .add-account-sec {
    padding: 25px 15px 10px;
  }
  .main-section .right-section .add-account-page .add-account-sec h1 {
    line-height: 54px;
    margin-bottom: 12px;
  }
  .main-section .right-section .add-account-page .add-account-sec .account-block {
    padding: 20px 14px 29px;
    margin-bottom: 20px;
  }
  .main-section .right-section .add-account-page .add-account-sec .account-block .form-group {
    margin: 23px 0 0;
  }
  .main-section .right-section .add-account-page .add-account-sec .account-block .form-group.document label {
    display: inline-block;
    margin: 0;
  }
  .main-section .right-section .add-account-page .add-account-sec .account-block .form-group.document span {
    position: static;
    font-size: 12px;
  }
  .main-section .right-section .add-account-page .add-account-sec .account-block .form-group.document select {
    margin-top: 10px;
  }
  .main-section .right-section .add-account-page .add-account-sec .account-block .form-group.document:before {
    top: 82px;
  }
  .main-section .right-section .add-account-page .add-account-sec .account-block .btn-red {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 1px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec {
    padding: 25px 15px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top {
    margin-bottom: 16px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top .left {
    margin-bottom: 11px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top .left h1 {
    line-height: 44px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top .right a.btn-outline {
    margin-bottom: 8px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left h1 {
    line-height: 54px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left .well {
    margin: 10px 0 20px;
    padding: 35px 15px 37px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left .well p {
    line-height: 18px;
    margin-bottom: 28px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec > .top.req-membership-user .left .well .btn-red {
    margin-top: 53px;
    max-width: 100%;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .top-text {
    margin-bottom: 17px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .top-text p a {
    display: block;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .dashboard-block img {
    height: 133px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top {
    padding: 14.75px 15px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top ul {
    margin-bottom: 14px;
    justify-content: space-between;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .top ul li {
    margin: 0;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .dashboard-block .middle {
    padding: 18px 15px 11px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .btn-center {
    margin-top: 13px;
    margin-bottom: 5px;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .btn-center a.btn-grey {
    font-size: 16px;
    line-height: 16px;
    color: #44464a;
    text-decoration: underline;
    display: inline-block;
    border: none;
    padding: 0;
    height: auto;
    width: auto;
    letter-spacing: normal;
    text-transform: inherit;
    font-weight: normal;
  }
  .main-section .right-section .dashboard-page .dashboard-sec .btn-center.mobile {
    display: block;
  }
  .main-section .right-section .table-section .table-content {
    padding: 25px 15px;
  }
  .main-section .right-section .table-section .table-content > .top {
    margin-bottom: 20px;
  }
  .main-section .right-section .table-section .table-content > .top h1 {
    line-height: 54px;
  }
  .main-section .right-section .table-section .table-content .top-text {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .delete {
    display: block;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td .delete.active {
    display: inline-block;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td.last-td {
    display: none;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td.second-last-td {
    justify-content: center;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td.second-last-td a {
    margin: 0 37.5px;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td.second-last-td:before {
    display: none;
  }
  .main-section .right-section .table-section .table-content .table-main-sec table tbody tr td.hide-in-mobile {
    display: none;
  }
  .main-section .right-section .table-section .table-content .table-main-sec .btn-center {
    display: block;
    margin-top: 13px;
    margin-bottom: 10px;
  }
  .main-section .right-section .default-table .table-content {
    position: relative;
  }
  .main-section .right-section .default-table .table-content > .top .right-btn a.plus-icon {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tr th:last-child {
    text-align: left;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tbody tr td:last-child {
    display: flex;
    text-align: left;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tbody tr td.jrt-cell-5 {
    justify-content: space-between;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tbody tr td.jrt-cell-5 a {
    margin: 0;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tbody tr td.jrt-cell-5:before {
    display: block;
  }
  .main-section .right-section .membership-page .table-content .breadcrumb {
    display: none;
  }
  .main-section .right-section .membership-page .table-content h1 {
    line-height: 54px;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block {
    margin-top: 15px;
    margin-bottom: 24.5px;
    padding: 0;
    padding-bottom: 10px;
    box-shadow: none;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e3e5ea;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block.waiting-for-cancellation-member {
    background: transparent;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box {
    box-shadow: 0px 3px 6px #e3e5ea33;
    border: 1px solid #e3e5ea;
    border-radius: 4px;
    background: #fff;
    padding: 24px 15px;
    margin-bottom: 20px;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box p {
    line-height: 21.5px;
    margin-bottom: 20px;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box p span {
    display: block;
    margin-top: 11px;
  }
  .main-section .right-section .membership-page .table-content > .top {
    margin-bottom: 30px;
  }
  .main-section .right-section .membership-page .table-content > .top h1 {
    margin-bottom: 15px;
  }
  .main-section .right-section .membership-page .table-content > .top .right-btn {
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content > .top .right-btn button,
.main-section .right-section .membership-page .table-content > .top .right-btn a {
    width: 100%;
    margin: 0 0 20px;
  }
  .main-section .right-section .membership-page .table-content > .top .right-btn button.btn-red,
.main-section .right-section .membership-page .table-content > .top .right-btn a.btn-red {
    width: 100%;
  }
  .main-section .right-section .add-fighter .table-content > .top {
    margin-bottom: 16px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec > .top {
    margin: 0;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .chk-block .custom-checkbox .custom-control-label {
    line-height: 21px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block {
    display: block;
    margin-top: 25px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .row-block .select-radio-block .form-group {
    margin: 0 0 10px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .middle .btn-center {
    margin-top: 33px;
    margin-bottom: 0;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .bottom {
    padding: 5px 15px 30px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .bottom .btn-red {
    width: 100%;
    margin: 0;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .bottom .btn-red:first-child {
    margin-right: 20px;
  }
  .main-section .right-section .fight-mixing-page.fight-max-height .fight-mixing-sec {
    max-height: inherit;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec {
    padding: 25px 15px;
    max-height: inherit;
    overflow: inherit;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec h1 {
    line-height: 54px;
    margin-bottom: 16px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .row .col {
    width: 100%;
    max-width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-select {
    margin-bottom: 10px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-btn {
    margin-top: 23px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-btn .btn-red {
    width: 50%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .fight-btn .btn-red:first-child {
    width: 50%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec {
    padding-top: 25.5px;
    margin-top: 30.5px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top {
    position: relative;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top h1 {
    line-height: 54px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn {
    flex-wrap: wrap;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn a {
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn button.btn-red {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn .form-group {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec > .top .assign-btn .form-group.approve-all-btn-sec {
    margin-right: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters {
    height: auto;
    overflow: auto;
    position: static;
    width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top {
    border-bottom: none;
    padding: 25px 15px 15px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top button {
    display: none;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left {
    width: 100%;
    position: relative;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left a.plus-icon {
    position: absolute;
    top: -6px;
    right: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group {
    width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .top .left .form-group.select-div select {
    max-width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block {
    padding: 0 15px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec {
    margin: 0 0 15px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box {
    align-items: flex-start;
    padding: 19px 20px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box .left img {
    max-width: 19px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section {
    margin: 24px 0 20px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner {
    flex-wrap: wrap;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group {
    margin: 0 0 20px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group.select-div {
    width: 100%;
    margin-right: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group.select-div:before {
    top: 20px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .form-group.select-div select {
    padding: 10px 12px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner #selectfighterlist {
    min-width: 100%;
    margin-right: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .email-section .email-sec-inner .btn-red {
    min-width: 120px;
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec {
    padding: 25px 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content {
    padding: 25px 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.flow-chart-content {
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-chart-inner-content {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e3e5ea;
    box-shadow: 0px 3px 6px #e3e5ea33;
    padding: 25px 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content:first-child > .top {
    border: none;
    padding: 0;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content:first-child > .top p {
    display: none;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content:first-child > .top .form-group {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content:first-child > .top .form-group.select-div select {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters {
    margin-top: 20px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top {
    border-bottom: none;
    padding: 25px 15px 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top button {
    display: none;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left {
    width: 100%;
    position: relative;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left a.plus-icon {
    position: absolute;
    top: -9px;
    right: 0;
    margin-right: 0;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .top .left .form-group {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block {
    padding: 0 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec {
    margin: 0 0 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box {
    align-items: flex-start;
    padding: 19px 20px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box .left img {
    max-width: 19px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn {
    margin-top: 20px;
    width: auto;
    position: inherit;
  }
  .main-section .right-section .event-sec .payment-page.info-page {
    padding: 25px 15px;
  }
  .main-section .right-section .event-sec .payment-page.info-page .top h1 {
    line-height: 54px;
    margin-bottom: 15px;
  }
  .main-section .right-section .event-sec .payment-page.info-page .payment-event {
    padding: 25px 15px 30px;
  }
  .main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .info-box label {
    min-width: 190px;
  }
  .main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .btn-fed a {
    width: 50%;
  }
  .main-section .right-section .event-sec .payment-page.info-page .payment-event .middle-section .btn-fed a:last-child {
    margin: 0;
  }
  .main-section .right-section .event-sec .payment-page.create-page .payment-event {
    padding: 25px 0;
  }
  .main-section .right-section .event-sec .payment-page .payment-event .form-area .form-group.plan-amount .btn-width-auto {
    margin-top: 20px;
  }
  .main-section .right-section .payment-status .payment-page {
    padding: 20px 15px;
  }

  .loading {
    transform: translate(-50%);
    text-align: center;
  }
}
@media (max-width: 576px) {
  .notification-card .modal-body {
    height: 320px;
  }

  .search-dropdown {
    width: calc(100% - 30px);
    margin-top: 0;
  }

  .confirm-email {
    padding: 22px 15px;
  }
  .confirm-email .logo img {
    opacity: 0.5;
  }
  .confirm-email .logo a.login-btn {
    padding: 0 28px;
    height: 38px;
    line-height: 38px;
  }
  .confirm-email .content {
    margin-top: 40px;
  }
  .confirm-email .content h1 {
    max-width: 254px;
    margin: 0 auto;
  }
  .confirm-email .content p {
    margin: 10px auto 30px;
    max-width: 283px;
    line-height: 19px;
  }
  .confirm-email .content p span {
    display: inline;
  }
  .confirm-email .content p span:last-child {
    margin: 20px 0 0;
    display: block;
  }
  .confirm-email .content a,
.confirm-email .content input[type=submit] {
    display: block;
    padding: 17.5px 45px;
    width: 100%;
  }
  .confirm-email.forgot-page .content input[type=text],
.confirm-email.forgot-page .content input[type=password] {
    max-width: initial;
    width: 100%;
  }

  .main-section .right-section .event-page .top-bg .top-bottom span.btn-width-auto {
    max-width: 100%;
  }
  .main-section .right-section .event-page .finished-fight .inner-block .middle-block .mobile li .block .last .rounds > div:nth-child(2) {
    padding: 5px 10px 7px;
  }
  .main-section .right-section .event-sec .payment-page .payment-event {
    margin: 77px auto 30px;
    padding: 25px 12px;
  }
  .main-section .right-section .event-sec .payment-page .payment-event > p {
    margin-bottom: 12px;
    max-width: 290px;
  }
  .main-section .right-section .event-sec .payment-page .btn-center .btn {
    width: 100%;
  }
  .main-section .right-section .event-sec .top-sec .top-right-sec > ul li.notification-dropdown .dropdown-menu {
    width: 300px;
  }
  .main-section .right-section .profile-page {
    padding-bottom: 37px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li {
    display: block;
    text-align: center;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left {
    display: block;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc {
    margin: 0;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc h3 {
    margin: 10px 0;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc p {
    text-align: center;
    margin-bottom: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .left .desc p span {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right {
    display: block;
    text-align: center;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .btn span {
    margin: 0 5px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .status {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight ul li .right .status span {
    width: auto;
    margin-left: 10px;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight .desktop {
    display: none;
  }
  .main-section .right-section .profile-page .profile-summary .block.finished-fight .inner-block {
    display: block;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery.row {
    margin-left: -2.25px;
    margin-right: -2.25px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery.row .col,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-1,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-10,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-11,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-12,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-2,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-3,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-4,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-5,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-6,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-7,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-8,
.main-section .right-section .profile-page .profile-summary .profile-gallery.row .col-9 {
    padding-right: 2.25px;
    padding-left: 2.25px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block {
    margin-bottom: 4.5px;
  }
  .main-section .right-section .profile-page .profile-summary .profile-gallery .fight-img-block img {
    height: 112.5px;
  }
  .main-section .right-section .profile-page .profile-summary .col-xl-4.col-lg-12 {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box > div {
    justify-content: space-between;
  }
  .main-section .right-section .membership-page .table-content .accept-decline-block .box > div a {
    width: calc(50% - 12.5px);
    margin: 0;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td.second-last-td a {
    margin: 0 13px;
  }
  .main-section .right-section .membership-page .table-content .roles-button .btn-red {
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content .roles-add-user .btn-red {
    width: 100%;
  }
  .main-section .right-section .membership-page .table-content .add-filter .filter_inner .filter_left {
    flex-wrap: wrap;
  }
  .main-section .right-section .membership-page .table-content .add-filter .filter_inner .filter_left .form-group {
    width: 100%;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group {
    margin-right: 0;
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group.create-amount input {
    max-width: 100%;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan .form-group.select-div {
    width: 100%;
  }
  .main-section .right-section .default-table .table-content .table-main-sec table tr td .crate-plan a.btn-red {
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
  }
  .main-section .right-section .invoice-page .table-content.top {
    margin-bottom: 10px;
  }
  .main-section .right-section .invoice-page .table-content .table-main-sec {
    padding: 6px 15px 15px;
  }
  .main-section .right-section .invoice-page .table-content .table-main-sec .InvoiceAmount {
    padding: 25px;
    margin: 34px auto;
  }
  .main-section .right-section .add-account-page .add-account-sec .top {
    flex-wrap: wrap;
  }
  .main-section .right-section .add-account-page .add-account-sec .top .btn-red {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box {
    padding: 15px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div:first-child {
    display: block;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div:first-child img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .tournament-info-box > div:first-child .tournament-desc {
    margin: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box .left {
    text-align: center;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box .left .delete-icon {
    display: block;
    padding: 5px;
    margin: 0;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box .right {
    display: block;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .inner-block.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box-sec .unassigned-box .right .delete-icon {
    display: none;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn button {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn button:first-child {
    margin-right: 0;
    width: 100%;
  }
  .main-section .right-section .fight-mixing-page .fight-mixing-sec .assign-fight-sec .middle-sec .flow-save-btn a.btn-red {
    margin: 0;
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box {
    padding: 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box .btn-width-auto a.btn-red {
    max-width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div:first-child {
    display: block;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div:first-child img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .tournament-info-box > div:first-child .tournament-desc {
    margin: 0;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left {
    flex-wrap: wrap;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left .form-group.select-div {
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content > .top .left .form-group.select-div:nth-child(2) {
    margin: 10px 0;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left {
    text-align: center;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .left .delete-icon {
    display: block;
    padding: 5px;
    margin: 0;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right {
    display: block;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content.unassigned-Fighters .middle-sec .unassigned-block .unassigned-box .right .delete-icon {
    display: none;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn button {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn button:first-child {
    margin-right: 0;
    width: 100%;
  }
  .main-section .right-section .flow-chart-page .flow-chart-sec .inner-content .flow-save-btn a.btn-red {
    margin: 0;
    width: 100%;
  }
  .main-section .right-section .club-member-page .btn-fed {
    justify-content: space-between;
    margin: 20px 0;
  }
  .main-section .right-section .club-member-page .btn-fed a {
    letter-spacing: 0;
    font-weight: 300;
    width: 50%;
    margin-right: 15px;
  }
  .main-section .right-section .club-member-page .btn-fed a:last-child {
    margin-right: 0;
  }
  .main-section .right-section .club-member-page .payment-event .middle-section > div > h2 {
    margin-bottom: 20px;
  }
  .main-section .right-section .club-member-page .payment-event .middle-section .btn-fed {
    margin: 0 0 20px;
  }
  .main-section .right-section .club-member-page .payment-event .middle-section .btn-fed a.btn-red {
    width: 100% !important;
  }
  .main-section .right-section .club-member-page .payment-event .middle-section .btn-fed.btn-align a {
    width: 50%;
  }
  .main-section .right-section .club-member-page .payment-event .middle-section .btn-red {
    width: 100%;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .bottom {
    justify-content: space-between;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .bottom .btn-red {
    width: 147px;
  }
  .main-section .right-section .add-fighter .table-content .table-main-sec .bottom .btn-red:first-child {
    margin: 0;
    width: 148px;
  }
  .main-section .right-section .table-section.class-history .payment-page .payment-event .form-area {
    flex-wrap: wrap;
  }
  .main-section .right-section .table-section.class-history .payment-page .payment-event .form-area .btn-center {
    margin-top: 20px;
    min-width: inherit;
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
  .main-section .right-section .table-section.class-history .payment-page .payment-event .form-area .btn-center input, .main-section .right-section .table-section.class-history .payment-page .payment-event .form-area .btn-center a {
    width: calc(50% - 5px);
    margin: 0;
  }
  .main-section .right-section .table-section.class-history .table-content .table-main-sec table tr td, .main-section .right-section .table-section.class-history .table-content .table-main-sec table tr th {
    text-align: right !important;
  }
}
@media screen and (max-width: 399px) {
  .main-section .right-section .table-section.training-details .table-content {
    padding: 20px;
  }
  .main-section .right-section .table-section.training-details .table-content .top .class-btn-right {
    gap: 12px;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec table tbody tr td .club-federation-buttons {
    flex-direction: column;
    gap: 8px;
  }
  .main-section .right-section .membership-page .table-content .table-main-sec .club-index-federation .club-federation-buttons {
    align-items: stretch !important;
  }
}

/*# sourceMappingURL=style.css.map */
