body {
    margin-top: 45px !important;
    background-color: #ffffff;
    font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
}

body {
    font-feature-settings: "salt";
}

.main-sidebar {
    width: 250px;
    height: 100vh;
    overflow-y: hidden;
    z-index: 1038;
    background-color: #1abbcd;
}

.navbar-white {
    background-color: #ffffff;
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.7rem 1rem;
}
.content-header {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 4%), 0 1px 5px 0 rgb(0 0 0 / 4%), 0 3px 1px -2px rgb(0 0 0 / 4%);
    padding: 5px 0.5rem;
}

.content-header321 {
    background: #efecec;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 4%), 0 1px 5px 0 rgb(0 0 0 / 4%), 0 3px 1px -2px rgb(0 0 0 / 4%);
    padding: 5px 0.5rem;
    border-bottom: 1px solid #666;
}
.content-wrapper {
    background-color: #f9f9f9;
}
label:not(.form-check-label):not(.custom-file-label) {
    font: 450 0.75rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji";
    letter-spacing: normal;
    color: #000000;
}

.form-control {
    /* margin-right: 15px; */
    height: 32px;
    /* position: relative; */
    padding: 4px 14px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    border-radius: 10px;
    color: #97a5ba;
    -webkit-appearance: listbox;
    width: 100%;
    font-size: 13px;
    background: #ffffff;
    /* -webkit-box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
    /* box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
}
.form-group {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4f5050;
    opacity: 1; /* Firefox */
    font: 400 0.975rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji";
    letter-spacing: normal;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}
.btn11 {
    padding: 2.375rem 0.75rem;
    color: #000;
    background: rgb(251, 250, 255);
    background: radial-gradient(circle, rgba(251, 250, 255, 1) 0%, rgb(232 232 235) 55%, rgb(203 208 209) 100%);
    border-color: #c6c9cb;
    box-shadow: none;
    font-size: 20px;
}
.main-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #dee2e6;
    color: #818182;
    padding: 1rem;
}
.card-primary:not(.card-outline) > .card-header {
    background-color: #fff;
}
.content-header h1 {
    font-size: 1.4rem;
    margin: 3px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #707070;
    color: #fff;
}
.card-body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.8rem;
    padding-left: 20px;
}
.nav-sidebar > .nav-item .nav-icon {
    display: inline;
    /* margin-left: 0.05rem; */
    font-size: 1.2rem;
    /* margin-right: 0.2rem; */
    text-align: center;
    /* width: 1.6rem; */
}
.left-menu-fnt {
    margin-top: 6px !important;
    font-size: 0.83rem;
    font-weight: 600;
}

.img-btm-space {
    margin-bottom: 8px;
}

.brand-link .brand-image {
    float: none;
    line-height: 0.8;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: 13px;
    max-height: 33px;
    width: auto;
}

.layout-fixed .brand-link {
    width: 120px;
}
.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(220px - 0rem * 2);
    transition: width ease-in-out 0.3s;
}
.nav-pills .nav-link {
    display: block;
    padding: 0.65rem 0.6rem;
}
@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left 0.3s ease-in-out;
    }
}
@media (max-width: 968px) {
    .dis-none {
        display: none !important;
    }

    .check223 {
        width: 600px;
    }
    .check223aaa {
        padding-left: 10px;
        width: 180px;
    }

    .card-body {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0.8rem;
        padding-left: 00px;
        padding-right: 00px;
    }

    .mr-4,
    .mx-4 {
        margin-right: 0rem !important;
        margin-bottom: 10px;
    }
    .pl-5,
    .px-5 {
        padding-left: 0rem !important;
    }
    .pl-12345 {
        padding-bottom: 20px;
        padding-left: 0px !important;
    }
}
.in-table-st11 .form-control {
    /* margin-right: 15px; */
    height: 30px;
    /* position: relative; */
    border-radius: 6px !important;
    /* -webkit-box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
    /* box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
}

.card-title {
    float: left;

    text-decoration: underline;

    font-size: 1.05rem;
    font-weight: 400;
    margin: 0;
    color: #1e1f2d;
    font-weight: 600 !important;
}
.card-header {
    background-color: transparent;
    border-bottom: 0px solid rgb(0 0 0 / 7%);
    padding: 0.45rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.form-group {
    margin-right: 10px;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #94a3b8;
    opacity: 1; /* Firefox */
    font-size: 13px;
}
@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 0rem !important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar,
    .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: -79px !important;
        width: 4.6rem;
    }
}
@media (max-width: 992px) {
    .mt11-0 {
        margin-top: 0px !important;
    }
    .pt11-0 {
        padding-top: 0px !important;
    }

    .mt11-11 {
        margin-top: -5px !important;
    }
    .mt11-12 {
        margin-top: -23px !important;
    }

    .pl-12345 {
        padding-bottom: 0px;
        padding-left: 0px !important;
    }
    .navbar {
        padding: 0.2rem 0.5rem 0.8rem 0.5rem;
    }
}
[class*="sidebar-dark"] .brand-link {
    border-bottom: 0px solid #4b545c;
}

