@font-face {
    font-family: 'Rubik-Reg';
    src: url(../fonts/Rubik-Regular.eot);
    src: local('☺'), url(../fonts/Rubik-Regular.woff) format('woff'), url(../fonts/Rubik-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Rubik-Med';
    src: url(../fonts/Rubik-Medium.eot);
    src: local('☺'), url(../fonts/Rubik-Medium.woff) format('woff'), url(../fonts/Rubik-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url(../fonts/Rubik-Bold.eot);
    src: local('☺'), url(../fonts/Rubik-Bold.woff) format('woff'), url(../fonts/Rubik-Bold.ttf) format('truetype')
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik-Reg';
    font-weight: 400
}

a {
    text-decoration: none
}

button {
    cursor: pointer
}

button:disabled {
    background: #e6e6e6 !important;
    color: #b4b3b3
}

:focus-visible {
    /*  outline: -webkit-focus-ring-color auto 0; */
    outline: none;
    border: 2px solid #86A8DF !important;
}

.maxcontainer {
    max-width: 1440px;
    margin: 0 auto
}

.blue-img-bg {
    background-image: url(../Images/new-dmslogin-bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.login-main-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 28px
}

.login-form-bg-left {
    width: 450px;
    min-height: 100%;
    border-radius: 18px;
    padding: 37px;
    background-color: #fff
}

.logo-box {
    width: 100%;
    margin-bottom: 40px
}

.logo-box img {
    max-width: 158px;
    max-height: 68px
}

.select-type-user-tabs {
    width: 100%
}

.select-type-use-heading {
    width: 100%;
    margin-bottom: 15px;
    color: #002142;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Rubik-Med'
}

.user-tabs-ul {
    width: 100%;
    display: flex;
    margin-bottom: 35px
}

.user-tabs-ul li {
    list-style: none;
    width: 50%;
    border-bottom: 2px solid #e9e9e9;
    display: inline-block;
    transition: all .1s
}

.user-tabs-ul li.tabactive {
    border-bottom: 3px solid #ff6700
}

.user-tabs-ul li.tabactive a {
    color: #ff6700;
    font-family: 'Rubik-Med'
}

.user-tabs-ul li a {
    display: flex;
    justify-content: center;
    padding: 10px;
    text-align: center;
    color: #002953;
    font-size: 16px;
    transition: all .1s
}

.form-tabs-main {
    width: 100%
}

.user-form-container {
    width: 100%
}

.form-group {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 25px
}

.errormsg {
    position: absolute;
    /*   display: none; */
    color: red;
    font-size: 10px;
    line-height: normal;
    margin: 4px 0 0 2px
}

.form-group input {
    -webkit-appearance: none;
    outline: 0;
    width: 100%;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik-Med';
    border: .75px solid #989898;
    background: 0 0;
    border-radius: 0;
    color: #002145;
    position: relative;
    height: 56px;
    border-radius: 8px;
    padding: 25px 10px 10px 60px
}

.otp-padding {
    padding: 11px 10px 10px 60px !important
}

.form-group .select-value {
    -webkit-appearance: none;
    outline: 0;
    width: 100%;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik-Med';
    border: .75px solid #989898;
    background: 0 0;
    border-radius: 0;
    color: #002145;
    position: relative;
    height: 56px;
    border-radius: 8px;
    padding: 25px 10px 10px 60px;
    background: transparent url(../images/form-select-arrow.svg) no-repeat center right 15px;
    cursor: pointer
}

.form-group label {
    position: absolute;
    transition: all .3s;
    font-weight: 400;
    line-height: 17px;
    z-index: 0;
    top: 20px;
    left: 60px;
    padding: 0;
    letter-spacing: .16px;
    font-size: 16px;
    color: #aaa
}

.form-group label.active {
    top: 8px;
    left: 62px;
    padding: 0;
    font-size: 12px
}


.mandatory-icon {
    font-style: normal;
    color: red
}

.input-icon-box {
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 17px;
    left: 20px
}

.input-icon-box img {
    max-width: 100%;
    max-height: 100%
}

.forgot-password-link {
    width: 100%
}

.forgot-password-link a {
    color: #ff6700;
    font-size: 16px;
    font-family: 'Rubik-Med'
}

.form-btn-box {
    width: 100%
}

.mrt-30 {
    margin-top: 23px
}

.common-form-orange-btn {
    width: 100%;
    border: none;
    background: linear-gradient(97.13deg, #ff5b00 5.56%, #ff8100 94.44%);
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'Rubik-Med';
    border-radius: 8px
}

.login-contant-right-box {
    width: calc(100% - 490px);
    margin-left: 40px
}

.welcome-title {
    width: 100%;
    margin-bottom: 7px;
    font-size: 18px;
    color: #fff
}

.debt-title {
    width: 100%;
    font-size: 26px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Rubik-Med'
}

.for-employee-list-box {
    width: 100%;
    margin-bottom: 40px
}

.for-employee-title {
    width: 100%;
    font-family: 'Rubik-Med';
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 27px
}

.for-employee-ul {
    padding-left: 20px
}

.for-employee-ul li {
    color: #fff;
    list-style-type: square;
    font-size: 14px;
    margin-bottom: 12px
}

.note-desc {
    width: 100%;
    color: #a5f4fa;
    font-size: 13px;
    display: inline-block;
}

.chooseportal-popupbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .75);
    display: none
}

.chooseportal-main-model {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 35px;
    width: 455px;
    height: 100%;
    overflow-x: auto
}

.chooseportal-main-model::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    cursor: pointer
}

.chooseportal-main-model::-webkit-scrollbar {
    height: 8px;
    width: 6px;
    background-color: transparent;
    cursor: pointer
}

.chooseportal-main-model::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #adadad;
    cursor: pointer
}

