﻿@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: "Dancing Script";
  src: url(/fonts/DancingScript-VariableFont_wght.ttf); }

@media (max-width: 630px) {
  body h1 {
    font-size: 1.7em; }
    body h1 i {
      font-size: 26px; }
  body .wnd {
    width: 320px; }
  body .wnd-content {
    width: 100%; }
    body .wnd-content .btn-close {
      display: none; }
  body .bg {
    width: 100%; }
    body .bg .addWnd {
      padding: 20px 10px 10px; }
  body header {
    position: fixed;
    bottom: 0;
    transform: translateY(315px);
    transition: all 0.3s ease;
    z-index: 20;
    height: 360px;
    width: 100%;
    left: 0;
    opacity: 0.8; }
    body header .logo-wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
      box-sizing: border-box; }
      body header .logo-wrap .nav-mini {
        position: relative;
        left: 0;
        width: 100px;
        height: 100%;
        display: block;
        height: 50px; }
    body header .navbar-brand {
      position: relative;
      top: 0px;
      left: 0px;
      text-align: left;
      transition: all 0.3s ease; }
    body header .def-nav .nav-ul .nav-item a {
      padding: 0;
      justify-content: center;
      text-align: center; }
  body .content {
    width: 100%;
    padding: 2px; }
    body .content .header-content .search-wrap {
      width: 100%; }
  body .active-menu {
    transform: translateY(0px);
    opacity: 1; }
    body .active-menu .def-nav .nav-ul {
      opacity: 1; } }

.d-none {
  display: none !important; }

.p-relative {
  position: relative; }

.active-wrap {
  background: #24577B !important;
  color: #eef0f7; }

.hidden-input {
  border-color: transparent !important; }

input[disabled='disabled'] {
  color: rgba(36, 87, 123, 0.4); }
  input[disabled='disabled']::placeholder {
    color: rgba(36, 87, 123, 0.4); }

.close-animation {
  animation: close 0.3s ease 0s 1 normal forwards !important; }

a {
  text-decoration: none;
  color: #4b4b4b;
  font-family: "Roboto";
  -webkit-tap-highlight-color: transparent; }

p {
  margin: 0; }

ul {
  font-family: "Roboto";
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0; }

p {
  line-height: 1; }

label {
  cursor: pointer; }

h1, h2, h3, h4 {
  text-align: center;
  margin: 5px 0;
  font-family: "Roboto"; }
  h1 i, h2 i, h3 i, h4 i {
    font-size: 0.9em;
    margin-right: 5px; }

.checks {
  display: none; }
  .checks + label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
    margin-bottom: 0;
    cursor: pointer;
    margin-right: 10px;
    color: #4b4b4b;
    margin-top: 3px; }
    .checks + label:before {
      content: "";
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      flex-grow: 0;
      font-family: "Font Awesome 6 Pro";
      font-style: normal;
      font-weight: 600;
      font-size: 13px;
      width: 20px;
      height: 20px;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      color: #eef0f7;
      box-shadow: -3px -3px 10px rgba(255, 255, 255, 0.5), 3px 3px 10px rgba(203, 208, 220, 0.7); }
    .checks + label:not(:empty):before {
      margin-right: 10px; }
  .checks:checked + label:before {
    content: "\f00c";
    background: #24577B; }
  .checks:not(:disabled):active + label:before {
    content: "\f00c";
    background: #24577B; }

.input {
  padding: 18px 13px;
  border-radius: 8px;
  margin: 5px 0;
  max-width: 650px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  font-family: "Roboto";
  box-sizing: border-box;
  background: #f8f8f8;
  box-shadow: -5px -5px 12px rgba(255, 255, 255, 0.5), 7px 7px 24px rgba(203, 208, 220, 0.5); }
  .input:focus {
    outline: none; }

.textarea {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  resize: none; }

.block-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 225px;
  margin: 20px auto 20px; }
  .block-btn i {
    margin-right: 5px; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24577B;
  font-family: "Roboto";
  cursor: pointer;
  margin-right: 5px;
  color: white;
  font-weight: 400;
  border-radius: 8px;
  border: none;
  transition: background 0.3s ease;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 13px;
  max-width: 260px;
  height: 45px;
  min-width: 50px;
  padding: 10px 15px;
  line-height: 1;
  -webkit-tap-highlight-color: transparent; }
  .btn i {
    margin-right: 5px; }
  .btn:disabled {
    background: #aaaaaa;
    cursor: not-allowed; }

.btn-remove {
  background: #FF7340; }

.btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
  background: transparent;
  color: #4b4b4b;
  font-size: 18px;
  box-shadow: none;
  margin: 0; }
  .btn-close i {
    margin-right: 0px; }

.links {
  background: transparent;
  color: #24577B;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 0; }

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto";
  color: #4b4b4b;
  overflow: hidden;
  line-height: 1; }
  body #body-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    min-width: 320px;
    position: relative; }
    body #body-wrap button:focus, body #body-wrap button:active, body #body-wrap h3:focus, body #body-wrap h3:active {
      outline: none; }

