@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?eejhil');
    src: url('../fonts/icomoon.eot?eejhil#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?eejhil') format('truetype'), url('../fonts/icomoon.woff?eejhil') format('woff'), url('../fonts/icomoon.svg?eejhil#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
    content: "\e907";
}

.icon-down:before {
    content: "\e908";
}

.icon-logout:before {
    content: "\e900";
}

.icon-business:before {
    content: "\e901";
}

.icon-check:before {
    content: "\e902";
}

.icon-dashboard:before {
    content: "\e903";
}

.icon-info:before {
    content: "\e904";
}

.icon-input:before {
    content: "\e905";
}

.icon-support:before {
    content: "\e906";
}

.icon-notification:before {
    content: "\e909";
}

.icon-up:before {
    content: "\e90a";
}

.icon-left:before {
    content: "\e90b";
}

.icon-profile:before {
    content: "\e90c";
}

.icon-menu:before {
    content: "\e90d";
}

.icon-cancel:before {
    content: "\e90e";
}

.icon-percentage:before {
    content: "\e90f";
}

.icon-dollar:before {
    content: "\e910";
}

.icon-edit:before {
    content: "\e911";
}

.icon-delete:before {
    content: "\e912";
}

.icon-plus:before {
    content: "\e913";
}

body {
    height: 100%;
    width: 100%;
    line-height: normal;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --theme-color: #0D2345;
    --black: #000000;
    --white: #ffffff;
    --blue-color: #26ade2;
}

.custom_select {
    height: auto;
    display: inline-block;
    border-radius: 5px;
    min-width: 200px;
    min-height: 39px;
    line-height: 39px;
    border: 1px solid #DEDEDE;
    margin: 0;
    padding: 0;
    width: 100%;
}

.custom_select select {
    background: url(../img/select_arrow.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: 97% 13px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    text-indent: 0.01px;
    border-radius: 0;
    background-color: transparent;
    padding: 0 14px;
    font-size: 13px;
    color: #748494;
    font-weight: 300;
    background-size: 14px;
}

input,
.form-control {
    min-height: 39px;
    /* line-height: 39px; */
    border: 1px solid #DEDEDE;
    font-size: 13px;
    color: #748494;
    font-weight: 300;
}

input:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.custom_btn {
    background-color: var(--theme-color);
    font-size: 17px;
    color: var(--white);
    font-weight: 400;
    min-width: 122px;
    min-height: 47px;
    line-height: 47px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.custom_btn:focus {
    outline: none;
    box-shadow: none;
}

.custom_btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.8s;
}

.custom_btn:hover::after {
    width: 40px;
    height: 40px;
}


/* start side-bar css */

.sidebar {
    padding-top: 45px;
    box-shadow: 0 10px 18px #e1e1e1;
    z-index: 11;
    position: relative;
}

.sidebar .sidebarClose {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar-dark .sidebar-brand {
    margin-bottom: 37px;
}

.sidebar-dark .nav-item .nav-link {
    font-size: 12px;
    font-weight: 400;
}

.sidebar-dark .nav-item.active .nav-link {
    background-color: var(--white);
    box-shadow: 0 3px 6px #ddd;
}

.sidebar .nav-item.active .nav-link {
    font-weight: 400;
    border-bottom: none;
}
nav.navbar.navbar-expand.navbar-light .container {
    max-width: 97%;
}
nav.navbar.navbar-expand.navbar-light .container a.navbar-brand {
    font-size: 16px;
}
.loginOuter .form-group {
    margin-bottom: 13px;
}
.sidebar-dark .nav-item .nav-link {
    border-bottom: 1px solid #ffffff;
}
a.btn.btn-link {
    color: #000;
    font-size: 15px;
}
.sidebar-dark .nav-item {
    position: relative;
}

.sidebar-dark .nav-item .nav-link::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.8s;
}

.sidebar-dark .nav-item .nav-link:hover::before {
    background-color: var(--theme-color);
}

.sidebar-dark .nav-item.active .nav-link::before {
    background-color: var(--theme-color);
}

.sidebar .nav-item.border_none a.nav-link {
    border-bottom: none;
}

.sidebar .nav-item .nav-link i {
    margin-right: 14px;
}

.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: var(--theme-color);
}

