 
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

  


:root {
  scroll-behavior: smooth;

  --color-main-0:#212529;
  --color-main-1:#012970;
  --color-main-2:#1a73e8;

  --color-main-2-rgb:26, 115, 232;
}

 

body {
  font-family: "Open Sans";
  background: #F4F5F7 !important;
  /*background: #f1f3f4 !important;*/
  color: #444444;
}

a {
  color: var(--color-main-1);
  cursor: pointer;
  text-decoration: none;
  font-size: 'Open sans';
}

a:hover {
  color: var(--color-main-2);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  
  /*font-family: "Google Sans", "Nunito", sans-serif;*/
}

.form-check-label {
  user-select: none;
  cursor:pointer;
}

.cursor-pointer {
  cursor: pointer !important;
} 

.flex-flow-column {
  flex-flow: column;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

a.dropdown-item {
  cursor: pointer;
  font-size: 14px;
  
}

.dropdown-menu.show {
  border-radius: 12px;
}

/*--------------------------------------------------------------
# Correction Class
--------------------------------------------------------------*/
.custom-strong {
  font-weight: 900;
}

.custom-flex-column {
  flex-direction: column;
}

.custom-small-line {
  line-height: 1.1;
}

@media (max-width:768px) {
  .custom-md-flex-column {
    flex-direction: column;
  }

}


.accordion  .accordion-item {
  background-color: #F4F5F7 !important;
}

.list-group {
  border-radius: 0px;
  /*border-left: 10px solid black !important;*/
}

.list-group .list-group-item {
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 10px 20px;
  font-weight: 500;
  font-size:15px;
}


.list-group .list-group-item + .list-group-item{
  border-left: none;
  border-right: none;
  padding: 10px 20px;
  
}

.list-group .list-group-item:last-child{
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 10px 20px;
}


.list-group  .list-group-item.active {
  background-color: var(--color-main-2);
  border-color: var(--color-main-2);
  
}

.list-group .list-group-item i.ilist {
  font-size: 24px;
  padding-right: 10px;
  color:var(--color-main-2);
}

.form-label {
  font-size: 12px;;
  color:var(--color-main-2);
  margin-bottom: 3px;
  font-weight: 600;
  
}

.form-control:hover {
  border:1px solid var(--color-main-2) !important;
}

.form-control {
  transition: all 0.5s ease;
  border:1px solid #ddd;
}

.col-form-label {
  font-size: 14px;
}


.btn-google {
--bs-btn-color: #fff;
--bs-btn-bg: var(--color-main-2);
--bs-btn-border-color: var(--color-main-2);
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #0b5ed7;
--bs-btn-hover-border-color: #0a58ca;
--bs-btn-focus-shadow-rgb: 49,132,253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #0a58ca;
--bs-btn-active-border-color: #0a53be;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #0d6efd;
--bs-btn-disabled-border-color: #0d6efd;
  padding: 10px 20px;
}

.btn-outline-google {
  --bs-btn-color: var(--color-main-2);
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #dadce0;
  --bs-btn-hover-color: var(--color-main-2);
  --bs-btn-hover-bg: #f4f8fe;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
    padding: 10px 20px;
    text-wrap: nowrap;
  }

  .btn.big {
    height:120px;
    width:120px;
    white-space: normal; /* Дозволяє перенос рядка */
    overflow-wrap: break-word;
    
  }

  .btn.big div i {
    font-size:24px;
  }

  .btn.big div {
    justify-content: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .accordion-button {
    color: var(--color-main-2) !important;
  }

  .accordion-button.empty {
    background: #f5e6e7;
  }


  .accordion-button .ilist {
    font-size: 24px;
    padding-right: 15px;
  }

  .accordion-button span{
    color: var(--color-main-0);
    font-size: 14px;
    
    padding:0px 10px 0px 0px;
  }

  .color-google {
    color: var(--color-main-2) !important;
  }

  .a-font {
    color:black;
  }

  .font-sel {
    background-color: var(--color-main-2) !important;
    color:white !important;
    
  }

  .from-user {
    font-size: 14px !important;
    text-decoration: underline;
    font-weight: 600;
    
  }

  .from-user-exit {
    position: absolute;
    right: 15px;
    top: 25px;    
  }

  .fomr-user-p {
    word-wrap: break-word;
  }

  .div-css-item {
    border: 1px solid #dddddd;
    padding: 20px 0px;
    margin: 2px;
    border-radius: 5px;
    background-color: #F4F5F7 ;
  }

  .div-css-item .form-label {
    font-size: 14px;
    
  }

  .block_numeric {
    font-size: 12px;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--color-main-2);
    min-width: 22px;
    height: 19px;
    text-align: center;
    margin-right: 15px;
    margin-top: 2px;
  }


  .block_title_comment {
    display: block;
    font-size:12px;
  }


span.tariff  {
  color: #fff;
  background: var(--color-main-2);
  padding: 2px 8px;
  margin-top:10px; 
  border-radius: 10px;  
}
 
.word-wrap{
word-wrap: break-word;
}

.user-select-none {
  user-select:none;
}

img.lang {
  max-width: 22px;
}

.btn-toolbar {
  padding: 4px 11px !important;
  margin-right:5px
}


.img-block-prev {
  max-height: 200px;
  /*border: 1px solid var(--color-main-2);*/
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15)!important;
}

