label {
    font-weight: normal !important;
    font-size: medium !important;
}

.form-control {
    margin-bottom: 15px !important;
}

.g-recaptcha {
    margin-left: 15px !important;
    margin-bottom: 15px !important;
}

.addrow {
    float: right;
}

.invalid-input {
	border-color: #dc3545 !important;
}


#chatbot {
    display:none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
	height: 55px;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#requestSection {
	display: none;
}

.select-editable {
    position:relative;
    background-color:white;
    border:solid grey 1px;
    width:120px;
    height:18px;
}
.select-editable select {
    position:absolute;
    top:0px;
    left:0px;
    font-size:14px;
    border:none;
    width:100%;
    height: 100%;
    margin:0;
}
.select-editable input {
    position:inherit;
    top:0px;
    left:-8px;
    width: 100%;
    height: 100%;
    border:none;
}
.select-editable select:focus, .select-editable input:focus {
    outline:none;
}

ul.dropdown-menu {
    overflow-y: scroll;
}

.centre-dropdown {
    max-height: 400px;
    width: 100%;
    min-height: 35px;
    border-radius: 0!important;
    margin: 0px 0 0!important;
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis  !important;
}

.address-dropdown {
    max-height: 400px;
    width: 100%;
    min-height: 35px;
    border-radius: 0!important;
    margin: 0px 0 0!important;
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis  !important;
}

.centre-dropdown-input {
    width: 100%;
    border: none;
    background-color: #f1f1f1;
    padding: 3px 20px;
    height: 35px;
}

.dropdown-btn {
    background-image: none;
    margin-bottom: 0px!important;
}

.centre-div {
    margin-bottom: 15px !important;
    width: 100% !important;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url('/public/20240625125414oe_/https://www.sqa.org.uk/onlinepayments/assets/images/infoIcon.png') no-repeat;
    background-size: 17px 12px;
    cursor:pointer;
    border: none;
    width: 15px;
    height: 15px;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    margin-left: -117px;
}

@media only screen and (max-width: 991px) {
    .popup .popuptext {
        visibility: hidden;
        width: 150px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 8px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        margin-left: -67px;
    }
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