.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i {
    color: var(--theme-color);
}

.sidebar-dark #sidebarToggle:hover {
    background-color: var(--theme-color);
}

.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: "\e907";
    font-family: 'icomoon' !important;
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    color: var(--black);
    top: 3px;
    position: relative;
}

.sidebar .nav-item .nav-link[data-toggle=collapse]::after {
    top: 3px;
    position: relative;
}

.topbar ul.navbar-nav i.icon.icon-notification {
    font-size: 25px;
}

.topbar ul.navbar-nav span.badge {
    background: var(--theme-color);
}

.topbar .nav-item .nav-link .badge-counter {
    background: var(--theme-color);
    font-size: 14px;
    margin-top: -1.25rem;
}

.topbar .userProfile span {
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
}

.topbar .navbar-search h2 {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
}

.topbar .navbar-search {
    padding-left: 0px;
}

.topbar .profileOuter {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
}

.table-bordered th,
tfoot th {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

table.table-bordered.dataTable td {
    font-size: 13px;
    color: #242424;
}

.table td,
.table th {
    padding: 7px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #f3f3f3;
}

.topbar .profileOuter img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.addbtn-right a.custom_btn {
    font-size: 16px;
    min-width: 71px;
    line-height: 35px;
    min-height: 35px;
}

h1.page_title {
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
    margin: 0;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    font-size: 14px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d2345;
    border-color: #0d2345;
}

.dataTables_length label {
    font-size: 14px;
    color: #000;
}

select.custom-select.custom-select-sm.form-control.form-control-sm {
    line-height: 23px;
    max-height: 30px;
    min-height: 30px;
    min-width: 55px;
}

.form-check-input:checked {
    background-color: #25ade3;
    border-color: #25ade3;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 30px;
    min-height: 30px;
}

.dataTables_filter {
    font-size: 14px;
    color: #000;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5e5e5e;
    background-color: #fff;
    border: 1px solid #dddfeb;
    font-size: 14px;
}

.custom_btn:hover {
    color: #fff;
    text-decoration: none;
}

#wrapper #content-wrapper {
    background-color: var(--white);
}

.page_heading.main-heading {
    margin-bottom: 20px;
}

.sidebar .nav-item .collapse .collapse-inner {
    padding: 1px!important;
}

.pageouter {
    padding: 25px;
}

.page_heading.main-heading {
    align-items: center;
}

.pageouter .container-fluid {
    padding: 0;
}

.pageouter .card .card-header h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-color);
}

.pageouter .chartOuter {
    margin-top: 25px;
}

.logoutModal .modal-footer a.btn {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    margin: 0.6rem 0 1rem 0;
    background-color: #ffffff !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    color: #858585;
    font-size: 13px;
    font-weight: normal;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: var(--theme-color);
    background-color: var(--white);
    font-weight: normal;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: var(--white);
    color: var(--theme-color);
}


/* start form css */

.formOuter {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
    padding: 31px;
    border-radius: 12px;
    min-height: 81vh;
}

.page_heading.main-heading {
    justify-content: space-between;
}

.formOuter .form-group label {
    color: #5D5D5D;
    font-size: 13px;
    font-weight: 400;
}

.formOuter .form-group {
    margin-bottom: 10px;
}

.formOuter .form-group.formBtn {
    margin-bottom: 0;
}

.userProfile a.dropdown-item i.icon {
    font-size: 16px;
    margin: 0 7px 0 0;
}

a#alertsDropdown {
    display: none;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    text-decoration: none;
}