h3.ukraine-title {
    display: block;
    margin: auto;
    margin-bottom: -2px;
    width: 100%;
    text-align: center;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: 'Oswald' !important;
}

@media (max-width:767px) {
  h3.ukraine-title {
    font-size: 20px !important;
  }
}

.public-item {
  border-radius: 10px;
  width: 100%;
  background-color: white;
  padding: 10px 0px 0px 0px;
  box-shadow:1px 1px 5px rgba(1, 41, 112, 0.2);
  position: relative;
  overflow: hidden;
}

.public-item i {
  font-size: 24px;
  color:var(--color-main-2);
}

.public-item h5 {
  font-size:14px;
  
  color:rgba(1, 41, 112, 0.7)
}


.public-item p {
  font-size:20px !important;
  color:var(--color-main-1) !important;
  font-weight:700;
} 

.public-item p span{ 
  font-size: 10px;
  font-weight: 700;
  color:rgba(1, 41, 112, 0.7)
}

.public-item span.tariffe {
  color: white;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
  border-radius: 0px 0px 0px 10px;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color-main-2);
  padding: 3px 5px;  
}

.imglistcontainer {
  min-width: 250px;
  
}

.imgscontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  
  
}

.imgscontainer div {
  max-width: 300px;
  position: relative;
}

.imgscontainer img {
  max-width: 100%;
  height: auto;
}

.imgscontainer a.del {
  position: absolute;
  top:10px;
  right: 10px;
}

.imgscontainer a.crop {
  position: absolute;
  top:10px;
  right: 50px;
}


@media (max-width:768px) {
  .imgscontainer {
    justify-content: space-around;
  }
}

img.lang-flag {
  margin:-4px 10px 0px 0px;
}


/*--------------------------------------------------------------
# Search modules
--------------------------------------------------------------*/

.search-icon {
  font-size: 40px;
  color: var(--color-main-2);
}

/*--------------------------------------------------------------
# MyClients modules
--------------------------------------------------------------*/
.myclients .card {
  padding: 20px 10px;
  position: relative;
}

.myclients .card.block {
  background-color: #ddd;
}

span.clientscnt  {
  /*font-weight: 400 !important;*/
  font-size: 12px;
}

