/**********************************************************
Basic Body 
*/

html,
body {
    width: 100%!important;
    height: 100% !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    background-repeat: no-repeat !important;
    font-family: sans-serif;
    background: var(--W);
    color:var(--B);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 
}
img {
    width: 100%; /* or any percentage or width value */
    height: auto; /* This maintains the aspect ratio */
  }
#VRButton{
    display: none;
}

.iconStep{
    position: absolute;
    margin-top: 7px;
    top:0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: 0;
}

.divStep{
    display: inline-block;
    left: 0;
    float: left;
    height: 35px;
}
.lineGStep{
    background-color: #c8c8c8;
    position: absolute;
    width: 100%;
    margin-top: 12px;
    opacity: 0.5;
    left: 12px;
    margin-bottom: 12px;
    height: 5px;
}
.lineWStep{
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    margin-top: 12px;
    left: 12px;
    margin-bottom: 12px;
    height: 5px;
}

.linePStep{
    background-color: var(--PR);
    top: 0;
    margin-top: 12px;
    position: absolute;
    left: 12px;
    height: 5px;
}

/*
code style
*/
code{
    display: block;
    background-color:var(--LW);   /* light gray background */
    border: 1px solid var(--B);    /* light border */
    border-radius: 5px;         /* rounded corners */
    padding: 1rem;    /* padding around the code */
    font-family: 'Courier New', Courier, monospace;  /* monospace font */
    font-size: 16px;            /* font size */
    color:var(--AC);
}

.codeHolder{
    
    padding: 5px 10px;   
}

.tab_indent {
    display: inline-block;
    width: 2em;  /* Adjust this value based on the desired "tab" width */
}

.keyword {
    color:#5d5dff;
}

.string {
    color: rgb(56, 174, 56);
}

.number {
    color: red;
}

.legacy{
    color: var(--PR);
}

.function {
    color: rgb(241, 67, 241);
}

.comment {
    color: rgb(120, 120, 120);
    font-style: italic;
}
.brackets_square{
    color: rgb(174, 87, 236);
} 

.brackets_curly{
    color: rgb(82, 59, 255);
} 

.brackets_round{
    color: rgb(114, 137, 221);
} 

