/*
ProVision Co.
-------------
This web application design and development by ProVision Co.

All source files, presentable or core, graphics and layout are owned/controlled by ProVision, and no one, entity or individual, can use/modify/destribute at anytime or to anywhere without a written approval from ProVision.

This website/web app is based on LegionCMS engine, which is a MVC platform built completely from scratch by ProVision's team.

-We know that you like this code, if you are interested joining our team, dont hesitate sending your CV to us.
--------------
Omar Shamali
https://provision.ps 
*/
:root {
    --redG: linear-gradient(101deg, red, darkred);
    --orangeG: linear-gradient(101deg, orange, darkorange);
    --modernG: linear-gradient(to left, #2f358a, #de244d);
    --blueG: linear-gradient(260deg, #1d5f99, #0be1e1);
    --greenG: linear-gradient(260deg, #4caf50, #0be118);
    --melonG: linear-gradient(260deg, #ea7165, #f75322);
    --torqG: radial-gradient(circle farthest-corner at 10% 20%, rgba(0, 152, 155, 1) 0.1%, rgba(0, 94, 120, 1) 94.2%);

    --redC: red;
    --orangeC: orange;
    --modernC: #de244d;
    --blueC: #0be1e1;
    --greenC: #4caf50;
    --melonC: #f75322;
    --torqC: rgba(0, 152, 155, 1);


    --provision: #efb828;
}

.redG {
    background: var(--redG)
}

.orangeG {
    background: var(--orangeG)
}

.modernG {
    background: var(--modernG)
}

.blueG {
    background: var(--blueG)
}

.greenG {
    background: var(--greenG)
}

.melonG {
    background: var(--melonG)
}

.torqG {
    background: var(--torqG)
}

.redGi {
    background: var(--redG) !important
}

.orangeGi {
    background: var(--orangeG) !important
}

.modernGi {
    background: var(--modernG) !important
}

.blueGi {
    background: var(--blueG) !important
}

.greenGi {
    background: var(--greenG) !important
}

.melonGi {
    background: var(--melonG) !important
}

.torqGi {
    background: var(--torqG) !important
}


.main_color_bg {
    background-color: var(--mainColor) !important;
}

.main_color_font {
    color: var(--mainColor) !important;
    ;
}

.main_color_border {
    border: 1px solid var(--mainColor) !important;
    ;
}

.main_color_border_left_bold {
    border-left: 4px solid var(--mainColor) !important;
    ;
}

.main_color_border_left_light_dashed {
    border-left: 2px dashed;
}


html,
body,
div,
span,
applet,
object,
ifriame,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}




* {
    position: relative;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.list_comp_item {
    color: #393939;
    border-radius: 3px;
    margin-right: 2px;
    padding: 3px 7px;
    background: #0000000a;
    margin-bottom: 5px;
    box-shadow: 0 0 3px #00000024;
}

.bidi {
    unicode-bidi: plaintext;
}


a:visited,
a:link {
    color: inherit;
    text-decoration: unset;
}

.mw150 {
    min-width: 150px;
}


html {
    scroll-behavior: smooth;
}

.material-icons,
i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


clear {
    clear: both;
    display: block;
}

.pointer,
.po {
    cursor: pointer;
}

.in,.l_in,
.inline {
    display: inline-block;
    vertical-align: top;
}

.full_star,
.empty_star:hover {
    color: #e1be03;
}

.empty_star {
    color: lightgray;
}



img {
    object-fit: cover;
    object-position: center;
}

.mid,.l_mid,
.midinline {
    display: inline-block;
    vertical-align: middle;
}

.bot {
    display: inline-block;
    vertical-align: bottom;
}

.hidden,
.h {
    display: none !important;
}

.width {
    width: 100%;
}

/*fixes*/
.fancybox-caption {
    direction: rtl !important;
}

.noselect,
.nos {

    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}


.half_vid {
    width: 50%;
    height: 33.3vh;
}

.full_vid {
    width: 100%;
    height: 33.3vh;
}

.dn {
    display: none;
}

/* Image styles */
.stack img {
    border: 7px solid #fff;
    border-radius: 3px;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stackless img {
    border-radius: 3px;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.fluid {
    width: 100vw;
    min-height: 100vh;
}


.b {
    background: var(--mc);
    /*  background: var(--provision);*/
    font-size: 14px;
    height: auto;
    margin: 0;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px #00000085;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #0000003d;
    transition: 0.015s all;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

.b:hover {
    box-shadow: 0px 0px 4px 0px #000000b3;
}


.bd {
    background: #e6e6e6;
    font-size: 14px;
    height: auto;
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    transition: 0.015s all;
}


.bd:hover {
    box-shadow: 0px 0px 4px 0px #000000b3;
    background: var(--provision);

}



.sb {
    padding: 3px 2px;
    margin: unset;
    font-size: 11px;
}

.sdel {
    background: var(--redG);
    color: white;
}


body,
html {
    margin: 0;
    height: 100%;
    padding: 0;
}

picture {

    display: inline-block;

}

picture img {
    width: 100%;
    height: 100%;
    display: block;
}

.autoheight {
    height: auto;
    min-height: auto;
}



.half {
    width: 50%;
    padding: 20px;
}

label {
    /*    font-weight: bold;*/
    color: #121215;
    min-height: 13px;
    font-size: 13px;
    display: block;
}

.input_area {
    margin-top: 7px;
    padding-right: 17px;
}


input[type="submit"][disabled]:active,
input[type="submit"][disabled],
input[type="submit"][disabled]:hover {
    background: #ddd !important;
}

.form_field .tip {
    margin-top: 2px;
    margin-bottom: unset;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
.l_input {
    font-size: 15px;
    padding: 3px;
    text-indent: 5px;
    min-height: 40px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    width: 100%;
}



textarea {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    font-family: arial;
    padding: 5px;
}

input[type="color"] {
    background: none;
    height: 35px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 35px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid white;
    box-shadow: 0 0 3px;
    cursor: pointer;
}




.stackVid {
    border: 10px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}



.child,
.ch {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.parent,
.par {
    display: table;
    width: 100%;
    height: 100%;
}

.vh {
    height: 100vh;
}

.vw {
    width: 100vw;
}


.ovh {
    min-height: 100vh;
}

.ovw {
    min-width: 100vw;
}

m10 {
    width: 100%;
    height: 10px;
    display: block;
}

.m10 {
    margin-top: 10px;
}

m20 {

    width: 100%;
    height: 20px;
    display: block;

}

.m20 {
    margin-top: 20px;
}

.rm22 {
    margin-bottom: 22px;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w25m {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w52 {
    width: 52%;
}


.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w67 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}


.tdm {
    max-width: 200px;
}


.w85 {
    width: 85%;
}

.force_height img {
    width: unset;
}


.required_star {
    font-family: arial;
    color: darkred;
}

.pad30 {
    width: 70%;
    margin: auto;
}

.pad20 {
    width: 80%;
    margin: auto;
}

.pad10 {
    width: 90%;
    margin: auto;
}


.w75 {
    width: 75%;
}


.l_tab_toggler {
    width: 14%;
    text-align: center;
    padding: 20px;
    background: var(--mc);
    color: white;
    font-size: 20px;
    height: 125px;
    /* border-radius: 4px; */
}

.l_active_tab,
.l_tab_toggler:hover {
    background: orange;
}


#design {
    color: #830d95;
}

#dev {
    color: #0d503d;
}

video {
    object-fit: cover;
}

#provision {
    font-size: 5px;
    text-align: right;
}


#right {
    text-align: left;
}

#provision span {
    display: block;
}



#pv_inside img {
    width: 70px;
    margin-top: 0px;
}

#design {
    color: orange;
    display: inline !important;
}

#dev {
    color: darkorange;
    display: inline !important;
}


.help {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    z-index: 1;
}

.help span {
    background: #272633;
    border: 1px solid lightgray;
    border-radius: 5px;
    color: white;
    display: none;
    padding: 5px;
    position: absolute;
    top: 20px;
    max-width: 350px;
    min-width: 200px;
    font-weight: normal;

    line-height: 1.4;
}

.helpbox {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #424242;
    display: none;
    padding: 5px;
    position: absolute;
    bottom: 80%;
    left: 0;
    z-index: 3;
}

.help:hover span,
td:hover .helpbox {
    display: inline-block;
}


.p_content img {
    max-width: 100%;
}

.autowidth {
    width: auto !important;
}

.pr20 {
    padding-right: 20px;
}


.c {
    text-align: center;
}

.cleft {
    float: left;
    width: 150px;
}

.ccenter {
    display: inline-block;
    margin: 0 auto;
}

.cright {
    float: right;
    width: 150px;
    text-align: right;
}


.alignleft {
    text-align: left;
}


#mob_menu_btn {
    display: none;
    color: white;
    background: #77aea2;
    padding: 5px;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 25px;
}



.filtered {
    background: black;
}

.filtered img {
    mix-blend-mode: screen;
    -webkit-filter: grayscale(100%) contrast(200%);
    filter: grayscale(100%) contrast(200%);
    opacity: 1;
}

.center-c {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;

    right: 0;
    bottom: 0;

}

.holla:hover {
    filter: brightness(111%) contrast(111%);
    transition: all 0.5s cubic-bezier(.65, .05, .36, 1);

}

#l_tabs {
    margin-bottom: 20px;
}


