.add-news-heading {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.7px;
    font-style: italic;
    margin-bottom: 0px;
    color: #080c13;
}

@media (min-width: 992px) {
    .add-news-phase {
        letter-spacing: 0.7px;
        font-weight: bold;
        width: 100px;
        padding: 6px 0px;
        margin-right: 42px;
        font-size: 15px;
        border-radius: 0px;
        text-transform: capitalize;
        color: #3e4a61;
    }
}

@media (min-width: 1200px) {
    .add-news-phase {
        margin-right: 85px;
    }
}

.add-news-phase.disable {
    letter-spacing: 0.7px;
    font-weight: bold;
    width: 100px;
    padding: 6px 0px;
    margin-right: 40px;
    font-size: 15px;
    border-radius: 0px;
    text-transform: capitalize;
    color: rgba(62, 74, 97, 0.3);
    pointer-events: none;
}

.add-news-phase:last-of-type {
    margin-right: 0px;
}

.add-news-phase.active {
    background-color: rgba(8, 12, 19, 0.07);
    color: #3e4a61;
}

.add-news-label {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.7px;
    color: #080c13;
    margin-bottom: 8px;
}

.add-news-label-sm {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #080c13;
    margin-bottom: 8px;
}

.add-news-label-sm-v2 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #080c13;
    margin-bottom: 5px;
}