.choose-portal-body {
    position: relative;
    width: 100%
}

.popupclose {
    display: flex;
    justify-content: flex-end
}

.popupclose a {
    display: flex
}

.popupclose a img {
    height: 20px;
    width: 20px
}

.chooseportal-form-main {
    width: 100%
}

.chooseportal-heading-box {
    width: 100%;
    margin-bottom: 21px
}

.chooseportal-heading-box h2 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #002142;
    line-height: 20px;
    font-family: 'Rubik-Med'
}

.chooseportal-heading-box p {
    width: 100%;
    color: #002142;
    font-size: 14px
}

.genrate-note-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.genrate-note-box p {
    width: calc(100% - 20px);
    color: red;
    font-size: 12px
}

.genrate-note-box img {
    width: 14px;
    height: 14px
}

.mrb-30 {
    margin-bottom: 30px
}

.mrb-13 {
    margin-bottom: 13px
}

.enter-code-box {
    width: 100%;
    margin-bottom: 30px;
    text-align: center
}

.verification-code-decs {
    width: 100%;
    color: #012144;
    font-size: 14px;
    margin-bottom: 5px
}

.verification-code-decs i {
    font-style: normal
}

.resend-otp {
    width: 100%;
    color: #fe6702;
    text-decoration: underline;
    font-size: 14px
}

.back-to-login {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fe6702;
    font-size: 14px;
    font-family: 'Rubik-Med';
    margin-top: 22px
}

.back-to-login img {
    margin-right: 5px
}

.password-list {
    width: 100%;
    list-style: none;
    margin-bottom: 12px
}

