body {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
}


html, body {
    /*height: 100%;*/
    margin: 0;
}


.header {
   
    background-color: #054A8C;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    /*border-bottom: 10px solid #001459;*/
    padding:10px 50px;
    position:sticky;
    top:0px;
    z-index:1024;
    width:100%;
}

    .header h1 {
        font-size: 24px;
        color: #001459;
        font-weight: 700;
        margin:0; padding:0;
    }

.user-set-menu {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    padding: .5rem;
}

.user-set-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
    color: #4d4d4d;
}

.user-set-menu .dropdown-toggle h6 {
    margin: 0;
    color: #000;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
}

.user-set-menu .dropdown-menu {
    font-size: 15px;
    right:0;
    margin-top:10px;
}

.user-set-menu a {
    color: #000;
}


.content-section {
    display: flex;
    height: calc(100vh - 87px);
    /*margin-top:87px;*/
}


.left-section {
    flex: 1;
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}


.left-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.42);
}


.right-section {
    flex: 1;
    background-color: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.welcome {
    text-align: center;
    color: #747474;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
}


.login-box {
    width: 520px;
    padding: 50px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 520px;
}

    .login-box h3 {
        font-size: 24px;
        color: #E77105;
        font-weight: 700;
        margin-bottom: 30px;
        width: 100%;
        text-align: left;
    }


.form-control, .btn {
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    height: 46px;
}

.form-select {
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    height: 46px;
}

.btn {
    background-color: #054A8C;
    color: white;
    font-weight: 700;
    font-size: 16px;
    min-width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn.btn-sm {
        min-width: unset;
        padding-left: 40px;
        padding-right: 40px;
    }

.btn:hover {
    background-color: #0056b3;
}

.btn.btn-outline-primary {
    background-color: #fff;
    color: #001459;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid;
    border-color: #001459;
}

    .btn.btn-outline-primary:hover {
        background-color: #0056b3;
        border-color: #0056b3;
        color: #fff;
    }


.forgot-password {
    font-size: 14px;
    text-align: right;
    color: #E77105;
}

#ForgotPasswordFrm .btn {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

textarea.form-control {
    min-height: calc(1.5em +(.75rem + 2px));
    height: auto;
}

.text-danger {
    font-size: 12px;
    font-weight: 500;
}

.form-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.form-container.text-top {
    justify-content: flex-start;
}

    .form-container h1 {
        font-size: 24px;
        color: #E77105;
        font-weight: 700;
        margin-bottom: 30px;
        width: 100%;
        text-align: left;
        display : flex;
        align-items: center;
    }

    .form-container h1 a{
        margin-left:auto;
    }

.form-container h2{
    font-size: 24px;
    color: #E77105;
    font-weight: 700;
    margin-bottom: 20px;
}

.form-container p.small-desc{
    font-size: 20px;
    color: #010100;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
}

.form-control.small-box{
    width: 46px;
    display: inline;
}

.coordinates{
    display:block ;
}

.coordinates span{
    color: #E77105;
    font-weight: 700;
}


.otp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    column-gap: 12px;
}

.otp-box {
    width: 48px;
    height: 48px;
    background-color: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 700;
    border: none;
}

.otp-box:focus-visible {
    outline: none;
    border: none;
}

.otp-box:last-child {
    margin-right: 0;
}

.otp-dash {
    position: relative;
    margin-right: 12px;
}

.otp-dash::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #D9D9D9;
}

input[disabled] {
    pointer-events: none;
    background-color: #F5F5F5;
    text-align: center;
}

@media (max-width: 768px) {
    .left-section {
        display: none;
    }

    .content-section {
        flex-direction: column;
    }
}

.page-contents{
    position: relative;
    min-height: calc(100vh - 110px);
}

.login-header{
    margin-bottom: 20px;
}

.login-header h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.login-header p {
    font-size: 13px;
    color: #747474;
    margin-top: 10px;
    margin-bottom: 0px;
}


.page-content-wrapper {
    min-height: calc(100vh - 122px);
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}




.dashboard-container {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: auto;
    margin: 0 auto;
}

.box {
    width: 365px;
    height: 265px;
    background: linear-gradient(45deg, rgba(89, 177, 227, 0.5), rgba(231, 113, 5, 0.5));
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.box:hover {
    background: linear-gradient(45deg, rgba(89, 177, 227, 0.8), rgba(231, 113, 5, 0.8));
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.icon img {
    height: 55px;
}

.text {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0;
}


.form-container {
    width: 90%;
    max-width: 960px;
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
    height: 100%;
    flex: 1;
}

.icon-right-holder-input {
    position: relative;
}

.icon-right-holder-input input {
    padding-right: 40px;
}


.icon-right-holder-input .inputIcons {
    position: absolute;
    right: 13px;
    top: 9px;
    left: auto;
}

.remove-underline {
    text-decoration-line: none;
}

.lbl-clr {
    color:#df7000;
    word-break:break-word;
}

/* Admin HTML */ 

.innerbody {
    padding-left: 260px;
    transition: all 0.3s ease-in;
}


#data-table_users_wrapper table tr:nth-child(odd) {
    background-color: #f2f2f2;
}


#data-table_users_wrapper table tr:nth-child(even) {
    background-color: white;
}