.mt-51,
.my-51 {
    margin-top: 4.5rem !important;
}

.img-size-50 {
    width: 40px;
}

.file {
    visibility: hidden;
    position: absolute;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.btn.btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none;
    color: #727272;
    font-size: 13px;
    box-shadow: 2px 0px 8px 4px rgba(194, 190, 190, 0.15);
    -webkit-box-shadow: 2px 0px 8px 4px rgba(194, 190, 190, 0.15);
    -moz-box-shadow: 2px 0px 8px 4px rgba(194, 190, 190, 0.15);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f1f1f1;
    opacity: 1;
    color: #a1a1a1;
}
.right-mmst {
    background: #e4e7ea;
    color: #999;
    font-weight: 700;
}

.p-31 {
    padding: 0.7rem !important;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dropdown-menu-lg .dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-menu-lg {
    max-width: 400px;
    min-width: 310px;
    padding: 0;
}
.dropdown-menu-lg1 {
    max-width: 250px;
    min-width: 250px;
    padding: 0;
}
.input-group-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.345rem 2rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #c4c4c4;
    border-radius: 0.5rem;
}

.mat-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    font-size: 24px;
    line-height: 24px;
    -webkit-appearance: none !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 500;
    color: #1d283a;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.mr-51a,
.mx-51a {
    margin-right: 20rem !important;
}
.bg-notifaction {
    background-color: #e6e7e9;
    color: #000;
}

.navbar-badge {
    font-size: 0.6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 13px;
    top: 5px;
}
.p-4b {
    padding: 0.7rem !important;
}

.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    clear: both;
    font-weight: 400;
    color: #1d283a;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.fnt112 {
    font-size: 15px;
    background: #e6e7e9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #e7ebef;
}

.frm-hight40 {
    height: 42px;
    border: 0px solid #2c3b70;
    background: #efefef;
    border-radius: 19px;
}
.frm-seacrhclr {
    border: 1px solid #efefef;
    background: #efefef;
    color: #545454;
    border-radius: 0.25rem 1.25rem 1.25rem 0.25rem !important;
}
.bred-cl {
    color: #2d7399;
    font-weight: 600;
}

.mt-4vvvv {
    margin-top: 0rem !important;
    border-top: solid 2px #1eaae7 !important;
}

.card-titleb {
    float: left;
    font-size: 1.1rem !important;
    font-weight: 400;
    margin: 0;
    color: #000000;
    font-weight: 500 !important;
}

.column22 {
    float: left;
    width: 40%;
}
.column221 {
    float: left;
    width: 60%;
}

.column223 {
    width: 90%;
}
.border-radiousf1 {
    border-radius: 6px 0px 0px 6px !important;
    border-right-width: 0px !important;
}
.border-radiousf1a {
    border-radius: 0px 6px 6px 0px !important;
}

.input-text-p1 {
    padding: 0.205rem 0.75rem !important;
}

.fntup-btn {
    font-size: 14px !important;
}

.btn {
    display: inline-block;
    font-weight: 400;

    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    padding: 0.275rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
}

.navbar {
    padding: 0.7rem 0.5rem;
}
.navbar-dark {
    background-color: #181f39;
    border-color: #181f39;
    color: #ffffff;
}
.mt-1tpnv {
    margin-top: 0.12rem !important;
}

.bdr-tp-aa1 {
    border-top: solid 1px #ffc90e !important;
}

.card-footer {
    padding: 0.55rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
}

.main-header {
    border-bottom: 1px solid #eeeeee;
    z-index: 1034;
}

.mt-4vvvv1a {
    float: left;
    margin-top: 0rem !important;
    border-top: solid 1px #ffc90e !important;
    width: 404px;
}

label {
    display: inline-block;
    margin-bottom: 0.3rem;
}
.hd-mgr12 {
}

.hd-mgr121a {
    margin-top: -22px !important;
}
.ml1111-0 {
    margin-left: -5px !important;
}