.password-list li {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.password-list li img {
    width: 11px;
    height: 11px;
    margin-right: 8px
}

.password-list li p {
    width: calc(100% - 20px);
    font-size: 14px;
    color: #5f5d5d
}

.password-list .pass-list-active .password-info {
    display: none
}

.password-list .pass-list-active .password-fail {
    display: none
}

.password-list .pass-list-fail .password-info {
    display: none
}

.password-list .pass-list-fail .password-success {
    display: none
}

.password-list .pass-list-info .password-fail {
    display: none
}

.password-list .pass-list-info .password-success {
    display: none
}

.know-password-desc {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #5f5d5d;
    margin-top: 22px;
    font-family: 'Rubik-Med'
}

.know-password-desc a {
    display: inline-flex;
    color: #ff6700;
    margin-left: 4px;
    font-family: 'Rubik-Med'
}

.dms-main-wrapper {
    width: 100%;
    display: flex
}

.dms-sidebar-main {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 285px;
    background-color: #f8f8fa;
    padding: 22px 24px;
    transition: .2s ease;
    z-index: 9
}

.dms-small-sidebar .dms-sidebar-main {
    width: 96px;
    display: flex;
    flex-direction: column
}

.sidebar-logo {
    display: inline-flex;
    margin-bottom: 30px
}

.sidebar-logo img {
    transition: .2s ease
}

.sidebar-logo .big-logo {
    width: 121px;
    height: 52px
}

.sidebar-logo .small-logo {
    width: 51px;
    height: 52px
}

.dms-big-sidebar .small-logo {
    display: none
}

.dms-small-sidebar .small-logo {
    display: block
}

.dms-small-sidebar .big-logo {
    display: none
}

.search-menu-box {
    width: 100%;
    height: 34px;
    border: .5px solid #a3a4a5;
    border-radius: 30px;
    padding: 9px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    margin-bottom: 25px
}

.dms-small-sidebar .search-menu-box {
    width: 34px;
    height: 34px;
    padding: 9px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 8px
}

.search-menu-box img {
    width: 16px;
    height: 16px
}

.search-menu-desc {
    width: calc(100% - 28px);
    margin-left: 12px;
    font-size: 15px;
    color: #7f8081;
    border: none;
    background-color: transparent
}

.dms-small-sidebar .search-menu-desc {
    display: none
}

.dms-sidebar-menu {
    width: 100%
}

.dms-sidebar-ul {
    width: 100%;
    list-style: none
}

.dms-firstlevel-menu {
    width: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    transition: .2s ease;
    margin-bottom: 6px
}

.dms-menu-link {
    padding: 11px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 8px
}

.dms-main-menu-img {
    width: 16px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dms-main-menu-img img {
    max-width: 100%;
    max-height: 100%
}

.dms-small-sidebar .dms-main-menu-name {
    display: none
}

.dms-main-menu-name {
    width: calc(100% - 26px);
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: space-between
}

.dms-main-menu-name p {
    font-size: 16px;
    line-height: 16px;
    color: #3f444a;
    height: 18px;
    overflow: hidden;
    transition: .2s ease
}

.dms-secondlevel-menu {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    background-color: transparent;
    display: none
}

.dms-small-sidebar .dms-secondlevel-menu {
    left: 49px
}

.white-icon {
    display: none
}

.dms-secondlevel-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    cursor: pointer
}

.dms-secondlevel-menu::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
    cursor: pointer
}

.dms-secondlevel-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9a9b9b;
    cursor: pointer
}

.dms-sec-li {
    width: 100%;
    list-style: none;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5
}

.dms-sec-li:last-child {
    border-bottom: none
}

.dms-sec-li a {
    color: #3f444a;
    font-size: 14px;
    display: flex
}

.profile-title {
    margin-top: 20px;
    color: #989fa8;
    font-size: 14px;
    margin-bottom: 10px
}

.mobile-sidebar-header {
    display: none
}

.dms-dashboard-right-contant {
    width: calc(100% - 285px);
    margin-left: 285px;
    transition: .2s ease
}

.dashboard-big {
    width: calc(100% - 95px) !important;
    margin-left: 95px !important;
    transition: .2s ease
}

.dms-dashboard-header {
    position: fixed;
    width: calc(100% - 285px);
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s ease;
    background-color: #fff;
    z-index: 9
}

.dashboard-big .dms-dashboard-header {
    width: calc(100% - 95px) !important
}

