.service-iframe-wrapper > span:not(.hidden-im) + iframe {
    height: auto !important;
}

.service-iframe-wrapper > span > span {
    border: 1px solid #000;
}

.service-iframe-wrapper button {
    margin-top: 15px;
}

.service-iframe-wrapper a {
    color: #0045A5;
}

.btn-primary {
    background: #0045A5;
    color: #fff;
    outline: none;
    padding: 5px 6px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.hidden-im {
    display: none !important;
}

.text-primary-400 {
    color: #0045A5;
}

.text-base {
    word-spacing: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.absolute {
    position: absolute;
}

.inset-0 {
    inset: 0px;
}

.bg-white {
    background: #fff;
}

.text-center {
    text-align: center;
}

.text-sm {
    font-size: 0.675rem; /* 14px */
    line-height: 1rem; /* 20px */
}

.p-3 {
    padding: 0.75rem; /* 12px */
}

.p-5 {
    padding: 1.25rem; /* 20px */
}

.mb-3 {
    margin-bottom: 0.75rem; /* 12px */
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.z-50 {
    z-index: 50;
}

.max-w-md {
    max-width: 28rem; /* 448px */
}

.rounded {
    border-radius: 0.25rem; /* 4px */
}

.border-2 {
    border-width: 2px;
}

.inline-block {
    display: inline-block;
}	
