﻿.nav-header {
    color: #83b3d8 !important;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.filter_highlight {
    background-color: #3577f1;
}

.validation-summary-valid > ul {
    margin-bottom: 0px !important;
}

.sidebar-dark-info .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-info .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #83b3d8;
    color: #26282d !important;
    font-weight: 700;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: 'Please wait...';
            display: block;
            font-size: 10px;
            width: 160px;
            height: 160px;
            border: 16px solid rgba(255, 255, 255, 0.00);
            border-radius: 50%;
            border-top: 16px groove #ffd966;
            border-bottom: 16px groove #ffd966be;
            animation: spinner 2s linear infinite;
            -moz-animation: spinner 2s linear infinite;
            -ms-animation: spinner 2s linear infinite;
            -o-animation: spinner 2s linear infinite;
        }

.loader--text {
    position: fixed;
    z-index: 9999;
    height: 0;
    width: 160px;
    overflow: visible;
    margin: auto;
    top: 140px;
    left: 240px;
    bottom: 0;
    right: 0;
}

    .loader--text:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .loader--text:after {
        content: "Please wait";
        font-weight: bold;
        width: 100%;
        height: 100%;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        background-color: white;
    }

/* Animation */
@keyframes loading-text {
    0% {
        content: "Please wait";
    }

    25% {
        content: "Please wait.";
    }

    50% {
        content: "Please wait..";
    }

    75% {
        content: "Please wait...";
    }
}

@-webkit-keyframes spinner {

    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.dx-datagrid-headers {
    font-size: 11px;
    white-space: normal;
}

.dx-datagrid .dx-row-lines > td {
    font-size: 14px;
}

skin-green-light .sidebar-menu {
    background: #CFE5D0;
}

.skin-green-light .sidebar-menu .treeview-menu > li.active > a {
    background: #CFE5D0;
}

[v-cloak] {
    display: none;
}


/*Scrollbars for devExtreme Grids start*/
.dx-scrollable-container .dx-scrollable-scrollbar.dx-scrollbar-horizontal .dx-scrollable-scroll {
}

.dx-scrollbar-hoverable {
    background-color: rgba(191, 191, 191, 0.2);
}

.dx-scrollbar-vertical {
    width: 15px !important;
}

    .dx-scrollbar-vertical .dx-scrollable-scroll {
        width: 15px !important;
    }

.dx-scrollbar-horizontal {
    height: 15px !important;
}

    .dx-scrollbar-horizontal .dx-scrollable-scroll {
        height: 15px !important;
    }

/*Scrollbars for devExtreme Grids end*/

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-image: url( '../images/Logo50.png');
    height: 50px;
}

.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-horizontal .dx-scrollable-content,
.dx-scrollable-scrollbars-alwaysvisible.dx-scrollable-both .dx-scrollable-content {
    padding-bottom: 14px;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td {
    border-right-color: #F7FBFC;
}

/* Get the Input-Group to be the same size as the other fields */
[class*="sidebar-dark-"] {
    background-color: #0b0e2b;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.750rem;
    line-height: 1.5;
}

.form-group {
    margin-bottom: .500rem;
}

.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
}

.validation-summary-valid {
    display: none;
}

.border-wrapper {
    border-radius: 40px;
    background: linear-gradient(to bottom, rgb(125 171 207), rgba(0, 0, 0, 0));
    padding: 1px;
    position: relative; /* Needed for the pseudo-element */
}

.glow-effect {
    box-shadow: 0 0 5px #75a2c480, 0 0 10px #75a2c480;
}

.btn-dash {
    color: #75a2c4;
    background-color: #282d33;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 38px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    font-family: 'Orbitron', sans-serif; /* Futuristic Font */
    text-transform: uppercase; /* Making text uppercase gives a more tech look */
    border: 2px solid #7eb3dd4d;
    position: relative; /* For pseudo-elements */
}


    .btn-dash::before {
        /* Add a slight 3D inset effect */
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 36px;
        border: 2px inset rgba(131, 179, 215, 0.5);
        z-index: -1;
    }

    .btn-dash:hover {
        color: #75a2c4;
        transform: translateY(-2px); /* Slight lift on hover */
    }

    .btn-dash:active {
        color: #75a2c4;
        transform: translateY(1px); /* Button press down effect */
    }

.box-shadow {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    /*box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);*/
}

.static-shadow {
    box-shadow: 0 1px 2px rgba(56,65,74,.15)
}

