/* _content/BlazorComponents/Components/Calendar/Legends/CptCalendarLegendTimeSheet.razor.rz.scp.css */
/* _content/BlazorComponents/Components/FILES/Upload/CptFilesUploadButton.razor.rz.scp.css */

.BottomInfoOnFiles[b-z7o69drojy] {
    position: fixed;
    z-index: 10000000;
    left: 49%;
    display: none;
    bottom: 20px;
    background-color: rgba(80,80,80,0.7);
    transform: translateX(-50%);
}

.Visible[b-z7o69drojy] {
    display:block;
    animation: bounce-b-z7o69drojy 0.8s;
}



@keyframes bounce-b-z7o69drojy {
    0% {
        transform: translate(-50%, 20px);
    }

    70% {
        transform: translate(-50%, -10px);
    }

    100% {
        transform: translate(-50%, 0);
    }
}


/* _content/BlazorComponents/Components/Gantts/CptGanttMain.razor.rz.scp.css */


.LocalBasicFrame[b-37p11w8ey8] {
    background-color: white;
    animation: enlarge 0.2s linear;
}
    .LocalBasicFrame:hover[b-37p11w8ey8] {
    }

.LocalBody[b-37p11w8ey8] {
    background-color: white;
    /*animation: blueShadow 2s ease-in-out;*/
}

.LocalFooter[b-37p11w8ey8] {
    background-color: #DEE2E6;
}

.LocalHeader[b-37p11w8ey8] {
    display: flex;
    align-items: center;
    min-height: 50px;
    vertical-align: middle;
    padding: 5px;
    background-color: #DEE2E6;
/*    animation: subtleBlueShadow 0.6s linear;*/
}


/* _content/BlazorComponents/Components/Gantts/CustomGantt/CptCustomGantt.razor.rz.scp.css */


.LocalBasicFrame[b-g31i98dr6g] {
    background-color: white;
    animation: enlarge 0.2s linear;
}
    .LocalBasicFrame:hover[b-g31i98dr6g] {
    }

.LocalBody[b-g31i98dr6g] {
    background-color: white;
    /*animation: blueShadow 2s ease-in-out;*/
}

.LocalFooter[b-g31i98dr6g] {
    background-color: #DEE2E6;
}

.LocalHeader[b-g31i98dr6g] {
    display: flex;
    align-items: center;
    min-height: 50px;
    vertical-align: middle;
    padding: 5px;
    background-color: #DEE2E6;
/*    animation: subtleBlueShadow 0.6s linear;*/
}


/* _content/BlazorComponents/Components/Gantts/CustomGantt/CptCustomGanttManager.razor.rz.scp.css */


.CustomGanttManagerMain[b-xohc8fbdre] {
    width: 100%;
    min-height: 100%;
    background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
}



.GanttIdentifierField[b-xohc8fbdre] {
    height: 250px;
    border: 1px solid #ddd;
    display: flex;

    border: solid 2px #000000;
    flex-direction: column;
    border-radius: 15px; /* Add rounded corners */
    box-shadow: -1px -1px 18px 4px;


}

.GanttIdentifier-title[b-xohc8fbdre] {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;

    color:white;
    background-color: rgba(0,0,0,0.7);
    /*                     color : black; */
    backdrop-filter: blur(10px);


    border-top-left-radius: 15px; /* Rounded top-left corner */
    border-top-right-radius: 15px; /* Rounded top-right corner */
    border-bottom-left-radius: 0; /* Ensure bottom-left corner is not rounded */
    border-bottom-right-radius: 0; /* Ensure bottom-right corner is not rounded */
    height: 30px;
    padding-right: 4px;
    font-weight: 900;
}

.GanttIdentifier-title-M[b-xohc8fbdre] {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: rgb(17, 2, 48, 0.70);
    /*                     color : black; */
    backdrop-filter: blur(10px);
    border-top-left-radius: 15px; /* Rounded top-left corner */
    border-top-right-radius: 15px; /* Rounded top-right corner */
    border-bottom-left-radius: 0; /* Ensure bottom-left corner is not rounded */
    border-bottom-right-radius: 0; /* Ensure bottom-right corner is not rounded */
    height: 30px;
    padding-right: 4px;
    font-weight: 900;
}

