/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 body {
    font-family: 'Poppins', sans-serif;
 }

 * {
    font-family: 'Poppins', sans-serif;
 }

 .fnd_fields {
    border-bottom: 1px solid lightgrey;
}
 
 .alphabet-filter {
    text-align: left;
    padding: 0;
}

pre#errorConsole {
    height: 310px;
}

.alphabet-filter a {
    text-decoration: none;
    color: #333;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0;
    transition: background-color 0.3s, color 0.3s;
    background: white;
    line-height: 250% !important;
    margin-bottom: 8px;
}

.alphabet-filter a:hover {
    background-color: #f8f8f8; /* Light background on hover */
    color: #007bff; /* Change text color on hover */
    border-color: #ccc; /* Darker border on hover */
}

 .collapse-toggle.text-center.cursor-pointer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    background: #20283e;
}

 .login-page {
    padding-left: 0;
 }
 .vidBG {
    /* Set the background with multiple gradients */
    background: linear-gradient(45deg, rgb(22, 2, 61), #450316),
                linear-gradient(45deg, rgb(87, 2, 171), transparent);
    
    /* Ensure the gradients cover the entire background and are fixed */
    background-size: 300% 300%;
    position: relative;
    animation: moveGradient 8s ease infinite;
  }
  
  /* Create keyframes for the animation */
  @keyframes moveGradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  .tab-pane {
    padding: 30px;
  }

 main {
    min-height: 90vh;    background: #fff;
 }

 body.sidebar-collapsed {
    padding-left: 5%;
 }

.siteTable td {
    text-align: center;
}
.dataTables_wrapper .display {
    padding-top: 30px;
    padding-bottom: 30px;
}
.dataTables_wrapper .display thead {
    background: #20283e;
    color: white;
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}


.cash-app-page main .container {
    padding: 0;
}

.cash-app-page h1 {
    display: none;
}

.cash-app-page #cash-app h1 {
    display: block;
}

#main .container {
    width: 100%;
    max-width: 100%;
}

.button {
    background: #488a99;
    color: white !important;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#cash-app {
    background: #f0f1f3;
    display: flex;
    justify-content: center;
}

.navigation {
    width: 300px;
    transition: all 0.3s;
    background: #20283e;
    color: white;   
    padding: 30px;
    transition: all 0.5s ease;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    padding-right: 0;
    z-index: 9999;
    overflow: hidden;
}
.header-bar {
    background: #f0f1f3;
}

#headerCASH {
    overflow: hidden scroll;
    max-height: 100%;
}

::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #488a99;
  }
  
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  

.navigation h4 {
    color: #488a99 !important;
    font-size: 24px;
    padding: 0;
    border-bottom: 1px solid;
    margin-top: 15px;

}

.navigation #cash-logo img {
    width: 100%;
    height: auto;
    padding: 30px;
}

#cash-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebarToggle svg {

    height: 50px;
    width: 60px;
    background: #488a99;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-left: 15px;
    padding: 10px;
    cursor: pointer;

}

#cash-menu .menu li {
    padding: 10px;
    
}

#cash-menu .menu li a {
    color: #488a99;
    width: 100%;;
    display: block;
}

.main-body {
    padding: 30px 30px 30px 350px;
    transition: all 0.3s;
    position: relative;
}

.delete-note {
    cursor: pointer;
}

.main-body h1 {
    text-transform: uppercase;
    font-size: 38px;
    margin: 0;
    text-align: center;
    color: #488a99;
}

.main-body > div {
}


#copyright {
    background: #488a99;
    color: white;
}

body a {
    text-decoration: none;
    color: #488a99;
} 

.bubble {
    display: inline-block;
    background: white;
    padding: 0;
    border-radius: 5px;
    width: auto !important;
    box-shadow: lightgrey 5px 6px 6px;
    margin-right: 15px;
}

.bubblebox {
    background: white;
    padding: 0;
    margin-bottom: 20px;
}

.bubblebox #theDashboard {
    padding: 15px;
    background: #f0f1f3 !important;
}

.toolbar {
    background: #20283e;
}

.save-btn,
.toolbar a {
    display: inline-block;
    background: #488a99 !important;
    color: #fff !important;
    border: none !important;
}

.toolbar a:nth-child(even) {
    background: #488a99 !important;
}

/* login form */
body .login-to-cash {
    background-color: #f8f9fa;
}