.attach_icon {
    width: 44px;
}

.attach a {
    padding: 11px;
    display: inline-block;
    background: whitesmoke;
    box-shadow: 0 0 3px #8080805e;
    /*    margin-right: 0;*/
    margin-right: 20px;
}

.attach a:hover {
    border-radius: 5px;
    box-shadow: 0 0 4px black;
    transition: 0.5s;

}

.attach_head {
    background: purple;
    color: white;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    font-family: tahoma;
}


.noPlaceHolder input::placeholder {
    color: transparent;
}

#final {
    background: #131313;
    color: white;
    padding: 10px;
}

.attach_icon img {
    width: 100%;
}

.input_counter {
    font-size: 10px;
    padding-left: 2px;
    padding-top: 2px;
}

blacki {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(260deg, black, transparent, transparent);
}

blackileft {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, black, transparent, transparent);
}

.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.center {
    text-align: center;
}



.collage {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 5px;
}

.collage img,
.collage video {
    width: 100% !important;
    height: auto !important;
    border: 3px solid white;
}


.emptystar {
    opacity: 0.3;
}

.star_box {
    margin: 10px 0;
}

.star_box i {
    margin: 0 2px;
}

.full_star {
    color: orange;
    text-shadow: 1px 0px 1px #8000806b;
}

