﻿/*required fields*/
.text-star:after {
    content: " *";
    color: red;
}
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
body::-webkit-scrollbar {
    background-color: #fff !important;
    width: 10px !important;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
    background-color: #fff !important;
}

    body::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4 !important;
    }

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
    background-color: #babac0 !important;
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a5 !important;
    }

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
    display: none !important;
}


.table-responsive.FA-scroll {
    padding-inline:3px;
}

/* total width */
.FA-scroll::-webkit-scrollbar {
    background-color: #fff !important;
    width: 6px !important;
}

/* background of the scrollbar except button or resizer */
.FA-scroll::-webkit-scrollbar-track {
    background-color: #dedede !important;
}

    body::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4 !important;
    }

/* scrollbar itself */
.FA-scroll::-webkit-scrollbar-thumb {
    background-color: #babac0 !important;
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a5 !important;
    }

/* set button(top and bottom of the scrollbar) */
.FA-scroll::-webkit-scrollbar-button {
    display: none !important;
}

/*duhet mja caktu ni width per me ti shfaqe ... ktu si kom shtu qe me met global class*/
.seeHalfText {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.card-flutra-gif{
    background-color:#fdfdfd!important;
}