/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2023-01-26, 15:01:25
    Author     : Admin
*/




.MainPopupScreen{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999999999!important;
    background: linear-gradient(141deg, #24004d, #0f0c85db);
 
    /*    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);*/
    /* backdrop-filter: blur(2px); 
    -webkit-backdrop-filter: blur(2.7px);*/
    dislay: none;
}

.MainPopupScreenTopbar{
    background: linear-gradient(327deg, #000080e6,#25004d);
    padding: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    height: 60px;
}


.MainPopupScreenTitle{
    width: 100%;
    font-size: 1.25rem;
    color: #fff;
    padding-left: 10px;
}



.MainPopupScreenTopButtons > .material-icons{
    color: #fff;
    font-size: 3.2rem;
    position: relative;
    top: -10px;
    box-shadow: 0px 2px 40px #000;
    border-radius: 50%;
    background: radial-gradient(black, transparent);
    cursor: pointer;
}

.MainPopupScreenContent{
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 20px;
}



.fullscreenPopup{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999999999!important;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #000080d6;
    display: none;
}


.ButtonSmoothBlue{
    border-radius: 12px;
    border: none;
    box-shadow: 0px 2px 10px #494949;
    background: rgb(6 6 119);
    color: fff;
    font-size: 1rem;
    padding: 3px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}



@media only screen and (max-width: 600px) {
    .ButtonSmoothBlue{
        border-radius: 12px;
        border: none;
        box-shadow: 0px 2px 10px #494949;
        background: rgb(6 6 119);
        color: fff;
        font-size: 1.2rem;
        padding: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
}




#AppLogo{
    height: 49px;
    box-shadow: 0px 2px 32px #4caf50;
    border-radius: 10px;
}


/*********************************************************
*
*   M E N U  B O T T O M    A N D    H E A D E R
*
**********************************************************/
#NavigationHeader{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: var(--mainThemeColor);
    border-bottom: navajowhite;
    height: 50px!important;
    z-index: 998!important;
    box-shadow: 0px 2px 10px #000;
}


#NavigationBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: var(--mainThemeColor);
    border-top: none;
    height: 70px!important;
    z-index: 554!important;
    box-shadow: 0px 2px 10px #000;
}







#NavigationBottom > .menu-item {
    text-align: center;
    cursor: pointer;
    flex: 0 0 70px;

}

#NavigationBottom > .menu-item > .icon {
    font-size: 30px;
    color: #bbbbbb;
    position: relative;
    top: 18px;
}

#NavigationBottom > .menu-item > .name{
    margin: 0 auto;
    padding: 0;
    display: none;
    font-size: 0.85rem;
    font-weight: 100;
}

#NavigationBottom > .menu-item.active{
    position: relative;
    top: 0px;
    box-shadow: 0px 2px 10px #ddd;
}
/*#NavigationBottom > .menu-item.active{
    position: relative;
    top: -20px;
    box-shadow: 0px 2px 10px #ddd;
}*/

#NavigationBottom > .menu-item.active > .icon{
    color: rgb(255 255 255);
    position: relative;
    top: 2px;
    font-size: 50px;
}


#NavigationBottom > .menu-item > .name{
    position: relative;
    top: 20px;
    display: block;
    color: #cbcbcb;
}

#NavigationBottom > .menu-item.active > .name{
    position: relative;
    top: -2px;
    display: block;
    font-weight: 400;
    color: #FFF;
}


#NavigationBottom > .menu-item.active {
    text-align: center;
    cursor: pointer;
    position: relative;
    background: transparent;
    box-shadow: 0px 2px 10px #000;
    border-radius: 8px;
    border: 2px solid #ffffff;
}

.tabs .tab a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
    text-decoration: none;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #ffffff;
    will-change: left, right;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #ffffff;
}



.col.s12.tabCustomContentView:before {
    background: linear-gradient(327deg, #170bcd,#25004d);

    content: ' ';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 98px;
    position: fixed;
    z-index: -10;
}


#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 99%;
    background-color: rgb(3 0 51 / 50%)!important;
    z-index: 500;
    will-change: opacity;
    backdrop-filter: blur(5px)!important;
}



#mobile-side-menu > li:nth-child(1) {
    text-align: center;
    background: linear-gradient(0deg, rgb(4 50 128) 0%, rgba(2,30,93,0.969625350140056) 82%)!important;
}

#mobileMenuLogo{
    margin-top: 25px;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    box-shadow: none;
}


.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: rgb(0 54 137 / 79%);
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

.side-nav li > a {
    color: rgb(255 255 255 / 87%);
    display: block;
    font-size: 1rem;
    font-weight: 100;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"], .side-nav li > a > i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: #c5c5c5;
}

.round-corners{
    border-radius: 20px;
    box-shadow: 0px 2px 10px #ddd;
}


.inputShadow{
    margin: 0!important;
    background: #fff!important;
    border: none!important;
    border-radius: 20px!important;
    box-shadow: 0px 2px 10px #9b9b9b!important;
    margin-bottom: 10px!important;
    position: relative!important;
    padding: 8px!important;
    z-index: 6!important;
    padding-left: 30px!important;
    float: left;
    width: calc(100% - 38px)!important;
    height: 35px!important;
}


/*********************************************************
*
*   L O A D E R   A N I M A T I O N
*
**********************************************************/

