﻿@charset "UTF-8";


body {
    font-family: 'Inter-Regular';
}

.logo-lg img {
    max-width: 90px;
}

.vertical-menu {
    background: #fff !important;
    border-top: 0px !important;
    /*border-top: 1px solid #e9e9e9 !important;*/
}

.marginbottom {
    margin-bottom: 14PX;
}

#page-topbar {
    background: #fff !important;
    border-bottom: 1px solid #e9e9e9;
}

.modal-body #pamtrail {
    padding-left: 0px;
    padding-right: 0px;
}

.dataTables_wrapper table tbody tr td .checkbox-custom {
    padding: 0px;
}

.btn-primary-font {
    font-family: 'Inter-Bold' !important;
}

.list-inline-item a {
    font-family: Inter-Regular;
    font-size: 0.85rem;
    line-height: 16px;
    color: #3C4049;
    letter-spacing: 0.2px;
    border-radius: 0px;
    margin-right: 0px;
    padding-right: 5px;
}

.form-check-input:checked {
    background-color: #1D90F4;
    border-color: #1D90F4;
}

.form-check-input[type="checkbox"] {
    border-color: #8DA5D3;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 9px !important;
    -webkit-padding-before: 7px;
}

.container_ssp {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    height: calc(100vh - 90px);
    position: relative;
}

.main-content.no-sidebar {
    margin-left: 0px !important;
}

.list-inline-item a span {
    font-family: Inter-Regular;
    font-weight: 500;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px !important;
}

ul.list-inline.title-tooltip.m-0.topMenu > li > a.active > span {
    background: #E2ECFF;
    padding: 5px 10px;
    font-family: Inter-Bold;
    color: #3C4049;
}

.filt-toggle .comm-select {
    width: 160px !important;
}

.filt-toggle .selectize-input {
    border: 1px solid #E1E1E1;
    height: 40px;
    padding-left: 12px;
    border-radius: 12px;
    color: #9BA6B6 !important;
    font-family: Inter-Regular;
    font-size: 12px;
}

    .filt-toggle .selectize-input.focus {
        border-color: #407FFF !important;
        border-radius: 12px;
        box-shadow: none;
    }


.selectize-input > input {
    font-family: Inter-Regular;
}

.filt-toggle .selectize-input.items.has-options {
    display: flex !important;
}




.select-primay .comm-select {
    width: 100% !important;
    max-width: 100% !important;
}

.select-primay .selectize-input {
    width: 100% !important;
    max-width: 100% !important;
}

.select-primay .selectize-input {
    border: 1px solid #E1E1E1;
    height: 40px;
    padding-left: 12px;
    border-radius: 12px;
    color: #9BA6B6 !important;
    font-family: Inter-Regular;
    font-size: 12px;
}


    .select-primay .selectize-input.focus {
        border-color: #407FFF !important;
        border-radius: 12px;
        box-shadow: none;
    }

    .select-primay .selectize-input.items.has-options {
        display: flex !important;
    }

.table-dropdowns .selectize-control .selectize-input {
    border: 0px !important;
    padding-right: 30px;
}

.selectize-input {
    box-shadow: none !important;
}

.table-dropdowns .selectize-control.single .selectize-input:after {
    font-size: 16px;
}

.selectize-input {
    max-width: 150px;
}

/* .table-dropdowns .full.has-items input{
width: auto !important;
} */










.selectize-control.single .selectize-input:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: "\f731";
    font: normal normal normal 1em/1 "Phosphor";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    color: #8DA5D3;
}

.comm-select .selectize-input .item {
    margin-top: 2px;
    color: #000;
}

.selectize-dropdown {
    box-shadow: 0px 0px 1px rgb(37 38 45 / 25%), 0px 2px 4px rgb(37 38 45 / 15%);
    border: 0px !important;
}

.selectize-dropdown-content .option {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 0px !important;
    cursor: pointer !important;
    font-size: 12px !important;
}

    .selectize-dropdown-content .option:hover {
        background-color: #E2F0FD;
        color: #1D90F4;
    }


.lower-bread.main-brdcrum a {
    font-family: 'Inter-medium';
    color: #000 !important;
}

.lower-bread {
    margin-bottom: 0px;
}

.main-brdcrum {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 18px;
}

.lower-bread a {
    font-weight: 400;
    font-family: 'Inter-Regular';
    font-size: 13px;
    color: #3C4049;
    display: flex;
    align-items: center;
    width: auto;
    cursor:pointer;
}

.lower-bread i {
    margin-left: 5px;
    margin-right: 5px;
    color: #8DA5D3;
}

.activeBreadcrum {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0px,0px,0px,0px !important;
}

.active-bred-c {
    font-family: Inter-Bold !important;
    color: #1D90F4 !important;
    padding-top: 2px;
}

a.active-bred-c > input {
    font-family: Inter-Medium;
    color: #1D90F4;
    cursor: default;
    display: flex;
    align-items: center;
    font-size: 13px;
    width: 425px;
}

.nk-block-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title {
    font-size: 16px;
}

.page-title {
    font-family: Inter-Bold;
    font-size: 16px;
    color: #25262D;
    margin-bottom: 0px;
}

.infotip {
    display: inline-block;
    margin-left: 10px;
}

.infotip {
    color: #8DA5D3;
}

.btn-primary {
    color: #fff !important;
    background-color: #1D90F4;
    border-color: #1D90F4;
    font-family: Inter-Bold !important;
    font-weight: 700 !important;
    height: 30px;
}

.btn-nowidth {
    width: inherit !important;
}

.btn-primary span {
    font-weight: 700 !important;
    font-family: 'Inter-Bold';
}


.btnwithheight {
    line-height: 0.25rem !important;
}


.btn, .dual-listbox .dual-listbox__button {
    display: inline-block;
    font-family: Inter-Medium;
    font-weight: 700;
    line-height: 1.25rem;
    color: #526484;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 13px;
    border-radius: 6px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    background-color: #1D90F4;
    color: #fff;
}

.btn, .dual-listbox .dual-listbox__button {
    position: relative;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
}

.signinbtn {
    border: 1px solid #1D90F4;
    width: 100%;
    padding: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 0px;
    background-color: #1D90F4;
    color: white;
    justify-content: center;
}


    .signinbtn:hover {
        border: 1px solid #1D90F4;
        width: 100%;
        color: #fff;
        background-color: #1D90F4;
    }

ul#navMenus {
    align-items: center;
}

.page-title {
    align-items: center;
    display: flex;
}

    .page-title i {
        color: #8DA5D3;
        margin-left: 10px;
    }

.add-policy i {
    margin-right: 6px !important;
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #185eed;
    border-color: #185eed;
}

input.form-control.form-control-sm.dtsearchbar {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    font-size: 13px;
    font-family: 'Inter-Regular';
}