.dms-header-left-box {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.toggle-btn {
    background: 0 0;
    border: none
}

.username-header {
    margin-left: 20px
}

.username-header h2 {
    color: #000;
    font-family: 'Rubik-Bold';
    font-size: 18px;
    margin-bottom: 3px
}

.username-header p {
    color: #848484;
    font-size: 14px
}

.dms-header-right-box {
    width: 275px
}

.dms-header-right-box .form-group {
    margin-bottom: 0
}

.dms-header-right-box .form-group .select-value {
    height: 50px;
    padding: 22px 10px 10px 60px;
    font-size: 16px;
    background: transparent url(../images/header-dropdown-arrow.svg) no-repeat center right 15px
}

.dms-header-right-box .form-group label {
    top: 17px;
    font-size: 14px
}

.dms-header-right-box .input-icon-box {
    top: 14px
}

.dms-header-right-box .form-group label.active {
    top: 9px;
    left: 59px;
    font-size: 12px
}

.toggle-close {
    display: none
}

.toogle-small .toggle-icon {
    display: none
}

.toogle-small .toggle-close {
    display: block
}

.dms-small-sidebar .dms-secondlevel-menu {
    display: none !important
}

.orange-bg-link {
    background-color: #ff6c02
}

.orange-bg-link .dms-main-menu-name p {
    color: #fff
}

.orange-bg-link .dms-main-menu-img .gray-icon {
    display: none
}

.orange-bg-link .dms-main-menu-img .white-icon {
    display: block
}

.orange-bg-link .dms-main-menu-name .gray-icon {
    display: none
}

.orange-bg-link .dms-main-menu-name .white-icon {
    display: block
}

.dms-slider-scroll {
    height: 375px;
    overflow-y: auto
}

.dms-slider-scroll::-webkit-scrollbar {
    display: none
}

.dms-dasboard-contant-section {
    width: 100%;
    padding: 115px 22px 60px 22px
}

.laureate-section {
    width: 100%;
    background-color: #ececf0;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 25px
}

.meeting-img {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1
}

.laureate-desc-section {
    width: 100%;
    padding: 22px 125px 22px 235px;
    position: relative;
    background-color: #005dac;
    border-radius: 14px
}

.la-blue-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 115px
}

.laurate-desc-box {
    position: relative
}

.laurate-desc-box p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}

.laurate-desc-box p:last-child {
    margin-bottom: 0
}

.laurate-desc-box h2 {
    width: 100%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Rubik-Bold'
}

.la-setting-icon {
    position: absolute;
    top: 3px;
    right: 10px
}

.la-bajaj-finance-desc {
    width: 100%;
    text-align: right;
    color: #005dac;
    font-size: 12px;
    font-family: 'Rubik-Med';
    padding: 12px
}

.dms-dashboard-none {
    display: none
}

.group-management-section {
    width: 100%
}

.group-management-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px
}

.group-management-heading h3 {
    width: calc(100% - 32px);
    color: #1d2125;
    font-size: 18px;
    font-family: 'Rubik-Med'
}

.group-management-heading .mobile-filter {
    display: none;
    width: 22px;
    height: 22px;
    margin-left: 10px
}

.group-management-heading .mobile-filter img {
    width: 100%;
    height: 100%
}

.filter-box {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.filter-flex-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7fa;
    border-radius: 11px
}

.filter-radio-box {
    display: flex;
    align-items: center;
    padding: 3px 4px
}

.filter-by-bg-box {
    background-color: #fff;
    height: 100%;
    padding: 3px 4px;
    position: relative;
    padding: 15px 0 15px 15px;
    border-radius: 11px 0 0 11px;
    margin-right: 38px
}

.filter-by-bg-box h4 {
    color: #3f444a;
    font-size: 14px;
    font-family: 'Rubik-Med'
}

.filter-arrow-shape {
    border-top: 23px solid transparent;
    border-left: 23px solid #fff;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 0;
    left: 100%
}

.filter-radio-box .custom-entity-radio {
    display: block;
    position: relative;
    padding-left: 28px;
    padding-top: 2px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3f444a;
    margin-right: 15px
}

.filter-radio-box .custom-entity-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.filter-radio-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #3f444a;
    border-radius: 50%
}

.filter-radio-box .custom-entity-radio:hover input~.checkmark {
    border: 2px solid #ff6c02
}

.filter-radio-box .custom-entity-radio input:checked~.checkmark {
    border: 2px solid #ff6c02
}

.filter-radio-box .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.filter-radio-box .custom-entity-radio input:checked~.checkmark:after {
    display: block
}