.add-news-date {
    width: 175px;
    font-size: 14px;
    letter-spacing: 0.9px;
    color: #f6f6f6;
    padding: 7px 10px;
    border-radius: 2px;
    background-color: #c24d2c;
    text-align: center;
    text-transform: uppercase;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.add-news-date:focus {
    background-color: #c24d2c;
    color: #f9f9f9;
}

.add-news-square-box {
    width: 200px;
    aspect-ratio: auto 1 / 1;
    display: inline-block;
    border: 0.5px solid #c24d2c;
    border-radius: 2px;
    background-color: #f9f9f9;
    position: relative;
}

.add-news-rec-box {
    width: 350px;
    aspect-ratio: auto 7 / 4;
    display: inline-block;
    border: 0.5px solid #c24d2c;
    border-radius: 2px;
    background-color: #f9f9f9;
    position: relative;
}

.add-news-square-box h5 {
    position: absolute;
    top: 47%;
    left: 32%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #c24d2c;
    text-transform: uppercase;
    color: #c24d2c;
}

.add-news-rec-box h5 {
    position: absolute;
    top: 47%;
    left: 39%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #c24d2c;
    text-transform: uppercase;
    color: #c24d2c;
}

.add-news-square-box label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.add-news-rec-box label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.add-news-square-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.add-news-rec-box img {
    position: absolute;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.add-news-textarea {
    width: 100%;
    border: 1px solid #d9dad7;
    border-radius: 2px;
    background-color: #f6f6f6;
    font-size: 15px;
    resize: none;
    height: 156px;
    margin-bottom: 30px;
}

.add-news-action-button {
    width: 150px;
    color: #f6f6f6;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 7px 0px;
    background: #c24d2c;
    border-radius: 2px;
}

.add-news-action-button:hover,
.add-news-action-button:focus {
    color: #f6f6f6;
}

.add-news-next.disabled {
    background-color: #d9dad7;
    color: white;
}

.add-news-next {
    background: #3e4a61 0% 0% no-repeat padding-box;
    border-radius: 2px;
    border: 1px solid #3e4a61;
    width: 105px;
    letter-spacing: 0.7px;
    font-size: 16px;
    color: #f6f6f6;
    padding: 7px 0px;
}

.add-news-next:hover,
.add-news-next:focus {
    color: #3e4a61;
    background-color: #f6f6f6;
}

.add-news-input {
    width: 100%;
    border: 1px solid #d9dad7;
    border-radius: 2px;
    background-color: #f6f6f6;
    font-size: 15px;
    padding: 7.5px 15px;
    resize: none;
    margin-bottom: 30px;
}

/* tab 2 */

.add-news-item-button {
    width: 100%;
    background-color: white;
    border: 0.5px solid #c24d2c;
    border-radius: 2px;
    letter-spacing: 0.7px;
    color: #c24d2c;
    height: 42px;
    margin-bottom: 60px;
    max-width: 150px;
    font-weight: bold;
}

.add-news-item-button:hover,
.add-news-item-button:focus {
    color: #fff;
    background-color: #c24d2c;
}

.item-fallback-row p {
    margin-bottom: 0px;
    background: #d9dad7 0% 0% no-repeat padding-box;
    border-radius: 2px;
    letter-spacing: 0.7px;
    color: #f6f6f6;
    font-weight: bold;
    width: 100%;
    font-size: 15px;
    padding: 10px 0px;
}

.acr-summary-edit {
    width: 150px;
    text-align: left;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.5px solid rgba(62, 74, 97, 0.4);
    border-radius: 2px;
    letter-spacing: 0.7px;
    color: #3e4a61;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 15px;
    margin-bottom: 6px;
}

.acr-body-edit {
    width: 150px;
    text-align: left;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 0.5px solid rgba(62, 74, 97, 0.4);
    border-radius: 2px;
    letter-spacing: 0.7px;
    color: #3e4a61;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 15px;
    margin-bottom: 6px;
}

.acr-summary-delete {
    width: 35px;
    height: 39px;
    position: absolute;
    background: transparent;
    color: #c24d2c;
    left: 115px;
    padding: 0px;
    z-index: 1;
}

.acr-body-delete {
    width: 35px;
    height: 39px;
    position: absolute;
    background: transparent;
    color: #c24d2c;
    left: 115px;
    padding: 0px;
    z-index: 1;
}

.acr-body-edit:hover,
.acr-body-edit:focus {
    color: #3e4a61;
}

.acr-body-edit:hover,
.acr-body-edit:focus {
    color: #3e4a61;
}

.uppercase-search {
    text-transform: uppercase;
}

.uppercase-search::placeholder {
    text-transform: capitalize;
}

@media (min-width: 1200px) {
    .find-acr-div {
        width: 400px;
        position: absolute;
        left: 40px;
        max-height: 460px;
        top: 48px;
        background-color: white;
        overflow: auto;
        border-radius: 2px;
    }
}

@media (min-width: 992px) {
    .find-acr-div {
        width: 330px;
        position: absolute;
        max-height: 460px;
        top: 48px;
        background-color: white;
        overflow: auto;
        border-radius: 2px;
    }
}

.find-acr-add {
    padding: 0px;
    letter-spacing: 0.7px;
    color: #c24d2c;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}

.find-acr-add:hover,
.find-acr-add:focus {
    color: #c24d2c;
}

.list-pending-items {
    background-color: white;
    letter-spacing: 0.7px;
    color: #3e4a61;
    font-size: 14px;
    padding: 0px 40px 0px 15px;
    border: 0.5px solid rgba(62, 74, 97, 0.3);
    border-radius: 2px;
    position: relative;
    max-width: 450px;
    margin-bottom: 10pxp;
    line-height: 38px;
    height: 39px;
    overflow: hidden !important;
}

.list-pending-items-button {
    position: absolute;
    right: 14px;
    padding: 0px;
    top: 5px;
}

.news-sections-wrapper .row:nth-child(odd) {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-sections-wrapper .row:nth-child(even) {
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.new-section-info {
    letter-spacing: 0.7px;
    color: #080c13;
    font-size: 15.5px;
    max-height: 72px;
    overflow: hidden;
    margin-bottom: 0px;
}

.new-news-section-delete {
    font-size: 20px;
    border-radius: 50%;
    padding: 2px 9px;
    color: #3e4a61;
}

.new-news-section-edit {
    font-size: 20px;
    margin-top: 4px;
    border-radius: 50%;
    padding: 2px 7px;
    color: #3e4a61;
}

.new-news-section-delete:hover,
.new-news-section-delete:focus {
    background-color: rgba(217, 218, 215, 0.71);
}

.new-news-section-edit:hover,
.new-news-section-edit:focus {
    background-color: rgba(217, 218, 215, 0.71);
}
