html {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #616a7a;
}

body {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
    font-weight: 400;
    font-style: normal;
    /* font-family: 'Roboto', Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    background-color: #26262b;
    color: #000;
    line-height: 1.3;
    text-shadow: none !important;
}

.login-wrapper {
    width: 100%;
    min-height: 366px;
    height: calc(100vh);
    position: relative;
    background-color: #131921;
}
.card-body{
    color: #000;
    text-shadow: none;
    box-shadow: none;

}
.login-overlay {
    width: 100%;
    height: calc(100vh);
    background-color: rgba(251, 251, 253, 0.1);
    z-index: 1;
    position: fixed;
}

.login-wrap {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    min-height: calc(100% - 60px);
    padding: 30px 30px;
}

.login-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-banner-wrapper {
    background-color: #e7f3fa;
    border-radius: 0 20px 20px 0;
}

.carousel-caption {
    color: #1572A1;
}

.input-group .form-control {
    border-left: none;
}

    .input-group .form-control:focus {
        box-shadow: none;
        border-color: #dee2e6;
    }

.input-group .fas {
    color: #1572A1;
}

.input-group .input-group-text {
    border-right: none;
    background-color: transparent;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.form-select:focus {
    box-shadow: none;
    border-color: #000;
}

.login-wrap-wrap {
    padding: 10px 20px 20px;
    background-color: #25282d;
    border-radius: 16px 0 0px 16px;
    min-height: calc(100vh - 80px);
    background-image: url(../images/blob.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 300% 208%;
}

@media (max-width: 768px) {
    .login-wrap-wrap {
        border-radius: 30px;
        position: relative;
    }

        .login-wrap-wrap:after {
            position: absolute;
            content: '';
            width: calc(100% + 6px);
            border-bottom: 20px solid #4c5370;
            left: -3px;
            right: -3px;
            bottom: -2px;
            border-radius: 0 0 20px 20px;
        }

        .login-wrap-wrap:before {
            position: absolute;
            content: '';
            width: calc(100% + 6px);
            border-bottom: 20px solid #4c5370;
            left: -3px;
            right: -3px;
            top: -2px;
            border-radius: 20px 20px 0 0;
        }
}

.login-logo {
    width: 150px;
}

.login-card h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

#schemecarousel .carousel-item {
    min-height: calc(100vh - 80px);
}

    #schemecarousel .carousel-item > div.image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 80px);
    }

    #schemecarousel .carousel-item img {
    }

.main-wrap {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 0;
}

.header-main {
    background-color: #1f2020;
    background: linear-gradient(140deg, ##06080a 60%, #000);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.brand-logo {
    display: inline-block;
    cursor: pointer;
    width: 140px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .brand-logo:hover {
        cursor: pointer;
    }

.app-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.app-title-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.user-info {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    padding-top: 4px;
}

.user-info tbody tr td:first-child {
    color: #fff;
    font-weight: 700;
}

.logout-wrapper {
    width: 30px;
}
/*.logout-wrapper a img {
    filter: invert(1);
}*/
.scheme-navbar {
    /*background-color: #dbe1ff;*/
    background-color: #1b232e;
}

    .scheme-navbar .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;
        margin-top: -1px;
        border: 0;
        box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.25);
    }

    .scheme-navbar .dropdown-menu li {
        margin-bottom: 2px;
    }

    .scheme-navbar .dropdown-menu li:last-child {
        margin-bottom: 0;
    }

    .scheme-navbar .dropdown-menu li a {
        color: #000 !important;
        font-size: 13px;
        border-left: 3px solid #ff0d00;
        padding: 8px 10px;
        transition: all 0.3ms ease-in-out;
    }

    .scheme-navbar .dropdown-menu li a:hover {
        background-color: #e7322a;
        color: #fff !important;
    }

    .scheme-navbar .dropdown-item.active, .scheme-navbar .dropdown-item:active {
        background-color: #e7322a;
        color: #fff !important;
    }

@media (min-width : 992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: none;
        border: none;
        justify-content: end;
        color: #ff0d00;
    }
}

@media (max-width : 992px) {
    .offcanvas {
        width: 250px !important;
    }

    .offcanvas-start-lg {
        top: 0;
        left: 0;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%);
    }
}

.navbar-nav li a {
    /*color: #fff !important;*/
    transition: all 0.3ms ease-in-out;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.03rem;
}


.main-container {
    min-height: calc(100vh);
    padding-top: 95px;
}