div#manageaccounts-datatable_wrapper {
    margin-top: 24px;
}

    div#manageaccounts-datatable_wrapper .top.manage-ac-search {
        margin-bottom: 12px;
    }


.filt-drops {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    height: 40px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    color: #9BA6B6;
    font-family: 'Inter-Regular';
    font-size: 12px;
    font-weight: 400;
}

    .filt-drops i {
        font-size: 16px;
        color: #8DA5D3;
    }

.filt-drops-mains .dropdown-menu.dropdown-menu-end.show.profile {
    margin-right: 0px !important;
}


input.form-control {
    height: 35px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    color: #34333C;
    font-family: 'Inter-Regular';
    font-size: 12px;
    font-weight: 400;
}

::placeholder {
    color: #9BA6B6 !important;
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9BA6B6 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #9BA6B6 !important;
}

.label-filt {
    margin-right: 4px;
    color: #000000;
}

.filter-main {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: -38px;
}

.comm-filts {
    margin-right: 12px;
}

.btnpresetcutom {
    margin-bottom: 0px;
    height: 40px;
    font-family: 'Inter-Regular';
    font-size: 12px;
    font-weight: 400;
    padding-left: 28px;
    padding-right: 28px;
    color: #9BA6B6;
    margin-left: 0px !important;
}

    .btnpresetcutom:nth-child(1) {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border: 1px solid #E1E1E1;
        z-index: 0 !important;
    }


    .btnpresetcutom:nth-child(2) {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        border: 1px solid #E1E1E1;
    }

    .btnpresetcutom:checked {
        color: #1D90F4;
        background-color: #E2F0FD;
        border-color: #1D90F4 !important;
        font-family: 'Inter-Bold';
        font-weight: 700;
    }

    .btnpresetcutom:hover {
        color: #1D90F4;
        background-color: #E2F0FD;
        border-color: #1D90F4 !important;
    }

.btn.btn-outline-primary-singal {
    margin-bottom: 0px;
    height: 35px;
    font-family: 'Inter-Regular';
    font-size: 13px;
    font-weight: 400;
    padding-left: 28px;
    padding-right: 28px;
    color: #9BA6B6;
    margin-left: 0px !important;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #E1E1E1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0 !important;
}

.btn.btn-outline-primary-singal.active {
    color: #1D90F4 !important;
    background-color: #E2F0FD;
    border-color: #1D90F4 !important;
}

.filter-radio label.btn.btn-outline-primary {
    margin-bottom: 0px;
    height: 35px;
    font-family: 'Inter-Regular';
    font-size: 13px;
    font-weight: 400;
    padding-left: 28px;
    padding-right: 28px;
    color: #9BA6B6;
    margin-left: 0px !important;
    background-color: #fff;
}

    .filter-radio label.btn.btn-outline-primary:nth-child(2) {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border: 1px solid #E1E1E1;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 0 !important;
    }

    .filter-radio label.btn.btn-outline-primary:nth-child(4) {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border: 1px solid #E1E1E1;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .filter-radio label.btn.btn-outline-primary:nth-child(6) {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border: 1px solid #E1E1E1;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.filter-radio .btn-check:checked + .btn-outline-primary {
    color: #1D90F4;
    background-color: #E2F0FD;
    border-color: #1D90F4 !important;
    font-family: 'Inter-Bold';
    font-weight: 700;
}

.filter-radio .btn.btn-outline-primary.active {
    color: #1D90F4 !important;
    background-color: #E2F0FD;
    border-color: #1D90F4 !important;
}

.filter-radio label.btn.btn-outline-primary:hover {
    color: #1D90F4;
    background-color: #E2F0FD;
    border-color: #1D90F4 !important;
}

.btn-check:checked + .btn-outline-primary:focus:focus {
    box-shadow: none !important;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: none !important;
}




.filter-radio label.btn.btn-outline-primary-middle {
    margin-bottom: 0px;
    height: 35px;
    font-family: 'Inter-Regular';
    font-size: 13px;
    font-weight: 400;
    padding-left: 28px;
    padding-right: 28px;
    color: #9BA6B6;
    margin-left: 0px !important;
    margin-right: 0 !important;
    background-color: #fff;
}

.filter-radio label.btn-outline-primary-middle {
    border: 1px solid #E1E1E1;
}

.filter-radio .btn-check:checked + .btn-outline-primary-middle {
    color: #1D90F4;
    background-color: #E2F0FD;
    border-color: #1D90F4 !important;
    font-family: 'Inter-Bold';
    font-weight: 700;
}

.filter-radio label.btn.btn-outline-primary-middle:hover {
    color: #1D90F4;
    background-color: #E2F0FD;
    border-color: #1D90F4 !important;
}

.filter-radio .btn.btn-outline-primary-middle.active {
    color: #1D90F4 !important;
    background-color: #E2F0FD;
    border-color: #1D90F4 !important;
}

.btn-check:checked + .btn-outline-primary-middle:focus:focus {
    box-shadow: none !important;
}

.btn-check:focus + .btn-outline-primary-middle, .btn-outline-primary-middle:focus {
    box-shadow: none !important;
}


.ref-side a {
    color: #000000;
    font-size: 20px;
}

.label-filt {
    font-family: 'Inter-Bold';
    font-weight: 700;
}

.dropdown-menu.dropdown-menu-end.profile.show {
    box-shadow: 0px 0px 1px rgba(37, 38, 45, 0.25), 0px 2px 4px rgba(37, 38, 45, 0.15);
    border-radius: 4px;
    margin-top: -5px !important;
}

.comm-filts .dropdown-item {
    padding: 12px 8px;
    border-bottom: 0px !important;
}

.comm-filts .dropdown-menu {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.dropdown-item:hover {
    color: #1D90F4 !important;
    background-color: #E2F0FD !important;
}

div.dataTables_scrollHead table.dataTable > thead > tr {
    /*background: #f0f5ff;*/
    height: 34px !important;
}

div.dataTables_scrollHead table.dataTable {
    border-radius: 8px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

    div.dataTables_scrollHead table.dataTable th {
        background: #F0F5FF;
        color: #25262D;
        font-family: 'Inter-SemiBold';
        font-weight: 600;
        /*padding-top: 5.5px;
        padding-bottom: 5.5px;*/
        font-size: 13px;
        line-height: 19.5px;
    }

        div.dataTables_scrollHead table.dataTable th:first-child {
            border-top-left-radius: 8px !important;
        }

        div.dataTables_scrollHead table.dataTable th:last-child {
            border-top-right-radius: 8px !important;
        }

div.dataTables_scrollBody > table {
    border-radius: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom: 0px;
}

div.dataTables_scrollBody table > tbody > tr > td {
    height: 34px !important;
    padding: 0px 8px 0px 8px !important
}

div.dataTables_scrollBody table tr td {
    /*padding: 8px 12px !important;*/
    /*border-bottom: 1px solid #e7eaec;*/
    font-family: 'Inter-Regular';
    font-weight: 400;
    color: #25262D;
    font-size: 13px;
}

div.dataTables_scrollBody table > thead > tr {
    background: #f0f5ff;
    height: 0px !important;
}

.action-any a {
    color: #1D90F4;
}

/*{
    border-bottom: 0px solid #E1E1E1;
}*/

div.dataTables_scrollBody table tr:hover {
    background-color: #e2f0fd4d;
}

.dataTables_wrapper .bottom {
    border: 0px solid #E1E1E1;
    border-top: 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 17%);
}

.dataTables_wrapper .bottomdata {
    border: 0px solid #E1E1E1;
    border-top: 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 17%);
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.dataTables_wrapper .bottomdataborder {
    border: 0px solid #E1E1E1;
    border-top: 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 17%);
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

#divAssetWiseAccessType .bottom {
    border: none;
    border-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}