.GanttIdentifier-Allowances[b-xohc8fbdre] {
    display: flex;
    font-size: 15px;
    font-weight: bold;
    font-weight: 900;
    height: 30px;


    color: white;
    background-color: rgba(0,0,0,0.93);
    /*                     color : black; */
    backdrop-filter: blur(10px);
}

.GanttIdentifier-description[b-xohc8fbdre] {
    flex-grow: 1;
    overflow-y: hidden;
    padding: 10px;
    /*    max-width: 400px;*/
    background-color: rgba(255,255,255,0.93);
    /*                     color : black; */
    backdrop-filter: blur(10px);

    text-overflow: ellipsis;
    /*    white-space: pre-wrap;*/
}

.GanttIdentifier-buttonsAll[b-xohc8fbdre] {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr ;
}
    .GanttIdentifier-buttons .AllButton[b-xohc8fbdre] {
        border-radius: 0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .GanttIdentifier-buttons button[b-xohc8fbdre] {
        font-weight: 800;
    }



.GanttIdentifier-buttons[b-xohc8fbdre] {
    margin-top: auto;
    display:grid ;
    grid-template-columns: 1fr 1fr;
   
   
}
    .GanttIdentifier-buttons .leftButton[b-xohc8fbdre] {
        border-radius: 0px; 
        border-bottom-left-radius: 15px;
    }
    .GanttIdentifier-buttons .rightButton[b-xohc8fbdre] {
        border-radius: 0px;
        border-bottom-right-radius: 15px;
    }

    .GanttIdentifier-buttons .AllButton[b-xohc8fbdre] {
        border-radius: 0px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .GanttIdentifier-buttons button[b-xohc8fbdre] {
        
        font-weight: 800;
    }
/* _content/BlazorComponents/Components/Notifications/CptNotificationBell.razor.rz.scp.css */

.LocalNotification[b-fge03aecd0] {
    color: white;
    text-decoration: none;
    padding: 5px 5px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

@media(max-width: 768px) {
    .LocalNotification[b-fge03aecd0] {
        margin-right: 15px;
    }
}

.LocalNotification:hover[b-fge03aecd0] {
    background: rgb(200, 175, 37, 0.60);
}

.LocalNotification .LocalBadge[b-fge03aecd0] {
    position: absolute;
    top: -7px;
    right: -9px;
    padding: 2px 6px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 0.8em;
}
/* _content/BlazorComponents/Components/Notifications/CptNotificationsViewer.razor.rz.scp.css */
.LocalNotificationViewerWrapper[b-4vnkkigdbo] {
    height: 100%;
    /*    background-color:red;*/
}



.LocalgridTable[b-4vnkkigdbo] {
    display: grid;
    grid-template-columns: 110px /* col 1 */
    150px /* col 2 */
    200px /* col 3 */
    180px /* col 4 */
    auto /* col 5 */
    200px /* col 6 */
    160px; /* col 7 */
    position: relative;
    gap: 0px;
    overflow: auto;
}

    .LocalgridTable localspacerNotification[b-4vnkkigdbo] {
        grid-column: span 7;
        /*    display: contents !important;*/
    }

    .LocalgridTable .stickyGrid[b-4vnkkigdbo] {
        position: sticky;
        font-weight: 900;
        background-color: white;
        z-index: 10;
        top: 0;
        /*    display: contents !important;*/
    }

    .LocalgridTable .contentGrid[b-4vnkkigdbo] {
        grid-column: span 7;
        /*    display: contents !important;*/
    }

.LocalCustomGridSize4Fr[b-4vnkkigdbo] {
    display: grid;
    gap: 0rem;
    grid-template-columns: minmax(auto, 1fr) 1fr 1fr minmax(auto, 1fr);
    padding-block: 0.5rem;
    width: 100%;
    margin-inline: auto;
}


/*localspacer {
    grid-column: span 4;
}*/

.Local2SizeColumnGrid[b-4vnkkigdbo] {
    grid-column: span 2;
}

.Local4SizeColumnGrid[b-4vnkkigdbo] {
    grid-column: span 4;
}


.localspacerNotification[b-4vnkkigdbo] {
    grid-column: span 8;
    /*    display: contents !important;*/
}

.Localscrollable-containerRead[b-4vnkkigdbo] {
    overflow-y: auto; /* Enables vertical scrolling */
    /*    max-height: 800px;*/ /* Set a fixed height or maximum height */
    /* Add other styles as needed, like padding, border, etc. */
}

.Localscrollable-containerUnRead[b-4vnkkigdbo] {
    overflow-y: auto; /* Enables vertical scrolling */
    /*    max-height: 500px;*/ /* Set a fixed height or maximum height */
    /* Add other styles as needed, like padding, border, etc. */
}




.Localflex-container[b-4vnkkigdbo] {
    /*    display: flex;
    flex-direction: column;*/
}



/*.Localflex-container > div:nth-child(odd):not(.ignore) {*/
/*background-color: rgb(230, 230, 230, 0.75);*/
/*background-color: rgb(252, 252, 0, 0.80);
        border: 1px solid rgb(220, 220, 220, 0.80);
    }*/


.LocalUnReadRow[b-4vnkkigdbo] {
    padding:2px;
    border: 1px solid rgb(220, 220, 220, 0.80);
}

.LocalReadRow[b-4vnkkigdbo] {
    border: 1px solid rgb(220, 220, 220, 0.80);
    padding: 2px;
}

.LocalUnReadRow[data-row="0"][b-4vnkkigdbo] {
    background-color: rgb(252, 252, 250, 0.80);

}

.LocalUnReadRow[data-row="1"][b-4vnkkigdbo] {
    background-color: rgb(255, 255, 255, 0.80);

}

.LocalReadRow[data-row="0"][b-4vnkkigdbo] {
    background-color: rgb(225, 220, 220, 0.80);

}

.LocalReadRow[data-row="1"][b-4vnkkigdbo] {
    background-color: rgb(235, 230, 230, 0.80);

}

/*.Localflex-container > div.LocalUnReadRow:nth-child(odd):not(.ignore) {*/
/*background-color: rgb(230, 230, 230, 0.75);*/
/*background-color: rgb(252, 252, 250, 0.80);
        border: 1px solid rgb(220, 220, 220, 0.80);
    }*/

/* Style every even row */
/*.Localflex-container > div.LocalUnReadRow:nth-child(even):not(.ignore) {
        background-color: rgb(255, 255, 255, 0.80);
        border: 1px solid rgb(220, 220, 220, 0.80);
    }

    .Localflex-container > div.LocalReadRow:nth-child(odd):not(.ignore) {*/
/*background-color: rgb(230, 230, 230, 0.75);*/
/*background-color: rgb(225, 225, 225, 0.80);
        border: 1px solid rgb(220, 220, 220, 0.80);
    }*/

/* Style every even row */
/*.Localflex-container > div.LocalReadRow:nth-child(even):not(.ignore) {
        background-color: rgb(235, 235, 235, 0.80);
        border: 1px solid rgb(220, 220, 220, 0.80);
    }

    .Localflex-container .LocalReadRow:hover {
        border-color: red;
        border: 1px solid rgb(245, 0, 240, 0.80) !important;
    }

    .Localflex-container .LocalUnReadRow:hover {
        border-color: red;
        border: 1px solid rgb(245, 0, 240, 0.80) !important;
    }*/
/* _content/BlazorComponents/Components/Notifications/CptNotificationUserFilesBell.razor.rz.scp.css */

.LocalNotification[b-2gabqudole] {
    color: white;
    text-decoration: none;
    padding: 5px 5px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

@media(max-width: 768px) {
    .LocalNotification[b-2gabqudole] {
        margin-right: 15px;
    }
}

.LocalNotification:hover[b-2gabqudole] {
    background: rgb(200, 175, 37, 0.60);
}

.LocalNotification .LocalBadge[b-2gabqudole] {
    position: absolute;
    top: -7px;
    right: -9px;
    padding: 2px 6px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 0.8em;
}
/* _content/BlazorComponents/Components/Tables/DateRanges/TableDaysInitialsRowWithMonth.razor.rz.scp.css */

/* _content/BlazorComponents/Components/TimeSheets/Legends/CptTimeSheetLegendForUser.razor.rz.scp.css */

.LocalNotification[b-dvzybyx4k0] {
    color: white;
    text-decoration: none;
    padding: 5px 5px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

@media(max-width: 768px) {
    .LocalNotification[b-dvzybyx4k0] {
        margin-right: 15px;
    }
}

.LocalNotification:hover[b-dvzybyx4k0] {
    background: rgb(200, 175, 37, 0.60);
}

.LocalNotification .LocalBadge[b-dvzybyx4k0] {
    position: absolute;
    top: -7px;
    right: -9px;
    padding: 2px 6px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 0.8em;
}
/* _content/BlazorComponents/Components/TimeSheets/MainGantt/CptTimeSheetCordinatorGantt.razor.rz.scp.css */


.triangle-green[b-jbtupwl0zc] {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid green;
    position: absolute;
    bottom: 0;
    left: 0;
}

.triangle-red[b-jbtupwl0zc] {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    position: absolute;
    bottom: 0;
    left: 0;
}

 .CustomGridSize2Fr[b-jbtupwl0zc]
{
    display:grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2,1fr);

    padding-block:0.5rem;
    width:100%;
    margin-inline: auto;
}

 .LocalTableGanttTimesheet[b-jbtupwl0zc]{








 }

    .LocalTableGanttTimesheet tr:last-child td[b-jbtupwl0zc] {
        height: 100%;
    }
/* _content/BlazorComponents/Components/TimeSheets/UserMonthView/CptTimeSheetViewByMonths.razor.rz.scp.css */


.CustomGrid[b-zkrehshpjg]
{
    display:grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2,1fr);

    padding-block:0.5rem;
    width:100%;
    margin-inline: auto;
}
/* _content/BlazorComponents/Components/User/CptUserTableForShowingHisWorkers.razor.rz.scp.css */


table[b-ox25053jqp] {
    width: inherit !important;
}
    table thead[b-ox25053jqp] {
        z-index:30;
    }

    table thead th[b-ox25053jqp] {
        text-align: center !important;
        /* TEXT TRUNCATE  */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    table tbody th[b-ox25053jqp] {
        text-align: center !important
    }

    table tbody td[b-ox25053jqp] {
        text-align: center !important;
        border: 2px solid #000000;
    }


.table-fit[b-ox25053jqp] {
    width: 1px;
}

.table thead td[b-ox25053jqp],
.table thead th[b-ox25053jqp] {
    border-bottom: hidden;
    border-top: hidden;
}

.fixed_header tbody[b-ox25053jqp] {
    display: block;
    overflow: auto;
    height: 200px;
    width: 100%;
}

.fixed_header thead tr[b-ox25053jqp] {
    display: block;
}

.colapseTable[b-ox25053jqp] {
    overflow-y: scroll;
    max-height: 50vh;
}

.table-dark[b-ox25053jqp] {
}

    .table-dark thead td[b-ox25053jqp],
    .table-dark thead th[b-ox25053jqp] {
        border-bottom: hidden;
        border-top: hidden;
    }
/* _content/BlazorComponents/Components/UtilityComp/Help/HelpIcon.razor.rz.scp.css */

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip][b-8abso80rc6] {
    --arrow-size: 5px;
    position: relative;
    z-index: 10;
  }
  
  /* Positioning and visibility settings of the tooltip */
  [data-tooltip][b-8abso80rc6]:before,
  [data-tooltip][b-8abso80rc6]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + var(--arrow-size));
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
  }
  
  /* The actual tooltip with a dynamic width */
  [data-tooltip][b-8abso80rc6]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
      rgba(59, 72, 80, 0.44),
      rgba(59, 68, 75, 0.44),
      rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    z-index:10000;
 
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%,  calc(0px - var(--arrow-size))) scale(0.5);
  }
  
  /* Tooltip arrow */
  [data-tooltip][b-8abso80rc6]:after {
    content: '';
    border-style: solid;
    border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element, 
                                the transition effects for the 
                                tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                                slide-down effect */
    transform: translateX(-50%) scaleY(0);
  }
  
  /* Tooltip becomes visible at hover */
  [data-tooltip]:hover[b-8abso80rc6]:before,
  [data-tooltip]:hover[b-8abso80rc6]:after {
    visibility: visible;
    opacity: 1;
  }
  /* Scales from 0.5 to 1 -> grow effect */
  [data-tooltip]:hover[b-8abso80rc6]:before {
    transition-delay: 0.3s;
    transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
  }
  /* 
    Arrow slide down effect only on mouseenter (NOT on mouseleave)
  */
  [data-tooltip]:hover[b-8abso80rc6]:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
  }
  /*
    That's it for the basic tooltip.
  
    If you want some adjustability
    here are some orientation settings you can use:
  */
  
  /* LEFT */
  /* Tooltip + arrow */
  [data-tooltip-location="left"][b-8abso80rc6]:before,
  [data-tooltip-location="left"][b-8abso80rc6]:after {
    left: auto;
    right: calc(100% + var(--arrow-size));
    bottom: 50%;
  }
  
  /* Tooltip */
  [data-tooltip-location="left"][b-8abso80rc6]:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
  }
  [data-tooltip-location="left"]:hover[b-8abso80rc6]:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
  }
  
  /* Arrow */
  [data-tooltip-location="left"][b-8abso80rc6]:after {
    border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="left"]:hover[b-8abso80rc6]:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* RIGHT */
  [data-tooltip-location="right"][b-8abso80rc6]:before,
  [data-tooltip-location="right"][b-8abso80rc6]:after {
    left: calc(100% + var(--arrow-size));
    bottom: 50%;
  }
  
  [data-tooltip-location="right"][b-8abso80rc6]:before {
    transform: translate(var(--arrow-size), 50%) scale(0.5);
  }
  [data-tooltip-location="right"]:hover[b-8abso80rc6]:before {
    transform: translate(var(--arrow-size), 50%) scale(1);
  }
  
  [data-tooltip-location="right"][b-8abso80rc6]:after {
    border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="right"]:hover[b-8abso80rc6]:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* BOTTOM */
  [data-tooltip-location="bottom"][b-8abso80rc6]:before,
  [data-tooltip-location="bottom"][b-8abso80rc6]:after {
    top: calc(100% + var(--arrow-size));
    bottom: auto;
  }
  
  [data-tooltip-location="bottom"][b-8abso80rc6]:before {
    transform: translate(-50%, var(--arrow-size)) scale(0.5);
  }
  [data-tooltip-location="bottom"]:hover[b-8abso80rc6]:before {
    transform: translate(-50%, var(--arrow-size)) scale(1);
  }
  
  [data-tooltip-location="bottom"][b-8abso80rc6]:after {
    border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
  }
  
  
  