.btn-danger {
    background: linear-gradient(140deg, #e7322a 60%, #930701);
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    min-width: 100px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}
.btn-primary {
    background: linear-gradient(140deg, #e7322a 60%, #f5463d);
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    min-width: 100px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    border-color: #dd645e;
}
.btn-primary:hover {
    border-color: #e7322a
}

.btn-secondary {
    background: linear-gradient(140deg, #646464 60%, #1f1f1f);
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    min-width: 100px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2)
}
.btn-tbl-action {
    min-width: 20px !important;
    height: 20px;
    padding: 0;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-tbl-action + .btn-tbl-action{
    margin-left: 5px;
}
.btn-tbl-action .fas{
    font-size: 13px;
}
@media (min-width: 992px){
    .col-custom-1 {
        flex: 0 0 auto;
        width: 12%;
    }

    .col-custom-11 {
        flex: 0 0 auto;
        width: 88%;
    }
    .custom-offset-1{
        margin-left: 12%;
    }
}

.link-btn {
    text-decoration: none;
    color: #0b2239;
}

.link-btn:hover {
    cursor: pointer;
    text-decoration: none;
}

    .link-btn:visited, .link-btn:active, .link-btn:hover {
        color: #0b2239;
    }

.main-wrapper {
    background-color: #202224;
}

    .main-wrapper header {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f6f9ff;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
    }

    .main-wrapper .u-logo {
        max-width: 150px;
    }

.logout {
    font-weight: 600;
}

    .logout img {
        width: 28px;
    }

.main-section {
    min-height: calc(100vh);
    padding-top: 75px;
}

.card .card-header {
    background-color: #fff;
    /* border-left: 10px solid #e7322a; */
    background: repeating-linear-gradient(-45deg, #fff3f3, #fdf4f3 10px, #f1f1f1 10px, #f1f1f1 20px );
    border-bottom: 0;
    position: relative;
}

.card .card-top-header:after {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    top: -3px;
    left: 15px;
    right: 0;
    height: 6px;
    background-color: #0F6292;
    border-radius: 6px;
}

.card .card-header h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
}

.custom-card-border-bottom {
    border-bottom: 6px solid #0b2239;
    border-radius: 0 0 4px 4px;
}

.form-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #000;
}

.form-control {
    font-size: 13px;
}


@media (max-width : 600px) {
    .ms-auto .user-info {
        display: none;
    }

    .user-info-mobile {
        display: block;
    }
}

@media (min-width : 601px) {
    .user-info-mobile {
        display: none;
    }
}


.icon-arrow-right {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon-arrow-left {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.datepicker.dropdown-menu {
    border: 1px solid rgb(0 43 127);
}

.datepicker-days table thead tr th {
    font-weight: 600;
}

    .datepicker-days table thead tr th.dow {
        font-weight: 400 !important;
    }

.table-responsive .table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}


@media (max-width: 991px){
    .offcanvas-drawer {
        background-color: #0F6292;
        background: linear-gradient(117deg, rgb(7 73 111) 0%, rgb(15 98 146) 0%, rgb(7 79 121) 0%, rgb(20 133 151) 51%, rgb(102 139 225) 100%);
        border-right: 0;
    }
    .scheme-navbar .dropdown-menu{
        box-shadow: none;
    }
    .scheme-navbar .dropdown-menu li a:hover {
        background-color: #e7322a;
    }
    .offcanvas-drawer .offcanvas-header {
        background-color: #0c5f8f;
        background: linear-gradient(117deg, rgb(7 73 111) 0%, rgb(15 98 146) 0%, rgb(7 79 121) 0%, rgb(20 133 151) 51%, rgb(102 139 225) 100%);
        color: #fff;
        padding: 15px 10px 5px;
        border-bottom: 1px dashed #5691b3;
    }
    .drawer-close {
        position: absolute;
        right: -20px;
        top: 15px;
        z-index: 999;
        background: #4f89cd;
        padding: 5px 5px 5px 5px !important;
        border-radius: 0 14px 14px 0;
        border: 0;
        outline: none;
    }
    .drawer-close:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: transparent;
        top: -10px;
        left: 0;
        border: 5px solid transparent;
        border-left-color: #4f89cd;
        border-bottom-color: #4f89cd;
    }
    .drawer-close:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: transparent;
        bottom: -10px;
        left: 0;
        border: 5px solid transparent;
        border-left-color: #4f89cd;
        border-top-color: #4f89cd;
    }
    .offcanvas-header .w-text {
        font-size: 13px;
        margin-top: -8px;
        margin-bottom: 5px;
        font-weight: 300 !important;
    }
    .offcanvas-header h4 {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .offcanvas-header .desc span {
        font-size: 12px;
        font-weight: 300;
    }
    .offcanvas-header .desc {
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .navbar-nav li a{
        font-size: 14px;
    }
    .navbar-nav li a.nav-link.dropdown-toggle:after {
        right: 0;
        position: absolute;
        top: 15px;
    }
    .navbar-nav > .nav-item {
        border-bottom: 1px solid #59828b;
    }
}
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.loader {
    width: 48px;
    height: 48px;
    position: relative;
    animation: rotate 4s linear infinite;
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    border: 24px solid;
    border-color: transparent transparent #0F6292 #0F6292;
    position: absolute;
    left: 0;
    top: 0;
    animation: mvx 2s infinite ease-in;
}

.loader:before {
    left: -1px;
    top: 1px;
    border-color: #e7322a #e7322a transparent transparent;
    animation-name: mvrx;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes mvx {
    0%, 15% {
        transform: translate(0, 0) rotate(0deg)
    }

    50% {
        transform: translate(-50%, 50%) rotate(180deg)
    }

    100% {
        transform: translate(0%, 0%) rotate(180deg)
    }
}

@keyframes mvrx {
    0%, 15% {
        transform: translate(0, 0) rotate(0deg)
    }

    50% {
        transform: translate(50%, -50%) rotate(180deg)
    }

    100% {
        transform: translate(0%, 0%) rotate(180deg)
    }
}


/*.loader {
    width: 48px;
    height: 48px;
    position: relative;
    animation: rotate 4s linear infinite;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
}

    .loader:before,
    .loader:after {
        content: "";
        display: block;
        border: 24px solid;
        border-color: transparent transparent #fff #fff;
        position: absolute;
        left: 0;
        top: 0;
        animation: mvx 1s infinite ease-in;
    }

    .loader:before {
        left: -1px;
        top: 1px;
        border-color: #e7322a #e7322a transparent transparent;
        animation-name: mvrx;
    }

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes mvx {
    0%, 15% {
        transform: translate(0, 0) rotate(0deg)
    }

    50% {
        transform: translate(-50%, 50%) rotate(180deg)
    }

    100% {
        transform: translate(0%, 0%) rotate(180deg)
    }
}

@keyframes mvrx {
    0%, 15% {
        transform: translate(0, 0) rotate(0deg)
    }

    50% {
        transform: translate(50%, -50%) rotate(180deg)
    }

    100% {
        transform: translate(0%, 0%) rotate(180deg)
    }
}
*/
.table > :not(:first-child) {
    border-top: none;
}

.custom-table-responsive {
    background-color: #f6f9ff;
    padding: 0px 10px 10px;
    border-radius: 4px;
}

.custom-table thead tr, .custom-table thead th {
    border-top: none;
    border-bottom: none !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding-top: 15px;
    background-color: #f6f9ff;
}

.custom-table tbody tr:not(.spacer) {
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.custom-table tbody tr th, .custom-table tbody tr td {
    background: #fff;
    border: none;
    border-bottom: 5px solid #f6f9ff;
}

    .custom-table tbody tr th:first-child, .custom-table tbody tr td:first-child {
        border-top-left-radius: 22px;
        border-bottom-left-radius: 25px;
        padding-left: 15px;
    }

    .custom-table tbody tr th:last-child, .custom-table tbody tr td:last-child {
        border-top-right-radius: 22px;
        border-bottom-right-radius: 25px;
        padding-right: 15px;
    }

.alert-modal .modal-header {
    padding: 5px 1rem;
    border-left: 15px solid #e7322a;
    border-radius: 20px 20px 20px 0;
}

    .alert-modal .modal-header h1 {
        font-size: 18px !important;
        font-weight: 600;
        /* color: #000; */
    }

.alert-modal .modal-content {
    border-radius: 20px;
    border-bottom: 2px solid #e7322a;
}

.alert-modal .modal-body {
    border-bottom: 10px solid #e7322a;
    border-radius: 0 0 20px 20px;
    padding-bottom: 10px;
}

.form-select {
    font-size: 13px;
}

.mend {
    position: relative;
}

.mend:after {
    content: '*';
    position: absolute;
    font-size: 16px;
    color: rgb(255, 0, 0);
    top: -4px;
    margin-left: 2px;
    font-weight: 800;
}
.required{
    position: relative;
}
.required:after {
    content: '*';
    position: absolute;
    font-size: 16px;
    color: rgb(255, 0, 0);
    top: -4px;
    margin-left: 4px;
    font-weight: 800;
}
.confirmation-modal .modal-content {
    border-radius: 20px;
}

.confirmation-modal .modal-body {
    line-height: 22px;
}

    .confirmation-modal .modal-body h2 {
        font-size: 22px;
        font-weight: 700;
        color: #000946;
        margin-bottom: 15px;
    }

    .confirmation-modal .modal-body h3 {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 0;
    }

.confirmation-modal .modal-body {
    border-left: 10px solid #e7322a;
    border-right: 10px solid #e7322a;
    border-radius: 20px 20px 20px 20px;
    padding-bottom: 10px;
}

.config-label {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}


.rad-label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    transition: .3s;
}

/* .rad-label:hover,
  .rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
  } */

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 25px;
    height: 25px;
    /* background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%)); */
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    position: relative;
    box-sizing: border-box;
}

    .rad-design::before {
        content: '';
        display: inline-block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: hsl(0, 0%, 90%);
        transform: scale(1.1);
        transition: .3s;
        border: 2px solid #c1c1c1;
    }

.rad-input:checked + .rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
}

.rad-input:checked ~ .rad-text {
    color: hsl(0, 0%, 40%);
}


.tiles-card {
    cursor: pointer;
    background: #f0f0f0;
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding-left: 130px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.3);
    word-break: break-word;
}

    .tiles-card .img-wrapper {
        position: absolute;
        width: 100px;
        height: 100px;
        padding: 15px;
        background: #590505;
        border-radius: 25px;
        z-index: 2;
        bottom: 25px;
        left: 15px;
        transition: all 0.3s ease-in-out;
    }

.tiles-card-1 {
    background: linear-gradient(145deg, #144272 50%, #0A2647);
}

    .tiles-card-1 .img-wrapper {
        background: linear-gradient(145deg, #fc6422 30%, #aa3300);
    }

.tiles-card-2 {
    background: linear-gradient(145deg, #e07809 50%, #924d02);
}

    .tiles-card-2 .img-wrapper {
        background: linear-gradient(145deg, #a95353 30%, #743030);
    }

.tiles-card-3 {
    background: linear-gradient(145deg, #4C0033 50%, #3e002a);
}

    .tiles-card-3 .img-wrapper {
        background: linear-gradient(145deg, #658864 30%, #476445);
    }

.tiles-card .img-wrapper img {
    max-width: 100%;
}

.tiles-card:hover {
    background: linear-gradient(145deg, #b01009 50%, #e7322a);
    color: #fff;
    cursor: pointer;
    transform: scale(1.02);
    box-shadow: 5px 8px 6px rgba(0, 0, 0, 0.3);
}

    .tiles-card:hover .img-wrapper {
        border-radius: 50px;
        padding: 25px;
    }

.word-counnter {
    display: flex;
    justify-content: end;
    font-size: 12px;
}

.pdf-brand-logo {
    width: 140px;
}

.scheme-header {
    background-color: #316b83;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 15px;
    border-radius: 30px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.scheme-details {
    background-color: #f4fff3;
    position: relative;
    border-radius: 10px;
    line-height: 20px;
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
}

    .scheme-details:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        width: 7px;
        border-radius: 10px 0 0 10px;
        background-color: #017b09;
    }

.about-dark-red {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #701e02;
    display: inline-block;
    color: #ffffff;
    position: relative;
    line-height: 22px;
    border-radius: 4px 0 0 4px;
}

.about-dark-red-arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.2em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    background-color: #fff;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #701e02;
    left: 39px;
    border-radius: 4px 0 0 4px;
}

.scheme-about {
    background-color: #fff9f7;
    padding: 15px 20px;
    margin: 0px !important;
    border-radius: 20px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}

    .scheme-about:before {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        top: -2px;
        height: 5px;
        background-color: #701e02;
        border-radius: 5px;
    }

    .scheme-about:after {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        bottom: -4px;
        height: 8px;
        background-color: #701e02;
        border-radius: 5px;
    }


.tc-red {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #d51111;
    display: inline-block;
    color: #ffffff;
    position: relative;
    line-height: 22px;
    border-radius: 4px 0 0 4px;
}

.tc-red-arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.2em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    background-color: #fff;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #d51111;
    left: 39px;
    border-radius: 4px 0 0 4px;
}

.tc {
    background-color: #fffaee;
    padding: 15px 20px;
    margin: 0px !important;
    border-radius: 20px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}

    .tc:before {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        top: -2px;
        height: 5px;
        background-color: #d51111;
        border-radius: 5px;
    }

    .tc:after {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        bottom: -4px;
        height: 8px;
        background-color: #d51111;
        border-radius: 5px;
    }

.tcI-red {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #18122B;
    display: inline-block;
    color: #ffffff;
    position: relative;
    line-height: 22px;
    border-radius: 4px 0 0 4px;
}

.tcI-red-arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.2em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    background-color: #fff;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #18122B;
    left: 39px;
    border-radius: 4px 0 0 4px;
}

.tcI {
    background-color: #f5f5f5;
    padding: 15px 20px;
    margin: 0px !important;
    border-radius: 20px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}

    .tcI:before {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        top: -2px;
        height: 5px;
        background-color: #18122B;
        border-radius: 5px;
    }

    .tcI:after {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        bottom: -4px;
        height: 8px;
        background-color: #18122B;
        border-radius: 5px;
    }

.supporting-red {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #3C6255;
    display: inline-block;
    color: #ffffff;
    position: relative;
    line-height: 22px;
    border-radius: 4px 0 0 4px;
}

.supporting-red-arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.2em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    background-color: #fff;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #3C6255;
    left: 39px;
    border-radius: 4px 0 0 4px;
}

.supporting {
    background-color: #f8fbfa;
    padding: 15px 20px;
    margin: 0px !important;
    border-radius: 20px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}

    .supporting:before {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        top: -2px;
        height: 5px;
        background-color: #3C6255;
        border-radius: 5px;
    }

    .supporting:after {
        position: absolute;
        content: '';
        left: 20px;
        right: 20px;
        bottom: -4px;
        height: 8px;
        background-color: #3C6255;
        border-radius: 5px;
    }


.criteria-green {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #009c95;
    display: inline-block;
    color: #ffffff;
    position: relative;
    line-height: 22px;
    border-radius: 4px 0 0 4px;
}

.criteria-green-arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.2em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    background-color: #fff;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #009c95;
    left: 39px;
    border-radius: 4px 0 0 4px;
}

.scheme-criteria {
    background-color: #f7f8ff;
    padding: 15px 20px;
    margin: 0px !important;
    border-radius: 20px;
    position: relative;
}

    .scheme-criteria:before {
        position: absolute;
        content: '';
        width: 8px;
        border-radius: 8px;
        background-color: #009c95;
        left: 0px;
        top: 15px;
        bottom: 15px;
    }

.criteria-blue {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    background-color: #005b9c;
    display: inline-block;
    color: #ffffff;
    position: relative;
    line-height: 22px;
    border-radius: 4px 0 0 4px;
}

.criteria-blue-arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.2em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #005b9c;
    left: 39px;
    border-radius: 4px 0 0 4px;
}

.scheme-blue {
    background-color: #f7f8ff;
    padding: 15px 20px;
    margin: 0px !important;
    border-radius: 20px;
    position: relative;
}

    .scheme-blue:before {
        position: absolute;
        content: '';
        width: 6px;
        border-radius: 4px;
        background-color: #005b9c;
        left: 0px;
        top: 5px;
        bottom: 15px;
    }

.scheme-criteria-info tr th {
    background-color: #005b9c;
    color: #fff;
    font-size: 13px;
}

.scheme-criteria-info tr td {
    font-size: 13px;
}

.cs-brand-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    color: #005b9c;
}

.cs-tread-name {
    font-size: 13px;
    color: #006c84;
}

    .cs-tread-name span {
        font-weight: 700;
    }

.cs-scheme-header {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}


.k-grid-header .k-header, .k-grid-header {
    /*awadhesh*/
    background-color: #282828 !important;
    border-color: #4c4a4a !important;
}

.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
    color: #ffffff !important;
}