header {
  background: #24577B;
  width: 165px;
  min-width: 165px;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center; }
  header .navbar-brand {
    position: relative;
    font-family: "Dancing Script";
    top: 50px;
    transform: rotate(0deg);
    font-size: 26px; }
    header .navbar-brand img {
      position: absolute;
      left: -7px;
      top: -5px;
      transform: rotate(-10deg); }
  header a {
    color: #eef0f7; }
  header .logo-wrap .nav-mini {
    background: transparent;
    transition: all 0.3s ease;
    display: none; }
  header .def-nav {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex; }
    header .def-nav .nav-link i {
      width: 18px; }
  header .nav-ul {
    display: flex;
    flex-flow: column nowrap; }
    header .nav-ul .nav-item {
      width: 100%;
      height: 45px;
      transition: all 0.3s ease; }
      header .nav-ul .nav-item:hover {
        background: #EEF0F7; }
      header .nav-ul .nav-item:hover a {
        color: #24577B; }
      header .nav-ul .nav-item .nav-link {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        padding-left: 10px; }
        header .nav-ul .nav-item .nav-link i {
          margin-right: 7px; }
    header .nav-ul .active-menu-item {
      background: #eef0f7;
      color: #24577B;
      font-weight: 300; }

.content {
  height: 100vh;
  width: calc(100% - 165px);
  overflow-y: auto;
  position: relative;
  padding: 5px;
  padding-bottom: 0;
  box-sizing: border-box;
  background-color: #EEF0F7; }
  .content .header-content {
    box-sizing: border-box; }
    .content .header-content .addit-func-wrap-header {
      display: flex;
      justify-content: center;
      position: relative;
      width: 300px;
      height: 60px;
      margin: 0 auto; }
      .content .header-content .addit-func-wrap-header #addit-funct {
        display: flex;
        justify-content: center;
        position: relative;
        background: transparent;
        color: #4b4b4b;
        font-size: 18px;
        margin-left: -10px;
        width: 300px;
        max-width: 300px;
        height: 100%; }
        .content .header-content .addit-func-wrap-header #addit-funct .fa-angle-down {
          margin-top: 11px;
          margin-left: 5px; }
    .content .header-content .search-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      margin: 15px auto;
      max-width: 650px;
      position: relative; }
      .content .header-content .search-wrap i {
        position: absolute;
        right: 20px; }
      .content .header-content .search-wrap .input {
        width: 100%;
        padding-right: 40px; }
  .content .main {
    min-height: 50vh;
    overflow: hidden;
    padding-bottom: 80px; }
  .content .main-stripped {
    height: 10vh;
    overflow: hidden; }

.wnd-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  background: #eef0f7;
  height: 100vh;
  width: calc(100% - 160px);
  animation: show 0.5s ease 0s 1 backwards; }
  .wnd-content .content-wnd-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px 20px 50px;
    box-sizing: border-box;
    overflow-y: auto; }