div#manageaccounts-datatable_paginate {
    position: absolute;
    right: 33px;
}

.dataTables_length strong {
    font-family: 'Inter-Regular';
    font-weight: 400;
    color: #3C4049;
}

.dataTables_info {
    font-family: 'Inter-Regular';
    font-weight: 400;
    color: #3C4049 !important;
}

select.form-select.form-select-sm {
    background-position: center right;
    border: 1px solid #DBE7FF !important;
    padding: 4px 16px !important;
    border-radius: 4px !important;
}

#manageaccounts-datatableno_wrapper .form-select {
    background-position: right 5px center !important;
    margin-right: 6px !important;
}

ul.pagination > li.disabled > a.page-link {
    background: none;
    color: #8DA5D3;
    border: 0px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0054ff;
    border-color: #E2ECFF;
    background: #E2ECFF;
    border-radius: 4px;
    color: #25262D;
    font-family: 'Inter-Bold';
}

.table-actionss {
    display: flex;
}


    .table-actionss a {
        margin: 3px 10px;
        border: 0px;
        font-size: 12px;
        font-family: 'Inter-Regular';
        color: #1D90F4;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .table-actionss a:hover {
            background: none !important;
            color: #1D90F4;
        }

.table-actionss {
    display: flex;
}

.tab-actions span {
    color: #8B8B8B;
}

.table-moreb {
    border: 0px !important;
    padding: 0px !important;
    padding-right: 0px !important;
    font-size: 17px !important;
    line-height: 15px !important;
    color: #8DA5D3 !important;
}

.tabl-drop-main {
    line-height: 12px;
}

.table-moreb i {
    padding: 6px !important;
    border-radius: 4px !important;
}

    .table-moreb i:hover {
        background: #E8ECF6 !important;
    }

.table-moreb:hover {
    color: #1D90F4 !important;
}


span.exmentry {
    display: block;
    line-height: 28px;
}

.common-td-row {
    height: 28px;
    display: flex;
    align-items: center;
}

.drop-tables a {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-bottom: 0px !important;
    font-size: 12px;
    font-family: 'Inter-Regular';
    color: #25262D;
}

    .drop-tables a:hover {
        color: #1D90F4 !important;
        background-color: #E2F0FD !important;
    }

.ddint {
    margin-top: 0px !important;
}

.mod-colmn {
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding: 12px;
    border: 0.5px solid #fff0;
}
.mod-colmn-full {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 12px;
    border: 0.5px solid #fff0;
}

    .mod-colmn-full:hover {
        border-radius: 4px;
        border: 0.5px solid #D1DDF5;
        background: #FAFCFF;
        opacity: 1;
    }

.app-showns.show {
    background: #E2ECFF;
    padding: 6px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-top: 0px !important;
    padding-bottom: 3px !important;
    border-radius: 8px;
    border: none;
    height: 30px;
}

.app-showns {
    padding: 6px !important;
    padding-top: 0px !important;
    margin-right: 10px !important;
}

.mod-colmn:hover {
    border-radius: 4px;
    border: 0.5px solid #D1DDF5;
    background: #FAFCFF;
    opacity: 1;
}

.mod-colmn img {
    margin-right: 10px;
}

.mod-colmn-full img {
    margin-right: 10px;
}

.mod-names h3 {
    font-size: 14px;
    color: #25262D;
    font-family: 'Inter-Bold';
    font-weight: 600;
    margin-bottom: 4px;
}

.mod-names p {
    color: #3C4049;
    font-size: 12px;
    font-family: 'Inter-Regular';
    line-height: 16px;
   
}
    .mod-names p a {
        display: block;
    }
.inner-mod-row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    max-width: 600px;
}

@media (max-width: 620px) {
    .mod-colmn {
        width: 100%;
    }

    .margin-right-offset {
        margin-right: 7.3%;
    }
}






#sidebar-menu ul li a {
    border-radius: 10px !important;
}

li > a.has-arrow > span {
    font-family: Inter-Regular;
    font-weight: 400;
}

li.mm-active > a span {
    font-family: Inter-Bold !important;
}

.sub-menu.mm-collapse.mm-show .mm-active {
    font-family: 'Inter-Bold';
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #1D90F4;
}

.mobmen {
    display: none;
}

.mob-filter {
    display: none;
}

.page-content {
}

.selectBox {
    border: 1px solid #ccc;
    position: relative;
    padding: 12px 24px;
    cursor: pointer;
    left: 0 !important;
}

.selectBox__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.selectBox:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: "\f731";
    font: normal normal normal 1em/1 "Phosphor";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    text-transform: none;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.selectBox.filt-drops.active .selectBox__value {
    color: #25262D;
}

.selectBox .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
}

.selectBox.show {
    background-color: #fff;
}

    .selectBox.show:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .selectBox.show .dropdown-menu {
        transition: all 0.3s ease-in-out;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0);
        left: 0 !important;
    }


.parenttab.nav-pills .nav-link {
    background: #F9FCFF;
    border: 1px solid #E1E1E1;
    border-left: 0px;
    border-radius: 0px;
    font-size: 13px;
    font-family: Inter-Regular;
    color: #474747;
}


    .parenttab.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #1D90F4;
        border: 1px solid #E1E1E1;
        border-radius: 0px;
        border-left: 0px;
        font-family: Inter-Bold;
        color: #fff;
    }

.firstchild {
    border-left: 1px solid #E1E1E1 !important;
}


.child .nav-link.active {
    background: none;
    color: #25262D;
    font-family: 'Inter-Regular';
    border-bottom: 3px solid #1D90F4;
}

.child .nav-link {
    font-size: 13px;
    border-radius: 0px !important;
    font-family: Inter-Regular;
    border-bottom: 1px solid #DBE7FF;
    margin-right: 0px;
}

.child-container {
    border: 1px solid #E1E1E1;
    padding: 12px 8px;
    margin-top: -1px;
    height: calc(100vh - 220px);
    overflow-y: auto;
    overflow-x: hidden;
}

