﻿
.modal-dialog {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    border: 2px solid;
    box-shadow: 15px 15px 50px rgba(0,0,0,.2);
}

.scroll-container {
    max-height: 200px; /* maximum height you want */
    overflow-y: auto; /* vertical scrollbar if content exceeds max-height */
    padding-right: 5px; /* optional: prevent content from hiding behind scrollbar */
}

.select-2 {
    max-width:-webkit-fill-available!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*display:none;*/
}
.select2-selection__rendered {
    /*--bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);*/
    display: block!important;
    width: 100%;
    padding: .65rem 2.25rem .65rem .75rem!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5!important;
    color: #212529!important;
    appearance: none;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #1a2d59;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single {
    border:none!important;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        color: #666;
        margin-left:-12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-style: none!important;
        border-width: 0!important;
        height: 0!important;
        left: 25%!important;
        margin-left: 0!important;
        margin-top: 10px!important;
        top: 0!important;
        width: 0!important;
    }
	.nav-tabs .nav-link.active:after{
		bottom:-14px;
		border-top:15px solid var(--bs-nav-tabs-link-active-bg);
	}
	
	
.chk-feedback {
    display: none;
}

    .chk-feedback + label {
        height: 31px;
        width: 32px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0px 10px 0px 10px !important;
    }
        .chk-feedback + label:hover,
        .chk-feedback:checked + label:hover {
            cursor: pointer;
        }

    .chk-feedback:checked + label {
        height: 31px;
        width: 32px;
        display: inline-block;
        padding: 0 0 0 0px;
        margin: 0px 10px 0px 10px !important;
    }

#chkFeedback1 + label {
    background-image: url('../images/NCG/satisfaction_very_sad_empty_64.png');
}

#chkFeedback1:checked + label {
    background-image: url('../images/NCG/satisfaction_very_sad_filled_64.png');
}

#chkFeedback2 + label {
    background-image: url('../images/NCG/satisfaction_sad_empty_64.png');
}

#chkFeedback2:checked + label {
    background-image: url('../images/NCG/satisfaction_sad_filled_64.png');
}

#chkFeedback3 + label {
    background-image: url('../images/NCG/satisfaction_neutral_empty_64.png');
}

#chkFeedback3:checked + label {
    background-image: url('../images/NCG/satisfaction_neutral_filled_64.png');
}

#chkFeedback4 + label {
    background-image: url('../images/NCG/satisfaction_happy_empty_64.png');
}

#chkFeedback4:checked + label {
    background-image: url('../images/NCG/satisfaction_happy_filled_64.png');
}

#chkFeedback5 + label {
    background-image: url('../images/NCG/satisfaction_very_happy_empty_64.png');
}

#chkFeedback5:checked + label {
    background-image: url('../images/NCG/satisfaction_very_happy_filled_64.png');
}
.navbar-expand-lg .navbar-nav .nav-link {
    align-items:baseline;
}