.display-none{
  display: none;
}
.inherit-fa-family{
  font-family:Arial, FontAwesome;
}
.cursor-poiner{
  cursor: pointer;
}
.bottom-shadow{
  box-shadow: 0px 1px 2px #e4dfdf;
}
.w-10{
  width: 10%;
}
.w-70{
  width: 70%;
}
.borderless-field{
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ced4da;
}

@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* Credit card styles */
.card-container {
  padding-left: 50px;
  position: relative;
}

/* .card-container input {
  width: 62%;
} */

.card-type {
  width: 40px;
  height: 28px;
  background: url("./cards.png");
  background-position: 0 -149px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

  .card-type.mastercard {
      background-position: 0 0;
  }

  .card-type.visa {
      background-position: 0 -115px;
      background-position: 0 -57px;
  }

  .card-type.amex {
      background-position: 0 -57px;
      background-position: 0 -29px;
  }

  .card-type.discover {
      background-position: 0 -174px;
      background-position: 0 -88px;
  }

.card-valid {
  position: absolute;
  top: 10px;
  /* left: 60%; */
  left: 90%;
  line-height: 16px;
  font-size: 20px;
  font-family: 'icons';
  color: #ccc;
}

  .card-valid.active {
      color: #42ca7c;
  }

.card-details {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  transition: 300ms ease;
}

  .card-details input {
      font-size: 30px;
      padding: 15px;
      box-sizing: border-box;
      width: 100%;
  }

      .card-details input.error {
          border: 1px solid #c2313c;
          box-shadow: 0 4px 8px 0 rgba(238,76,87,0.3);
          outline: none;
      }

  .card-details .expiration {
      width: 50%;
      float: left;
      padding-right: 5%;
  }

  .card-details .cvv {
      width: 45%;
      float: left;
  }

  .show-required {
    background: #f8d7da !important;
  }

  .topar-container{
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .primary-background{
    background: linear-gradient(-135deg, #343a40, #454d55);
  }

  .topbar-logo-area{
    padding: 14px 0px;
  }
  .topbar-logo{
    max-width: 100%;
    height: auto;
  }

  .cursor-pointer{
    cursor: pointer;
  }

  .user-profile{
    color: #fff;
    float: right;
    padding: 30px 0px 30px 30px;
  }

  .custom-table>thead{
    background: linear-gradient(-135deg, #343a40, #454d55);
}

.custom-table>thead>tr>td{
    color: #fff !important;
}

.club-status-edit,.athlete-status-edit,.coach-status-edit{
    font-size: 18px;
    color: #1c77c5;
    margin-left: 4px;
    margin-top: 2px;

}

.select-club{
    padding: 1px;
    border: 1px solid #f3f0f0;
}

.note-wrapper{
    padding: 8px;
}
.textarea-club, .textarea-athlete {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
}




/* [ login ] */ 

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: linear-gradient(-135deg, #81c5d0, #a4d3da);
}

.wrap-login100 {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 120px 120px 90px 90px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic img {
  max-width: 100%;

}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 320px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #e83538;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 20px;
  font-weight: 600;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 77px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }
}

/* Datatables */

.dataTables_filter, .dataTables_length {
  padding: 20px 15px;
padding-top: 0px;
padding-bottom: 0px;
}
.dataTables_filter label, .dataTables_length label {
  font-weight: 400;
}
.dataTables_length select {
  margin: 0 8px;
}
.dataTables_filter input, .dataTables_filter select, .dataTables_length input, .dataTables_length select {
  border: 1px solid #eee;
  height: 35px;
  padding: 7px 15px;
  font-size: 13px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 100%;
  background-color: #fff;
outline:none;
}
.dataTables_filter input:focus, .dataTables_filter select:focus, .dataTables_length input:focus, .dataTables_length select:focus, .dataTables_length option:focus {
  color: #0A5B7A;
  border: 1px solid #0A5B7A;
}
.dataTables_wrapper .dataTables_filter {
  width: 40%;
}
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter label {
  width: 100%;
}
.dataTables_filter label:after {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 8px;
}
.dataTables_wrapper .dataTables_filter input {
  margin: 0!important;
  padding: 0px 25px 0px 10px;
}
.dataTables_filter label {
  position: relative;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  content: '\f100';
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 35px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  content: '\f101';
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #0A5B7A;
  color: #fff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f1f1f1;
  vertical-align: top;
  color: #7E7E7E!important;
  margin: 0 2px;
  border: 0!important;
  line-height: 21px;
  box-shadow: none!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  color: white !important;
  border: 0px solid #0A5B7A;
  background: #0A5B7A !important;
}
#data-table-basic {
  padding: 20px 0px;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{
padding-top:0px;
}
#data-table-basic_filter label, #data-table-basic_length label{
margin-bottom: 0px;
}

.preview-icon{
  width: 35px;
  height: 35px;
}

.disable-container{
  pointer-events: none;
  opacity: 0.4;
}

.sanction-poster-view {
  width: 100%;
  max-height: 300px;
  margin-top: 10px;
  display: inline-block;
  min-height: 100px;
  border: 1px solid #e8dfdf;
}

.btn-primary{
  color: #fff;
  background-color: #0A5B7A;
  border-color: #0A5B7A;
}

.btn-primary:hover{
  color: #fff;
  background-color: #074157;
  border-color: #06384b;
}

body.modal-open .container{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.w-40{
  width: 40%;
}