.child-container-noheight {
    border: 1px solid #E1E1E1;
    padding: 12px 8px;
    margin-top: -1px;
}

.child-container-asset-securitysettings {
    border: 1px solid #E1E1E1;
    padding: 12px 8px;
    margin-top: -1px;
    overflow-y: auto;
    overflow-x: hidden;
}

.child-container-mfa {
    height: calc(100vh - 287px) !important;
}

.child-container-dv {
    height: calc(100vh - 237px) !important;
}

.child-container-inner-dv {
    height: calc(100vh - 420px) !important;
}

.child-container-underlinedtab {
    height: calc(100vh - 310px) !important;
}

.child-container-inner-dv-withdt {
    height: calc(100vh - 210px) !important;
}

.child-container-inner-SCT-withdt {
    height: calc(100vh - 230px) !important;
}

.child-container-rm {
    height: calc(100vh - 385px) !important;
}

#manageaccounts-datatableno_wrapper {
    box-shadow: #0000000f 0 0 4px 2px;
    border-radius: 10px;
}

div.dataTables_scrollHead table.dataTable {
    margin-top: 0px !important;
}

.selectBox.filt-drops.table-drop {
    padding: 0px;
    border: 0px;
    width: auto;
    padding-right: 30px;
    color: #25262D !important;
}

.selectBox.table-drop:after {
    color: #CCD5E8 !important;
    font-size: 14px;
}


.table-input {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    height: 30px;
    padding-left: 12px;
    width: auto;
}

.trash-tab {
    color: #8DA5D3;
    font-size: 20px;
}

#manageaccounts-datatableno_wrapper table tr:hover {
    background: none !important;
}

.table-switch .form-switch .form-check-input:checked {
    background-color: #8DA5D3 !important;
    border-color: #8DA5D3 !important;
}

.add-th {
    color: #1D90F4;
    font-size: 20px;
    display: block !important;
    line-height: 10px !important;
}

.form-label {
    font-family: 'Inter-Bold';
    font-size: 14px;
    line-height: 17px;
    color: #25262D;
    border-bottom: 2px solid #1D90F4;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.form-data-label {
    color: #25262D;
    font-weight: 600;
    font-family: Inter-Regular;
    font-size: 12px;
    padding-top: calc(0.47rem + 1px);
    padding-bottom: calc(0.47rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.prim-input {
    display: inline-block;
    width: 70% !important;
    font-size: 14px !important;
    color: #25262D;
}

.inner-grp label {
    width: 90px;
    font-family: Inter-Regular;
    font-size: 12px;
    color: #25262D;
    margin-bottom: 0px !important;
}

.inner-grp {
    display: flex;
    align-items: center;
}

.checkbox-side label {
    font-family: Inter-Bold;
    font-size: 14px;
    color: #25262D;
}

.inner-grp .selectBox {
    width: 70% !important;
    font-size: 12px !important;
    display: inline-block;
    padding-top: 9px;
}

.form-row {
    display: flex;
    margin-bottom: 16px;
}

.form-sm-col {
    width: 10%;
    margin-right: 20px;
}

.form-bords {
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    padding: 12px;
    padding-bottom: 0px;
}

.form-md-col {
    width: 30%;
    margin-right: 20px;
}

.form-lg-col {
    width: 50%;
}

.filelabel {
    width: 100% !important;
    font-size: 12px;
    background: #fff;
    text-align: center;
    border: 1px solid #1D90F4;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-family: Inter-Bold !important;
    cursor: pointer;
}

    .filelabel i {
        font-size: 20px;
        color: #1D90F4;
        margin-right: 10px;
    }


.btn-secondary {
    background: none;
    border: 1px solid #1D90F4;
    color: #1D90F4 !important;
    font-family: Inter-Bold !important;
}

    .btn-secondary:hover {
        background: none;
        border: 1px solid #1D90F4;
        color: #1D90F4 !important;
        font-family: Inter-Bold !important;
    }

.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: DodgerBlue;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.select-items {
    position: absolute;
    top: 38px;
    width: 100%;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

.select-selected.selectBox.filt-drops {
    border: 1px solid #E1E1E1;
    background: none;
    color: #9BA6B6;
    font-family: 'Inter-Regular';
    width: 100%;
}

.select-selected:after {
    border: 0px solid transparent;
    border-color: #fff transparent transparent transparent;
    content: "\f731";
    font: normal normal normal 1em/1 "Phosphor";
    color: inherit;
    flex-shrink: 0;
    speak: none;
    font-size: 18px;
    color: #8DA5D3;
}

.select-selected.select-arrow-active:after {
    top: 30%;
    transform: rotate(180deg);
}

.select-items {
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    color: #16181b;
    border-radius: 4px;
}


    .select-items div, .select-selected {
        color: #16181b;
        padding: 12px 8px;
        border: 0px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        font-size: 12px;
        user-select: none;
        font-family: 'Inter-Regular';
    }

        .select-items div:hover {
            color: #1D90F4 !important;
            background-color: #E2F0FD !important;
        }

.same-as-selected {
    color: #1D90F4 !important;
    background-color: #E2F0FD !important;
}

.topbar-social-icon .list-inline-item b:after {
    font-size: 12px !important;
    right: -1px !important;
}

.topbar-social-icon .list-inline-item span {
    font-size: 13px !important;
}


input:focus {
    border-color: #407FFF !important;
}

input:focus-visible {
    border-color: #407FFF !important;
    outline: none;
}

textarea:focus {
    border-color: #407FFF !important;
}

span.select2-selection.select2-selection--single:focus-visible {
    border-color: #407FFF !important;
    outline: none;
}

table.dataTable > tbody > tr {
}

table.dataTable {
    margin-bottom: 0px !important;
}

div.dataTables_wrapper > table > tbody tr:first-child td {
}

.dataTables_wrapper tr td {
    padding: 8px 8px !important;
}

.dataTables_wrapper tr:last-child td {
    border-bottom: 0px solid #E1E1E1 !important;
}

.table-switch .form-check-input[type="checkbox"] {
    border-radius: 10px;
}

.datatable-withsearch thead tr {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .datatable-withsearch thead tr th:first-child {
        border-top-left-radius: 8px;
    }

    .datatable-withsearch thead tr th:last-child {
        border-top-right-radius: 8px;
    }

.datatable-withsearch thead {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


table.datatable-withsearch {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 17%);
    overflow:hidden;
}

table.datatable-withsearch-withoutborder {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 17%);
    overflow: hidden;
}

table.dataTables-attributes {
    /*border: 0px;*/
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 17%);
}

table.dataTables-attributes-dependency {
    /*border: 0px;*/
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 17%);
}

div.dataTables_wrapper > .table.dataTables-attributes > tbody tr:last-child td {
    border-bottom: 0 !important;
}

div.dataTables_wrapper > .table.dataTables-attributes > thead > tr > th {
    border-top: 0 !important;
}

table.dataTables-attributes-withborder {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 17%);
    margin-bottom: 0 !important;
}

