



/* --- app styles --- */

.col-0 {width: unset; }
.scol-1 {width: 8.33%;} 
.scol-2 {width: 16.66%;} 
.scol-3 {width: 25%;} 
.scol-4 {width: 33.333%;} 
.scol-5 {width: 41.666%;} 
.scol-6 {width: 50%;}
.scol-7 {width: 58.33%;} 
.scol-8 {width: 66.66%;} 
.scol-9 {width: 75%;} 
.scol-10 {width: 83.33%;} 
.scol-11 {width: 91.66%;} 
.scol-12 {width: 100%;}

.w-fc {width: fit-content;}
.w-25 {width: 25px;}

.h-fc {height: fit-content;}
.h-100p {height: 100%;}
.h-25 {height: 25px;}
.h-35 {height: 35px;}
.h-40 {height: 40px;}
.h-350 {height: 350px;}


.flex-c {display: flex; flex-direction: column;}
.flex-r {display: flex;}
.flex-jc-c {justify-content: center;}
.flex-jc-sb {justify-content: space-between;}
.flex-jc-fs {justify-content: flex-start;}
.flex-jc-fe {justify-content: flex-end;}
.flex-ai-c {align-items: center;}
.flex-ai-fe {align-self: flex-end;}
.flex-as-c {align-self: center;}

.display-ib {display: inline-block;}

.ta-c {text-align: center;}

.br-50p {border-radius: 50%;}
.br-5 {border-radius: 5px;}
.br-10 {border-radius: 10px;}
.br-15 {border-radius: 15px;}
.br-10-10-0-0 {border-radius: 10px 10px 0 0;}

.m-5 {margin: 5px;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-25 {margin-left: 25px;}
.ml-35 {margin-left: 35px;}
.ml-40 {margin-left: 40px;}
.ml-45 {margin-left: 45px;}
.ml-55 {margin-left: 55px;}
.ml-180 {margin-left: 180px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-12 {margin-top: 12px;}
.mt-15 {margin-top: 15px;}
.mt-18 {margin-top: 18px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-55 {margin-top: 55px;}
.mt-100 {margin-top: 100px;}
.mb-15 {margin-bottom: 15px;}
.mvh-2-0 {margin: 2px 0;}
.mvh-5-0 {margin: 5px 0;}
.mvh-8-0 {margin: 8px 0;}
.mvh-10-0 {margin: 10px 0;}
.mvh-20-0 {margin: 20px 0;}

.p-5 {padding: 5px;}
.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}
.p-30 {padding: 30px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-80 {padding-top: 80px;}
.pl-5 {padding-left: 5px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-20 {padding-right: 20px;}
.pvh-5-0 {padding: 5px 0;}
.pvh-10-0 {padding: 10px 0;}
.pvh-30-0 {padding: 30px 0;}
.pvh-0-10 {padding: 0 10px;}
.pvh-15-0 {padding: 15px 0;}
.pvh-20-10 {padding: 20px 10px;}
.pvh-0-20 {padding: 0px 30px;}
.pvh-20-30 {padding: 20px 30px;}


.bs-bb {box-sizing: border-box;}
.br-1-s {border-right: 1px solid;}
.b-b-1 {border-bottom: 1px solid;}
.b-1 {border: 1px solid}
/* .bc {border-color: rgba(141, 143, 146, 0.6)} */

.over-y-s {overflow-y: scroll;}

.bg-1 {background: #ebeff7;}
.bg-2 {background: #adb8cc;}
.bg-3 {background: #f2f3f5;}
.bg-4 {background: #fff;}

.cur-p {cursor: pointer;}

.mar-l {margin-left: auto;}

.fs-10 {font-size: 10px;}
.fs-12 {font-size: 12px;}
.fs-14 {font-size: 14px;}
.fs-16 {font-size: 16px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}
.fs-24 {font-size: 24px;}
.fs-26 {font-size: 26px;}
.fs-28 {font-size: 28px;}
.fs-30 {font-size: 30px;}
.fs-36 {font-size: 36px;}
.fs-40 {font-size: 40px;}


.fw-b {font-weight: bold;}

.opac-6 {opacity: .6;}

.b-shad-i-0-0-10 {box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .1);}
.b-shad-0-4-10 {box-shadow: 0 4px 10px rgba(0, 0, 0, .1);}





.app-wrapper {
    width: 100%;
    height: auto;
    background: #F6F7F8;
    display: flex;
    flex-direction: column;
    position: relative;
}

.adaptive-container {
    width: 90vw;
}

.background-picture {
  position: fixed;
  top: 0; 
  left: 0;
  height: 100vh; 
  width: 100vw;
  background-size: cover;
  opacity: .2;
}

.background-picture.orgs-page {
  background-image: url("../img/svg/3c1ff08a-aad0-4767-934e-909b9864dac8.webp");
}




/* нужно */

.hide {                               
    display: none;
    transition: all .3s ease-out;
}

.flex {                                         
  display: flex;
  transition: all .3s ease-out;
}






/* --- modal --- */

.background-modal {
    background: #f2f3f5;
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 6;
    display: none;
    align-items: center;
    justify-content: center;
}

/* --- tooltip --- */

  .tooltip {
    visibility: hidden;
    display: inline-block;
    background-color: rgba(12, 12, 12, 0.7);
    color: #ffffff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    height: min-content;
    bottom: 40px;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    margin-left: -176px;
    width: 167px;
  }
  
  .tooltip p {
    margin-bottom: 6px;
  }
  
  .tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 92%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(12, 12, 12, 0.7) transparent transparent transparent;
  }

/* --- pages --- */

  .header {
    height: 70px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: #F6F7F8;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 5;
  }
  
  .start {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }

  .main {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }

  
/*--- modified checkbox ---*/

  input.mod-checkbox[type="checkbox"] {
    position: relative;
    width: 35px;
    height: 16px;
    appearance: none;
    background: #c6c6c6;
    outline: none;
    transition: .5s;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  }

  input.mod-checkbox:checked[type="checkbox"] {
    background: #a5d1f2;
  }

  input.mod-checkbox[type="checkbox"]:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(0.9);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: .5s;
  }

  input.mod-checkbox:checked[type="checkbox"]:before {
    left: 20px;
  }



  @keyframes colorAnimation {
    0% {
      background: #f2f3f5;
    }
    30% {
      background: rgb(195, 197, 199);
    }
    70% {
      background: rgb(195, 197, 199);
    }
    100% {
      background: #f2f3f5;
    }
  }




