/*** Common ***/
.dlabnav{
    /* z-index: 9999 !important; */
}
.header{
    z-index: 9;
}
.nav-header{
    z-index: 10;
}

.nice-select .list{
    z-index: 1;
}
.p10{
    padding: 10px;
}
.mr15{
    margin-right: 15px;
}
.card-body-p10{
    padding: 10px 0 10px;
}
.card-body1-p10{
    padding: 10px 0 0px;
}
.card-body:last-child{
    border-radius: 0 0 calc(1.25rem - 1px) calc(1.25rem - 1px);
}
.card {
    margin-bottom: 0.875rem !important;
    height: auto !important;
}
.add-button{
    background: #2196f3;
}
.edit-button{
    background: #d98100;
}
.delete-button{
    background: #d50000;
}
.back-button {
    background-color: #ffc107;
    border-color: #ffc107;
    padding: 5px 16px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.back-button:hover {
    background-color: #fabb00;
    border-color: #fabb00;
    color: #000;
}

.tab-dark-slate-blue{
    background-color: #3e4095;
    color: #fff !important;
}
.tab-dark-slate-blue:hover{
    background-color: #f18f00;
    color: #fff !important;
}

.tab-dark-slate-blue-active{
    background-color: #f18f00;
    color: #fff !important;
}
.sub-menu-teal{
    background-color: #009688;
    color: #fff !important;
}
.sub-menu-teal:hover{
    background-color: #f18f00;
    color: #fff !important;
}
.sub-menu-teal-active{
    background-color: #f18f00;
    color: #fff !important;
}

/* Card Colors Start */
.card-red-bg {
    background-color: #ffedef;
}
.card-red-bg .card-header{
    background: #e94857;
    border: none;
    padding: 0.7rem 1.875rem 0.7rem;
}
.card-red-bg .card-title{
    color: #fff;
    font-size: 16px;
}
.card-violet-bg {
    background-color: #eef2fe;
}
.card-violet-bg .card-header{
    background: #8da7f5;
    border: none;
    padding: 0.7rem 1.875rem 0.7rem;
}
.card-violet-bg .card-title{
    color: #fff;
    font-size: 16px;
}
.card-green-bg {
    background-color: #edfff4;
}
.card-green-bg .card-header{
    background: #40ca75;
    border: none;
    padding: 0.7rem 1.875rem 0.7rem;
}
.card-green-bg .card-title{
    color: #fff;
    font-size: 16px;
}
.card-yellow-bg {
    background-color: #fffef0;
}
.card-yellow-bg .card-header{
    background: #d2bc00;
    border: none;
    padding: 0.7rem 1.875rem 0.7rem;
}
.card-yellow-bg .card-title{
    color: #fff;
    font-size: 16px;
}
.card-bgreen-bg {
    background-color: #e3fcff;
}
.card-bgreen-bg .card-header{
    background: #00bcd4;
    border: none;
    padding: 0.7rem 1.875rem 0.7rem;
}
.card-bgreen-bg .card-title{
    color: #fff;
    font-size: 16px;
}
.card-bgorange-bg {
    background-color: #ffe1b5;
}
.card-bgorange-bg .card-header{
    background: #ff9800;
    border: none;
    padding: 0.7rem 1.875rem 0.7rem;
}
.card-bgorange-bg .card-title{
    color: #fff;
    font-size: 16px;
}
.card-creamy-bg {
    background: #ffede2;
}
.card-lteal-bg {
    background: #6bdcd1;
}
.card-lblue-bg {
    background: #d7fffa;
}
/* Card Colors End */
table.dataTable thead th{
    padding: 10px !important;
}

/* Footer Fix */
.site-main {
    position: relative;
    min-height: 65vh;
}
/* Footer Fix */
/*** Common ***/

.button-view a{
    display: inline-block;
    padding: 0.5em 0.6em;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1;
    color: #3e4095;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 7px;
    margin-bottom: 10px;
}
.ta-right{
    text-align: right;
}
.ta-left{
    text-align: left;
}
.add-rqst-btn{
    text-align: right;
    border: 1px solid #f5f5f5;
    position: relative;
    background: 0 0;
    padding: 1rem;
}
.add-rqst-btn a{
    padding: 7px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.add-rqst-btn h4{
    margin-bottom: 0;
}
.form-control{
    border: 0.0625rem solid #9a9a9a !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
.col-form-label {
    align-items: center;
    display: inline-flex;
}

.button-form a {
    display: inline-block;
    padding: 0.5em 0.6em;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1;
    color: #009688;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
}
table.dataTable tbody td span {
    display: inherit !important;
}
label {
    font-size: 14px !important;
    font-weight: 500;
}
.nice-select.wide .list {
    max-height: 250px;
    overflow-y: scroll;
}
.mb-0{
    margin-bottom: 0;
}
.mr-1{
    margin-right: 1rem;
}
.mr-2{
    margin-right: 2rem;
}
.mr-3{
    margin-right: 3rem;
}
.text-right{
    text-align: right;
}
.expenditure-list a{
    border-radius: 0px !important;
    display: inline-block;
    padding: 0.7em 0.65em;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
    color: #009688;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.el-1{
    border-right: 1px solid #009688;
    background: none;
}
.el-1:last-child{
    border: none;
}
.content-body {
    min-height: auto !important;
}
.form-file .form-control {
    padding-left: 7px;
}

.card-header {
    /* border-color: #cacaca !important; */
    border: none !important;
}
#main-wrapper {
    overflow: initial !important;
}
.nice-select .option {
    line-height: 30px !important;
    min-height: 30px !important;
}

[data-theme-version=light] .input-info .input-group-text{
    border: 1px solid #ffbbc2;
    background-color: #dc3545;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
  }
  
  .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: 24px;
    width: 24px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #4caf50;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #4caf50;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}
  
  .slider.round:before {
    border-radius: 50%;
  }

  .b0{
    border: 0px !important;
  }

  .top-input-section {
    text-align: left;
    border: 1px solid #f5f5f5;
    position: relative;
    background: 0 0;
    padding: 1rem 1.875rem 0rem;
}
  .top-input-name {
    align-items: center;
    display: flex;
}
#swatch{
    display: flex;
    flex-direction: column;
  }
  
  input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 3em;
    padding: 0;
    width: 4em;
  }
  .mt-80{
      margin-top: 80px;
  }
  .mt-100{
      margin-top: 100px;
  }
  .auth-form {
    border-top: 4px solid #00b9a6;
    padding: 2rem 3.125rem;
}

