@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

/*-----------------------------------
        common style code start
 ----------------------------------*/

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Bebas Neue", cursive;
}
.body-overflow {
  overflow: hidden !important;
}
* {
  list-style: none;
  text-decoration: none !important;
  box-sizing: border-box !important;
  outline: none !important;
  border: none;
}

* ul {
  padding: 0;
  margin: 0;
}

* h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

.desc {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Roboto", sans-serif !important;
}

.navbar-icon {
  display: none;
  color: #e71f1f;
  font-size: 22px;
  margin-top: 6px;
  margin-left: 6px;
}

.reponsive-menu {
  display: none;
}

/*-----------------------------------
        common style code end
 ----------------------------------*/

/*-----------------------------------
       header style code start
 ----------------------------------*/

.parent-header {
  display: flex;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

.parent-header a:hover {
  color: #f93e3e;
  transition: all 0.3 ease;
}

.logo img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}

.header-right ul,
.left-menu {
  align-self: center;
  align-items: center;
}

.header-left ul li {
  margin-right: 5px;
}

.header-left,
.header-left ul,
.header-right,
.header-right ul {
  display: flex;
}

.header-left ul li,
.header-right ul li {
  font-size: 16px;
  line-height: 19px;
}

.header-right {
  margin-left: auto;
}

.header-right a {
  font-family: "Roboto", sans-serif !important;
}

.header-left ul li a,
.header-right ul li a {
  color: #ffffff;
  padding: 32px 10px;
}

.profile-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.before-lang {
  position: relative;
}

.before-lang::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat !important;
  width: 100%;
  height: 20px;
  left: -25px;
  top: 2px;
  z-index: -1;
}

.en-img::before {
  background-image: url(../img/flag_en.svg);
}

.ru-img::before {
  background-image: url(../img/flag_ru.svg);
}

.langs .sub-menu {
  min-width: 6rem !important;
  left: -33px;
}

.langs .sub-menu li {
  margin-left: 32px;
}

.after {
  position: relative;
  padding-right: 15px;
}

.after::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  padding: 0px 5px;
  transition: 0.3s all;
  font-size: 13px;
  text-align: center;
  right: 5px;
  color: #fff;
  transform: rotate(0deg);
}

.parent-sub-menu,
.user-profile {
  position: relative;
}

.sub-menu {
  position: absolute;
  left: 0;
  display: none;
  top: 47px;
  z-index: 2;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #000000;
  border: 0.5px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
}

.sub-menu ul {
  display: block;
}

.sub-menu li {
  margin-bottom: 5px;
  display: block !important;
}

.sub-menu li a {
  padding: 0 0 0 10px !important;
  transition: 0.3s all;
}

.user-profile .sub-menu {
  left: -65px !important;
  top: 40px !important;
  margin: 0 !important;
}

.langs:hover .sub-menu,
.parent-sub-menu:hover .sub-menu,
.user-profile:hover .sub-menu {
  display: block;
  transition: 0.3s ease-in-out;
}

.langs:hover.after-click::after,
.parent-sub-menu:hover.after-click::after {
  transform: rotate(180deg);
  transition: 0.3s all;
  color: #f93e3e;
}

/*-----------------------------------
       header style code start
 ----------------------------------*/

/* ---------------------------------
     slider style code start
---------------------------------- */

.slider-item {
  position: relative;
  outline: none !important;
}

.slider-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.on-center-words {
  position: absolute;
  width: 300px;
  height: 100px;
  left: 45px;
  top: calc(50% - 50px);
}

.on-center-words h1 {
  line-height: 43px;
}

.on-center-words h1 span {
  font-size: 36px;
  color: #ffffff;
}

.on-center-words p {
  line-height: 19px;
}

.on-center-words p span {
  font-size: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif !important;
}

.slick-dots {
  position: absolute;
  display: flex;
  left: calc(50% - 4px);
  bottom: 20px;
}

.slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 3px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

li.slick-active button {
  background-color: #fff;
  box-sizing: border-box;
}

.slick-dots li {
  margin: 3px;
}

/* ---------------------------------
        slider style code end
---------------------------------- */

/* ---------------------------------
    athlete start  style code end
---------------------------------- */

.athlete-parent {
  padding: 50px 100px 20px;
}

.athlete-item {
  width: 160px;
  border-left: 1px solid #c4c4c4;
  padding: 10px 20px;
}

.athlete-item:last-child {
  border-right: 1px solid #c4c4c4;
}

.athlete-title {
  font-size: 18px;
  color: #3d1144;
  margin-bottom: 10px !important;
}

.athlete-info {
  justify-content: space-between;
}

.athlete-info div {
  line-height: 14px;
}

.athlete-info p {
  font-size: 12px;
  color: #a2a2a2;
}

.athlete-info span {
  font-size: 12px;
  color: #000000;
  font-family: "Roboto", sans-serif !important;
}

/* ---------------------------------
    athlete start style code end
---------------------------------- */