/* _content/BlazorComponents/Components/UtilityComp/Help/Tooltip.razor.rz.scp.css */

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip][b-y3q2u5zx2l] {
    --arrow-size: 5px;
    position: relative;
    z-index: 10;
  }
  
  /* Positioning and visibility settings of the tooltip */
  [data-tooltip][b-y3q2u5zx2l]:before,
  [data-tooltip][b-y3q2u5zx2l]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + var(--arrow-size));
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
  }
  
  /* The actual tooltip with a dynamic width */
  [data-tooltip][b-y3q2u5zx2l]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: rgba(59, 72, 80, 0.9);
    background-image: linear-gradient(30deg,
      rgba(59, 72, 80, 0.44),
      rgba(59, 68, 75, 0.44),
      rgba(60, 82, 88, 0.44));
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    z-index:10000;
 
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%,  calc(0px - var(--arrow-size))) scale(0.5);
  }
  
  /* Tooltip arrow */
  [data-tooltip][b-y3q2u5zx2l]:after {
    content: '';
    border-style: solid;
    border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
    border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
    transition-duration: 0s; /* If the mouse leaves the element, 
                                the transition effects for the 
                                tooltip arrow are "turned off" */
    transform-origin: top;   /* Orientation setting for the
                                slide-down effect */
    transform: translateX(-50%) scaleY(0);
  }
  
  /* Tooltip becomes visible at hover */
  [data-tooltip]:hover[b-y3q2u5zx2l]:before,
  [data-tooltip]:hover[b-y3q2u5zx2l]:after {
    visibility: visible;
    opacity: 1;
  }
  /* Scales from 0.5 to 1 -> grow effect */
  [data-tooltip]:hover[b-y3q2u5zx2l]:before {
    transition-delay: 0.3s;
    transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
  }
  /* 
    Arrow slide down effect only on mouseenter (NOT on mouseleave)
  */
  [data-tooltip]:hover[b-y3q2u5zx2l]:after {
    transition-delay: 0.5s; /* Starting after the grow effect */
    transition-duration: 0.2s;
    transform: translateX(-50%) scaleY(1);
  }
  /*
    That's it for the basic tooltip.
  
    If you want some adjustability
    here are some orientation settings you can use:
  */
  
  /* LEFT */
  /* Tooltip + arrow */
  [data-tooltip-location="left"][b-y3q2u5zx2l]:before,
  [data-tooltip-location="left"][b-y3q2u5zx2l]:after {
    left: auto;
    right: calc(100% + var(--arrow-size));
    bottom: 50%;
  }
  
  /* Tooltip */
  [data-tooltip-location="left"][b-y3q2u5zx2l]:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
  }
  [data-tooltip-location="left"]:hover[b-y3q2u5zx2l]:before {
    transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
  }
  
  /* Arrow */
  [data-tooltip-location="left"][b-y3q2u5zx2l]:after {
    border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="left"]:hover[b-y3q2u5zx2l]:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* RIGHT */
  [data-tooltip-location="right"][b-y3q2u5zx2l]:before,
  [data-tooltip-location="right"][b-y3q2u5zx2l]:after {
    left: calc(100% + var(--arrow-size));
    bottom: 50%;
  }
  
  [data-tooltip-location="right"][b-y3q2u5zx2l]:before {
    transform: translate(var(--arrow-size), 50%) scale(0.5);
  }
  [data-tooltip-location="right"]:hover[b-y3q2u5zx2l]:before {
    transform: translate(var(--arrow-size), 50%) scale(1);
  }
  
  [data-tooltip-location="right"][b-y3q2u5zx2l]:after {
    border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
  }
  [data-tooltip-location="right"]:hover[b-y3q2u5zx2l]:after {
    transform: translateY(50%) scaleX(1);
  }
  
  
  
  /* BOTTOM */
  [data-tooltip-location="bottom"][b-y3q2u5zx2l]:before,
  [data-tooltip-location="bottom"][b-y3q2u5zx2l]:after {
    top: calc(100% + var(--arrow-size));
    bottom: auto;
  }
  
  [data-tooltip-location="bottom"][b-y3q2u5zx2l]:before {
    transform: translate(-50%, var(--arrow-size)) scale(0.5);
  }
  [data-tooltip-location="bottom"]:hover[b-y3q2u5zx2l]:before {
    transform: translate(-50%, var(--arrow-size)) scale(1);
  }
  
  [data-tooltip-location="bottom"][b-y3q2u5zx2l]:after {
    border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
  }
  
  
  





/* _content/BlazorComponents/Components/UtilityComp/SwitchesRadiosAndChekboxes/CptSwitchWithText.razor.rz.scp.css */
.switch[b-soq9zwxp9r] {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 25px;
}

    .switch input[b-soq9zwxp9r] {
        display: none;
    }

.slider[b-soq9zwxp9r] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00AFAF;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 900;
}

    .slider[b-soq9zwxp9r]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-soq9zwxp9r] {
    background-color: #2ab934;
}

input:focus + .slider[b-soq9zwxp9r] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-soq9zwxp9r]:before {
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
}

/*------ ADDED CSS ---------*/
.on[b-soq9zwxp9r] {
    display: none;
}

.on[b-soq9zwxp9r], .off[b-soq9zwxp9r] {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on[b-soq9zwxp9r] {
    display: block;
}

input:checked + .slider .off[b-soq9zwxp9r] {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round[b-soq9zwxp9r] {
    border-radius: 34px;
}

    .slider.round[b-soq9zwxp9r]:before {
        border-radius: 50%;
    }
