﻿html:has(body.container) {
    overflow-x: hidden;
}

.smart-style-4 header:not(:has(.widget-toolbar)) h2 {
    width: calc(100% - 60px) !important;
}

.passwordicon i {
    position: absolute;
    top: 45%;
    right: 25px;
    cursor: pointer;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: initial;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card {
    border: initial;
    background: #fff;
    border-radius: .75rem !important;
    border-radius: calc(.15rem - 1px);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
}

.dashboard_boxes.row, .dashboard_boxes .row {
    margin: 0;
}

a:hover {
    text-decoration: initial;
}

.card .card-body {
    padding: 1.75rem;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    color: #212121;
    transition: color .2s;
}

.download_tracker h1 {
    color: brown;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.download_tracker a {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 15px;
    background-color: initial !important;
    width: 100%;
}

.download_tracker p {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .01em;
}

.company_logo {
    display: flex;
    justify-content: start;
    align-items: center;
}

.fs-icon {
    font-size: 2.4em;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.ptr-cursor {
    cursor: pointer !important;
}

.field-validation-error {
    color: #b94a48 !important;
}

nav > ul > li > ul > li > a > i {
    margin-right: 5px !important;
}

#filterForm .row {
    margin-left: 0;
}

@media (min-width: 991px) {
    .company_logo {
        height: 50vh;
        justify-content: center;
    }
}

.remove-Plus-icon b {
    display: none;
}

.d-none {
    display: none !important;
}
/*pagination css*/
div.bottompagination ul.pagination li a[disabled] {
    cursor: not-allowed;
}

bottom-paginationcls .bottompagination ul.pagination li a[disabled] {
    cursor: not-allowed;
}

.bottom-paginationcls {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .bottom-paginationcls .right_part {
        display: flex;
        align-items: center;
    }

    .bottom-paginationcls .left_part {
        display: flex;
        align-items: center;
    }

    .bottom-paginationcls .numer_oftext {
        margin-left: 1rem;
    }

    .bottom-paginationcls select {
        width: auto;
    }

    .bottom-paginationcls .pagination {
        margin: 0;
        width: auto;
        overflow: visible;
        height: auto;
        padding: 0;
        margin-left: 1rem;
    }
/*------------- Custom Loader ----------------------*/
/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.truncate-text {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select.free_users {
    display: inline-block;
    margin-bottom: 5px;
}

.block_label {
    display: block;
}

.form-control.plan_type {
    height: 25px;
    padding: 3px 10px;
}

@media (max-width: 729px) {
    .smart-style-4 header .widget-toolbar:not(:has(.btn)) {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 50%;
    }

        .smart-style-4 header .widget-toolbar:not(:has(.btn)) .widget-toolbar {
            width: 100%;
        }
}

@media (max-width: 500px) {
    .smart-style-4 header .widget-toolbar:not(:has(.btn)) {
        width: 100%;
    }
}

/*audit log popup css*/
.auditLogs .mfp-iframe-holder .mfp-content {
    max-width: 1230px !important;
}

.auditLogs #main {
    margin-left: 0px !important;
}

.custom-action {
    min-width: 100px;
}

.btn-backto-superadmin {
    min-width: 220px;
}

.remove-bullet ul {
    list-style-type: none
}

.gray-border-right {
    border-right: none;
}

.gray-border-right-sm {
    border-right: none;
}

@media (min-width: 992px) {
    .gray-border-right {
        border-right: 1px solid #d3d3d3;
    }
}

@media (min-width: 768px) {
    .gray-border-right-sm {
        border-right: 1px solid #d3d3d3;
    }
}

.register-company-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.smart-style-4 .login-main .smart-form input[type="number"] {
    height: 56px !important;
    border: 2px solid #dfdfdf;
    border-radius: 12px !important;
}

.captcha-block {
    display: flex;
    align-items: end;
    gap: 12px;
}

    .captcha-block span {
        cursor: pointer;
    }

@media(max-width : 767px) {
    #manual-attendance-btn {
        margin-top: 0 !important;
    }
}

/*Login page Responsive logo css*/
@media (max-width: 575px) {
    #logo-group #logo .w-sm-250-important {
        width: 250px !important;
    }
}

/*Back to Super Admin changes*/
@media(max-width:979px) {

    .btn-backto-superadmin.btn-header > :first-child > a {
        display: inline !important;
        padding: 7px;
    }

    .btn-header.pull-right.btn-backto-superadmin {
        margin-top: 13px;
    }
}

@media(max-width:880px) {

    .btn-backto-superadmin.btn-header > :first-child > a {
        display: inline !important;
    }

    .btn-header.pull-right.btn-backto-superadmin {
        margin-top: 5px;
    }
}

/*Admin vutton css*/
@media (max-width: 425px) {
    section#top-right.admin-view {
        display: inline-block;
    }
}

/*Search reset button in admin view*/
@media(max-width:991px) {
    button.btn.btn-info.btn-sm.search-reset-btn {
        margin-top: 0px !important;
        margin-left: 13px !important;
        margin-bottom: 10px !important;
    }
}

/*Search reset button for company list in admin view*/
@media(max-width:1199px) {
    .company-search-reset {
        margin-top: 0px !important;
        margin-left: 13px !important;
        margin-bottom: 10px !important;
    }
}

.userName-th{
    white-space:nowrap;
}