/* ---------------------------------
        cards  start    
---------------------------------- */

.card-item {
  min-height: 300px;
  transition: 0.5s all;
  background-color: #f7f7f7;
  margin: 20px 0;
  padding: 20px;
}

.card-item:hover {
  transition: 0.5s all;
  background: #f7f7f7;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.19);
  overflow: hidden;
}

.card-desc {
  color: #18212e;
  font-size: 15px;
  line-height: 20px;
  min-height: 100px;
  margin-top: 20px !important;
}

.card-date {
  font-size: 36px;
  line-height: 43px;
  color: #f93e3e;
}

.card-week-day {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

/* ---------------------------------
            cards  end 
---------------------------------- */

/* ---------------------------------
      Sport events team start
---------------------------------- */

.events-pg {
  padding: 0 50px;
}

.event-team-bg-img {
  background-image: url(../img/right-girl.svg), url(../img/left-girl.svg);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px;
  margin: 50px 0 !important;
}

.center-title {
  font-size: 30px;
  line-height: 36px;
  color: #3d1144;
  margin-bottom: 60px !important;
}

.events-team-left {
  max-width: 440px;
  margin-left: auto;
}

.events-team-right {
  text-align: center;
}

.events-team-right img {
  width: 279px;
  height: 312px;
  object-fit: contain;
}

.watch-live {
  border: 1px solid #f93e3e;
  background-color: transparent;
  font-size: 16px;
  line-height: 19px;
  color: #f93e3e;
  padding: 8px 25px;
  position: relative;
  text-align: center;
  width: 110px;
  margin-top: 20px;
}

.watch-live::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f93e3e;
  right: 12px;
  top: 16px;
  border-radius: 50%;
  margin-right: 0px;
}

.watch-live:focus,
.watch-live:hover {
  color: #f93e3e;
}

/* ---------------------------------
      Sport events team end
/* ---------------------------------- */

/* ---------------------------------
            Footer start
/* ---------------------------------- */

.footer-bg {
  background: #f7f7f7;
  padding: 50px 45px !important;
}

.footer-logo-desc {
  max-width: 215px;
  margin: auto !important;
}

.footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-menu ul li {
  font-size: 16px;
  line-height: 19px;
  margin: 0 15px;
  font-weight: bold;
}

.footer-menu ul li a {
  color: #333033;
  font-family: "Roboto", sans-serif !important;
}

.contact {
  text-align: center;
  margin-top: 70px;
}

.contact-us {
  font-size: 16px;
  line-height: 19px;
  color: #f93e3e;
  background: #f6f6f6;
  border: 1px solid #f93e3e;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(249, 62, 62, 0.18);
  padding: 6px 15px;
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.social-links li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #f93e3e;
  border: 1px solid #f93e3e;
  font-size: 15px;
}

.location,
.numbers,
.email {
  margin-bottom: 15px;
}

.location p,
.numbers p,
.email p {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
}

.location span,
.numbers span,
.email span {
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif !important;
}

.numbers span {
  display: block;
}

.location p::before,
.numbers p::before,
.email p::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  left: -20px;
  background-position: center left;
}

.location p::before {
  background-image: url(../img/location.svg);
}

.numbers p::before {
  background-image: url(../img/phone.svg);
}

.email p::before {
  background-image: url(../img/mail.svg);
}

/* ---------------------------------
            Footer end
/* ---------------------------------- */

/* ---------------------------------
         register start
/* ---------------------------------- */

.header-bg {
  background-color: #000000 !important;
}