.k-grid-filter .k-icon.k-filter {
    filter: invert(1) !important;
}
.custom-icon-btn {
    min-width: auto;
    border-radius: 30px;
}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button{
    min-width: 50px;
}
.k-window {
    border-color: #244c5b;
    border-radius: 8px;
}
.k-window-titlebar.k-header {
    border-color: #244c5b !important;
    background-color: #244c5b !important;
}
.k-window-titlebar.k-header .k-window-actions{
    top: -14px;
    right: -13px;
    background: #fff;
    padding-top: 0px;
    border-radius: 20px;
    width: 26px;
    height: 26px;
    text-align: center;
}
    .k-window-titlebar.k-header .k-window-actions:hover{
        background-color: #d51111;
    }
    .k-window-titlebar.k-header .k-window-actions .k-link.k-state-hover {
        background-color: transparent;
        border: none;
    }
    div.k-window-content {
        padding-left: 0;
        padding-right: 0;
    }

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scheme-navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.landing-box {
    height: calc(100vh - 150px);
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #f8c1b1, #c8defe, #f0f3ff, #98e9d6);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 4px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.page-title{
    margin-bottom: 12px;
    color: #000;
}
.page-title:after {
    position: absolute;
    content: '';
    left: 0;
    height: 5px;
    border-radius: 4px;
    bottom: -10px;
    background-color: #e7322a;
    width: 75%;
}
.page-title:before {
    position: absolute;
    content: '';
    right: 0;
    height: 3px;
    border-radius: 4px;
    bottom: -9px;
    background-color: #000;
    width: 30%;
}
.accordion-header {
}
.accordion-header .accordion-button {
    padding-left: 36px;
    font-weight: 600;
    color: #fff;
    background-color: #6096b4;
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1a5474;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:after {
    position: absolute;
    left: 6px;
    background-color: #fff;
    border-radius: 10px;
    padding: 4px;
    background-size: 14px;
    background-position: center;
}
/*.multiselect-native-select .btn-group .multiselect {
    position: relative;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 500;
}
.multiselect-native-select .btn-group .multiselect:after {
    position: absolute;
    top: 13px;
    font-size: 16px;
}
.multiselect-native-select ul.multiselect-container li a label {
    font-size: 13px;
    font-weight: 400;
    display: flex;
}
.multiselect-container > li > a > label > input[type=checkbox] {
    margin-left: -15px;
    margin-top: 3px;
    margin-right: 5px;
}
.multiselect-container > li > a{
    text-decoration: none;
    color: #000;
}*/

.view-sc-container {
    font-family: 'Roboto', sans-serif;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    width: 900px;
    max-width: 1140px;
    padding: 0 0px;
    margin-right: auto;
    margin-left: auto;
}
    .view-sc-container .colon{
        position: relative;
    }
    .view-sc-container .colon:before{
        position: absolute;
        content:':';
        left: -10px;
        font-weight: bold;
    }
    .view-sc-container .card {
        border: 0;
        border-radius: 0;
    }
.v-sc-title {
    background-color: #316b83;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 15px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.v-sc-card-green {
    background-color: #e6f7e4;
    color: #000;
    border-left: 5px solid #017b09;
    padding: 15px 1rem 5px;
    /*border-radius: 4px 15px 15px 4px;*/
    margin-bottom: 15px;
}
.v-sc-ab-title {
    background-color: #701e02;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 3px 10px 3px;
    display: inline-flex;
    position: relative;
    margin-bottom: 10px;
}
    .v-sc-ab-title:after {
        position: absolute;
        content: '';
        right: -30px;
        z-index: 0;
        top: 0;
        bottom: 0;
        border: 15px solid transparent;
        border-left-color: #701e02;
    }
.v-sc-ab-desc {
    background-color: #fff9f7;
    color: #000;
    border-bottom: 4px solid #701e02;
    border-top: 3px solid #701e02;
    padding: 15px;
    font-size: 12px;
    line-height: 20px;
}
.v-sc-sub-title {
    background-color: #005b9c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    display: inline-flex;
    line-height: 20px;
    position: relative;
}
.v-sc-sub-desc {
    border-left: 3px solid #005b9c;
    padding: 0px 15px 0;
    margin-bottom: 10px;
}
.v-sc-sub-title:after {
    position: absolute;
    content: '';
    right: -24px;
    z-index: 0;
    top: 0;
    bottom: 0;
    border: 12px solid transparent;
    border-left-color: #005b9c;
}
.v-sc-sc-title {
    background-color: #009c95;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 3px 10px 3px;
    display: inline-flex;
    position: relative;
    margin-bottom: 5px;
}

.v-sc-sc-title:after {
    position: absolute;
    content: '';
    right: -30px;
    z-index: 0;
    top: 0;
    bottom: 0;
    border: 15px solid transparent;
    border-left-color: #009c95;
}

.v-sc-sc-desc {
    background-color: #f7f8ff;
    color: #000;
    padding: 15px;
    /*border-radius: 4px;*/
    font-size: 14px;
    line-height: 20px;
    border-left: 5px solid #009c95;
}
.v-sc-tc-title {
    background-color: #d51111;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 3px 10px 3px;
    display: inline-flex;
    position: relative;
    margin-bottom: 10px;
}

.v-sc-tc-title:after {
    position: absolute;
    content: '';
    right: -30px;
    z-index: 0;
    top: 0;
    bottom: 0;
    border: 15px solid transparent;
    border-left-color: #d51111;
}

.v-sc-tc-desc {
    background-color: #fffaee;
    color: #000;
    border-bottom: 4px solid #d51111;
    border-top: 3px solid #d51111;
    padding: 15px;
    /*border-radius: 4px;*/
    font-size: 12px;
    line-height: 20px
}
.v-sc-tc-desc ul{
    margin-bottom:0;
    padding-left: 15px;
}
.v-sc-tc-desc ul li{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px
}
.v-sc-custom{
    border-collapse:collapse;
}
    .v-sc-custom thead tr th {
        background-color: #3cb8c5;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 3px 10px;
        border: 1px solid #d0dee9;
    }
.v-sc-custom tbody tr td {
    font-size: 12px;
    padding: 3px 10px;
    border: 1px solid #d0dee9;
}
.fs-14{
    font-size: 14px;
}
.IntScheme-view .title {
    font-size: 20px;
    font-weight: 600;
    color: #e7322a;
    margin-bottom: 5px;
}
.IntScheme-view .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #0F6292;
    line-height: 24px;
}
.IntScheme-view .scheme-period {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
    position: relative;
    padding-bottom: 10px;
}
.IntScheme-view .scheme-period:after {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 4px solid #6096b4;
    left: 0;
    bottom: 0;
    z-index: 9;
    border-radius: 4px;
}
.IntScheme-view .scheme-period:before {
    position: absolute;
    content: '';
    width: 100%;
    border-bottom: 1px solid #6096b4;
    left: 0;
    bottom: -3px;
    z-index: 9;
    border-radius: 4px;
}
.IntScheme-view .ordertypeA .title {
    font-weight: bold;
    color: #e7322a;
    font-size: 15px;
}
.IntScheme-view .ordertypeA .desc {
    font-size: 12px;
    line-height: 18px;
}
.IntScheme-view .tc-title {
    font-size: 13px;
    font-weight: 600;
    color: #0F6292;
    margin-bottom: 15px;
    position: relative;
    margin-top: 2px;
}
.IntScheme-view .tc-title:before {
    position: absolute;
    content: '';
    left: 12px;
    border-bottom: 1px solid #e5ecfb;
    bottom: -5px;
    right: 12px;
}
.IntScheme-view .tc-list {
    list-style-type: upper-roman;
}
.IntScheme-view .tc-list li{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 7px;
}
.IntScheme-view .approval-history h4 {
    font-size: 16px;
    font-weight: 500;
    color: #0F6292;
    line-height: 24px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.print-btn {
    border-radius: 4px;
    min-width: 40px;
    height: 40px;
    position: fixed;
    font-size: 18px;
    right: 12px;
}
@media print{
   
    @page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    html, body {
        background-color: #fff !important;
        background-image: unset !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
    .left-print {
        width: 70% !important;
        display: inline-block;
    }
    .right-print {
        width: 30% !important;
        display: inline-block;
    }
    .view-sc-container {
        page-break-after: always;
    }
    @page :footer {
        display: none
    }

    @page :header {
        display: none
    }

    .nfa-print-section {
        width: 33.33%;
        float: left;
    }
    .nfa-print-section tbody tr td {
        font-size: 12px;
    }
    table tbody tr td{
        vertical-align: top;
    }
}


/* ========= Drag and Drop UI ===============*/
.drag {
    position: relative;
   /* min-height: 150px;*/
}

.drag .wrapper ul {
    width: 100%;
    min-height: 110px;
    padding: 0 10px 10px 0;
    margin-bottom: 10px;
    list-style-type: none;
    background-color: rgb(224 235 237);
}

.drag .wrapper ul li {
    padding: 7px 10px;
    background-color: #fff;
    transition: 0.3s ease-out;
    width: auto;
    margin: 10px 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 15px;
    cursor: move;
    line-height: 14px;
    min-width: 70px;
    white-space: nowrap;
}

.drag .wrapper ul li p {
    margin-bottom: 0;
    line-height: 16px;
}
/*========== End drag and drop= =========*/
/*=========== auto complete style ============*/
.ui-autocomplete{
    max-height: 180px;
    overflow: auto;
}
/*=========== end auto complete style=========*/

/*========== datetime picker================*/
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th{
    font-size: 14px;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody tr td{
    font-size: 13px;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tfoot{
    display: none !important;
}
/*========== end datetime picker================*/
/*========== kendo dropdown list ===============*/
.k-dropdown.k-widget {
        border: none !important;
}
/*========== kendo dropdown list ===============*/
.from-to-hyphon{
    position: relative;
}
.from-to-hyphon:after {
    position: absolute;
    content: '_';
    right: -2px;
    top: 5px;
}

@media (min-width: 991px) and (max-width: 1050px){
    .app-title{
        font-size: 22px;
    }
}

.form-check-input-large {
    width: 1.2em;
    height: 1.2em;
}
.hr-divider {
    border-bottom: 1px solid #e5ecfb;
}

.scheme-fieldset {
    border: 1px solid #a0afcf;
    margin-top: 15px;
    border-radius: 8px;
    padding: 0 15px 0 15px;
}
    .scheme-fieldset legend {
        color: #fff;
        background-color: #6096b4;
        font-size: 13px;
        font-weight: 600;
        padding: 5px 10px;
        border-radius: 20px;
        display: inline-block;
        width: auto;
        margin-top: -15px;
        /*margin-left: 10px;*/
    }

.form-label-colon{
    position: relative;
}
.form-label-colon:after{
    position: absolute;
    top: 0px;
    right: 0;
    content: ':';
}
.scheme-back-subheading {
    background-color: #1e1e1e;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 2px;
}

@media (min-width: 992px){
    .col-lg-1_5 {
        flex: 0 0 auto;
        width: 11%;
    }

    .col-xl-10_5 {
        flex: 0 0 auto;
        width: 89%;
    }
}
.custom-table-background tr th {
    background-color: #000;
    color: #fff;
}

.multiselect-native-select ul.multiselect-container li a label {
    white-space: nowrap;
}
.multiselect-container .multiselect-item .input-group .input-group-addon, .multiselect-container .multiselect-item .input-group .input-group-btn {
    display: none !important;
}
.multiselect-container .input-group {
    margin: 0 !important;
}
.multiselect-container .multiselect-item .multiselect-search {
    border: 1px solid #dee2e6;
}

.multiselect_custom + .btn-group .multiselect-container .multiselect-option.dropdown-item .form-check {
    padding-left: 20px !important;
}

.custom-date-width {
    width: 100px !important;
}
.custom-qty-width {
    width: 80px !important;
}
/*.custom-input-width {
    width: 280px !important;
}*/
td i.AutoInfo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 150px;
}


/*=============Sweet Alert Modification===================*/
.swal2-container .swal2-popup {
    width: auto;
    min-width: 300px !important;
}
.swal2-container .swal2-icon {
    margin: 1.5em auto 0.6em;
    width: 50px;
    height: 50px;
}
.swal2-container .swal2-icon .swal2-icon-content {
    font-size: 34px;
}
.swal2-container .swal2-title {
    font-size: 24px;
}
.swal2-container .swal2-html-container {
    margin: 10px 1em 0.3em;
    font-size: 14px;
}

.swal2-container .swal2-icon.swal2-error .swal2-x-mark [class^=swal2-x-mark-line] {
    top: 1.4em;
    left: 10px !important;
    height: 0.3125em;
}
.swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-left, .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-right {
    width: 1.9375em !important;
}
.swal2-success-line-tip {
    top: 1.675em !important;
    left: 0.2em !important;
    width: 1.3em !important;
}
.swal2-success-line-long {
    top: 1.375em !important;
    right: 0em !important;
    width: 2.2375em !important;
}
.swal2-success-circular-line-right {
    transform: rotate(-52deg) !important;
}
/*=============Sweet Alert Modification===================*/

/*=============Datepicker style=====================*/
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th {
    font-size: 11px !important;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th .icon-arrow-right,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th .icon-arrow-left {
    border-width: 0 1px 1px 0 !important;
}
.datepicker td, .datepicker th {
    width: 22px !important;
    height: 22px !important;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody tr td {
    font-size: 11px !important;
}
/*=============Datepicker style=====================*/

/*============ Breadcrumb==============*/
.breadcrumb .breadcrumb-item{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover{
    color: #f2f2f2;
    text-decoration: none;
    cursor: pointer;
}
/*============ end breadcrumb=========*/
/*====Wizard view=============*/
.scheme-wizard {
    display: flex;
    justify-content: center;
}
.scheme-wizard .nav-tabs {
    border-bottom: 0 !important;
}
.scheme-wizard .nav-tabs .nav-link {
    background-color: unset;
    border: none;
    text-align: center;
    position:relative;
    display: flex;
    align-items: center;
}
.fs-11{
    font-size: 11px !important;
    font-weight: 400;
}
.scheme-wizard .nav-tabs .nav-link.active {
    background-color: #e7322a;
}
.scheme-wizard .nav-tabs .nav-link:first-child:before{
    display: none;
}
.scheme-wizard .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
 /*   background-color: #d1d1d1;*/
    right: 50%;
    top: 17px;
    z-index: -1;
}
.scheme-wizard .nav-tabs .nav-link p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 21px;
}
.scheme-wizard .nav-tabs .nav-link span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #e7322a;
    color: #f2f2f2;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    margin-right: 5px;
}
.scheme-wizard .nav-tabs .nav-link.active p {
    font-weight: 600;
    color: #ffffff;
}
.scheme-wizard .nav-tabs .nav-link.active span {
    background-color: #fff;
    color: #e7322a;
}
/*====end wizard view=========*/

/*==== for input type number======*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}
/*==== end for input type number*/

.table .multiselect-native-select {
    display: inline-block;
    min-width: 160px !important;
    max-width: 160px;
}


.scheme-approval-subheading {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    color: #1a1a1a;
    margin-bottom: 12px;
}
.text-blue{
    color: #3004ca;
}

.chat-box h3{
    font-size: 12px;
    color: #000;
    margin-bottom: 0 !important;
}
.chat-box .time-zone{
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 45px;
}
.chat-box .chat-avater-wrapper .avatar-wrapper {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 14px;
}
.chat-box .chat-avater-wrapper.chat-info-Q .chat-wrapper {
    background-color: #f7f8ff;
    padding: 5px 7px;
    border-radius: 6px;
    position: relative;
    font-size: 12px;
    line-height: 18px;
}
    .chat-box .chat-avater-wrapper.chat-info-Q .chat-wrapper:before {
        position: absolute;
        content: '';
        border: 8px solid transparent;
        border-right-color: #f7f8ff;
        left: -16px;
    }
.chat-box .chat-avater-wrapper.chat-info-A .avatar-wrapper {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-left: 14px;
    margin-right: 0px;
}
.chat-box .chat-info-A .time-zone {
    margin-left: auto;
    display: block;
    text-align: right;
    margin-right: 40px;
    margin-top: 2px;
}
.chat-box .chat-avater-wrapper.chat-info-A .chat-wrapper {
    background-color: #fffaec;
    padding: 5px 7px;
    border-radius: 6px;
    position: relative;
    font-size: 12px;
    line-height: 18px;
}

.chat-box .chat-avater-wrapper.chat-info-A .chat-wrapper:before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-left-color: #fffaec;
    right: -16px;
}

@media (min-width: 1360px){
    .control-align-left-query {
        margin-left: -7%;
    }
}

.source-data {
    border: 1px solid #cbcbcb;
    background-color: rgb(243 243 243);
    margin-bottom: 10px;
    padding: 8px 10px 1px;
    border-radius: 6px;
    min-height: 76px;
}
.source-data .form-check {
    margin-right: 10px;
    padding-left: 0px;
    min-height: auto;
}
.source-data .form-check input[type="checkbox"] {
    display: none;
}
.source-data .form-check .form-check-label {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    padding: 5px 15px;
    border-radius: 20px;
   
}
.destination-data {
    border: 1px solid #cbcbcb;
    background-color: rgb(243 243 243);
    margin-bottom: 10px;
    padding: 8px 10px 1px;
    border-radius: 6px;
    min-height: 76px;
}
.destination-data .item-drag {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.2);
    padding: 5px 10px 5px 15px;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 8px;
    cursor: move;
}
.destination-data .item-drag span{
    padding-left: 6px;
    border-left: 1px solid #000;
    margin-left: 6px;
    cursor: pointer;
    transition: all 0.3ms ease-in-out;
}
.destination-data .item-drag span:hover {
    color: #e7322a;
}

.number-width{
    width: 100px !important;
}
.decimal-width{
    width: 150px !important
}
#tblfields .multiselect-native-select{
    min-width: 250px !important;
    max-width: 250px !important;
}
.select-width {
    width: 280px !important;
}
.auto-complete-width{
    width: 280px !important;
}
.percentage-width{
    width: 50px !important;
}
.calender-width{
    width: 80px !important;
}

.tbl-btn {
    min-width: 15px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
}
.tbl-btn img{
    width: 20px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper{
    padding: 3px 2px;
}
.AutoInfo {
    padding-top: 4px;
}
.ui-autocomplete .ui-menu-item:hover, .ui-autocomplete .ui-menu-item:focus {
    background-color: #fff !important;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover, .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:focus {
    background-color: #fff !important;
    cursor: pointer;
}
/*.ui-state-focus {
    background-color: #d51111 !important;
    cursor: pointer;
}*/
.ui-state-focus, .ui-widget-content .ui-state-focus {
    font-size: 12px;
    border: none !important;
    background: #ededed !important;
}

.multiselect-container .multiselect-option.dropdown-item {
    padding: 0.25rem 0.25rem 0.15rem 10px;
}

@media (max-width: 990px) {
    .btn-upload span{
        display: none;
    }
}