.filter-radio-box .custom-entity-radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff6c02
}

.filter-search {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 0 20px;
    padding: 12px 40px;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6
}

.filter-search p {
    color: #3f444a;
    font-size: 14px;
    font-family: 'Rubik-Med';
    margin-right: 10px
}

.filter-search input {
    border-radius: 22px;
    height: 30px;
    color: #1a1a1a;
    border: .5px solid #d6d6d6;
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    font-family: 'Rubik-Med'
}

.filter-btn-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 23px 11px 0;
    column-gap: 10px
}

.export-btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 20px;
    border: 1px solid #ff6410;
    border-radius: 19px;
    color: #ff6410;
    font-size: 14px;
    background-color: transparent
}

.export-btn img {
    margin-right: 5px
}

.dms-table-main-box {
    width: 100%
}

.sort-by-table {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px
}

.sort-by-table p {
    font-size: 14px;
    color: #707070;
    font-family: 'Rubik-Med';
    margin-right: 10px
}

.sort-by-table .dropdown select {
    width: auto;
    margin-right: 10px;
    border: 1px solid #d6d6d6;
    color: #707070;
    border-radius: 4px;
    font-size: 14px;
    padding: 3px 15px 3px 4px
}

.table-wrapper {
    width: 100%;
    margin-bottom: 20px
}

.dms-custom-table {
    width: 100%;
    border: 1px solid #bababa;
    border-radius: 10px;
    border-spacing: 0;
    overflow: hidden
}

.dms-custom-table tr:nth-child(odd) {
    background: #f0f0f0
}

.dms-custom-table tr th {
    padding: 15px 10px;
    color: #3f444a;
    font-size: 14px;
    font-family: 'Rubik-Med';
    border: none;
    text-align: left
}

.dms-custom-table tr td {
    padding: 15px 10px;
    color: #3f444a;
    border: none;
    text-align: left;
    font-size: 14px
}

.orange-text {
    color: #ff6c02 !important
}