.logoutModal .modal-title {
    color: var(--black);
}

.logoutModal button.close {
    font-weight: 400;
    font-size: 29px;
    color: var(--black);
}

.bg-gradient-primary {
    background-color: #EAF5F8;
}


/* Start calculator page css */

.stepOuter h3 {
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
}

.stepOuter h3 span {
    color: #979797;
}

.formOuter .form-group .input-group span.icon {
    background-color: var(--theme-color);
    color: #fff;
}

.stepOuter.rightStep {
    margin: 0 auto;
    max-width: 408px;
}

.stepOuter button.custom_btn {
    width: 100%;
}

.custom_checkbox,
.custom_radio {
    position: relative;
    padding-left: 0;
    display: inline-block;
    line-height: 17px;
}

.ch-checkbox span:before {
    content: "";
    border: 1px solid #a2adb3;
    position: absolute;
    top: 20px;
    width: 15px;
    height: 15px;
    transition: inherit;
    border-radius: 2px;
    transition: 0.5s;
    margin-left: -24px;
}

.ch-checkbox span .ch-icon {
    color: #fff;
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 11px;
    font-size: 10px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    line-height: 17px;
    transition: 0.5s;
}

.ch-checkbox input[type="radio"]:checked+span:before,
.ch-checkbox input[type="radio"]:checked~span:before {
    border-color: #ffffff;
    background-color: transparent;
}

.ch-checkbox input[type="radio"]:checked+span .ch-icon,
.ch-checkbox input[type="radio"]:checked~span .ch-icon {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ch-checkbox input[type="radio"] {
    position: absolute;
    top: 21px;
    left: auto;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    min-height: auto;
    margin-left: 41px;
}

.custom_radio .ch-checkbox span:before {
    border-radius: 50%;
}

.custom_radio label.ch-checkbox span {
    font-size: 13px;
    font-weight: 400;
    color: #5d5d5d;
    line-height: 20px;
    position: relative;
    border-radius: 5px;
    padding: 15px 55px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 16%);
    display: inline-block;
    transition: 0.5s;
}

.ch-checkbox input[type="radio"]:checked+span {
    background-color: var(--theme-color);
    color: var(--white);
}

.custom_radio span::after {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 23px;
    left: 34px;
    width: 9px;
    height: 9px;
    transition: inherit;
    border-radius: 50%;
    transition: 0.5s;
}

.custom_radio input[type="radio"]:checked+span:after,
.custom_radio input[type="radio"]:checked~span:after {
    background-color: #ffffff;
}

.ch-checkbox input[type="radio"]:checked+span b {
    color: var(--white);
}

.custom_radio label.ch-checkbox span b {
    color: #011936;
    font-weight: 500;
}

.stepRight .custom_radio {
    margin-top: 16px;
}

.stepRight .custom_radio label.ch-checkbox {
    margin: 0;
}

.stepOuter .step3 {
    margin-top: 26px;
}

.resultOuter {
    margin-top: 31px;
}

.resultOuter h3 {
    color: #979797;
    font-size: 20px;
    font-weight: 400;
}

.resultOuter h3 span,
.resultOuter h3 b {
    color: var(--theme-color);
}

.resultOuter h3 b {
    font-weight: 500;
}

.resultOuter .resultBox {
    box-shadow: 0 0 6px #afafaf;
    padding: 31px;
    border-radius: 12px;
    margin-top: 22px;
}

.resultBox ul {
    padding: 0;
    list-style: none;
}

.resultBox ul li {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 26px;
}

.resultBox ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--black);
}

.resultBox ul li span {
    color: #011936;
}

.resultBox .custom_btn {
    min-width: 165px;
    margin-top: 7px;
}


/* end calculator page css */

a.sidebar-brand.d-flex .sidebar-brand-text img {
    width: 100%;
}

.login_image_text img {
    width: 166px;
}


/* start 17-Aug-23 */

