:root {
  --yellow: #F4CA17;
}
.logo-sec:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color:var(--yellow);
    width: 100%;
    margin-left: 15px;
    top: 50%;
}
.logo-sec{
    overflow: hidden;
    position: relative;
}
.form-bg-img{
    background-image: url(../img/bg.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.border-box{
    background: #FFFFFF;
    border: 2px solid #F1F1F2;
    border-radius: 11px;
}
.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.bg-white{
    background-color: white;
}
.fs-14{
    font-size: 14px;
}
.fw-600{
    font-weight:600;
}
.form-widget input{
    background-color: #F7f7f7;
    border-radius: 4px;
    border: 1px solid #f7f7f7;
}
.yellow-btn{
    background-color: var(--yellow);
}
.txt-grey{
    color: #A7A9AC;
}
.inactive-btn{
    background: #A7A9AC;
    border-radius: 4px;
    color: white;
    padding: 3px 10px;
}

.btn-red{
    background-color: #FF4D4F;
    border-radius: 4px;
    padding: 3px 10px;
    color: white;
}
.btn-red:hover{
    color: white;
    text-decoration: none;
}
.widget-table thead th {
    font-size: 16px;
    line-height: 19px;
    color: #8C8C8C;
    font-weight:normal;
}
.w-10{
    width: 10%;
}
.BR-0{
    border-radius: 0px;
}
.page-item.disabled .page-link {
    color: #A7A9AC;
    pointer-events: none;
    cursor: auto;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1D3142;
    background-color: #fff;
    border: 1px solid #F2F2F2;
}
.page-item.next-pg .page-link{
    background: #F2F2F2;
}
a{
 text-decoration: none;   
}
a:hover{
    text-decoration: none;
}
.active-btn{
    background: #389E0D;
}
.grey-btn:hover{
    color:white;
}
.txt-green{
    color:#389E0D;
}
.on-show{
    display: none;
}
#example_info{
    color: grey;
}

#example_next{
    color: grey;
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }
}
.bg-box{
    background-color: whitesmoke;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BR-5{
    border-radius:5px;
}
.b-code{
    width: 150px;
    height: auto;
}
.b-code-bg{
    border: 0.3rem solid #f4ca17;
    background-color: rgba(244,202,23,.2);
    padding: 1rem;
}
@media (max-width:670px){
    .b-code{
        width: 90px;
        height: auto;
    }
    .b-code-bg{
        border: 3px solid #f4ca17;
        background-color: rgba(244,202,23,.2);
        padding: 10px;
    }
    .table-scroll{
        overflow-x: scroll;
    }
}