.titles {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.main-pg {
  margin-top: 80px;
  width: 100%;
  height: calc(100% - 80px);
}

.register-left img {
  width: 100%;
  object-fit: cover;
}

.register-title {
  margin: 20px 10px !important;
}

.label {
  display: none;
}

.input {
  background: #ffffff;
  border: 1px solid #f93e3e;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 19px;
  color: #a2a2a2;
  width: 100%;
  height: 36px;
  font-family: "Roboto", sans-serif !important;
  padding-left: 10px;
  margin: 15px 0px;
  max-width: 300px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.register-right {
  width: 100%;
}

.register-bg-img {
  display: flex;
  align-items: center;
  background-image: url(../img/register-right-img.svg), url(../img/register-left-img.svg);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  height: 100%;
  margin-left: 150px;
  width: fit-content;
}

.register-row {
  display: flex;
  align-items: center;
}

.enter-usertype {
  display: none;
}

.register-form {
  width: 600px;
}

.left-img img {
  width: 100%;
}

.login-form {
  width: 400px;
}

.login-bg {
  background-image: url(../img/login-right-girl-img.svg);
  background-position: 80% 90%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.login-title {
  margin-bottom: 15px !important;
}

.forgot-password a {
  font-size: 14px;
  line-height: 16px;
  color: #545454;
  font-family: "Roboto", sans-serif !important;
}

.buttons {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background-color: #f93e3e;
  padding: 7px 13px;
  margin-top: 15px;
}

/* ---------------------------------
         register end
 ---------------------------------- */

/* ---------------------------------
      successfully start
 ---------------------------------- */

.successfully-title {
  font-size: 24px;
  line-height: 29px;
  color: #f93e3e;
  margin-bottom: 15px !important;
  text-align: center;
}

.successfully {
  padding: 70px 0;
}

/* ---------------------------------
      successfully end
---------------------------------- */

/* ---------------------------------
    Send password reset link start
---------------------------------- */

.reset-p {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 30px !important;
  font-family: "Roboto", sans-serif !important;
}

.reset-password-link-bg {
  background-image: url(../img/send-password-link-right-img.svg);
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset-password-link {
  width: 400px;
}

/* ---------------------------------
    Send password reset link end
---------------------------------- */

/* ---------------------------------
    change password start
---------------------------------- */

.change-password-bg {
  background-image: url(../img/change-password-left-girl.svg), url(../img/change-password-right-girl.svg);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-password {
  width: 300px;
}

/* ---------------------------------
        change password end
---------------------------------- */

/* ---------------------------------
      events form  start
---------------------------------- */

.events-body,
.contact-info,
.first-section {
  background: #ffffff;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 2;
  bottom: 65px;
}

.event-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.events-titles {
  background: #f93e3e;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.11);
  display: flex;
  height: 54px;
  padding: 13px 24px;
}

.events-titles h5 {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.control-buttons {
  margin-left: auto;
}

.control-buttons button {
  font-size: 24px;
  line-height: 21px;
  color: #f93e3e;
  background-color: #ffffff;
  padding: 4px 21px;
}

.header-imgs {
  position: relative;
}

.header-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-form .label {
  font-size: 16px;
  line-height: 19px;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif !important;
  display: inline-block;
  width: 120px;
  /* margin-right: 15px; */
  margin-top: 15px;
}

.events-form .input {
  margin: 8px 0px;
}

.events-form {
  padding: 52px 66px;
}

input[type="file"] {
  display: none;
}

textarea.input {
  height: 200px;
}

.my-events {
  padding: 50px 65px;
}

.all-events {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.all-events-span {
  font-size: 18px;
  line-height: 22px;
  color: #f93e3e;
  margin-right: 5px;
}

.all-events-flags {
  display: flex;
}

.all-events-flags li {
  margin: 0 2px;
}

.all-events-flags li a img {
  width: 30px;
  height: 15px;
  object-fit: contain;
}

.my-events-item {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  padding: 50px 42px;
  margin: 30px 0;
}

.my-events-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-events-item-title {
  font-size: 18px;
  line-height: 22px;
  color: #f93e3e;
  margin-bottom: 20px !important;
}

.my-events-item-desc {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Roboto", sans-serif !important;
}

.my-events-item-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.my-events-item-info li img {
  width: 30px;
  height: 15px;
  object-fit: contain;
}

.my-events-item-info li {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
}

.more-info-btn {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background-color: #f93e3e;
  padding: 6px 15px;
  font-family: "Bebas Neue", cursive !important;
  letter-spacing: 1px;
}

.my-events-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
}

.event-bg {
  background-image: url(../img/my-event-left-girl.svg), url(../img/my-event-right-girl.svg);
  background-position: 1% 85%, 99% 4%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.close-button {
  margin-left: auto;
}

.close-button button {
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
}

.event-name-info {
  margin-top: 30px;
}

.event-name-info li {
  font-size: 16px;
  line-height: 19px;
  color: #2a2a2a;
  font-family: "Roboto", sans-serif !important;
}

.event-name-info li span {
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

/* .event-name-table {
  padding: 65px;
} */

.event-name-table thead,
.event-name-table tbody {
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto", sans-serif !important;
}

.event-name-table thead {
  color: #fff;
  background-color: #f93e3e;
  font-weight: bold;
}

.event-name-table tbody {
  color: #000000;
}
.tab-buttons {
  background-color: #efefef;
  padding: 4px 23px;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
}
.tab-buttons a {
  color: #f93e3e;
}
.tab-buttons.active {
  background-color: #f93e3e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.tab-buttons.active a {
  color: #ffffff;
}
/* ------------ */
.responsive-profile-img {
  display: none;
}

.user-profile-form .label {
  display: inline-block !important;
  font-size: 15px;
  line-height: 19px;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif !important;
  width: 100%;
  max-width: 140px !important;
  place-self: center;
}
.user-profile-form input,
.user-profile-form select {
  background: #ffffff;
  border: 1px solid #f93e3e;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 19px;
  color: #a2a2a2;
  width: 100%;
  height: 36px;
  font-family: "Roboto", sans-serif !important;
  padding-left: 10px;
  margin: 15px 0px;
}
.under-input-explain {
  margin-left: 140px !important;
  font-size: 15px;
  line-height: 19px;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif !important;
}
/* ------------------- */
#members .event-name-table .table th {
  border-top: none !important;
}
#edit-members .table-members th,
#edit-members .table-members td {
  border: none;
  padding: 0 !important;
  vertical-align: middle;
}
.tables-chechboxs label,
#edit-members .table-members .label,
.max-widths p {
  font-size: 15px;
  line-height: 19px;
  color: #2b2b2b;
  font-family: "Roboto", sans-serif !important;
}
#edit-members .table-members .label {
  width: 100%;
  max-width: 120px !important;
  display: inline-block !important;
}
#edit-members .table-members .label span {
  color: #f93e3e;
}
#edit-members .table-members .input {
  max-width: 400px;
}
.max-widths .input {
  max-width: 100% !important;
}

.tables-chechboxs {
  display: flex;
}

.tables-chechboxs .tables-chechboxs-item:not(:nth-child(2)) {
  margin: 0 15px;
}
.tables-chechboxs-item {
  display: flex;
  align-items: center;
}
.tables-chechboxs-item input {
  width: auto !important;
}
.tables-chechboxs-item label {
  margin-bottom: 0 !important;
  margin-left: 5px !important;
}
.club-input {
  display: flex;
}
.max-widths p {
  display: block !important;
  padding-left: 120px;
}
.modal-user-profile {
  width: 140px;
  height: 140px;
  margin-left: auto;
  position: relative;
}
.modal-user-profile img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.modal-user-profile:hover > img {
  filter: brightness(0.5);
  transition: 0.4s all;
  cursor: pointer;
}
.user-profile-delete {
  background-color: transparent;
}

.after-hover-user {
  display: none;
}
.after-hover-user {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
}
.modal-user-profile:hover .after-hover-user {
  display: block;
  transition: 0.3s all;
}
.after-hover-user-info {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.download-img-icon {
  cursor: pointer;
}
.after-hover-user-info img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.del-edit-button {
  width: 22px;
  height: 22px;
  background-color: #f93e3e;
  border-radius: 50%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.del-edit-button img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.name-documents {
  display: flex;
}

.name-documents div span {
  display: block;
  margin: 4px 3px;
}

.event-name-info li {
  margin: 5px 0;
}

.country img {
  width: 30px;
  height: 15px;
  object-fit: contain;
}

.parent-input {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.parent-input img {
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  height: 20px;
  width: 26px;
  object-fit: contain;
}

.parent-input input {
  padding-left: 40px;
}

.hide {
  visibility: hidden;
}

#image-before {
  position: absolute;
  left: 75px;
  top: calc(50% - 10px);
  height: 20px;
  width: 26px;
  object-fit: contain;
}

.user-name {
  width: 100px;
}

.user-profile {
  display: flex;
  align-items: center;
  height: 1px;
  color: #fff;
}

.user-profile p {
  max-width: 70px;
  text-align: right;
  padding: 30px 0;
}

.table-responsive::-webkit-scrollbar {
  height: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #f93e3e;
}

.create-new-event-form {
  padding: 25px 66px !important;
}

.modal-body .event-name-table {
  padding: 10px;
}

.modal-body .event-name-table tr td,
.modal-body .event-name-table th {
  border: 1px solid #c5c5c5;
  cursor: pointer;
}

.clear-btn {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  background: #f93e3e;
  padding: 4px 17px;
}

.modal-header {
  padding: 0 !important;
}

.modal-header .close-button {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.modal-header .events-titles {
  width: 100%;
}

.save-btn,
.cancel-btn {
  font-size: 24px !important;
  line-height: 29px;
  color: #f93e3e !important;
  background: #ffffff !important;
  padding: 4px 17px !important;
  margin: 0 5px;
}

.close-btn {
  font-size: 25px !important;
  color: #fff !important;
  opacity: 1 !important;
  background: transparent !important;
}

.delete-table-row {
  color: #f93e3e;
  background-color: transparent;
  font-size: 15px;
}

.delete-table-row i {
  font-size: 15px;
}

.modal-event {
  cursor: pointer !important;
}
.event-filters {
  padding: 10px;
}
.event-filters .modal-filter-form {
  display: flex;
  align-items: center;
}
.event-filters .modal-filter-form div {
  margin: 4px;
}
.event-filters .modal-filter-form form label {
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
}
.event-filters .modal-filter-form input {
  margin: 0 !important;
}
.hidden-label {
  visibility: hidden;
}
.add {
  background-color: #f93e3e;
  color: #fff;
  font-size: 13px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.modal-body .modal-form {
  padding: 20px 30px;
}
.modal-body .modal-form label {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  font-family: "Roboto", sans-serif !important;
}
.enter-group-member-p {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  font-family: "Roboto", sans-serif !important;
  color: #000000;
  margin: 20px !important;
}
.modal-body .event-filters select,
.modal-body .event-filters input {
  font-size: 14px;
  line-height: 29px;
  color: #2b2b2b;
  margin: 0;
  padding-left: 5px;
  min-width: 50px;
}
.modal {
  pointer-events: none;
}
.modal-content {
  pointer-events: all;
}
.open-member-modal:hover {
  color: #e61b1b !important;
  transition: 0.3s all;
}
.modal-filter-form .label {
  display: block !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2a2a2a;
}
.modal-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
/* ---------------------------------
       events form end
---------------------------------- */

/* ---------------------------------
    contact page style start
---------------------------------- */
.contact-info {
  padding: 44px 76px;
}
.contact-info .label,
.contact-send-btn,
.contact-info-right .contact-info-right-item p {
  font-size: 16px;
  line-height: 19px;
}
.contact-info .label {
  display: block;
  margin-bottom: 0 !important;
}
.contact-info .input {
  margin: 5px 0 16px 0;
  max-width: 100%;
}
.contact-send-btn {
  width: 100%;
  color: #ffffff;
  background-color: #f93e3e;
  padding: 9px 120px;
}
.contact-info-right {
  padding: 18px 0;
}
.contact-info-right .contact-info-right-item h5 {
  font-size: 24px;
  line-height: 29px;
  color: #f93e3e;
}
.contact-info .label,
.contact-info-right .contact-info-right-item p {
  color: #000000;
  font-family: "Roboto", sans-serif !important;
}
.contact-info-right .contact-info-right-item p {
  padding: 16px 0 32px 0;
}
.contact-info-right .contact-info-right-item p span {
  display: block !important;
}
.contact-info-right .contact-info-right-item p a {
  color: #000000;
}
/* ---------------------------------
    contact page style end
---------------------------------- */

/* ---------------------------------
      about page  style  start
---------------------------------- */

.first-section {
  padding: 80px;
}
.about-titles {
  font-size: 30px;
  line-height: 36px;
  color: #f93e3e;
  margin-bottom: 55px !important;
}
.about-p-item {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px !important;
  font-family: "Roboto", sans-serif !important;
}
.first-section-right {
  padding-left: 100px;
}
.first-section-right img {
  width: 273px;
  height: 278px;
  object-fit: contain;
}
.about-main-bg {
  background-image: url(../img/about-page-bg-left-girl.svg), url(../img/about-page-bg-right-girl.svg);
  background-position: 1% 50%, 98% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

/* ---------------------------------
      about page  style  end
---------------------------------- */

/* ---------------------------------
     click checbox inputs start
---------------------------------- */
.click-checkbox {
  box-sizing: border-box !important;
  width: 0px !important;
  height: 0px !important;
  display: inline-block !important;
  border: none !important;
  margin-right: 22px;
  cursor: pointer;
  vertical-align: bottom;
}
.checkbox-icons {
  display: flex;
  margin: 0 !important;
  margin-left: 3px !important;
}
.chechkbox-input {
  margin: 0 !important;
  max-width: 25px;
}
.chackbox-parent {
  display: flex;
}
.modal-body .event-filters .chechkbox-input input {
  max-width: 20px !important;
  vertical-align: middle;
}
.click-checkbox::before {
  content: "";
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.click-checkbox::after {
  content: "";
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.click-checkbox:not(:checked)::after {
  content: "";
  background-repeat: no-repeat;
  display: none;
}
.icon-one::before {
  background-image: url(../img/icon-1.svg);
}
.icon-two::before {
  background-image: url(../img/icon-2.svg);
}
.icon-three::before {
  background-image: url(../img/icon-3.svg);
}
.icon-four::before {
  background-image: url(../img/icon-4.svg);
}
.icon-five::before {
  background-image: url(../img/icon-5.svg);
}
.icon-six::before {
  background-image: url(../img/icon-6.svg);
}
.icon-one::after {
  background-image: url(../img/icon-1-colorly.svg);
}
.icon-two::after {
  background-image: url(../img/icon-2-colorly.svg);
  border: 0;
}
.icon-three::after {
  background-image: url(../img/icon-3-colorly.svg);
  border: 0;
}
.icon-four::after {
  background-image: url(../img/icon-4-colorly.svg);
  border: 0;
}
.icon-five::after {
  background-image: url(../img/icon-5-colorly.svg);
  border: 0;
}
.icon-six::after {
  background-image: url(../img/icon-6-colorly.svg);
  border: 0;
}
.icon-one:not(:checked)::after {
  background-image: url(../img/icon-1.svg);
}
.icon-two:not(:checked)::after {
  background-image: url(../img/icon-2.svg);
}
.icon-three:not(:checked)::after {
  background-image: url(../img/icon-3.svg);
}
.icon-four:not(:checked)::after {
  background-image: url(../img/icon-4.svg);
}
.icon-five:not(:checked)::after {
  background-image: url(../img/icon-5.svg);
}
.icon-six:not(:checked)::after {
  background-image: url(../img/icon-6.svg);
}

/* ---------------------------------
     click checbox inputs end
---------------------------------- */
/* ---------------------------------
        responsive style start
---------------------------------- */

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .slider-item img {
    height: 50vh;
  }
  .card-item {
    padding: 21px 20px 25px 20px;
  }
  .register-bg-img {
    margin-left: 30px;
  }
  .user-profile p {
    max-width: 100px;
    margin-right: 10px !important;
  }
  .events-form {
    padding: 52px 0px;
  }
  .create-new-event-form {
    padding: 52px 10px;
  }
  .modal-body .table {
    margin-bottom: 0 !important;
  }
  .modal-body .event-name-table {
    padding: 0px;
    margin-left: 20px;
  }
  .contact-send-btn {
    padding: 9px 50px;
  }
  #edit-members .table-members td {
    padding: 0 20px !important;
  }
  #edit-members .modal-body .event-name-table {
    margin-left: 0px;
  }
  #members .event-name-table {
    padding: 0 !important;
  }

}

@media screen and (min-width: 481px) and (max-width: 991px) {
  .on-center-words {
    width: 300px;
  }
  .watch-live {
    margin-bottom: 25px;
  }
  .events-team-left {
    max-width: 100%;
    margin: auto;
  }
  .slider-item img {
    height: 50vh;
  }
  .slick-dots {
    left: calc(50% - 25px);
  }
  .athlete-item {
    border-right: 1px solid #c4c4c4;
    margin-bottom: 25px;
  }
  .athlete-title {
    font-size: 23px;
  }
  .athlete-info p {
    font-size: 23px;
    margin-bottom: 9px !important;
  }
  .athlete-info span {
    font-size: 23px;
  }
  .athlete-parent {
    padding: 50px 37px 20px;
  }
  .logo img {
    height: auto;
  }
  .footer-logo-desc {
    max-width: 100% !important;
    margin-top: 10px !important;
  }
  .footer-bg {
    padding: 50px !important;
  }
  .contact {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .footer-menu ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .footer-menu ul li {
    margin: 5px 15px;
  }
  .display-none {
    display: none;
  }
  .navbar-icon {
    font-size: 30px;
  }
  .reponsive-menu {
    position: fixed;
    right: -100%;
    top: 0;
    padding-top: 10px;
    z-index: 99999 !important;
    width: 100%;
    height: 100vh;
    display: block;
    background-color: #000;
  }
  .reponsive-menu .logo {
    display: block;
    text-align: center;
  }
  #mobile-menu {
    display: block !important;
    padding: 30px 36px 20px;
  }
  #mobile-menu li {
    margin-bottom: 10px;
  }
  #mobile-menu li a {
    color: #fff;
    font-size: 16px;
  }
  #mobile-menu .sub-menu {
    position: relative !important;
    display: none;
    padding-left: 7px;
    border-left: 1px solid #fff;
    height: 100%;
    margin: 5px;
  }
  .close-responsive {
    text-align: right;
  }
  .close-responsive i {
    font-size: 30px;
    color: #f93e3e;
    padding: 10px 20px;
  }
  .header-logo .logo img {
    width: 100%;
    object-fit: contain;
  }
  .header-right {
    margin-right: 20px;
  }
  .parent-header {
    padding: 20px;
  }
  .header-right ul li a {
    padding: 5px;
  }
  .header-right ul li {
    font-size: 15px;
  }
  .navbar-icon {
    display: block;
  }
  .profile-img {
    width: 30px;
    height: 30px;
  }
  .reponsive-menu .parent-header {
    display: block;
  }
  .reponsive-menu .header-left {
    display: block;
  }
  .reponsive-menu .header-logo .logo img {
    width: 100%;
    height: auto;
  }
  .reponsive-menu .sub-menu {
    position: relative !important;
  }
  .reponsive-menu .header-right ul,
  .reponsive-menu .header-right {
    justify-content: center;
  }
  .reponsive-menu .header-right ul li {
    margin: 5px 10px;
  }
  .reponsive-menu .langs.after::after {
    display: none;
  }
  .reponsive-menu .header-right {
    margin-right: 0;
  }
  .events-team-right img {
    width: 100%;
    height: auto;
  }
  .modal-video-body {
    max-width: 700px;
  }
  .events-pg {
    padding: 0;
  }
  .events-team-right {
    margin-top: 25px;
  }
  .left-img,
  .register-left {
    display: none;
  }
  .row {
    display: block !important;
    margin: 0 !important;
  }
  .reset-password-right {
    padding: 30px 65px !important;
    margin: auto;
  }
  .reset-password-link-bg {
    display: block;
  }
  .change-password-bg,
  .login-bg,
  .reset-password-link-bg {
    background-size: contain;
  }
  .login-form {
    padding: 30px;
  }
  .register-bg-img {
    margin-left: 35px;
    width: auto;
  }
  .register-form .buttons {
    margin-left: 15px;
  }
  .register-form,
  .register-row {
    width: 100% !important;
  }
  .input {
    max-width: 100%;
  }
  .register-right {
    margin: auto;
  }
  .successfully img {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }
  .events-body {
    margin: 20px 0;
    position: unset;
  }
  .events-form {
    padding: 10px;
  }
  #image-before {
    left: 5px;
  }
  .events-form .label {
    font-size: 14px;
    margin-top: 6px;
  }
  .control-buttons button {
    font-size: 20px;
    line-height: 14px;
    padding: 7px 21px;
  }
  .events-titles h5 {
    font-size: 20px;
  }
  .user-profile p {
    max-width: 100px;
    margin-right: 10px !important;
  }
  .my-events {
    padding: 10px;
  }
  .my-events-item-title {
    margin-top: 20px !important;
  }
  .my-events-item-desc {
    font-size: 14px;
  }
  .event-name-info li {
    font-size: 14px;
  }
  .event-name-table {
    padding: 10px;
  }
  .event-filters .modal-filter-form {
    display: block;
  }
  .event-filters {
    padding: 30px;
  }
  .modal-body .event-name-table {
    margin-bottom: 50px;
  }
  .modal-body .table {
    margin-bottom: 0 !important;
  }
  .modal-body .event-name-table {
    padding: 0px;
    margin-left: 20px;
  }
  .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
  }
  .contact-info,
  .first-section {
    padding: 20px 0;
    bottom: 0;
    margin: 20px 0;
  }
  .contact-info-right {
    padding: 20px;
  }
  .first-section-right {
    padding-left: 0px;
  }
  .first-section {
    box-shadow: none;
    background-color: unset;
  }
  .about-titles {
    margin: 10px 0 !important;
    text-align: center;
  }
  .first-section-right img {
    width: 100%;
  }
  #edit-members .table-members td {
    padding: 0 20px !important;
  }
  #edit-members .modal-body .event-name-table {
    margin-left: 0px;
  }
  #members .event-name-table {
    padding: 0 !important;
  }
  .responsive-profile-img {
    display: block;
  }
  .desktop-profile-img {
    display: none;
  }
  .user-profile-form > div {
    padding: 0 !important;
  }
  .user-profile-form input,
  .user-profile-form select {
    margin: 0 !important;
  }
  .user-profile-form label {
    margin-top: 15px !important;
  }
  .user-profile-form .d-flex {
    display: block !important;
  }
  .between-prf-img {
    padding: 0 !important;
  }
  .under-input-explain {
    margin-left: 2px !important;
  }
  .tables-chechboxs {
    display: block;
  }
  .tables-chechboxs .tables-chechboxs-item:not(:nth-child(2)) {
    margin: 0;
  }
  .tables-chechboxs label {
    margin: 0 5px !important;
  }
}