.m-top-bottom{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#LoaderActivityContent {
    text-align: center;
    padding: 17%;
    color: #000000;
    font-weight: 100;
    font-size: 1rem;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(0 0 128);
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #dadada;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}






[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
[type="checkbox"]+span:not(.lever) {
    position: relative;
    padding-left: 35px;
    padding-top: 4px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9e1585;
    font-weight: 100;
}

[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:checked+span:not(.lever):before {
    top: -1px;
    left: -2px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #000080;
    border-bottom: 2px solid #000080;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    z-index: 0;
    border: 2px solid rgb(0 0 128);
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}



.btnTakeAction{
    background: rgb(255 255 255);
    color: #000;
    font-weight: 100;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    box-shadow: 0px 2px 50px #000000;
    margin: 5px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
}


.ButtonSmooth{

    width: -webkit-fill-available;
    padding: 20px;
    background: linear-gradient(327deg, #1e1a8d,#5700b5);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    color: #fff;
    font-size: 1.2rem;
}
/*.ButtonSmooth{
    width: -webkit-fill-available;
    padding: 20px;
    background: linear-gradient(327deg, #1e1a8d,#25004d);
    border: none;
    box-shadow: 0px 2px 100px #000000;
    border-radius: 8px;
    color: #fff;
}*/


.InputData {
    margin-top: 2px!important;
    width: calc(100% - 30px)!important;
    background: #fff!important;
    color: rgb(0 0 0)!important;
    font-weight: 100!important;
    height: 20px!important;
    border: 1px solid rgb(233 233 233)!important;
    border-radius: 4px!important;
    padding: 18px!important;
    border-top-left-radius: 0px!important;
    box-shadow: 0px 0px 20px rgb(189 189 189)!important;
    font-size: 1.2rem!important;
    padding-left: 10px!important;
    font-weight: 400!important;
    text-align: center;
}

.InputDataSmooth{
    margin-top: 2px!important;
    width: calc(100% - 30px)!important;
    background-color: #fff;
    color: rgb(0 0 0);

    height: 20px!important;
    border: 1px solid rgb(233 233 233)!important;
    border-radius: 30px!important;
    padding: 18px!important;
    box-shadow: 0px 0px 20px rgb(189 189 189)!important;
    font-size: 1.2rem!important;
    padding-left: 10px!important;
    font-weight: 400!important;
    text-align: center;
}

.inpCrc{
    background: #fff!important;
    border: 1px solid rgb(217 217 217)!important;
    margin-top: 15px!important;
    box-shadow: 0px 2px 10px #999!important;

}

.InputSearchWithIcons > .icon-input{

    background: white;
    font-size: 40px;
    float: right;
    position: relative;
    top: -75px;
    right: 5px;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0px 2px 10px #dadada;
    text-align: center;
}

.LabelInputData{
    margin: 0!important;
    color: rgb(255 255 255)!important;
    font-weight: 100!important;
    padding: 5px!important;
    background: rgb(0 0 128)!important;
    border-top-left-radius: 4px!important;
    border-top-right-radius: 4px!important;
    position: relative!important;
    top: 2px!important;
    font-size: 1rem!important;
    border-left: 1px solid rgb(233 233 233)!important;
    border-top: 1px solid rgb(233 233 233)!important;
    border-right: 1px solid rgb(233 233 233)!important;
    box-shadow: 0px 0px 5px #ddd!important;
}


.LabelInputDataGradient {
    margin: 0px!important;
    color: #fff!important;
    padding: 10px!important;
    background: linear-gradient(129deg, #fdc532 8%, #e73c41a6 39%, rgb(0 0 128 / 78%) 73%);
    position: relative!important;
    top: 2px!important;
    border-left: 1px solid rgb(233 233 233)!important;
    border-top: 1px solid rgb(233 233 233)!important;
    border-right: 1px solid rgb(233 233 233)!important;
    box-shadow: 0px 0px 5px #ddd!important;
    font-weight: bold;
    font-size: 1.18rem!important;
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
    text-align: center;
}



.jconfirm.jconfirm-supervan .jconfirm-bg {
    background: rgb(255 255 255 / 90%)!important;
}


.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: #333;
    font-weight: 100;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.15rem;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: rgb(0 0 128);
    font-size: 1.65rem;
    font-weight: normal;
}


.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: black;
    font-size: 1.1rem;
}


.confirmYesNo{
    display: flex;
    justify-content: space-around;
}

.confirmYesNo > button {
    padding-left: 10px;
    background: rgb(255 255 255);
    color: #000;
    font-weight: 100;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    box-shadow: 0px 2px 10px #dadada;
    margin: 5px;
    padding-right: 10px;
    padding: 10px;
    width: 40%;

}








.thought {
    display: list-item;
    background: #ffffffd6;
    padding: 20px;
    border-radius: 30px;
    min-width: 250px;
    min-height: 40px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    color: rgb(0 0 128);
    width: 100%;
    border: 0px solid rgb(0 0 128);
}
.thought:before,
.thought:after {
    content: "";
    background-color: rgb(0 0 128);
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: -1;
}
.thought:before {
    width: 44px;
    height: 44px;
    top: -12px;
    left: 28px;
    box-shadow: -50px 30px 0 -12px rgb(0 0 128);
}
.thought:after {
    bottom: -10px;
    right: 26px;
    width: 30px;
    height: 30px;
    box-shadow: 40px -34px 0 0 rgb(0 0 128), -28px -6px 0 -2px rgb(0 0 128), -24px 17px 0 -6px rgb(0 0 128), -5px 25px 0 -10px rgb(0 0 128);

}




.jq-toast-single h2 {
    font-family: arial,sans-serif;
    font-size: 1.2rem;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 1.1rem!important;
    cursor: pointer;
}

.jq-icon-warning {
    font-size: 1.05rem!important;
}