﻿/*for showing validation error message*/
.custom-alert {
    max-width: 320px;
    width: 100%;
    position: fixed !important;
    max-height: 100vh;
    z-index: 9999;
    pointer-events: none;
    right: 15px;
    top: 15px;
}

/* For Loader */
.secLoader {
    display: none;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 100 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .secLoader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* For adding the padding to the datatable pagination sections */

/*#divPagingHolder {
    padding: 8px 16px;
}*/




@media screen and (max-width: 990px) {
    .pagination {
    }
}


/* For adding the padding to the datatable pagination sections */

/*#divPagingHolder {
    padding: 8px 16px;
}

.paginate_btn {
    padding: 8px !important;
}*/






/* For responsive image */

@media (min-width:320px) {
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:480px) {
    /* smartphones, Android phones, landscape iPhone */
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:600px) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:801px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    .header-logo {
        height: 70px !important;
        width: auto !important;
    }

    .auth-logo {
        width: auto;
        margin-bottom: 30px;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */
    .header-logo {
        height: 70px !important;
        width: auto !important;
    }

    .auth-logo {
        width: auto;
        margin-bottom: 30px;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media screen and (min-width: 992px) {
    .pagination {
        float: right !important;
    }

    .app-header {
        height: 74px !important;
    }

    .app-header-menu .menu > .menu-item > .menu-link {
        width: auto !important;
        height: auto !important;
    }
}

@media (min-width:992px) {
    .app-header-menu .menu > .menu-item.here > .menu-link {
        background: #ffffff !important
    }
}
/**/
.app-header-menu .menu > .menu-item.show > .menu-link .menu-title {
    color: #854BFF;
}

.app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #854BFF;
}

.menu-state-dark .menu-item.here > .menu-link .menu-title {
    color: #854BFF;
}

.app-header-menu .menu > .menu-item.show > .menu-link .menu-title {
    color: #854BFF;
}

.app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
    color: #854BFF;
}

.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush) {
    border: 1px
}

.btn.btn-light {
    color: var(--bs-light-inverse);
    border-color: var(--bs-gray-300) !important;
    background-color: var(--bs-light);
}
.divDetailActionBorder {
    color: var(--bs-light-inverse);
    border-color: var(--bs-gray-300) !important;
    background-color: var(--bs-light);
}
.btn.btn-lg {
    --bs-btn-border-radius: 0.92rem !important;
}

.badge-light-warning {
    color: #FFA500;
    background-color: rgba(255, 165, 0, 0.2);
}