.icon-container {
    position: relative;
}

.icon-top-left {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
}

.remove-margin-bottom {
    margin-bottom: 0rem;
}

.icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icon-styling-blue {
    background-color: rgba(41,156,219,.18) !important;
    padding: 10px;
    color: #299cdb;
    border-radius: 10px;
}

.icon-styling-green {
    background-color: rgba(10,179,156,.18) !important;
    padding: 10px;
    color: #0ab39c;
    border-radius: 10px;
}

.icon-styling-yellow {
    background-color: rgba(247,184,75,.18) !important;
    padding: 10px;
    color: #f7b84b;
    border-radius: 10px;
}

.icon-styling-purple {
    background-color: rgba(64,81,137,.18) !important;
    padding: 10px;
    color: #405189;
    border-radius: 10px;
}

.icon-styling-darker-blue {
    background-color: rgb(53 119 241 / 10%) !important;
    padding: 10px;
    color: #3577f1;
    border-radius: 10px;
}

.icon-styling-blue-dash-n {
    color: transparent;
    background-image: linear-gradient(180deg, #6c97b8, #83b3d8);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 38px;
    text-shadow: 0 0 20px rgb(126 178 218 / 30%);
    filter: drop-shadow(0 0 5px rgba(126, 178, 218, 0.3));
}

.banner {
    color: #3577f1;
    background-color: rgb(53 119 241 / 10%) !important;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 15px 15px;
}

.banner2 {
    color: #83b3d8;
    background-color: #83b3d830;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    align-items: center;
    justify-content: left;
    padding: 15px 15px;
    position: relative;
}

    .banner2 h6 {
        color: #83b3d8;
    }

    .banner2 .info-outline {
        outline: 2px solid #83b3d8;
        color: #83b3d8;
    }

    .banner2 a {
        color: #83b3d8;
    }

        .banner2 a:hover {
            color: #a1c5e1;
        }

.icon {
    padding-right: 15px;
}

/*.navbar-light {
    background-color: #fff !important;
}*/

.navbar {
    background-color: #2a2a2a !important;
    border-bottom: none !important;
}

.nav-link {
    color: #83b3d8 !important;
}

.main-header .nav-link {
    color: rgba(235, 235, 245, 0.60) !important;
}

.circled {
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    background-color: #3577f1;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
}

.circled-outline {
    border-radius: 50%;
    outline: 2px solid #3577f1;
    padding: 5px;
    color: #3577f1;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
}

.text-align-left {
    text-align: left !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

/*.content {
	margin-top: 47.98px !important;
}*/

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.absolute-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.info-outline {
    border-radius: 50%;
    outline: 2px solid #3577f1;
    padding: 5px;
    color: #3577f1;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 15px;
    margin: 7px;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-dark {
    color: #c3c3c3;
    border-color: #c3c3c3;
}

.btn-primary-outline {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff;
    box-shadow: none;
}

.card-shadow {
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.btn-primary {
    background-color: rgb(86 251 172 / 16%) !important;
    border-color: #6FFDBD !important;
    color: #6FFDBD !important;
}

    .btn-primary:focus {
        background-color: rgb(86 251 172 / 16%) !important;
        border-color: #6FFDBD !important;
        color: #6FFDBD !important;
    }

    .btn-primary:hover {
        background-color: rgb(86 251 172 / 23%) !important;
        border-color: #b9ffdf !important;
        color: #b9ffdf !important;
    }

.btn-secondary {
    background-color: #83b3d830 !important;
    border-color: #83b3d8 !important;
    color: #afd3ef !important;
}

.btn-success {
    background-color: rgb(155 179 10 / 10%) !important;
    border-color: #ffe55d !important;
    color: #ffe55d !important;
}

    .btn-success:focus {
        background-color: rgb(155 179 10 / 10%) !important;
        border-color: #ffe55d !important;
        color: #ffe55d !important;
    }

    .btn-success:hover {
        background-color: #9bb30a33 !important;
        border-color: #ffed8e !important;
        color: #ffec88 !important;
    }

.btn-secondary:focus {
    background-color: #83b3d830 !important;
    border-color: #83b3d8 !important;
    color: #afd3ef !important;
}

.btn-secondary:hover {
    background-color: #83b3d84f !important;
    border-color: #b8dffd !important;
    color: #d0eaff !important;
}

/*.btn-danger {
    color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1) !important;*/ /* 10% opacity */
/*border-color: transparent !important;
}*/

.btn-danger {
    color: #ff6b79 !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
    border-color: #ff6b79 !important;
}

@media (max-width: 767.98px) {
    .main-sidebar, .main-sidebar::before {
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px !important;
        margin-left: -250px;
    }
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background-color: rgb(53 119 241 / 10%) !important;
    color: #3577f1 !important;
    font-size: 1em;
    box-shadow: none;
}

    .swal2-styled.swal2-confirm:focus {
        border: 0;
        border-radius: 0.25em;
        background-color: rgb(53 119 241 / 10%) !important;
        color: #3577f1;
        font-size: 1em !important;
        box-shadow: none;
    }

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1) !important; /* 10% opacity */
    font-size: 1em;
}

.form-control-sm {
    font-size: 1em;
}

.form-height {
    height: calc(2.25rem + 2px);
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
    font-size: 1em;
}

.container-l {
    position: fixed;
    z-index: 9999;
    height: 0;
    width: 160px;
    overflow: visible;
    margin: auto;
    top: -200px;
    left: 33px;
    bottom: 0;
    right: 0;
}

.loader-bg {
    background: #0000003b;
    position: fixed;
    z-index: 9998;
    height: 100%;
    width: 100%;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader--text {
    position: fixed;
    z-index: 9998;
    height: 0;
    width: 160px;
    overflow: visible;
    margin: auto;
    top: -100px;
    left: 73px;
    bottom: 0;
    right: 0;
}

    .loader--text:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .loader--text:after {
        content: "Please wait";
        font-weight: bold;
        width: 100%;
        height: 100%;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        background-color: transparent;
    }

.loader-l {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 3px solid #ddd;
    border-top: 3px solid #42a5f5;
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.green-btn-section .container:hover {
    cursor: pointer;
}

.green-btn-section .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 160px; /* Set a width to match the spinner */
    height: 160px; /* Set a height to match the spinner */
    /*background: linear-gradient(308deg, #005829 0%, #01F373 100%);*/
    background: linear-gradient(308deg, #049148 0%, #33f895 100%);
    box-shadow: -18px -18px 65px #598262;
    border-radius: 50%;
    transition: all 0.2s ease; /* Added transition */
}

.green-btn-section .circle {
    position: absolute;
    width: 119px;
    height: 119px;
    /*background: #01DA67;*/
    background: #0df37b;
    box-shadow: 26px 26px 81px rgba(0, 0, 0, 0.55) inset, 18px 18px 65px 0 #012E00;
    border-radius: 50%;
    transition: all 0.2s ease; /* Added transition */
}


.green-btn-section .text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20.10px;
    z-index: 999;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Orbitron', sans-serif; /* Futuristic Font */
}

/* New CSS */
.green-btn-section .container:active {
    transform: scale(0.95); /* Scale down to give pressed effect */
    box-shadow: -10px -10px 40px #598262; /* Lessen shadow to give pressed effect */
    background: linear-gradient(328deg, #049148 0%, #33f895 100%); /* Change gradient angle */
}

/*.green-btn-section .circle:active {
    box-shadow: 16px 16px 40px rgba(0, 0, 0, 0.55) inset, 10px 10px 40px 0 #012E00;*/ /* Lessen shadow to give pressed effect */
/*}*/

/*.content-wrapper {
    background: linear-gradient(to bottom, #2A2D32, #161719);
}*/

.content-wrapper {
    background: linear-gradient(to bottom, #2a2a2a, #161719);
}

.token-section {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; /* Adjust z-index to ensure it's above existing content */
}

.token-box {
    /*width: 330px;*/
    height: 64.69px;
    left: 0px;
    top: 0px;
    background: #202122;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25) inset;
    border-radius: 40px;
    z-index: 2; /* Place it above other elements within .token-section */
}

.token-label {
    width: 247.60px;
    left: 20.40px;
    top: 23.34px;
    position: absolute;
    color: #83b3d8;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
    z-index: 3; /* Place it above other elements within .token-section */
    font-family: 'Orbitron', sans-serif; /* Futuristic Font */
}

.token-count {
    width: 50px;
    height: 50px;
    /*left: 266px;*/
    right: 10px;
    top: 7.34px;
    position: absolute;
    z-index: 4; /* Place it above other elements within .token-section */
}

.token-circle {
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: linear-gradient(321deg, #141515 0%, #2E3236 100%);
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.35);
    border-radius: 9999px;
    border: 1px #282B2E solid;
}

.token-number {
    width: 100%; /* Add this to make the content center within its parent */
    height: 100%; /* Add this to make the content center within its parent */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    position: absolute;
    left: 0;
    top: 0;
    color: #82b1d6;
    background-image: linear-gradient(to bottom, #709dbf, #82b1d6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 17px;
    font-family: 'SF Pro Text';
    font-weight: 600;
    line-height: 22px;
    word-wrap: break-word;
}

.gradient-border {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1F2023, #51555B); /* Adjust the gradient as needed */
    border-radius: 50%;
    padding: 2px; /* Adjust for the desired border thickness */
    box-shadow: 3px 3px 10px #1E2023, -3px -3px 10px #3C3F43;
}

.neumorphic-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(321deg, #222529 0%, #4B4F53 100%);
    border-radius: 50%;
    width: 40px;
    height: 40px !important;
    position: relative;
    transition: all 0.1s ease-in-out;
}

.fas.fa-bars {
    color: #83b3d8;
}

.neumorphic-btn:active {
    box-shadow: inset 2px 2px 2px #000000, inset -2px -2px 2px #666666;
}


@-webkit-keyframes spin {
    to {
        border-top-color: #ec407a;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        border-top-color: #ec407a;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*.content-wrapper {
    position: relative;    
    background: linear-gradient(to bottom, rgba(244, 246, 249, 0) 20%, rgba(244, 246, 249, 1) 100%), url('../images/map.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}*/
/* Create the half-circle shape with a gradient background */
.shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: radial-gradient(circle at top, #efefef 50%, #f7000000 50%);
    border-radius: 0 0 50% 50%;
    z-index: 0;
}

.drone {
    width: 100%;
    padding: 30px;
}

.login-page, .register-page {
    background-image: url("/images/clouds-sky.jpg") !important;
    background-size: cover;
}



.circle {
    border-radius: 50%;
    width: 250px; /* Set the desired width */
    height: 250px; /* Set the desired height */
    background: #0f0f0f;
    position: relative;
    margin: 0 auto;
    display: block;
    box-shadow: 15px 15px 50px 5px #5f5f5f;
}

    .circle .button {
        background: #01c75c;
        width: 80%;
        height: 80%;
        position: relative;
        top: 2%;
        display: flex;
        align-items: center;
        justify-content: center; /* Center horizontally */
        box-shadow: 0 25px 0 0 #00541e;
        border: none;
        transition: all 0.5s ease;
        border-radius: 50%;
        color: #fff; /* Text color */
        font-size: 30px; /* Adjust font size as needed */
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: 32px;
    }

        .circle .button:active {
            box-shadow: 0 1px 1px 1px #00541e;
            top: 10%;
        }



html, body {
    /*overflow-x: hidden;*/
    color: #fff;
    background: linear-gradient(to bottom, #2a2a2a, #161719);
}

.spinner {
    cursor: pointer;
    /*background: rgba(255, 255, 255, 0.1);*/
    position: relative;
    margin: auto;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 600px;
    height: 600px;
    border-radius: 500px;
    border: 5px solid hsla(0, 0%, 100%, .1);
    border-color: transparent;
    -webkit-mask: linear-gradient(hsla(0, 0%, 0%, .1), hsla(0, 0%, 0%, 1) 90%);
    transform-origin: 50% 55%;
    transform: perspective(600px) rotateX(30deg);
    animation: spinner-wiggle 5.2s infinite;
}

    .spinner:hover:before,
    .spinner:hover:after {
        transform-origin: 50% 55%;
        transform: perspective(600px) rotateX(30deg);
        animation: spinner-spin 5.2s cubic-bezier(.6, .2, 0, .8) infinite, spinner-fade-hover 5.2s linear infinite;
    }

    .spinner .color-circle {
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        height: 70%;
        transform-origin: 50% 50%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(110, 100%, 40%, 0.9)), color-stop(100%, hsla(100, 100%, 50%, 1)));
        border-radius: 50%;
        transition-duration: 2s;
        z-index: 2;
        transition: ease-in-out;
        cursor: pointer;
        animation: spin 5.2s linear infinite; /* Added animation for continuous spin */
    }

    .spinner h1 {
        font-size: 65px;
        padding: 10%;
        margin: 20%;
        text-align: center;
        width: 100%;
        left: -30%;
        float: left;
        top: 0%;
        background: rgba(255, 255, 255, 0);
        position: relative;
        -webkit-mask: linear-gradient(hsla(0, 0%, 0%, .1), hsla(0, 0%, 0%, 1) 90%);
        transform-origin: 50% 50%;
        transform: perspective(600px) rotateX(66deg);
        animation: spinner-wiggle 5.2s infinite;
        text-shadow: 0 60px 12px -18px hsla(0, 0%, 0%, .1), 0 60px 20px -12px hsla(0, 0%, 0%, .1);
        cursor: pointer;
    }

        .spinner h1:hover {
            -webkit-mask: linear-gradient(hsla(0, 0%, 0%, .1), hsla(0, 0%, 0%, 1) 90%);
            transform-origin: 50% 50%;
            transform: perspective(600px) rotateY(90deg);
            cursor: pointer;
        }

    .spinner:before,
    .spinner:after {
        content: "";
        position: absolute;
        margin: -5px;
        box-sizing: inherit;
        width: inherit;
        height: inherit;
        border-radius: 100%;
        opacity: .0;
        border: 250px solid;
        border-color: transparent;
        animation: spinner-spin 5.2s cubic-bezier(.6, .2, 0, .8) infinite, spinner-fade 5.2s linear infinite;
    }

    .spinner:before {
        border-top-color: hsl(190, 100%, 70%);
    }

    .spinner:after {
        border-top-color: hsl(138 75% 47% / 1);
        animation-delay: 1.3s;
        left: -0%;
        top: -0%;
    }

    .spinner:hover:after {
        border-top-color: hsla(100, 100%, 50%, 1);
        animation-delay: 1.3s;
        left: -0%;
        top: -0%;
    }

    .spinner:hover:before {
        border-top-color: hsla(110, 50%, 50%, 1);
        left: -0%;
    }

.container {
    top: 0;
    left: 0%;
    margin: 0 auto;
    width: calc(100%);
    height: calc(100%);
    z-index: 9;
    backface-visibility: hidden;
}

.outer-circle {
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background-color: #dee;
    border: 3px solid #ccc;
    box-shadow: inset 0 12px 3px -7px #fff, 0 16px 12px rgba(0, 0, 0, 0.1);
    z-index: 1;
    left: 10%;
    top: 10%;
}

.color-circle-shadow {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 -12px 3px -7px #ddd, 0 12px 3px -7px #fff, inset 0 24px 18px -10px rgba(0, 0, 140, 0.3), inset 0 0 22px -2px rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.inner-circle {
    position: absolute;
    top: 20%;
    left: 20.6%;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: #eee;
    box-shadow: inset 0 12px 3px -7px #fff, 0 7px 34px -4px rgba(0, 0, 0, 0.6), 0 16px 12px rgba(0, 0, 0, 0.1);
    z-index: 4;
    /*margin: -4.55px;*/
    margin: -2px;
    display: flex; /* Add flexbox display */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
}

.container:hover .color-circle {
    animation: spin 1.7s infinite linear;
}

/*Upload file css*/
/*Image 1*/
#dropzone-external {
    width: 200px;
    height: 200px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

    #dropzone-external > * {
        pointer-events: none;
    }

    #dropzone-external.dropzone-active {
        border-style: solid;
    }

.widget-container > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

#dropzone-text > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dropzone-text {
    text-align: center;
}

/*Image 2*/
#dropzone-external2 {
    width: 200px;
    height: 200px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

    #dropzone-external2 > * {
        pointer-events: none;
    }

    #dropzone-external2.dropzone-active {
        border-style: solid;
    }

.widget-container2 > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image2 {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

#dropzone-text2 > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress2 {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dropzone-text2 {
    text-align: center;
}

/*Image 3*/
#dropzone-external3 {
    width: 200px;
    height: 200px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

    #dropzone-external3 > * {
        pointer-events: none;
    }

    #dropzone-external3.dropzone-active {
        border-style: solid;
    }

.widget-container3 > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image3 {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

#dropzone-text3 > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress3 {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dropzone-text3 {
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes spinner-spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spinner-wiggle {
    0%, 100% {
        transform: perspective(600px) rotateX(30deg);
    }

    50% {
        transform: perspective(600px) rotateX(34deg);
    }
}

@keyframes spinner-fade {
    0%, 100% {
        opacity: 0.0;
    }

    50% {
        opacity: 0.1;
    }
}

@keyframes spinner-fade-hover {
    0%, 100% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .spinner {
        width: 300px;
        height: 300px;
        border-radius: 250px;
    }

        .spinner h1 {
            font-size: 32px;
        }


    .color-circle {
        top: 15%;
        left: 15%;
        width: 70%;
        height: 70%;
    }

    .spinner:before, .spinner:after {
        margin: -5px; /* This assumes you're scaling down by half, adjust as needed */
        border-width: 35px !important; /* Assuming you're scaling down by half from 50px */
    }
}
/* Circle Spinner Styles */
.green-btn-section .drone-circle-spinner:before, .green-btn-section .drone-circle-spinner:after {
    content: "";
    position: absolute;
    box-sizing: border-box; /* Using border-box to ensure border width is included in total width/height */
    width: 185px; /* Adjusting for border width */
    height: 185px; /* Adjusting for border width */
    top: 50%; /* Center the spinner */
    left: 50%; /* Center the spinner */
    transform: translate(-50%, -50%); /* Center the spinner */
    border-radius: 100%;
    opacity: .0;
    border: 13px solid;
    border-color: transparent;
    animation: droneSpinnerSpin 5.2s cubic-bezier(.6, .2, 0, .8) infinite, droneSpinnerFade 5.2s linear infinite;
}

.green-btn-section .drone-circle-spinner:after {
    /*border-top-color: hsl(138 75% 47% / 1);*/
    border-top-color: hsl(150.33deg 93.88% 61.57%);
    animation-delay: 1.3s;
}

.green-btn-section .circle,
.green-btn-section .inner-circle-green {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* ...other styles you might have... */
}



@keyframes droneSpinnerSpin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes droneSpinnerFade {
    0%, 50%, 100% {
        opacity: 0;
    }

    25%, 75% {
        opacity: 1;
    }
}

.main-sidebar {
    background: #252626;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

.navbar-dark {
    background: #252626;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
}

.card {
    background-color: #2a2a2a;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.spinner-border {
    border-right-color: #afd3ef;
    color: #0d0e0e;
}

.form-control {
    background-color: #414141;
    border: 1px solid #414141;
    color: #fff;
}

    .form-control:focus {
        background-color: #515151;
        border: 1px solid #afd3ef;
        color: #fff;
    }

.tgl span {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgb(41 41 41);
    border: 1px solid #8f8f8f;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #1a1a1a;
}

.modal-content {
    background-color: #0d0e0e;
}

.close, .mailbox-attachment-close {
    color: #afd3ef;
}

.modal-header {
    border-bottom: none;
}

a {
    color: #3fe79b;
}

    a:active {
        color: #18d372;
    }

    a:hover {
        color: #9affd1;
    }

.login-page span {
    color: #6FFDBD;
}

.login-page .input-group-text {
    background-color: #414141;
    border: 1px solid #414141;
}

    .login-page .input-group-text i, .login-page .input-group-text span {
        color: #878787;
    }

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus {
    background-color: #83b3d8;
    color: #26282d !important;
    font-weight: 700;
}

.main-footer {
    background-color: #2a2a2a;
    border-top: 1px solid #2a2a2a;
}

.bg-info {
    background-color: #83b3d826 !important;
    border-width: 1px !important;
    border: solid;
    border-color: #83b3d8;
}

.info-box-content span {
    color: #afd3ef;
}

.info-box-content .progress-bar {
    background-color: #83b3d8 !important;
}

.login-page a {
    color: #7aaacf;
}

    .login-page a:hover {
        color: #afd3ef;
    }

.login-page .login-box-msg {
    color: #999999;
}

.btn-grey {
    background-color: #d3d3d324 !important;
    border-color: #b9b9b9 !important;
    color: #b9b9b9 !important;
}

    .btn-grey:focus {
        background-color: #d3d3d324 !important;
        border-color: #b9b9b9 !important;
        color: #b9b9b9 !important;
    }

    .btn-grey:hover {
        background-color: rgb(211 211 211 / 33%) !important;
        border-color: #f9f9f9 !important;
        color: #f9f9f9 !important;
    }

.login-page .h4 {
    color: #83b3d8;
}


.fa-info-circle {
    color: #77DD77 !important;
    font-size: 1.1rem;
}
