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

.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;
    word-break: break-word;
}

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

.form-check-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: unset !important;
}

.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;
}

.btn-profile-photo {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 13px;
    background: #00568F;
    color: white;
}

.contact-row label {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding-top: 14px;
    padding-right: 5px;
    color: #000000;
    width: 165px;
    text-align: right;
}

@media (max-width: 576px) {
    .contact-row label {
        width: 100%;
        text-align: left;
    }
}

.contact-row .row {
    margin-bottom: 10px;
}

.radio-alias label {
    font-size: 12px;
    line-height: 15px;
}

.btn-preview {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF !important;
    background: #454545;
    border-radius: 99px;
    margin-bottom: 5px;
}

.btn-border {
    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;
}

.reason label {
    color: white;
    background: #549ac9;
    border-radius: 50%;
    text-align: center;
    line-height: 32pt;
    font-size: 18px;
    font-weight: bold;
    padding: 1px;
    margin: 0;
    width: 44px;
    height: 44px;
}

.reason select {
    width: calc(100% - 70px);
    margin-bottom: 12px;
    margin-left: 10px;
}

#schedule_start_dt,
#schedule_end_dt {
    text-align: center;
}

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

.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 (min-width: 1000px) {
    .card-body {
        padding: 0;
    }
}

@media (min-width: 1650px) {
    .card-body {
        padding: 1.25rem;
    }
}

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

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

.gallery-item a {
    position: absolute;
    left: -8px;
    top: 1px;
    border: 1px solid gray;
    border-radius: 50%;
    padding: 0 5px;
    line-height: 20px;
    background: white;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    color: black;
}

.gallery-item span {
    position: absolute;
    bottom: 0;
    color: white;
    background: gray;
    left: 0;
    width: 100%;
    border: 1px solid white;
    padding: 2px;
    word-break: break-word;
    max-height: 60px;
}

.gallery-item div {
    cursor: pointer;
}

.gallery-item .wrapper {
    height: 100%;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 2px;
}

.gallery-item img {
    max-height: 134px;
}

.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%;
}

.details {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 2px;
}

.details a {
    text-decoration: underline;
}

.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;
    border-bottom-left-radius: 0;
    margin-top: 5px;
}

/*********************/
.form-section {
    /*margin-bottom: 35px;*/
}

.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;
}

.col-form-url-label.mr-1 {
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    word-break: break-word;
}

.template_modals .modal-dialog {
    max-width: 630px;
}

.template_modals .modal-content {
    border-radius: 0px;
}

.template_modals .modal-header {
    text-align: center;
    display: block;
    padding-top: 44px;
    padding-bottom: 5px;
}

.sidebar-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: center;
}

.badge {
    font-size: 75% !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

/* 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, 25%);
}

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

.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*/
/*  preview style */
.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;
    margin-top: 10px;
}

.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;
}

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

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

.preview-province select:focus {
    background: transparent;
    border: none;
    color: transparent;
    box-shadow: none;
}

.preview-province select option {
    color: black;
}

.preview-province input {
    width: 100%;
    text-align: center;
    color: #5E6A71;
    padding: 0;
}

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

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

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

}

.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;
    overflow-y: scroll;
    max-height: 220px;
    overflow-x: hidden;
}

.preview-phone-container {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 200px;
}

.preview-phone-icon {
    display: inline-block;
    padding-left: 20px;
    padding-right: 8px;
}

.preview-phone-number {
    display: inline-block;
    width: 130px;
    padding: 0px;
}

#preview-form {
    font-family: 'Montserrat';
}

input#contact_number[readonly] {
    background: white;
    border: none;
}

.preview-org-name {
    font-weight: 500;
    font-size: 24px;
}

input#contact_number:focus {
    border: none !important;
}

.preview-contact-form {
    background: #00568F;
    color: white;
    border-radius: 25px;
    padding: 30px 0;
}

.preview-contact-form a.bodyLink {
    color: white;
}

/* end preview style */