.iconCard--tab {
    cursor: pointer;
    text-align: center;
}

.step-wrapper {
    position: relative
}

@media (max-width: 800px) {
    .iconCard--tab {
        display: inline-block;
    }

    .step-wrapper {
        display: none;
    }
}

.tab-row h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
}

div.disabled {
    opacity: 0.5;
    pointer-events: none;
}

div.enabled {
    pointer-events: none;
    opacity: 1;
}

.form-group.row {
    margin-bottom: 1.5rem;
}

.note {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

small {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

.form-field {
    margin-bottom: 10px;
}

.form-check-label {
    color: unset !important;
}
.btn-border,
.btn-cancel {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000 !important;
    background: #FEFEFE;
    border: 2px solid #00568F;
    border-radius: 999px;
    margin-bottom: 5px;
}

.btn-save {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF !important;
    background: #00568F;
    border-radius: 999px;
    margin-bottom: 5px;
}

.btn-reset-all {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000 !important;
    background: #FEFEFE;
    border: 2px solid #00568F;
    border-radius: 999px;
    margin-bottom: 5px;
}

.input-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.form-sub-label {
    font-size: 16px;
    line-height: 20px;
}

.note-editor.note-frame {
    border-radius: 16.5px;
}

.greyCard {
    margin-bottom: 12px;
}

.minimum-age {
    width: 150px;
    text-align: center;
}

.gallery-item {
    display: inline-block;
    padding: 0.25em 0.4em;
    width: 33%;
    height: 200px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    border: none;
    text-align: center;
    margin-top: 4px;
}

@media (max-width: 576px) {
    .gallery-item {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .note-editor .btn {
        width: unset;
        min-width: unset;
    }
}

.modal-fullscreen {
    width: 95vw;
    max-width: none;
    height: 90%;
    margin: 1.75rem auto;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-bottom: 1px solid #dee2e6;
    padding: 13px;
}

.modal-fullscreen .modal-header .btn-close {
    padding: 0.5rem 0.5rem !important;
    margin: -0.5rem -0.5rem -0.5rem auto;
    top: unset !important;
}

.modal-fullscreen .modal-content,
.modal-fullscreen .modal-body {
    padding: 0;
}

.ifram-wrapper {
    height: 100%;
    width: 100%;
}

.note-editable ul {
    list-style: inside;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.validation-error {
    padding: 5px !important;
    margin: 0 !important;
    text-align: center;
    display: block;
    width: 100%;
    color: red;
}

.success-response-message {
    padding: 10px !important;
    margin: 0 !important;
    text-align: center;
    display: block;
    width: 100%;
    color: green;
}

.published-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.published-link {
    font-weight: bold;;
    font-size: 16px;
}

.calendar-icon {
    position: absolute;
    right: 30px;
    pointer-events: none;
    bottom: 9px;
    width: 30px;
}
#volunteer-number{
    width: 90px;
}
@media (max-width: 800px) {
    #volunteer-number{
        width: 100%;
    }
}
.contact-number {
    position: relative;
}

.contact-ext {
    position: absolute;
    top: -25px;
    right: 0;
}

.contact-ext span {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.contact-ext input {
    width: 70px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-top: 5px;
}
.vue-treeselect .vue-treeselect__control{
    border: 0.82px solid #A3A6AA;
    border-radius: 16.5px;
    min-height: 40px;
}
span.vue-treeselect__multi-value-label{
    padding: 2px 5px;
}
/*********************/
.form-section h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #00568F;
}

.form-section p {
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

.section-arrow {
    margin-left: 40px;
    cursor: pointer;
}

p.lead {
    margin-top: 15px;
}

/* progressbar  */
@keyframes growProgressBar {
    0%, 33% {
        --pgPercentage: 0;
    }
    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}
#progressbar {
    margin-left: 10px;
    --size: 4rem;
    --fg: #47B700;
    --bg: #FCB912;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, #004e8e 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14pt;
    color: #ffffff;
}

#progressbar::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}

/* end progressbar*/
/* line arrow */
.step-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(90deg) translate(10px, 30%);
}

.line {
    border-right: 0.4rem dashed black;
    display: inline-block;
    height: 5rem;
}

.line-fix {
    border-right: 0.4rem solid black;
}

.arrow {
    position: absolute;
    top: -1rem;
    bottom: 0;
    height: 1.3rem;
    border-right: 0.4rem solid black;
    display: inline-block;
}

.right {
    left: 0.3rem;
    transform: rotate(-45deg);
}

.left {
    right: 0.3rem;
    transform: rotate(45deg);
}

.step-check {
    position: absolute;
    top: 20%;
    left: -35px;
}

/* end line arrow*/
.volunteer-virtual-label {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 7px 3px 3px 25px !important;
    color: black !important;
}

/*begin type-of-volunteer*/
.type-of-volunteer label {
    width: 100%;
    height: 208px;
    padding: 0 20px;
    border: 1px solid #000000;
    border-radius: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.type-of-volunteer label button {
    border: 1px solid #000000;
    width: 141px;
    margin: 5px 0;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
}
.type-of-volunteer label button:focus {
    outline: unset;
    box-shadow:unset;
}

.type-of-volunteer label p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}
.type-of-volunteer label.active{
    background:#B0E0FF;
}
.type-of-volunteer label.active button{
    background:white;
    border-color:white;
}
.type-of-volunteer label::before,
.type-of-volunteer label::after {
    display: none;
}

/*end type-of-volunteer*/
/*begin is_email_shortlist*/
#is_email_shortlist_yes + label::after,
#is_email_shortlist_no + label::after,
#is_email_shortlist_yes  + label::before,
#is_email_shortlist_no  + label::before{
    display: none !important;
}