#data-table_users_wrapper table th {
    background-color: #054a8c;
    color: white;
}

/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 9999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 260px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #054a8c;
    padding: 20px 16px;
    color: #fff;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 221px);
    overflow: auto;
    justify-content: space-between;
}

.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menubar li {
    margin-bottom: 3px;
}

.menubar li > a {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    height: 55px;
    font-weight: 400;
    position: relative;
    z-index: 10;
    background: transparent;
}

/*.menubar li.logout > a {
    background: #ddd;
}*/

.menubar li > a img {
    margin-right: 10px;
    width:30px;
    height:auto;
}

.menubar li a img{
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.menubar li > a img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.menubar li.active a {
    background: #001459;
    color: #fff;
}

.sildebarlogo {
    margin: 40px 0;
}
.sildebarlogo img {
    max-width:130px;
}

/*--sidebar--*/

.page-title-row {
    display: flex;
    align-items: center;
}

.page-title-row a{
    display: flex;
    align-items: center;
    line-height: normal;
}

.page-title-row a img{
    margin-right: 10px;
}

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 200px);
    margin-bottom: 20px;
    border-radius: 10px;
}

.logo-icon {
    display: none;
}

.menu-collapse .sildebarlogo .logo-full {
    display: none;
}

.menu-collapse .sildebarlogo .logo-icon {
    display: block;
}

.menubar li.active a {
    background: #001459;
    color: #fff;
}

.menubar li > a:hover, .menubar li a.active {
    color: #fff;
    background: #001459;
}

.menubar li > a:hover img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

#data-table_devices_wrapper table tr:nth-child(odd) {
    background-color: #f2f2f2;
}


#data-table_devices_wrapper table tr:nth-child(even) {
    background-color: white;
}


#data-table_devices_wrapper table th {
    background-color: #054a8c;
    color: white;
}

#data-table_devices_wrapper .top,
#data-table_users_wrapper .top, 
#data-table_transactions_wrapper .top, 
#data-table_transactions_org_wrapper .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

#data-table_users_wrapper .dataTables_info {
    padding:0;
}


.searchbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 22px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

.activeSlide {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.activeSlide:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.btn:hover {
    color: #fff;
}

td.actions {
    display:flex;
}

td.actions a {
    border: 1px solid #bbb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ddd;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    td.actions a img{
        width:14px;
    }

    td.actions a svg path {
        fill: #001459;
    }

main .content {
    padding-left: 20px;
    padding-right: 20px;
    /*padding-top:60px;*/
}
/*main .page-content-wrapper {
    padding-top: 80px;
}*/
.sidebarOverlay {
    background: #000;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
}

.table-responsive .table.dataTable tbody tr {
    cursor: pointer !important;
}

/*numeric keyboard css*/
/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/

/*body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f5f5f5;
    padding: 20px;
}*/

/*.container {
    width: 100%;
    max-width: 400px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}*/

h1 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}

.input-container {
    position: relative;
    margin-bottom: 20px;
}

/*.input-field {
    width: 100%;
    padding: 12px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: right;
}*/

.keypad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
    display: none; /* Hide keypad by default */
    position: absolute;
    width: 100%;
    background: #ddd;
    padding: 10px;
}

    .keypad.visible {
        display: grid; /* Show keypad when visible class is added */
    }

.key {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px 0;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s;
    user-select: none;
    touch-action: manipulation;
}

    .key:hover {
        background-color: #fff;
    }

    .key:active {
        background-color: #d0d0d0;
    }

@media (max-width: 480px) {
    .container {
        padding: 15px;
    }

    .key {
        padding: 12px 0;
    }
}

#frmUpdateDevice input[disabled] {
    text-align: left;
}