.sorting-paging {
    margin-bottom: 20px;
    font-size: 16px;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pagination ul {
    margin: 0;
    padding: 0
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px
}

.pagination ul li a {
    padding: 5px 10px;
    color: #606060;
    font-size: 16px
}

.pagination ul li:last-child a {
    padding-right: 0
}

.pagination ul li:last-child {
    margin-right: 0
}

.show-desktop {
    display: flex !important
}

.pagination ul li a.active {
    background: #ff6c02;
    color: #fff
}

.dms-footer-fixed {
    width: calc(100% - 285px);
    position: fixed;
    bottom: 0;
    padding: 16px;
    text-align: center;
    background-color: #ececef;
    transition: .2s ease
}

.dashboard-big .dms-footer-fixed {
    width: calc(100% - 95px)
}

.dms-footer-fixed p {
    width: 100%;
    font-size: 16px;
    color: #3f444a;
    text-align: center
}

@media screen and (min-width:318px) and (max-width:1024px) {
    .dms-main-wrapper {
        display: block
    }

    .dms-sidebar-main {
        width: 100%;
        padding: 0;
        position: fixed;
        left: -100%;
        bottom: auto;
        transition: .2s ease
    }

    .dms-sidebar-mobile-left {
        left: 0;
        z-index: 4;
        overflow-x: auto;
        bottom: 0
    }

    .mobile-sidebar-header {
        width: 100%;
        position: relative;
        background-color: #005dac;
        padding: 13px 23px 13px 28px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px
    }

    .mobile-sidebar-contant p {
        font-size: 12px;
        color: #fff;
        margin-bottom: 3px
    }

    .mobile-sidebar-contant h2 {
        font-size: 16px;
        color: #fff;
        font-family: 'Rubik-Med'
    }

    .close-mobile-sidebar {
        display: inline-flex;
        height: 16px;
        height: 16px
    }

    .close-mobile-sidebar img {
        height: 100%;
        width: 100%
    }

    .search-menu-box {
        display: none
    }

    .sidebar-logo {
        display: none
    }

    .dms-firstlevel-menu:hover {
        background-color: transparent !important
    }

    .dms-menu-link {
        padding: 11px 25px;
        border-radius: 0px;
    }

    .dms-main-menu-name img {
        transition: .2s ease
    }

    .dms-secondlevel-menu {
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
        background-color: #f4f6ff;
        border-radius: 0;
        border: none;
        padding: 0;
        max-height: none
    }

    .dms-sec-li {
        border-bottom: 1px solid #cdcdcd;
        padding: 10px 43px
    }

    .dms-main-menu-name .rotate-arrow {
        transform: rotate(270deg)
    }

    .profile-title {
        padding: 0 23px
    }

    .dms-slider-scroll {
        height: auto;
        overflow: unset
    }

    .dms-dashboard-right-contant {
        width: 100%;
        margin-left: 0
    }

    .dms-dasboard-contant-section {
        padding: 75px 10px 60px 10px
    }

    .dms-dashboard-none {
        display: block
    }

    .dms-dashboard-header {
        display: none
    }

    .dms-mobile-header {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        display: flex;
        background-color: #f8f8fa;
        padding: 10px 20px;
        align-items: center;
        justify-content: flex-start
    }

    .mobile-sidebar-toggle {
        display: inline-flex;
        margin-right: 12px
    }

    .mobile-user-select {
        width: 100%
    }

    .mobile-username {
        width: 100%;
        margin-bottom: 18px
    }

    .mobile-username h3 {
        width: 100%;
        font-size: 14px;
        margin-bottom: 3px;
        color: #1a1a1a;
        font-family: 'Rubik-Med'
    }

    .mobile-username p {
        width: 100%;
        font-size: 12px;
        color: #848484
    }

    .mobile-switch-portal {
        width: 100%
    }

    .mobile-switch-portal .form-group .select-value {
        padding: 8px 0;
        border: none;
        border-bottom: .75px solid #989898;
        height: 41px;
        border-radius: 0;
        background: transparent url(../images/header-dropdown-arrow.svg) no-repeat center right 10px
    }

    .mobile-switch-portal .form-group label {
        left: 0;
        top: 13px
    }

    .mobile-switch-portal .form-group label.active {
        top: -5px
    }

    .laureate-desc-section {
        padding: 19px
    }

    .laurate-desc-box p {
        font-size: 12px
    }

    .laurate-desc-box h2 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .la-setting-icon {
        height: 70%;
        bottom: 5px;
        top: auto
    }

    .meeting-img {
        display: none
    }

    .la-bajaj-finance-desc {
        padding: 8px 20px
    }

    .group-management-heading h3 {
        font-size: 16px
    }

    .group-management-heading .mobile-filter {
        display: inline-flex
    }

    .filter-box {
        display: none
    }

    .filter-flex-box {
        display: block;
        padding: 10px;
        border-radius: 4px
    }

    .filter-radio-box {
        width: 100%;
        padding: 0
    }

    .filter-by-bg-box h4 {
        font-size: 12px
    }

    .filter-radio-box .custom-entity-radio {
        font-size: 12px;
        padding-top: 3px
    }

    .filter-search {
        padding: 0;
        border: none;
        margin: 10px 10px 5px
    }

    .filter-search input {
        width: calc(100% - 60px)
    }

    .export-btn {
        font-size: 12px;
        padding: 7px 15px
    }

    .table-wrapper {
        overflow-x: auto
    }

    .dms-custom-table tr th {
        padding: 12px 7px
    }

    .dms-custom-table tr td {
        padding: 12px 7px
    }

    .js-current-pagination {
        display: none
    }

    .dms-footer-fixed {
        width: 100%;
        left: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    /*   .blue-img-bg {
        background: #002047
    }
 */
    .login-main-container {
        padding: 10px 5px;
        height: 100vh;
        justify-content: center
    }

    .select-type-use-heading {
        font-size: 14px
    }

    .login-form-bg-left {
        width: 70%;
        padding: 20px;
        border-radius: 4px;
        min-height: auto
    }

    .login-contant-right-box {
        display: none
    }
}

@media screen and (min-width:318px) and (max-width:767px) {
    /*     .blue-img-bg {
        background: #002047
    } */

    .login-main-container {
        padding: 10px 5px;
        height: 100vh
    }

    .select-type-use-heading {
        font-size: 14px
    }

    .login-form-bg-left {
        width: 100%;
        padding: 20px;
        border-radius: 4px;
        min-height: auto
    }

    .login-contant-right-box {
        display: none
    }

    .logo-box {
        margin-bottom: 20px
    }

    .logo-box img {
        width: 100px;
        height: auto
    }

    .user-tabs-ul {
        margin-bottom: 25px
    }

    .user-tabs-ul li a {
        font-size: 14px
    }

    .form-group label {
        font-size: 14px
    }

    .form-group input {
        font-size: 16px;
        border-radius: 4px
    }

    .form-group .select-value {
        font-size: 16px;
        border-radius: 4px
    }

    .forgot-password-link a {
        font-size: 14px
    }

    .mrt-30 {
        margin-top: 25px
    }

    .common-form-orange-btn {
        font-size: 14px;
        border-radius: 4px;
        padding: 14px
    }

    .chooseportal-main-model {
        height: fit-content;
        top: auto;
        bottom: 0;
        width: 100%;
        padding: 20px;
        border-radius: 4px 4px 0 0
    }

    .popupclose a img {
        width: 15px;
        height: 15px
    }

    .chooseportal-heading-box h2 {
        font-size: 14px
    }
}

@media screen and (min-width:318px) and (max-width:991px) {
    .BHFL_container {
        padding: 0 6px
    }
}

@media (min-width:576px) {
    .BHFL_container {
        max-width: 540px
    }
}

@media (max-width:576px) {

    .chooseportal-main-model2 {
        width: 100% !important;
    }
}

@media (min-width:768px) {
    .BHFL_container {
        max-width: 720px;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .BHFL_container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .BHFL_container {
        max-width: 100%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .BHFL_container {
        padding: 0 10px
    }
}



/*********************** new login style start ***********************/
.dms-login-mxcontainer {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}

.overflow-hide {
    height: 100vh;
    overflow: hidden;
}

.new-login-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    z-index: -2;
}

.p-relative {
    position: relative;
}

.main-login-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 49px;
}

.new-login-logo {
    display: inline-flex;
    width: 140px;
}

.new-login-logo img {
    width: 100%;
}

.click-toget-link {
    display: inline-flex;
    align-items: center;
}

.click-toget-link i {
    font-size: 18px;
    line-height: 21px;
    color: #456E91;
    margin-right: 7px;
}

.click-toget-link img {
    width: 24px;
    height: 24px;
}

.new-form-box {
    width: 100%;
    padding: 0px 49px;
    height: calc(100vh - 120px);
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
}

.new-form-leftbox {
    width: 550px;
    display: flex;
    flex-direction: column;
}

.new-debt-title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #005DAC;
    font-family: 'Rubik-Bold';
    margin-bottom: 15px;
}

.enter-cradentials-subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    color: #424242;
    font-family: 'Rubik-Med';
    margin-bottom: 15px;
}

