﻿@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    white-space: normal!important;
}

    .collapsible-link::after {
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 0.8rem;
        word-break: break-all;
        transform: translateY(-50%);
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-size: 1rem;
    }

    .collapsible-link[aria-expanded='true']::after {
        content: '\f106';
    }

.clearable {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 5px;
    top: 0;
    color: grey;
    padding: 2 8px;
    font-style: normal;
    font-size: 1.5em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear {
    display: none;
}

@media (min-width: 768px) {
    .fix-form {
        margin-top: 30px;
    }

    .faq-category-font {
        font-size: 17px !important;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .form-buttons {
        padding-top: 24px !important;
    }

    .faq-search-font {
        font-size: 17px !important;
    }
}


@media (min-width: 576px) {
    .faq-padding {
        padding-right: 24px;
        padding-left: 0px !important;
    }

    .faq-padding-l {
        padding-right: 0px !important;
        padding-left: 24px;
    }

    .faq-search-font {
        font-size: 17px !important;
    }
}

@media (max-width: 576px) {
    .btn-faq {
        width: 100%;
    }

    .p-mobile {
        padding-top: 24px;
    }

    .faq-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .faq-padding-l {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .faq-search-font {
        font-size: 15px !important;
    }
}

.form-buttons {
    flex-flow: row !important;
}

.faq-label {
    font-weight: bold;
    padding-bottom: 5px;
}

.select-fix {
    height: calc(2.25rem + 4px) !important;
    background: url(/Content/Images/Faq/br_down.png) no-repeat right;
    background-size: 12px;
    -webkit-appearance: none;
    background-position: 96%;
}

 .btn-outline-danger {
    background-color: #fff !important;
    border-color: #AD0000;
    color: #7B0000;
    box-shadow: inset 0 0 0 1px #AD0000;
}

.btn-outline-danger:hover, .btn-outline-danger:focus {
    border-color: #AD0000;
    color: #7B0000;
    box-shadow: inset 0 0 0 1px #AD0000;
}

.btn-outline-danger:active {
    box-shadow: inset 0 0 0 1px #AD0000;
    border-color: #AD0000;
    color: #7B0000;
    background-color: #F6F7FA;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,  .btn-outline-danger:not(:disabled):not(.disabled):active:focus,  .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #AD0000;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,  .btn-outline-danger:not(:disabled):not(.disabled):active,  .show > .btn-outline-danger.dropdown-toggle {
    color: #7B0000;
    border-color: #AD0000;
    box-shadow: 0 0 0 1px #AD0000;
}

.btn-link:hover {
    text-decoration: none !important;
}

.btn-link.focus {
    text-decoration: none !important;
}

.btn-link:focus {
    text-decoration: none !important;
}