/* #region IMPORTS */
@import '/resources/css/wk-fonts.css';
@import "/resources/css/wk-colors.css";
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* #endregion */

/* #region GENERAL */
#go2top {
    background-color: #83ad1c;
    bottom: 60px;
    height: 54px;
    width: 50px;
}

#go2top.oxy-icon {
    font-size: 1.2em !important;
}

.hidden {
    display: none;
}

.show-important {
    display: block !important;
}

ServerMaintenanceNotice {
    display: contents;
    position: absolute;
    top: 0px;
    width: 100%;
    /* background-color : 'darkgray'; */
    margin: auto;
    font-size: larger;
}

.ServerMaintenanceContent {
    margin: auto;
    background-color: #28a745;
    color: white;
    padding: 20px;
    text-align: center;
}

#StartDateTime {
    font-size: 1.25em !important;
    text-decoration: underline;
}

/* Loader */
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #242f3f; */
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    /* border: 4px solid #28a745; */
    /* border: 0px; */
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    /* background-color: #28a745; */
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* #endregion */

/* #region COOKIES */
.cookie-container {
    display: none !important;
}

/* #endregion */

/* #region HEADER */
.wh_header {
    background: #85BC20;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
}

.wh_logo_and_publication_title_container {
    display: contents;
}

.wh_logo_and_publication_title {
    background-image: url("/resources/img/logos/Wolters-Kluwer-logo_disc_trans.png");
    background-repeat: no-repeat;
    padding-left: 70px;
    text-align: left;
}

.wh_publication_title,
.wh_publication_title h1,
.wh_publication_title h2,
.wh_publication_title h3,
.wh_publication_title a,
.wh_publication_title span {
    font-size: large !important;
}

.wh_top_menu ul li:hover,
.wh_top_menu.activated-on-click ul li.active {
    background-color: #007AC3;
    color: white;
}

.wh_top_menu ul li:hover a {
    color: inherit;
}

.wh_top_menu ul li ul li {
    /* display: block;
    padding: 0.5em 1em;
    text-decoration: none; */
    background-color: #007AC3;
    border-color: #007AC3;
}

.wh_top_menu ul li:active a {
    color: white;
}

#collapsebutton {
    /* height: 36px; */
    /* width: 84px; */
    font-size: 12px;
    border-color: #007AC3;
    display: table-cell;
    margin-left: 6px;
}

.wh_top_menu>ul>li>span>span>a>code {
    display: none;
}

/* .wh_top_menu ul ul li a:hover {
    background: #005C92;
} */

/* #endregion */

/* #region SEARCHBAR */
#searchForm {
    margin-left: 100px;
    height: 50px;
}

.divSearch,
.divSearchNew {
    width: 360px !important;
    right: 30px;
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center items vertically */
}

.wh_search_textfield {
    flex: 1; /* Allow the input to take available space */
    margin-right: 10px; /* Add some space between the input and button */
}

.wh_search_textfield::placeholder {
    color: #ffffff;
}

#collapsebutton {
    /* Optional: Add styles for the button */
    margin-left: 0; /* Ensure no margin is pushing it away */
}

.input-group {
    position: relative;
}

.search-input-wrapper {
    flex: 1 1 auto;
    min-width: 0;
}

.input {
    padding: 6px;
    width: 100%;
    font: inherit;
    color: #fff;
    background-color: transparent;
    outline: 2px solid #fff;
}

.input:focus+.input-label,
.input:valid+.input-label {
    transform:
        translate(6px, -6px) scale(.8);
    color: white;
    padding-inline: 5px;
    background-color: #83ad1c;
}

.input:is(:focus, :valid) {
    outline: 2px solid #fff;
}

.input-label {
    /* position: absolute; */
    /* top: -3px; */
    /* top: 8px; */
    /* right: 430px !important; */
    /* transform: translate(10px, 10px); */
    /* transition: transform .25s; */
    font-weight: 400;
    display: table-cell;
    padding-right: 6px;
    ;
}

/* .search-mode-control { height: 94% !important; } */
/* Toggle button styles commented out — see header.js for re-enable instructions */

.wh_search_input {
    display: none;
}

.wh_search_textfield {
    width: 250px;
    height: auto;
    color: #757575;
    right : 30px !important;
}

.wh_main_page_search,
.wh_topic_page_search {
    padding: 10px !important;
    background: #007ac3 !important;
}

.wh_search_button {
    /* position: relative !important; */
    display: none;
}

.ui-autocomplete {
    z-index: 1000;
}

.ui-menu-item-wrapper {
    font-family: "Open Sans";
}