.actionDrop .actions .action-item i.ti-more-alt {
    position: relative;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #7c7c7c;
}

.actionDrop .actions .action-item i.ti-more-alt::after,
.actions .action-item i.ti-more-alt::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #7c7c7c;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
}

.actionDrop .actions .action-item i.ti-more-alt::after {
    right: -8px;
}

.actionDrop .actions .action-item i.ti-more-alt::before {
    left: -8px;
}

ul.sidebar {
    min-width: 16rem;
}

.sidebar .nav-item .nav-link {
    width: 16rem;
}

.custom_select .form-check {
    display: inline-flex;
    align-items: center;
}

.form-check-input {
    min-height: 13px;
}

canvas#progress-chart {
    margin-top: 20%;
}

.card {
    border: 1px solid #e3e6f0;
}

.card-header {
    border-bottom: 1px solid #e3e6f0;
    padding: 0.75rem 1.25rem;
}
a.text-center.btn.btn-primary {
    font-size: 13px;
    min-width: 71px;
    line-height: 28px;
    min-height: 35px;
    background-color: #0d2345;
    height: 40px;
    border: 0px;
}

.btn.btn-success { background-color: #0d2345; border: 0px; }
/* start 8-08-2023*/
.col-form-label {
    width: 100%;
    font-size: 13px;
}
.card-header.p-2 h4,.card-header h4 {
    margin-bottom: 0px;
    font-size: 17px;
}
.card-header h4 {
    line-height: 41px;
}
.col-sm-2.checkbox.checkbox-primary label {
    margin-bottom: 0px;
    margin-left: 7px;
    font-size: 14px;
}
.col-sm-2.checkbox.checkbox-primary {
    display: flex;
    align-items: center;
}
.btn.btn-primary {
    background: #0d2345;
    border: 1px solid #0d2345;
    font-size: 14px;
}
button.btn.btn-primary.w-md.m-b-5 {
    background: #dc3545;
    border: 0px;
}
a.collapse-item.active {
    color: #000000!important;
    background: #eaf5f8!important;
    border-left: 3px solid #000;
    border-radius: 0px!important;
}
.form-inline {
    align-items: initial;
}
label.custom-control-label {
    font-size: 14px;
}
a.btn.btn-primary.btn-md {
    background: #0a2548;
    border: 0px;
    font-size: 14px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #26ade2;
    background-color: #26ade2;
}
.form-group.row.mb-1 .col-sm-7 { width: 100%; }
.form-group.row.mb-1 .col-sm-7 select { width: 100%; }
/* end 8-08-2023*/


/* .btn-success {
    font-size: 13px;
    min-width: 71px;
    line-height: 28px;
    min-height: 35px;
    background-color: #198754;
    height: 40px;
    border: 0px;
} */
/* btn toggle css */
.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem;font-size:.875rem;line-height:.5;border-radius:.2rem}
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-1.25rem;margin-right:.35rem}
.toggle{position:relative;overflow:hidden}
.toggle.btn.btn-light,.toggle.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}
.toggle input[type=checkbox]{display:none}
.toggle.off .toggle-group{left:-100%}
.form-check.form-check-inline .toggle .toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}
.toggle.btn-outline-primary .toggle-handle{background-color:var(--primary);border-color:var(--primary)}
.toggle.btn-outline-secondary .toggle-handle{background-color:var(--secondary);border-color:var(--secondary)}
.toggle.btn-outline-success .toggle-handle{background-color:var(--success);border-color:var(--success)}
.toggle.btn-outline-danger .toggle-handle{background-color:var(--danger);border-color:var(--danger)}
.toggle.btn-outline-warning .toggle-handle{background-color:var(--warning);border-color:var(--warning)}
.toggle.btn-outline-info .toggle-handle{background-color:var(--info);border-color:var(--info)}
.toggle.btn-outline-light .toggle-handle{background-color:var(--light);border-color:var(--light)}
.toggle.btn-outline-dark .toggle-handle{background-color:var(--dark);border-color:var(--dark)}
.toggle[class*=btn-outline]:hover .toggle-handle{background-color:var(--light);opacity:.5}
.toggle.btn{min-width:3.7rem;min-height:2.15rem}
.toggle-on.btn{padding-right:1.5rem}
.toggle-off.btn{padding-left:1.5rem}
.toggle.btn-lg{min-width:5rem;min-height:2.815rem}
.toggle-on.btn-lg{padding-right:2rem}
.toggle-off.btn-lg{padding-left:2rem}
.toggle-handle.btn-lg{width:2.5rem}
.toggle.btn-sm{min-width:3.125rem;min-height:1.938rem}
.toggle-on.btn-sm{padding-right:1rem}
.toggle-off.btn-sm{padding-left:1rem}
.toggle.btn-xs{min-width:2.19rem;min-height:1.375rem}
.toggle-on.btn-xs{padding-right:.8rem}
.toggle-off.btn-xs{padding-left:.8rem}
.toggle-group .btn-primary {
    color: #fff;
    background: #0d2345!important;
    border-color: #0d2345!important;
}
.modal-header strong h4 {
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
    margin: 0;
}
.checkbox.checkbox-primary {
    display: flex;
    align-items: center;
}