div.dataTables_wrapper > .table.dataTables-attributes-withborder > tbody tr:last-child td {
    border-bottom: 0 !important;
}

div.dataTables_wrapper > .table.dataTables-attributes-withborder > thead > tr > th {
    border-top: 0 !important;
}




.datatable-withoutsearch thead tr {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .datatable-withoutsearch thead tr th:first-child {
        border-top-left-radius: 8px;
    }

    .datatable-withoutsearch thead tr th:last-child {
        border-top-right-radius: 8px;
    }

.datatable-withoutsearch thead {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


table.datatable-withoutsearch {
    border: 0px;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: 0px -2px 3px rgb(0 0 0 / 17%);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #1D90F4;
    border-color: #1D90F4;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #2c90f4 !important;
    box-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
}

.dataTable.collapsed tr td:first-child {
    padding-left: 28px !important;
}

table.dataTable {
}


/* .table-dropdowns .comm-select{
min-width: 120px !important;
width: 100% !important;
}

.table-dropdowns .selectize-input{
min-width: 120px !important;
} */

.table-dropdowns .selectize-input {
    padding-left: 0px !important;
}

.w-70 {
    width: 70%;
}


table span.select2-selection.select2-selection--single {
    height: 30px;
}

table .select2-selection__rendered {
    line-height: 28px !important;
}

table .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.ddint span.select2-selection.select2-selection--single {
    height: 30px;
}

.ddint .select2-selection__rendered {
    line-height: 28px !important;
}

.ddint .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

/* responsive */

@media (max-width: 1270px) {

    input.form-control {
        width: 100% !important;
    }

    .filter-radio label.btn.btn-outline-primary {
        padding-left: 8px;
        padding-right: 8px !important;
    }

    .filt-drops {
        width: 110px;
    }

    .list-inline-item a {
        font-size: 11px;
        padding: 2px 10px !important;
    }

    .dataTable.collapsed tr td:first-child {
        padding-left: 28px !important;
    }
    /*
.dataTable.collapsed tr th{
display: none !important;
}

.dataTable.dtr-inline tr th{
display: none !important;
} */

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        background-color: #2c90f4 !important;
        box-shadow: none !important;
        color: #fff !important;
        opacity: 1 !important;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        width: 100%
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li {
            padding-bottom: 12px;
        }
}




@media (max-width: 1080px) {

    .filt-toggle .comm-select {
        max-width: 100% !important;
        width: 100% !important;
    }

        .filt-toggle .comm-select .selectize-input {
            max-width: 100% !important;
        }

    .page-content {
    }

    ul#navMenus {
        display: unset !important;
        position: absolute !important;
        top: 16px !important;
        background: none !important width: 100% !important;
        left: -10px !important;
        box-shadow: none !important;
        border-radius: 4px !important;
        display: flex !important;
        justify-content: flex-end !important;
        left: -105px !important;
    }

    .mobmen {
        display: block;
    }

    .webmoenu {
        display: none;
    }

    .list-inline-item a {
        padding: 2px 7px !important;
    }

    ul.list-inline.title-tooltip.m-0.topMenu > li > a.active > span {
        background: #E2ECFF;
        padding: 3px 8px;
        font-family: Inter-Bold;
        color: #3C4049;
        padding-top: 5px;
    }

    .vertical-menu {
        margin-top: 0px;
        padding-top: 10px;
    }

    .ddint {
        display: block;
    }

    button#page-header-notifications-dropdown {
        padding-left: 10px;
        padding-right: 5px;
    }

    div.dataTables_scrollBody table tr td {
        /*padding: 8px 4px !important;*/
    }

    .table-actionss a {
        margin: 0 4px;
    }


    .mob-filter {
        display: block;
    }

        .mob-filter input {
            display: none;
        }

    #divFilterMain {
        display: none;
    }

    .filter-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .comm-filts {
        margin-right: 0px !important;
        margin-bottom: 8px;
        width: 100%;
    }

    .filt-drops-mains {
        width: 100%;
    }

    .filt-drops {
        width: 100%;
    }

    input.form-control {
        width: 100%;
    }

    div#divFilterMain {
        position: absolute;
        background: #fff;
        width: 71%;
        z-index: 9;
        padding: 11px;
        box-shadow: 0px 0px 1px rgba(37, 38, 45, 0.25), 0px 2px 4px rgba(37, 38, 45, 0.15);
    }

    .filter-radio .btn-group {
        width: 100%;
    }

    .filter-radio label {
        text-align: center !important;
        width: 100%;
        display: block;
    }

    .ref-side {
        position: absolute;
        right: 15px;
    }

    div#manageaccounts-datatable_wrapper {
        margin-top: 0px;
    }

    .filter-main {
        margin-bottom: 0px !important;
        margin-top: 54px;
    }

    .mob-filter {
        margin-bottom: -50px;
        margin-top: 30px;
        font-size: 22px;
    }

        .mob-filter label {
            width: 40px;
            height: 40px;
            background: #E2F0FD;
            padding-left: 9px;
            padding-top: 6px;
            border-radius: 8px;
            color: #595959;
        }

    button#vertical-menu-btn {
        margin-top: -35px;
    }

    .navbar-brand-box {
        margin-left: 0px !important;
    }
}


@media (max-width: 880px) {

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        transform: scale(1.25);
    }

    select.form-select.form-select-sm {
        padding: 4px 11px !important;
        padding-right: 14px !important;
    }


    .mobmen {
        display: block;
    }

    .webmoenu {
        display: none;
    }

    .logo-sm img {
        max-width: 85px;
    }

    .mbmenu i {
        padding-top: 0px !important;
    }

    .mbmenu {
        position: absolute;
        top: 0px;
        left: 5px;
    }

    .navbar-brand-box {
        margin-left: 35px;
        padding-right: 4px;
    }

    .vertical-menu {
        transition: transform 450ms ease, width 450ms ease;
    }

    .footer {
        padding-left: 20px;
    }

    body.sidebar-enable .vertical-menu {
        z-index: 100000;
    }

    .sidebar-enable .page-content:after {
        content: "";
        background: #00000052;
        height: 100vh;
        width: 97%;
        position: absolute;
        z-index: 10;
        top: 0;
    }



    ul#navMenus {
        top: 69px !important;
        left: -15px !important;
        background: #FAFAFA !important;
    }



    button#vertical-menu-btn {
        margin-top: -20px;
    }

    .form-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .form-md-col {
        width: 47%;
        margin-bottom: 8px;
        padding-left: 6px;
    }

    .form-sm-col {
        width: 100%;
        margin-bottom: 8px;
        padding-left: 6px;
    }

    .two-side-btn {
        flex-direction: row;
    }

    .prim-input {
        font-size: 12px !important;
    }

    .page-content {
    }
}