.card {
    box-shadow: 0 0 0px rgb(0 0 0 / 13%), 0 0px 0px rgb(0 0 0 / 20%);
    margin-bottom: 0rem;
}

.btn-secondary {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    box-shadow: none;
}

.mt-4vvvv2aa {
    margin-top: 1.3rem !important;
    border-top: solid 2px #1eaae7 !important;
}

.box-aa {
    width: 50px;
    height: 50px;
    border: solid 2px #f00 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    box-shadow: none;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #c4c4c4 solid 2px;
    box-shadow: inset 0 0rem 0rem rgb(0 0 0 / 00%);
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}

.pt-2sderr {
    padding-top: 0.43rem !important;
}

.bdrt2aa {
    border-bottom: solid 2px #1eaae7 !important;
}

.check223 {
    padding: 0px;
}

.check223 .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    box-shadow: none;
}
.check223 .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.check223 .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.check223 .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #c4c4c4 solid 1px;
    box-shadow: inset 0 0rem 0rem rgb(0 0 0 / 00%);
    color: fff;
}

.check223 .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    color: fff;
}

.check223 label:not(.form-check-label):not(.custom-file-label) {
    font: 450 0.75rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji";
    letter-spacing: normal;
    color: #fff;
}

.font-lb-233444 {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}

.check223 .form-control {
    /* margin-right: 15px; */
    height: 30px;
    /* position: relative; */

    border-radius: 6px !important;

    /* -webkit-box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
    /* box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
}

.h6,
h6 {
    font-size: 0.91rem;
    font-weight: 450;
    margin-bottom: 0px;
    color: #000000;
}
.table-s321a {
}
.table-s321a .form-control {
    /* margin-right: 15px; */
    height: 30px;
    /* position: relative; */

    border-radius: 6px !important;

    /* -webkit-box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
    /* box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
}

.table-s321a .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ffe594;
}

.table-s321a .table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-s321a .table td {
    padding: 0.4rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font: 450 0.75rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.table-s321a .table th {
    padding: 0.75rem 0.75rem 0.75rem 0.45rem;
    vertical-align: top;
    border-top: 2px solid #ffe594;
    font: 550 0.75rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.table-s321a .table {
    width: 100%;
    border-bottom: 2px solid #dee2e6;
    color: #212529;
    background-color: transparent;
}
.rs-frmbg54 {
    background-image: url(../img/up.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.vtopalq {
    vertical-align: top !important;
}

.btn-success1 {
    color: #ffcc29;
    background-color: #fff;
    border-color: #c4c4c4;
    box-shadow: none;
    font-weight: 500;
    font-size: 14px;
    width: 150px;
}
.fnt-weight500 {
    font-weight: 500 !important;
    font-size: 14px !important;
}
.blue-clr {
    color: #0444e8 !important;
}
.table {
    width: 100%;
    margin-bottom: 0rem;
    color: #212529;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.3rem 0.4rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.in-table-st11 {
    padding: 0px 10px;
}

.in-table-st11 .table thead th {
    padding: 15px 0px;
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    font: 550 0.75rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.in-table-st11 .table td,
.table th {
    padding: 0.1rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font: 450 0.75rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.in-table-st11 .form-control {
    /* margin-right: 15px; */
    height: 30px;
    /* position: relative; */
    border-radius: 6px !important;
    /* -webkit-box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
    /* box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */

}

.mt-4vvvvawqqq {
    float: left;
    margin-top: 0.5rem !important;
    width: 90%;
    border-top: solid 2px #1abbcd !important;
}
.btn-scs12 {
    width: 220px !important;
}

.in-table-st11ab {
    padding: 0px 10px;
}

.in-table-st11ab .table thead th {
    padding: 15px 0px 14px 14px;
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    font: 600 0.8rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
    background: #e9f8fb;
}