#is_email_shortlist_yes:checked + label,
#is_email_shortlist_no:checked + label{
    background: #549ac9;;
    color:white !important;
}

[for="is_email_shortlist_yes"],
[for="is_email_shortlist_no"]{
    border: 1px solid #549ac9;
    text-align: center;
    padding: 5px 20px !important;
    border-radius: 10px;
    margin-right: 10px;
}
/*end is_email_shortlist*/
/*  preview style */
.btn-top-edit{
    position: absolute;
    width: 180px;
    right: 26px;
    top: -36px;
}
.avatar {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
    border-radius: 20%;
    background: white;
    padding: 0;
    border-style: solid;
    border-color: #00568F;
    border-width: 14px 10px 10px 10px;
    object-fit: contain;
}
.preview-social-links label {
    max-width: 122px;
    margin: 10px 5px 0 8px;
    word-break: break-word;
}

.preview-social-item {
    max-width: 250px;
    text-align: center;
    margin: auto;
}

.preview-social-item a.col {
    padding: 0 !important;
}

@media (max-width: 500px) {
    .preview-social-links label {
        max-width: unset;
        margin: 0;
        padding: 10px 0 10px 28px;
        display: block;
        width: 100%;
    }

    .preview-social-links .row {
        position: relative;
    }

    .preview-social-links img {
        position: absolute;
        top: 5px;
    }
}

#map {
    width: 100%;
    height: 300px;
    border-radius: 25px;
}
.map-min{
    width: 200px !important;
    height: 200px !important;
}

.preview-province {
    max-width: 70px;
}

.preview-province select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
}

.preview-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    max-height: 220px;
    overflow-y: scroll;
    width: 100%;
    padding-right: 10px;
    overflow-x: hidden;
}

.preview-description::-webkit-scrollbar {
    width: 12px;
}

.preview-categories img {
    width: 49px;
    height: 49px;
    margin: 5px 5px 5px 0;
    float: left;
}

.preview-communities span {
    float: left;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid black;
    border-radius: 10px;
    margin: 5px 10px 10px 0;
    padding: 4px 8px;
}

.preview-org-name {
    font-weight: 500;
    font-size: 24px;
}
.opp-status-row{
    font-weight: normal;
    font-size: 18px;
    line-height: 14px;
    padding: 5px;
    border-radius: 8px 8px 0px 0px;
}
.opp-status-row img {
    width: 24px;
    height: 24px;
}
.preview-availability
.multi-list-box-title {
    padding: 5px;
    padding-right: 20px;
}
.preview-availability img {
    right: 2px!important;
}
.preview-opp-name {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}
.shift-date{
    font-weight: 400;
    font-size: 16px;
    padding: 7px 15px;
    border: 1px solid gray;
    margin: 2px 5px 2px 0;
    border-radius: 8px;
    cursor: pointer;
    float: left;
    max-width: 225px;
    text-align: center;
}
.shift-date.selected{
    background: #B0E0FF;
}
/* end preview style */
