/* width */
.w10{
    width: 10%;
}
.w25{
    width: 25%;
}
.w50{
    width: 50%;
}
.w100{
    width: 100%;
}
.wl-300{
    width:300px;
}
.wl-200{
    width:200px;
}
.m-b{
    margin-bottom: 15px !important;
}

.m-both-side{
    margin: 0px 20px;
}



.table-borderless tbody tr td:first-child  {

    border-left:5px solid #73dc3e !important;

}
.table-borderless tbody tr  {
    border-bottom: 5px solid #747171;

}
.table-data3 thead {
    background: rgb(90, 90, 235);
}



/* close width */
/* input */
.bg-dg{
   background: #343a40;
   color:white;
}
.bg-g{
    background:   #6c757d;
    color:white;

}

.ar-input {
    line-height: 43px;
    border: 1px solid #666;
    font-size: 14px;
    color: #666;
    padding: 0 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#textarea-input{
    height: 100px ;
}
.form-check-label{
    margin-left: 5px;
}
.page-container3{
    padding-top: 10px;
}

/* #loading {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
} */

/* close input */
@media (max-width: 800px) {

    .header4-wrap {
        padding-bottom:5px;
     display:block;
    }

}
@media (max-width: 400px) {


    .header4-wrap .header__tool .setting-dropdown  {
        top: 40px;
        left: -127px;
        border: none;
        min-width: auto;
    }



}
@media (max-width: 350px) {

    .wl-300{
    width:200px;}
    .ar-input {

        width:100%;
        border: 1px solid #000000;
        font-size: 14px;
        color: #666;
        padding: 0 5px;

    }

}
@media (max-width: 222px) {

    .wl-300{
    width:200px;}
    .ar-input {

        width:80px;
        border: 1px solid #000000;
        font-size: 14px;
        color: #666;
        padding: 0 5px;

    }


}