.login-to-cash form {
    padding: 2rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.vidBG {
    position: fixed;
    inset: 0;
}
.vidBG video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body:not(.sidebar-collapsed) #headerCASH {
    padding-right: 30px;
}

.sidebar-collapsed .db-icon {
    font-size: 0 !important;
}

.sidebar-collapsed .navigation {
    flex: 0 5%;
    width: 5%;
    padding: 15px;
}

.sidebar-collapsed .navigation #cash-logo {
    display: none;
}

.sidebar-collapsed .navigation #cash-menu .menu li a {
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.3;
    font-weight: 300;
}

.sidebar-collapsed .navigation #cash-menu .menu li a span {
    font-size: inherit;
}

.sidebar-collapsed .navigation #cash-menu .menu li:not(.db-icon) a svg {
    font-size: 30px;
    margin-bottom: 5px;
}

.sidebar-collapsed .navigation #cash-menu .menu li.db-icon a svg {
    font-size: 20px;

}

.sidebar-collapsed .navigation h4 {
    font-size: 0;
}

.sidebar-collapsed .main-body {
    flex: 0 95%;
    width: 95%;
}


#editForm label {
    display: block;
    margin-bottom: 4px;
}

#editForm .row {
    margin-bottom: 15px;
}

#editForm fieldset {
    /* border-bottom: 1px solid lightgrey; */
    /* padding: 20px 0; */
}

.delete {
    cursor: pointer;
    color: red;
}

.wp-media-buttons .button {
    background: #488a99;
}

.ui-datepicker-div {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 9999 !important;
}

.ui-datepicker-header {
    background-color: #007bff;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    cursor: pointer;
    margin: 0 5px;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    background:white;
}

.ui-datepicker-calendar th {
    padding: 10px;
    background-color: #f0f1f3;
}

.ui-datepicker-prev,
.ui-datepicker-next {

    color: honeydew;
}

.ui-datepicker-calendar td {
    padding: 10px;
}

.ui-datepicker-calendar .ui-state-default {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.ui-datepicker-calendar .ui-state-default:hover {
    background-color: #f0f1f3;
}

.ui-datepicker-calendar .ui-state-active {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #fff;
}

.btn-primary {
    border: 1px solid #488a99 !important;
    background: #488a99 !important;
    color: #ffffff !important;
}

.btn-danger {
    border: 1px solid #dc3545 !important;
    background: #dc3545 !important;
    color: #ffffff !important;
}

.btn-secondary {
    border: 1px solid #dbae58 !important;
    background: #dbae58 !important;
    color: #ffffff !important;
}

#theDashboard .bg-warning {
    background-color: #dbae58 !important;
    color: #ffffff !important;
}

/* .btn-primary {
    background: #488a99;
    color: white !important;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.btn-danger {
    background: #dc3545;
    color: white !important;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
} */

@media screen and (max-width: 1408px) {
    
}

.menu-hide .navigation {
    width: 0px;
    padding: 0;
}

.menu-hide .main-body {
    padding: 30px;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
    font-size: 12px;
    min-height: 26px;
    line-height: 2;
    width: 30px;
    height: 30px;
    border: none;
    background: #488a99;
    text-align: center;
}


#headerCASHsmall {
    display: none;
}

@media screen and (max-width: 1600px) {
    .navigation {
        position: relative !important;
        width: 100%;
    }

    .main-body {
        padding: 30px !important;
    }

    div#cash-app {
        flex-flow: column;
    }

    #headerCASH {
        display: flex;
    }

    #headerCASH h4 {
        display: none;
    }

    #cash-menu ul li {
        display: inline-block;
    }

    .sidebarToggle, #headerCASH {
        display: none;
    }

    #headerCASHsmall {
        display: block;
    } 
}

table.dataTable thead th, table.dataTable thead td {
    padding: 6px !important;
}


.cash-app-page .nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #20283e;
    border: none;
    padding: 15px 10px 0 10px;
}

.cash-app-page .nav-tabs .nav-link.active, .cash-app-page .nav-tabs .nav-item.show .nav-link {
    background: white;
    border: none;
    border-color: transparent;
}

.cash-app-page .nav-tabs .nav-link:hover, .cash-app-page .nav-tabs .nav-link:focus {
    background: #ffffff;
    border: none;
    color: #20283e;
}

.cash-app-page .nav-link:hover, .cash-app-page .nav-link:focus {
    color: #ffffff;
}

.cash-app-page .nav-link {
    color: #ffffff;
}