﻿.spinner {
  width: 120px;
  height: 120px;
  text-align: center;
  position: relative;
}

.spinner-container {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  border: solid 0px rgba(255, 63, 128, 0.4);
  z-index: 15000;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  /*box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);*/
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);*/
}

.custom-modal-overlay {
  background-color: rgba(255, 0, 0, 0.5);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.three-cogs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.three-cogs > .fa:nth-child(1) {
  animation-duration: 10s;
  color: #fff;
}

@keyframes color {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
.blazored-modal-header {
  background-color: var(--main-bg);
  /*background-color: #ff3f80;*/
  /*background-color: #ccc;*/
  background: rgb(11, 107, 181);
  background: linear-gradient(0deg, rgb(11, 107, 181) 0%, rgb(4, 116, 200) 46%, rgb(10, 127, 221) 74%, rgb(15, 129, 225) 100%);
  /*background: #24C6DC;*/ /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);*/ /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to right, #514A9D, #24C6DC);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin: 0;
  padding: 15px 25px 15px 25px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid black;
  color: white;
  /*background-color: #282c34;*/
}

.blazored-modal-content p {
  font-size: 1.1rem;
}

.blazored-modal {
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.8);
  margin: 10px;
  overflow-wrap: anywhere;
  /*overflow: hidden;*/
}

.blazored-modal .h3,
.blazored-modal h3 {
  font-size: 1.25rem;
}

.blazored-modal-container {
  z-index: 100000;
}

.blazored-modal {
  max-height: 80vh;
  overflow: auto;
  padding: 0;
}

.blazored-modal-content {
  padding: 25px;
}

.bm-container {
  z-index: 100000 !important;
}