img.google {
  max-width: 50px;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.myclients .card a h5 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.myclients .card a.email {
  font-size: 12px;
  padding:0px 10px;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.myclients .card i.nouser {
  display: block;
  margin: auto;
  font-size: 50px;
  color:#999;
  line-height: 50px;
}

.myclients .card i.fav {
  position: absolute;
  left:10px;
  top:10px;
  font-size: 18px;
  padding:0px;
  line-height: 18px;
}

.myclients .card i.block { 
  position: absolute;
  left:10px;
  top:10px;
  font-size: 18px;
  padding:0px;
  line-height: 18px;
  color:#dc3545;
}

.myclients .card i.bi-star-fill {
  color:#ffc107 !important;
}

.myclients .card .menu-container {
  position: absolute;
  top:10px;
  right:10px;
}



/*--------------------------------------------------------------
# Dealer modules
--------------------------------------------------------------*/
table.d-clients img.g_picture {
  width: 50px;
  border-radius: 50%;
}

table.d-clients td.g_picture {
  width: 50px;
  
}

table.d-clients td {
  vertical-align: middle;
  font-size: 14px;
  word-wrap: break-word;
}

@media (max-width:768px) {
  table.d-clients td { 
    max-width:100px;
    

  }
}

table.d-clients td span{
  font-size: 12px;
  font-weight: 100;
}

.cell-email-width {
  width: 300px;
}

.p-cell-email{
  word-wrap: break-word;
  
  margin-top: auto;
  margin-bottom: auto; 
}

@media (max-width:991px) {
  .cell-email-width {
    width:200px;
  }
}


.modal-header {
  border-bottom: 3px solid var(--color-main-2);
  background: rgba(26, 115, 232, 0.1);
  
}

.modal-header h5 {
  font-weight: unset ;
}

.modal-header i:not(.bi-x-lg) {
  padding-right:10px;
 /*text-shadow:0px 0px 1px rgba(0,0,0,0.9);*/
}

.modal-content {
  border-radius: 5px;
  border:none;
  /*border-left: 6px solid var(--color-main-2);*/
  
  box-shadow: 1px 1px 30px rgba(0,0,0,.3);
}

.modal-body {
  min-height:100px;
}


#div_chart canvas {
  display: unset !important;
}

/*--------------------------------------------------------------
# info classes
--------------------------------------------------------------*/
 
.info-review img.phone {
  max-width: 300px;
  padding:20px
}

.info-review h1 {
  font-size: 36px;
  /*color:#202124;*/
  color: var(--color-main-1);
}


.info-review h1 .logo-rotate{
  margin: 0px -5px;
  display: inline-table;
}
 
.info-review h3 {
  
  /*color:var(--color-main-1);*/
  color:var(--color-main-2);
}

.info-review .services-area i {
  
  font-size: 48px; 
}

.info-review .first {
  background-color: #fff;
  /*border: 1px solid #dadce0;*/
  box-shadow: 1px 1px 50px rgba(0,0,0,0.1);
  padding: 15px !important;
  border-radius: 10px;
}

.info-review h2 {
  font-family: 'Nunito';
  font-weight: 700;
  /*color: #3c4043;*/
  color:#000;
  font-size: 18px !important; 
}

.info-review .item h2 {
  font-size: 24px !important;
  overflow-wrap: break-word;
}


.info-review .item img {
  transition: transform 0.4s ease;
  padding:5px;
 }


.info-review .item:hover img {
  transform: scale(1.2);
 }


.info-review p {
  font-family: 'Nunito';
  font-weight: 400;
  /*color: #3c4043;*/
  color:#000;
  font-size: 18px !important; 
}

.info-review p.step {
  font-family: 'Nunito';
  font-weight: 900;
  color: #3c4043;
  font-size: 24px !important; 
  opacity: 0.3;
}


.info-review span.cost {
  font-weight: 900;
}

.info-review .first {
  background-color: white;
  transition: all 0.6s ease 0s;
}

.info-review .first.prior1:hover {
  background-color: #e8f1fd;
}

.info-review .first.prior2:hover {
  background-color: #fde8ef;
}


.info-review .first.prior3:hover {
  background-color: #e8fdea;
}


.info-review .first.prior4:hover {
  background-color: #f4f5d1;
}


.order-form {
  background-color: #fff;
  border: 1px solid #dadce0;
  padding: 25px 15px!important;
  border-radius: 10px;
  margin-bottom: 50px;
}

.for {
  color:var(--color-main-2);
  background: #fff;
  border: 2px solid #dadce0;
  padding: 10px !important;
  margin:7px;
  border-radius: 30px;
  display: inline-flex;
  transition: all 0.6s ease 0s;
   
}

.for:hover {
  color: #fff;
  background: var(--color-main-2); 
  border-color:var(--color-main-2); 
}

 
 

.review-client img {
  width:100px;
  margin-bottom: 20px;
}


.review-client .item {
  background-color: #fff;
  border: 1px solid #dadce0;
  padding: 15px !important;
  border-radius: 10px;
  height: 100%;
}

.rev-faq h4 {
  color:var(--color-main-1) !important;
}

.rev-faq h4 img {
  width:40px;
}

.rev-faq h3 img {
  width:60px;
}


.rev-faq h3.hiw{
   
    padding: 10px 10px 0px 10px !important;
    border-radius: 10px;
    height: 100%;
    
    width: 100%;
}



.rev-faq .accordion-button{
  /*color: #3c4043 !important;*/
  color:#000 !important;
}

.info-review .accordion-body {
  background-color: #fff;
  border: 1px solid #dadce0;
  padding:15px !important;
  border-radius: 10px;

}
 



.info-review.hiw .hiw-item {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 5px;
  padding:15px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}


.info-review.hiw .hiw-item i {
  font-size: 36px;
  color:var(--color-main-2);
}


.info-review.hiw .hiw-item h3 {
  color: var(--color-main-2);
  font-size: 20px;
}

.info-review.hiw .hiw-item p {
  padding-top:10px;
  font-size: 16px !important;
  font-weight: 500;
}

.carousel-control-next-icon {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--color-main-2);
}

