html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
      html {
            font-size: 16px;
      }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
}

#webchat {
    min-width: 400px;
    width: 50%;
    min-height: 500px;
    height: 100%;
    border: 1px solid #000;
}

#webchat-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 10px;
}

div[id^='rateAnswerStarsHolder_'] .ac-container button img {
    width: 20px !important;
    height: 20px !important;
}

div[id^='rateAnswerStarsHolder_'] .ac-pushButton {
    margin: 5px;
    border-color: #d1d1d1;
    border-radius: 4px;
}

div[id^='rateAnswerStarsHolder_'] .ac-pushButton:hover {
    background-color: lightgray !important;
}

div[id^='rateAnswerStarsHolder_'] .ac-pushButton[aria-pressed="true"] {
    background-color: white !important;
}

div[id^='rateAnswerStarsHolder_'] .ac-pushButton img {
    content: url("../img/star-regular.svg");
}

div[id^='rateAnswerStarsHolder_'] .ac-pushButton[aria-pressed="true"] img {
    content: url("../img/star-filled.svg");
}


div[id^='resolveQuestionContainer_'] button[disabled] {
    background-color: lightgray !important;
    cursor: not-allowed;
    color: darkgray;
    border-width: 0px !important;
}