#textToSearch,
#textToSearch-new {
    width: 100%;
    min-width: 0;
    margin-right: 0;
    background-color: transparent;
    color: white;
}

/* .search-mode-control { right: 42px !important; } */

#searchBtn {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    height: 88%;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #007ac3;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    z-index: 10;
}

#searchBtn:hover {
    background-color: #0069a9;
}

#moreButton {
    position: absolute;
    top: 40%;
    right: 10px;
    height: 32px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: x-large;
    z-index: 10;
}

#headerPdfButton {
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-left: 8px;
    margin-right: 24px;
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: x-large;
    flex: 0 0 auto;
    z-index: 10;
}

#headerPdfButton i {
    color: #b30b00;
}

#headerPdfButton:hover {
    background-color: #a3d34f;
    border-radius: 3px;
}

.wh_print_link {
    display: none !important;
}

/* #endregion */

/* #region BODY */
body,
.wh_topic_content,
.wh_content_area {
    /* width: 95%; */
    font-family: "Open Sans";
    /* font-size: 16px; */
    /* line-height: 1.5em; */
    /* visibility: hidden; */
}

.wh-tooltip {
    display: none;
}


p.shortdesc {
    display: none;
}

.DocLinks {
    position: relative;
    top: -10px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.div-landing-page-btn,
.div-changelog-btn {
    display: flex;
    margin-top: 20px;
}

.link-landing-page {
    border: 1px solid #007bff;
    margin-left: 6px;
    font-size: 12px;
}

.link-primary:hover,
.div-landing-page-btn:hover {
    color: white;
}

.wh_main_page_toc {
    border: 0;
}

.cl_section {
    border-top: 4px solid;
    border-color: rgb(0, 122, 195);
    border-radius: 5px 0px;
}

.btn_revision {
    border-radius: 5px;
    background: rgb(0, 122, 195);
    font-family: 'Calibri', arial, helvetica, sans-serif;
    color: white;
    font-weight: bold;
    padding: 4px 16px 4px 16px;
    margin-right: 10px;
    width: 200px;
    height: 20px;
    border-top: 2px solid;
    border-color: rgb(0, 122, 195);
}

/* #region right bounce */
@-webkit-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }

    60% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

@-moz-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-60px);
    }

    60% {
        transform: translateX(-30px);
    }
}

@keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
    }

    60% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

/* #endregion /right bounce */

.landing-page-arrow {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    color: #007ac3;
    font-size: xx-large;
    display: none;
}

/* Search Page */
.DPDisclaimer {
    display: block;
    padding: 10px !important;
    margin-left: 120px !important;
    margin-right: 120px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    background: rgb(219, 219, 219);
    border: 5px solid rgb(110, 187, 31);
    margin-top: .5em !important;
    margin-bottom: 1em !important;
    width: fit-content;
}

.DPDisclaimer p {
    margin: 0 0 -6px !important;
}

/* Tables */
.tablecap {
    font-size: large;
    font-weight: bold;
    color: #000;
    padding-left: 0;
}

.table--title-label {
    display: none;
}

.table>.tbody>tr {
    display: table-row !important;
}

/* Images */
img {
    margin-top: 12px !important;
    margin-bottom: 20px;
}

.close {
    /* This is the image that closes a clicked image */
    color: #f1f1f1;
    font-size: 30px;
    font-weight: 100;
    opacity: .4;
    position: absolute;
    right: 35px;
    text-shadow: none;
    top: 15px;
    transition: .3s;
}

pre.codeblock {
    overflow: overlay !important;
}

/* #endregion */

/* #region CHANGELOGS */
.nav-list {
    display: block !important;
    flex-direction: column !important;
}

.nav-list li {
    display: block !important;
    width: 100% !important;
    margin-bottom: -5px !important;
}

.nav-list a {
    display: block !important;
    padding: 5px 0 !important;
}

.rntitle {
    font-size: larger;
    color: #007ac3;
}

.cl_section_title {
    margin-top: 0px;
    font-size: large;
    margin-left: 10px;
    font-weight: 600;
}

.clType {
    border-radius: 5px;
    background: rgb(0, 122, 195);
    font-family: 'Open Sans', sans-serif;
    font-size: small;
    color: white !important;
    font-weight: normal;
    padding: 4px 6px 4px 6px;
    margin-right: 10px;
    border-color: rgb(0, 122, 195);
}

#CLToolsHeading {
    font-weight: bold;
}

#CLToolsPara {
    margin-top: 2em !important;
    font-weight: bold;
}

.Enhancement {
    background: #28a745;
    border-color: #28a745;
}