.carousel-control-prev-icon {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
      padding: 10px;
      border-radius: 50%;
      background-color: var(--color-main-2);
  }

  

.info-review a.public {
    font-size: 16px;
    text-decoration: revert;
    word-wrap: break-word;
    white-space: pre-wrap;    
}


.font-12 {
  font-size: 12px !important; 
}

.font-14 {
  font-size: 14px !important; 
}

.font-16 {
  font-size: 16px !important; 
}

.font-18 {
  font-size: 18px !important; 
}

.font-20 {
  font-size: 20px !important; 
}

.font-24 {
  font-size: 24px !important; 
}

.font-weight-900 {
  font-weight: 900;
}


.info-review .font-16 {
  font-size: 16px !important; 
}
.info-review .font-14 {
  font-size: 14px !important; 
}

.info-review .font-16 {
  font-size: 16px !important; 
}

.info-review .font-18 {
  font-size: 18px !important; 
}

.info-review .font-20 {
  font-size: 20px !important; 
}

.font-weight-900 {
  font-weight: 900;
}


.info-review .nav-tabs-bordered .nav-link.active {
  border-bottom:3px solid var(--color-main-2);
}

.info-review .nav-tabs-bordered .nav-link {
  border-bottom:3px solid #F4F5F7 ;
}


.logo-rotate {
  width: 60px; /* Встановіть ширину контейнера зображення */
  height: 60px; /* Встановіть висоту контейнера зображення */
  overflow: hidden;
  position: relative;
  padding:10px;
  margin-top: -5px;
  margin-left: -5px;
}

.logo-rotate img {
  width: 100%;
  height: 100%;
  animation: rotateImage 2s linear infinite; /* Використовуємо анімацію з назвою "rotateImage" */
}

.logo-rotate span {
  
  line-height: 38px;
  color: white;
  background: #223361;
  display: inline-block;
  animation: rotateImage 2s linear infinite;
  padding: 0px 8px 3px 8px;
  font-weight: 900;
  font-size: 36px;
  font-family: sans-serif;
  animation: rotateImage 2s linear infinite; /* Використовуємо анімацію з назвою "rotateImage" */
}

@keyframes rotateImage {
  0% {
    transform: rotate(0deg); /* Початковий стан: поворот на 0 градусів */
  }
  25% {
    transform: rotate(10deg); /* Обертання на 15 градусів в одну сторону */
  }
  50% {
    transform: rotate(0deg); /* Повертаємо до початкового стану */
  }
  75% {
    transform: rotate(-10deg); /* Обертання на 15 градусів в іншу сторону */
  }
  100% {
    transform: rotate(0deg); /* Знову повертаємо до початкового стану для повторення */
  }
}


.testimon-container {
  color:#de900d;
  user-select: none;

}

.testimon-container .testimon-star{
  cursor: pointer;
  user-select: none;
  font-size: 20px !important;
}


