/* Add Custom Css Here */

.alert-danger {
    color: #d44e4f !important;
}

.err-border {
    border: 1px solid #d44e4f !important;
}

#faq-content p{
    font-size: 20px !important;
    line-height: 1.8 !important;
}

.tab-main-theme.vertical .theme-tabs .ui-tabs-panel.white-bg .vertical-tab-box#faq-content > * {
    max-width: 100%;
}

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

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

.custome-dnone {
    display: none !important;
}

/*.select2-selection__rendered {*/
/*    text-transform: lowercase !important;*/
/*}*/

/*.select2-results__option::first-letter {*/
/*    text-transform: uppercase !important;*/
/*}*/

.flcap {
    text-transform: lowercase !important;
}

.alert-p {
    padding: 15px 15px 0px 15px !important;
}

button.swal2-confirm {
    padding: 12px 30px !important;
    border-radius: 24px !important;
    background-color: rgb(250, 211, 72) !important;
    font-family: "Libre Franklin", sans-serif !important;
    font-weight: 700 !important;
    font-size: 100% !important;
    line-height: 24px !important;
    color: #162c4b !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out 0s !important;
    -moz-transition: all 0.2s ease-in-out 0s !important;
    display: inline-block !important;
}

.text-black {
    color: black !important;
}

.c_ml10{
    margin-left: 10px !important;
}
div.vertical-tab-box ul li{
    list-style: initial !important;
}

.select2-dropdown .select2-results__options .select2-results__option {
    text-transform: none !important;
}
.signupIntro__content__inner .half_wrap .form_wrapper .button{
    margin-top: 19px;
}
.form-group.theme-select select.form-control + .select2{
    width: 100%;
    background-color: #EAEFF5;
    display: block;
    border-radius: 8px;
    padding: 0px 10px 0 0;
    position: relative;
    padding-right: 0;
    background-image: url('/frontend/images/common/angle-arrow-down.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
}
.form-group.theme-select select.form-control + .select2 .select2-selection__arrow{
    display: none;
}

 @media only screen and (max-width: 767px){
        .cookie-popup .cookie-popup-innerWrap .btnWrap .button.primary{
            margin: 0px;
        }
        .cookie-popup .cookie-popup-innerWrap .btnWrap{
            gap: 15px;
        }
    }