.Defect,
.Correction {
    background-color: crimson;
    border-color: crimson;
}

.simpletable-container {
    border-bottom: 2px solid black;
}

.stentry {
    border: none;
    padding: 6px 10px;
}

/* .FilterContainer {
    margin-bottom: 10px;
    width: 340px;
} */

.cl_month_separator {
    margin-left: 5em;
    text-indent: -5em;
}

#NumOfRNs {
    margin-left: 20px;
}

#RnCount {
    color: #c7254e;
    font-weight: bold;
}

/* #endregion */

/* #region More Menu */
#moreMenu button i.bi {
    margin-right: 15px;
}
/* #endregion */

/* #region TOOLBAR */
.wh_tools {
    height: 40px;
}

.wh_right_tools {
    position: relative;
    display: flex;
    flex-direction: row;
    flex: none !important;
}

#Id-toolbar {
    display: -webkit-inline-box !important;
}

.toolbarBtn {
    width: 30px;
}

.toolbar-icon {
    width: 24px;
}

.wh_feedback_link,
.wh_chat_link {
    margin-right: 0;
    margin: 0;
    padding: 0;
}

.wh_feedback_link button,
.wh_chat_link button {
    border: none;
    background-color: transparent;
    color: #347bb7;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
}

.btn-idev {
    padding: 1px 14px !important;
}

.idev-icon-chat img {
    width: 30%;
}

.glyphicon-cloud,
.glyphicon-envelope {
    font-size: large !important;
}

.DocLinks {
    /* margin-right: auto; Pushes the DocLinks to the left */
    order: -1; /* Ensure it appears first in the flex container */
}

/* Changelog Filter */
#FilterControls {
    margin-top: auto !important;
}

#filterText {
    color: #757575 !important;
}

#btnLogout {
    height: auto;
    font-size: 12px;
    border-color: #007AC3;
    display: table-cell;
}

#btnLogout:visited {
    color: #fff !important;
}

/* Oxy Icons */
.oxy-icon {
    font-size: 1.5em;
}

/* #endregion */

/* #region FEEDBACK/DYK CONTAINER */
#closeFeedback,
#closeDYK,
#closeFB,
#closeCLPane {
    color: rgb(110, 187, 31);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    font-size: 20px;
    font-weight: bold;
}

#closeFeedback::before {
    /* content: "Feedback"; */
    width: 20px;
    height: 20px;
    margin-left: -20px;
}

#closeDYK::before {
    /* content: "Did You Know?!"; */
    width: 20px;
    height: 20px;
    margin-left: -20px;
}

.dykBox,
.contactUsBox,
.chatBox {
    top: 150px;
    right: -440px;
    width: 420px;
    padding: 2px 10px 10px 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    z-index: 1000;
    box-shadow: 0 0 10px 10px lightslategray;
}

.contactUsBox {
    top: 150px;
    right: -480px;
    width: 460px;
    padding: 12px 10px 12px 12px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
}

.contactUsBox.show {
    opacity: 1;
    right: 0px;
}

p.ContactUsTitle {
    white-space: pre-wrap;
}

.feedbackBox {
    top: 150px;
    right: -480px;
    width: 460px;
    padding: 12px 10px 12px 12px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    z-index: 1000;
    box-shadow: 0 0 10px 10px lightslategray;
}

.feedbackBox.show,
.dykBox.show {
    opacity: 1;
    right: 0px;
}

#FeedbackBoxTitleBar {
    font-size: 20px;
    font-weight: bold;
    color: #83ad1c;
}

#DykBoxTitleBar, #ContactUsBoxTitleBar {
    font-size: 20px;
    font-weight: bold;
    color: #83ad1c;
}

#FeedbackboxTitle {
    display: block;
}

#FeedbackBoxBody {
    display: block;
}

#FeedbackBodyText,
#DykBodyText {
    font-size: small;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: normal;
    width: 380px;
}

/* like textarea element */
#like, #improve {
    min-height: 100px; /* Ensures a good initial height */
    padding: 12px 15px;
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 8px; /* Slightly rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Modern, clean font */
    font-size: 16px; /* Comfortable font size */
    line-height: 1.5;
    color: #333; /* Dark text color for readability */
    background-color: #f9f9f9; /* Slightly off-white background for less strain */
    resize: vertical; /* Allow vertical resizing only */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover/focus */
}

#like:focus, #improve:focus {
    border-color: #3498db; /* Blue border on focus */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Stronger shadow on focus */
    outline: none; /* Remove default outline */
}

#requestContactDiv {
    padding: 0px 0px 0px 0px;
}

