@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

.bg-body-secondary{
    padding: 1rem;
}

.modal-content{
    padding: 0.5rem;
} 

.form-label {
    margin-top: 0.5rem;
}

/* Переопределение цвета шапки */
.bg-secondary-subtle {
  background-color: #ffffff !important;
}

/* Убрать рамку у карточек */
.card {
  --bs-card-border-width: 0;
}

.btn {
    margin: 0.3rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.btn-show-cookies{
  visibility: hidden;
}

.table {
    vertical-align: middle;
}


p {
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.price_table {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: green;
}

.price_table_r {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: green;
}

.economy_table{
  text-align: center;
  font-weight: 700;
  color: #124bb7;
}
.economy_table_r{
  font-size: 0.7rem;
}

.price_title{
  text-align: center;
}

.accordion-item {
    background-color: #f3f3f3;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.1 * var(--bs-gutter-x));
}

.accordion-button {
    background-color: #edeeef;
    font-size: 1.1rem;
}

.accordion-profile {
  background-color: #ffffff;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* фоновый цвет */
    background: #eceeed;
    z-index: 1001;
  }
  
  .preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }
  
  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }
  
  .loaded .preloader {
    display: none;
  }

.delete_user_in_project_btn {
    margin: 0.0rem;
    margin-bottom: 0.0rem;
    margin-top: 0.0rem;
}

body {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
}


.callout {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #ffffff;
  text-align: left;
  
}


.callout-sucess {
  background-color: #198754;
  border-left: 0.5rem solid;
  border-left-color: #29E56D;
}
.callout-warning {
  background-color: #0886a5;
  border-left: 0.5rem solid;
  border-left-color: #73eff3;
}

.callout-danger{
  background-color: #b42b02;
  border-left: 0.5rem solid;
  border-left-color: #f96f3a;
}


:root{
  --bs-body-font-size: 0.9rem;
}

.social-links{
  font-size: 1.2rem;
}

/* Скрытый div */
.deactive {
  display: none;
}


.password {
	position: relative;
}
.password-control {
	position: absolute;
	top: 11px;
	right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(/no-view.svg) 0 0 no-repeat;
}

/* Стили внутреннего мессенджера */


.outgoing-note{
  background-color: #daf5c6;
  display: block;
  float: right;
  clear: right;
  border-radius: 1rem;
  padding: 0.8rem;
  padding-left: 0.8rem;
  margin: 0.2rem;
  max-width: 80%;
}

.incoming-note{
  background-color: #bbf8f3;
  display: block;
  float: left;
  clear: right;
  border-radius: 1rem;
  padding: 0.8rem;
  padding-left: 0.8rem;
  margin: 0.2rem;
  max-width: 80%;
}

.note-date{
  font-size: 0.8em;
  font-style: italic;
  text-align: end;
}

.note-sender{
  font-weight: 600;
  font-style: italic;
}

.note-info-good{
  font-weight: 600;
  color:#015a22;
}

.note-info-bad{
  font-weight: 600;
  color:#660303;
}


.about_img{
  max-width: 100%
}

#dt-search-0, #dt-search-1, #dt-search-2, #dt-search-3, #dt-search-4{
  width: 300px;
  border-radius: 7px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  outline:none;
}

.dt-layout-start{
  margin-bottom: 1rem;
}

.nav-tabs{
  font-size:larger;
}

.hide-table-span{
  display: none;
}

/*******************************************/

/* MENU Toggle Styles */
        
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 250px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: rgb(11,84,166);
  background: radial-gradient(circle, rgba(11,84,166,1) 0%, rgba(56,152,240,1) 100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(184, 184, 184);
  scrollbar-width: none;
}
#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

.left-menu-big {
  font-size: 1rem;
  margin-left: -10px;
}

#wrapper.toggled .left-menu-big {
  display: none;
}

.left-menu-small {
  display: none;
}

#wrapper.toggled .left-menu-small {
  display: inline;
  font-size: 1.3rem;
  margin-left: -17px;
}

