﻿.pcoded-navbar .header-logo {
    background: #fff !important;
}

    .pcoded-navbar .header-logo a img.logo {
        width: 40px;
        height: 45px
    }

.mobile-menu span:after,
.mobile-menu span:before {
    background-color: #111 !important;
}

.btn-md {
    padding: 7px 15px !important;
}

.footer {
    border-top: 1px solid #dee2e6;
    bottom: 0;
    padding: 19px 12px 20px;
    position: fixed;
    right: 0;
    color: #6c757d;
    left: 264px;
    background: #f5f7fa;
    font-size: 13px;
    z-index: 999999 !important;
}

    .footer span {
        color: #6c757d !important;
    }

    .footer .links {
        display: flex;
        justify-content: flex-end;
        gap: 5px;
    }

    .footer a {
        text-decoration: none !important;
    }

@media (max-width: 992px) {
    .footer {
        left: 0;
    }
}

.pcoded-navbar .mobile-menu {
    width: 57px !important;
    padding: 0 !important;
}

    .pcoded-navbar .mobile-menu i.feather {
        flex: 1 !important;
        font-size: 20px !important;
        color: #333 !important;
    }

.page-header-text {
    color: #39465D;
    font-size: 32px;
}

div.header-line {
    border-bottom: 1px solid #e2e5e8;
    height: 3px;
    width: 100%;
}

div.tool-bar {
    border-top: 1.1px solid #e2e5e8;
    border-bottom: 1.1px solid #e2e5e8;
    padding-top: 4px;
    padding-bottom: 4px;
}


.form-control-md {
    padding: 4px 16px !important;
    height: 36px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
    margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 5px !important;
}



.input-group .form-control-md {
    padding: 4px 16px !important
}

.btn-med {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    margin: 0 !important;
}

.date-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    background: #fff;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1.1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding-right: 5px !important;
}

    .date-group .form-control {
        border: none !important;
        cursor: pointer;
    }

    .date-group i {
        color: #19BCBF;
        cursor: pointer;
    }