.new-emp-formbox {
    width: 100%;
    padding-right: 115px;
}

.new-emp-formbox .form-group {
    background-color: #ffffff;
}

.new-emp-formbox .common-form-orange-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginbtn-arrow {
    width: 25px;
    margin-left: 12px;
}

.type-pass-link {
    display: inline-flex;
    position: absolute;
    top: 19px;
    right: 20px;
}

.type-pass-link img {
    width: 22px;
}

.new-form-rightbox {
    width: calc(100% - 575px);
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.new-form-rightbox img {
    max-width: 100%;
    max-height: 100vh;
    position: absolute;
}

.copyright-desc {
    width: 100%;
    margin-top: auto;
    font-size: 16px;
    line-height: 21px;
    color: #848487;
    margin-bottom: 20px;
}

.details-popup-bg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .75);
    display: none;
}

.details-popup-model {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    width: 715px;
    overflow-x: auto;
}

.details-popup-model::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    cursor: pointer
}

.details-popup-model::-webkit-scrollbar {
    height: 8px;
    width: 6px;
    background-color: transparent;
    cursor: pointer
}

.details-popup-model::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #adadad;
    cursor: pointer
}

.detail-popup-body {
    width: 100%;
    position: relative;
    padding: 30px;
}

.details-pop-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.details-title-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.details-title-box img {
    width: 39px;
    height: 39px;
    margin-right: 15px;
}