.checkbox.checkbox-primary label {
    margin-bottom: 0px;
    margin-left: 7px;
}
select {
    background: url(../img/select_arrow.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: 98% 13px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    text-indent: 0.01px;
    border-radius: 0;
    background-color: transparent;
    padding: 0 14px;
    font-size: 13px;
    color: #748494;
    font-weight: 300;
    background-size: 14px;
    border: 1px solid #DEDEDE;
    line-height: 37px;
    border-radius: 5px;
}
.toggle.btn.mr-1.btn-light.off+.toggle-group {
    left: -100%!important;
}
/* btn toggle css */
.actions {
    margin-left: 14px;
}
.form-control:focus{ box-shadow: none !important; }

/* Start responsive css */
@media (min-width: 1361px) and (max-width: 1440px) {
.loginOuter h1 { font-size: 45px; max-width: 584px; }
.loginOuter .verticalCenter .textCenter{ padding-left: 0 !important; }
}
@media (min-width: 1025px) and (max-width: 1360px) {
    .loginOuter h1 { font-size: 34px; max-width: 447px; }
    .loginOuter .verticalCenter .textCenter { padding: 20px 35px 20px 0 !important; }

}
@media (min-width: 768px) and (max-width: 1100px) {
    .startOuter .loginOuter{ display: initial; vertical-align: top; }
    .loginOuter h1{ font-size: 26px; max-width: 340px; margin: 23px auto 0; }
    .loginOuter .row .bg-login-image, .loginOuter .col-lg-5 { padding: 0; }
    .verticalCenter h4 { font-size: 20px; line-height: normal; }
    .verticalCenter p{ font-size: 14px; }
    .loginOuter .verticalCenter .textCenter{ padding: 29px 26px 0 7px !important; }
    .startOuter .form-logo{ margin-top: 40px; }  
    .startOuter .loginOuter .row .col-lg-7, .startOuter .loginOuter .row .col-lg-5 { width: 100%; max-width: 100%; }
    .startOuter .form-img { height: calc(100dvh - 490px); background: url(../img/login-img-normal.webp) no-repeat; background-size: cover; background-position: center; }
    
}

@media screen and (max-width: 991px){
    .loginOuter .col-lg-6 {
        display: block!important;
           width: 100% !important; 
        }
} 
@media screen and (min-width: 768px) {
    .sidebar a.sidebar-brand.close {
        display: none !important;
    }
    .sidebar.toggled a.sidebar-brand {
        display: none !important;
    }
    .sidebar.toggled a.sidebar-brand.close {
        display: flex !important;
        opacity: 1;
    }
    .sidebar.toggled a.sidebar-brand.close .sidebar-brand-text img {
        max-width: 59px;
    }
    .sidebar a.sidebar-brand.close .sidebar-brand-text {
        display: none;
    }
    .sidebar.toggled a.sidebar-brand.close .sidebar-brand-text {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .pageouter {
        padding: 20px;
    }
    .topbar #sidebarToggleTop {
        color: #000;
        font-size: 28px;
        width: auto;
        height: auto;
        background-color: transparent;
        box-shadow: none;
        outline: none;
    }
    .topbar #sidebarToggleTop:hover {
        background-color: transparent;
        box-shadow: none;
        outline: none;
    }
    .topbar #sidebarToggleTop:focus-within,
    .topbar #sidebarToggleTop:focus {
        box-shadow: none;
        outline: none;
    }
    a.sidebar-brand {
        display: none !important;
        margin: 0;
    }
    a.sidebar-brand.close {
        display: inline-block !important;
        opacity: 1;
    }
    .sidebar .sidebar-brand.close .sidebar-brand-text {
        display: inline-block;
        opacity: 1;
        width: 100%;
        margin: 0 !important;
    }
    .sidebar {
        position: fixed;
        left: -100%;
        transition: 0.8s;
    }
    .sidebar-toggled ul.sidebar {
        left: 0;
        width: 300px !important;
    }
    .sidebar button.closeIcon {
        position: absolute;
        right: 0;
        top: 7px;
        color: #000;
        box-shadow: none;
        outline: none;
    }
    .sidebar .nav-item .nav-link {
        text-align: left;
        padding: .75rem 2rem;
        width: 100%;
    }
    .sidebar .nav-item .nav-link span {
        display: inline-block;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 13px;
    }
    .pageouter .chartOuter {
        margin-top: 17px;
    }
    .sidebar .nav-item .collapse {
        position: absolute;
        left: 11px;
        z-index: 1;
        top: 43px;
        width: 100%;
        max-width: 277px;
    }
    .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
        width: 1rem;
        text-align: center;
        float: right;
        vertical-align: 0;
        border: 0;
        font-weight: 900;
        content: "\e908";
        font-family: 'icomoon' !important;
    }
    /* Start calculator page css */
    .formOuter {
        padding: 20px 20px;
    }
    .custom_radio label.ch-checkbox span {
        padding: 15px 40px;
    }
    .custom_radio span::after {
        left: 19px;
    }
    a.sidebar-brand.close.d-flex.align-items-center {
        padding-top: 0px;
    }
    a.sidebar-brand.d-flex .sidebar-brand-text img {
        width: 100%;
        max-width: 134px;
    }
    .navbar-expand .navbar-nav .dropdown-menu {
        left: auto;
    }
    /* end calculator page css */
        /* start 06-Sep-2023 */
        .loginOuter .bg-login-image { display: inline-block !important; min-height: auto; }
        .loginOuter .row { margin-left: 0; margin-right: 0; }
        .loginOuter .login_image_text{ padding: 0 15px; }
        .loginOuter .verticalCenter .textCenter{ padding: 24px !important; }
        .card-outer{ min-height: calc(100vh - 104px); }
       .startOuter .form-img { background: transparent; background-size: cover; height: auto; min-height: auto; background-position: center; }
        .startOuter .form-logo { left: 20px; top: 20px; }
        .startOuter .loginOuter .form-logo img { height: auto; }
        .startOuter .form-logo { margin-top: 40px; }
        .loginOuter h1 { font-size: 20px; max-width: 273px; margin: 23px auto 0; }
        .loginOuter .row .bg-login-image, .loginOuter .col-lg-5 { padding: 0; }
        .verticalCenter h4 { font-size: 16px; line-height: normal; }
        .verticalCenter p{ font-size: 12px; }

}