.el {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.el1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.el2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}


#attach_head {
    margin-bottom: 10px;
}



.pintrest {

    column-count: 4;

    column-gap: 15px;
}

.pintresta {
    display: inline-block;
    width: 100%;
}



#mapWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.map_box {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: white;
    box-shadow: 0 0 300px gray;
    border-radius: 5px;
    padding: 20px;
}

strong {
    font-weight: bold;
}

.map_btns {
    margin-bottom: 20px;
}

#mapPicker {
    height: calc(100% - 36px);
    width: 100%;
}


.map_state {
    background: var(--greenG);
    color: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 3px #00f755;
}

.map_off {
    background: #dfdfdf;
    height: 100%;
    padding: 5px;
    font-size: 24px;
    color: #7b7b7b;
}

.map_on {
    background: palegreen;
    height: 100%;
    padding: 5px;
    font-size: 24px;
    color: seagreen;
}

.map_btn {
    font-size: 14px;
    padding: 0 10px;
}

.pon {
    cursor: unset !important;
}

.delete_map_btn {
    background: var(--melonG);
    color: white;
    font-size: 10px;
    width: 51px;
    text-align: center;
    padding: 7px 5px;
    border-radius: 3px;
    box-shadow: 0 0 3px #80808069;
    margin-left: 4px;
}


.map_btns .delete_map_btn {
    width: auto;
}

.close_map {
    padding: 7px 10px;
    box-shadow: 0 0 3px #80808069;
    border-radius: 3px;
    background: var(--greenG);
    color: white;
    font-size: 10px;
}

#map_box_manual_hit {
    font-size: 12px;
    max-width: 170px;
    color: darkcyan;
    margin-left: 10px;
}

.full_attach {
    /*	 margin-bottom: 10px;*/
    width: 100%;
}

.full_attach a {
    width: 100%;
    display: block;
    margin-right: unset;
}




.full_attach .attach {
    width: 100%;
}


.tab_counter {
    position: absolute;
    top: -10px;
    right: 6px;
    background: white;
    color: gray;
    padding: 3px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    box-shadow: 0 0 3px gray;
}


.input_area img {
    max-width: 200px !important;
}

