  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

  @font-face {
    font-family: "SF Pro Text";
    src: url("../assets/fonts/SF-Pro/SF-Pro-Text-Regular.otf") format("opentype");
  }

  @font-face {

    font-family: "SFProText";
  
    src: url("../../../assets/fonts/sfpro/FontsFree-Net-SFProText-Regular.ttf");
  }
  @font-face {
  
    font-family: "Inter";
  
    src: url("../../../assets/fonts/Inter/Inter-Regular-slnt=0.ttf");
    
  }
  @font-face {
    font-family: "SF Pro Text";
    src: url("../../../assets/fonts/SF-Pro/SF-Pro-Text-Regular.otf") format("opentype");
  }
  
  .tooltip-inner {
      background-color: #3D83EF !important;
      max-width: none !important;
    }
  
    .tooltip.show {
      opacity: 1 !important;
    }
  
    .tooltip-arrow .arrow {
      background-color: #3D83EF !important;
      color: #3D83EF !important;
      border-right-color: #3D83EF !important;
    }
  
    .arrow::before {
      border-right-color: #3D83EF !important;
      border-left-color: #3D83EF !important;
   
    }
    
    

    .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
        top: 0;
        border-width: .4rem .4rem 0;
        border-top-color: #3D83EF !important;
        border-right-color: transparent !important;
        border-left-color: transparent !important;
     
    }

    .customClassLeft{
        /*top: 20% !important;*/
        width: 300px;
        max-width: 300px;
        
    }


   
   .exchange-prize-modal .ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell{
    background-color: transparent !important;
   }

   
.btn-info:disabled{
  background-color: #292E33 !important;
  opacity: 30% !important;
}

.disabledRow{
  background-color: #8c8c8cb5!important  ;
  color: black;
}

.black-btn, .white-btn {
  font-family: "SF Pro Text";
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
}

.black-btn:disabled, .white-btn:disabled{
  cursor: default;
}

.black-btn {
  background-color: black;
  color: white;
  border: 1px solid transparent;
}

.black-btn:hover {
  background-color: rgb(36, 30, 30);
  color: rgb(235, 235, 235);
}

.black-btn:disabled {
  background-color: #9E9E9E;
  color: white;
}

.white-btn {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 8px 30px;
}

.white-btn:hover {
  background: rgb(219, 219, 219);
}

.alternative-button {
  color: #3D83EF;
  font-size: 14px;
  font-weight: 500;
  border: #3D83EF solid 1px;
  padding: 1px 10px;
  background-color: transparent;
  border-radius: 12px;
  margin-top: 4px;
  height: 26px;
  align-self: flex-end;
  cursor: pointer;
}

.alternative-button:disabled {
  border-color: #C4C4C4;
  color: #C4C4C4;
}

.alternative-button:disabled:hover {
  cursor: default;
}

.alternative-button:hover:enabled {
  background-color: #3D83EF; 
  color: white;
}

.uppercase{
  text-transform: uppercase;
}
.underConstruction-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  height: 100%;
  min-width: 100%;
  background: rgba(240, 240, 240, 0.49);
  backdrop-filter: blur(3.5px);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.underConstruction{
  min-width: 450px;
  max-width: 450px;
  padding:45px 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "SF Pro Text";
  background-color: #fff;
  color: black;
  border-radius: 24px;
  box-shadow: 0px 2px 65px 0px rgba(69, 73, 78, 0.15);
}
.underConstruction-img{
  margin-bottom: 40px;
  width: 100%;
}

.underConstruction-img>img{
  width: 250px;
}

.whiteblue-btn {
  color: #3D83EF;
  font-size: 14px;
  font-weight: 600;
  border: #3D83EF solid 1px;
  padding: 1px 10px;
  background-color: transparent;
  border-radius: 12px;
  margin-top: 4px;
  height: 26px;
  align-self: flex-end;
  cursor: pointer;
}

.whiteblue-btn:disabled {
  border-color: #C4C4C4;
  color: #C4C4C4;
}

.whiteblue-btn:disabled:hover {
  cursor: default;
}

.whiteblue-btn:hover:enabled {
  background-color: #3D83EF;
  color: white;
}

.spinner-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 4px solid #E5E7EB;
  border-top-color: #b2fd13;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54) !important;
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87) !important;
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87) !important;
}