.width-100{
    width: 100% !important;
}
.bullet{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: .2rem;
    margin-left: .3rem;
    border-radius: 50%;
}
.font-very-small{
    font-size: 9px !important;
}
.font-small{
    font-size: 11px !important;
}
.font-medium{
    font-size: 14px !important;
}
.font-large{
    font-size: 20px !important;
}
.font-very-large{
    font-size: 25px !important;
}
.pdate{
    position: relative;
}
.pdate::after{
    display: block;
    content: 'date_range';
    position: absolute;
    left: 3px;
    top:50%;
    width: 10px;
    height: 10px;
}
.bold{
    font-weight: bold;
}
.cursor-pointer{
    cursor: pointer !important;
}
::placeholder,
::-webkit-input-placeholder {
    font-size: 13px;
}
.rounded{
    border-radius: 5px;
}
.box-shadow{
    box-shadow: 0 0 7px 0px rgb(140 139 139);
}
.no-break{
    white-space: nowrap!important;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.multiline{
    inline-size: 200px;
    /*max-width: 300px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hidden{
    visibility: hidden;
}
/********************
    Responsive
*******************/
@media only screen and (max-width: 560px){
    .mobile-hidden{
        display: none!important;
    }
}
@media only screen and (max-width: 780px){
    html * {
        overflow-x: clip ;
    }
}
.chip {
    display: flex;
    align-items: center;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    background-color: #e4e4e4;
    direction: rtl;
    white-space: nowrap
}
.dark-mode .chip{
    background-color: #0b2c3c;
}
.chip img {
    float: right;
    margin: 0px -5px 0px 5px;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.closebtn {
    padding-right: 10px;
    color: #000;
    font-weight: bold;
    float: left;
    font-size: 17px;
    cursor: pointer;
}
.closebtn:hover {
    color: #000;
}

.flex{
    display: flex !important;
}
.select2-results__option {
    border-bottom: dashed 1px #ddd;
}
.content-middle,.content-middle-v{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-middle-h{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content-bottom{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.display-block{
    display: block!important;
}
.hide{
    visibility: hidden!important;
}
.flex-direction-column{
    display: flex!important;
    flex-direction: column;
}
.text-black{
    color: black !important;
}

@media (min-width: 992px){
    .mt-lg-n12 {
        margin-top: -10rem !important;
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
    }
}
.swal2-close:focus {
    outline: 0;
    box-shadow: none !important;
}
