.modal-open {
    overflow: visible;
}
.bg-light-yellow {
    background-color: #fdf4dc !important;
}
.btn-gray {
    background-color: #cbcbcb;
}
.bg-light-blue {
    background-color: #3493e0;
}
.text-gray {
    color: #acacac;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-hover-decoration-none:hover{
    text-decoration: none !important;
}
.text-primary-blue {
    color: #3493e0;
}
.text-dark-blue {
    color: #134fbe;
}
.text-orange {
    color: orange;
}
.fake-tab {
    border-bottom: 3px double #88bfed;
    display: flex;
    margin-bottom: 32px;
}

.fake-tab a.item {
    display: inline-block;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 600;
    background-color: transparent;
    color: #484848;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 10px;
    opacity: 0.9;
}
.fake-tab a.item.active,
.fake-tab a.item.active:hover {
    opacity: 1;
    color: #3493e0;
}
.fake-tab a.item:hover {
    color: #89caff;
}

.dash-right-title {
    line-height: 24px;
}
.dash-right-title::after {
    content: "";
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    width: 120px;
    height: 1px;
    background-color: #777;
    position: relative;
    margin-top: -1px;
}
.dash-right-title::after {
    margin-left: 8px;
}

.text-primary-blue:hover,
.text-primary-blue:focus,
.text-primary-blue:active {
    color: #79b5e5;
}
.preview-list-wrapper {
    padding: 8px;
    border-radius: 6px;
    background-color: #e7f4ff;
    margin-bottom: 24px;
    /* box-shadow: 0 0 40px -4px rgb(0 0 0 / 8%); */
}
.preview-list-wrapper:last-of-type {
    margin-bottom: 0;
}
.preview-list-wrapper .item {
    display: flex;
    line-height: 18px;
    font-size: 16px;
    color: #484848;
    padding: 5px 4px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgb(17 70 114 / 13%);
}
.preview-list-wrapper .item:last-child {
    border-bottom: 0;
}
.preview-list-wrapper .item .label {
    width: 30%;
    flex-shrink: 0;
}
.preview-list-wrapper .item .content {
    flex-grow: 1;
    color: #0962a9;
}
.preview-list-wrapper.preview-form {
    padding: 8px;
    border-radius: 0;
    background-color: #f4f4f4;
    box-shadow: none;
}