.menu-toggle-open{
  font-size: 2.5rem;
  margin-left: 18px;

}

.menu-toggle-close{
  font-size: 2rem;
  margin-left: 18px;
}


#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 0;
  padding-top: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}
/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.left-menu-badge{
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #198754;
  color: white;
  border-style: solid;
  border-width: thin;
  border-radius: 6px;
  font-weight: 400;
  font-size: small;
  margin-left: 3px;
}

/** было 768px */
@media(min-width:992px) {
  #wrapper {
    padding-left: 180px;
  }
  #wrapper.toggled {
    padding-left: 0px;
  }
  #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 75px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
    padding-top: 0px;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  .offcanvas.offcanvas-bottom {
    height: 17vh;
  }
}

/** до 720px **/

@media(max-width:991px){
  #wrapper.toggled #sidebar-wrapper {
    width: 0px;
  }
  #wrapper.toggled {
    padding-left: 0px;
  }
  #wrapper.toggled #page-content-wrapper {
    padding-left: 0;
    left: 0px;
  }
  #page-content-wrapper {
    padding-left: 0px;
    left: 0px;
  }
  .offcanvas.offcanvas-bottom {
    height: 22vh;
  }
  .row{
    margin-left: -0.5rem;
  }
}

.datatable-sort-span{
  display: none;
}

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
  background: white;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  background: white;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1.0;
  color: #0671cf;
}


table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc{
  cursor: pointer;
  background: #ffffff;
  color: #0d6efd;
  border-radius: 6px;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: 600;
}


.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 10px;
  border-color: #4c7be5;
  border-style: solid;
  border-width: 0px;
  margin-bottom: 5px;
  background: white;
  padding-left: 3px;
  padding-right: 3px;
}

.accordion-flush>.accordion-item {
  border-top: 0;
  background: white;
}



.table>:not(caption)>*>* {
  background-color: #ffffff;
}


.accordion-calendar-mobile-th {
  border: 0;
  font-size: 1.0rem;
}

table>thead>tr>th.accordion-calendar-mobile-th, table>thead>tr>th.accordion-calendar-th{
  color: #0671cf;
  font-style: italic;
  font-size: 1.0rem;
}

/* Сокрытие опций нового добавляемого события при его завершении */

.hidden-new-event-options{
  display: none;
}

.hidden-new-session-options{
  display: none;
}

.project-items{
  border-width: thin;
  border-style: dashed;
  border-radius: 10px;
  border-color: #909091;
  padding-top: 3px;
}

.project-items-mobile{
  border-width: thin;
  border-style: dashed;
  border-radius: 3px;
  border-color: #909091;
}


.table-project-content{
  margin-top: 1rem;
}


h5, h4, h6{
  color: #084a85;
  font-style: italic;
}

.project-edit-interface{
  background: rgb(11,84,166);
  background: linear-gradient(90deg, rgba(11,84,166,1) 0%, rgba(56,152,240,1) 100%);
  color: white;
  padding-top: 10px;
  padding-right: 10px;
}

.project-settings-mobile{
  background: rgb(11,84,166);
  background: linear-gradient(90deg, rgba(11,84,166,1) 0%, rgba(56,152,240,1) 100%);
  border-radius: 16px;
}

.mobile-project-accordeon{
  padding-right: 0px;
}

.bth-on-dark-bg{
  border-width: thin;
  border-color: white;
  border-style: solid;
}

#menu-toggle{
  color: white;
}

