.last-document{
    width: 100% !important;
}
/*Scripting By BlackRose*/
.c-pointer {
    cursor: pointer;
}

.d-rtl {
    direction: rtl;
}
.d-ltr {
    direction: ltr;
}

.bk-none {
    background: none !important;
}
.bg-white {
    background: #fff !important;
}
.bg-active {
    background: #54db3f !important;
}

.bor-r-t-25px {
    border-radius: 25px 25px 0 0;
}
.bor-r-b-25px {
    border-radius: 0 0 25px 25px;
}
.bor-r-25px {
    border-radius: 25px;
}

/*Scroll Style*/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4b71a7;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0a397d;
}