.search-input-group {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1.1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

    .search-input-group .form-control {
        border: none !important;
    }

    .search-input-group div {
        min-width: 30px;
        min-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.action-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
}

    .action-btn-wrap .btn-group {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.table-sm td, .table-sm th {
    padding: 0.5rem 0.75rem !important;
    font-size: 11px !important;
    color: #111;
}

.login_body {
    background: #FAFCFF !important;
}

.auth-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.input-group input[type=text] {
    border-left: none !important;
}

.input-group input[type=email] {
    border-left: none !important;
}

.input-group input[type=password] {
    border-right: none !important;
}



.input-group-text {
    border-right: none !important;
}

.input-group-password {
    border-left: none !important;
    border-right: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

.input-group input:focus {
    border: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
}

.dark-btn {
    background: #39465D !important;
    border-color: #39465D !important;
}

.auth-wrapper .card {
    border-radius: 15px !important;
}


.uploadzone {
    min-height: 150px;
    border: 1px solid #f1f1f1;
    background: #f4f7fa;
    padding: 20px;
    box-shadow: none;
    cursor: pointer;
}


select.classic {
    background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    select.classic:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
        border-color: grey;
        outline: 0;
    }


.pagination {
    --bs-pagination-font-size: 11px !important;
    --bs-pagination-padding-x: 12px !important;
}

.flex-button {
    display: flex;
    align-items: center;
    padding: 8px 13px;
    gap: 8px;
    cursor: pointer;
    border-radius: 3px;
}

.flex-button-primary {
    background: #19BCBF;
    color: #fff;
}

    .flex-button-primary:hover {
        color: #fff !important;
    }

.flex-button-defualt {
    background: #fff;
    color: #333;
}

.btn-download-icon {
    display: flex;
    border: 1px solid #EBECEF;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center
}

    .btn-download-icon i {
        font-size: 22px !important;
    }


.modal-backdrop {
    z-index: 909 !important;
}

.modal {
    z-index: 999 !important;
}

.modal-content {
    border-radius: 8px !important;
}
/*********Message box styless*/


.open-modal {
    font-weight: bold;
    background: steelblue;
    color: #fff;
    padding: .75rem 1.75rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.message-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in;
    z-index:9999 !important;
}

.message-modal-dialog {
    position: relative;
    width:400px;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 16px;
    background: #fff;
    overflow: auto;
    cursor: default;
}

    .message-modal-dialog > * {
        padding: 1rem;
    }

.message-modal p + p {
    margin-top: 1rem;
}


.message-modal.is-visible {
    visibility: visible;
    opacity: 1;
}

.message-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

    .message-modal-content .icon-wrap {
        height: 96px;
        width: 96px;
        border: 1.5px solid #EAECF0;
        border-radius:16px;
        display:flex;
        justify-content:center;
        align-items:center;
        margin-bottom:10px;
    }

        .message-modal-content .icon-wrap i{
            font-size:50px !important;
            /*font-weight:bold;*/
        }

    .message-modal-content h5 {
        margin:15px 0;
        color: #25282E;
        font-size:25px;
        margin-bottom:0;
    }

.message-modal-content p {
    color: #808080;
    font-size:16px;
    text-align:center;
    margin-bottom:40px !important;
}

.messageBoxButton {
    width: 300px;
    background: #39465D;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff !important;
}


/* SLIDE LEFT ANIMATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation="slideInOutLeft"] .message-modal-dialog {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s var(--bounceEasing);
}

[data-animation="slideInOutLeft"].is-visible .message-modal-dialog {
    opacity: 1;
    transform: none;
    transition-delay: 0.2s;
}

.actiontr {
    display: flex;
    gap:5px;
    width:70px;
    justify-content:center;
    align-items:center;
}

.editBtn, .viewBtn {
    display: flex;
    padding: 5px;
    border: 1px solid #e2e5e8;
    justify-content: center;
    align-items: center;
    border-radius:4px;
    cursor:pointer;
    text-decoration:none;
}
/*********End Message box styless*/
/**********Loader CSS*/
.lds-ring {
    background-color: #fff;
    border-radius: 40px;
    z-index: 2072;
}

    .lds-ring,
    .lds-ring div {
        box-sizing: border-box;
        z-index: 2072;
    }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #0c81fe;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #0c81fe transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/************ End Loader CSS*************/

table td.text-right{
    text-align:right !important;
}

.cookie-consent-backdrop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0.8
}

.cookies-container{
    opacity:1;
    background:#fefefe;
    padding:32px;
    position:absolute;
    left:5%;
    bottom:4%;
    width:550px;
    border-radius:8px;
    z-index:500;
}

    .cookies-container p {
        color: #333;
        font-size:15px;
    }

    .cookies-container .btn-wrap {
        display:flex;
        flex-direction:row;
        justify-content:flex-end;
        gap:15px;
        align-items:center;
    }

        .cookies-container .btn-wrap .accept {
            background: #00BEBF;
            color:#fff;
            padding:10px 60px;
            border-radius:4px;
            font-size:14px;
            border:none;
            outline:none;
        }

        .cookies-container .btn-wrap .reject {
            color: #344054;
            padding: 10px 60px;
            border-radius: 4px;
            font-size: 14px;
            border: 2px solid #EBECEF
        }

        .cookie-off{
            display:none;
        }

.view-card-header {
    background-color: transparent;
    border: 1px solid #e2e5e8;
    border-bottom:none !important;
    padding:10px 10px;
    background:#eee;
    border-radius:5px 5px 0 0;
}

.view-card-header p{
    margin:0;
    font-size:13px;
}

.view-card-body {
    border: 1px solid #e2e5e8;
    border-top: none !important;
    padding: 10px 10px;
}


.view-card-body p {
    margin: 0;
    font-size: 13px;
    color:#333;
}

.copy-wrap {
    display: flex;
    justify-content: flex-end;
}

    .copy-wrap i {
        font-size: 18px;
        margin-right: 4px
    }



.jconfirm .jconfirm-box {
    width: 450px !important
}