.cli-payment {
  
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.cli-payment span {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  /* padding: 3px; */
  margin: auto;
  display: table;
}

.cli-payment span.time {
  font-size: 14px;
  margin-bottom: 1  px !important;
}

.cli-payment span.pay_time {
  font-size: 14px;
  margin-bottom: 1px !important;
}

.cli-payment span.curr {
  font-size: 14px;
  margin-bottom: 1px !important;
}

.cli-payment span.cardpan {
  font-size: 12px;
  margin-bottom: 1px !important;
}



@media (max-width:768px){
   .cli-payment span  {
      font-size: 12px;
   }
}


.table-payments td{
  font-size: 14px;
}


/*--------------------------------------------------------------
  MiniMarket Admin Styles 
--------------------------------------------------------------*/


.table-payments span.mini-email {
  padding-top:5px;
  font-size: 12px;
  color:var(--color-main-2);
  overflow-wrap: break-word;
  



}

.table-payments .mini-name {
  width: calc(100% - 400px);
}

.table-payments .mini-amount-val {
  font-weight: 600;
}

.table-payments .mini-amount,
.table-payments .mini-date {
  width:200px;
}

@media (max-width:768px) {
  .table-payments td{
    font-size: 12px;
  }
  
  
  .table-payments .mini-name {
    width: calc(100% - 160px);
  }
  
  .table-payments .mini-amount{
    width:100px;
  }

  .table-payments .mini-date {
    width:80px;
  }  
}

.hmm img {
  margin-right: 10px;
  width: 80px;
}

.hmm span.art {
  font-weight: 700;
  color: #777;
  margin-top: -5px;
  display: block;
  font-size: 14px;
}



span.cashback-info {
  font-size: 24px;
  font-weight: 900;
}

span.cashback-info:after { 
  content: "%";
}


/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
/* Blog-details Section - Blog Details Page
------------------------------*/

.blog-details .article {
  background-color: var(--color-box-background);
  box-shadow: 0 4px 16px rgba(var(--color-default-rgb), 0.1);
  padding: 30px;
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--color-secondary);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--color-default-rgb), 0.05);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;

  background-color: #fff;
  border: 1px solid #dadce0;
  padding: 15px !important;
  border-radius: 10px;  
}

.blog-details .content blockquote p {
  color:var(--color-main-2);
  line-height: 1.6;
  margin-bottom: 0;
  /*font-style: italic;*/
  font-weight: 600;
  font-size: 22px;
}

.blog-details .content img.w80-100 {
  width: 80%;
}

.blog-details .content img {
  max-width: 100%;
}

.blog-details .content iframe {
  max-width: 100%;
}


@media (max-width:768px) {
  .blog-details .content img.w80-100 {
    width: 100% !important;
  }
}

.blog-details .content img.border-shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border: 1px solid #dadce0;
  border-radius: 10px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-main-2);
  margin-top: 20px;
  margin-bottom: 20px;
}





/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 20px;
  color: var(--color-main-2);
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #dadce0;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  border-color: var(--color-main-2);
  background: var(--color-main-2);
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
  max-height: 300px;
}

.awesome-img img {
  width: 100%;
  margin-top: -2px;
  margin-left: -2px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  /*background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;*/
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}



/*--------------------------------------------------------------
# referal-modal
--------------------------------------------------------------*/
.ref-modal .image-container {
  display: inline-block;
  overflow: hidden;
  
}

.ref-modal .image-container img {
  /* Встановлюємо початковий розмір для картинки */
  width: 50px;
  margin: 10px ;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.ref-modal .image-container:hover img {
  /* Збільшуємо картинку при наведенні на контейнер */
  transform: scale(1.1);
}

@media (max-width:768px) {
  .ref-modal .image-container img {
    width: 40px;
  }
}


/*--------------------------------------------------------------
# pricing-page
--------------------------------------------------------------*/

.prising-section-title h2{
  font-size: 28px;
    margin-bottom: 0;
    /* font-weight: 600; */
    /*color: var(--color-main-1);*/
}


.pricing-page .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  
}

.pricing-page h3 {
  
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 18px;
  
  color: var(--color-main-2);
  background: #f8f8f8;
}

.pricing-page h4 {
  font-size: 24px;
  color: var(--color-main-2);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 40px;
}

.pricing-page h4.small {
    font-size: 18px;
}