.accordion-flush>.accordion-item {
  border-bottom: 0;
  background: rgb(230,249,255);
  background: linear-gradient(3deg, rgba(230,249,255,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 10px;
}


.mobile-accordeon-btn{
  border-radius: 0;
}

.save-mobile-btn{
  margin-top: 20px;
}

.project-link-mobile-btn{
  margin-bottom: 20px;
}

.my-accordeon-item{
  padding: 15px;
}

.navbar-brand{
  color: #045ead;
  font-weight: 500;
}

.profile-label-btn{
  height: 38px;
  margin-top: 8px;
}

.profile-badge{
  font-size: 0.8rem;
  font-weight: 500;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 3px;
  background-color: #0b54f9;
}

.profile-price-items{
  border-width: thin;
  border-style: dashed;
  border-radius: 10px;
  border-color: #909091;
  padding-top: 3px;
}

.delete-specialization-btn{
  color: white;
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
}

.hide-education-btn{
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

.hide-price-btn{
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

.hide-contacts-btn{
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}


.green-eye{
  color: green;
}

.gray-eye{
  color:gray;
}

.service-btns{
  padding-top: 32px;
}

.service-col{
  padding-left: 2px;
}


.service-description{
  font-size: 0.9rem;
  font-style: italic;
  color: #0a5fa9;
}

.public-profile-info{
  font-weight: 600;
  font-style: italic;
  color: #044a87;
}

.modal-content{
  background-color: #f9fbff;
}

.modal-title{
  color: #013e8b;
  font-style: italic;
}

.centred {
  text-align: center;  /* Плейсхолдер теперь центрирован */
}

.centred::placeholder {
  text-align: center;  /* Плейсхолдер теперь центрирован */
}

.widget-canvas{
  width: 100%;
}

.widget-canvas-div{
  background-color: #f9fcfd;
  border-radius: 10px;
  padding: 20px;
  border: 1px, solid, #dbdbdb;
}

.widget-wrapper{
  padding-top: 10px;
}

.info-table{
  background-color: #096ddf;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 100px;
  line-height: 100px;
}

.info-title {
  font-size: 1.5rem;
  color: white;
}


.table-overflow{
  /*display: block;*/
  overflow-x: hidden;
  white-space: nowrap;
}

.service-item{
  margin-top: 0.3rem;
}

.modal-error{
  font-style: italic;
  color: rgb(255, 0, 0);
  margin-left: 3rem;
}

.modal-warning{
  font-style: italic;
  color: rgb(206, 119, 6);
  margin-left:3rem;
}
.btn-warning{
  color: white;
  background: #efb307;
  border-color: #efb307;
}

/* New design */
.item-line{
  background: rgb(209,236,245);
  background: linear-gradient(3deg, rgba(209,236,245,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #088ddf;
  border-style: solid;
  border-width: thin;
  margin-bottom: 0px;
  margin-top: 7px;
}

.item-line:hover{
  background: #ffffff;
}

.session-line{
  background: rgb(209,236,245);
  background: linear-gradient(3deg, rgba(209,236,245,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #088ddf;
  border-style: solid;
  border-width: thin;
  margin-top: 7px;
}

.session-line:hover{
  background: #ffffff;
}


.canban-line{
  background: rgb(209,236,245);
  background: linear-gradient(3deg, rgba(209,236,245,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #088ddf;
  border-style: solid;
  border-width: thin;
  margin-bottom: 0px;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.canban-line:hover{
  background: #ffffff;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}



.item-buttons{
  font-size: 1.6rem;
  color: #0a69df; 
  margin-left: 9px;
}

.item-case-buttons{
  font-size: 1.6rem;
  color: #0a69df; 
  margin-left: 9px;
}

.status-badge-div{
  padding-left: 2px;
}

.status-badge-draft{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  background: #6c6d6c;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3px;
  padding-left: 5px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.status-badge-work{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  background: #198754;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3px;
  padding-left: 5px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.status-badge-paused{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  background: #e7b30a;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3px;
  padding-left: 5px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.status-badge-complite{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  background: #0c8bd4;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3px;
  padding-left: 5px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.status-badge-warning{
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  background:rgb(161, 12, 12); 
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 3px;
  padding-left: 5px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}


/*ГОРИЗОНТАЛЬНЫЕ БЕЙДЖИ*/
.mobile-status-badge-div{
  padding-left: 0px;
  padding-bottom: 6px;
  display: inline-block;
}

.mobile-status-badge-draft{
  background: #6c6d6c;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.mobile-status-badge-work{
  background: #198754;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.mobile-status-badge-paused{
  background: #e7b30a;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.mobile-status-badge-complite{
  background: #0c8bd4;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}

.mobile-status-badge-warning{
  background:rgb(161, 12, 12); 
  padding-top: 5px;
  padding-bottom: 7px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
  font-weight: 500;
  color: white;
}



.item-attributs{
  font-style: italic; 
  color: rgb(77 77 77); 
  font-weight: 500;
}

.warning-badge{
  background:rgb(161, 12, 12); 
  color: white; 
  font-weight: 500; 
  padding-top: 3px; 
  padding-bottom: 7px; 
  padding-left: 10px; 
  padding-right: 10px; 
  border-radius: 6px;
}


.today-badge{
  background: #198754;
  color: white; 
  font-weight: 500; 
  padding-top: 3px; 
  padding-bottom: 7px; 
  padding-left: 10px; 
  padding-right: 10px; 
  border-radius: 6px;
}

.complite-badge{
  background: #0c8bd4;
  color: white; 
  font-weight: 500; 
  padding-top: 3px; 
  padding-bottom: 7px; 
  padding-left: 10px; 
  padding-right: 10px; 
  border-radius: 6px;
}


/* сокрытие заголовка таблицы сортировки */
table.dataTable > thead > tr > th{
  padding: 0px;
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  display: none;
}

/* убираем нижнюю границу кнопок навигации по вкладкам */

.nav-tabs{
  border-width: 0;
}

/*меняем оформление кнопок */

.nav-tabs .nav-link{
  background: #ffffff;
  border-radius: 10px;
  border-width: thin;
  margin-left: 4px;
  border-color: #0d6efd;
  font-weight: 400;
  margin-top: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: #0d6efd;
  border-radius: 10px;
  border-width: thin;
  margin-left: 4px;
  border-color: #4da2eb;
  font-weight: 400;
  color: white;
  margin-top: 5px;
}

/* Переопределяем стили меню поиска */

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
  color: #0358c1;
  font-size: 1rem;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 0px ;
}

/* убираем горизонтальную прокрутку */
.table-responsive{
  overflow-x:hidden; 
}

.no-padding{
  padding: 0;
}

.padding-lr-10{
  padding-left: 10px;
  padding-right: 10px;
}

.project-access-line{
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-color: #a5d6f5;
  border-style: solid;
  border-width: thin;
  margin-bottom: 0px;
}

.project-chapters{
  margin-bottom: 20px;
}

.project-event-date{
  font-size: 1rem;
  font-weight: 600;
  color: #076ac0;

}


.canban{
  margin-top: 45px;
}
.canban-table{
  margin-top: 0px;
}

.canban-tasks-overdue{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: rgb(161, 12, 12);
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-weight: 500;
}

.canban-tasks-today{
  background: #e7b30a;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-weight: 500;
}

.canban-tasks-tomorrow{
  background: #198754;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-weight: 500;
}

.canban-tasks-week{
  background: #1284e7;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-weight: 500;
}

.canban-tasks-later{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgb(77 77 77);
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-weight: 500;
}

.canban-task-title{
  font-size: 0.9rem;
  font-weight: 500;
  color: #0b50a5;
}


.edit-client-balance-span{
  margin-right: 10px;
  font-size: 1rem;
  margin-top: 4px;
  font-weight: 500;
  font-style: italic;
}

.invoice-credit{
  color: #014d79;
  font-style: italic;
}


/* ДИЗАЙН ГЛАВНОЙ СТРАНИЦЫ */

.header-menu-link{
  color: #0d6efd;
}


.top-menu-reg-btn{
  background: #2495f7;
  margin-top:  40px;
  padding-right: 35px;
  padding-left: 35px;
  padding-bottom: 10px;
  border-radius: 20px;
  border-color:  #0676d7;
}

.top-menu-reg-btn:hover{
  background: #268feb;
  border-color:  #0676d7;
}


.top-menu-login-btn{
  color: #0085d3;
  border-color: #0085d3;
}

.top-menu-login-btn:hover{
  color: #fdfdfd;
  background: #0085d3;
  border-color: #ffffff;
}

.index-page-title{
  color: #005a8f;
  margin-bottom: 30px;
}


.index-page-subtitle{
  color: #5e5f5f;
  font-size: 1.1rem;
  font-weight: 500;
}


.index-page-paragrapf-title{
  margin-top: 40px;
  margin-bottom: 40px;
  font-size:  2rem;
  font-style: normal;
}

.index-page-problems-section{
  background: #acd9fb;
  padding: 15px;
  border-radius: 10px;
}

.sidorov-citate{
  margin-top: 80px;
}

.problem-text-section{
  font-size: 1rem;
}

.blockquote{
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #d9d9d9;
}

.index-icon-big{
  font-size: 3.5rem;
  color: #0882eba6;
  margin-left: 15px;
}

.card-title{
  color: #0085d3;
  font-style: normal;
}

.index-accordeon{
  background-color: #edf8ff;
  font-style: italic;
  font-weight: 500;
  color: #0d6ec2;
  font-size: 1rem;
}

.index-accordeon-body{
  background-color: white;
  font-size: 1rem;
}

.index-faq-item{
  border-color: #197add;
}

.card-img-top{
  padding-bottom: 20px;
}


/* МЕДИА ДЛЯ ГЛАВНОЙ СТРАНИЦЫ */

@media(max-width:5000px) {
  .index-page-title{
    margin-top: 200px;
    font-size: 3.5rem;
  }
  .top-menu-reg-btn{
    font-size: 1.5rem;
  }
  .index-page-subtitle{
    padding-left: 40px;
  }
  .book-box-image{
    position: absolute;
    top: 650px;
    left: 290px;
  }
  .card-img-top{
    width: 260px;
  }
  .about-line{
    min-height: 150px;
  }

  
}

@media(max-width:1399px) {
  .index-page-title{
    margin-top: 170px;
    font-size: 3.2rem;
  }
  .index-page-subtitle{
    font-size: 1.0rem;
  }
  .top-menu-reg-btn{
    font-size: 1.3rem;
  }
  .book-box-image{
    position: absolute;
    top: 580px;
    left: 250px;
  }
  .sidorov-citate{
    margin-top: 40px;
  }
  .about-line{
    min-height: 180px;
  }
 
 
}

@media(max-width:1199px) {
  .index-page-title{
    margin-top: 130px;
    font-size: 2.5rem;
  }
  .top-menu-reg-btn{
    font-size: 1rem;
  }
  .index-page-subtitle{
    padding-left: 10px;
    font-size: 0.9rem;
  }
  .book-box-image{
    position: absolute;
    top: 480px;
    left: 200px;
    transform: scale(0.9);
  }
  .card-img-top{
    width: 240px;
  }
  .about-line{
    min-height: 100px;
  }


}

@media(max-width:991px) {
  .index-page-title{
    margin-top: 80px;
    font-size: 3.0rem;
  }
  .index-page-subtitle{
    font-size: 1.0rem;
    padding-left: 40px;
  }
  .top-menu-reg-btn{
    font-size: 1.2rem;
  }
  .book-box-image{
    position: absolute;
    top: 410px;
    left: 250px;
    transform: scale(0.7);
  }
}

@media(max-width:793px) {
  .index-page-title{
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .ficksiks-image{
    max-height: 500px;
  }
  .book-box-image{
    position: absolute;
    top: 400px;
    left: 260px;
    transform: scale(0.6);
  }

}


@media(max-width:767px) {
  .index-page-title{
    margin-top: 50px;
    font-size: 3.0rem;
  }
  .ficksiks-image{
    max-height: 500px;
  }
  .index-page-subtitle{
    font-size: 1.0rem;
  }
  .top-menu-reg-btn{
    margin-bottom:  50px;
  }
  .book-box-image{
    visibility: hidden;
  }
  .problem-image-section{
    height: 420px;
  }
  .index-problem-section-image{
    height: 400px;
    padding-bottom: 20px;
  }
  .card-image{
    margin-bottom: 35px;
  }
  

}

@media(max-width:500px) {
  .index-page-paragrapf-title{
    font-size: 1.6rem;
  }
  .problem-image-section{
    height: 360px;
  }
  .index-problem-section-image{
    height: 360px;
  }
  .widget-canvas-div{
    background-color: #f9fcfd;
    border-radius: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 0px, solid, #dbdbdb;
  }

}

@media(max-width:405px) {
    .index-page-paragrapf-title{
      font-size: 1.4rem;
    }
}


.index-item-line{
  margin-right: 1px;
  margin-left: 1px;
}

.problem-links-section{
  font-size: 1rem;
}

.non-active-link{
  color: #727272;
}

.margin-top-col{
  margin-top: 18px;
}

.fast-start-question{
  font-size: 1.7rem;
  color: #0d69f3;
}

.fast-start-sheck{
  font-size: 1.9rem;
  color: #025c1d;
}

.spinner-border{
  margin-top: 15px;
}

.info-table-complite{
  background: #198754;
  color: white;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1rem;
  margin-right: 8px;
  font-weight: 500;

}

.info-table-paused{
  background: #daa90a;
  color: white;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.1rem;
  margin-right: 8px;
  font-weight: 500;
}

/*для ячейки таблицы - "информация по делу" в парсере*/
.vert-align{
  font-size: 0.76rem;
}

.start-dialog{
  background: #edf4fa;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}

.case_documents{
  background: #f6fbff;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: #87b5ed;
  border-bottom-width: thin;
  border-bottom-style: solid;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0rem;
}

.case_notifications{
  color: #0b5702;
  font-weight: 600;
  font-size: 1rem;
}

.widjet_notes{
    border-width: thin;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #aed7f3;
    background: #e6f8ff;
    margin-bottom: 5px;
    border-style: solid;
}

.message-icon-big{
  font-size: 2.5rem;
  color: #0882eba6;
  margin-left: 15px;
}

.message-close-btn{
  font-size: 1.3rem;
  padding-top: 13px;
  padding-right: 15px;
  cursor: pointer;
  color: #043a7d;
}

.calendar-table-title{
  background: #0d6efded;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: thin;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: thin;
  margin: 0;
}

.calendar-table-date{
  background: #bce4ff;
  padding-left: 10px;
  font-weight: 500;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: thin;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: thin;
  margin-bottom: 0;
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #02285b;
}

.calendar-table-date-warning{
  background: #db8503de;
  padding-left: 10px;
  font-weight: 500;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: thin;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: thin;
  margin-bottom: 0;
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #02285b;
}

.calendar-table-date-close{
  background: #83838331;
  padding-left: 10px;
  font-weight: 500;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: thin;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: thin;
  margin-bottom: 0;
  margin-top: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #02285b;
}


.calendar-table-text{
  background: #e3f0fc;
  padding-left: 5px;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: thin;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: thin;
  margin: 0;
  padding-bottom: 5px;
  min-height: 80px;
}

.calendar-table-end{
  background: #e3f0fc;
  padding-left: 5px;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: thin;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: thin;
  margin: 0;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.month-day{
  background: #eaf3fc;
  min-height: 150px;
  border-width: thin;
  border-radius: 10px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding-right: 3px;
  padding-left: 3px;
}


.month-empty-day{
  background: #ffffff;
  min-height: 150px;
  border-width: thin;
  border-radius: 10px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding-right: 3px;
  padding-left: 3px;
}

.calendar-day-number{
  font-size: 1.2rem;
  color: #06508d;
  font-weight: 500;
}