.in-table-st11ab .table td,
.table th {
    padding: 0.6rem 0rem 0.6rem 0.9rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font: 500 0.8rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.badge {
    display: inline-block;
    padding: 0.45em 0.4em;
    font-size: 95%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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;
}
.mt-1234 {
    margin-top: -3px !important;
}
.nav-sidebar .nav-link > .right:nth-child(2),
.nav-sidebar .nav-link > p > .right:nth-child(2) {
    left: 3rem;
}

.sales-btn-p {
    padding: 0.475rem 3.75rem;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0rem;
}

.mt-sales {
    margin-top: 0px !important;

    border-top: solid 2px #37464e !important;
}

.service11-c {
    background: #37464e;
}

.service11-c1 {
    background: #adaeaf8f;
    color: #000000;
}
.no-st-text-b {
    color: #0072bf;
    text-decoration: none !important;
}

.form-check-input1 {
    position: absolute;
    margin-top: 0.1rem;
    margin-left: -1.25rem;
}
.in-table-st11ab221 {
    padding: 0px;
}
.in-table-st11ab221 .table td,
.table th {
    padding: 0.5rem 0.1rem;
    vertical-align: top;
    border-bottom: 0px solid #dee2e6;
    font: 500 0.8rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.tvnbr {
    border-bottom: 0px solid #dee2e6 !important;
    padding: 0rem 0.1rem !important;
}
.tvnbr1 {
    border-bottom: 0px solid #dee2e6 !important;
    padding: 0rem 0rem 0.8rem 0.1rem !important;
}

.all-form-gpf {
    font-size: 0.8rem !important;
}

.tb-vlgn {
    vertical-align: top !important;
}

.tvnbr123 {
    border-bottom: 1px solid #dee2e6 !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1abbcd;
    border-color: #1abbcd#dee2e6 #fff;
    border-bottom: 0px solid #37464e;
}
.card-primary:not(.card-outline) > .card-header a.active {
    color: #f3f3f3;
}
.custom-tab-s {
}
.custom-tab-s .nav-link {
    display: block;
    padding: 0.5rem 2.5rem !important;
}

.nav-tabs {
    border-bottom: 1px solid #37464e;
}
.card-primary:not(.card-outline) > .card-header,
.card-primary:not(.card-outline) > .card-header a {
    color: #000;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #adaeaf8f;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 350px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 576px) {
    .table-responsive-sm {
        padding-right: 10px;
    }
    .whtb {
        width: 820px !important;
    }
    .card {
        box-shadow: 0 0 0px rgb(0 0 0 / 13%), 0 0px 0px rgb(0 0 0 / 20%);
        padding: 0.2rem 0rem 0.2rem 0rem;
    }
    .card-footer {
        padding: 0.55rem 0.25rem;
        background-color: rgba(0, 0, 0, 0);
        border-top: 0 solid rgba(0, 0, 0, 0);
    }
}
.model-w-s {
    border-radius: 5px !important;
    height: 40px !important;
}

.model-fnt-s {
    font-size: 1.1rem !important;
    color: #fff;
}

.modal-header {
    padding: 0.4rem 0.7rem 0.4rem 0.7rem !important;
    background: #1abbcd;
}

.comt-w {
    width: 1500px !important;
    overflow: hidden !important;
}

.asset-bdr-style1 {
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #084956;
    background: #e9f8fb;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 640px !important;
    }
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #aaaaaaa3;
    padding: 0.26875rem 0.75rem;
    height: calc(2rem + 2px);
}
b,
strong {
    font-weight: 600;
}

.asset-bdr-style1 h6 {
    font-weight: 500;

    font-size: 12px;
}

.asset-bdr-style122 {
    border-radius: 0px;
    font-weight: 500 !important;
    border: 0px solid #333;
    background: #edecec;
    padding: 0.7rem 0.05rem !important;
    margin-bottom: 10px;
}

.btn-link {
    font-weight: 400;
    color: #0444e8;
    text-decoration: none;
    font-size: 14px;
}

.in-table-st11ab2345 .table thead th {
    padding: 15px 5px 15px 5px !important;
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    font: 600 0.8rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
    background: #e9f8fb;
}

.in-table-st11ab2345 .table td,
.table th {
    padding: 0.7rem 0.9rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font: 500 0.8rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji" !important;
}

.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}

.modal-dialog234567 {
    max-width: 500px;
    margin: 1.75rem auto;
}
. {
    width: 1024px;
}

.form-control21 {
    -webkit-appearance: listbox !important;
}

.comt-w {
    width: 1800px !important;
    overflow: hidden !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #c3bcbc;
    border-radius: 10px !important;
    cursor: text;
    height: 28px !important;
    font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple {
    min-height: calc(1.95rem + 2px) !important;
}

.expm {
    top: 28px;
    right: -13px;
    position: absolute;
}

.pl-r1 {
    position: relative !important;
}

[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #b2b0ae;
    top: 1px !important;
    margin-left: -29px;
}

[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px !important;
    left: -1px;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
.fnt-check-style {
    font: 450 0.75rem/1.2857142857 Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
        "Noto Color Emoji";
    letter-spacing: normal;
    color: #000000;
}

.ms-container {
    width: 100%;
}

.breadcrumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0.25rem;
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
}

.mt-4vvvv2aaghjk {
    margin-top: 0rem !important;
    border-top: solid 2px #ffe594 !important;
}

.border-all11-b {
    border: 1px solid #1eaae7;
    padding: 0.375rem 0.75rem;
    background-color: #1eaae7;
    color: #ffffff;
}

.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    z-index: 999;
}

