
.commanBox {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 30px 60px 0px rgba(1, 21, 45, 0.12);
}

@media (max-width: 767px) {
    .commanBox {
        border-radius: 0;
        box-shadow: 0px 19.47px 38.941px 0px rgba(1, 21, 45, 0.06);
    }
}

.commanBox .commanHead {
    padding: 14px 34px;
    background: #565656;
    background-image: url(../images/boxPattan.png);
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
}

@media (max-width: 767px) {
    .commanBox .commanHead {
        padding: 12px 16px;
        border-radius: 0;
    }
}

.commanBox .commanHead h2, .commanBox .commanHead .h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .commanBox .commanHead h2, .commanBox .commanHead .h2 {
        font-size: 14px;
    }
}

.commanBox .commanBoddy {
    padding: 24px 30px;
}

@media (max-width: 767px) {
    .commanBox .commanBoddy {
        padding: 16px;
    }
}

.documentCard {
    border-radius: 20px;
    background: #D6DCFF;
    padding: 19px 24px;
}

@media (max-width: 1600px) {
    .documentCard {
        padding: 19px 14px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .documentCard {
        padding: 16px 12px;
    }
}

.documentCard .documentCardLeft {
    display: inline-flex;
    width: calc(100% - 10.75vw);
    align-items: center;
}

@media (max-width: 1600px) {
    .documentCard .documentCardLeft {
        width: 100%;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .documentCard .documentCardLeft {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.documentCard .documentCardLeft b {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 50%;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

@media (max-width: 1600px) {
    .documentCard .documentCardLeft b {
        width: 34px;
        height: 34px;
        padding: 6px;
    }
}

@media (max-width: 1500px) {
    .documentCard .documentCardLeft b {
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}

@media (max-width: 767px) {
    .documentCard .documentCardLeft b {
        width: 30px;
        height: 30px;
        padding: 6px;
        vertical-align: middle;
        margin-right: 3px;
    }
}

.documentCard .documentCardLeft b img {
    max-width: 100%;
}

.documentCard .documentCardLeft i {
    font-style: normal;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin-right: 10px;
}

@media (max-width: 1600px) {
    .documentCard .documentCardLeft i {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .documentCard .documentCardLeft i {
        font-size: 16px;
        margin-right: 5px;
    }
}

.documentCard .documentCardLeft small, .documentCard .documentCardLeft .small {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

@media (max-width: 767px) {
    .documentCard .documentCardLeft small, .documentCard .documentCardLeft .small {
        font-size: 14px;
    }
}

.documentCard .documentCardRight {
    display: inline-flex;
}

@media (max-width: 1600px) {
    .documentCard .documentCardRight {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .documentCard .documentCardRight {
        display: block;
        text-align: center;
        float: none;
    }
}

.allDoucementList {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 30px 60px 0px rgba(1, 21, 45, 0.12);
    margin: 10px 0;
    padding: 24px 14px;
}

@media (max-width: 767px) {
    .allDoucementList {
        position: relative;
        padding: 12px 14px;
        border: 1px solid #E1E1E1;
        background: #FFF;
        box-shadow: none;
        border-radius: 10px;
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .allDoucementList:last-child {
        margin-bottom: 0;
    }
}

.allDoucementList .allDoucementLeft {
    display: inline-block;
    width: calc(95% - 9.75vw);
    vertical-align: middle;
    align-items: center;
}

@media (max-width: 1370px) {
    .allDoucementList .allDoucementLeft {
        width: calc(95% - 12.75vw);
    }
}

@media (max-width: 998px) {
    .allDoucementList .allDoucementLeft {
        width: calc(95% - 140px);
    }
}

.allDoucementList .allDoucementLeft b {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
}

.allDoucementList .allDoucementLeft a {
    color: #2968E9;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    line-height: 18px;
    padding-right: 15px;
    padding-left: 0px;
    display: inline-block;
    width: calc(100% - 33px);
}

@media (max-width: 998px) {
    .allDoucementList .allDoucementLeft a {
        font-size: 14px;
    }
}

.allDoucementList .allDoucementLeft a:hover {
    color: #4222CE;
}

.allDoucementList .allDoucementRight {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 998px) {
    .allDoucementList .allDoucementRight {
        width: auto;
    }
}

@media (max-width: 767px) {
    .allDoucementList .allDoucementRight {
        width: 100%;
    }
}

.allDoucementList .allDoucementRight .dateBox {
    margin: 0 2.2vw 0 0;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .allDoucementList .allDoucementRight .dateBox {
        margin-left: 32px;
    }
}

.allDoucementList .allDoucementRight .dateBox span {
    display: block;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 767px) {
    .allDoucementList .allDoucementRight .dateBox span {
        font-size: 12px;
        display: inline-block;
        position: relative;
        padding-right: 14px;
    }

        .allDoucementList .allDoucementRight .dateBox span::before {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #565656;
            top: 52%;
            right: 2px;
            transform: translateY(-50%);
        }
}

.allDoucementList .allDoucementRight .dateBox span:last-child::before {
    display: none;
}

.allDoucementList .allDoucementRight .moreDetail {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .allDoucementList .allDoucementRight .moreDetail {
        position: absolute;
        right: 15px;
        top: 17px;
    }
}

.allDoucementList .allDoucementRight .moreDetail .dropdown-menu {
    border-radius: 20px;
    background: #FFF;
    box-shadow: -5px 20px 20px 0px rgba(0, 0, 0, 0.05);
    border: 0;
    padding: 10px 15px;
    width: 244px;
}

    .allDoucementList .allDoucementRight .moreDetail .dropdown-menu .dropdown-item {
        color: #2968E9;
        display: flex;
        align-items: center;
        padding: 6px 10px;
        font-weight: 600;
        margin: 8px 0;
    }

        .allDoucementList .allDoucementRight .moreDetail .dropdown-menu .dropdown-item:hover {
            background: #2968E9;
            border-radius: 8px;
            color: #ffffff;
        }

            .allDoucementList .allDoucementRight .moreDetail .dropdown-menu .dropdown-item:hover i img {
                filter: brightness(100);
            }

        .allDoucementList .allDoucementRight .moreDetail .dropdown-menu .dropdown-item i {
            margin-right: 10px;
        }