.pricing-page h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing-page h4 span.period {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing-page ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing-page ul li {
  padding-bottom: 16px;
}

.pricing-page ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing-page ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing-page ul .color {
  color: #0880e8;
  
}


.pricing-page .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing-page .btn-buy {
  background: #0880e8;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing-page .btn-buy:hover {
  background: #2b99f8;
}

.pricing-page .featured h3 {
  color: #fff;
  background: var(--color-main-2);
}
 
.pricing-page .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--color-main-2);
  color: #fff;
}



   .pay.alert {
        max-width: 500px;
         
    }
    .modal .paybtn {
       
        width: 150px !important ;

    }

    @media (max-width: 768px){
        .pay.alert {
            max-width: unset;
            max-height: unset;
        }
    }

    .modal h1, .modal h4 {
        font-family: "Open sans";
        
        font-weight: 600;
        font-size: 18px !important;
        
    }

    .modal p {
      font-family: "Open sans";
      font-size: 14px;

    }
     
    ul.pay {
      padding: 0px 0px;
      font-family: "Open sans";
      font-size: 14px;
    }

    ul.pay li span{
      color:#c6303e;
      
    }


  

    .btnpaymore {
      padding:0px !important;
      font-size: 14px;
      font-family: "Open sans";
      color:var(--color-main-1);
      
    }

    .paybk {
      
      background-color: unset;
    }

    .paybk:not(.collapsed) {
      
      background-color: unset;
    }    

.migration {
  cursor: pointer;

  
  transition: box-shadow 0.9s ease; /* Додаємо перехід для зміни границі */
}

.migration:hover {
  box-shadow: 0 0 3px var(--color-main-2);

}

/*--------------------------------------------------------------
# wait block
--------------------------------------------------------------*/

.wait_block {
	position:fixed;
	display:none;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	cursor:wait;
	background:white;
	z-index:9999;
	opacity:0.9;
}

.wait_block img {
	width:300px;   
	display:block;
	margin-top:100px;
	margin-left:auto; 
	margin-right:auto;  
}

.spinner-border {
  color:var(--color-main-2);
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
  
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Info-menu block
--------------------------------------------------------------*/
.header .info-menu ul {
margin: 0;
padding: 0;
/*display: flex;*/
list-style: none;
align-items: center;
}

.header .info-menu ul li{
  position: relative;
  padding: 15px;;
}

.header .info-menu ul li a{
  font-size:14px;
  color: var(--color-main-1) !important;
  font-weight: 600;
}

.header .info-menu ul li a.active{
  font-weight: 600;
  color: var(--color-main-1) !important;
}

.header .info-menu ul li a:hover{
  font-weight: 600;
  color: var(--color-main-2) !important;
}

.header .info-menu ul span {
  color:#fff;
}

/*--------------------------------------------------------------
# Page block
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 26px;
  margin-bottom: 0;
  /*font-weight: 600;*/
  color: var(--color-main-1);
  font-weight: 400;
}

.pagetitle i.bi-star-fill{
  padding-top: 5px;
  padding-right: 5px;
  color: var(--color-main-1);
}

.list-group-item span {
 /* font-weight: 100 !important;*/
  color:var(--color-main-2);
}

.list-group-item p {
  font-size: 14px;
  padding-top:5px;
  margin-bottom: 5px;
  display: none;
  
}


.list-group-item.active span {
  color:white;
  font-weight: 600;
}


img.preview-block {
  opacity: 0.0;
  transition: opacity 1s ease-in-out;

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu span.title:hover,
.dropdown-menu span.title {
  font-size: 12px;
  font-weight: 900;
  padding: 10px 15px;
  display: block;
  height:35px;
  color:#999;
  text-transform: uppercase;
  
}

.dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px 10px 15px;
  transition: 0.3s;
  display: flex;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  /*background-color: #f6f9ff;*/
  background: linear-gradient(-45deg, rgba(var(--color-main-2-rgb), 0.3), transparent);
}

.dropdown-menu .dropdown-item:active {
  color:var(--color-main-2);
}


@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 10px;
  /*box-shadow:  0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);*/
  /* box-shadow: 0px 1px 5px rgba(1, 41, 112, 0.1);*/ 
  box-shadow: 0px 1px 5px rgba(1, 41, 112, 0.1);
  border:1px solid #f0f0f0;
  /*box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);*/
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-main-1);
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button {
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: var(--color-main-1);
  /*background-color: #f6f9ff;*/
  font-weight: 600;
}