.details-title-box p {
    font-size: 22px;
    line-height: 26px;
    color: #3F444A;
    font-family: 'Rubik-Med';
}

.close-dms-popup {
    display: inline-flex;
    width: 22px;
    height: 22px;
}

.close-dms-popup img {
    width: 100%;
    height: 100%;
}

.employee-bg-box {
    width: 100%;
    background-color: #F8F8FA;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 19px;
}

.employee-box-title {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    color: #456E91;
    font-family: 'Rubik-Med';
}

.employee-detailslist-box {
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.employee-list-disk {
    width: 6px;
    height: 6px;
    background-color: #3F444A;
    margin-right: 9px;
    margin-top: 7px;
}

.employee-list-desc {
    width: calc(100% - 15px);
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.new-note-desc {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #06288C;
    margin-top: 10px;
}

.new-note-desc i {
    font-family: 'Rubik-Med';
    font-style: normal;
}

.close-desk-none {
    display: none;
}


@media screen and (min-width:319px) and (max-width:991px) {
    .new-form-rightbox {
        display: none;
    }

    .main-login-header {
        padding: 19px 13px;
    }

    .new-login-logo {
        width: 105px;
    }

    .click-toget-link i {
        font-size: 12px;
        line-height: 13px;
    }

    .click-toget-link img {
        width: 19px;
        height: 19px;
    }

    .new-form-box {
        display: block;
        padding: 0px 13px;
    }

    .new-form-leftbox {
        width: 100%;
        min-height: calc(100vh - 85px);
    }

    .new-debt-title {
        font-size: 20px;
        line-height: 23px;
    }

    .enter-cradentials-subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .new-emp-formbox {
        padding-right: 0px;
    }

    .copyright-desc {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .details-popup-model {
        width: 100%;
        top: auto;
        bottom: 0;
        border-radius: 20px 20px 0px 0px;
        height: auto;
        overflow-x: unset;
    }

    .detail-popup-body {
        padding: 22px 19px;
    }

    .details-pop-header {
        margin-bottom: 14px;
    }

    .details-title-box img {
        width: 22px;
        height: 22px;
    }

    .details-title-box p {
        font-size: 16px;
        line-height: 18px;
    }

    .employee-bg-box {
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .employee-box-title {
        font-size: 14px;
        line-height: 16px;
    }

    .employee-detailslist-box {
        margin-top: 10px;
    }

    .employee-list-desc {
        font-size: 12px;
        line-height: 17px;
    }

    .new-note-desc {
        font-size: 12px;
        line-height: 17px;
    }

    .close-dms-popup {
        width: 46px;
        height: 46px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translate(-50%);
    }

    .close-mob-none {
        display: none;
    }

    .close-desk-none {
        display: inline-flex;
    }

}

/*********************** new login style end ***********************/

.chooseportal-popupbox2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .75);
    display: block
}

.chooseportal-popupbox2 .form-group .select-value {
    -webkit-appearance: none;
    outline: 0;
    width: 100%;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik-Med';
    border: .75px solid #989898;
    background: 0 0;
    border-radius: 0;
    color: #002145;
    position: relative;
    height: 56px;
    border-radius: 8px;
    padding: 12px 10px 10px 60px;
    background: transparent url(../images/form-select-arrow.svg) no-repeat center right 15px;
    cursor: pointer
}


.chooseportal-main-model2 {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 15px;
    width: 550px;
    height: 100%;
    overflow-x: auto
}

.chooseportal-main-model2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    cursor: pointer
}

.chooseportal-main-model2::-webkit-scrollbar {
    height: 8px;
    width: 6px;
    background-color: transparent;
    cursor: pointer
}

.chooseportal-main-model2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #adadad;
    cursor: pointer
}