.panel {
    border : 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}

    .panel .icon_of_panel {
        width:40px;
        height:40px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:50%;
        background:orange;
        margin-bottom:10px;
    }

        .panel .icon_of_panel svg {
            color: #001459;
        }

    .panel .panel-hd {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .panel .huge {
        font-weight: 500;
        font-size: 20px;
        color: #001459;
    }


.section-heading {
    font-size:24px;
    margin-bottom:10px;
}


.white-box-header h1 {
    font-size: 24px;
    color: #E77105;
    font-weight: 700;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.form-control[type=file] {
    line-height: 2.1 !important;
}


.verified {
    color: white;
    background: green;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
}

.not-verified {
    color: white;
    background: red;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
}



.img-shape {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-left: 100px solid transparent;
}

#yin-yang {
    width: 96px;
    box-sizing: content-box;
    height: 48px;
    background: #eee;
    border-color: red;
    border-style: solid;
    border-width: 2px 2px 50px 2px;
    border-radius: 100%;
    position: relative;
}

    #yin-yang:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: #eee;
        border: 18px solid red;
        border-radius: 100%;
        width: 12px;
        height: 12px;
        box-sizing: content-box;
    }

    #yin-yang:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: red;
        border: 18px solid #eee;
        border-radius: 100%;
        width: 12px;
        height: 12px;
        box-sizing: content-box;
    }




.path {
    stroke-dasharray: 50;
    stroke-dashoffset: 1000;
    animation: dash 5s linear alternate infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}



.pageOption {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 40em;
    height: 27em;
}


.option,
.option img {
    width: 100%;
    height: 100%;
}

.option {
    overflow: hidden;
    position: absolute;
    /* arctan(27 / 40) = 34.01935deg
     * need to skew by 90deg - 34.01935deg = 55.98065deg
    */
    transform: skewX(-55.98deg);
}

    .option:first-child {
        left: -.25em;
        transform-origin: 0 0;
    }

    .option:last-child {
        right: -.25em;
        transform-origin: 0 100%;
    }

    .option img {
        transform: skewX(55.98deg);
        transform-origin: inherit;
    }

    .option:after {
        position: absolute;
        margin: .5em 1.65em;
        color: white;
        font: 500 1.25em Courier;
        letter-spacing: .1em;
        text-transform: uppercase;
        content: attr(data-inf);
    }

    .option:after {
        transform: skewX(55.98deg);
        transform-origin: inherit;
    }

    .option:first-child:after {
        top: 0;
        left: 0;
    }

    .option:last-child:after {
        right: 0;
        bottom: 0;
    }

.plan-card {
    border: none;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0px 0px 11px 0px #00000040;
    transition: transform 0.2s;
    background: #fff;
    position: relative;
}

    .plan-card .btn-active {
        width: 73px;
        height: 24px;
        background: #61B15C;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 18px;
        top: 18px;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        text-align: center;
        color: #fff;
    }

    .plan-card button.btn img {
        margin-right: 10px;
        display: none;
    }

    .plan-card button.btn.active img {
        display: inline-block;
    }

    .plan-card h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 17.5px;
        text-align: center;
        color: #000000;
    }


    .plan-card:hover {
        transform: scale(1.05);
    }

.plan-price {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    margin-bottom: 18px;
    color: #E77105;
}

.planbtn {
    border: solid 1px #054a8c;
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    background: #054a8c;
    font-size: 18px;
    font-weight: 600;
}

.current-bal-cont {
    border: solid 1px #d3d3d3;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 6px;
    font-size: 18px;
}
    .current-bal-cont span {
        padding: 5px 10px;
        display: inline-block;
        border-radius: 6px;
        background: #001459;
        color: #fff;
        line-height: 1;
        font-size: 16px;
    }


#data-table_transactions_wrapper table th {
    background-color: #001459;
    color: white;
}
.table-responsive #data-table_transactions_wrapper .table.dataTable tbody tr,
.table-responsive #data-table_transactions_org_wrapper .table.dataTable tbody tr {
    cursor: auto !important;
}
.modal-content button.modal-close {
    border:0;
    background:transparent;
}
.li-login-regi{
    display:flex;
}
.li-login-regi .btn {
        min-width:auto
 }

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length {
    padding-bottom:15px !important;
}

.btn.w-auto {
    min-width: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.header img {
    max-width:100px;
}
.header::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(45deg, #59B1E3 0%,#E77105 90%);
}

.innerbody .header {
    background: #ddd;
    padding: 10px 15px 15px;
}
.btnNew {
    border-radius: 4px;
    color: #fff;
    background: #054A8C;
    font-size: 18px;
    padding: 8px 25px;
    border: solid 1px #054A8C;
}

    .btnNew:hover {
        background: #02B8F5;
        border: solid 1px #02B8F5;
    }

.borderBtn {
    border-radius: 4px;
    color: #054A8C;
    background: #fff;
    font-size: 18px;
    padding: 8px 25px;
    border: solid 1px #054A8C;
}
.btnNew:hover {
    background: #054A8C;
    border: solid 1px #054A8C;
    color: #fff
}

.innerbody .header {
    width: 100% !important;
    position: sticky !important;
}
.innerbody.menu-collapse .header {
    width: calc(100% - 66px);
}

.page-content-wrapper.regPage {
    padding-top: 100px;
}
    .page-content-wrapper.regPage .form-container {
        height:auto !important;
        flex:none !important;
    }