#labelRequestContact {
    margin-left: 6px !important;
}

.FeedbackPostMsg {
    font-size: 11px;
    line-height: normal;
    width: 380px;
}

.rating-button {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.rating-button:hover {
    background-color: #f0f0f0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked+.rating-button {
    background-color: #007ac3;
    color: white;
}

#email {
    width: 35%;
    padding: 12px 15px;
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 8px; /* Slightly rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Modern, clean font */
    font-size: 16px; /* Comfortable font size */
    color: #333; /* Dark text color for readability */
    background-color: #f9f9f9; /* Slightly off-white background */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover/focus */
}

#email:focus {
    border-color: #3498db; /* Blue border on focus */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Stronger shadow on focus */
    outline: none; /* Remove default outline */
}

#email::placeholder {
    color: #888; /* Light gray placeholder text */
    opacity: 1; /* Ensures placeholder is always visible */
}

#email:disabled {
    background-color: #e9e9e9; /* Light gray background for disabled state */
    cursor: not-allowed;
    border-color: #ddd; /* Lighten border when disabled */
    box-shadow: none;
    opacity: 0.5; /* Reduce opacity to indicate disabled state */
    pointer-events: none; /* Disable interaction */
}


#likeDiv, #improveDiv, #ratingDiv, #emailDiv, #submitFeedback {
    margin-top: 10px;
}

#emailDiv {
    margin-top: 0px;
}

#FeedbackBoxTitleBar {
    display: block;
}

#FeedbackboxTitle {
    display: block;
}

#FeedbackBoxBody {
    display: block;
}

#ContactDiv {
    border-left: solid #007ac3 4px;
    padding-left: 6px;
    margin-top: 16px;
}

.DYKList {
    margin-bottom: 0px;
    border-left-width: 2px !important;
}

/* #endregion */

/* #region LIVE CHAT  */
#confEnvTitle {
    font: bold;
}

#chat {
    display: none;
}

#ChatBoxTitleBar {
    font-size: 20px;
    font-weight: bold;
    color: #83ad1c;
}

#ChatboxTitle {
    display: block;
}

#ChatBoxBody {
    display: block;
}

/* div.btn-group {
    display: none;
} */
.glyphicon-remove-circle {
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
}

#closeChat {
    color: rgb(110, 187, 31);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    font-size: 20px;
    font-weight: bold;
}

#closeChat::before {
    width: 20px;
    height: 20px;
    margin-left: -20px;
}

.closeLCPane::before {
    content: '';
    background-size: cover;
    background-position: right;
    position: absolute;
    margin-left: 150px;
    width: 28px;
    height: 28px;
}


.chatBoxNotice {
    top: 430px;
    right: -290px;
    width: 290px;
    padding: 2px 10px 2px 10px;
    transition: all .5s ease;
    position: fixed;
    float: right;
    border-radius: 10px 0px 0px 10px;
    display: block;
    background: #fff;
    border-top: solid 5px rgb(110, 187, 31);
    border-left: solid 5px rgb(110, 187, 31);
    border-bottom: solid 5px rgb(110, 187, 31);
    margin-bottom: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 1000;
}

.glyphicon-arrow-up {
    color: #007ac3;
    font-size: 300%;
}

#ChatBoxNoticeTitle {
    color: #007ac3;
    font-weight: bold;
}

#ChatBoxNoticeBodyMsg {
    margin-left: 15px;
    font-size: 14px;
    line-height: 140%;
}

.chatBox.show {
    opacity: 1;
    right: 0px;
}

#chatLogo a:link,
#chatLogo a:visited {
    text-decoration: none;
}

#chatLogo a:hover {
    color: #000;
}

#EnvOpt1 {
    width: 100px;
}

#ContinueButton {
    display: block;
    margin-top: 20px;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgb(110, 187, 31);
    ;
    border-color: #525b4e;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatTextbox {
    width: 300px;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.NameReminder,
.NumReminder {
    display: none;
}

.NameReminder,
.NumReminder {
    font-size: 11px;
    color: red;
}

/* #endregion */

/* #region FOOTER */
footer {
    background: #007ac3;
    text-align: left;
}

.wh_footer {
    background: #007ac3;
    background-image: url("/resources/img/logos/Wolters-Kluwer-logo_blu.png");
    background-repeat: no-repeat;
    background-position: right;
    text-align: left;
    margin-bottom: 0px;
}

/* #endregion */

@media (max-width: 768px) {

    .feedbackBox,
    .dykBox,
    .chatBox {
        top: 170px;
    }
}