.special_chars{
    color: rgb(7, 220, 0);
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 50px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    bottom: 150%;
    right: 0;
    margin-right: 0px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
.tooltip:active .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
/**
font size
**/
.FSHeroT{
font-size: 50px;
}
.FSHeroTx{
    font-size: 30px;

}

@media (max-width:960px) {
    .FSHeroT{
        font-size:45px;
        }
        .FSHeroTx{
            font-size: 25px;
        }
}
@media (max-width:600px) {
    .FSHeroT{
        font-size:40px;
        }
        .FSHeroTx{
            font-size: 23px;
        }
}
@media (max-width:300px) {
    .FSHeroT{
        font-size:20px;
        }
        .FSHeroTx{
            font-size: 16px;
        }
}
.LHF{
    line-height: 0.4;
}
.FF_BOLD{
    font-weight: bold;
}
.FF_cairo{
font-family: 'Cairo'
}
.FF_courier{
    font-family:'Courier New', Courier, monospace;
}
.FF_franklin{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.FF_lucida{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.FF_segoe{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.FF_times{
    font-family:'Times New Roman', Times, serif;
}
.FF_trebuchet{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.FF_arial{
    font-family:Arial, Helvetica, sans-serif;
}
.FF_cambria{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.FF_georgia{
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.FF_impact{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.FF_verdana{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.FF_cursive{
    font-family:cursive;
}
.FF_fantasy{
    font-family:fantasy;
}
.FF_monospace{
    font-family:monospace;
}
.FF_sansserif{
    font-family:'Roboto', sans-serif;
}
.FF_serif{
    font-family:serif;
}
.FF_sys{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
   
}

body::-webkit-scrollbar-thumb {
    background: var(--PR);
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: var(--W);
    position: absolute;
}

* {
    position: relative;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: var(--B);
    
    
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

a:active,
a:hover {
    outline: 0;
}
input{
    outline:2px solid var(--PR);
    color: var(--B);
}
a {
    text-decoration: none;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

/*
Button Basic
BT
B_PR_D F_WHITE B_R_5 pT_5 pB_5 pR_10 pL_10 mT_10 ST_WHITE_2 MD
*/
.BT{
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
  
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-weight: bold;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
dialog{
    padding: 0.5rem;
    z-index: 10;
    max-width:700px ;
    background-color: var(--W);
}
dialog::backdrop{
    background-color:hsl(0,0%,0%,0.6);
 
}
textarea,
input {
    line-height: normal;
    background: var(--W);
    outline: none;
    color: var(--B);
}
input:focus{
    outline:2px solid var(--PR);
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input:checked+.slider {
    background-color: var(--GRE3);
}

input:focus+.slider {
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}
input[type='file']::-webkit-file-upload-button {
    background-color: var(--PRD);
    height: 30px;
    width: 30px;
    color: var(--W);
    border: none;
}
hr {
    top: 0;
    margin: 0;
    margin-top: 5px;
    bottom: 0;
    margin-bottom: 5px;
}
.B_N{
    border: none;
}
.table tr:nth-of-type(2n){
 
    filter: brightness(90%);
}
.table tr:nth-of-type(2n):hover{
 
    filter: brightness(70%);
}

.table thead{
   
    filter: brightness(80%);
}
.table{
    text-transform: capitalize;
    border-collapse: collapse !important;
}
@media (max-width:960px) {
    .table {
        width: 100%;
    }
    .table  th{
    display: none;
    }
    .table td {
        width: 100%;
        display: block;

    }
    .table >tbody> td {
        width: 100%;
        display: block;

    }
    .table td::before {
       content: attr(model_data) " : ";
       font-weight: 700;
    }
    .table tbody td::before {
        content: attr(model_data) " : ";
        font-weight: 700;
     }
    .table .settings {
        width: 10px;
        display: block;
        position: absolute;
        top: 0;
        color: var(--W);
        right: 0;

    }
    
}
.SCALE_5{
    transform: scale(0.5);
}
/**
dragable
*/
.drag{
    -webkit-app-region: drag;
    
}
.noDrag{
    -webkit-app-region: no-drag;
}
/**********************************************************
** hover
**/
.hovTW:hover,
.hovTW:focus{
width: auto;

filter: brightness(100%);
}
.hovTW{
    width: 10px;
    height: 30px;
    transition: width 1s ease, filter 1s ease; 
}
.hovTW{
    overflow: hidden;
}
.hovTW::before{
    content: '\22EE';
    font-size: 14px;
    line-height: 0;
    
    cursor: pointer;
}
.selectIcon::after{
    content: '\25be';
    position: absolute;
    right: 3px;
    color: var(--PR);
}
.hovTW:hover:before,
.hovTW:hover:focus{
  display: none;
}
.HOV:hover ,
.HOV:focus  {
    background-color: var(--PR);
}
.HOVPR:hover ,
.HOVPR:focus  {
    background-color: var(--PR);
}
.HOVPRD:hover ,
.HOVPRD:focus  {
    background-color: var(--PR_D);
}
.HOVL:hover ,
.HOVL:focus {
    filter: brightness(130%);
}
.HOVC:hover ,
.HOVC:focus  {
    color: var(--PR);
}
.HOVB:hover ,
.HOVB:focus  {
    color: var(--B);
}
.HOVW:hover ,
.HOVW:focus  {
    color: var(--W);
}
.HOVCPR:hover ,
.HOVD:focus  {
    color: var(--PR);
}
.HOVCPRD:hover ,
.HOVCPRD:focus  {
    color: var(--PR_D);
}
.HOVBPRD:hover ,
.HOVBPRD:focus  {
    background: var(--PR_D);
}
.HOVCWHITE:hover ,
.HOVCWHITE:focus  {
    color: #fff;
}

.HOVCBLACK:hover {
    color: #000;
}
.HOVCYEL:hover {
    color: rgb(204, 255, 0);
}
.HOVD:hover ,
.HOVD:focus 
{
    filter: brightness(60%);
}
/**********************************************************
kit tools
smart ui
*/
tr:hover,
tr:focus {
    filter: brightness(70%);
}

::placeholder {
    color: var(--PR);
    opacity: 1;
}

::-ms-input-placeholder {
    color: var(--PR);
}

::-ms-input-placeholder {
    color: var(--PR);
}
audio::-webkit-media-controls-enclosure {
    background-color: var(--PR);
    
}
audio::-webkit-media-controls-volume-control-container {opacity: 1;}
audio::-webkit-media-controls-volume-control-container.closed {opacity: 1;}
audio::-webkit-media-controls-volume-slider-container {opacity: 1;}
audio::-webkit-media-controls-volume-slider {opacity: 1;}
audio::-webkit-media-controls-play-button{opacity: 1;}
audio::-webkit-media-controls-timeline {display: none;}
audio::-webkit-media-controls-timeline-container{display: none;}
audio::-webkit-media-controls-current-time-display{display: none;}
audio::-webkit-media-controls-time-remaining-display{display: none;}
audio::-webkit-media-controls-seek-back-button  {display: none;}
audio::-webkit-media-controls-seek-forward-button  {display: none;}
audio::-webkit-media-controls-fullscreen-button  {display: none;}
audio::-webkit-media-controls-rewind-button  {display: none;}
audio::-webkit-media-controls-return-to-realtime-button  {display: none;}
audio::-webkit-media-controls-toggle-closed-captions-button  {display: none;}
audio::-webkit-media-controls-play  {display: none;}
audio::-webkit-media-controls-time  {display: none;}
/**********************************************************
print
*/
@media print {
    *,
    *:before,
    *:after {
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid var(--PRD);
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/**********************************************************
custom element
*/
cr {
    border-radius: 50%;
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
}

.cr {
    border-radius: 50%;
    display: inline-block;
    max-width: -moz-fit-content;
}
cell {
    display: block;
   
    content: "";
    clip-path: polygon(0% 50%, 25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%);


  }

tringL{
    display: block;
    
    content: "";
    clip-path: polygon( 100% 100% ,100% 0% ,50% 50%);

}
tringT{
    display: block;
    
    content: "";
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);

}
tringR{
    display: block;
    
    content: "";
    clip-path:  polygon(0% 0%, 100% 50%, 0% 100%);

}
tringB{
    display: block;
    
    content: "";
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);

}
/***
GLASS
**/
.NOBG{
    background-color: transparent;
}
.BBGLASS{
    background-color:rgba(0, 0, 0, 0.432);
    backdrop-filter: blur(2px);
}
.WWGLASS{
    background-color:rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}
.BLUEGLASS{
    background-color:rgba(15, 0, 42, 0.432);
   
}
.YELOWGLASS{
    background-color:rgba(255, 233, 106, 0.432);
   
}
/**
* shadow
**/
.SH,.SHD{
    box-shadow: 0 3px 7px rgb(0 0 0 / 60%);
}
.SHs{
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

.B_GOLD {
    background: radial-gradient(ellipse farthest-corner at right bottom, #fad428 0%, #FDB931 8%, #b88821 30%, #a6812b 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #fdfdb5 8%, #f3d174 25%, #866006 62.5%, #5d4a1f 100%);
}
.F_GOLD{
    background: rgb(255,251,127);
    background: -webkit-linear-gradient(270deg, rgb(250, 244, 80) 0%, rgb(108, 108, 0) 35%, rgb(252, 209, 67) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.FFGOLD2{
   
    font-weight: 600;
    background-image: linear-gradient(167deg,#ffefd8 0,#ffddae 34%,#d1933a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.BBST{
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(241,241,241,0) 100%);
}
/****************************************************
auto class
*/

/*
cursor 
*/
.pointer {
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.move {
    cursor: move;
}

/*
display 
*/
.D_B {
    display: block;
}
.D_N {
    display: none;
}
.D_G {
    display: grid;
}
.D_FLX {
    display: flex;
}
.D_INL {
    display: inline;
}
.D_INB {
    display: inline-block;
}

.D_FLOWROOT,.D_FR,.D_FLR {
    display: flow-root;
}
/*
text-align 
*/
.T_S {
    text-align: start;
}
.T_E{
    text-align: end;
}
.T_L {
    text-align: left;
}

.T_R {
    text-align: right;
}

.T_C {
    text-align: center;
}
.T_J{
    text-align: justify;
}
/* Auto text align if direction change */
.T_LL {
    text-align: var(--DirL);
}

.T_RR {
    text-align: var(--DirR);
}
.DIREC_L {
    direction: ltr;
}

.DIREC_R {
    direction: rtl;
}

/*
float 
*/
.FL_L {
    float: left;
}

.FL_R {
    float: right;
}

.FL_N {
    float: none;
}

/*
margin auto 
*/
.MD {
    margin: auto;
}

.MLA {
    margin-left: auto;
}

.MRA {
    margin-right: auto;
}
.MTA {
    margin-top: auto;
}
.MBA {
    margin-bottom: auto;
}
/*
position
*/
.POS_AB {
    position: absolute;
}

.POS_RE {
    position: relative;
}

.POS_FX {
    position: fixed;
}
/*
width
height
*/
.WW{
    width: 100%;
}
.HH{
    height: 100%;
}
.W_F_C{
    width: fit-content;
}
.W_FIT{
    min-width: -webkit-fill-available;
}
.H_F_C{
    height: fit-content;
}

.W_M_C{
    width: max-content;
}
.H_M_C{
    height: max-content;
}


/**
overflow
*/
.SCROLLER{
    overflow-y: scroll;
}
.SCROLL{
    overflow-y: scroll;
}
.OV_HIDE{
    overflow: hidden;
}
.overHide {
    overflow: hidden;
}
.overAutoX {
    overflow-x: auto;
}



.SCROLLER::-webkit-scrollbar {
    width: 10px;
    height: 10px;
   
}

.SCROLLER::-webkit-scrollbar-thumb {
  
    background: var(--PR);
    border-radius: 10px;
}

.SCROLLER::-webkit-scrollbar-track {
    background: var(--W);
    position: absolute;
}



.overAutoX::-webkit-scrollbar {
    width: 10px;
    height: 10px;
   
}
.overAutoX ::-webkit-scrollbar-thumb {
    background: var(--PR);
    border-radius: 10px;
}

.overAutoX ::-webkit-scrollbar-track {
    background: var(--W);
    position: absolute;
}

/****************************************************
custom element class
*/

.B_BLACK{
    background-color: #000000;
}

.F_BLACK{
    color: #000000;
}

.B_WHITE{
    background-color: #ffffff;
}

.F_WHITE{
    color: #ffffff;
}
/****************************************************
custom element
*/


.input {
    border: none;
    border-bottom: 4px solid var(--PR);
    color:var(--B);
    padding: 4px 10px;

}
.inputLabel{
    margin-bottom: 10px;
    margin-top: 10px;
}
/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 22px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
   display: inline-block;
    cursor: pointer;
    width: 45px;
    height: 22px;
    top: 0;
    padding: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--GRY9);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    display: inline-block;
    content: "";
    height: 18px;
    width:18px;
    left: 0;
    top: 0;
    margin-left: 2px;
    margin-top: 2px;
    background-color: var(--W);
    -webkit-transition: .4s;
    transition: .4s;
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
    position: absolute;
}

.Ztop {
    z-index: 11999;
}

/* @media */
.mHO{
    overflow-x: hidden;
    height: 60%;
    
}
.main,.FLX_C{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.labtob{
    display: block;
}
.HALF {
    width: 50%;
}
.mob{
    display: none;
}
@media (max-width:600px) {
    .main,.FLX_C{
    width: 100%;
    
}
.pc{
    display: none;
}
.mHO{
    height: 80%;
}
.mob{
    display: unset;
}
.labtob{
    display: none;
}
.HALF {
    width: 100%;
}
  }
  @media (max-width:540px) {
    .main,.FLX_C{
    width: 100%;
    
}
.mHO{
    height: 80%;
}
.labtob{
    display: none;
}
.HALF {
    width: 100%;
}
  }

.center{
    display: grid;
    justify-content: center;
    align-items: center;
}
/*lazyCards */
  .lazyCards {
    width: 100vw;
    height: 100vh;
    color: white;
    margin: 0 auto;
    margin-bottom: 24px;
    position: relative;
}

.lazyCards>div {
    display: flex;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(220deg, var(--PR_D), var(--PR));
    justify-content: space-between;
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    transform-origin: top center;
    will-change: transform;
    overflow: hidden;
}

.lazyCards>img {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1000px;
    height: auto;
    max-height: 100%;
    min-height: 300px;
    background: linear-gradient(220deg, var(--PR_D), var(--PR));
    justify-content: space-between;
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    transform-origin: top center;
    will-change: transform;
    overflow: hidden;
}

/**
cards
*/
.card {
    width: 20%;
    margin: 16px auto;
    top: 3px;
    position: relative;
    float: left;
}


.card2 {
    width: 50%;
    position: relative;
    float: left;
}
.card3 {
    width: 33%;
    margin: 16px auto;
    top: 3px;
    position: relative;
    float: left;
}
.card4 {
    width: 25%;
    margin: 16px auto;
    top: 3px;
    position: relative;
    float: left;
}


.card5 {
    width: 20%;
    margin: 16px auto;
    top: 3px;
    position: relative;
    float: left;
}

.card6 {
    width: 15%;
    margin: 16px auto;
    top: 3px;
    position: relative;
    float: left;
}
.card60 {
    width: 16.6%;
    margin:auto;
   
    position: relative;
    float: left;
}
.inCard {
    margin: 10px;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 540px) {
    .card {
        width: 100%;
        font-size: 60%;
    }
    .card2 {
        width: 100%;
        font-size: 60%;
    }
    .card3 {
        width: 100%;
        font-size: 60%;
    }
    .card4 {
        width: 100%;
        font-size: 60%;
    }
    .card5 {
        width: 100%;
        font-size: 60%;
    }
    .card6 {
        width: 100%;
        font-size: 60%;
    }
}

/**
animation class
*/
/**
*/
#start-screen {
    opacity: 1;
    animation: none;
  }
  
  /* The class to apply when you want to hide the element */
.hideScreen {
    opacity: 20; /* Fades out the element */
    pointer-events: none; /* Prevents interaction during fade-out */
    
  }
  
  /* Optional: After the opacity reaches 0, you can hide the element with `display` */
.hiddenScreen {
    animation: fadeOut 3s ease-out forwards; /* 5 seconds fade-out */
    pointer-events: none; /* Prevent interaction during the animation */
  }

  
  /* Keyframe for the fade-out animation */
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
 
.closeSlide{
    animation: anmiCloseSlide 6000 ease-in;
    overflow: hidden;
    height: 0px;

}

@keyframes anmiCloseSlide{
    0%{
        height: auto;
    }
    100%{
        height: 0px;
    }
}
.ani_maxHight{
    -webkit-transition: max-height 1s; 
    -moz-transition: max-height 1s; 
    -ms-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s; 
    overflow-y: scroll;
    max-height: 300px;
    
}
.ani_maxHightSelf{
    -webkit-transition: max-height 1s; 
    -moz-transition: max-height 1s; 
    -ms-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s; 
    overflow-y: auto;
    max-height: auto;
    height: max-content;
    
}
.ani_maxHight.close{
    max-height:0;
}
.ani_maxHightSelf.close{
    max-height:44px;
    overflow-y: hidden;
}
/**
rotate 
*/
/**
spinner

*/
.roll {
    -webkit-animation: roll-spin 1s infinite steps(8);
    animation: roll-spin 1s infinite steps(8);
    display: inline-block;
}
@-webkit-keyframes roll-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes roll-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**
control degree
*/
.rotate_45{
    transform: rotate(45deg);
}

.rotate_90{
    transform: rotate(90deg);
}
.rotate_m90{
    transform: rotate(-90deg);
}
.rotate_180{
    transform: rotate(180deg);
}


:root{
    --slideDown-time:300ms;
    --scaleUp-time:500ms;
    --riseUp-delay:800ms;
    --riseRight-delay:1000ms;
}

/**
slide
*/

.a_slideDown{
    animation: slideDown var(--slideDown-time) ease-in;
}

@keyframes slideDown{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
.a_slideUp{
    animation: slideUp var(--slideDown-time) ease-in calc(var(--slideDown-time)+200); ;
}

@keyframes slideUp{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0);
    }
}



.a_slideRight{
    transform: translateX(-1000%);
    animation-name: slideRight;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: var(--slideDown-time);
    animation-fill-mode: forwards;
}
@keyframes slideRight{
    0%{
        transform: translateX(-1000%);
    }
    90%{
        transform: translateX(50%);
    }
    100%{
        transform: translateX(0);
    }
}

.a_slideLeft{
    transform: translateX(1000%);
    animation-name: slideLeft;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: var(--slideDown-time);
    animation-fill-mode: forwards;
}
@keyframes slideLeft{
    0%{
        transform: translateX(1000%);
    }
    90%{
        transform: translateX(-50%);
    }
    100%{
        transform: translateX(0);
    }
}
/***
rise
*/
.a_riseDown{
    transform: translateY(-20px);
    opacity: 0;
    animation-name: riseDown;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: calc(var(--riseUp-delay)+200);
    animation-fill-mode: forwards;
}
@keyframes riseDown{
    0%{
        transform: translateY(-20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.a_riseDownFast{
    transform: translateY(0);
    opacity: 0;
    animation-name: riseDownFast;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
@keyframes riseDownFast{
    0%{
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        transform: translateY(300px);
        opacity: 0;
    }
}
.a_riseDownFast{
    transform: translateY(0);
    opacity: 0;
    animation-name: riseDownFast;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
@keyframes riseDownFast{
    0%{
        transform: translateY(0);
        opacity: 1;
    }
    100%{
        transform: translateY(300px);
        opacity: 0;
    }
}
.closeMenu{
    transform: translateY(-100px);
    opacity: 1;
    animation-name: a_rDa;
    animation-duration: 500ms;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
   
}
@keyframes a_rDa{
    0%{
        transform: translateY(0);
        opacity: 1;
        display: block;
    }
    100%{
        transform: translateY(-100px);
        opacity: 0;
        display: none;
    }
}
.openMenu{
    transform: translateY(0);
    opacity: 1;
    animation-name: a_rUa;
    animation-duration: 500ms;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
    
}
@keyframes a_rUa{
    0%{
        transform: translateY(-100px);
        opacity: 0;
       
    }
    100%{
        transform: translateY(0);
        opacity: 1;
       
    }
}
.a_riseUp{
    transform: translateY(20px);
    opacity: 0;
    animation-name: riseUp;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: var(--riseUp-delay);
    animation-fill-mode: forwards;
}
@keyframes riseUp{
    0%{
        transform: translateY(20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.a_riseUpFast{
    transform: translateY(100px);
    opacity: 0;
    animation-name: riseUpFast;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
@keyframes riseUpFast{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

.a_riseRight{
    transform: translateX(-20px);
    opacity: 0;
    animation-name: riseRight;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: var(--riseRight-delay);
    animation-fill-mode: forwards;
}




@keyframes riseRight{
    0%{
        transform: translateX(-20px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
.a_riseLeft{
    transform: translateX(20px);
    opacity: 0;
    animation-name: riseLeft;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: var(--riseRight-delay);
    animation-fill-mode: forwards;
}



@keyframes riseLeft{
    0%{
        transform: translateX(20px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
/**
scale
*/
.a_scaleUp{
    transform: scale(0);
    animation-name: scaleUp;
    animation-duration: var(--scaleUp-time);
    animation-timing-function: ease-in;
    animation-delay: var(--slideDown-time);
    animation-fill-mode: forwards;
}
@keyframes scaleUp{
    0%{
        transform: scale(0);
    }
    90%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}



/*
Drop Btn
*/


/*
img Cover 
*/


/*
to control view area use  overflow hidden holder
*/

.imgHolder {
    width: 100%;
    overflow: hidden;
}
.imgCoverAll {
    width: 100%;
    
    height: 100%;
}
.imgCover {
    width: 100%;
    
    height: auto;
}

.imgCoverL {
    width: 100%;
}

@media screen and (max-width: 900px) {
.imgCover {
    width: 200%;
    margin-left: -50%;
    margin-right: -50%;

}
.imgCoverAll {
    width: 400%;
    margin-left: -150%;
    margin-right: -150%;

}
.imgCoverL {
    width: 200%;
    margin-right: -100%;

}
}
@media screen and (max-width: 290px) {
.imgCover {
    width: 200%;
    margin-left: -50%;
   
}
.imgCover {
    width: 200%;
    margin-left: -50%;
    margin-right: -50%;
   
}
.imgCoverL {
    width: 200%;
    margin-right: -100%;
}
}



.chatHolderAll{
    width: 100%;
    max-width: 900px;
    height:fit-content;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flow-root;
}
.chatImgHolder{

    width: 20%;
    max-width: 100px;
    height: 200px;
    display: inline-block;
    text-align: center;
    position: relative;
margin: 0;
padding: 0;
   
}
.contactList{
    padding: 10px;
    
}
.contactList>h1{
    text-align: center;
    padding-bottom: 20px;
}
.contactList>h1{
    font-family: 'Courier New', Courier, monospace;
}

.chatImgHolderS{

    width: 20%;
    max-width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    position: relative;
margin: 0;
padding: 0;
   
}
a{
    text-decoration: none;
    color: #fff;
}

.chatTxtHolder{
    width: -webkit-fill-available;
    height: 150px;
    max-width: 60%;
    display: inline-block;
    position: absolute;
    margin: 10px;
padding: 0;
  
}
.chatTxtHolderS{
    width: -webkit-fill-available;
    height: 100px;
    max-width: 60%;
    display: inline-block;
    position: absolute;
    margin: 10px;
padding: 0;
  
}
.isoTxt{
max-width: 250px;
width: 100%;
height: 80px;
margin: 30px auto 0 auto;
}
.isoTit{
    
    border-radius: 50%;
    top: 0;
    border: 2px red solid;
    background-color: var(--W);
    margin-top: 30px;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 4px 6px rgb(0 0 1 / 70%)
}
.imgLogo{
    top: 0;
    position: absolute;
    display: block;
  
    width: 100px;
}
.major{
    inset: 3em 1em;
    position: absolute;
    text-align: center;
    font-size: 40px;
}
@media only screen and (max-width: 800px) {
    .chatTxtHolder{
        max-width: 60%;
    }
    .imgLogo{
        width: 70px;
    }
    .chatHolderAll{
        width: 100%;
       
        padding: 10px;
       margin-bottom: 7%;
    }
}

@media only screen and (max-width: 560px) {
    .chatTxtHolder{
        max-width: 70%;
    }
    .imgLogo{
        width: 70px;
    }
    .chatHolderAll{
        width: 100%;
       
        padding: 10px;
       margin-bottom: 16%;
    }
}

@media only screen and (max-width: 460px) {
    .chatTxtHolder{
        max-width: 70%;
    }
    .imgLogo{
        width: 70px;
    }
    .chatHolderAll{
        width: 100%;
       
        padding: 10px;
       margin-bottom: 170px;
    }
    .isoTxt p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 285px) {
    .chatTxtHolder{
        max-width: 70%;
    }
    .imgLogo{
        width: 70px;
    }
    .chatHolderAll{
        width: 100%;
        
        padding: 10px;
       margin-bottom: 275px;
    }
    .isoTit{
    
     
        margin-top: 50px;
        width: 90px;
        height: 90px;
       
    }
    .isoTit h2{
        font-size: 14px;
        width: 70px;
    }
    .isoTxt p{
        font-size: 12px;
    }
}
.arrow-right {
    width: 100vw; 
    height: 100vw;
    transform: rotate(45deg); 
  background-color: var(--PR);
  }
.waveBack {
    background-color: var(--W);
    background-image:         linear-gradient(45deg, hsla(0,0%,0%,.25) 25%, transparent 25%, transparent 75%, hsla(0,0%,0%,.25) 75%, hsla(0,0%,0%,.25)), 
                              linear-gradient(45deg, hsla(0,0%,0%,.25) 25%, transparent 25%, transparent 75%, hsla(0,0%,0%,.25) 75%, hsla(0,0%,0%,.25));
    background-position:0 0, 2px 2px;
    background-size:4px 4px;
  
}
.HOVRE:hover{
    color: #c62039;
}
.FONT_Cairo {
    font-family: Cairo;
}

.chessboard {
    width: 1500px;
    height: 1500px;
    display: grid;
    left: 0;
    margin-left: -500px;
    top: 0;
    margin-top: -500px;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 1fr);
    transform: rotate(45deg);
}

.chess-piece {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 560px) {
    .chessboard {
        width: 800px;
        height: 800px;
        margin-left: -150px;
        margin-top: -100px;
    }
}



.PBorder{
    border-bottom: 10px var(--PR_D) double;
}
.GRID{
    display: grid;
    grid-template-columns: 1fr 1fr;  
}


.treeView{
    padding: 0;
    margin: 0 auto;
    width: max-content;
   
}
.treeView ul {
    padding-top: 20px; 
    position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.treeView li {

	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.treeView li::before, .treeView li::after{
	content: '';
	position: absolute; top: 0; 
    right: 50%;
	border-top: 1px solid #ccc;
	width: 50%;
  
     height: 20px;
}
.treeView li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

.treeView li:only-child::after, .treeView li:only-child::before {
	display: none;
}

.treeView li:only-child{ padding-top: 0;}

.treeView li:first-child::before, .treeView li:last-child::after{
	border: 0 none;
}
.treeView li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.treeView li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.treeView ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.treeView li a{
	border: 1px solid #ccc;
    cursor: pointer;
	padding: 5px 10px;
	text-decoration: none;
	color: var(--B); 
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.treeView li a:hover, .treeView li a:hover+ul li a {
	background: var(--B);
    color:var(--W); 
    border: 1px solid #94a0b4;
}

.treeView li a:hover+ul li::after, 
.treeView li a:hover+ul li::before, 
.treeView li a:hover+ul::before, 
.treeView li a:hover+ul ul::before{
	border-color:  #94a0b4;
}
.loadingElm div.elmToload{
    animation: loading-ani 1s linear infinite alternate;
}
@keyframes loading-ani {
    0%{
        background-color: hsl(200, 20%, 70%);
    }
    100%{
        background-color: hsl(200, 20%, 95%);
    }
}
.VRICON{
    position: fixed;
    bottom: 10px;
    right: 5%;
    cursor: pointer;
    font-size: 50px;
    color: #fff;
}

.toast {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    animation: fadeInOut 3s ease-in-out forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.OV_YAH{
    overflow-y:auto ;
    height: 100vh;
}
.OV_YA{
    overflow-y:auto ;
    height: 80vh;
}

.IC3{
   color: #ffffff;
   font-size: 20px;
   text-align: center;
   align-content: center;
   display: inline-block;
   padding: 5px;
   border: 1px #fff solid;
   background-color:rgba(0, 0, 0, 0.432);
   backdrop-filter: blur(2px);
   border-radius: 50%;
}
.ICDIVH {
    font-weight: bold;
    font-size: 16px;
 
}
.ICDIVP {
    padding: 10px;
   text-align: start;
    font-size: 16px;

}
.ICDIV{
    font-size: 12px;
    position: absolute;
    text-align: center;
    align-content: center;
    left: 0;
    top: 30px;
    width: max-content;
    padding:10px 5px ;
    background-color:rgba(0, 0, 0, 0.432);
    backdrop-filter: blur(2px);
    border-radius: 15px;
    
}
.light {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    animation: fade-out 2s linear infinite; /* Loop forever */
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
.IC2{
   font-size: 18px;
   position: absolute;
   text-align: center;
   cursor: pointer;
   background-color:rgba(0, 0, 0, 0.432);
   backdrop-filter: blur(2px);
   align-content: center;
   left: 0;
   top: 0;
   width:30px;
   height:30px;

   border-radius: 50%;
}
.ICX{

    position: absolute;

    border-radius: 50%;
 
    align-content: center;
   
    width:50px;
    height:50px;
 
    border-radius: 50%;
 }
.ICOAC{
padding: 10px;
border-radius: 50%;
font-size: 20px;
cursor: pointer;
}

.OV_YA::-webkit-scrollbar {
    width: 10px;
    height: 10px;
   
}

.OV_YA::-webkit-scrollbar-thumb {
    background: var(--PR);
    border-radius: 10px;
}

.OV_YA::-webkit-scrollbar-track {
    background: var(--W);
    position: absolute;
}


.OV_YAV{
    overflow-y: auto;
    height: 87%;
    max-height: 570px;
}
.OV_YAV::-webkit-scrollbar {
    width: 10px;
    height: 10px;
   
}

.OV_YAV::-webkit-scrollbar-thumb {
    background: var(--PR);
    border-radius: 10px;
}

.OV_YAV::-webkit-scrollbar-track {
    background: var(--W);
    position: absolute;
}

.slideC {
    width: 100%; /* Set the width of the container */
    overflow: hidden; /* Hide any content that overflows the container */
}

.slideW {
    display: flex; /* Use flexbox for horizontal layout */
    transition: transform 0.5s ease; /* Smooth transition for sliding effect */
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.slideI {
    flex: 0 0 auto; /* Prevent items from growing or shrinking */
    width: 20%; /* Set width of each slide */
    min-width: 200px;
    margin-right: 10px; /* Adjust spacing between slides */
}

/* Optional: Hide horizontal scrollbar */


div.slideW::-webkit-scrollbar {
    width: 10px;
    height: 10px;
   
}

div.slideW::-webkit-scrollbar-thumb {
    background: var(--PR);
    border-radius: 10px;
}

div.slideW::-webkit-scrollbar-track {
    background: var(--W);
    position: absolute;
    display:flow-root;
}
.dragC{
    display: flex;
    flex-direction: column;
    
}

.dragIcon{
    cursor: grab;
    display: block;
    width: 100%;
}

.notDrag.notDragStart{
    pointer-events: none;
    
}
.noClick{
    pointer-events: none;
    
}
.dragI.dragging {
    opacity: 0.5;
   
}

/*
slide range
*/
/* The slider itself */
.slider_ {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
  
    height: 10px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
  }
  
  /* Mouse-over effects */
  .slider_:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
  
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider_::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: #6c6c6c; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }
  
  .slider_::-moz-range-thumb {
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: #6c6c6c; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }
  
  .search-input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    outline: none;
  }

  .search-button {
    padding: 10px 15px;
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    color: white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 16px;
  }

.overflow-x-auto	{overflow-x: auto;}	
.overflow-y-auto	{overflow-y: auto;	}
.overflow-x-hidden	{overflow-x: hidden;}
.overflow-y-hidden	{overflow-y: hidden;}
.overflow-x-clip	{overflow-x: clip;	}
.overflow-y-clip	{overflow-y: clip;	}
.overflow-x-visible	{overflow-x: visible;}
.overflow-y-visible	{overflow-y: visible;}
.overflow-x-scroll	{ overflow-x: scroll;	}
.overflow-y-scroll	{ overflow-y: scroll;}

/*cursor*/
.cursor-pointer {cursor: pointer;}
.cursor-default {cursor: default;}
.cursor-wait {cursor: wait;}
.cursor-text {cursor: text;}    
.cursor-move {cursor: move;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-crosshair {cursor: crosshair;}
.cursor-help {cursor: help;}
.cursor-grab {cursor: grab;}
.cursor-grabbing {cursor: grabbing;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-col-resize {cursor: col-resize;}
.cursor-row-resize {cursor: row-resize;}
.cursor-ns-resize {cursor: ns-resize;}  
.cursor-ew-resize {cursor: ew-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-vertical-text {cursor: vertical-text;}
.cursor-none {cursor: none;}