.accordion-flush .accordion-button {
  font-weight: 600;
  font-size: 22px;
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--color-main-2) !important;
  font-weight: 600;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3c4043;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
  margin-bottom: 0px;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Set color Tabs */
.nav-tabs-eland .nav-link {
  margin-bottom: -2px;
  color: var(--color-main-1);
}

.nav-tabs-eland .nav-link:hover,
.nav-tabs-eland .nav-link:focus {
  color: var(--color-main-2);
  
}

.nav-tabs-eland .nav-link.active {
  background-color: #fff;
  color: var(--color-main-2);
  
}

.nav-tabs-eland {
  border-bottom: 2px solid #ebeef4;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: var(--color-main-2);
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: var(--color-main-1);
  border-bottom: 2px solid var(--color-main-1);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
   
  .logo {
    width: 290px;
  }
   
}

.logo img {
  max-height: 45px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .logo img {
    max-height: 35px;
    margin-right: 5px;
  }
  
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: var(--color-main-1);
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 1px 5px rgba(1, 41, 112, 0.1);
  background-color: #fafafa;
  padding-left: 10px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  
  cursor: pointer;
  color: var(--color-main-1);
}

.header .search-bar {
  min-width: 360px;
  padding-left: 0px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: var(--color-main-1);
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: var(--color-main-1);
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: var(--color-main-1);
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: var(--color-main-1);
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  /*font-weight: 600;*/
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

.header-nv ,.nav-profile img.google {
  margin: 0px 5px 0px 0px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 0px;
}

.header-nav .profile .dropdown-item:active {
  color: var(--color-main-2);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 10px 0px;
  overflow-y: auto;
  /*
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  */
  /*box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);*/
   box-shadow: 0px 1px 5px rgba(1, 41, 112, 0.1);
  background-color: #fff;

  /* Для нижньої панелі зафіксованої */
  display: flex;
  flex-direction: column;
}

.sidebar .ulcontainer {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar .ulcontainer::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

.sidebar .ulcontainer::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-main-2);
  /*color:var(--color-main-1);*/
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  /*height: 45px;*/
}

.sidebar-nav .nav-link span.menu-item,
.sidebar-nav .nav-link span.menu-pagelink
{
  line-height: 15px;
  font-size: 12px;
  font-weight: 600;
  padding-right:20px;
  
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  /*color: var(--color-main-2);*/
  height: 25px;
}

.sidebar-nav .nav-link.small i {
  padding-top: 4px;
}

.sidebar-nav .nav-link.collapsed {
  color: var(--color-main-0);
  background: #fff;
  
}

.sidebar-nav .nav-link.collapsed i {
  /*color: #899bbd;*/
  padding-bottom: 3px;  
  font-weight: 600;
  
}

/*
.sidebar-nav .nav-link:hover {
  /*color: var(--color-main-2);*/
 /* background: #f6f9ff;
}
*/

.sidebar-nav .nav-link.active {
  /*color: var(--color-main-2);*/
  background: #f6f9ff;
  border-left: 4px solid var(--color-main-2);
  padding-left: 26px;
}

.sidebar-nav .nav-link:hover i {
  font-weight: 600;
  
  /*color: var(--color-main-2);*/
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
  /*border-left: 5px solid red;*/
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  /*font-weight: 600;*/
  color: var(--color-main-1);
  
  /*transition: 0.3;*/
  padding: 10px 0 10px 30px;
  
  position: relative;
}

.sidebar-nav .nav-content a i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a i.bi-circle {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
    max-height: 6px;
    
}

.sidebar-nav .nav-content a i.page-lock {
  position: absolute;
  right: 6px;
  margin: 0px;
  top:11px;
  font-size: 14px;
}

.sidebar-nav .nav-content a.active i.bi-circle {
  background-color: var(--color-main-2);
}

/*
.sidebar-nav .nav-content a::before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: 2px;  
  bottom: 0px;  
  left: -40px;
  background-color: var(--color-main-1);  
  transform: scaleX(0);  
  transition: transform 0.3s ease-in-out;  
  /*transform-origin: left center;
}

.sidebar-nav .nav-content  a:hover::before {
  transform: scaleX(1); /* Збільшуємо шкалування до повної ширини 
}*/

 
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: var(--color-main-2);
  background: linear-gradient(-45deg, rgba(var(--color-main-2-rgb), 0.3), transparent);
  /*font-weight: 600;*/
}

