.error-message {
    color: darkred;
}

.rounded-5{
    border-radius: 3rem;
}

.login-bg{
    background-image: url(../images/loginbg.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    width: 100%;
}

.login-box{
    backdrop-filter: blur(10px);
    background-color: rgb(240 240 240 / 40%);
    color: #fff;
    input::placeholder {
        color: #000;
    }
}

body {
    background-color: #f5f5f5 !important;
}

.fs-20{
    font-size: 20px !important;
    line-height: 28px !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-thumb {
    background:#000;
}

.ps__thumb-y {
    background-color: #000 !important;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #000 !important;
}
.text-theme {
    color: #000 !important;
}
.btn-danger {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    padding: 6px 12px !important;;
    border-radius: 4px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-primary:active:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;
    box-shadow: unset !important;
}
.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    color: #000;
    padding: 6px 12px !important;;
    border-radius: 5px;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active:focus {
    border-color: #000;
    background-color: transparent;
    color: #000;
    box-shadow: unset !important;
}
.table th, 
.table td {
    padding-left: 5px;
    padding-right: 5px;
}
.navbar .navbar-menu-wrapper {
    background-color: #ffffff;
    /* box-shadow: 13px 0px 19px #7b58ff29; */
    color: #6C7383;
    padding-left: 1.5rem;
    padding-right: 2.187rem;
    padding-top: 30px;
    padding-bottom: 24px;
    width: calc(100% - 242px);
    height: 70px;
}

.navbar .navbar-brand-wrapper {
    background-color: #ffffff;
    /* box-shadow: 13px 0px 19px #7b58ff29; */
    width: 242px;
    height: 70px;
    padding: 20px 35px;
}

/* .navbar .navbar-brand-wrapper .navbar-brand img {
    height: auto !important;
} */

.sidebar {
    margin-top: 70px;
    background: #ffffff !important;
}

.sidebar .nav .nav-item.active>.nav-link i,
.sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link .menu-arrow {
    color: #ffffff !important;
}

.sidebar .nav .nav-item.active>.nav-link {
    background: #23c9cc70 !important;
    width: 0;
    border-radius: 0 20px 20px 0;
}

.nav-link:hover,
.nav-link:focus {
    color: #000 !important;
}

.content-wrapper {
    background: #f5f5f5 !important;
    padding: 4.5rem 2.5rem 1.5rem 2.5rem !important;
}

.table.select-table th {
    color: #000 !important;
    font-weight: 500;
    padding-left: 5px;
    font-size: 12px !important;
}
.table.select-table tr td:first-child {
    padding-left: 5px !important;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    font-size: 14px;
    font-weight: 600;
}

.sidebar .nav .nav-item .nav-link i.menu-icon:before {
    color: #eac65c !important;
}

.sidebar .nav .nav-item.active .nav-link i.menu-icon:before {
    color: #ffffff !important;
}

.badge-opacity-danger {
    background-color:  #76AEB0;
    border: 1px solid  #76AEB0;
    color: #f5f5f5 !important;
    font-weight: 700;
}

.sidebar .nav .nav-item.active>.nav-link .menu-title {
    font-size: 14px;
}


/* card css */

.card-title {
    background-color: #eac65c;
    padding: 15px 10px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    font-size: 14px;
    font-weight: 600 !important;
}

.card-body {
    padding: 0px !important;
    border: 2px solid #eac65c;
    border-radius: 11px;
}

/* .table-responsive {
    padding: 0px 12px;
} */

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgb(255 0 0 / 3%) !important;
    color: var(--bs-table-striped-color);
}


/* 03-02-2023 */
.view_btn, 
.view_btn-1 {
    background-color: #000;    
    border: 1px solid #000;
}
.view_btn:hover, 
.view_btn-1:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.view_btn-1,
.view_btn {    
    font-size: 14px;
    color: #000;
    border-radius: 30px;
    text-decoration: none;
    transition: all 1s;
    padding: 10px 20px !important;
}

.view_btn_icon_span {
    color: #ffffff;
    margin-right: 6px;
}

.maximum-height_300 {
    height: 300px;
    overflow: scroll;
}
.maximum-height_445 {
    height: 445px;
    overflow: scroll;
}
.maximum-height_581 {
    height: 581px;
    overflow: scroll;
}

.maximum-height_356 {
    height: 356px;
}

.maximum-height_230 {
    height: 230px;
    overflow: scroll;
}

.maximum-height_377 {
    height: 377px;
    overflow: scroll;
}

.table.select-table td {
    font-size: 14px;
    color: #000000;
}


/* popup changes 23.2.23 */
/* 23-02-2023 css */
/* .view_btn {
    background-color: #ee3c2e;
}
.view_btn-1 {
    background-color: #7b58ff;
} */
/* .view_btn:hover {
    background-color: #7b58ff;
    border-radius: 0px 10px 0px 10px;
}
.view_btn-1:hover {
    background-color: #23c9cc;
    border-radius: 0px 10px 0px 10px;
} */
/* .view_btn-1,
.view_btn {
    
    padding: 10px  20px !important;
    border-radius: 10px 0px 10px 0px;
    color: #fff;
    transition: background-color 1s;
    transition: border-radius 1s;
    text-decoration: none;
    border: 1px;
    font-size: 14px;
    font-weight: 600;
} */

.theme-btn-1 {
    background: linear-gradient(0deg, rgb(248 96 25) 0%, rgb(248 74 69) 100%);
    color: #ffffff;
}

.theme-btn-2 {
    background: linear-gradient(0deg, rgb(248 96 25) 0%, rgb(248 74 69) 100%);
    color: #ffffff !important;
}
.theme-text-color-1{
    color: #f86019;
}
.theme-text-color-2{
    color: #f86019;
}

.theme-btn-2,
.theme-btn-1 {
    background-color: linear-gradient(0deg, rgb(248 96 25) 0%, rgb(248 74 69) 100%);
    border: 1px solid #f86019 !important;
    font-size: 13px;
    font-weight: 500 !important;
    border-radius: 4px!important;
    padding: 0.375rem 0.75rem;
    color: #ffffff !important;
}

.theme-btn2{
    background-color: transparent;
    border: 1px solid #f86019 !important;
    font-size: 13px;
    font-weight: 500 !important;
    border-radius: 4px!important;
    padding: 0.375rem 0.75rem;
    color: #f86019 !important;
}
/* .theme-btn-2::before,
.theme-btn-1::before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius:5px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
} */

a.theme-btn-1:hover i{
    color: #fff !important;
}
a:hover {
    color: #fff;
}

/* .theme-btn-2:hover {
    background-color: #305463;
} */
.header-title{
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    
    font-weight: bolder;
}
/* .header-title-border:after{
    border-bottom: 1px solid #2c3b5b;
    content: ""; 
    display: block;
    padding-top: 5px;
    width: 6%;
} */

/* .gradient-text-color {
    background: linear-gradient(90.91deg, #2c3b5b 1.41%, #2d3c5c 50.78%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
} */
.table-aft-top.sticky-top{
    background-color: #fff;;
}

.table-responsive::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.theme-btn-2 .material-symbols-outlined,
.theme-btn-1 .material-symbols-outlined{
    font-size: 12px !important; 
}
.label-style{
    color: #a1a1a1;
}
form label{
    color: #a1a1a1 !important;
}
select.form-control {
    outline: unset;
}
select.form-control:focus {
    outline: unset;
}
/* form changes */
.popup-style select.form-control{
    outline: none !important;
}
.form-select,
.filter_input{
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important; */
    height: 43px;
}
.form-select{
    font-size: 14px;
}

.popup-dialog-box .mat-icon,
.cdk-overlay-container{
    z-index: 999 !important;
}
.filter_label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #817f7f;
}
.section-padding{
    padding: 24px 0px;
}
.stickyheader .sticky-top{
    z-index: 0 !important;
}
::ng-deep .mat-icon.mat-warn{
    font-size: 20px !important;
}
.form_shadow {
    /* box-shadow: -5px -5px 10px 0px rgba(241, 238, 238, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3) !important; */
}
.swal2-styled.swal2-confirm {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #000 !important;
}
.swal2-styled.swal2-deny {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
}
.swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px #000 !important; 
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background: unset !important;
    color: #000;
}
.swal2-styled.swal2-cancel {
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
}
.swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px #000;
}
.mat-calendar-body-selected {
    background-color: #000 !important;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: #eebf334d !important;
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), 
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: #000 !important;
}
.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
    color: #ffffff !important;
}
.mdc-list-item--selected .mdc-list-item__primary-text, 
.mdc-list-item--activated .mdc-list-item__primary-text {
    color: #121212 !important;
}
.mat-mdc-dialog-container .mdc-dialog__content, 
.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
    letter-spacing: normal !important;
}
.swal2-container {
    z-index: 9999 !important;
}

@media (min-width:1200px){
    .content-wrapper {
        padding: 4.5rem 2.5rem 1.5rem 4.5rem !important;
        /* max-height: calc(100vh);
        overflow-y: auto; */
    }
}
@media (max-width:767px){
    .content-wrapper {
        padding: 4.5rem 1.5rem 1.5rem 1.5rem !important;
    }    
    .cdk-overlay-pane {
        max-width: calc(100vw - 30px) !important;
        width: 100% !important;
    }    
}

@media (max-width:450px){
    .navbar .navbar-brand-wrapper {
        width: 180px;
        padding: 16px 18px;
    }
    .navbar .navbar-menu-wrapper {
        width: calc(100% - 180px);
    }
}

/* .mdi:before, .mdi-set {
    font-size: 26px !important;
} */

.cdk-overlay-container{
    z-index: 9999 !important;
}

.pagination a{
    text-decoration: none;
}

