:root {
    --dark-blue: #ef6582 ;
    --light-sky-bg: #ffe5ec;
    --table-header: #64898a;
}


html {
    scroll-behavior: smooth;
}

body {
    background-color: rgba(241, 245, 249, 1) !important;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px !important;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    /* background: url(../../assets/img/bg.jpg) fixed; */
    background-size: 100% 100%;


    min-height: calc(100vh - 105px);
    transition: all ease 1s;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    background-image: url("../img/backgrounds/body-bg.png");
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 33%;
}







.swatch-blue {
  color: #fff;
  background-color: #0d6efd !important; }

.swatch-indigo {
  color: #fff;
  background-color: #6610f2 !important; }

.swatch-purple {
  color: #fff;
  background-color: #6f42c1 !important; }

.swatch-pink {
  color: #fff;
  background-color: #d63384 !important; }

.swatch-red {
  color: #fff;
  background-color: #dc3545 !important; }

.swatch-orange {
  color: #212529;
  background-color: #fd7e14 !important; }

.swatch-yellow {
  color: #212529;
  background-color: #ffc107 !important; }

.swatch-green {
  color: #fff;
  background-color: #28a745 !important; }

.swatch-teal {
  color: #fff;
  background-color: #20c997 !important; }

.swatch-cyan {
  color: #fff;
  background-color: #17a2b8 !important; }

.swatch-white {
  color: #212529;
  background-color: #fff !important; }

.swatch-gray {
  color: #fff;
  background-color: #6c757d !important; }

.swatch-gray-dark {
  color: #fff;
  background-color: #343a40 !important; }

.swatch-100 {
  color: #212529;
  background-color: #f8f9fa !important; }

.swatch-200 {
  color: #212529;
  background-color: #e9ecef !important; }

.swatch-300 {
  color: #212529;
  background-color: #dee2e6 !important; }

.swatch-400 {
  color: #212529;
  background-color: #ced4da !important; }

.swatch-500 {
  color: #212529;
  background-color: #adb5bd !important; }

.swatch-600 {
  color: #fff;
  background-color: #6c757d !important; }

.swatch-700 {
  color: #fff;
  background-color: #495057 !important; }

.swatch-800 {
  color: #fff;
  background-color: #343a40 !important; }

.swatch-900 {
  color: #fff;
  background-color: #212529 !important; }

.bd-blue-100 {
  color: #212529;
  background-color: #a8cbfe !important; }

.bd-blue-200 {
  color: #212529;
  background-color: #81b4fe !important; }

.bd-blue-300 {
  color: #fff;
  background-color: #5a9cfe !important; }

.bd-blue-400 {
  color: #fff;
  background-color: #3485fd !important; }

.bd-blue-500 {
  color: #fff;
  background-color: #0d6efd !important; }

.bd-blue-600 {
  color: #fff;
  background-color: #0b5cd5 !important; }

.bd-blue-700 {
  color: #fff;
  background-color: #094bac !important; }

.bd-blue-800 {
  color: #fff;
  background-color: #073984 !important; }

.bd-blue-900 {
  color: #fff;
  background-color: #05285b !important; }

.bd-indigo-100 {
  color: #212529;
  background-color: #c8a9fa !important; }

.bd-indigo-200 {
  color: #212529;
  background-color: #af83f8 !important; }

.bd-indigo-300 {
  color: #fff;
  background-color: #975cf6 !important; }

.bd-indigo-400 {
  color: #fff;
  background-color: #7e36f4 !important; }

.bd-indigo-500 {
  color: #fff;
  background-color: #6610f2 !important; }

.bd-indigo-600 {
  color: #fff;
  background-color: #560dcb !important; }

.bd-indigo-700 {
  color: #fff;
  background-color: #450ba5 !important; }

.bd-indigo-800 {
  color: #fff;
  background-color: #35087e !important; }

.bd-indigo-900 {
  color: #fff;
  background-color: #250657 !important; }

.bd-purple-100 {
  color: #212529;
  background-color: #cbbbe9 !important; }

.bd-purple-200 {
  color: #212529;
  background-color: #b49ddf !important; }

.bd-purple-300 {
  color: #fff;
  background-color: #9d7ed5 !important; }

.bd-purple-400 {
  color: #fff;
  background-color: #8660cb !important; }

.bd-purple-500 {
  color: #fff;
  background-color: #6f42c1 !important; }

.bd-purple-600 {
  color: #fff;
  background-color: #5d37a2 !important; }

.bd-purple-700 {
  color: #fff;
  background-color: #4b2d83 !important; }

.bd-purple-800 {
  color: #fff;
  background-color: #3a2264 !important; }

.bd-purple-900 {
  color: #fff;
  background-color: #281845 !important; }

.bd-pink-100 {
  color: #212529;
  background-color: #f0b6d3 !important; }

.bd-pink-200 {
  color: #212529;
  background-color: #ea95bf !important; }

.bd-pink-300 {
  color: #212529;
  background-color: #e374ab !important; }

.bd-pink-400 {
  color: #fff;
  background-color: #dd5498 !important; }

.bd-pink-500 {
  color: #fff;
  background-color: #d63384 !important; }

.bd-pink-600 {
  color: #fff;
  background-color: #b42b6f !important; }

.bd-pink-700 {
  color: #fff;
  background-color: #92235a !important; }

.bd-pink-800 {
  color: #fff;
  background-color: #6f1b45 !important; }

.bd-pink-900 {
  color: #fff;
  background-color: #4d1230 !important; }

.bd-red-100 {
  color: #212529;
  background-color: #f2b6bc !important; }

.bd-red-200 {
  color: #212529;
  background-color: #ed969e !important; }

.bd-red-300 {
  color: #212529;
  background-color: #e77681 !important; }

.bd-red-400 {
  color: #fff;
  background-color: #e25563 !important; }

.bd-red-500 {
  color: #fff;
  background-color: #dc3545 !important; }

.bd-red-600 {
  color: #fff;
  background-color: #b92d3a !important; }

.bd-red-700 {
  color: #fff;
  background-color: #96242f !important; }

.bd-red-800 {
  color: #fff;
  background-color: #721c24 !important; }

.bd-red-900 {
  color: #fff;
  background-color: #4f1319 !important; }

.bd-orange-100 {
  color: #212529;
  background-color: #fed1aa !important; }

.bd-orange-200 {
  color: #212529;
  background-color: #febc85 !important; }

.bd-orange-300 {
  color: #212529;
  background-color: #fea75f !important; }

.bd-orange-400 {
  color: #212529;
  background-color: #fd933a !important; }

.bd-orange-500 {
  color: #212529;
  background-color: #fd7e14 !important; }

.bd-orange-600 {
  color: #fff;
  background-color: #d56a11 !important; }

.bd-orange-700 {
  color: #fff;
  background-color: #ac560e !important; }

.bd-orange-800 {
  color: #fff;
  background-color: #84420a !important; }

.bd-orange-900 {
  color: #fff;
  background-color: #5b2d07 !important; }

.bd-yellow-100 {
  color: #212529;
  background-color: #ffe9a6 !important; }

.bd-yellow-200 {
  color: #212529;
  background-color: #ffdf7e !important; }

.bd-yellow-300 {
  color: #212529;
  background-color: #ffd556 !important; }

.bd-yellow-400 {
  color: #212529;
  background-color: #ffcb2f !important; }

.bd-yellow-500 {
  color: #212529;
  background-color: #ffc107 !important; }

.bd-yellow-600 {
  color: #212529;
  background-color: #d6a206 !important; }

.bd-yellow-700 {
  color: #fff;
  background-color: #ad8305 !important; }

.bd-yellow-800 {
  color: #fff;
  background-color: #856404 !important; }

.bd-yellow-900 {
  color: #fff;
  background-color: #5c4503 !important; }

.bd-green-100 {
  color: #212529;
  background-color: #b2dfbc !important; }

.bd-green-200 {
  color: #212529;
  background-color: #8fd19e !important; }

.bd-green-300 {
  color: #212529;
  background-color: #6dc381 !important; }

.bd-green-400 {
  color: #fff;
  background-color: #4ab563 !important; }

.bd-green-500 {
  color: #fff;
  background-color: #28a745 !important; }

.bd-green-600 {
  color: #fff;
  background-color: #228c3a !important; }

.bd-green-700 {
  color: #fff;
  background-color: #1b722f !important; }

.bd-green-800 {
  color: #fff;
  background-color: #155724 !important; }

.bd-green-900 {
  color: #fff;
  background-color: #0e3c19 !important; }

.bd-teal-100 {
  color: #212529;
  background-color: #afecda !important; }

.bd-teal-200 {
  color: #212529;
  background-color: #8be3c9 !important; }

.bd-teal-300 {
  color: #212529;
  background-color: #67dab8 !important; }

.bd-teal-400 {
  color: #212529;
  background-color: #44d2a8 !important; }

.bd-teal-500 {
  color: #fff;
  background-color: #20c997 !important; }

.bd-teal-600 {
  color: #fff;
  background-color: #1ba97f !important; }

.bd-teal-700 {
  color: #fff;
  background-color: #168967 !important; }

.bd-teal-800 {
  color: #fff;
  background-color: #11694f !important; }

.bd-teal-900 {
  color: #fff;
  background-color: #0c4836 !important; }

.bd-cyan-100 {
  color: #212529;
  background-color: #abdee5 !important; }

.bd-cyan-200 {
  color: #212529;
  background-color: #86cfda !important; }

.bd-cyan-300 {
  color: #212529;
  background-color: #61c0cf !important; }

.bd-cyan-400 {
  color: #fff;
  background-color: #3cb1c3 !important; }

.bd-cyan-500 {
  color: #fff;
  background-color: #17a2b8 !important; }

.bd-cyan-600 {
  color: #fff;
  background-color: #13889b !important; }

.bd-cyan-700 {
  color: #fff;
  background-color: #106e7d !important; }

.bd-cyan-800 {
  color: #fff;
  background-color: #0c5460 !important; }

.bd-cyan-900 {
  color: #fff;
  background-color: #083a42 !important; }






















.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00978d !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(162 215 190 / 25%) !important;
}
.form-select:focus
 {
  border-color: #00978d !important;
    outline: 0;
  box-shadow: 0 0 0 .25rem rgb(162 215 190 / 25%) !important;
}
.multiselect {
text-align: start;
}

.navbar-nav {
    flex-direction: row !important;
}

.table td {
    padding: 0.45rem !important;
}

table.dataTable thead th.dt-colresizable-hover {
    cursor: col-resize;
}

table.dataTable thead th.dt-colresizable-bound-min,
table.dataTable thead th.dt-colresizable-bound-max {
    opacity: 0.2;
    cursor: not-allowed !important;
}



/*.table th {
    padding: 0.45rem !important;
}
.dataTables_scroll .table.dataTable thead th{
    padding: 0 !important;
}

.dataTables_scroll .dataTables_scrollHeadInner .table.dataTable thead th{
    padding: 0.45rem !important;
} */

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.5em !important;
}

.navbar.navber-top {
    border-bottom: solid 2px #ecedef;
}

.navbar.navber-top .nav-item {
    margin: 0 5px;
}

.navbar.navber-top .icon-animated-bell {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

.dataTables_pager {
    text-align: right;
}

table.dataTable thead .checkbox-short-none.sorting_asc:before,
table.dataTable thead .checkbox-short-none.sorting_desc:after,
table.dataTable thead .checkbox-short-none.sorting_asc:after,
table.dataTable thead .checkbox-short-none.sorting_desc:before,
table.dataTable thead .checkbox-short-none.sorting:after,
table.dataTable thead .checkbox-short-none.sorting:before {
    opacity: 0;
}

.btn-light {
    background-color: #f0f1f3 !important;
    border: 1px solid #f0f1f3 !important;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9fa !important;
    --bs-table-accent-bg: none !important;
}

.table-hover tbody tr:hover {
    background-color: #e7f1ff !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 95px !important;
    transition: 0.5s;
}

div.dataTables_wrapper div.dataTables_filter input:hover {
    width: 150px !important;
    transition: 0.5s;
}

/* notifications start */

.notifications {
    width: 300px;
  overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.notifications .card-link {
    font-size: 14px;
}
.notifications h2 {
    font-size: 14px;
    padding: 5px;
    border-bottom: 1px solid #eee;
    color: #fff;
    background-image: url("../img/Notification-popup-bg.jpg");
    text-align: center;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}





.notifications h2 span {
    background-color: #ef0000;
    padding: 0 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 20px;
}
.notifications h2 small {
    font-size: 14px;
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer;
}

.notifications-item:hover {
    background-color: #eee;
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px;
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px;
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px;
}

.notifications .list-group a.list-group-item {
    background: #fff;
    transform: translateY(0);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    max-width: calc(100% - 20px);
    transition: .2s;
    flex-direction: initial;
    justify-content: left;
    align-items: center;
    padding: 8px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 10px;
}

.notifications .list-group a.list-group-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .33);
}






/* notifications end */
.modal-header {
    box-shadow: 0 3px 4px -2px #ebebee !important;
    border-bottom: none !important;
    padding: 16px 24px;
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #23375b;
    color: #000;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.bg-opacity-10 {
    opacity: 0.1;
}

.card {
    box-shadow: 0 7px 14px 0 rgb(59 65 94 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #edf2f9;
    border-radius: 0.375rem;
}

.card-header.common-header {
    color: #e3fffc;
    background-color: #23375B;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin: 6px;
    padding: .75rem 10px;
    border-bottom: solid 1px #ccc;
}

.modal-header .close {
    margin: 0 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    padding: 0 !important;
    font-size: 20px !important;
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.modal-header .close:hover {
color: #acf7ff !important;
    transform: rotate(180deg);
    margin: 0px !important;
}

/* .close {
    transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.close:hover {
    color: #3978fe !important;
    transform: rotate(180deg);
} */

.visible-scrollbar,
.invisible-scrollbar,
.mostly-customized-scrollbar {
    display: block;
    width: 100%;
    overflow: auto;
    height: 210px;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: rgb(214, 214, 214);
}

.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: rgb(92, 92, 92);
}

.mostly-customized-scrollbar.thematic-achievement {
    height: auto;
}

/* Styles setting icon go here */

.animation-wrapper {
    color: #667984;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.fa-animation {
    height: 45px;
    width: 55px;
    margin: 0 auto;
    position: relative;
    margin-top: 6px;
}

.fa-animation .fa {
    position: absolute;
}

.fa-lg {
    font-size: 45px;
    top: 8px;
    left: 0px;
    color: white;
}

.fa-md {
    font-size: 30px;
    top: 0px;
    left: 23px;
    color: white;
}

.fa-sm {
    font-size: 24px;
    top: 25px;
    left: 15px;
    color: white;
}

/*------------Table Header Action btn start-------------------*/

.action-btn-group {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px;
    border: solid 1px #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    position: absolute;
    z-index: 1;
    left: 15px;
    margin-top: -2px;
    min-width: 148px;
}

.action-btn-group h4 {
    float: left;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    margin-right: 15px;
}

.action-btn-group .btn-light {
    color: #212529;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}

/*------------Table Header Action btn start-------------------*/

/*---------------------List View Table start-----------------------------*/

/* .listview-table  .listTableHeader {
    position: sticky;
    top: 0px;
    z-index: 1;
}
.listview-table tbody tr:hover .listViewlastActionColumn {
    position: sticky;
    visibility: visible !important;
}
.rowActionContainer {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    background: -webkit-linear-gradient(left, white, white 30%, #e7f1ff 30%, #e7f1ff);
}
.listViewlastActionColumn {
    right: 0px;
    background-color: inherit;
} */

@media (max-width: 1230px) {
    /* .header-accessibility .accessibility-font {
        display: block;
        align-items: center;
        height: 60px;
    }
    .header-accessibility .accessibility-font h5 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    a.btn.reset-all-btn {
        position: absolute;
        right: 55px;
    } */
}

@media (min-width: 576px) {
    .modal-dialog-90 {
        max-width: 98% !important;
        margin: 0.5rem auto !important;
    }

    .modal-dialog-70 {
        max-width: 70% !important;
        margin: 0.5rem auto !important;
    }
}

/***** Sidebar *****/

.sidebar-filter {
    width: 322px;
    height: auto;
    position: fixed;
    top: calc(50% - 210px);
    right: -325px;
    z-index: 9999;
    transition: all 0.3s;
    text-align: left;
}

.sidebar-filter .filter-body.mostly-customized-scrollbar {
    display: block;
    width: 100%;
    overflow: auto;
    height: auto;
    max-height: 365px;
}

.sidebar-filter.active {
    right: 24px;
}

.sidebar-filter .dismiss {
    width: 30px;
    height: 30px;
    transition: all 0.3s;
    background: #af0000;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: white;
    float: right;
    position: relative;
    right: 6px;
    top: 0px;
}

.sidebar-filter .dismiss:hover,
.sidebar-filter .dismiss:focus {
    background: #880000;
    color: #fff;
}

.sidebar-filter .filter-content {
    overflow-x: hidden;
}


/* -------------------------------  My code start --------------------------------------- */
/*  Take ID Ownership Start  */
.take_id_ownership_header {
    background-color: #2980b9 !important;
    color: white;
}

.search_form_p {
    display: flex;
}

.search_form_p button {
    border-radius: 0px;
}

.user_list .table-responsive {
    padding: 1rem;
    border: 1px solid #47dea9;
}

.user_list .user_list_table th {
    /* background-color: #2980b9; */

    text-align: center;
}

.tio_submit_button {
    border-radius: 0px !important;
    text-transform: uppercase;
}

.take_id_ownership_form textarea {
    border-radius: 0px;
}

.approver_col_8 {
    border-right: 1px solid #2980b9;
}

/*  Take ID Ownership End */


.aims_card_header {
    background-color: #2980b9 !important;
    color: white;
}


/* -------------------------------  My code End --------------------------------------- */



.navbar.navber-top .nav-item {
    margin: 0 5px;
}

.user-block {
    position: relative;
    cursor: pointer;
    padding: 0 3px 0 3px;
    height: 40px;
    width: 100%;
    max-width: 263px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: width 1s, opacity 1s, padding 1s;
    will-change: transform;
    background: #f7f7f7;
    border-radius: 50px;
    border: 1px solid #c9dad4;
    overflow: hidden;
}

.user-img {
    background-size: 18px;
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin: 11px 0 14px 0;
    vertical-align: middle;
    min-width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-img img {
    width: 24px;
}

.ui-icon>i {
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: block; */
    /* padding-top: 100%; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #9dcf00;
    background-image: none;
    color: #fff;
}


.user-name {
    color: #070707;
}

.user-name {
    display: inline-block;
    font-size: 14px;
    height: 28px;
    font-weight: 600;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 16px;
    position: relative;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 220px;
}

.user-block:hover:after,
.user-block.--hover:after,
.user-block.--wait:after {
    background-color: #78808b;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: var(--ui-space-stack-2xs, 0);
    bottom: var(--ui-space-stack-2xs, 0);
    right: 0;
    z-index: -1;
    border-radius: var(--ui-border-radius-md);
    border-radius: 6px;
}

.user-block:hover:after,
.user-block.--hover:after,
.user-block.--wait:after {
    background-color: rgb(213, 235, 241);
}

.navbar.navber-top .icon-animated-bell {
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}









.ui-btn.license-btn-orange {
    background: #c9dad4;
    border-color: #eba51c;
}

.ui-btn.license-btn {
    display: flex;
    align-items: center;
    --ui-btn-height: 34px;
    --ui-btn-padding: 0 30px 0 15px;
    color: #000000;
    --ui-btn-color-hover: #fff;
    --ui-btn-color-active: #fff;
    text-transform: none;
    font: 14px/32px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    max-width: 175px;
    min-width: 106px;
    text-overflow: ellipsis;
    height: 32px;
    border-radius: 26px;
    outline: none;
    border: none;
}

.ui-btn.license-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    display: block;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    margin-top: 1px;
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%224%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.7%22%20d%3D%22M0%200h8L4%204z%22%2F%3E%3C%2Fsvg%3E) no-repeat center;
    transition: 160ms color linear, 160ms opacity linear, 160ms background-color linear
}



.ui-btn.license-btn .license-btn-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: no-repeat center;
    background-image: var(--ui-btn-icon);
    transition: 160ms color linear, 160ms opacity linear, 160ms background-color linear;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ui-btn.license-btn.ui-btn-icon-tariff .license-btn-icon {
    background-color: rgb(28 88 82 / 55%);
    border-radius: 50%;
    background-size: 18px 18px;
    background-position: center left 2px;
    left: 5px;
}

.ui-btn.license-btn.ui-btn-icon-tariff,
.ui-btn.license-btn.ui-btn-icon-demo {
    padding-left: 35px;
}

.notification-block .ui-btn.license-btn {
    min-width: 85px;
}


/*----------------------------------------------------------------*/

.ul-menu-icon {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ul-menu-icon #menu_bar {
    cursor: pointer;
    padding: 12px 27px;
    font-size: 26px;
    float: left;
    background-color: #e4e4e4;
}

.ul-menu-icon #menu_bar {
    font-size: 18px;
    float: left;
    background-color:#515151 !important;

    border-radius: 5px;
    margin: 5px;
    color: white;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*For Form Validation*/
.error-border {
  border: 2px solid red;
  background-color: #ffe6e6;
}
.error-message {
  color: red;
  font-size: 0.9em;
}
/*For Form Validation*/



/*-----------Step Tabs design start---------------*/
.sample-tab.monitoring-execution-tab.step-tabs  .card .nav-tabs{
    background-color: #fff !important;
}



.sample-tab.monitoring-execution-tab.step-tabs .nav-tabs .nav-link:focus,.sample-tab.monitoring-execution-tab.step-tabs  .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: auto;
        /* background-color: #dee2e6 !important; */
}

.sample-tab.monitoring-execution-tab.step-tabs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #00978d;
}
.cd-breadcrumb.triangle li .nav-link.active::after {
border-left-color: #00978d;
}


.cd-breadcrumb {
  padding: 6px 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0.25em 0.25em 0 0;
  margin: 0 15px;
}
.cd-breadcrumb.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.cd-breadcrumb.nav-tabs > li.active > a, .cd-breadcrumb.nav-tabs > li.active > a:hover, .cd-breadcrumb.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #00978d;
  border: 0px solid #00978d;
  cursor: default;
}
.cd-breadcrumb.nav-tabs > li > a {
margin-right: inherit;
    line-height: inherit;
    height: 39px;
    margin-bottom: -6px;
    border: inherit;
    border-radius: inherit;
    border-color: #edeff0;
    font-size: 15px;
    line-height: 20px;
    border-top-left-radius: .30rem !important;
    border-top-right-radius: .30rem !important;
}
.cd-breadcrumb li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}


.nav-tabs.cd-breadcrumb .nav-item.show .nav-link, .nav-tabs.cd-breadcrumb .nav-link.active{
    border-bottom: solid 2px #00978d;
}


/* .cd-breadcrumb li::after {
  display: inline-block;
  content: "»";
  margin: 0 0.6em;
  color: tint(#144677, 50%);
}
.cd-breadcrumb li:last-of-type::after {
  display: none;
} */
.cd-breadcrumb li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #144677;
}
.cd-breadcrumb li.current > * {
  /* selected step */
  color: #00978d;
}
.cd-breadcrumb a:hover {
  /* steps already visited */
  color: #00978d;
}
.cd-breadcrumb.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: "";
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.cd-breadcrumb li {
  margin: 1.2em 0;
}
.cd-breadcrumb li::after {
  margin: 0 1em;
}
.cd-breadcrumb li > * {
  font-size: 1.6rem;
}

.cd-breadcrumb.triangle li {
  position: relative;
  padding: 0;
  margin: 0 4px 0 0;
}
.cd-breadcrumb.triangle li:last-of-type {
  margin-right: 0;
}
.cd-breadcrumb.triangle li .octicon {
  margin-right: 10px;
}
.cd-breadcrumb.triangle li > * {
position: relative;
    padding: 12px 8px 12px 12px;
    color: #333;
    /* background-color: #edeff0; */
  /* the border color is used to style its ::after pseudo-element */
  /* border-color: #edeff0; */
}
.cd-breadcrumb.triangle li.active > * {
  /* selected step */
  color: #ffffff;
  background-color: #00978d;
  border-color: #00978d;
}
.cd-breadcrumb.triangle li:first-of-type > * {
  /* padding-left: 1.6em; */
  border-radius: 4px 0 0 4px;
}
.cd-breadcrumb.triangle li:last-of-type > * {
  border-radius: 0 0.25em 0.25em 0;
}
.cd-breadcrumb.triangle a:hover {
  /* steps already visited */
  color: #ffffff;
  background-color: #00978d;
  border-color: #00978d;
  text-decoration: none;
}
/* .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
}
.cd-breadcrumb.triangle li::after {
  z-index: 1;
  -webkit-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  -o-transform: translate(4px, 0);
  transform: translate(4px, 0);
  border-left-color: #ffffff;
  margin: 0;
}
.cd-breadcrumb.triangle li > *::after {
  z-index: 2;
  border-left-color: inherit;
}

.cd-breadcrumb.triangle li > a:hover  {
  border-left-color: #00978d !important;
}
.cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
  display: none;
} */


.btn.pulsating-circle-add{
       margin: 7px 0 4px 0 !important;
    margin: 4px 0 4px 0 !important;
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px;
    margin-left: 12px;
    top: 10px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #f97a00;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff3f33;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.resend-btn {
    background: orange;
    color: white;
}

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}


.sidebar .nav-links li  i.fas.fa-chevron-down.arrow {
    font-size: 10px;
    color: #fff;
    height: inherit;
    width: inherit;
    min-width: inherit;
}
.sidebar .nav-links li.showMenu .sub-menu li {
    border: none;
}

.logout-btn span,.logout-btn i.fa-sign-in-alt{
  color: #ff0000 !important;
}

.sidebar-item.showMenu .sub-menu{
  position: relative;
}
.sidebar-item.showMenu .sub-menu::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    background-color: #ffffff85;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
}
.sidebar .nav-links li.showMenu .sub-menu li{
    position: relative;
}
.sidebar .nav-links li.showMenu .sub-menu li::before {
    content: "";
    position: absolute;
    left: -23%;
    top: 50%;
    background-color: #ffffff85;
    width: 15%;
    height: 1px;
}
.sidebar .nav-links>li.active:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.sidebar .nav-links li.active a i {
    background-color: var(--light-sky-bg);
    text-align: center;
    color: #008197;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.form-select , .form-control {
    font-size: 13px;
}
.form-select:focus{
       box-shadow: none !important;
    outline: none;
}

.common-header {
    background: linear-gradient(89deg, #00978d, #3e4b5b) !important;
}
.multiselect-container.dropdown-menu.show {
    font-size: 13px;
    max-height: 220px;
}
.multiselect {
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
}