.hamburger:hover .line {
    width: 26px !important;
}
.hamburger .line:nth-child(1) {
    width: 20px;
}
.hamburger .line:nth-child(2) {
    width: 26px;
}
.hamburger .line {
    background: var(--primary);
    display: block;
    height: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-child(3) {
    width: 22px;
}

.table-responsive thead {
    background-color: #01a3ff;
    background-color: var(--primary);
}

.pdremovebtn {
    padding: 0.175rem 0.475rem;
}

.tbe-fnt {
    font-size: 0.9rem !important;
}

.login-bg-img {
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100%;
}
.bg-login {
    background-color: #1abbcd;
}

.login-title {
    float: none;
    font-size: 2.9rem;
    font-weight: 600;
    color: #fff;
}
.login-fnt-p {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.form-control-login {
    /* margin-right: 15px; */
    height: 54px;
    /* position: relative; */
    padding: 4px 24px;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #747474;
    text-indent: 0;
    line-height: 12px;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    border-radius: 27px;
    color: #97a5ba;
    -webkit-appearance: listbox;
    width: 100%;
    font-size: 16px;
    background: #f1f1f1;
    /* -webkit-box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
    /* box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 90%); */
}

.form-control-login::-webkit-input-placeholder {
    color: #35333380 !important;
    font-size: 16px;
}

.login-submit-style {
    color: #1a1a1a;
    font-size: 18px !important;
    padding: 0.475rem 3.75rem;
    font-weight: 500;

    line-height: 1.5;
    border-radius: 5.25rem;
}

.login-forgot {
    background-color: #1abbcd !important;
    border-color: #1abbcd !important;
    color: #ffffff !important;
}

.fixed-postion {
    position: absolute !important;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #d7f2f9;
    font-weight: 500 !important;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
    color: #ffffff;
}

.form-control:focus {
    color: #495057;
    background-color: #ecececc2;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}

.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
    background: #efefef;
    padding: 6px;
    border-radius: 50px;
    color: #000;
}
.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
    background: #efefef;
    padding: 6px;
    border-radius: 50px;
    color: #000;
}

.user-panel,
.user-panel .info {
    overflow: hidden;
    white-space: nowrap;
    background: #efefef;
    padding: 5px 6px 3px 7px;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
}
.user-panel .image {
    display: inline-block;
    padding-left: 0.1rem;
}

.h1,
h1 {
    font-size: 2.2rem;
    font-weight: 600;
}

.small-box {
    background-color: #ffffff;
    border-radius: 0.95rem;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 5px 12px 2px 12px;
}

.fnt-size-box {
    font-size: 1.1rem !important;
}

.green-info {
    color: #28c252;
    font-weight: 600;
}
.gray-info-p {
    color: #939393 !important;
}
.table-w-mm1 {
    width: 100% !important;
}
.small-box .icon .iconbox1 {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.pt-47a {
    padding-top: 1.5rem !important;
}
@media (max-width: 767.98px) {
    .small-box {
        text-align: left;
    }
    .small-box .icon {
        display: block;
    }

    .pt-47a {
        padding-top: 0rem !important;
    }
    .dsp-non-7 {
        display: none !important;
    }
    .dashboard-login-h {
        font-size: 1rem !important;
        font-weight: 700;
    }

    .p-5 {
        padding: 2rem 1rem 2rem 2rem !important;
    }
    .mt-4,
    .my-4 {
        margin-top: 0.5rem !important;
    }

    .comt-w1 {
        width: 950px !important;
    }

    .comt-w112 {
        overflow: scroll !important;
    }
    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .pl1-5 {
        padding-left: 2rem !important;
    }
    .pr-5,
    .px-5 {
        padding-right: 1rem !important;
    }
    .m-21 {
        margin: 0rem 0rem 0.5rem 0rem !important;
    }

    .table-w-mm1 {
        width: 850px !important;
    }

    .nav-link12 {
        display: block;
        padding: 0.5rem 2rem !important;
        color: #404040;
    }
}

.dashboard-login-h {
    font-size: 1.3rem;
    font-weight: 700;
}

.hm-p-box-bt12 {
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    border: #00000010 solid 1px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #1abccb;
}

.small-box h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0px;
    padding: 0;
    white-space: nowrap;
}

.dropdown-menu {
    min-width: 17rem;
}
.dropdown-menu1 {
    min-width: 6rem;
}
.comt-www1216 {
    width: 1000px;
    overflow: scroll;
}

.nav-link12 {
    display: block;
    padding: 0.5rem 4rem;
    color: #404040;
}

.h1-page-heading {
    font-size: 1.4rem;
    font-weight: 500;
}

.border-all {
    border: solid 1px #717171;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0rem;
}

.m-21 {
    margin: 0rem 0.5rem 0.5rem 0.5rem !important;
}

.comt-w112 {
    width: 1600px;
}

.small-box > .inner {
    padding: 0px;
}

.h5,
h5 {
    font-size: 1rem;
}

.card-body.p-0 .table tbody > tr > td:first-of-type,
.card-body.p-0 .table tbody > tr > th:first-of-type,
.card-body.p-0 .table tfoot > tr > td:first-of-type,
.card-body.p-0 .table tfoot > tr > th:first-of-type,
.card-body.p-0 .table thead > tr > td:first-of-type,
.card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 1rem;
}