@media screen and (max-width: 481px) {
  .footer-menu ul {
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .footer-bg {
    padding: 50px 30px !important;
  }
  .footer-logo-desc {
    max-width: 100% !important;
    margin-top: 10px !important;
  }
  .footer-menu ul li {
    margin: 5px 15px;
  }
  .contact {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .watch-live {
    margin-bottom: 25px;
  }
  .events-team-right img {
    width: 100%;
    height: 350px;
  }
  .athlete-parent {
    padding: 50px 20px 20px;
  }
  .athlete-title {
    font-size: 25px;
  }
  .athlete-info p {
    font-size: 20px;
  }
  .athlete-info span {
    font-size: 20px;
    margin-top: 7px;
    display: block;
  }
  .athlete-item {
    border-left: unset;
    border-bottom: 1px solid #c4c4c4;
  }
  .athlete-item:last-child {
    border-right: unset;
  }
  .slider-item img {
    height: 50vh;
  }
  .slick-dots {
    left: calc(50% - 33px);
  }
  .on-center-words {
    width: 200px;
    height: auto;
    left: 20px;
    top: calc(50% - 70px);
  }
  .on-center-words h1 span {
    font-size: 23px;
  }
  .on-center-words p span {
    font-size: 14px;
  }
  .card-p {
    padding: 0 20px !important;
  }
  .display-none {
    display: none;
  }
  .reponsive-menu {
    position: fixed;
    right: -100%;
    top: 0;
    padding-top: 10px;
    z-index: 99999 !important;
    width: 100%;
    height: 100vh;
    display: block;
    background-color: #000;
  }
  .reponsive-menu .logo {
    display: block;
    text-align: center;
  }
  #mobile-menu {
    display: block !important;
    padding: 30px 36px 20px;
  }
  #mobile-menu li {
    margin-bottom: 10px;
  }
  #mobile-menu li a {
    color: #fff;
    font-size: 16px;
  }
  #mobile-menu .sub-menu {
    position: relative !important;
    display: none;
    padding-left: 7px;
    border-left: 1px solid #fff;
    height: 100%;
    margin: 5px;
    margin-left: 25px;
    height: auto;
  }
  .close-responsive {
    text-align: right;
  }
  .close-responsive i {
    font-size: 30px;
    color: #f93e3e;
    padding: 10px 20px;
  }
  .header-logo .logo img {
    width: 150px;
    object-fit: contain;
  }
  .header-right {
    margin-right: 20px;
  }
  .parent-header {
    padding: 10px 0px;
  }
  .header-right ul li a {
    padding: 5px;
  }
  .header-right ul li {
    font-size: 10px;
  }
  .navbar-icon {
    display: block;
  }
  .profile-img {
    width: 25px;
    height: 25px;
  }
  .reponsive-menu .parent-header {
    display: block;
  }
  .reponsive-menu .header-left {
    display: block;
  }
  .reponsive-menu .header-logo .logo img {
    width: 100%;
    height: auto;
  }
  .reponsive-menu .sub-menu {
    position: relative !important;
  }
  .reponsive-menu .header-right ul,
  .reponsive-menu .header-right {
    justify-content: center;
  }
  .reponsive-menu .header-right ul li {
    margin: 5px 10px;
  }
  .reponsive-menu .langs.after::after {
    display: none;
  }
  .reponsive-menu .header-right {
    margin-right: 0;
  }
  .reponsive-menu .sub-menu {
    top: 8px;
    border: none;
  }
  .reponsive-menu .after::after {
    top: 0;
  }
  .modal-video-body {
    max-width: 300px;
  }
  .events-pg {
    padding: 0;
  }
  .events-team-right {
    margin-top: 25px;
  }
  .left-img,
  .register-left {
    display: none;
  }
  .row {
    display: block !important;
    margin: 0 !important;
  }
  .reset-password-right {
    padding: 30px 65px !important;
    margin: auto;
  }
  .change-password-bg,
  .login-bg,
  .reset-password-link-bg {
    background-size: contain;
  }
  .login-form {
    padding: 30px;
  }
  .register-bg-img {
    margin-left: 25px;
    width: auto;
  }
  .register-form .buttons {
    margin-left: 15px;
  }
  .register-form,
  .register-row {
    width: 100% !important;
  }
  .successfully img {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }
  .events-body {
    margin: 20px 0;
    position: unset;
  }
  .events-form {
    padding: 10px;
  }
  #image-before {
    left: 5px;
  }
  .events-form .label {
    font-size: 14px;
    margin-top: 6px;
  }
  .control-buttons button {
    font-size: 20px;
    line-height: 14px;
    padding: 7px 21px;
  }
  .events-titles h5 {
    font-size: 20px;
  }
  .my-events {
    padding: 10px;
  }
  .my-events-item-title {
    margin-top: 20px !important;
  }
  .my-events-item-desc {
    font-size: 14px;
  }
  .event-name-info li {
    font-size: 14px;
  }

  .my-events-item {
    padding: 10px;
  }
  .my-events-item-info {
    display: block;
    margin: 10px 0;
  }
  .my-events-item-info li {
    margin: 10px 0;
  }
  .to-right {
    text-align: right;
  }
  .event-filters .modal-filter-form {
    display: block;
  }
  .event-filters {
    padding: 30px;
  }
  .modal-body .event-name-table {
    margin-bottom: 50px;
  }
  .save-btn,
  .cancel-btn {
    font-size: 16px !important;
    padding: 0px 17px !important;
  }
  .modal-body .events-titles h5 {
    font-size: 16px;
  }
  .modal-body .table {
    margin-bottom: 0 !important;
  }
  .modal-body .event-name-table {
    padding: 0px;
    margin-left: 20px;
  }
  .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
  }
  .contact-info,
  .first-section {
    padding: 20px 0;
    bottom: 0;
    margin: 20px 0;
  }
  .contact-info-right {
    padding: 20px;
  }
  .contact-send-btn {
    padding: 9px 30px;
  }
  .first-section-right {
    padding-left: 0px;
  }
  .first-section {
    box-shadow: none;
    background-color: unset;
  }
  .about-titles {
    margin: 10px 0 !important;
    text-align: center;
  }
  .first-section-right img {
    width: 100%;
  }
  #edit-members .table-members td {
    padding: 0 20px !important;
  }
  #edit-members .modal-body .event-name-table {
    margin-left: 0px;
  }
  .table-members-respons {
    margin-bottom: 15px;
  }
  .responsive-profile-img {
    display: block;
  }
  .desktop-profile-img {
    display: none;
  }
  .user-profile-form > div {
    padding: 0 !important;
  }
  .user-profile-form input,
  .user-profile-form select {
    margin: 0 !important;
  }
  .user-profile-form label {
    margin-top: 15px !important;
  }
  .user-profile-form .d-flex {
    display: block !important;
  }
  .between-prf-img {
    padding: 0 !important;
  }
  .under-input-explain {
    margin-left: 2px !important;
  }
  .tables-chechboxs {
    display: block;
  }
  .tables-chechboxs .tables-chechboxs-item:not(:nth-child(2)) {
    margin: 0;
  }
  .tables-chechboxs label {
    margin: 0 5px !important;
  }
}
/* ---------------------------------
        responsive style end
/* ---------------------------------- */