@media (max-width: 660px) {

    /*.modal-fullscreen .modal-content {
        height: calc(100vh - 90px) !important;
    }*/

    .navbar-brand-box {
        margin-left: 0px;
    }

        .navbar-brand-box .logo-dark span.logo-sm > img {
            max-width: 80px;
        }

    .noti-icon .badge {
        right: 0px;
    }

    .mbmenu {
        position: relative !important;
        margin-top: 0px !important;
    }

    .d-flex.noti-log {
        padding-right: 0px;
    }

    header {
        box-shadow: 0 2px 4px rgb(126 142 177 / 10%);
    }

    .navbar-header {
        box-shadow: none !important;
        padding-right: 0px !important;
    }

    ul#navMenus {
        display: unset !important;
        position: absolute !important;
        top: 48px !important;
        background: #FAFAFA !important;
        width: 100% !important;
        left: -10px !important;
        box-shadow: none !important;
        border-radius: 4px !important;
        display: flex !important;
        justify-content: flex-end !important;
        left: -10px !important;
    }

    .mobmen {
        display: block;
    }

    .webmoenu {
        display: none;
    }

    .list-inline-item a {
        padding: 2px 7px !important;
    }

    ul.list-inline.title-tooltip.m-0.topMenu > li > a.active > span {
        background: #E2ECFF;
        padding: 3px 8px;
        font-family: Inter-Bold;
        color: #3C4049;
        padding-top: 5px;
    }

    .vertical-menu {
        margin-top: 42px;
        padding-top: 10px;
    }

    .ddint {
        display: block;
    }

    button#page-header-notifications-dropdown {
        padding-left: 10px;
        padding-right: 5px;
    }

    div.dataTables_scrollBody table tr td {
        /*padding: 8px 4px !important;*/
    }

    .table-actionss a {
        margin: 0 4px;
    }


    .mob-filter {
        display: block;
    }

        .mob-filter input {
            display: none;
        }

    #divFilterMain {
        display: none;
    }

    .filter-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .comm-filts {
        margin-right: 0px !important;
        margin-bottom: 8px;
        width: 100%;
    }

    .filt-drops-mains {
        width: 100%;
    }

    .filt-drops {
        width: 100%;
    }

    input.form-control {
        width: 100%;
    }

    div#divFilterMain {
        position: absolute;
        background: #fff;
        width: 93%;
        z-index: 9;
        padding: 11px;
        box-shadow: 0px 0px 1px rgba(37, 38, 45, 0.25), 0px 2px 4px rgba(37, 38, 45, 0.15);
    }

    .filter-radio .btn-group {
        width: 100%;
    }

    .filter-radio label {
        text-align: center !important;
        width: 100%;
        display: block;
    }

    .ref-side {
        position: absolute;
        right: 15px;
    }

    div#manageaccounts-datatable_wrapper {
        margin-top: 0px;
    }

    .filter-main {
        margin-bottom: 0px !important;
        margin-top: 54px;
    }

    .mob-filter {
        margin-bottom: -50px;
        margin-top: 30px;
        font-size: 22px;
    }

        .mob-filter label {
            width: 40px;
            height: 40px;
            background: #E2F0FD;
            padding-left: 9px;
            padding-top: 6px;
            border-radius: 8px;
            color: #595959;
        }

    div#manageaccounts-datatable_wrapper .top.manage-ac-search {
        margin-bottom: 0px;
    }

    input[type="checkbox"]:checked + label {
        color: #fff;
        background: #1D90F4;
    }


    div#manageaccounts-datatable_info {
        margin-left: -8px;
        margin-top: -6px;
    }

    .parenttab {
        flex-wrap: nowrap;
        width: 100%;
    }

        .parenttab .nav-item {
            width: 20%;
        }

            .parenttab .nav-item input {
                width: 100%;
                font-size: 11px !important;
                height: 100%;
                padding-left: 5px;
                padding-right: 5px;
                word-break: break-word;
            }

    .page-content {
    }

    .child .nav-link {
        line-height: 16px !important;
        font-size: 11px;
        height: 100%;
    }

    ul.nav.nav-pills.mb-3.child li {
        width: fit-content;
    }

    ul.nav.nav-pills.mb-3.child {
        display: flex;
        flex-wrap: nowrap;
    }

    a.add-th {
        display: block;
    }

    .form-row {
        flex-direction: column;
    }

    .form-md-col {
        width: 100%;
        margin-bottom: 8px;
        padding-left: 6px;
    }

    .form-sm-col {
        width: 100%;
        margin-bottom: 8px;
        padding-left: 6px;
    }

    .two-side-btn {
        flex-direction: row;
    }

    .policy-table > thead > tr > th:not(.sorting_disabled), .policy-table > thead > tr > td:not(.sorting_disabled) {
        padding-right: 20px !important;
    }

    button#vertical-menu-btn {
        margin-top: -7px !important;
        margin-left: 0px !important;
        z-index: 1000;
    }
}






@media (max-width: 400px) {

    .app-showns {
        margin-right: 0px;
    }

    .navbar-brand-box .logo-dark span.logo-sm > img {
        max-width: 75px;
    }

    span.dtr-data button {
        margin-right: 10px;
        margin-left: 10px;
        border: 0px !important;
    }
}


/* pramodcss */


/*.modal-fullscreen .modal-content {
    height: calc(100vh - 90px) !important;
}*/


.form-check-input {
    font-size: 13px;
}

.modal-header {
    width: 95%;
}

.col-form-label {
    color: #25262D;
    font-weight: 600;
    font-family: 'Inter-Medium';
    font-size: 13px;
}

