﻿*::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

*::-webkit-scrollbar-thumb
{
    background-color: #999;
    outline: 0px solid slategrey;
    border-radius: 10px;
    transition: all 0.3s;
}
*::-webkit-scrollbar-thumb:hover
{
    background-color: #777;
    outline: 0px solid slategrey;
}
:root
{
    --fs-normal-400: 0.75rem;
    
    --clr-primary-400: #4dc3ff;
    --clr-primary-400-invert: #333;
    --clr-primary-600: #2c4e86;
    --clr-primary-900: #0d1625;
    --clr-primary-hsl-400: 200 100% 65%;
}
html
{
    scroll-behavior: smooth;
}
body
{
    font-size: var(--fs-normal-400);
    background-color: var(--clr-primary-600);
}

/*----- PAGE-MESSAGE -----*/
.page-message
{
    text-align:left;
    background: linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
    padding: 10px;
    border: solid 2px rgba(0,0,0,0.1);
    border-radius: 13px;
    box-shadow: 0 2px 5px rgba(120,120,120,0.5);
    margin-bottom: 10px;
}
.page-message:hover
{
    background:#ffab8c;
}
.page-message.page-message-blink
{
    animation: blinker 3s linear infinite 1s;
}
.page-message.page-message-blink:hover
{
    animation:none;
}
.page-message span
{
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    transition: 0.3s all;
}
.page-message span::before
{
    content:"\f05a";
    font-family:'FontAwesome';
    padding-right: 10px;
}
.page-message:hover span
{
    color: #4f4f4f;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
}

@keyframes blinker {
    50% 
    {
        opacity:0.5;
        background: red;
    }
}
/*----- PAGE-MESSAGE ENDS -----*/

