/*
Theme Name: recover
Text Domain: recover
Version: 1.1
*/
.daterangepicker .drp-buttons {
    text-align: left;
    display: flex !important;
    justify-content: space-between;
    padding: 12px;
}

.daterangepicker .drp-buttons .btn {
    min-width: calc(50% - 6px);
    margin: 0;
    padding: 12px;
}

.cky-btn-customize {
    display: none;
}

.cky-consent-container .cky-consent-bar {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #9AC9E6;
    box-shadow: 24px 24px 24px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    border: none;
    padding: 44px 46px 50px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 2px solid red;
}

.wpcf7-response-output {
    display: none !important;
}

.cky-revisit-bottom-left {
    display: none !important;
}

/**------------------------*/
/** PAGINATION */
/**------------------------*/
.pagination {
    line-height: 0;
}

.pagination ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.pagination li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    color: #003B74;
    text-align: center;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    margin-right: 5px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li.arrow b {
    display: none;
}

.pagination li.arrow i::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: calc(50% - 2px);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #0065A3;
    border-right: 1px solid #0065A3;
}


.pagination li.arrow.left i::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    left: calc(50% + 2px);
}

.pagination li a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.pagination li:not(.dots, .arrow).active {
    background: #9AC9E6;
}

.pagination .dots {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .pagination li:not(.dots):hover {
        background: #ff8049;
    }

    .pagination li:not(.dots):hover a {
        color: #fff;
    }

    .pagination li:hover .pagination-arrow i::before {
        border-color: #fff;
    }
}


/*fixes 17.11.2022*/
body:not(.home) .nav ul li.current-menu-item {
  position: relative;
}

body:not(.home) .nav ul li.current-menu-item::before {
  content: '';
  position: absolute;
  top: -45px;
  left: -35px;
  width: calc(100% + 70px);
  height: calc(100% + 89px);
  background-color: #F8F8F8;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

body:not(.home) .header.scrolled .nav ul li.current-menu-item::before {
  top: -32px;
  height: calc(100% + 63px);
}

@media (max-width: 1560px) {
  body:not(.home) .nav ul li.current-menu-item::before {
    top: -32px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 63px);
  }

  body:not(.home) .header.scrolled .nav ul li.current-menu-item::before {
    top: -27px;
    height: calc(100% + 53px);
  }
}

@media (max-width: 1199px) {
  body:not(.home) .nav ul li.current-menu-item::before,
  body:not(.home) .header.scrolled .nav ul li.current-menu-item::before {
    top: -24px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 47px);
  }
}
.thanks-page .btn_wr{
    display: flex;
    justify-content: center;
    margin: 70px 15px;
}
.thanks-page .text.text-xl{
    margin-top: 50px;
}
.thanks-page {
    height: 40vh;
}
@media (max-width: 991px) {
  body:not(.home) .nav ul li.current-menu-item::before {
    content: none;
  }
  .thanks-page .btn_wr{
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
}

