.modal-background {
    background: #f7f8f9;
}
.modal-dialog {
    top: 0;
}

.meta-tags-modal-padding {
    padding: 30px 40px;
}

.meta-tags-modal .modal-content {
    border-radius: 14px;
}

.meta-tags-modal .modal-body {
    max-height: 1280px;
    overflow: auto;
    padding-bottom: 62px;
    padding-top: 62px;
}

.meta-tags-modal .dataset-card {
    margin-bottom: 20px;
    padding: 25px;
}

.meta-tags-modal .modal-close-btn {
    margin: 8px 8px 0 0;
}

.meta-tags-modal .instruction {
    color: #b2bbc6;
    line-height: 10px;
    margin-bottom: 0;
}

.meta-tags-modal .line-break {
    height: 6px;
}

.meta-tags-image-section {
    background: #E9E5F0;
    border-radius: 5px;
    cursor: pointer;
    height: 128px;
}

.image-box-padding {
    padding: 5px 15px 15px 15px;
}

.meta-tags-image-box {
    align-items: center;
    background: white;
    display: flex;
    height: 128px;
    padding: 0;
    width: 100%;
}

.default-fb-logo-size {
    max-height: 128px;
    width: 100%;
}

.default-twitter-logo-size {
    max-height: 128px;
    width: 100%;
}

.image-remove-btn {
    cursor: pointer;
    text-align: right;
}

.image-info_div {
    color: #6F389F;
    font-size: 12px;
    margin: auto;
    text-align: center;
}

.modal-back-btn {
    background: #FFFFFF;
    border: 1px solid #6F389F;
    color: #6F389F;
}

.modal-heading-font {
    color: #6F389F;
    font-size: 14px;
}

.modal-title-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 27.48px;
}
.meta-tags-body{
    padding: 36px;
}
.meta-tags-body .form-control{
    font-size: 14px;
    margin-bottom: 16px;
    margin-top: 8px;
    min-height: 40px;
}