.padding-top-box {
    padding: 8px 11px 0px px 11px !important;
}

.btn-primary1 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40 !important;
}

@media (min-width: 1200px) {
    .modal-xl-xl1 {
        max-width: 574px !important;
    }
}

.comt-w112111m3 {
    width: 2980px;
}
.comt-w1122 {
    width: 1750px;
}
.table-w-mm2 {
    width: 100% !important;
}
.comt-w112111m1 {
    width: 2080px;
}

.comt-w1121 {
    width: 1675px;
}
.comt-w112111m2 {
    width: 2900px;
}
.comt-w112111m126 {
    width: 1780px;
}

.comt-w112111m127 {
    width: 1280px;
}
@media (max-width: 1200px) {
    .mr-51a,
    .mx-51a {
        margin-right: 5rem !important;
    }

    .comt-w112111m3 {
        width: 100%;
    }
    .comt-w1122 {
        width: 100%;
    }

    .table-w-mm2 {
        width: 1000px !important;
    }
    .comt-w112111m1 {
        width: 100% !important;
    }
    .comt-w1121 {
        width: 100% !important;
    }
	
	.comt-w112111m126 {
     width: 100% !important;
}
.comt-w112111m127 {
     width: 100% !important;
}
}

@media (min-width: 1200px) {
    .rs-frmbg54123 {
        background-image: url(../img/cal.jpg);
        background-position: 95% 50%;
        background-repeat: no-repeat;
        padding-right: 20px;
    }
}
.comt-w112111m {
    width: 2000px;
}

.neela {
    color: blue;
    margin-top: -7px;
}
.lal {
    color: red;
}

.model-c {
    top: 50%;
    !important: ;
    transform: translateY(-50%) !important;
}
.sm-box-z1p {
    padding: 20px 20px 20px 20px !important;
}

.icheck-white {
}

.icheck-white > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:checked + label::before {
    background-color: #ffffff;
    border-color: #ffffff;
}
.icheck-white > input:first-child:checked + input[type="hidden"] + label::before,
.icheck-danger > input:first-child:checked + label::before {
    background-color: #d9534f;
    border-color: #d43f3a;
}
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    border: 2px solid #ffffff;
    top: 1px !important;
    margin-left: -29px;
    border-radius: 2px;
}

[class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-"] > input:first-child:checked + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px !important;
    left: -1px;
    width: 8px;
    height: 13px;
    border: 3px solid #3498db;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}
.myDiv {
    display: none;
}
#showOne {
    border: 0px solid red;
}
#showTwo {
    border: 0px solid green;
}

.box {
    display: none;
}
.red {
}
.green {
}
.blue {
}
.yellow {
}
.orange {
}
.survey {
}

.pl1-5 {
    padding-left: 3rem;
}
.all-w-table-w1 {
    min-width: 400px;
    overflow: scroll;
}

.all-w-table-w {
    width: 1000px;
}

.table-1121 {
    overflow: auto;
    max-height: 400px;
}

.comt-w112111m26 {
    width: 1700px;
}


.border-btn-11w {
padding: 0.075rem 0.75rem!important;
border: 1px solid #1e171717!important;
}

.pding-bl-btn{
padding: 4px!important;

}

.comt-w112111m27 {
    width: 1200px;
}


