﻿.ownColumn-wrapper {
    float: inline-end;
    width: calc(100% - 0px);
    z-index: 3;
    position: relative;
    padding-block: 0 60px;
    padding-inline: 0 0;
}

.imageNews {
    width: 160px;
    float: right;
    margin-left: 20px;
    border: solid 5px #fff;
    border-radius: 15px;
}

.textNews {
    text-align: justify;
    color: gray;
    font-size: 14px;
    height: 70px;
}

.btnNews {
    cursor: pointer;
    float: left;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #2e2e2e;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    border: solid 1px #484848;
}

    .btnNews:hover {
        cursor: pointer;
        float: left;
        padding-left: 60px;
        padding-right: 60px;
        background-color: #ca0001;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        color: white;
        border-radius: 5px;
        border: solid 1px #484848;
    }

.btnDanger {
    cursor: pointer;
    text-align: center;
    background-color: #ca0001;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    border: solid 1px #484848;
}

    .btnDanger:hover {
        cursor: pointer;
        text-align: center;
        background-color: #2e2e2e;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        color: white;
        border-radius: 5px;
        border: solid 1px #484848;
    }

.btnSuccess {
    cursor: pointer;
    text-align: center;
    background-color: #00725c;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    border: solid 1px #484848;
}

    .btnSuccess:hover {
        cursor: pointer;
        text-align: center;
        background-color: #2e2e2e;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        color: white;
        border-radius: 5px;
        border: solid 1px #484848;
    }

.ownContainer {
    width: min(100% - 25px, 1800px);
    margin-inline: auto;
    position: relative;
    z-index: 5;
    padding-right: 30px;
    padding-left: 30px;
}

.bodySearchNews {
    width: 100%;
}

.bodyNews {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}



.pointer {
    cursor: pointer;
}

.lableForm {
    font-size: 14px;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.errorText {
    top: -10px;
    margin-right: 5px;
    position: relative;
}

.errorTextAdmin {
    top: -10px;
    margin-right: 5px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}

.btnGroupAdmin {
    border: solid 1px #e9e9e9;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

    .btnGroupAdmin:hover {
        background-color: white;
    }

.ownCenter {
    padding-right: 50px;
    padding-left: 50px;
}

.modal-dialog2 {
    max-width: 90%;
    margin: 1.75rem auto;
}

.widthScoll {
    width: 1100px;
}

.paggindDropDown {
    width: 80px;
    height: 38px;
    background-color: #ebebeb;
    cursor: pointer;
    padding-right: 25px;
    border: 1px solid #dee2e6;
    border-left: transparent;
}

.catli {
    color: white;
    font-size: 14px;
    text-decoration: underline;
}

    .catli:hover {
        color: #ffcfcf;
        font-size: 14px;
        text-decoration: underline;
        margin-right: 10px;
    }

.activeCategoryNews {
    color: #b9c8df;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 10px;
}

.titleNews2 {
    font-size: 17px;
    color: white;
    font-weight: bold;
}

.lineNews {
    height: 1px;
    width: 90%;
    background-color: #363636;
}

.infoNews {
    color: #5e5e5e;
    padding: 0px;
    font-size: 12px;
}

.h1Style {
    text-align: start;
    font-size: 2.4em;
    position: relative;
    font-weight: 800;
    padding-bottom: 15px;
    color: #fff;
}

.tagNews {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: normal;
}

@media screen and (min-width:290px) {
    .bodySearchNews {
        width: 100%;
    }

    .bodyNews {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .widthScoll {
        width: 1100px;
    }

    .textNews {
        text-align: justify;
        color: gray;
        font-size: 14px;
        height: 180px;
    }

    .ownCenter {
        padding-right: 10px;
        padding-left: 10px;
    }

    .imageNews {
        width: 110px;
        float: right;
        margin-left: 20px;
        border: solid 3px #fff;
        border-radius: 10px;
    }

    .titleNews2 {
        font-size: 15px;
        color: white;
        font-weight: bold;
    }
}


@media screen and (min-width:490px) {
    .bodySearchNews {
        width: 100%;
    }

    .bodyNews {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .widthScoll {
        width: 1100px;
    }

    .textNews {
        text-align: justify;
        color: gray;
        font-size: 14px;
        height: 150px;
    }

    .ownCenter {
        padding-right: 20px;
        padding-left: 20px;
    }

    .imageNews {
        width: 160px;
        float: right;
        margin-left: 20px;
        border: solid 5px #fff;
        border-radius: 15px;
    }

    .titleNews2 {
        font-size: 17px;
        color: white;
        font-weight: bold;
    }
}

@media screen and (min-width:700px) {
    .textNews {
        text-align: justify;
        color: gray;
        font-size: 14px;
        height: 100px;
    }

    .ownCenter {
        padding-right: 50px;
        padding-left: 50px;
    }

    .imageNews {
        width: 160px;
        float: right;
        margin-left: 20px;
        border: solid 5px #fff;
        border-radius: 15px;
    }

    .titleNews2 {
        font-size: 17px;
        color: white;
        font-weight: bold;
    }
}

@media screen and (min-width:800px) {
    .textNews {
        text-align: justify;
        color: gray;
        font-size: 14px;
        height: 100px;
    }
}

@media screen and (min-width:1200px) {
    .bodySearchNews {
        width: 50%;
    }

    .bodyNews {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .widthScoll {
        width: auto;
    }

    .textNews {
        text-align: justify;
        color: gray;
        font-size: 14px;
        height: 130px;
    }
}

@media screen and (min-width:1600px) {
    .textNews {
        text-align: justify;
        color: gray;
        font-size: 14px;
        height: 100px;
    }
}
