.required {
    color: black;
}

.formio-error-wrapper {
    color: #721c24;
    background-color: #f1f3f4 !important;
    border-color: #f5c6cb;
}
.choices__item.choices__item--selectable {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 25px;
    text-overflow: ellipsis;
    color: black;
}

.wizard-container {
    display: flex;
}

.wizard-page-container {
    margin-left: 15px;
    width: 100%;
}
/* .page-item:first-child, .page-item:last-child {
            border-radius:0px !important;
        }*/
.pagination {
    display: flex;
    flex-direction: column;
}

.ag-theme-alpine .ag-header {
    background-color: #006699 !important;
    color: white !important;
}

.ag-header-cell-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.ag-theme-alpine .ag-icon-menu::before {
    content: "\f11d";
    color: white;
}

.ag-theme-alpine .ag-icon-filter::before {
    content: "\f114";
    color: white;
}

.ag-theme-alpine .ag-icon-desc::before {
    content: "\f10f";
    color: white;
}

.ag-theme-alpine .ag-icon-asc::before {
    content: "\f103";
    color: white;
}

.ag-theme-alpine .ag-row-odd {
    background-color: var(--ag-odd-row-background-color, #e6f7ff);
}

.ag-theme-alpine .ag-row {
    border-bottom-style: none;
}

.ag-row:hover {
    background-color: #80d4ff;
}

.ag-root-wrapper-body.ag-layout-normal {
    min-height: 500px !important;
}


.menu-text {
    color: var(--pbc) !important;
    font-weight: 600 !important;
}


.user-profile {
    background-color: var(--pbc);
    border: none;
}

.user:hover .user-content {
    color: #fff !important;
}

.context-menu-separator {
    margin: 0 0;
}

.menu-carousel .carousel-control-prev, .menu-carousel .carousel-control-next {
    width: 3% !important;
    color: gray !important;
}

.menu-carousel .carousel-indicators li {
    background-color: gray !important;
    color: gray !important;
}

.menu-carousel {
    border: 1px solid silver !important;
    padding: 10px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.col-level-0 {
    padding-left: 10px !important;
}

.col-level-1 {
    padding-left: 25px !important;
}

.col-level-2 {
    padding-left: 40px !important;
}

.col-level-3 {
    padding-left: 55px !important;
}

.dropdown-menu.show {
    display: flex !important;
}

.menu-item {
    padding: 6px;
}

.menu-group-text {
    color: #e6e6e6 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    vertical-align: middle !important;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.menu-item-icon {
    color: #cccccc !important;
    font-size: 18px !important;
}

.menu-item-text {
    padding-left: 10px !important;
    color: #cccccc !important;
    font-size: 13px !important;
    text-transform: uppercase;
}

.col-color-1, .col-color-4, .col-color-7, .col-color-10, .col-color-13, .col-color-16 {
    background-color: #336699;
    color: #fff !important;
}

.col-color-2, .col-color-5, .col-color-8, .col-color-11, .col-color-14, .col-color-17 {
    background-color: #41253a;
    color: #fff !important;
}

.col-color-3, .col-color-6, .col-color-9, .col-color-12, .col-color-15, .col-color-18 {
    background-color: #006666;
    color: #fff !important;
}


.menu-group {
    padding: 10px;
}

.dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sub-menu-container {
    position: relative;
    height: 400px;
    min-width: 300px;
    margin: 2px auto;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
    vertical-align: middle;
    flex-wrap: nowrap;
}

.menu-container {
    position: relative;
    height: 600px;
    min-width: 300px;
    margin: 2px auto;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
    vertical-align: middle;
    flex-wrap: nowrap;
}

.menu-col {
    width: 300px;
    flex: 0 0 auto;
    white-space: normal;
    text-align: left;
}
/*choices form-group formio-choices is-disabled*/
.hamburger-menu {
    margin-top: 5px;
    /*border-radius: 50%;*/
    color: #2D9FCA;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.dropdown-menu li ul {
    padding-inline-start: 10px !important;
}

.dropdown-menu-div {
    padding: 10px;
}

.form-control[disabled*="disabled"] {
    background: #D3D3D3
}

.lng-active {
    color: #797979 !important;
    font-weight: normal !important;
    cursor: unset !important;
}

.nts-banner-text-white {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 30px;
    color: #fff !important;
}

.nts-banner-text-dark {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 30px;
    color: #606060 !important;
}



.lng-item {
    color: #2D9FCA;
    font-weight: bold;
    cursor: pointer;
}

.k-popup-right {
    right: 0 !important;
    left: unset !important;
}

.div-footer {
    position: fixed;
    z-index: 100;
    height: 38px;
    background-color: dimgray;
    color: #e6e6e6;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

#content-wrapper {
    background-color: #fff !important;
}

.slidenav-flow {
    overflow-x: hidden;
    overflow-y: auto !important;
    height: 85%;
}

#notification-div {
    transition: margin-left .5s;
    padding: 20px;
}

#overlay {
    position: fixed;
    background: rgba(0,0,0,.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    width: 100%;
    height: 100%;
    z-index: 99;
    right: 100%;
    top: 0;
    transition: right .5s ease;
}

.logindetail {
    border-radius: 30px;
    background-color: var(--pbc);
    /*  width: 395.81px;*/
    height: 45px;
    margin-left: 6rem !important;
}

.overlay {
    right: 0 !important;
}

/*     .logindetail {
                    border-radius: 30px;
                    background-color: #2D9FCA;
                    width: 295.81px;
                    height: 45px;
                    margin-left: 106px;
                }*/

.menubar {
    color: black;
    border: solid;
    border-radius: 30px;
    width: 40px;
    height: 43px;
    text-align: center;
    border-width: thin;
    padding-top: 0px;
}

.nicescroll-rails {
    background-color: #2D9FCA;
}

.userlegal > .k-dropdown-wrap {
    color: white;
    border-width: 0px !important;
    border-radius: 0px !important;
    border-color: transparent !important;
    background-color: transparent !important;
    padding-top: 5px !important;
}

.userlegal > .k-input {
    font-size: 14px;
}

.userlegal > .k-dropdown-wrap:hover, .userlegal > .k-dropdown-wrap:focus {
    color: white !important;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-opened .accordion-toggle:after {
    content: "\f054";
}

.accordion-icon {
    float: right;
}

.accordion-heading {
    background-color: var(--pbc);
    background: linear-gradient(90deg,var(--pbc), var(--pbcg));
    padding: 8px;
    cursor: pointer;
    color: #fff;
}

.accordion-body {
    border: 1px solid var(--pbc);
    padding: 8px;
}

.menu-accordion {
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordion-group {
    /*border: 1px solid var(--pbc);*/
    margin-bottom: 5px;
}

.sub-menu {
    padding: 10px;
}

.wiggle1 {
    animation: shake 5s !important;
}

@@keyframes wiggle1 {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

/* h4 {
            color: gray !important;
        }*/
.e-headertext {
    color: gray !important;
    text-transform: uppercase;
}

.e-headercell {
    background-color: antiquewhite !important;
}

.datagrid-table thead {
    background-color: antiquewhite;
}

    .datagrid-table thead tr th {
        color: gray !important;
    }