.elipse {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.l_scroll_x {
    width: 100%;
    display: block;
    overflow: scroll hidden;
    height: 200%;
}

.l_grid {
    display: grid;
    /* grid-template-columns: repeat(1, 1fr); */
    grid-auto-rows: auto;
    grid-gap: 1rem;
}


.l_grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.l_grid-gap0{
    grid-gap: 0;
}

.l_grid-gap5{
    grid-gap: 5px;
}

.l_grid-gap10{
    grid-gap: 10px;
}

.l_grid-gap15{
    grid-gap: 15px;
}

.l_grid-gap20{
    grid-gap: 20px;
}

.l_grid-gap25{
    grid-gap: 25px;
}

.l_grid-gap50{
    grid-gap: 50px;
}

.l_grid-gap100{
    grid-gap: 100px;
}


.l_w {
    width: 100%;
}

.l_h {
    height: 100%;
}

.l_vw {
    width: 100vw;
}

.l_vh {
    height: 100vh;
}

.l_lines {
    border-top: 1px solid;
    padding: 5px 0;
    border-image: linear-gradient(to right, #fff0, #8c8c8c3d, #b9b9b900) 1;
    border-bottom: 1px solid;
}


.l_chunk::after {
    content: "";
    width: 1px;
    background: white;
    height: 100%;
    display: inline-block;
}

.l_chunk:first-child::after {
    display: none;
}

.dark .l_chunk::after {
    background: black;
}

.l_block {
    box-shadow: 0 0 3px #d0d0d021;
    padding: 10px;
    background: white;
    margin: 10px;
    margin-left: 0;
    margin-bottom: 29px;
    padding-top: 20px;
}

.dark .l_block {
    background: unset;
}

.l_i_small i {
    font-size: 12px;
}

.l_imgs_small img {
    max-width: 66px;
    max-height: 66px;
}

.l_nicebox {
    background: #fbfbfb;
    border-radius: 7px;
    box-shadow: 1px 2px 5px #80808024;
    padding: 12px;
    /*  overflow: hidden;*/
    transition: 0.3s all;
    /*  margin-right: 1%;*/
    font-size: 14px;
    /*  margin-bottom: 1%;*/
}


.l_imgs_medium img {
    max-width: 132px;
    max-height: 132px;
}

.l_h5{
    height:5px;
}

.l_h30 {
    height: 30px;
}

.l_hfull{
    height:100%;
}


.l_card {
    background: #fbfbfb;
    border-radius: 7px;
    box-shadow: 1px 2px 5px #80808024;
    padding: 12px;
    overflow: hidden;
    transition: 0.3s all;
    font-size: 14px;
}

.l_bh {
    top: -15px;
    position: absolute;
    z-index: 1;
}



.dark .l_card {
    background: var(--darkless);
}

.l_corner_count {
    top: 0;
    position: absolute;
    right: 0;
    color: white;
    background: var(--mainColor);
    padding: 3px 10px;
    border-bottom-left-radius: 7px;
    box-shadow: -1px 1px 2px #8080807d;
}

.l_btn_flat {
    font-size: 10px;
    margin-top: 7px;
    color: var(--mc);
}



.l_btn_flat i {
    font-size: 9px !important;
    color: white;
    border-radius: 100%;
    margin-left: 1px;
}



.l_circle {
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
}

.l_wh5 {
    width: 5px;
    height: 5px;
}

.l_wh7 {
    width: 7px;
    height: 7px;
}

/*
img.l_circle{
	max-height:unset;
	max-width:unset;
}
*/

.l_wh10 {
    width: 10px;
    height: 10px;
}

.l_wh30 {
    width: 30px;
    height: 30px;
}

.l_wh50 {
    width: 50px;
    height: 50px;
}

.l_wh100 {
    width: 100px;
    height: 100px;
}


.l_wh200 {
    width: 200px;
    height: 200px;
}

.l_wh400 {
    width: 400px;
    height: 400px;
}

.l_wh600 {
    width: 600px;
    height: 600px;
}



.l_w10 {
    width: 10px;
}

.l_w30 {
    width: 30px;
}

.l_w50 {
    width: 50px;
}

.l_w100 {
    width: 100px;
}


.l_w200 {
    width: 200px;
}

.l_w400 {
    width: 400px;
}

.l_w600 {
    width: 600px;
}

.l_circle picture,
.l_circle picture img {
    width: 100%;
    height: 100%;
    max-height: unset !important;
    max-width: unset !important;
}

.l_tip {
    display: none;
    background: white;
    position: absolute;
    color: black;
    padding: 7px 24px;
    bottom: calc(100% + 4px);
    text-align: center;
    box-shadow: 0 0 3px #00000045;
    min-width: 100px;
}

.l_tip_hover:hover .l_tip {
    display: unset;
}

.l_square75 {
    width: 75px;
    height: 75px;
}

.l_title {
    margin: 10px 0;
    font-weight: bold;
}

.l_mr2 {
    margin-right: 2px;
}

.l_mr5 {
    margin-right: 5px;
}

.l_mr10 {
    margin-right: 5px;
}

.l_mr20 {
    margin-right: 20px;
}


.l_mt5 {
    margin-top: 5px;
}

.l_mt10 {
    margin-top: 10px;
}

.l_mt20 {
    margin-top: 20px;
}


.l_mt30 {
    margin-top: 30px;
}

.l_mt50 {
    margin-top: 50px;
}

.l_mt150 {
    margin-top: 150px;
}

.l_mt200 {
    margin-top: 200px;
}


.l_mb5 {
    margin-bottom: 5px;
}

.l_mb10 {
    margin-bottom: 10px;
}

.l_mb20 {
    margin-bottom: 20px;
}


.l_mb30 {
    margin-bottom: 30px;
}

.l_mb150 {
    margin-bottom: 150px;
}


.l_m5 {
    margin: 5px;
}

.l_m10 {
    margin: 10px;
}

.l_ml5 {
    margin-left: 5px;
}

.l_ml10 {
    margin-left: 10px;
}
.l_ml15 {
    margin-left: 15px;
}
.l_ml20 {
    margin-left: 20px;
}

.l_mr10 {
    margin-right: 10px;
}

.l_mr20 {
    margin-right: 20px;
}

.l_s5 {
    margin: 5px 0;
}

.l_s10 {
    margin: 10px 0;
}

.l_r5 div:first-child {
    /*	border-radius: 5px;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*	overflow: hidden;*/
}

.l_r5 div:last-child {
    /*	border-radius: 5px;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /*	overflow: hidden;*/
}


.l_grid_span12 {
    grid-column: 1/2;
}

.l_grid_span13 {
    grid-column: 1/3;
}



.l_grid_span23 {
    grid-column: 2/3;
}

.l_grid_span24 {
    grid-column: 2/4;
}

.l_grid_span25 {
    grid-column: 2/5;
}

.l_grid_gap0 {
    grid-gap: 0;
}

.l_w200 {
    width: 200px;
}

.l_break {
    word-wrap: anywhere;
}

/* .l_grid_start2{
    grid-column-start: 2;
}

.l_grid_end2 */


.l_grid_col1 {
    grid-column-start: 1;
}

.l_grid_col2 {
    grid-column-start: 2;
}

.l_toggle {
    display: none;
}

.l_r2 {
    overflow: hidden;
    border-radius: 2px;
}

.l_r5 {
    /* overflow: hidden; */
    border-radius: 5px;
}

.l_r3 {
    border-radius: 3px;
}


.l_f13 {
    font-size: 13px;
}

.l_info {}

/*,a.l_btn*/
.l_btn,
a.l_btn {
    background: var(--mc);
    display: inline-block;
    padding: 7px 11px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.l_btn_small,
a.l_btn_small {
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 8px;
}


.l_glow_green {
    box-shadow: 0 0 10px var(--greenC);
}

.l_f6 {
    font-size: 6px;
}

.l_f8 {
    font-size: 8px;
}

.l_f10 {
    font-size: 10px;
}

.l_f12 {
    font-size: 12px;
}

.l_toolbox {
    display: none;
    position: absolute;
    bottom: 0;
    min-width: 100%;
    background: white;
    padding: 3px;
    z-index: 1;
}

.l_top {
    top: 0;
    bottom: unset;
}

.l_thumb {
    width: 40px;
}

.l_abs_top_left {
    position: absolute;
    top: 5px;
    left: 5px;
}


.l_abs_tl0 {
    position: absolute;
    top: 0;
    left: 0;
}

.l_abs_tr0 {
    position: absolute;
    top: 0;
    right: 0;
}

.l_abs_bl0 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.l_abs_b0 {
    position: absolute;
    bottom: 0;
}

.l_flip_x {
    transform: scaleX(-1);
}

.l_flip_y {
    transform: scaleY(-1);
}

/*
.l_sec_title::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #80808045;
  position: absolute;
  left: 0;
  bottom: -8px;
}
*/
.l_sec_title {
    /* font-weight: bold; */
    color: gray;
    /*  margin-bottom: 10px;*/
}

.l_full {
    width: 100%;
}

.dark .l_img_dark {
    filter: invert(1) grayscale(1) brightness(100);
}

.dark .l_nicebox {
    background: var(--darkless);
}

.l_nicebox:hover {
    box-shadow: 0px 0px 1px var(--mc);
}

.l_mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.l_btn_active::after {
    content: "";
    width: 20px;
    background: green;
    bottom: -5px;
    position: absolute;
    left: calc(50% - 10px);
    height: 2px;
}


.l_gold {
    background-color: #FFB300;
}

.l_gold_c {
    color: #FFB300;
}


.l_apricot {
    background-color: #FFD165;
}

.l_apricot_c {
    color: #FFD165;
}

.l_blue {
    background-color: #0080FF;
}

.l_blue_c {
    color: #0080FF;
}

.l_purple {
    background-color: #905EFF;
}

.l_purple_c {
    color: #905EFF;
}

.l_torq {
    background-color: #00FFD6;
}

.l_torq_c {
    color: #00FFD6;
}


.l_green {
    background-color: #0CE515;
}

.l_green_c {
    color: #0CE515;
}

.l_green_grad {
    background-color: var(--greenG);
}


.l_lava {
    background-color: #EB2F06;
}

.l_lava_c {
    color: #EB2F06;
}

.l_pink {
    background-color: #EF5877;
}

.l_pink_c {
    color: #EF5877;
}

.l_fuchi {
    background-color: #B92243;
}

.l_fuchi_c {
    color: #B92243;
}

.l_sand {
    background-color: #FCD197;
}

.l_sand_c {
    color: #FCD197;
}

.l_sun {
    background-color: #FCD32B;
}

.l_sun_c {
    color: #FCD32B;
}

.l_mustard {
    background-color: #E1B12C;
}

.l_mustard_c {
    color: #E1B12C;
}

.l_orange {
    background-color: #FA9D3C;
}

.l_orange_c {
    color: #FA9D3C;
}


.l_sky {
    background-color: #36ADEE;
}

.l_sky_c {
    color: #36ADEE;
}

.l_sea {
    background-color: #153F95;
}

.l_sea_c {
    color: #153F95;
}

.l_violet {
    background-color: #855ECB;
}

.l_violet_c {
    color: #855ECB;
}

.l_grass {
    background-color: #1ABB71;
}

.l_grass_c {
    color: #1ABB71;
}

.l_lime {
    background-color: #B9E699;
}

.l_lime_c {
    color: #B9E699;
}

.l_joy {
    background-color: #C6E152;
}

.l_joy_c {
    color: #C6E152;
}

.l_cloud {
    background-color: #D2DAE1;
}

.l_cloud_c {
    color: #D2DAE1;
}

.l_dark {
    background-color: #1D272D;
}

.l_dark_c {
    color: #1D272D;
}

.l_white {
    background-color: #fff;
}

.l_white_c {
    color: #fff;
}

.l_black {
    background-color: #000;
}

.l_black_c {
    color: #000;
}

.l_gray {
    background-color: #535353;
}

.l_gray_c {
    color: #535353;
}



.l_melon {
    background-color: #F65628;
}

.l_melon_c {
    color: #F65628;
}

.l_red {
    background-color: #FF0004;
}

.l_red_c {
    color: #FF0004;
}

.l_btn_i {
    font-size: 14px;
}

.l_mc {
    background-color: var(--mc);
}

.l_mc_c {
    color: var(--mc);
}

.l_pad3 {
    padding: 3px;
}

.l_pad5 {
    padding: 5px;
}

.l_pad10 {
    padding: 10px;
}

.l_pad30 {
    padding: 30px;
}

.l_pad50 {
    padding: 50px;
}

.l_padr30 {
    padding-right: 30px;
}

.l_padl30 {
    padding-left: 30px;
}

.l_bold {
    font-weight: bold;
    ;
}

.l_mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.l_dis_block {
    display: block;
}

.l_dis_inline_block {
    display: inline-block;
}


.l_mt50 {
    margin-top: 50px;
}

.l_border1 {
    border: 1px solid;
}

.l_mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.l_f14 {
    font-size: 14px;
}

.l_f16 {
    font-size: 16px;
}

.l_f20 {
    font-size: 20px;
}

.l_f36 {
    font-size: 36px;
}

.l_f48 {
    font-size: 48px;
}

.l_f100 {
    font-size: 100px;
}

.l_f150 {
    font-size: 150px;
}

.l_left {
    text-align: left;
}

.l_center {
    text-align: center;
}

.l_right {
    text-align: right;
}



.l_fixed {
    position: fixed;
}

input[type="text"].l_reset_input,
input[type="password"].l_reset_input,
input[type="email"].l_reset_input,
input[type="url"].l_reset_input,
input[type="number"].l_reset_input,
input[type="date"].l_reset_input,
input[type="datetime-local"].l_reset_input,
.l_reset_input {
    /* 
  }
  .l_reset_input { */
    font-size: unset;
    padding: unset;
    text-indent: unset;
    min-height: unset;
    border: unset;
    border-radius: unset;
    width: unset;
}

.l_anim_pulse {
    animation: l_pulse_animation infinite 2s;
    z-index: 1;

}

.l_anim_pulse_3 {
    animation: l_pulse_animation 2s;
    z-index: 1;
    animation-iteration-count: 3;

}


.l_table {
    overflow-x: scroll;
    display: inline-block;
    box-shadow: 0 0 10px #00000029;
    border-radius: 4px;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
    table-layout: fixed;
    max-width: 100%;
}

.l_table thead {
    background: #303046;
    color: white;
    overflow: hidden;
}

.l_table th {
    padding: 10px 0;
    white-space: nowrap;
    text-align: left;
    line-height: 19px;
    border-bottom: 1px solid #80808073;
}

.l_table td {
    padding: 5px 0;
    height: 60px;
}

.l_table th,
.l_table td {
    vertical-align: middle;
    padding-left: 6px;
    padding-right: 6px;
}



.l_table,
.l_table td {
    border-bottom: 1px solid #f7f7f7;
}


.l_table li:only-of-type {
    list-style-type: none;
}

.l_table td p * {
    font-size: 12px !important;
}

.l_table img {
    max-height: 66px;
    max-width: 200px;
}

.l_table thead tr:hover {
    background: #18182b;
}




.latest_comment {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0;
    font-size: 14px;
}

.makeNewComment {
    background: #9a9a9a38;
}

.comment_user {
    border-right: 2px solid #fecb07;
    min-width: 175px;
    padding: 4px;
    margin-right: 14px;
}

.admin_pic {
    border-radius: 100px;
    overflow: hidden;
    width: 36px;
    border: 1px solid;
    height: 36px;
}

textarea.comment_text {
    width: 40%;
    border: 1px solid #80808063;
    border-radius: 9px;
}


.l_tag {
    color: #393939;
    border-radius: 3px;
    margin-right: 2px;
    padding: 3px 7px;
    background: #0000000a;
    vertical-align: middle;
    /* margin-bottom: 5px; */
    box-shadow: 0 0 3px #00000024;
}


input[type="text"].l_niceinput,
input[type="password"].l_niceinput,
input[type="email"].l_niceinput,
input[type="url"].l_niceinput,
input[type="number"].l_niceinput,
input[type="date"].l_niceinput,
input[type="datetime-local"].l_niceinput,
.l_niceinput {}

@keyframes l_pulse_animation {
    0% {
        box-shadow: 0 0 5px var(--mc);
        opacity: 0.3;
    }

    50% {
        box-shadow: 0 0 5px var(--mc);
        opacity: 1;
    }

    100% {
        box-shadow: 0 0 5px var(--mc);
        opacity: 0.3;
    }
}


.l_required_label::before{
    content:"";
    width:5px;
    height: 5px;
    background-color: red;
    border-radius: 100%;
    position: absolute;
    right:-5px;
    animation: l_required_label_animation infinite 2s;

}

@keyframes l_required_label_animation {
    0% {
        /* box-shadow: 0 0 5px var(--mc); */
        opacity: 0.3;
    }

    50% {
        /* box-shadow: 0 0 5px var(--mc); */
        opacity: 1;
    }

    100% {
        /* box-shadow: 0 0 5px var(--mc); */
        opacity: 0.3;
    }
}

@media all and (max-width: 1199px) {

    .l_grid3,
    .l_grid4,
    .l_grid5,
    .l_grid6,
    .l_grid7,
    .l_grid8 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 575px) {

    .l_grid1,
    .l_grid2,
    .l_grid3,
    .l_grid4,
    .l_grid5,
    .l_grid6,
    .l_grid7,
    .l_grid8 {
        grid-template-columns: repeat(1, 1fr);
    }
}