.col-form-label-data {
    color: #25262D;
    font-weight: 600;
    font-family: 'Inter-Medium';
    font-size: 13px;
    padding-bottom: calc(0.47rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.label_form {
    color: #25262D;
    font-weight: 400;
    font-size: 13px;
    padding-top: calc(0.47rem + 1px);
    padding-bottom: calc(0.47rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #1D90F4;
    border-color: #1D90F4;
}

.form-check-input[type="checkbox"] {
    /* border-radius: 0.25em; */
}

.modal-content-data {
    margin-top: -75px;
    margin-left: -15px;
    width: 102%;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.3em;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

table .form-check-input {
    /*border: none;*/
}

.col-form-labeltext {
    font-weight: 300;
    font-size: 13px;
}

.FormatRadioButtonList label {
    margin-right: 50px;
}

label.pagetitleheader {
    font-weight: 600;
    font-size: 15px;
    color: #1D90F4;
    width: auto;
    padding-bottom: 0px;
    padding-top: 10px;
    /*text-transform: uppercase;*/
    padding-right: 20px;
}

    label.pagetitleheader > span {
        color: #a6a6a6 !important;
    }

.form-check-input {
    font-size: 13px;
    border-radius: none;
}

    .form-check-input[type="checkbox"] {
        border-radius: 0px;
    }

.date-wise {
    max-width: 500px;
    padding: 2%;
}

.custom-control-group {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -0.375rem;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    padding-left: 2rem;
}

.choise-btns {
    background: #FFFFFF;
    border: 1px solid #DBE7FF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3C4049;
    font-family: 'Inter-Regular';
    padding: 0px 0px;
    width: 32px;
    height: 30px;
    text-align: center !important;
    display: block !important;
    padding-top: 6px !important;
    margin-left: 5px !important;
    margin-bottom: 3px !important;
}

.btn,
.dual-listbox .dual-listbox__button {
    position: relative;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
}

.choise-btns:hover {
    background: #E6EEFF;
    border: 1px solid #E6EEFF;
    color: #3C4049;
}

.custom-control {
    z-index: 1;
    display: inline-flex;
    min-height: 1.5rem;
    padding: 2px;
}

.line {
    border: 2px solid blue;
    width: 26%;
    background-color: #1D90F4;
    margin-left: 2%;
    margin-top: -3px;
    z-index: 10000;
}


.modal-header {
    width: 100%;
    padding-right: 30px;
    padding-left: 20px;
    padding-bottom: 0px;
}

.form-check-label {
    color: #25262D;
    font-family: Inter-Regular;
}


.parenttab.nav-pills .nav-link {
    background: #F9FCFF;
    border: 1px solid #E1E1E1;
    /* border-left: 0px; */
    border-radius: 0px;
    font-size: 13px;
    font-family: Inter-Regular;
    color: #25262D;
}


.btn.cancelbtn {
    border: 1px solid #1D90F4;
    color: #1D90F4 !important;
    width: 120px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 13px;
    font-family: Inter-Medium;
    display: inline-block;
    margin-right: 0px;
    margin-left: 6px;
}

.btn.submitbtn {
    border: 1px solid #1D90F4;
    background-color: #1D90F4 !important;
    color: #fff !important;
    width: 120px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 13px;
    font-family: Inter-Medium;
    display: inline-block;
    margin-left: 6px;
    margin-right: 0px;
}

.Any {
    margin-top: 3px;
    margin-left: 10px;
}

.AnyCheckbox {
    margin-top: 3px;
}

.modal-title {
    color: #000;
    font-weight: 600;
    margin-left: -2px !important;
    font-family: 'Inter-Bold';
}

.modal-fullscreen .modal-content {
    /*height: 683px;*/
    border: 0;
    border-radius: 0;
    margin-top: -70px;
    /*margin-left: -15px;*/
    width: 100%;
}

.modal-edit-body .modal-content {
    padding-left: 1.50rem !important;
    padding-right: 1.50rem !important;
}

.modal-edit-body .modal-body {
    padding: 0px !important;
    padding-bottom: 18px !important;
    padding-left: 2px !important;
    padding-right: 9px !important;
}

.modal-edit-body .modal-header {
    padding: 0px !important;
    margin: 0px !important;
    padding-top: 1rem !important;
}

.modal-footer {
    padding-bottom: 0.50rem;
    padding-top: 0.50rem;
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231D90F4'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked[type="radio"] {
    background-color: #fff;
}

.form-check-input:focus {
    border-color: #1D90F4 !important;
}

.madal-page-cont {
    margin-top: 18px;
}

.modal-title {
    border-bottom: 2px solid #1D90F4;
    padding-bottom: 7px;
    font-size: 15px;
}

.modal {
    background: #0000003b;
    margin-top: 66px;
    z-index:99 !important;
    position:fixed;
}

.clockpicker.time {
    padding-left: 40px;
    font-size: 13px;
}

.timepkr i {
    font-size: 22px;
    color: #9BA6B6;
    position: absolute;
    left: 24px;
    top: 10px;
}

.timepkr input {
    margin-left: 0px !important;
}

.modal-backdrop ~ .modal {
    background: #0000003b;
    margin-top: 66px;
    z-index: 1050 !important;
    position: fixed;
}

div#modalAlert2.modal {
    background: #0000003b;
    margin-top: 66px;
    z-index: 1050 !important;
    position: fixed;
}



/* pramond-media */


@media (max-width: 1080px) {
    .manageaceditfs {
        width: 100% !important;
    }

    .modal-open .modal {
        margin-top: 110px;
    }

    /* .modal-fullscreen .modal-content {
        height: calc(100vh - 110px) !important;
    }*/
}

@media (max-width: 820px) {
    .modal-fullscreen .modal-content {
        /*height: 1110px;*/
        border: 0;
        border-radius: 0;
        margin-top: -70px;
    }

    .account-3 {
        width: 100%;
    }


    .filt-drops {
        width: 334px;
        margin: 4px;
    }
    /*.account{display-flex: 0;
    flex-direction: column;}*/
    .account-1 {
        display: flex;
        flex-direction: column;
    }

    .account-2 {
        /* width: 281px; */
        margin: 4px;
        display: contents;
    }


    .account-3 {
        display: flex;
        flex-direction: column;
    }
}



@media (max-width: 768px) {


    .pol-name .account-3 {
        margin-bottom: 12px !important;
    }
}



@media (max-width: 660px) {
    input[type="checkbox"]:checked + label {
        color: #000;
        background: white;
    }

    .modal-title {
        color: #000;
        font-weight: 600;
        margin-left: -21PX;
        font-family: 'Inter-Bold';
    }

    #editModalFullscreen {
        margin-top: 101px;
    }
}


@media (max-width: 660px) {
    .select2row {
        display: flex;
        flex-direction: column;
    }

    .new {
        display: none;
    }

    .filt-drops {
        width: 100%;
        margin: 4px;
    }

    .modal-title {
        margin-bottom: 0px;
        margin-top: 10px !important;
    }

    .max-sess .col-md-3.pe-1 {
        margin-bottom: 12px;
    }


    /* .modal-fullscreen .modal-content {
    height: 667px;
    border: 0;
    border-radius: 0;
    margin-top: -51px;*/
}

@media (max-width: 660px) {
    /*.modal-fullscreen .modal-content {
    height: 667px;
    border: 0;
    border-radius: 0;
    margin-top: -24px;*/
}


.checkbox-custom tr td {
    padding: 0px !important;
}

.modal-popup-thirdchild {
    margin-top: 0px !important;
    top: -70px !important;
    /*left: -15px !important;*/
    height: 100vh !important;
    /*z-index: 99999;*/
    z-index: 100 !important;
    width: 100% !important;
}

.modal-popup-thirdchild-halfwidth {
    width: 100% !important;
}

.modal-popup-thirdchild-fullwidth {
    width: calc(100% - 15px) !important;
}

.modal-edit-body-halfwidth {
    width: 60% !important;
}

.modal-edit-body-halfwidth1 {
    width: 99% !important;
}

.modal-popup-thirdchild-fullwidthdata {
    width: calc(100% - 260px) !important;
}



.modal-popup-thirdchild1 {
    margin-top: -3px !important;
    top: 69px !important;
    left: 0px !important;
    height: 100vh !important;
    z-index: 100 !important;
}
.modal-popup-thirdchildpopup {
    margin-top: -3px !important;
    top: -67px !important;
    left: 0px !important;
    height: 100vh !important;
    /*z-index: 9999;*/ 
    z-index: 100 !important;
}
/* width */
* {
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: none border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8F8F8F;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #7E7E7E;
    }

.select2-search input {
    border: none !important;
}

ul.list-inline.title-tooltip.m-0.topMenu > li > a.active > span {
    background: #E2ECFF;
    padding: 5px 10px;
    font-family: Inter-Bold;
    color: #3C4049;
    border-radius: 4px;
}

ul.list-inline.title-tooltip.m-0.topMenu > .btn-group > li > a.active > span {
    background: #E2ECFF !important;
    padding: 5px 10px !important;
    font-family: Inter-Bold !important;
    color: #3C4049 !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

span.select2.select2-container.select2-container--default .select2-selection__rendered {
    font-family: Inter-Regular;
    color: #3C4049 !important;
    margin-right: 5px !important;
}

.border-bottom-data {
    border-bottom: 1px solid lightgray !important;
    border-top: 1px solid lightgray !important;
    border-left: 1px solid lightgray !important;
    border-radius: 10px;
}

.borders-bottom-data {
    border-bottom: 1px solid lightgray !important;
    border-top: 1px solid lightgray !important;
    border-right: 1px solid lightgray !important;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .navbar-header .dropdown .dropdown-menu {
        left: 0px !important;
    }
}

.datatable-withsearch > tbody > tr > td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    height: 0px;
}

.filter_class {
    flex-direction: row-reverse;
    right: 255px;
    top: 36px;
}

.actionButton_align_right {
    text-align: right;
}

.excludefromsearching.actionButton_align_right {
    width: 100px;
}

.dataTables_wrapper tr td {
    padding: 8px 12px !important;
}

.list-inline li a span {
    color: #3C4049;
    padding: 5px 10px !important;
    border-radius: 6px;
}

    .list-inline li a span:hover {
    }
/*.topMenu a:hover {
        background: #E2ECFF;
        padding: 5px 10px;
        font-family: Inter-Bold;
        color: #3C4049;
    }
*/
@media (max-width:1600px) {
    .container-fluid {
        /* padding-right: 0px !important;*/
    }

    th.checkBox_align_center .form-checkbox-input {
        /*padding-left: 17px;*/
    }

    .margin-right-offset {
        margin-right: 7.3%;
    }

    .col-form-label {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .modal-dialog.modal-fullscreen.modal-edit-body {
        width: 60%;
    }
}

.form-check-input1 > tbody > tr > td > label,
.radio > tbody > tr > td > label,
.radio > label,
.form-check-input > label {
    color: #25262D;
}


.padding-top-point4 {
    padding-top: 0.40rem;
}

.margin-right-offset {
    margin-right: 7.3%;
}

.form-radio-label-userss label {
    padding-right: 10px;
    vertical-align: middle;
    width: 100%;
}

.form-radio-label-userss > input[type=radio] {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.col-sm-2-for-centertext {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
}

@media (max-width:1600px) {

    li.dropdown.user-dropdown .dropdown-menu {
        min-width: 190px;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}


.checkboxlist > tbody > tr > td > .form-check-input {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.nopaddingrecordtrail > div > div > #pamtrail > .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.checkboxwithnomargin .form-check-input {
    margin-right: 8px !important;
}

.no-borders {
    border: none !important;
}

div#activerequestdatatable_filter {
    display: flex;
    flex-direction: row-reverse;
    /*margin-bottom: 5px;*/
    margin-bottom: 0.4rem;
}

.assets-custom-padding-bottom {
    margin-bottom: 2.73rem;
}

.setup-header-margin-top {
    margin-top: 0.35rem;
}

.setup-custom-margin-top {
    margin-top: 0.15rem;
}

#tblLinkedAssetsToRotationpolicy_filter label input,
#tblNextRunAccounts_filter label input,
#tblLinkedAssetsToReconciliationpolicy_filter label input {
    /*margin-top: 0.08rem;*/
}

.exclusive-acc-padding-right {
    padding-right: 2.188rem !important;
}

.apilogs-header-margin-top {
    margin-top: 0.15rem;
}

.dtr-details span.dtr-data {
    display: inline-flex;
    white-space: normal;
    width: 70%;
}

.horizontalcheckboxlist > table > tbody > tr > td {
    padding-right: 10px !important;
}

.groups-icon-alignment {
    margin: 5px 7px 0 0;
}

.custom-padding-left {
    padding-left: 2.5rem !important;
}

.tab-search-margin-top {
    margin-top: 0.12rem;
}

.tab-search-margin-top-withoutbtn {
    margin-top: 0.45rem;
}

.task-search-margin-top {
    margin-top: 0.95rem;
}

.custom-margin-bottom {
    margin-bottom: 0.95rem !important;
}

.checkboxwithoutleftmargin {
    margin-left: 0px !important
}

.custompaddingleft {
    padding-left: 0.75rem !important;
}

.savedd[disabled] {
    pointer-events: none;
    opacity: 0.65;
}


.modal-fullscreen .modal-content {
    height: auto;
}

.childpopups .modal-content {
    height: calc(100vh - 96px) !important;
}

.modal.show .modal-dialog {
    height: calc(100vh - 165px) !important;
}


@media (max-width:960px) {
    .modal.show .modal-dialog {
        height: calc(100vh - 156px) !important;
    }

    .modal-header .btn-close {
        z-index: 9999;
    }

    .modal-footer {
        padding-bottom: 1rem;
    }
    div.dataTables_scrollBody .dataTables_exclusiveaclusers > tbody > tr > td {
        height: 40px !important;
        padding: 0px 8px 0px 8px !important
    }
}

@media (max-width:576px) {
    .modal.show .modal-dialog {
        width: 100vw !important;
        top: 95px !important;
        height: calc(100vh - 186px) !important;
    }

    .topbar-social-icon {
        margin-left: -33px !important;
    }

    .list-inline-item a {
        padding: 4px 1px !important;
    }

    .modal-header .btn-close {
        z-index: 9999;
    }
}
.chkboxlistmargin {
    width: 100%;
    border: none !important;
    margin-left: 0px !important;
    -webkit-margin-start: 0px !important;
}
.chkboxlistcustommargin {
    width: 100%;
    border: none !important;
    margin-left: 1rem !important;
    -webkit-margin-start: 0px !important;
}
.deletepopupbackdrop {
    top: -153px;
    z-index: 100;
}
.deletemodelfadeshow {
    z-index: 100;
    height: 100vh;
    top: -136px;
}

.custom-data-wrap {
    display: flex;
    word-wrap: anywhere;
}
.refreshdata {
    padding-left: 5px !important;
}