    body{
        font-family: 'Tajawal Regular', Roboto, Arial;
        direction: rtl;
        position: relative;
    }
    *{
        font-family:'Tajawal Regular', Roboto, Arial;
        direction: rtl;
    }
    ::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        background: rgba(200,200,200,0.7);
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgba(233,30,99,0.9);
        border-radius: 5px;
    }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(233,30,99,0.6);

    }
   .navbar-vertical::-webkit-scrollbar {
        width: 7px;
    }
    /* Track */
    .navbar-vertical::-webkit-scrollbar-track {
        background: rgba(200,200,200,0.1);
    }
    /* Handle */
    .navbar-vertical::-webkit-scrollbar-thumb {
        background: rgba(200,200,200,0.2);
        border-radius: 5px;
    }
    /* Handle on hover */
    .navbar-vertical::-webkit-scrollbar-thumb:hover {
        background: rgba(200,200,200,0.4);
    }
    #to-top {
    position:fixed;
    width:40px;
    height:40px;
    bottom:50px;
    left:50px;
    text-decoration:none;
    border-radius:50%;
    z-index:999999;
    }
ul.ks-cboxtags {
    list-style: none;
    padding: 0 20px 10px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    border-radius: 0.375rem;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease-in-out;
}

ul.ks-cboxtags li label {
    padding: 4px 7px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1A73E8;
    background-color: #1A73E8;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
  position: absolute;
  opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:focus > label {
  border: 2px solid #e9a1ff;
}