.page-sidebar ul li a {
    position: relative;
    display: block;
    padding: 7px 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.page-sidebar ul li:first-child a {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}
.side-menu li
{
    transition: 0.3s all ease-in-out;
}
.side-menu > li > a
{
    font-weight: bold;
}
.side-menu li .nav-label
{
    padding-top:3px;
}
body:not(.fixed-layout).sidebar-mini .side-menu li .nav-2-level
{
    top:34px!important;
}
.sidebar-mini .side-menu>li:hover>a
{
    line-height: 1.5;
}

.content-wrapper
{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 10px 60px 10px!important;
    background-color: #f2eeeb!important;
}


.form_wrapper .input_field > span.required_star 
{
    position:absolute;
    top: 0px;
    border:0;
    border-left: solid 3px #FF0000;
    border-radius: 3px 0 0 3px;
    display:block;
}
.form_wrapper .input_field > span.validate_star 
{
    position:absolute;
    top: 0px;
    border:0;
    border-left: solid 3px #ff8c1a;
    border-radius: 3px 0 0 3px;
    display:block;
}
h3
{
    padding: 5px 15px;
    background-color: var(--clr-primary-400);
    background-image: linear-gradient(45deg, var(--clr-primary-400) 50%, #2c4e86c2);
    border: none;
    border-bottom: solid 1px #2c4e8670;
    border-radius: 15px 15px 0px 0px;
    text-align: left;
    font-size: 1.45rem;
    font-weight: bold;
    color: var(--clr-primary-600);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px #00000050;
}
h4
{
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
    background: linear-gradient(to right,#FFF,#EEE);
    border-radius: 10px 10px 0px 0px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #37588d;
    min-height: 30px;
    box-shadow: 0 0 5px rgba(120,120,120,0.2);
}

.text-with-prefix
{
    position:relative;
}
.text-with-prefix input
{
    padding-left: 20px;    
}
.text-with-prefix span
{
    position:absolute;
    left:5px;
    top: 1px;
    color:#888;
    font-size: 18px;
    user-select: none;
    pointer-events: none;
}

.dashboard-card
{
    padding: 10px;
    margin-top: 20px;
    background: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px rgba(120,120,120,0.2);
}
.dashboard-card h4
{
    margin:0;    
    padding: 0;
    padding-bottom: 5px;
    background:none;
    box-shadow: none;
    
}
.header .page-brand
{
    display: block;
    padding-top: 10px;
    text-align: center;
    background-color: var(--clr-primary-600);
    min-height: 50px;
}
.page-sidebar
{
    top: 0px;
    background-color: var(--clr-primary-600);
}
.page-sidebar ul li.active ul li.active::before
{
    font: normal normal normal 14px/1 FontAwesome;
    content:'\f138';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color:#FFF;
    z-index:9;
}
.page-sidebar ul li.active ul li.active
{
    position:relative;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
    background-color: #0c1627 !important;
    background: linear-gradient(94deg, rgba(0,73,95,1) 0%, rgba(12,22,39,1) 80%) !important;
}
.page-sidebar ul li.active ul li.active a
{
    color: #FFF !important;
}
.side-menu > li.active
{
    background-color: var(--clr-primary-900);
}
.side-menu .nav-2-level > li > a
{    
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    place-content: start;
    padding: 7px 10px 7px 20px;
    font-size: var(--fs-normal-400);
    transition: background 150ms ease-in;
    border-radius: 30px 0 0 30px;
}
.side-menu .nav-2-level > li > a i
{
    transition: transform 150ms ease-in;
}
.side-menu .nav-2-level > li > a:hover i
{
    transform: scale(1.2) translateX(-3px);
}
.side-menu>li.active>a, .side-menu>li.active>a:focus, .side-menu>li.active>a:hover
{
    color: var(--clr-primary-400-invert);
    background-color: var(--clr-primary-400);
}
.badge-pill, .label-pill
{
    padding: 3px 7px;    
    font-size:10px!important;
    -webkit-border-radius: 15px!important;
    border-radius: 15px!important;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5) inset, -1px -1px 3px rgba(255,255,255,0.5) inset;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.version-info
{
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 260px;
    padding: 10px;
    overflow: hidden;
    color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
    background-color: #0c1627 !important;
    background: linear-gradient(94deg, rgba(0,73,95,0.9) 0%, rgba(12,22,39,0.9) 80%) !important;
    z-index: 1;
    transition: transform 0.5s 0.2s ease;
}
.version-info > div
{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.version-info > div > a {
  flex-grow: 1;
}
.version-info > i.version-close:hover
{
    color: #FFF!important;
}
.version-info.box-closed
{
    transform: translateY(100px);
}
.pointer
{
    cursor:pointer;
}
.mobile-hidden
{
    display: block;
}
@media only screen and (max-width: 767px)
{
    .mobile-hidden
    {
        display: none;
    }
    .btn
    {
        font-size: var(--fs-normal-400);
    }
}
.checkBoxList
{
    max-height: 100px;
    height: auto !important;
    height: 100px;
}
.checkBoxList td
{
    display: flex; 
    align-items: normal;
}
label
{
    font-size: var(--fs-normal-400);
    font-weight: bold;
    padding-top: 5px;
}
select
{
    padding: 5px 2px;
    font-size: var(--fs-normal-400);
    height: 30px;
    width: 100%;
    border: solid 1px #999;
    border-radius: 4px;
    transition: outline 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
}
input
{
    padding: 5px 2px;
    font-size: var(--fs-normal-400);
    transition: outline 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
}
input[type='text']
{
    height: 30px;
    width: 100%;
    border: solid 1px #999;
    border-radius: 4px;
}
input[type='password']
{
    height: 30px;
    width: 100%;
    border: solid 1px #999;
    border-radius: 4px;
}
input[type='checkbox'], input[type='radio']
{
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
}
input[type='checkbox'] ~ label
{
    padding-left: 5px;
    padding-top: 0;
    font-weight: normal !important;
    vertical-align: bottom;
}
input[type='radio'] ~ label
{
    padding-left: 5px;
    padding-top: 0;
    font-weight: normal !important;
    vertical-align: bottom;
}
input[readonly='readonly']
{
    background-color: #DDD;
}
textarea
{
    padding: 5px 2px;
    font-size: var(--fs-normal-400);
    height: 70px;
    width: 100%;
    border: solid 1px #999;
    border-radius: 4px;
    transition: outline 200ms ease-in, border-color 200ms ease-in, box-shadow 200ms ease-in;
}
input:focus, textarea:focus, select:focus
{
    outline: solid 1px var(--clr-primary-400)!important;
    border-color: var(--clr-primary-400)!important;
    box-shadow: 0 0px 6px hsl(var(--clr-primary-hsl-400) / 0.9)!important;
}
input:disabled, textarea:disabled, select:disabled {
    cursor: default!important;
    background-color: #F5F5F5!important;
    color: #222!important;
    border-color: rgba(118, 118, 118, 0.3)!important;
}
.btn
{
    cursor: pointer;
}

.loader-container
{
    display: grid;
    place-content: center;
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    border-radius: 3px;
    padding-block: .25rem;
}
.loader
{
    width: 30px;
    height: 30px;
    pointer-events: none;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #333;
    animation: button-animate 1s ease infinite;
}
@keyframes button-animate
{
    0% { transform: rotate(0turn);}
    100% { transform: rotate(1turn);}
}

@media only screen and (max-width: 767px)
{
    h3
    {
        font-size: 18px;
    }
    div.mt-3
    {
        margin-top: 0 !important;
    }
    div.text-right
    {
        text-align: left !important;
    }
}

:root
{
    --box-height: 60px;
    --box2-height: 80px;
}

.box
{
    color: #444;
    border-radius: 5px;
    padding: 5px;
    height: var(--box-height);
    position: relative;
    overflow: hidden;
    border-bottom: solid 4px rgba(0,0,0,0);
    transition: color 150ms ease-in-out, border-bottom 150ms ease-in-out, background 450ms ease-in-out, transform 150ms ease-in-out;
}
.box2
{
    color: #444;
    border-radius: 5px;
    padding: 5px;
    height: var(--box2-height);
    position: relative;
    overflow: hidden;
    border-bottom: solid 4px rgba(0,0,0,0);
    transition: color 150ms ease-in-out, border-bottom 150ms ease-in-out, background 450ms ease-in-out, transform 150ms ease-in-out;
}
.box-text
{
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-weight: 600;
    font-size: var(--fs-normal-400);
}
.box-text2
{
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-weight: 600;
    font-size: var(--fs-normal-400);
    white-space: nowrap;
}
.box-text3
{
    position: absolute;
    bottom: 0px;
    left: 10px;
    font-weight: 600;
    font-size: var(--fs-normal-400);
}
.box-value
{
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 26px;
}
.box-sign
{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    opacity: 0.5;
}
.box-download
{
    --box-height: 35px;
    font-size: 1rem;
    color: #23b7e5;
    background: linear-gradient(45deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
    background-size: 300%;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    display: flex;
    align-content: center;
    justify-content: center;
    cursor:pointer;
    opacity: 0.5;
    position: absolute;
    top: calc(0px - var(--box-height) - var(--box-height));
    right:5px;
    min-width: var(--box-height);
    height: var(--box-height);    
    transition: opacity 150ms ease-in-out, top 150ms ease-in-out;
    -webkit-animation: box-animation 3s ease-in-out infinite;
    -moz-animation: box-animation 3s ease-in-out infinite;
    animation: box-animation 3s ease-in-out infinite;
}
.box-download a
{
    color: #FFF;
    padding: 10px;
    transform: scale(1);
}
.box:hover .box-download, .box2:hover .box-download
{
    top: 0;
    opacity: 1;
}
.box-download:hover
{
    background: rgb(0, 0, 0) 11.2%;
}
.box-download a:hover
{
    color: #23b7e5;
    -webkit-animation: box-download-zoom 150ms ease-in-out 150ms;
    -moz-animation: box-download-zoom 150ms ease-in-out 150ms;
    animation: box-download-zoom 150ms ease-in-out 150ms;
}

@-webkit-keyframes box-animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes box-animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes box-animation { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

@-webkit-keyframes box-download-zoom {
    0%{transform: scale(1);}
    50%{transform: scale(1.3);}
    100%{transform: scale(1);}
}
@-moz-keyframes box-download-zoom {
    0%{transform: scale(1);}
    50%{transform: scale(1.3);}
    100%{transform: scale(1);}
}
@keyframes box-download-zoom { 
    0%{transform: scale(1);}
    50%{transform: scale(1.3);}
    100%{transform: scale(1);}
}
.bg-yellow-light
{
    background-color: #fee069 !important;
}
.bg-info-light
{
    background-color: #61d9ff !important;
}
.bg-orange-light
{
    background-color: #ffbf5b !important;
}
.bg-green-light
{
    background-color: #5fe598 !important;
}
.bg-teal-light
{
    background-color: #4cdec1 !important;
}
.bg-danger-light
{
    background-color: #ec8176 !important;
}
.bg-purple-light
{
    background-color: #a687ff !important;
}
.bg-pink-light
{
    color:#EEE;
    background-color: #ff39cd !important;
}
.no-hover
{
}
.no-hover:hover .box
{
    color: #222;
    border-bottom: solid 4px rgba(0,0,0,0.4);
    transform: translateY(-4px);
}
.no-hover:hover .box2
{
    color: #222;
    border-bottom: solid 4px rgba(0,0,0,0.4);
    transform: translateY(-4px);
}
.no-hover:hover .bg-yellow-light
{
    background: rgb(254,224,105);
    background: linear-gradient(35deg, rgba(254,224,105,1) 0%, rgba(228,255,0,1) 100%);
}
.no-hover:hover .bg-info-light
{
    background: rgb(97,217,255);
    background: linear-gradient(35deg, rgba(97,217,255,1) 0%, rgba(0,255,222,1) 100%);
}
.no-hover:hover .bg-orange-light
{
    background: rgb(255,191,91);
    background: linear-gradient(35deg, rgba(255,153,0,1) 0%, rgba(255,191,91,1) 100%);
}
.no-hover:hover .bg-green-light
{
    background: rgb(95,229,152);
    background: linear-gradient(35deg, rgba(1,172,0,1) 0%, rgba(95,229,152,1) 100%);
}
.no-hover:hover .bg-teal-light
{
    background: rgb(76,222,193);
    background: linear-gradient(35deg, rgba(12,185,235,1) 0%, rgba(76,222,193,1) 100%);
}
.no-hover:hover .bg-danger-light
{
    background: rgb(230,64,64);
    background: linear-gradient(35deg, rgba(230,64,64,1) 0%, rgba(236,129,118,1) 100%);
}
.no-hover:hover .bg-purple-light
{
    background: rgb(181,85,255);
    background: linear-gradient(35deg, rgba(181,85,255,1) 0%, rgba(35,183,229,1) 100%);
}
.no-hover:hover .bg-pink-light
{
    color:#FFF;
    background: rgb(253,50,56);
    background: linear-gradient(35deg, rgba(253,50,56,1) 0%, rgba(255,170,0,1) 100%);
}

.header
{
    position: relative;
    background-color: var(--clr-primary-600);
    color: #FFF;
}
.header table
{
    border-top: none;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky
{
    position: fixed;
    top: 0;
    left: 220px;
    right: 0;
    margin: 0 15px 0 15px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content
{
    padding-top: 102px;
}


/*    TAB START     */
.Tab .ajax__tab_header
{
    margin: 15px 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: solid 4px var(--clr-primary-600) !important;
}
.ajax__tab_default .ajax__tab_tab
{
    overflow: hidden;
    text-align: center;
    display: inline-block;
    border: none;
}

/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab,.Tab .ajax__tab_hoverer:hover .ajax__tab_tab
{
    border-color: var(--clr-primary-600);
    background: #CCC !important;
    color: var(--clr-primary-900);
}

.ajax__tab_hover .ajax__tab_inner
{
    color: #EEE;
    padding: 0px !important;
}

.Tab .ajax__tab_hover .ajax__tab_outer, .Tab .ajax__tab_hoverer:hover .ajax__tab_outer
{
    color: #EEE;
    padding-right: 0px;
}

/*Tab Inactive*/
.Tab .ajax__tab_outer
{
    margin-right: 4px !important;
    display: inline-block;
}

.Tab .ajax__tab_tab, .Tab .ajax__tab_active .ajax__tab_tab
{
    color: var(--clr-primary-600);
    line-height: 26px;
    font-size: var(--fs-normal-400);
    font-weight: bold;
    padding: 3px 12px;
    border: solid 1px var(--clr-primary-600);
    border-bottom: 0;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.Tab .ajax__tab_inner, .Tab .ajax__tab_active .ajax__tab_inner, .Tab .ajax__tab_active .ajax__tab_outer, .Tab .ajax__tab_inner
{
    padding: 0 !important;
}

.Tab .ajax__tab_outer
{
    color: #222;
    padding-right: 0px;
    margin-right: 0px;
}

.ajax__tab_active, .ajax__tab_outer
{
    background: none;
}

.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #FFF;
    background: var(--clr-primary-600) !important;
}

/*tab-body*/
.Tab .ajax__tab_body
{
    border: none;
    overflow: visible;
    padding: 0 !important;
    margin: 0 !important;
}


.Tab.Vertical .ajax__tab_header_verticalleft
{
    margin: 0px;
    padding-right: 0;
    margin-right: 0;
    border-right: solid 4px var(--clr-primary-600) !important;
}
/*Tab Inactive*/
.Tab.Vertical .ajax__tab_outer
{
    margin: 0px !important;
    margin-bottom: 4px !important;
    display: inline-block;
}
.Tab.Vertical .ajax__tab_tab, .Tab.Vertical .ajax__tab_active .ajax__tab_tab
{
    border: solid 1px var(--clr-primary-600);
    border-right: 0;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*    TAB END     */

/* GRIDVIEW PAGINATION */

.table table tbody tr td a, .table table tbody tr td span
{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a, .table table > tbody > tr > td:first-child > span
{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a, .table table > tbody > tr > td:last-child > span
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover, .table table > tbody > tr > td > span:hover, .table table > tbody > tr > td > a:focus, .table table > tbody > tr > td > span:focus
{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.table td, .table th
{
    padding:0.45rem;
}
.table th ,.table th a
{
    color:#444!important;    
    background: #CCC!important;
    text-align: center!important;
}
.table th a:hover
{
    color:#984958!important;
}
.table-hover tbody tr:hover td
{
    background-color: #99ccff;
}

.table-column-fixed tr.paginating table
{
    text-align:right!important;
}
.table-column-fixed tr.paginating > td
{
    padding:10px !important;
    background:#FFF !important;
}
.table-column-fixed tr.paginating table th, .table-column-fixed tr.paginating table td
{
    border:none!important;
    padding:0!important;
    background:#FFF!important;
}
.table-column-fixed tr th:last-child, .table-column-fixed tr td:last-child
{
    padding: 5px 0 0 5px;
    position: sticky;
    right: -1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(204 204 204) 15%);
}

.table-column-fixed-second tr th:nth-child(2), .table-column-fixed-second tr td:nth-child(2)
{
    padding: 5px 0 0 5px!important;
    position: sticky;
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(204 204 204) 15%);
} 

.select2-container
{
    width: 100%;
    font-size: var(--fs-normal-400);
}
.select2-results
{
    font-size: var(--fs-normal-400);
    padding: 5px 2px;
}
.select2-container .select2-choice
{
    height: 100%;
    text-align: left;
}
.select2-container, .select2-drop, .select2-search, .select2-search input
{
    width: 100%;
}

.MyCalendar
{
    background-color: #FFF;
    z-index: 10000;
    border: solid 1px #999;
    border-radius: 3px;
    box-shadow: 0px 3px 3px #333;
}
.ajax__calendar_container
{
    font-size: var(--fs-normal-400) !important;
}
.ajax__calendar_container td:hover
{
    background-color: var(--clr-primary-400) !important;
}
.ajax__calendar_active
{
    border: solid 1px var(--clr-primary-400) !important;
}

.new-feature-highlight
{
    position: absolute;
    left: 5px;
    top: 16px;
    padding: 2px;
    background-color: #FFF;
    border: solid 2px #FF0000;
    border-radius: 10px;
    animation: animate 
                1.0s linear infinite;
}
@keyframes animate {
    0% {
        opacity: 0;
    }
  
    70% {
        opacity: 1;
    }
  
    100% {
        opacity: 0;
    }
}

.flex-box
{
    display: flex; 
    align-items: center;
}
.grid-box
{
    display: grid; 
    grid-auto-columns: auto;
    grid-auto-flow: column; 
    align-items: center;
}

.select2-container.swal2-select {display:none}
.swal2-container {z-index: 99999;}
div:where(.swal2-container) .swal2-html-container{font-size: 1em!important;}


.communication-set-panel
{
    --clr-accent: #1e9cc3;
    --clr-accent-disabled: hsl(24 100% 77% / 1);
    --clr-accent-hover: #23b7e5;
    --clr-accent-revert: #F5F5F5;
    --clr-accent-revert-hover: #FFF;
    min-width: 120px;
    margin:0;
    background: hsl(200 100% 90% / 1);
    /*font-family: 'PoppinsR' , Sans-Serif;*/
    font-size: 10px;
    text-transform: capitalize;
    color: var(--clr-accent);
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -45%);
    box-shadow: 0 0 5px rgba(0,0,0,0.4)!important;
}
.communication-set-panel table,.communication-set-panel table td
{
    padding: 0;
    margin: 0;
    border-spacing: 0px;
    border-collapse: collapse;
}
.communication-set-panel table td
{
    border-right: solid 1px var(--clr-accent)!important;
}
.communication-set-panel table td:last-child
{
    border-right: 0!important;
}
.communication-set-panel td, .communication-set-panel td input, .communication-set-panel td label
{
    cursor: pointer;
    font-weight: bold;
    transition: background 150ms ease-in, border-radius 150ms ease-in, color 140ms ease-in;
}
.communication-set-panel td input, .communication-set-panel td label
{
    width: 100%;
    font-size: 10px;
    text-align:center;
    text-transform: capitalize!important;
    padding: 2px 5px;
    user-select: none;
}
.communication-set-panel td:not(span):hover
{
    color: var(--clr-accent-revert-hover)!important;
    /*background: linear-gradient(to bottom, #ffbb99 10%, #FFF) !important;*/
    background: var(--clr-accent-hover)!important;
    text-shadow: none!important;
}
.communication-set-panel td input
{
    display: none;
}
.communication-set-panel td input:checked ~ label
{
    color:var(--clr-accent-revert);
    background: var(--clr-accent)!important;
}
.communication-set-panel td input:checked:hover ~ label
{
    color: var(--clr-accent-revert-hover) !important;
}
.communication-set-panel td input:disabled ~ label
{
    color: #DDD !important;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.9);
}
.communication-set-panel td input:disabled:hover ~ label
{
    color: #DDD !important;
    background: var(--clr-accent-disabled)!important;
}
.communication-set-panel td input[type='radio'] ~ label {
     height: 25px;
     align-content:center;
}
.communication-set-panel td label {
     margin: 0;
}

/* - - - - - SWITCH - - - - - */
.switch 
{
    --switch-size: 18px;
    --switch-pad: 3px;
    --switch-clr: #2196F3;
  position: relative;
  display: inline-block;
  width: calc( calc(var(--switch-size) * 2) + calc(var(--switch-pad) * 2));
  height: calc(var(--switch-size) + calc(var(--switch-pad) * 2));
}
.switch.danger
{
    --switch-clr: #FF0000;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: var(--switch-size);
  width: var(--switch-size);
  left: var(--switch-pad);
  bottom: var(--switch-pad);
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--switch-clr);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--switch-clr);
}

input:checked + .slider:before {
  -webkit-transform: translateX(var(--switch-size));
  -ms-transform: translateX(var(--switch-size));
  transform: translateX(var(--switch-size));
}

/* Rounded sliders */
.slider.round {
  border-radius: var(--switch-size);
}

.slider.round:before {
  border-radius: 50%;
}
/* - - - - - SWITCH END - - - - - */