/*Страница список комменческого предложения*/
.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.cp_page .col-md-3 {
  margin: 8px 8px 8px 0;
}

.photo_cp {
  background-size: cover !important;
  background-position: center !important;
  height: 150px;
  width: 100%;
}

.info_cp {
  margin-top: 15px;
}

/* .loading_icon {
  width: 65px;
  height: 65px;
  display: grid;
  animation: spinner-plncf9 4s infinite;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  opacity: 1 !important;
  outline: 1500px solid #ffffff8c !important;
} */

.loading_icon {
  width: 65px;
  height: 65px;
  border: 8px solid #fff;
  border-bottom-color: #00a0e3;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  outline: 1500px solid #ffffff8c !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .loading_icon::before,
.loading_icon::after {
  content: "";
  grid-area: 1/1;
  border: 9px solid;
  border-radius: 50%;
  border-color: #00a0e3 #00a0e3 #0000 #0000;
  mix-blend-mode: darken;
  animation: spinner-plncf9 1s infinite linear;
}

.loading_icon::after {
  border-color: #0000 #0000 #dbdcef #dbdcef;
  animation-direction: reverse;
} */

.title_cp {
  color: #000;
}

.date_cp {
  color: #b9b9b9;
  font-size: 12px;
}

.item_cp {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 10px;
  transition: 0.3s;
  cursor: pointer;
  height: 100%;
}

.item_cp:hover {
  border-color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background-color: #fff;
  transition: 0.3s;
}

.add_cp {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_cp .s50 {
  width: 100px !important;
  height: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55px !important;
}

/*#modal_windows {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 260px;
    width: 295px;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
    box-shadow: 0px 4px 5px 3px #0000001c;
    outline: 1900px solid #00000047 !important;
    z-index: 9999;
}*/

.form_add_cp {
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

#go_cp {
  margin-top: 10px;
}

.close_w {
  position: absolute;
  right: 3px;
  top: -5px;
  color: #00a0e3;
}

.no_present {
  display: flex;
  align-items: center;
  font-size: 15pt;
  font-weight: bold;
  line-height: 1;
}

.error_name {
  border: 1px solid red !important;
}

.convector {
  position: absolute;
  right: 21px;
  bottom: 5px;
  cursor: pointer;
}

.convector .load_file {
  background: #00a0e3;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

.format {
  position: absolute;
  display: none;
  background: #000;
  /* display: flex; */
  /* padding: 4px 10px; */
  flex-direction: column;
  border-radius: 5px;
  margin-top: 8px;
  line-height: 1;
  padding: 5px 0;
  z-index: 9;
}

.format::after {
  content: "";
  border: solid transparent;
  position: absolute;
  left: 8px;
  bottom: 93%;
  border-bottom-color: #000;
  border-width: 9px;
  margin-left: 0;
}

.format a {
  color: #fff;
  padding: 4px 10px;
}

.format a:hover {
  color: #000;
  background-color: #fff;
}

/* .load_file:hover + .format {
    display: flex;
} */

.loading {
  font-weight: bold;
  display: inline-block;
  font-family: monospace;
  font-size: 15px;
  clip-path: inset(0 3ch 0 0);
  animation: l 1s steps(4) infinite;
}

@keyframes l {
  to {
    clip-path: inset(0 -1ch 0 0);
  }
}