.sidebar .footer-info {
  font-size: 12px;
}

.sidebar .footer-div {
  box-shadow: 0px -1px 5px rgba(1, 41, 112, 0.1);
}

/*
.sidebar-nav .nav-content a.active i {
  /*background-color: var(--color-main-2);
}
*/

.dropdown-menu.know.dropdown-menu-arrow:before {
  right: 50%;
}

.dropdown-menu.know {
  border: 2px solid #899bbd;
  /*box-shadow: 1px 1px 10px black;*/ 
}

.dropdown-menu.know i {
  font-size: 18px;
}

.know-container {
  height: 100%;
  overflow: auto;
   
}


.know-container::-webkit-scrollbar {
  width: 5px; /* Товщина скролбара */
  border-radius: 10px;
}

.know-container::-webkit-scrollbar-thumb {

  border-radius: 10px;
  background-color: var(--color-main-2)
}

.offcanvas a {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.offcanvas a i:not(.btn i) {
  font-size: 14px;
  margin-right: 5px;
}

  
  


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.div-map {
  min-height: 200px;
  flex-grow: 1;
}

.div-chart {
  min-height: 200px;
  flex-grow: 1;
}


/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: var(--color-main-1);
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

.dashboard .cli-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .newcli-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .amount-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

.dashboard .newamount-card .card-icon {
  color: #00bcd4;
  background: #e6f8fb;
}



/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: var(--color-main-1);
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}





/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: var(--color-main-1);
  /*padding: 15px 0;*/
}

.i-big {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  /*font-family: var(--bs-font-monospace);*/
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}


.accordionIcon .i-big {
  display: inline-block;
  border: 1px solid #e7f1ff;
  padding: 10px 15px;
  background-color: #fff;
  text-align: center;
  color: var(--color-main-1);
  margin:3px;
  cursor: pointer;
  font-size: 40px;
}


.i-big:hover {
  color:var(--color-main-2) !important;
}

.iconslist .icon:hover {
  border-color:var(--color-main-2);
}

/*
.iconslist .icon:hover i1 {
  color:var(--color-main-2);
}
*/
 
/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  padding-top: 10px;
  font-size: 16px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: var(--color-main-1);
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: var(--color-main-1);
}

.profile .profile-overview .label {
  font-weight: 600;
  font-size: 14px;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: var(--color-main-1);
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main-1);
  margin-bottom: 30px;
}

 
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}



/* Testimonials Section - Home Page
------------------------------*/
.testimonials {
  --color-background: #f4f4f4;
}

.testimonials .info h3 {
  font-size: 36px;
  /* color: #202124; */
  color: var(--color-main-1);
}

.testimonials .info h3 {
  font-size: 36px;
  /* color: #202124; */
  color: var(--color-main-1);
}


.testimonials .info p.h2 {
  font-family: 'Nunito';
  font-weight: 700;
  color: #3c4043;
  font-size: 18px !important;
}

.testimonials .swiper {
  box-shadow: 1px 1px 50px rgba(0,0,0,0.1);
  background:white;
  border-radius: 10px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--color-background);
  margin-right: 10px;
}

.testimonials .testimonial-item h3 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: rgba(var(--color-default-rgb), 0.5);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
  font-size: 18px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--color-primary-rgb), 0.4);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  color:var(--color-main-2);
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
  color:var(--color-main-2);
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 14px !important;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1e3fa;
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main-2);
}

@media (max-width: 767px) {

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  box-shadow: 0px 0px 10px rgba(1, 41, 112, 0.1);
}

.footer-area {
  padding: 40px 20px;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head ul li a {
  color:#444444;
}

.footer-head ul li a:hover {
  color:var(--color-main-2);
}

.footer-head ul li i {
  color:var(--color-main-2);
}




.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 img {
  width: 200px;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.footer-icons ul li a i {
  line-height: 0;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

/*
  DRAGS AND DROPS CLASSES
*/

.drag-pages {
  cursor:grab;
}


















.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}