.authincation {
    background: none;
    background-image: url(../images/login-img1.png) !important;
}
/* Table Header CSS */
thead tr>th{
    background-color: #f6c42e;
}
table.dataTable thead th{
    border-bottom: 0px solid #eee !important;
}
table.dataTable thead .sorting_asc{
    background-image: none;
}
table.dataTable thead .sorting{
    background-image: none;
}
.add-btn-align1{
    align-items: end;display: flex;
    margin-bottom: 1.2rem!important;
}
.add-btn-align{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.ml-12{
    margin-left: 12px;
}
.ml-6{
    margin-left: 6px;
}
.pl-6{
    padding-left: 6;
}
.pr-0{
    padding-right: 0;
}

/* Card Header Space - Green */
[data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed] .content-body{
    padding-top: 8.5rem !important;
}
/* Forms */
.form-label {
    margin-bottom: 0.1rem !important; 
}
label {
    margin-bottom: 0.1rem !important; 
}
.form-control {
    height: 2.5rem !important;
    line-height: 2 !important;
    padding-left: 7px;
}

.forms-section .form-control {
    padding: 0.3125rem 0.5rem;
}
.forms-section .card-header {
    display: block !important;
}
.card-border-green{
    background-color: #fff;
    border: 2px solid #40ca75;
}
.card-border-green .card-header{
    background-color: #40ca75;
    padding: 6px;
}
.card-border-green .card-header .card-title{
    color: #fff;
    font-size: 15px;
}
.forms-section .back-button {
    background-color: #ffc107;
    border-color: #ffc107;
    padding: 3px 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 4px;
}
.forms-section .card-header:first-child {
    border-radius: 14px 14px 0px 0px;
}
.mb-7{
    margin-bottom: 7px!important;
}
.amt-input-border-color{
    border: 2px solid #cc00ff !important;
}
.approve-button {
    background-color: #4caf50;
    border-color: #4caf50;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.approve-button:hover{
    background-color: #3b9f3f;
    border-color: #3b9f3f;
    color: #fff;
}
.disapprove-button {
    background-color: #bb120e;
    border-color: #bb120e;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.disapprove-button:hover{
    background-color: #a91714;
    border-color: #a91714;
    color: #fff;
}
.skip-button {
    background-color: #9c27b0;
    border-color: #9c27b0;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.skip-button:hover{
    background-color: #8e1ea1;
    border-color: #8e1ea1;
    color: #fff;
}
.cancel-button {
    background-color: #3f51b5;
    border-color: #3f51b5;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.cancel-button:hover{
    background-color: #3042a9;
    border-color: #3042a9;
    color: #fff;
}
.table th, .table td {
    font-size: 14px;
}
.br-0{
    border-radius: 0 !important;
}
.expenditure-top-br{
    border-right: 1px solid #fff;
    color: #000000;
    border-radius: 0 !important;
}
.float-right{
    float: right;
}
.error{
    color: #d50000;
}
.dashboard_icon i{
    font-size: 26px;
    color: #3e4095;
}
.mt-150 {
    margin-top: 150px;
}
.denied-h3 {
    color: #d40e00;
}
/* Disappear Mouse scroll in Input type number */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number] {
  -moz-appearance: textfield;
}
.user-access-denied{
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.widget-timeline {
    overflow-y: scroll !important;
}
.widget-timeline .timeline-badge.primary+.timeline-panel {
    background: #ffe4ef !important;
    border-color: #e91e63 !important;
}
.widget-timeline .timeline-badge.primary:after {
    background-color: #e91e63 !important;
}
.text-days {
    color: #424242!important;
}
.contact-bx .image-bx img {
    width: 40px;
    height: 40px;
}
.contact-bx .image-bx span.active{
    background: none !important;
    border: 0px solid #fff !important;
}
.contact-bx .pending-text{
    float: right;
    font-weight: normal;
    font-size: 12px;
    background: #ff1911;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
}
.contact-bx .completed-text{
    float: right;
    font-weight: normal;
    font-size: 12px;
    background: #059c32;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
}
.contact-bx .content-text{
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}
.position-absolute{
    position: absolute;
}
.list-grid-btn a {
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.list-grid-button {
    background: #fb5b29;
}
.custom-approved{
    background: #ffc878 !important;
}
.custom-cancelled{
    background: #c91010 !important;
    color: #fff !important;
}
.custom-edit-icon{
    color: #2196f3 !important;
}
.text-color-white{
    color: #fff !important;
}


  .notification-bell {
    animation: bell 1s 1s both infinite;
  }
  .notification-bell * {
    display: block;
    margin: 0 auto;
    background-color: #ff0000;
    box-shadow: 0px 0px 15px #fff;
  }
  .bell-top {
    width: 6px;
    height: 6px;
    border-radius: 3px 3px 0 0;
  }
  .bell-middle {
    width: 25px;
    height: 25px;
    margin-top: -1px;
    border-radius: 12.5px 12.5px 0 0;
  }
  .bell-bottom {
    position: relative;
    z-index: 0;
    width: 32px;
    height: 2px;
  }
  .bell-bottom::before,
  .bell-bottom::after {
    content: '';
    position: absolute;
    top: -4px;
  }
  .bell-bottom::before {
    left: 1px;
    border-bottom: 4px solid #ff0000;
    border-right: 0 solid transparent;
    border-left: 4px solid transparent;
  }
  .bell-bottom::after {
    right: 1px;
    border-bottom: 4px solid #ff0000;
    border-right: 4px solid transparent;
    border-left: 0 solid transparent;
  }
  .bell-rad {
    width: 8px;
    height: 4px;
    margin-top: 2px;
    border-radius: 0 0 4px 4px;
    animation: rad 1s 2s both infinite;
  }
  @keyframes bell {
    0% { transform: rotate(0); }
    10% { transform: rotate(30deg); }
    20% { transform: rotate(0); }
    80% { transform: rotate(0); }
    90% { transform: rotate(-30deg); }
    100% { transform: rotate(0); }
  }
  @keyframes rad {
    0% { transform: translateX(0); }
    10% { transform: translateX(6px); }
    20% { transform: translateX(0); }
    80% { transform: translateX(0); }
    90% { transform: translateX(-6px); }
    100% { transform: translateX(0); }
  }
  @keyframes zoom {
    0% { opacity: 0; transform: scale(0); }
    10% { opacity: 1; transform: scale(1); }
    50% { opacity: 1; }
    51% { opacity: 0; }
    100% { opacity: 0; }
  }
  @keyframes moon-moving {
    0% {
      transform: translate(-200%, 600%);
    }
    100% {
      transform: translate(800%, -200%);
    }
  }
  .custom-tab-1 .nav-link {
    font-size: 16px;
}
.fw-600{
    font-weight: 600;
}
.bbottom{
    border-bottom: 1px solid #eee !important;
}
.dblock{
    display: block !important;
}
.po-edit-button{
    background-color: #09bd3c;
    border-color: #09bd3c;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.po-edit-button:hover{
    background-color: #09bd3c;
    border-color: #09bd3c;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.po-table td{
    font-size: 16px;
}

@media(max-width:768px){
    .mob-dblock{
        display: block;
    }
}
/* Payment - Company/Beneficiary name start */
/* width for dropdown items */
.ui-widget-content {
	width: min-content !important;
}
/* dropdown scroll z-index 0 */
.ui-front {
    z-index: 0 !important;
}
/* Payment - Company/Beneficiary name end */
/* .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    overflow-y: scroll;
    height: 300px;
} */
.mb7{
    margin-bottom: 7px;
}
.org-name-space{
    width: 45%;
    display: inline-block;
}
.w28{
    width: 28%;
}
.w72{
    width: 72%;
}
.org-filter-head{
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.pb20{
    padding-bottom: 20px;
}
.org-filter-last{
    border-bottom: 1px solid #eee;
    margin-top: 16px;
}
.filter-org-apply-btn{
    text-align: right;
    border: 1px solid #f5f5f5;
    position: relative;
    background: 0 0;
    padding: 1rem;
    margin-top: 20px;
}
.filter-org-apply-btn a{
    padding: 7px 20px;
    /* color: #fff; */
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.org-apply-button {
    background: #b53fff;
    color: white;
}
.org-reset-button {
    border:1px solid #b53fff;
    color: #b53fff
}
.org-apply-button:hover {
    background: #b53fff;
    color: white;
}
.org-reset-button:hover {
    border:1px solid #b53fff;
    color: #b53fff
}
.org-filter-border{
    border: 1px solid #eee;
}
.align-center-flex{
    align-items: center;
    display: flex;
}
.btn-dark-yellow {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
}
.btn-dark-yellow:hover {
    color: #fff;
    background-color: #ffab00;
    border-color: #ffab00;
}
.glow-button-effect {
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}
@keyframes glowing-btn {
    0% {
        background-color: #a70484;
        box-shadow: 0 0 5px #a70484;
    }
    50% {
        background-color: #dd0ab0;
        box-shadow: 0 0 20px #dd0ab0;
    }
    100% {
        background-color: #a70484;
        box-shadow: 0 0 5px #a70484;
    }
}
.glow-button-effect {
    animation: glowing-btn 1300ms infinite;
}

.team-leads .modal-content .nav-tabs {
    border-bottom: none;
}

.team-lead-count, .team-lead-count:hover {
    font-size: 17px;
    color: black;
    font-weight: 500;
}

.header-notification .nav-link {
    position: relative;
    font-size: 22px;
}
.header-notification .notif-badge {
    position: absolute;
    top: 4px;
    right: 2px;
    font-size: 10px;
    padding: 3px 5px;
}
.notification-menu {
    width: 380px;
    padding: 0;
}
.notification-header {
    padding: 10px 14px;
    font-weight: 600;
    border-bottom: 1px solid #eef0f2;
}
.notification-body {
    max-height: 340px;
    overflow-y: auto;
}
.notification-item {
    display: block;
    padding: 10px 14px;
    color: #2f2f2f;
    text-decoration: none;
    border-bottom: 1px solid #f1f3f5;
}
.notification-item:hover {
    background: #f8f9fb;
}
.notification-title {
    font-weight: 600;
    font-size: 13px;
}
.notification-text {
    font-size: 12px;
    color: #4b5563;
    margin-top: 2px;
}
.notification-meta {
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
}
.notification-time {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}
.notification-empty {
    padding: 12px 14px;
    color: #9ca3af;
}
.notification-footer {
    padding: 10px 14px;
    border-top: 1px solid #eef0f2;
    text-align: center;
}
.notification-footer a {
    font-weight: 600;
    text-decoration: none;
}
.notification-tabs {
    display: flex;
    gap: 18px;
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
}
.notification-tab {
    padding: 8px 2px;
    text-decoration: none;
    color: #6b7280;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}
.notification-tab.active {
    color: #111827;
    border-color: #0d6efd;
}
.notification-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
    margin-top: 12px;
    background: #fff;
}
.notification-card.is-unread {
    border-color: #cfe2ff;
    background: #f8fbff;
}
.notification-card-title {
    font-weight: 600;
    font-size: 14px;
}
.notification-card-body {
    color: #4b5563;
    font-size: 13px;
    margin-top: 4px;
}
.notification-card-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
}
.notification-card-time {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 6px;
}