.bg {
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  top: 0px;
  overflow-y: auto;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: fixed;
  left: inherit;
  right: 0;
  width: calc(100% - 165px);
  animation: show 0.5s ease 0s 1 backwards; }
  .bg .addWnd {
    position: relative;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    max-width: 500px;
    min-width: 320px;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start; }
    .bg .addWnd h4 {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .bg .addWnd .input {
      width: 100%; }
    .bg .addWnd .list-wrap {
      width: 100%; }
    .bg .addWnd .list-in-bg {
      width: 100%;
      display: flex;
      flex-flow: column nowrap;
      align-items: flex-start;
      justify-content: flex-start;
      overflow-y: auto;
      height: 300px; }

.wnd {
  position: fixed;
  top: 20%;
  width: 400px;
  height: 220px;
  background: #eef0f7;
  left: 0;
  margin: 0 auto;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  z-index: 10;
  animation: show 0.5s ease 0s 1 backwards; }
  .wnd .head {
    background: #24577B;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    position: relative; }
    .wnd .head .btn-close {
      background: none;
      color: #eef0f7;
      border: none;
      top: inherit; }
    .wnd .head p {
      margin: 0;
      color: #eef0f7; }
  .wnd .body {
    padding: 20px;
    height: 50px; }
  .wnd .block-btn {
    display: flex;
    justify-content: center; }
    .wnd .block-btn .btn {
      width: 85px; }

.list-wrap {
  position: relative;
  min-width: 70px; }
  .list-wrap input {
    width: 360px; }
  .list-wrap .item-list-wrap, .list-wrap .my-list {
    position: absolute;
    max-height: 500px;
    display: flex;
    flex-flow: column nowrap;
    background: #f8f8f8;
    padding: 10px 3px;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 3;
    border: 1px solid #EEF0F7;
    border-top: none;
    border-radius: 8px;
    font-size: 14px;
    min-width: 125px;
    animation: dropDown 0.3s ease 0s 1 normal forwards; }
    .list-wrap .item-list-wrap .item-list, .list-wrap .my-list .item-list {
      cursor: pointer;
      padding: 15px 5px;
      border-top: 1px solid #e8e8e8; }
      .list-wrap .item-list-wrap .item-list:hover, .list-wrap .my-list .item-list:hover {
        background: #24577B;
        color: #eef0f7; }

div[data-toggle='dropdown-menu'] {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  width: 200px;
  max-height: 300px;
  opacity: 0;
  visibility: hidden;
  right: 0;
  background: #EEF0F7;
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: -3px -3px 12px #c8c8c8, 4px 4px 24px #b4b4c8;
  transform: translateY(-15px); }
  div[data-toggle='dropdown-menu'] .btn {
    width: 100%;
    margin-top: 7px; }

.active-dropdown-menu[data-toggle='dropdown-menu'] {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transform: translateY(60px); }

#loader-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 11; }
  #loader-wrap #loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 4px 3px #24577B;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: arrow 2s linear infinite normal 0s;
    background: #fbfbfb;
    color: #458891;
    position: absolute;
    z-index: 20;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto; }
    #loader-wrap #loader p {
      position: relative;
      margin: 0px;
      padding: 0;
      font-size: 18px;
      text-align: center;
      animation: shake 2s ease-in-out infinite normal 0s; }
      #loader-wrap #loader p i {
        font-size: 24px; }

@keyframes shake {
  0% {
    transform: rotate(0deg); }
  50% {
    color: #FF7340;
    transform: rotate(-200deg);
    color: #FF7340; }
  100% {
    transform: rotate(0deg); } }

@keyframes arrow {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 5px 4px 1px #24577B; }
  50% {
    box-shadow: 0 5px 4px 1px #FF7340;
    transform: rotate(180deg); }
  100% {
    box-shadow: 0 5px 4px 1px #24577B;
    transform: rotate(360deg); } }

@keyframes dropDown {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes show {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }

@keyframes close {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(-20px);
    opacity: 0; } }
