/* Custom Style */
.action-icon-wrapper {
    text-align: center;
}

.action-icon-wrapper i {
    display: inline;
    font-size: 26px;
    margin: 0 auto 5px;
    color: #7081b9;
}

.navbar-custom {
    margin-left: 60px;
}

.page-wrapper .page-content-tab {
    width: calc(100% - 60px);
    padding-bottom: 70px;
}

/* Modules box menus style */
.menu-box-content {
    margin-bottom: -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.menu-box-content .menu-box {
    border: 1px solid #eceff5;
    border-radius: 5px;
    padding: 60px 0 60px 0;
    width: 240px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 16px;
    background-color: #fff;
    color: #5c5757;
}

.menu-box-content .menu-box-title {
    margin: 20px 0;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.2;
}

.menu-box-content .menu-box:hover {
    background-color: #0b51b7;
    color: #fff;
}

.menu-box-content .menu-box i {
    font-size: 50px;
}

.report-menu-box {
    justify-content: left !important;
}

.navbar-custom-menu .navigation-menu .nav-item .nav-link {
    font-size: 13px;
}

.auth-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/bg.jpg');
}

.btn-field-remove {
    margin-left: -7px;
}

.tbl-icon-edit,
.tbl-icon-view {
    padding-right: 6px;
    font-size: 18px;
}

.tbl-icon-delete {
    font-size: 18px;
}

.asms-body .card-body .dropdown .dropdown-menu-end a:hover {
    background-color: #0b51b7;
    /*#506ee4;*/
    color: #fff;
}

.mt-20 {
    margin-top: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

/* Make navigation-menu and module menu visible properly */
.navigation-menu {
    display: block;
}

.menu-box-content {
    margin-top: 30px;
}

#sales_column_chart {
    min-height: 10px !important
        /* max-width: 650px;
    margin: 35px auto; */
}

.dashboard-year-wrap {
    margin-right: 15px;
}

.font-45 {
    font-size: 45px;
}

.font-40 {
    font-size: 40px;
}

@media (min-width: 992px) and (max-width: 1760px) {
    .menu-box-content {
        margin-top: 80px;
    }

    .mt-80 {
        margin-top: 60px !important;
    }
}

.autocomplete-list {
    position: absolute;
    margin-top: -1rem;
    width: 94.5%;
    z-index: 999999;
    max-height: 200px;
    overflow-y: scroll;
}

.autocomplete-list .list-group div {
    background-color: #f9f9f9 !important;
}

.autocomplete-list .list-group .list-group-item:hover {
    background-color: #0b51b7 !important;
    color: #fff;
}

.tox-tinymce {
    border: 1px solid #e8ebf3 !important;
    border-radius: .25rem !important;
}

.modal-content .modal-body p,
.modal-content h4 {
    color: #030303;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.invalid-custom {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #ef4d56;
}

.selectr-option.selected {
    background-color: #8aabdf;
}

.invalid-feedback {
    display: block;
}

.is-selectr-invalid {
    width: 100%;
    border: 1px solid red !important;
    border-radius: 5px;
}

.table-responsive tr td.tbl-action-col {
    /* width: 95px !important; */
    text-align: center;
    white-space: nowrap;
}

.pi-section-data-grid .table-responsive tr td.tbl-action-col {
    width: 95px !important;
    text-align: center;
}

.custom-mr-5 {
    margin-right: 5px;
}

.cmt-25 {
    margin-top: 1.7rem !important;
}


/* PI labe's item styling  */
.pi-item-type {
    font-weight: bold;
    position: relative;
    padding-right: 10px;
    margin-right: 15px;
    margin-left: 10px;
}

.pi-item-type::before {
    position: absolute;
    content: ':';
    right: 3px;
    font-weight: bold;
}

/* building custom field css  */
@media (max-width: 576px) {
    .leftbar-tab-menu .main-icon-menu {
        width: 0px !important;
    }

    .page-wrapper .page-content-tab {
        padding: 0 0px 70px 0px;
    }

    .menu-box-content .menu-box {
        margin-right: 0;
    }

    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .xs-no-gutters {
        padding-left: 0px;
    }

    .xs-btn-pxy {
        padding: 7px 12px;
    }

    .custom-field-container {
        border: 1px solid #e7dfdf;
        margin-bottom: 15px;
        padding: 15px;
        padding-bottom: 0;
        border-radius: 10px;
    }

    .custom-field-del-btn {
        position: absolute;
        top: -72px;
        right: -42px;
    }

    .cmt-25 {
        margin-top: 0.25rem !important;
    }

    /* property inspection  */
    .pi--custom-field_container {
        border: 1px solid #e7dfdf;
        margin-bottom: 15px;
        padding-bottom: 12px;
        border-radius: 10px;
    }

    .pi-item-type {
        margin-left: 0px;
    }
}

@media (max-width: 576px) {
    .custom-content-group {
        justify-content: space-around;
        margin-top: 0 !important
    }

    .sm-pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 5px;
    }

    .report-menu-box {
        justify-content: center !important;
    }
}

@media (max-width: 991px) {
    .leftbar-tab-menu .main-icon-menu {
        width: 0px !important;
    }

    .leftbar-tab-menu .main-icon-menu .logo-metrica .logo-sm {
        display: none;
    }

    .main-icon-menu .thumb-sm {
        display: none;
    }

    /* mobile view scrolling issue  */
    .topbar .navigation-menu {
        max-height: 100vh;
    }

    .page-wrapper .page-content-tab {
        width: 100%;
        margin-top: 100px;
    }

    .cmt-25 {
        margin-top: 0.25rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1820px) {
    .topbar .navigation-menu>li>a {
        min-height: 40px;
    }
}

@media (min-width: 768px) {
    .sr-submit-btn {
        margin-top: 27px !important
    }
}

.company_overview p {
    font-size: 20px;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.corn-text-bg {
    background-color: #d2e4ed;
}

/* For remove number arrow */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.invalid-feedback {
    font-size: .87em;
}

.modal-body {
    max-height: calc(100dvh - 250px);
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    background-color: rgba(196, 196, 196, 0.502);
    width: 10px;
    border-radius: 20px;
}

/* scrollbar itself */
.modal-body::-webkit-scrollbar-thumb {
    background-color: #BEC8CC;
    border-radius: 16px;
    height: 15px;
}

.modal-body::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
}

.table-responsive .table th.tbl-action-col {
    text-align: center;
}

.table-responsive .table td.tbl-no-records {
    text-align: center;
}

.table-responsive a.disabled {
    pointer-events: none;
    /* And disable the pointer events */
    opacity: 0.6;
}

.navbar-custom .nav-linkk {
    padding: 0;
    color: #384a65;
    margin: 0 8px;
}

.navbar-custom-menu .navigation-menu .nav-item .nav-linkk.active {
    color: #2f6bf9;
}

.navbar-custom-menu .navigation-menu .nav-item .nav-linkk.active .menu-icon {
    color: #2f6bf9;
}