
@media(min-width:2500px){
    html {
        font-size: 1.4rem
    }
}

body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #414042;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: antialiased;
}

 a {
     color: var(--primary-red);
     text-decoration: none;
     background-color: transparent;
     cursor: pointer;
 }

 a:hover {
     color: var(--primary-red-dark);
 }

 label:not(.form-check-label):not(.custom-file-label) {
     font-weight: normal;
 }

 .content-wrapper {
     background-color: #f6f6f9;
 }

 /* utility class */
 .font-size-14 {
     font-size: var(--font-14) !important;
     line-height: 1.5;
 }

 .pl-26 {
     padding-left: 1.625rem !important
 }

 .pl-40 {
     padding-left: 2.5rem !important;
 }
 .mt-3{margin-top:3px!important}
 .mb-14 {
     margin-bottom: 0.875rem !important;
 }

 .mb-16 {
     margin-bottom: 1rem !important;
 }

 .mb-24 {
     margin-bottom: 1.5rem !important;
 }

 .mb-32 {
     margin-bottom: 2rem !important;
 }

 .mb-34 {
     margin-bottom: 2.125rem !important;
 }

 .mt-8 {
     margin-top: .5rem !important
 }

 .mt-16 {
     margin-top: 1rem !important
 }

 .mb-16 {
     margin-bottom: 1rem !important
 }


 .w-60 {
     width: 60%;
 }

 .w-40 {
     width: 40%;
 }

 .bg-f3f3f3 {
     background: #F3F3F3 !important;
 }

 .cursor-pointer {
     cursor: pointer;
 }


 .display-none {
     display: none
 }

 .btn-space {
     margin-right: 1rem !important
 }

 .btn-space-12 {
     margin-right: 0.75rem !important
 }

 .pointer-event-none {
     pointer-events: none !important
 }

 /*  */
 input::-ms-reveal,
 input::-ms-clear {
     display: none;
 }

 input:focus,
 .form-control:focus,
 input[type=text]:focus {
     color: var(--secondary-black-333);
     border: 1px solid #333 !important;
     outline: 0;
     box-shadow: none;
     box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
 }

 input:-webkit-autofill,
 input:-webkit-autofill:focus {
     transition: background-color 0s 600000s, color 0s 600000s !important;
 }

 .text-danger {
     font-size: var(--font-12);
     color: var(--primary-red) !important;
 }

 /* select option:checked,
select.form-control option:checked{
box-shadow: 0 0 10px 100px var(--primary-red) inset !important;
color:var(--white)
} */

 .btn:focus {
     /* border: none; */
     outline: 0;
     box-shadow: none;
 }


 /* Layout setup */
 main {
     height: 100%
 }
p {
    font-size: var(--font-14);
    line-height: 1.3;
    color: var(--secondary-black-333);
}

 #wrapper {
     display: flex;
     padding-top: 5.5625rem;
 }

 #wrapper #content-wrapper {
     background-color: #f8f9fc;
     width: 100%;
     overflow-x: hidden;
     display: flex;
     flex-direction: column !important;
 }

 #wrapper #content-wrapper #content {
     flex: 1 0 auto;
     /* padding-top: 0.5rem; */
     padding-top: 1rem;
     background: var(--master-layout-bgColor);
 }

 #wrapper #content-wrapper #content .render-content-wrapper {
     width: 100%;
     padding: 0rem 1.5rem .2rem 1.5rem;
     height: 100%;
 }

 /* Layout setup end */



 /* *********************************************************************** */
 /* Header Component Start */
 /* *********************************************************************** */
 .site-top-navbar {
     border-bottom: 1px solid #DADBDF;
     background: #FAFAFA;
     padding: .5rem 1rem .5rem 1.875rem!important;
     height: 5.5625rem;
 }

 .site-top-navbar .calpia-logo {
     padding: 0.75rem 1.875rem 0.75rem 0;
 }

 @media(max-width:620px){
    .site-top-navbar {
        padding: .5rem 1rem .5rem .875rem;        
    }
        .site-top-navbar .calpia-logo {
            padding: 0.75rem .875rem 0.75rem 0;
        }
 }

 .site-top-navbar .navbar-nav .nav-item .nav-link {
     font-size: var(--font-16);
     color: var(--secondary-black-333);
     font-weight: 700;
     padding-left: 1.5rem;
     padding-right: 1.5rem;
     letter-spacing: -0.16px;
 }

 .site-top-navbar .navbar-nav .nav-item .nav-link:hover {
     color: var(--primary-red);
 }

 @media only screen and (max-width:1024px) {
     .site-top-navbar .navbar-nav .nav-item .nav-link {
         font-size: var(--font-16);
         color: var(--secondary-black-333);
         font-weight: bold;
         padding-left: 1rem;
         padding-right: 1rem;
     }
 }

 @media only screen and (max-width:960px) {
     .site-top-navbar .navbar-nav .nav-item .nav-link {
         font-size: var(--font-16);
         color: var(--secondary-black-333);
         font-weight: bold;
         padding-left: .5rem;
         padding-right: .5rem;
     }
 }

 @media only screen and (max-width:820px) {
     .site-top-navbar .navbar-nav .nav-item .nav-link {
         font-size: var(--font-14);
         color: var(--secondary-black-333);
         font-weight: bold;
         padding-left: .5rem;
         padding-right: .5rem;
         white-space: nowrap
     }
 }

 /* right side nav */
 .site-top-navbar .navbar-nav.right-side-nav.nav-item {
     font-size: var(--font-14);
     color: var(--secondary-black-2);
     font-weight: bold;
 }

 .site-top-navbar .navbar-nav.right-side-nav .nav-link {
     width: 1.875rem;
     height: 1.875rem;
     border-radius: 1.875rem;
     padding: 0px;
     margin: 0 0.5rem;
     display: inline-flex;
     align-items: center;
     justify-content: center;
 }

 .site-top-navbar .navbar-nav.right-side-nav .nav-link.user-icon {
     background-color: #f3e4e7;
     color: var(--primary-red);
     text-align: center;
     display: inline-flex;
     align-items: center;
     justify-content: center;
 }

 .site-top-navbar .navbar-nav.right-side-nav .nav-link.user-icon span {
     font-size: var(--font-12);
     line-height: 1;
 }

 /* top search component start */
 .site-top-navbar .topbar-search {
     padding-left: 1.875rem;
     min-width: 25rem;
     max-width: 100%;
     padding-top: 2px;
 }

 @media only screen and (max-width:1120px) {
     .site-top-navbar .topbar-search {
         padding-left: 1.875rem;
         min-width: 100%;
         max-width: 100%;
     }
 }

 .site-top-navbar .topbar-search input[type=text] {
     width: 100%;
     height: 2.25rem;
     box-sizing: border-box;
     border: 1px solid var(--grey-c1c1c1);
     border-radius: 4px;
     font-size: var(--font-16);
     background-color: var(--grey-fbfbfb);
     background-image: url(../img/svg/search.svg);
     background-position: 8px 8px;
     background-repeat: no-repeat;
     padding: 0.5rem 1.25rem 0.5rem 2rem;
     background-size: 1.125rem;
 }

 .site-top-navbar .topbar-search input[type=text]::placeholder {
     color: var(--placeholder-color);
     font-size: var(--font-16);
 }

 /* top search component end */
 /* alert notification start */
 .alert-bell {
     position: relative;
     font-size: var(--font-20);
 }

 .alert-bell span.alert-notification-dot {
     border-radius: 0.625rem;
     height: 0.625rem;
     width: 0.625rem;
     display: inline-block;
     background: red;
     position: absolute;
     right: 0rem;
     top: 0.375rem;
     border: 0.0625rem solid #fff;
 }

 .alert-notification-wrapper {
     /* box-shadow: none; */
     border: none;
     box-shadow: 0 .1rem .5rem rgba(0, 0, 0, .175);
     border-radius: 8px;
     top: 130%;
     max-width: 21.25rem;
     min-width: 21.25rem;
     padding: 0;
 }

 .alert-notification-wrapper .notification-header {
     /* d-flex align-items-center justify-content-between */
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid #F0F0F0;
     padding: 0.75rem 1rem;
 }

 .alert-notification-wrapper .notification-header .dropdown-header {
     display: block;
     padding: 0;
     margin-bottom: 0;
     font-size: .875rem;
     color: var(--secondary-black-333);
     white-space: nowrap;
     text-transform: capitalize !important;
 }

 .alert-notification-item-wrapper {
     min-height: auto;
     max-height: 13.75rem;
     overflow-y: auto;
     margin: 0.0625rem 0.25rem 0 0;
 }

 /* width */
 .alert-notification-item-wrapper::-webkit-scrollbar {
     width: 0.5rem;
 }

 /* Track */
 .alert-notification-item-wrapper::-webkit-scrollbar-track {
     /* box-shadow: inset 0 0 5px grey;  */
     background: #f0f0f0;
     border-radius: 10px;
 }

 /* Handle */
 .alert-notification-item-wrapper::-webkit-scrollbar-thumb {
     background: #d1d1d1;
     border-radius: 2px;
 }

 /* Handle on hover */
 .alert-notification-item-wrapper::-webkit-scrollbar-thumb:hover {
     background: #b30000;
 }

 .alert-notification-wrapper .dropdown-header {
     color: var(--secondary-black-333) !important;
     font-size: var(--font-14);
     font-weight: 600;
     padding-left: 1.125rem;
 }

 .alert-notification-wrapper .mark-as-read {
     font-size: var(--font-12);
     color: var(--secondary-black-3);
     font-weight: 500;
 }

 .alert-notification-wrapper .alert-notification-item {
     display: flex;
     align-items: start;
     position: relative;
     padding: 0.75rem 0.875rem;
 }

 .alert-notification-wrapper .alert-notification-item:hover {
     background-color: #f7f7f7;
 }

 .alert-notification-wrapper .alert-notification-item:focus {
     background-color: transparent;
 }

 .alert-notification-wrapper .alert-notification-item .alert-unread-dot {
     width: 0.375rem;
     height: 0.375rem;
     background-color: #da2128;
     border-radius: 0.375rem;
     display: block;
     opacity: 0;
     margin-right: 0.25rem;
     margin-top: 0.25rem;
 }

 .alert-notification-wrapper .alert-notification-item .alert-unread-dot.active {
     opacity: 1;
 }

 .alert-notification-wrapper .alert-notification-item .alert-notification-text-wrapper {
     font-size: var(--font-12);
     line-height: 1;
     position: relative;
 }

 .alert-notification-wrapper .alert-notification-item .alert-notification-text-wrapper .alert-notification-text-wrapper__title {
     display: block;
     color: var(--secondary-black-333);
     font-size: var(--font-12);
     line-height: 1;
     padding-bottom: 0.25rem;
     font-family: var(--font-regular);
     font-weight: 400;
 }

 .alert-notification-wrapper .alert-notification-item .alert-notification-text-wrapper .alert-notification-text-wrapper__date-time {
     display: block;
     font-size: var(--font-11);
     line-height: 1;
     padding-bottom: 2px;
     color: var(--secondary-black-1);
 }

 .alert-notification-wrapper .alert-notification-item.active {
     background-color: #fff;
 }

 .alert-notification-wrapper .alert-notification-item.active .alert-notification-text-wrapper__title {
     font-weight: bold;
 }

 .alert-notification-wrapper .notification-footer {
     /* d-flex align-items-center justify-content-between */
     display: flex;
     align-items: center;
     justify-content: center;
     border-bottom: 1px solid #F0F0F0;
     padding: 0.75rem 1rem;
 }

 .alert-notification-wrapper .notification-footer a {
     text-decoration: underline
 }

 .alert-notification-wrapper .notification-footer a:hover {
     text-decoration: none
 }

 /* alert notification end */
 /* user profile  */
 .userprofile-wrapper {
     /* box-shadow: none; */
     border: 0px;
     box-shadow: 0px 0rem .2rem rgba(0, 0, 0, .2);
     border-radius: 8px;
     top: 130%;
     width: 16.375rem;
 }

 .userprofile-wrapper .dropdown-item:focus,
 .userprofile-wrapper .dropdown-item:hover {
     color: var(--secondary-black-333);
     text-decoration: none;
     background-color: #f7f7f7;
 }

 .user-detail-header {
     color: var(--secondary-black-2);
     font-size: var(--font-12);
     font-weight: 600;
     padding: 0.75rem 0.875rem;
     border-bottom: 1px solid var(--grey-f0f0f0);
 }

 .user-detail-header .user-detail {
     display: flex;
     align-items: center;
 }

.user-detail .user-icon {
    background-color: #f3e4e7;
    color: var(--primary-red);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    padding: 0rem;
    margin-right: 0.75rem;
}

 .user-detail .user-icon span {
     font-size: var(--font-12);
     line-height: 1;
 }

 .user-detail .user-detail-text {
     font-size: var(--font-14);
     line-height: 1;
 }

 .user-detail .user-detail-text .user-name {
     padding-bottom: 2px;
     display: block;
     color: var(--secondary-black-333)
 }

 .user-detail .user-detail-text .user-email {
     display: block;
     font-size: var(--font-12);
     color: var(--grey-666);
     line-height: 1;
     font-weight: normal;
 }

 .user-profile-item {
     display: flex;
     align-items: center;
     padding: 0.6875rem 1rem
 }

 .user-profile-item .user-profile-item-icon {
     width: 1.25rem;
     height: 1.25rem;
     display: flex;
     align-items: center;
     margin-right: 0.5rem;
 }

 .user-profile-item .user-profile-item-icon circle {
     stroke: var(--grey-666)
 }

 .user-profile-item .user-profile-item-icon path {
     stroke: var(--grey-666)
 }

 .user-profile-item .user-profile-item-text {
     font-size: var(--font-12);
     color: var(--grey-666)
 }

 .userprofile-wrapper .alert-notification-item {
     display: flex;
     align-items: center;
     position: relative;
     padding-left: 1.5rem
 }

 .userprofile-wrapper .alert-notification-item:focus {
     background-color: transparent;
 }

 .userprofile-wrapper .alert-notification-item .alert-unread-dot {
     width: 0.375rem;
     height: 0.375rem;
     background-color: var(--primary-red);
     border-radius: 6px;
     position: absolute;
     top: 0.75rem;
     left: 1rem;
     display: none;
 }

 .userprofile-wrapper .alert-notification-item .alert-unread-dot.active {
     display: block;
 }

 .userprofile-wrapper .alert-notification-item .alert-notification-text-wrapper {
     font-size: var(--font-12);
     line-height: 1;
     position: relative;
 }

 .userprofile-wrapper .alert-notification-item .alert-notification-text-wrapper .alert-notification-text-wrapper__title {
     display: block;
     color: var(--primary-black);
     font-size: var(--font-16);
     line-height: 1;
     padding-bottom: 0.375rem;
 }

 .userprofile-wrapper .alert-notification-item .alert-notification-text-wrapper .alert-notification-text-wrapper__date-time {
     display: block;
     font-size: var(--font-11);
     line-height: 1;
     padding-bottom: 0.125rem;
     color: var(--secondary-black-1);
 }

 /* alert notification end */
 /* user profile end */

 /* font-increase btn */
 .font-increase-btn-li {
     padding-left: 0.75rem;
     padding-right: 0.75rem;
 }

 .font-increase-btn {
     background-color: var(--white);
     font-family: var(--font-regular);
     width: 3.5rem;
     color: var(--secondary-black-333);
     font-size: var(--font-18);
     font-weight: bold;
     line-height: 14px;
     height: 1.75rem;
     border: 1px solid var(--grey-c1c1c1);
     margin-bottom: 0px;
     padding: 0.375rem 0.25rem 0.375rem 0.5rem;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .font-increase-btn.dropdown-toggle::after {
     /* display: inline-block; */
     margin-left: 2px;
     vertical-align: .255em;
     content: "";
     width: 1rem;
     height: 1rem;
     /* color: red; */
     border-top: none;
     border-right: none;
     border-bottom: none;
     border-left: none;
     background: url(../img/svg/increase-font-down-arrow-black.svg) no-repeat;
     background-size: cover;
     background-position: center;
 }

 .font-increase-btn .a-small {
     font-size: var(--font-12);
     padding-top: 3px;
 }

 .font-increase-btn:not(:disabled):not(.disabled):active,
 .font-increase-btn:not(:disabled):not(.disabled):focus {
     background-color: var(--grey-6e6e71);
     border: 1px solid var(--grey-6e6e71);
     color: var(--white);
 }

 .font-increase-btn:active.dropdown-toggle::after,
 .font-increase-btn:focus.dropdown-toggle::after {
     background: url(../img/svg/increase-font-down-arrow-white.svg) no-repeat;
 }

 .font-increase-btn:hover {
     color: var(--secondary-black-333);
 }

 .font-increase-btn--menu {
     min-width: 3.5rem;
     box-shadow: none;
 }

 .font-increase-btn--menu .dropdown-item {
     color: var(--grey-6e6e71);
     font-weight: bold;
     font-size: var(--font-16);
     letter-spacing: 2px;
     padding: 0.25rem 0.625rem;
     display: flex;
     align-items: center;
 }

 .font-increase-btn--menu .dropdown-item.dropdown-item-fontplus {
     font-size: var(--font-18);
 }

 .font-increase-btn--menu .dropdown-item.dropdown-item-fontminus {
     font-size: var(--font-14);
 }

 .font-increase-btn--menu .dropdown-item.active,
 .font-increase-btn--menu .dropdown-item:active {
     color: var(--white);
     background-color: var(--primary-red);
 }

 .font-increase-btn--menu .dropdown-item:hover {
     text-decoration: none;
 }

 .font-increase-btn--menu .font-green-arrow {
     display: none;
 }

 .font-increase-btn--menu .font-green-arrow.active {
     display: block;
 }

 /* background-color: var(--grey-6e6e71); */

 /* *********************************************************************** */
 /* Header component end */
 /* *********************************************************************** */


 /* *********************************************************************** */
 /* Side Bar Css Start */
 /* *********************************************************************** */
 .bg-gradient-primary {
     background-color: var(--primary-grey) !important;
     background-image: none !important;
 }

 .sidebar_wrapper {
     position: relative;
     background-color: var(--primary-grey);
     min-height: calc(100vh - 89px);
 }

 .sidebar_sticky {
     position: sticky;
     /*  top: 0;*/
     top: 5.5625rem;
 }

 .sidebar_wrapper .sidebar_btn {
     background-color: #0e6aed;
     border: none;
     width: 1.625rem;
     height: 1.625rem;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     right: -10px;
     top: 5px;
     z-index: 8;
     transform: rotate(0);
     transition: all 0.3s ease-in-out;
 }

 .sidebar_wrapper .sidebar_btn::before {
     content: '';
     box-shadow: 3px 3px 10px 0 #0000001a;
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 50%;
 }

 .sidebar_wrapper .sidebar_btn::after {
     content: '';
     box-shadow: -3px -3px 10px 0 #0000001a;
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 50%;
 }



 /* .sidebar_wrapper .sidebar-overflow-wrapper {
display: flex;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
max-height: 100vh;
border-right: unset;
scrollbar-width: thin;
margin-bottom: 1rem;
} */

 /*.sidebar_wrapper .sidebar-overflow-wrapper {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: auto;
    max-height: calc(100vh - 6.5625rem);
    margin-bottom: 1rem;
}*/

 .sidebar_wrapper .sidebar-overflow-wrapper {
     display: flex;
     flex-direction: column;
     overflow-y: auto;
     overflow-x: hidden;
     min-height: auto;
     /* max-height: calc(100vh - 6.5625rem);*/
     margin-bottom: 1rem;
     margin-right: 4px;
 }

 /* width */
 .sidebar_wrapper .sidebar-overflow-wrapper::-webkit-scrollbar {
     width: 0.5rem;
 }

 .sidebar_wrapper .sidebar-overflow-wrapper::-webkit-scrollbar-track,
 .sidebar_wrapper .sidebar-overflow-wrapper::-webkit-scrollbar-thumb {
     transition: all .3s ease;
 }

 /* Track */
 .sidebar_wrapper .sidebar-overflow-wrapper:hover::-webkit-scrollbar-track {
     /* box-shadow: inset 0 0 5px grey;  */
     /* background: #f0f0f0; */
     border-radius: 10px;
 }

 /* Handle */
 .sidebar_wrapper .sidebar-overflow-wrapper:hover::-webkit-scrollbar-thumb {
     background: #d1d1d1;
     border-radius: 8px;
 }

 /* Handle on hover */
 .sidebar_wrapper .sidebar-overflow-wrapper::-webkit-scrollbar-thumb:hover {
     /* background: #d1d1d1;*/
     background: #d1d1d1;
 }







 .sidebar_wrapper .sidebarToggle {
     width: 1.5rem;
     height: 1.5rem;
     text-align: center;
     margin-bottom: 1rem;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     position: absolute;
     right: -6px;
     top: 6px;
     z-index: 1;
 }

 .sidebarToggle {
     background-color: var(--white);
     border: 1.5px solid var(--primary-grey) !important;
 }

 .sidebarToggle::after {
     content: '';
     background: url(../img/svg/chevron-left.svg) no-repeat;

     background-size: cover;
     background-position: center;
     width: 0.75rem;
     height: 0.75rem;

 }

 .sidebarToggle.active::after {
     content: '';
     margin-left: 0px;
     margin-right: 0px;
     background: url(../img/svg/chevron-right-toggle-icon.svg) no-repeat;
     background-position: center;
     background-size: cover;
     margin-left: 2px
 }

 .sidebarToggle:hover {
     text-decoration: none
 }

 .sidebarToggle:focus {
     outline: 0
 }

 .sidebar-dark #sidebarToggle {
     background-color: var(--white);
     border: 1.5px solid var(--primary-red) !important;
 }

 .sidebar-dark #sidebarToggle:hover {
     background-color: var(--white);
 }

 .sidebar-dark.toggled #sidebarToggle::after {
     color: var(--primary-red)
 }

 .sidebar-dark #sidebarToggle::after {
     color: var(--primary-red)
 }

 .sidebar #sidebarToggle::after {
     content: '';
     background: url(../img/svg/chevron-left.svg) no-repeat;
     background-size: cover;
     background-position: center;
     width: 0.75rem;
     height: 0.75rem;
     margin-right: 0px;
 }

 .sidebar #sidebarToggle:hover {
     text-decoration: none
 }

 .sidebar #sidebarToggle:focus {
     outline: 0
 }

 .sidebar.toggled #sidebarToggle::after {
     content: '';
     margin-left: 2px;
     margin-right: 0px;
     background: url(../img/svg/chevron-right-toggle-icon.svg) no-repeat;
     background-position: center;
     background-size: cover;
 }

 .sidebar .nav-item {
     position: relative;
     /* margin-bottom: .4rem; */
     margin: 0 auto 0.5rem auto
 }

 .sidebar.toggled .nav-item {
     position: relative;
     /* margin-bottom: .4rem; */
     margin: 0 auto 1rem auto
 }

 .sidebar-dark .nav-item.active .nav-link {
     color: var(--primary-red);
     background: var(--white);
     border-radius: 4px;
     transition: all .3s ease;
 }

 .sidebar-dark .nav-item.active .nav-link i {
     color: var(--primary-red);
 }

 .sidebar-dark .nav-item.active .nav-link i path {
     stroke: var(--primary-red);
 }

 .sidebar-dark .nav-item .nav-link i {
     color: rgb(255, 255, 255);
 }

 .sidebar-dark .nav-item .nav-link i path {
     stroke: var(--white);
 }

 .sidebar-dark .nav-item .nav-link:hover i path {
     /* stroke: var(--primary-red); */
 }

 .sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
     color: var(--white);
 }

 .sidebar-dark .nav-item.active .nav-link[data-toggle=collapse]::after {
     color: var(--primary-red);
     /* color: var(--white); */
 }

 .sidebar .nav-item .collapse .collapse-inner,
 .sidebar .nav-item .collapsing .collapse-inner {
     padding: .5rem 0;
     min-width: 10rem;
     font-size: .85rem;
     margin: 0 0 0 0;
 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item,
 .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
     padding: 0.20rem 0.5rem 0.20rem 3.375rem;
     margin: 0 .5rem;
     display: block;
     color: #3a3b45;
     text-decoration: none;
     border-radius: .35rem;
     white-space: normal;
 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-header,
 .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
     margin: 0;
     white-space: nowrap;
     padding: .5rem 1.5rem;
     text-transform: uppercase;
     font-size: 0.75rem;
     color: var(--white);
     font-family: var(--font-regular);
     display: none;
 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item,
 .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
     color: var(--white);
 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
 .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
     background-color: transparent;
     background: url(../img/svg/move-right.svg) no-repeat;
     background-position: 1.625rem;
     color: var(--white);
 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
 .sidebar .nav-item .collapse .collapse-inner .collapse-item:focus,
 .sidebar .nav-item .collapse .collapse-inner .collapse-item:visited {
     background-color: transparent;
     background: url(../img/svg/move-right.svg) no-repeat;
     background-position: 1.625rem;
     color: var(--white);
     font-weight: 600;
 }

 .sidebar .nav-item .collapse .collapse-inner .collapse-item.active {
     background-color: transparent;
     background: url(../img/svg/move-right.svg) no-repeat;
     background-position: 1.625rem;
     color: var(--white);
     font-weight: 600;
 }

 /* Side Bar Media Query Start */
 @media (min-width: 280px) {
     .sidebar {
         width: 15rem !important;
         /* padding: 0 8px; */
         /* padding: 0 16px ; */
         position: relative;
         padding-top: 1.8rem;
         min-height: auto;
         overflow-y: auto;
         overflow-x: hidden;
         max-height: calc(100vh - 105px);
         transition: all .4s ease;
         /* transition: all .4s ease;*/
     }

     /* width */
     .sidebar::-webkit-scrollbar {
         width: 0.5rem;
     }

     .sidebar::-webkit-scrollbar-track,
     .sidebar::-webkit-scrollbar-thumb {
         transition: all .3s ease;
     }

     /* Track */
     .sidebar:hover::-webkit-scrollbar-track {
         /* box-shadow: inset 0 0 5px grey;  */
         /* background: #f0f0f0; */
         border-radius: 10px;
     }

     /* Handle */
     .sidebar:hover::-webkit-scrollbar-thumb {
         background: #d1d1d1;
         border-radius: 8px;
     }

     /* Handle on hover */
     .sidebar::-webkit-scrollbar-thumb:hover {
         /* background: #d1d1d1;*/
         background: #d1d1d1;
     }

     .sidebar .nav-item .nav-link {
         /* display: block; */
         display: flex;
         align-items: center;
         justify-content: space-between;
         position: relative;
         width: 100%;
         text-align: left;
         padding: 0.5rem 0.8125rem 0.5rem 0.875rem;
         background: rgba(255, 255, 255, .11);
         border-radius: 4px;
         width: 13rem;
         margin: 0 1rem;
         transition: all .3s ease;
     }

     .sidebar-dark .nav-item.active .nav-link::before {
         content: "";
         height: 100%;
         width: 4px;
         position: absolute;
         left: -16px;
         background-color: #fff;
         top: 0;
         border-radius: 0 4px 4px 0;
     }

     .sidebar.toggled .nav-item .nav-link::before {
         content: "";
         height: 100%;
         width: 4px;
         position: absolute;
         left: -15px;
         background-color: #fff;
         top: 0;
         border-radius: 0 2px 2px 0;
         display: none;
     }

     /* .sidebar .nav-item .nav-link:hover,
.sidebar .nav-item .nav-link:active {     
background: rgba(255, 255, 255, 1);        
} */
     /* .sidebar .nav-item .nav-link:hover i{
color: var(--primary-red);
} */
     /* .sidebar .nav-item .nav-link:hover span{
color: var(--primary-red);
font-weight: 700;

} */
     .sidebar .nav-item .nav-link:hover[data-toggle=collapse]::after {
         /* color: rgba(255, 255, 255, .5); */
         color: var(--primary-red);
         /* color: var(--white); */
     }

     .sidebar.toggled {
         overflow: visible;
         width: 3.5rem !important;
         padding: 2rem .5px 0 .5px;
     }

     .sidebar.toggled .nav-item .nav-link {
         padding: 0.625rem;
         width: 2rem;
         height: 2rem;
         /* margin: 0 auto; */
         border-radius: 2rem;
         background: rgba(255, 255, 255, .05);
         transition: all .3s ease;
         display: flex;
         margin: 0 0;
         align-items: center;
         justify-content: center;
     }

     .sidebar.toggled .nav-item .nav-link:hover {
         background-color: var(--white);
     }

     .sidebar.toggled .nav-item .nav-link:hover i {
         /* margin-right: 0;
           font-size: 20px;
           color: var(--primary-red); */
         width: 1rem;
         height: 1rem;
         align-items: center;
         justify-content: center;
         display: flex;
     }

     .sidebar.toggled .nav-item .nav-link:hover i path {
         stroke: var(--primary-red);
     }

     .sidebar.toggled .nav-item .nav-link span {
         /* font-size: .65rem; */
         display: none;
     }

     .sidebar.toggled li.nav-item.active .nav-link {
         background-color: var(--white);
     }

     .sidebar.toggled li.nav-item.active .nav-link i path {
         stroke: var(--primary-red);
     }

     .sidebar.toggled .nav-item .nav-link i {
         /* margin-right: 0;
        font-size: 20px; */
         width: 1rem;
         height: 1rem;
         align-items: center;
         justify-content: center;
         display: flex;
         transition: all .1s ease-in;
     }

     .sidebar.toggled .nav-item .nav-link i path {
         stroke: #fff;
     }

     .sidebar .nav-item .collapse,
     .sidebar .nav-item .collapsing {
         margin: 0px 0rem 0 0rem;
     }

     .sidebar .nav-item .collapse {
         position: static !important;
         -webkit-animation: none;
         animation: none;
     }

     .sidebar.toggled .nav-item .collapse {
         position: absolute;
         /* left: calc(6.5rem + 1.5rem / 2); */
         left: calc(2.4rem + 1rem / 2);
         z-index: 1;
         top: 2px;
         -webkit-animation-name: growIn;
         animation-name: growIn;
         -webkit-animation-duration: .2s;
         animation-duration: .2s;
         -webkit-animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
         animation-timing-function: transform cubic-bezier(.18, 1.25, .4, 1), opacity cubic-bezier(0, 1, .4, 1);
     }

     .sidebar .nav-item .collapse .sub-menu-bg {
         background: transparent;
     }




     .sidebar.toggled .nav-item .collapse .sub-menu-bg {
         background: var(--white);
     }

     .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item,
     .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item {
         color: var(--primary-red);
         font-size: 0.875rem;
         padding: 0.25rem 0.5rem 0.25rem 1.5rem;
     }

     .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:hover,
     .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:hover {
         background-color: transparent;
         background: url(../img/svg/move-right-blue.svg) no-repeat;
         background-position: left;
     }

     .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-header,
     .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-header {
         margin: 0;
         white-space: nowrap;
         padding: .1rem 1.5rem .5rem 0.5rem;
         text-transform: uppercase;
         font-size: var(--font-14);
         color: var(--secondary-black-333);
         font-family: var(--font-regular);
         display: block;
         border-bottom: 1px solid #DADBDF;
         margin-bottom: 2px;
     }

     .sidebar.toggled .collapse-inner:after {
         content: '';
         border-right: 6px solid var(--white);
         border-top: 8px solid transparent;
         border-bottom: 8px solid transparent;
         top: 10px;
         right: 100%;
         position: absolute;
     }

     .sidebar.toggled .collapse-inner:after {
         border-right: 6px solid var(--white);
     }

     .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
         width: 1.25rem;
         height: 1.25rem;
         margin-top: 0.125rem;
         content: '';
         background: url(../img/svg/sidebar-chevron-down-white.svg) no-repeat;
         /* width: 1rem;
text-align: center;
float: right;
vertical-align: 0;
border: 0;
font-weight: 900; */
         /* content: '\f107'; */
         /* font-family: 'Font Awesome 5 Free'; */
     }

     .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
         /* content: '\f105'; */
         content: '';
         background: url(../img/svg/sidebar-chevron-right-white.svg) no-repeat;
     }

     .sidebar .nav-item .nav-link:hover[data-toggle=collapse].collapsed::after {
         /* content: '\f105'; */
         /* content:'';
background: url(../img/svg/sidebar-chevron-right-blue.svg) no-repeat; */
     }

     .sidebar .nav-item.active .nav-link[data-toggle=collapse]::after {
         background: url(../img/svg/sidebar-chevron-down-blue.svg) no-repeat;
     }

     .sidebar .nav-item.active .nav-link.collapsed[data-toggle=collapse]::after {
         /* background: url(../img/svg/sidebar-chevron-down-blue.svg) no-repeat; */
         background: url(../img/svg/sidebar-chevron-right-blue.svg) no-repeat;
     }


     .sidebar .nav-item .nav-link span {
         font-size: .85rem;
         display: inline;
         white-space: nowrap;
         margin-left: 0.5rem;
     }

     .sidebar.toggled .nav-item .collapse .collapse-inner {
         box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);
         border-radius: .35rem;
         min-width: 14rem;
     }

     /* :is([data-layout=vertical], [data-layout=semibox])[data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover>.menu-dropdown */

     .sidebar.toggled .nav-item .collapse.show {
         display: none;
     }

     .sidebar .nav-item .nav-link i {
         font-size: .85rem;
         /*margin-right: .25rem;*/
         width: 1.125rem;
         height: 1.125rem;
     }

     /*26 aug 24 start*/
     .sidebar .nav-item .nav-link.collapsed {
         color: #fff;
         background: rgba(255, 255, 255, .11);
     }

     .sidebar .nav-item .nav-link.collapsed,
     .sidebar .nav-item .nav-link.collapsed:focus,
     .sidebar .nav-item .nav-link.collapsed:active {
         cursor: pointer;
     }


     .sidebar .nav-item .nav-link.collapsed:focus,
     .sidebar .nav-item .nav-link.collapsed:active {
         /* color:#fff;
background: rgba(255, 255, 255, .11); */
     }

     .sidebar .nav-item .nav-link.collapsed:active i path,
     .sidebar .nav-item .nav-link.collapsed:focus i path {
         stroke: var(--primary-red);
     }

     .sidebar .nav-item .nav-link.collapsed:active[data-toggle=collapse]::after,
     .sidebar .nav-item .nav-link.collapsed:focus[data-toggle=collapse]::after {
         background: url(../img/svg/sidebar-chevron-right-blue.svg) no-repeat;
     }

     .sidebar .nav-item .nav-link.collapsed::before {
         content: "";
         height: 100%;
         width: 0.25rem;
         position: absolute;
         left: -16px;
         background-color: #fff;
         top: 0;
         border-radius: 0 4px 4px 0;
         opacity: 0;
     }

     .sidebar .nav-item .nav-link::before {
         content: "";
         height: 100%;
         width: 0.25rem;
         position: absolute;
         left: -16px;
         background-color: #fff;
         top: 0;
         border-radius: 0 4px 4px 0;
     }

     
     .sidebar .nav-item .nav-link:hover{
         color: var(--primary-red);
         background: var(--white);
         border-radius: 4px;
         transition: all .3s ease;         
     }
        .sidebar .nav-item .nav-link,      
        .sidebar .nav-item .nav-link:focus,
        .sidebar .nav-item .nav-link:active {
            color: var(--primary-red);
            background: var(--white);
            border-radius: 4px;
            /*transition: all .3s ease;*/
            transition: none;
        }

     .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
         background: url(../img/svg/sidebar-chevron-down-blue.svg) no-repeat;
     }

     .sidebar .nav-item .nav-link.collapsed i path {
         stroke: var(--white);
     }

     .sidebar .nav-item .nav-link i path {
         stroke: var(--primary-red);
     }

     .sidebar .nav-item .nav-link.collapsed:hover i path {
         stroke: var(--primary-red);
     }

     .sidebar .nav-item .nav-link.collapsed:hover i path {
         stroke: var(--primary-red);
     }

     .sidebar .nav-item .nav-link.collapsed:hover[data-toggle=collapse]::after {
         background: url(../img/svg/sidebar-chevron-right-blue.svg) no-repeat;
     }

     .sidebar.toggled .nav-item .nav-link:hover,
     .sidebar.toggled .nav-item .nav-link:active,
     .sidebar.toggled .nav-item .nav-link:focus {
         background-color: var(--white);
         border-radius: 100%;
     }


     .sidebar.toggled .nav-item .nav-link:active i path,
     .sidebar.toggled .nav-item .nav-link:focus i path {
         stroke: var(--primary-red);
     }


     .sidebar_wrapper .sidebarToggle {
         width: 1.5rem;
         height: 1.5rem;
         text-align: center;
         margin-bottom: 1rem;
         cursor: pointer;
         display: flex;
         align-items: center;
         justify-content: center;
         position: absolute;
         right: -0.5625rem;
         top: 0.375rem;
         z-index: 1;
     }

     .sidebar.toggled .nav-item .nav-link.collapsed {
         padding: 0.625rem;
         width: 2.375rem;
         height: 2.375rem;
         /* margin: 0 auto; */
         border-radius: 32px;
         background: rgba(255, 255, 255, .05);
         transition: none;
         /*transition: all .3s ease;*/
         display: flex;
         margin: 0 0;
         align-items: center;
         justify-content: center;
     }

     .sidebar.toggled .nav-item .nav-link.collapsed i path {
         stroke: var(--white);
     }

     .sidebar.toggled .nav-item .nav-link.collapsed:hover {
         background: #fff;
     }

     .sidebar.toggled .nav-item .nav-link.collapsed:hover i path {
         stroke: var(--primary-red);
     }

     .sidebar.toggled .nav-item .nav-link {
         padding: 0.625rem;
         width: 2.375rem;
         height: 2.375rem;
         /* margin: 0 auto; */
         border-radius: 32px;
         background: rgba(255, 255, 255, 1);
         transition: all .3s ease;
         display: flex;
         margin: 0 0;
         align-items: center;
         justify-content: center;
     }

     .sidebar.toggled .nav-item .nav-link i path {
         stroke: var(--primary-red);
     }

     /*26 aug 24 end*/
     .sidebar .nav-item.active .nav-link {
         font-weight: normal;
     }
 }

 @media(min-width:280px) {
     .sidebar .nav-item .collapse .site-link-wrapper {
         /* overflow-y: auto;
        max-height: 316px;
        min-height: auto;*/

         /* margin-right: 4px;*/

         /* margin-right: 16px;
        transition: max-height .2s ease-in-out;
        transition-delay: 1s;*/
     }


     /* width */
     .sidebar .nav-item .collapse .site-link-wrapper::-webkit-scrollbar {
         width: 8px;
     }

     /* Track */
     .sidebar .nav-item .collapse .site-link-wrapper::-webkit-scrollbar-track {
         /* box-shadow: inset 0 0 5px grey;  */
         background: #f0f0f0;
         border-radius: 10px;
     }

     /* Handle */
     .sidebar .nav-item .collapse .site-link-wrapper::-webkit-scrollbar-thumb {
         background: #d1d1d1;
         border-radius: 2px;
     }

     /* Handle on hover */
     .sidebar .nav-item .collapse .site-link-wrapper::-webkit-scrollbar-thumb:hover {
         background: #b30000;
     }
 }

 @media(min-width:1367px) {
     .sidebar .nav-item .collapse .site-link-wrapper {
         /*max-height: 422px;    */
     }
 }

 @media(min-width:1680px) {
     .sidebar .nav-item .collapse .site-link-wrapper {
         /*max-height: 516px;*/
     }
 }

 @media(min-width:1680px) {
     .sidebar .nav-item .collapse .site-link-wrapper {
         /*   max-height: 100%;*/
     }
 }

 /* Side Bar Media Query End */

 /* *********************************************************************** */
 /* Side Bar Css End */
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* Global Form Layout Start*/
 /* *********************************************************************** */

 .standard-form-layout {
     position: relative;
     width: 100%;
 }

 .standard-form-layout h3 {
     color: var(--black-222);
     font-family: var(--font-regular);
     font-size: 1.125rem;
     font-style: normal;
     font-weight: bold;
     line-height: 1;
     margin-bottom: 1rem;
 }

 .standard-form-layout .form-group {
     margin-bottom: 0.5rem;
 }

 .standard-form-layout .form-group label {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-12);
     font-style: normal;
     font-weight: 700;
     line-height: 1.4;
 }
    .standard-form-layout .form-group .label-tag {
        color: var(--secondary-black-333);
        font-family: var(--font-regular);
        font-size: var(--font-12);
        font-style: normal;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: .5rem;
    }
 .standard-form-layout .form-group .form-control {
     padding: 0.625rem 0.625rem;
     color: var(--secondary-black-333);
     border-radius: 6px;
     border: 1px solid var(--grey-b2b2b2);
     height: 2.75rem;
     font-size: var(--font-14);
 }

 .standard-form-layout .form-group textarea.form-control {
     padding: 0.625rem 0.625rem;
     color: var(--secondary-black-333);
     border-radius: 6px;
     border: 1px solid var(--grey-b2b2b2);
     height: 5.5rem;
 }

 .standard-form-layout .form-group .form-control.custom-select {
     display: inline-block;
     width: 100%;
     /* height: calc(1.5em + .75rem + 2px); */
     padding: .375rem 1.75rem .375rem .75rem;
     border: 1px solid var(--grey-b2b2b2);
     font-size: var(--font-14);
     font-weight: 400;
     line-height: 1.5;
     color: var(--secondary-black-333);
     vertical-align: middle;
     background: #fff url(../img/svg/dropdown-arrow.svg) no-repeat;
     /*background-position: 97% 14px;*/
     background-position: right 10px center;
     border-radius: .35rem;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .standard-form-layout .form-group select option:hover {
     background-color: yellow;
 }

 /* .standard-form-layout select option:hover{
box-shadow: 0 0 10px 100px red inset !important;
background-color: red;
color:var(--white)
} */
 .standard-form-layout .form-group select option:hover {
     box-shadow: 0 0 10px 100px var(--primary-red) inset !important;
     color: var(--white)
 }

 .standard-form-layout .form-group input.form-control::placeholder,
 .standard-form-layout .form-group textarea.form-control::placeholder {
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     font-weight: 400;
     line-height: 1.4;
     color: var(--placeholder-color);
 }

 .standard-form-layout .form-control:disabled,
 .standard-form-layout .form-control[readonly] {
     background-color: #f8f8f8;
     opacity: 0.7;
     pointer-events: none;
     cursor: not-allowed !important
 }



 .standard-form-layout input.form-control.error,
 .standard-form-layout select.form-control.error,
 .standard-form-layout textarea.form-control.error {
     outline: none;
     border-color: var(--primary-red);
     border-width: 1px;
     border-style: solid;
     width: 100%
 }

 .standard-form-layout input.form-control.valid,
 .standard-form-layout select.form-control.valid,
 .standard-form-layout textarea.form-control.valid {
     border-style: auto;
     border-color: inherit;
 }




 .standard-form-layout .error-message {
     padding: 2px 0;
     font-size: 0.75rem;
     color: var(--primary-red);
     font-size: var(--font-14);
     display: none;
 }

 .standard-form-layout .error-message.active {
     display: block;
 }

 .standard-form-layout .asterisk {
     color: var(--primary-red);
     font-size: var(--font-12);
     font-family: var(--font-regular);
 }

 .custom-select {
     display: inline-block;
     width: 100%;
     height: calc(1.5em + .75rem + 2px);
     padding: .375rem 1.75rem .375rem .75rem;
     font-size: var(--font-16);
     font-weight: 400;
     line-height: 1.5;
     color: #6e707e;
     vertical-align: middle;
     background: #fff url(../img/svg/dropdown-arrow.svg) no-repeat;
     background-position: 86% 10px;
     border: 1px solid #d1d3e2;
     border-radius: .35rem;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }

 /* *********************************************************************** */
 /* Global Form Layout End*/
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* New provider Css Start*/
 /* *********************************************************************** */

 .new-provider-bg {
     background-color: var(--ligh-blue);
     background-image: url(../img/calpia-login-page-banner-bg.jpg);
     background-repeat: no-repeat;
     /* background-size: cover; */
     background-position: top right;
     /* height: 100vh; */
     width: 100%;
     margin: 0 0
 }

 .new-provider-wrapper {
     padding: 2.5rem 2.5rem 2.5rem;
     margin: 1rem;
     border-radius: .5rem;
     /* background-color: rgba(255, 255, 255, .87); */
     background-color: rgb(255, 255, 255);
     position: relative;
    /* top: 50%;
     transform: translateY(-50%);*/
 }

 .new-provider-wrapper .brand-logo {
     text-align: center;
     padding: 0rem 0 1rem 0;
 }

 .new-provider-wrapper .welcome-text-wrapper {
     padding-bottom: 1.5rem;
 }

 .new-provider-wrapper .welcome-text-wrapper h3 {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: 24px;
     font-style: normal;
     font-weight: bold;
     line-height: 1;
     text-align: center;
 }

 .new-provider-wrapper .welcome-text-wrapper p {
     font-size: var(--font-14);
     color: var(--grey-6e6e71);
     text-align: center;
     font-family: var(--font-regular);
 }

 .new-provider-wrapper .individual-group-wrapper {
     display: flex;
     align-items: center;
     padding-top: 2.5rem;
     margin-bottom: 0.5rem;
 }

 .new-provider-wrapper .individual-group-wrapper .custom-checkbox {
     padding-top: 0px;
 }

 .new-provider-wrapper .individual-group-wrapper label {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     line-height: 1.4;
 }

 .new-provider-wrapper .individual-group-wrapper .custom-checkbox .checkmark {
     position: absolute;
     top: 2px;
     left: 0;
     height: 1rem;
     width: 1rem;
     /*background-color: #fff;
    border: 1px solid var(--grey-b2b2b2);*/
     border-radius: 4px;
 }



 @media only screen and (max-width:992px) {
     .new-provider-wrapper .individual-group-wrapper {
         padding-top: 0px;
     }
 }

 .provider-text-wrapper {
     width: 100%;
 }

 .provider-text-wrapper p {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     font-weight: bold;
     line-height: 1.4;
     margin-bottom: 0.75rem;
 }

 .provider-text-wrapper p a {
     color: var(--primary-red);
     font-weight: 600;
 }

 .provider-span {
     font-weight: normal;
     font-size: var(--font-14);
 }

 /* *********************************************************************** */
 /* New provider Css End*/
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* FAQ CSS START Faq Css Start */
 /* *********************************************************************** */
 /* FAQ BG */
 .faq-bg {
     background-color: var(--ligh-blue);
     background-image: url(../img/calpia-login-page-banner-bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top right;
     width: 100%;
     margin: 0 0;
     /*padding-bottom:1.5rem*/
 }

 .faq-wrapper-scope {
     padding: 2.5rem 2.5rem 2.5rem;
     margin: 1rem 4rem;
     border-radius: .5rem;
     /* background-color: rgba(255, 255, 255, .87); */
     background-color: rgb(255, 255, 255);
     position: relative;
 }
 @media(max-width:768px){
    .faq-wrapper-scope {
        padding: 2.5rem 2.5rem 2.5rem;
        margin: 1rem 1rem;
        border-radius: .5rem;
        /* background-color: rgba(255, 255, 255, .87); */
        background-color: rgb(255, 255, 255);
        position: relative;
    }
 }
 .faq-wrapper-scope .brand-logo {
     text-align: center;
     padding: 1rem 0;
 }

 .faq-wrapper-scope .welcome-text-wrapper {
     padding-bottom: 1.5rem;
 }

 .faq-wrapper-scope .welcome-text-wrapper h3 {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: 1.5rem;
     font-style: normal;
     font-weight: bold;
     line-height: 1;
     text-align: center;
 }

 .faq-wrapper {
     position: relative;
     font-family: var(--font-regular);
     font-size: var(--font-14);
     color: var(--secondary-black-333);
     line-height: 1.3;
 }

 .faq-wrapper .card-header {
     padding-right: 3rem;
     background-color: rgb(245 246 250 / 50%);
     height: 3.875rem;
     display: flex;
     align-items: center;
     position: relative;
     cursor: pointer;
 }
 @media(max-width:992px){
    .faq-wrapper .card-header {
        padding-right: 3rem;
        background-color: rgb(245 246 250 / 50%);
        /*height: 4.875rem;*/
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
    }
 }
 .faq-wrapper .card-header span.question-no {
     margin-right: .5rem
 }

 .faq-wrapper .card-header a {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     cursor: pointer;
     font-weight: bold;
     margin-bottom: 0px;
     display: flex;
     width: 100%;
 }

 .faq-wrapper .card-header.collapsed a {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     cursor: pointer;
     font-weight: bold;
     margin-bottom: 0px;
     display: flex;
     width: 100%;
 }

 .faq-wrapper .card-header a.card-title.collapsed {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     cursor: pointer;
     font-weight: bold;
     margin-bottom: 0px;
     display: flex;
     width: 100%;
 }

 .faq-wrapper .card-header a.card-title {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     cursor: pointer;
     font-weight: bold;
     margin-bottom: 0px;
     display: flex;
     width: 100%;
 }

 .faq-wrapper .card-header a:hover {
     color: var(--primary-red);
     text-decoration: none;
 }

 .faq-wrapper .card-header a:active,
 .faq-wrapper .card-header a:visited {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     cursor: pointer;
 }

.faq-wrapper .card-header .card-title.collapsed:after {
    content: "";
    background-image: url(../img/svg/plus.svg);
    float: right;
    width: 0.875rem;
    height: 0.875rem;
    position: absolute;
    /*right: 1rem;
     top: 1.5rem;
     background-size: cover;*/
    right: 1rem;
    top: 50%;
    background-size: cover;
    transform: translateY(-50%);
}

 .faq-wrapper .card-header .card-title:after {
     /* symbol for "collapsed" panels */
     content: "";
     background-image: url(../img/svg/minus.svg);
     float: right;
     width: 0.875rem;
     height: 0.875rem;
     position: absolute;
     right: 1rem;
     top: 1.5rem;
 }

 .faq-wrapper .card-body {
     border-bottom: 1px solid rgba(0, 0, 0, .125);
     line-height: 1.5;
 }

 .faq-wrapper .card-body p {
     margin-bottom: 0.5rem;
     line-height: 1.5;
 }

 .faq-wrapper .card-body li {
     line-height: 1.5;
     margin-bottom: .5rem
 }

 .faq-wrapper .card-body p.answer.font--weight {
     font-weight: 600;
     color: var(--secondary-black-333);
 }

 .faq-wrapper .card-body a {
     /*color: var(--primary-red);*/
     color: #ff0000;
 }

 .faq-wrapper .card-body a:hover {
     text-decoration: underline;
 }

 .faq-wrapper .card-body li::marker {
     color: var(--primary-red);
 }

 /* *********************************************************************** */
 /* Faq Css End */
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* Contact Wrapper Css Start*/
 /* *********************************************************************** */

 .contact-wrapper {
     position: relative;
 }

 .contact-wrapper .contact-section {
     margin-bottom: 1rem;
     border-bottom: 1px solid #AEBCD0;
     padding: 1rem 0;
 }

 .contact-wrapper h3 {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-16);
     cursor: pointer;
     font-weight: bold;
     margin-bottom: 1rem;
 }

 .contact-wrapper p {
     font-family: var(--font-regular);
     font-size: var(--font-14);
     color: var(--secondary-black-333);
     line-height: 1.3;
 }

 .contact-wrapper p a {
     color: var(--primary-red);
     font-weight: bold;
 }

 /* *********************************************************************** */
 /* Contact Wrapper Css End*/
 /* *********************************************************************** */
 .outside-back-btn {
     position: absolute;
     top: 0rem;
     right: 0rem;
     font-size: var(--font-12);
     color: var(--primary-red);
     display: flex;
     align-items: center;
 }

 .outside-back-btn i {
     width: 1rem;
     height: 1rem;
     display: flex;
     align-items: center;
     margin-right: 0.25rem;
     margin-top: 0.125rem;
 }

 .outside-back-btn:hover {
     color: var(--primary-red);
 }

 /* *********************************************************************** */
 /* Contact Wrapper Css End*/
 /* *********************************************************************** */
 /* *********************************************************************** */
 /* Breadcrumb Css Start*/
 /* *********************************************************************** */
 .site-breadcrumb-wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 1rem;
 }

 .site-breadcrumb ul.breadcrumb {
     padding: 0px 0px;
     list-style: none;
     background-color: transparent;
     margin-bottom: 0;
 }

 /* Display list items side by side */
 ul.breadcrumb li {
     display: flex;
     align-items: center;
     font-family: var(--font-regular);
     font-size: var(--font-14);
     color: var(--secondary-black-333);
     position: relative;
     line-height: 1;
 }

 ul.breadcrumb li.font-medium {
     display: flex;
     align-items: center;
     font-family: var(--font-medium);
     font-size: var(--font-14);
     color: var(--secondary-black-333);
     position: relative;
     line-height: 1;
     font-weight: 500;
 }

 /* Add a slash symbol (/) before/behind each list item */
 ul.breadcrumb li+li:before {
     padding: 0 0.75rem;
     content: "";
     width: 0.75rem;
     height: 0.75rem;
     background: url(../img/svg/breadcumb-right-arrow.svg) no-repeat center;
 }

 /* Add a color to all links inside the list */
 ul.breadcrumb li a {
     color: #0275d8;
     text-decoration: none;
 }

 /* Add a color on mouse-over */
 ul.breadcrumb li a:hover {
     color: #01447e;
     text-decoration: underline;
 }

 /* *********************************************************************** */
 /* Breadcrumb Css End*/
 /* *********************************************************************** */
 /* *********************************************************************** */
 /* How To Btn Start*/
 /* *********************************************************************** */
 .how-to-btn {
     border-radius: 4px;
     border: 1px #B51E3C;
     background: #B51E3C;
     padding: 0.375rem 0.625rem 0.375rem 0.625rem;
     font-size: var(--font-14);
     color: var(--white);
 }

 .how-to-btn i {
     margin-right: 0.25rem;
 }

 .how-to-btn:hover {
     color: var(--white);
 }

 /* *********************************************************************** */
 /* How To Btn Start*/
 /* *********************************************************************** */
 /* *********************************************************************** */
 /* Scroll To Top Start */
 /* *********************************************************************** */
 .scroll-to-top {
     position: fixed;
     right: 1rem;
     bottom: 1rem;
     display: none;
     width: 2.75rem;
     height: 2.75rem;
     text-align: center;
     color: #fff;
     background: rgba(90, 92, 105, .5);
     line-height: 46px;
     border-radius: 2.75rem !important;
 }

 .scroll-to-top i {
     width: 0.875rem;
     height: 0.875rem;
     display: block;
     margin: 0 auto;
 }

 /* *********************************************************************** */
 /* Scroll To Top End */
 /* *********************************************************************** */
 /* forgot password bg */
 .forgot-password-bg {
     background-color: var(--ligh-blue);
     background-image: url(../img/calpia-login-page-banner-bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top center;
     height: 100vh;
     width: 100%;
     margin: 0 0
 }

 /* *********************************************************************** */
 /* RX Search Screen Css Start */
 /* *********************************************************************** */
 /* rx-search-wrapper */
 .rx-search-wrapper {
     margin-bottom: 12px;
 }

 .rx-search-wrapper .topbar-divider {
     width: 0;
     border-right: 0.0625rem solid #D9D9DC;
     height: 2rem;
     margin: auto 1rem;
 }

 .rx-search-block {
     display: flex;
     align-items: center;
     height: 100%
 }

 .rx-search-block .form-group {
     margin-bottom: 0px;
     display: flex;
     align-items: center;
 }

 .rx-search-block .form-group input[type=text] {
     min-width: 15.125rem;
     width: 100%;
     box-sizing: border-box;
     border: 1px solid var(--grey-c1c1c1);
     border-radius: 4px;
     font-size: var(--font-16);
     background-color: var(--grey-fbfbfb);
     background-image: url(../img/svg/search.svg);
     background-size: 20px 20px;
     background-position: 6px 6px;
     background-repeat: no-repeat;
     padding: 0.75rem 1.25rem 0.75rem 2rem;
 }

 .rx-search-block .form-group label {
     white-space: nowrap;
     padding-right: 1rem;
     margin-bottom: 0px;
     font-size: 1.5rem;
     line-height: 1.75rem;
     font-weight: 600;
     color: var(--secondary-black-333);
     border-right: 1px solid #D9D9DC;
     margin-right: .5rem;
     height: 2rem;
 }

 .rx-search-block .form-control {
     margin-left: 0.75rem;
     margin-right: 0.75rem;
     height: 2rem;
 }

 .rx-search-block .advance-search-textlink {
     font-weight: bold;
     white-space: nowrap;
     color: var(--secondary-black-333);
     text-decoration: underline;
     font-size: var(--font-14);
     line-height: 1;
     cursor: pointer;
 }

 .rx-search-block .advance-search-textlink.active {
     color: var(--primary-red);
 }

 .rx-search-block .advance-search-textlink:hover {
     text-decoration: none;
 }

 /* .rx-search-block .advance-search-textlink:active,
.rx-search-block .advance-search-textlink:focus,
.rx-search-block .advance-search-textlink:visited {
color: var(--primary-red);
}
*/

 /* advance search pagination */
 .rx-search-filter {
     display: flex;
     align-items: center;
     justify-content: end
 }

 @media(max-width:1200px) {
     .rx-search-filter {
         margin-top: 1rem;
         justify-content: start
     }
 }

 .advance-search-pagination-wrapper {
     display: flex;
     align-items: center;
     justify-content: end;
 }

 .advance-search-pagination-wrapper .page-count-text {
     font-size: 0.875rem;
 }

 .advance-search-pagination-wrapper .pagination {
     display: inline-block;
     margin: 0 8px;
 }

 .advance-search-pagination-wrapper .pagination a {
     color: black;
     float: left;
     /* padding: 0.5rem 0.5rem;*/
     text-decoration: none;
     border-radius: 4px;
     font-size: 0.8125rem;
     display: inline-flex;
     align-items: center;
     width: 24px;
     height: 24px;
 }

 .advance-search-pagination-wrapper .pagination a i {
     width: 1.5rem;
     height: 1.5rem;
     display: inline-flex;
     align-items: center;
 }

 .advance-search-pagination-wrapper .pagination a:hover {
     background: transparent !important;
 }

 .advance-search-pagination-wrapper .pagination a:hover i path {
     stroke: var(--primary-red)
 }



 .advance-search-pagination-wrapper .pagination a.active {
     background-color: #e3f2fd;
     color: #495057;
 }

 .advance-search-pagination-wrapper .pagination a:hover:not(.active) {
     background-color: #ddd;
 }

 .advance-search-pagination-wrapper .form-group {
     margin-bottom: 0px;
 }

 .advance-search-pagination-wrapper .form-group.page-count {
     width: 4.375rem;
 }

 .advance-search-pagination-wrapper .form-group .form-control {
     height: 2rem;
     line-height: 1;
     font-size: 0.875rem;
     color: var(--secondary-black-333);
     font-weight: bold;
     padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
     border: 1px solid #C1C1C1;
     border-radius: 4px;
 }

 .advance-search-pagination-wrapper .form-group .form-control.custom-select {
     display: inline-block;
     width: 4.125rem;
     /* height: calc(1.5em + .75rem + 2px); */
     padding: .375rem 1.75rem .375rem .75rem;
     border: 1px solid var(--grey-b2b2b2);
     color: #333;
     font-size: 0.875rem;
     line-height: 1;
     font-weight: 600;
     vertical-align: middle;
     background: #fff url(../img/svg/dropdown-arrow.svg) no-repeat;
     background-position: 86% 7px;
     border-radius: .35rem;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }

 .topbar-divider {
     width: 0;
     border-right: 0.0625rem solid #e3e6f0;
     height: 2rem;
     margin: auto 0.5rem;
 }

 .filter-action-wrapper {
     display: flex;
     align-items: center;
 }

 .filter-action-wrapper .btn {
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: transparent;
     /* border:1px solid #000; */
     margin: 0 1px;
     width: 2.25rem;
     height: 2.25rem;
     padding: 0rem;
 }

 .filter-action-wrapper .btn i {
     display: flex;
     align-items: center;
     width: 1.25rem;
     height: 1.25rem;
 }

 .filter-action-wrapper .btn:hover,
 .filter-action-wrapper .btn:focus {
     background-color: transparent;
     border-color: transparent;
     box-shadow: none;
 }

 .filter-action-wrapper .btn:active {
     background-color: transparent !important;
     border-color: transparent !important;
     box-shadow: none;
 }

 .filter-action-wrapper .btn:hover i path {
     stroke: var(--primary-red)
 }

 /* advance-search-form-wrapper */
 .advance-search-wrapper .card {
     box-shadow: none;
     border: 0.0625rem solid #dadbdf
 }

 .advance-search-wrapper .card .card-body {
     padding: 0.5rem 1rem 0rem;
 }

 .advance-search-wrapper .card .card-body .form-group {
     margin-bottom: 1rem;
 }

 .advance-search-wrapper .card .card-body .form-group label {
     font-size: 0.875rem;
     margin-bottom: 0.5rem;
 }

 .advance-search-wrapper .card .card-body .form-group .form-control {
     height: 2.75rem;
 }

 .advance-search-wrapper .advance-search-btn-wrapper {
     padding-top: 2rem;
 }

 @media only screen and (max-width:992px) {
     .advance-search-wrapper .advance-search-btn-wrapper {
         padding-top: 0px;
         margin-bottom: 1rem;
     }
 }

 .advance-search-wrapper .cancel-btn {
     border-color: #d1d1d1;
     background-color: #fff;
     width: 7.875rem;
     height: 2.75rem;
 }

 .advance-search-wrapper .search-btn {
     border-color: var(--primary-red);
     background-color: var(--primary-red);
     color: var(--white);
     width: 7.875rem;
     height: 2.75rem;
 }

 /* *********************************************************************** */
 /* RX Search Screen Css End */
 /* *********************************************************************** */
 .backtohome {
     font-size: var(--font-14);
     color: var(--secondary-black-333);
     padding: 4px 0;
     text-decoration: underline;
     margin-top: 1rem;
     display: inline-block;
 }

 .backtohome:hover {
     color: var(--primary-red);
     text-decoration: none;
 }

 /* *********************************************************************** */
 /* Search Panel Css Start */
 /* *********************************************************************** */

 .search-panel-wrapper {
     margin-bottom: 0px;
 }

 .search-panel-wrapper .search-panel-wrapper .search-block {
     display: flex;
     align-items: center;
 }

 .search-panel-wrapper .search-block .form-group {
     margin-bottom: 0px;
     display: flex;
     align-items: center;
 }

 .search-panel-wrapper .search-block .form-group input[type=text] {
     width: 100%;
     box-sizing: border-box;
     border: 1px solid var(--grey-c1c1c1);
     border-radius: 4px;
     font-size: var(--font-16);
     background-color: var(--grey-fbfbfb);
     background-image: url(../img/svg/search.svg);
     background-position: 0.375rem 0.3125rem;
     background-size: 1.25rem;
     background-repeat: no-repeat;
     padding: 0.75rem 1.25rem 0.75rem 2rem;
 }

 .search-panel-wrapper .search-block .form-group label {
     white-space: nowrap;
     padding-right: 0.75rem;
     border-right: 1px solid #d4d4d4;
     margin-bottom: 0px;
     font-size: 1.5rem;
     line-height: 1.75rem;
     font-family: var(--font-medium);
     font-weight: 500;
     color: var(--secondary-black-333);
 }

 .search-panel-wrapper .search-block .form-control {
     margin-left: 0.75rem;
     margin-right: 0.75rem;
     height: 2rem;
 }

 .search-panel-wrapper .search-block .advance-search-textlink {
     font-weight: bold;
     white-space: nowrap;
     color: var(--primary-black);
     text-decoration: underline;
 }

 .search-panel-wrapper .search-block .advance-search-textlink:hover {
     text-decoration: none;
 }

 .search-panel-wrapper .search-block .advance-search-textlink:active {
     color: var(--primary-red);
 }


 /* advance search pagination */
 .search-panel-wrapper .advance-search-col {
     display: flex;
     align-items: center;
     justify-content: end;
 }

 @media(max-width:992px) {
     .search-panel-wrapper .advance-search-col {
         margin-top: 1rem;
     }
 }

 .search-panel-wrapper .advance-search-pagination-wrapper {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: end;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .page-count-text {
     font-size: var(--font-14);
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .pagination {
     display: inline-block;
     margin: 0 0.5rem;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .pagination a {
     color: black;
     float: left;
     padding: 0.5rem 0.5rem;
     text-decoration: none;
     border-radius: 4px;
     font-size: 0.8125rem;
     display: inline-flex;
     align-items: center;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .pagination a i {
     width: 1.5rem;
     height: 1.5rem;
     display: inline-flex;
     align-items: center;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .pagination a.active {
     background-color: #e3f2fd;
     color: #495057;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .pagination a:hover:not(.active) {
     background-color: #ddd;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .form-group {
     margin-bottom: 0px;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .form-group.page-count {
     width: 4.375rem;
 }

 .search-panel-wrapper .advance-search-pagination-wrapper .form-group .form-control {
     height: 2rem;
     line-height: 1;
     font-size: 0.875rem;
     color: var(--secondary-black-333);
     font-weight: bold;
     padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
     border: 1px solid #C1C1C1;
     border-radius: 4px;
 }

 .search-panel-wrapper .topbar-divider {
     width: 0;
     border-right: 0.0625rem solid #e3e6f0;
     height: 2rem;
     margin: auto 0.5rem;
 }

 .search-panel-wrapper .filter-action-wrapper {
     display: flex;
     align-items: center;
 }

 .search-panel-wrapper .filter-action-wrapper .btn {
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: transparent;
     /* border:1px solid #000; */
     margin: 0 1px;
     width: 2.25rem;
     height: 2.25rem;
     padding: 0rem;
 }

 .search-panel-wrapper .filter-action-wrapper .btn:hover {
     background-color: var(--white);
     border-color: transparent;
 }

 .search-panel-wrapper .filter-action-wrapper .btn i {
     display: flex;
     align-items: center;
     width: 1rem;
     height: 1rem;
 }

 /* advance-search-form-wrapper */

 .advance-search-wrapper .card {
     box-shadow: none;
     border: 0.0625rem solid #dadbdf
 }

 .advance-search-wrapper .card .card-body {
     padding: 0.5rem 1rem 0rem;
 }

 .advance-search-wrapper .card .card-body .form-group {
     margin-bottom: 1rem;
 }

 .advance-search-wrapper .card .card-body .form-group label {
     font-size: 0.875rem;
     margin-bottom: 0.5rem;
 }

 .advance-search-wrapper .card .card-body .form-group .form-control {
     height: 2.75rem;
 }

 .advance-search-wrapper .advance-search-btn-wrapper {
     padding-top: 2rem;
 }

 @media only screen and (max-width:992px) {
     .advance-search-wrapper .advance-search-btn-wrapper {
         padding-top: 0px;
         margin-bottom: 1rem;
     }
 }

 .advance-search-wrapper .cancel-btn {
     border-color: #d1d1d1;
     background-color: #fff;
     width: 7.875rem;
     height: 2.75rem;
 }

 .advance-search-wrapper .search-btn {
     border-color: var(--primary-red);
     background-color: var(--primary-red);
     color: var(--white);
     width: 7.875rem;
     height: 2.75rem;
 }

 /* *********************************************************************** */
 /* Search Panel Css End */
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* Pool Data Table Css Start */
 /* *********************************************************************** */
 .pool-data-table {
     width: 100%;
     border-radius: 8px;
 }

 .pool-data-table {
     width: 100%;
 }

 .pool-data-table table {
     font-size: 0.875rem;
     line-height: 1;
 }

 .pool-data-table div.dt-container div.dt-layout-table {
     border: 1px solid #E4E7EC;
     border-radius: 10px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
 }

 .pool-data-table thead tr:first-child th:first-child {
     border-top-left-radius: 10px;
 }

 .pool-data-table thead tr:first-child th:last-child {
     border-top-right-radius: 10px;
 }

 .pool-data-table tbody tr:last-child td:first-child {
     border-bottom-left-radius: 10px;
     border-color: #E4E7EC
 }

 .pool-data-table tbody tr:last-child td:last-child {
     border-bottom-right-radius: 10px
 }

 .pool-data-table tbody tr:not(:last-child) {
     border-bottom: 1px solid #E4E7EC
 }

 .pool-data-table table.dataTable>thead>tr>th {
     /*padding: 1rem 1.5rem;*/
     padding: 0.75rem 2.5rem 0.75rem 1.25rem;
     text-align: left;
     line-height: 1.2rem;
     background-color: #F3F3F3;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     font-weight: bold;
 }

 .pool-data-table table.dataTable>tbody>tr>td {
     padding: 1rem 1.5rem 1rem 1.5rem;
     text-align: left;
     line-height: 1.125rem;
     background-color: #fff;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     vertical-align: top;
     white-space: normal
 }

 /*****************/
 .pool-data-table table.dataTable>tbody>tr.active>td {
     background: rgba(181, 30, 60, .3) !important
 }

 .pool-data-table table.dataTable>tbody>tr.active>td:last-child {
     background: transparent !important;
 }

 .pool-data-table table.dataTable>tbody>tr.active:hover {
     box-shadow: none !important
 }

 /*****************/

 .pool-data-table table.dataTable>tbody>tr>td a {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     line-height: 1.25rem;
     /* 142.857% */
     text-decoration-line: underline;
 }

 .pool-data-table table.dataTable>tbody>tr>td a:hover {
     text-decoration-line: none;
 }

 .pool-data-table div.dt-container {
     width: 100%;
     margin: 0 auto;
 }

 .pool-data-table div.dt-container.dt-empty-footer tbody>tr:last-child>* {
     border-bottom: none;
 }

 .pool-data-table table.dataTable.hover>tbody>tr:hover>*,
 .pool-data-table table.dataTable.display>tbody>tr:hover>* {
     box-shadow: inset 0 0 0 9999px #F8F8F8;
     box-shadow: inset 0 0 0 9999px #F8F8F8;
 }

 .pool-data-table table.dataTable.hover>tbody>tr.active:hover>*,
 .pool-data-table table.dataTable.display>tbody>tr.active:hover>* {
     box-shadow: none !important;
     box-shadow: none !important;
 }

 .pool-data-table table.dataTable>thead>tr>th,
 .pool-data-table table.dataTable>thead>tr>td {
     border-bottom: 1px solid #E4E7EC;
 }

 .pool-data-table div.dt-container div.dt-layout-row {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     margin: 0rem 0 .75rem;
     flex-wrap: wrap;
 }

 .pool-data-table div.dt-container.dt-empty-footer .dt-scroll-body {
     border-bottom: none;
 }

 .pool-data-table div.dt-container div.dt-layout-table>div {
     display: block !important;
     padding-left: 0px;
     padding-right: 0px;
 }

 .pool-data-table table.dataTable thead>tr>th.dt-orderable-asc:hover,
 .pool-data-table table.dataTable thead>tr>th.dt-orderable-desc:hover,
 .pool-data-table table.dataTable thead>tr>td.dt-orderable-asc:hover,
 .pool-data-table table.dataTable thead>tr>td.dt-orderable-desc:hover {
     outline: 0px;
     outline-offset: 0px;
 }

 .pool-data-table .dt-container {
     font-size: var(--font-14);
     font-family: var(--font-regular);
     color: var(--secondary-black-333)
 }

 .pool-data-table div.dt-container>div.row {
     margin-bottom: 1rem;
 }

 .pool-data-table .page-item.active .page-link {
     z-index: 3;
     color: #fff;
     background-color: var(--primary-red);
     border-color: var(--primary-red);
 }

 .pool-data-table .page-link {
     position: relative;
     display: block;
     padding: .4rem .6rem;
     margin-left: -1px;
     line-height: 1.25;
     color: var(--primary-red);
     background-color: #fff;
     border: 1px solid #dddfeb;
     display: none;
     font-size: 2.5rem;
     height: 2rem;
     line-height: 0.8125rem;
     font-weight: 300;
     font-family: Arial;
 }

 .pool-data-table .page-item:last-child .page-link.next {
     display: block;
     background: transparent url(../img/svg/dt-pagination-right-arrow.svg) no-repeat;
     background-size: 1.5rem;
     background-position: center;
     border: 0;
     position: relative;
     color: transparent;
 }

 .pool-data-table .page-item .page-link.previous {
     display: block;
     background: transparent url(../img/svg/dt-pagination-left-arrow.svg) no-repeat;
     background-size: 24px;
     background-position: center;
     border: 0;
     position: relative;
     color: transparent;
 }

 .pool-data-table div.dt-container div.dt-layout-end>*:not(:first-child) {
     margin-left: .5rem;
 }

 .pool-data-table .page-link:focus {
     z-index: 3;
     outline: 0;
     box-shadow: none;
 }

 .pool-data-table .dt-length label {
     display: none;
 }

 .pool-data-table .dt-search label {
     white-space: nowrap;
     padding-right: 1rem;
     margin-bottom: 0px;
     font-size: 1.5rem;
     line-height: 1.75rem;
     font-family: var(--font-regular);
     font-weight: 600 !important;
     color: var(--secondary-black-333);
     border-right: 1px solid #D9D9DC;
     margin-right: 1rem;
     height: 2rem;
     /*padding-left: 2rem;*/
 }

 .pool-data-table div.dt-container div.dt-search input {
     margin-left: 0px;
     min-width: 18.75rem;
     max-width: 100%;
     height: 2rem;
 }

 .pool-data-table div.dt-container div.dt-length select {
     width: auto;
     display: inline-block;
     margin-right: 0;
     color: #333;
     font-size: 0.875rem;
     line-height: 1;
     font-weight: 600;
     font-family: var(--font-regular);
     height: 2rem;
     background: #fff;
     border-radius: 4px;
     width: 4.125rem;
     vertical-align: middle;
     background: #fff url(../img/svg/dropdown-arrow.svg) no-repeat;
     background-position: 86% 10px;
     border: 1px solid #d1d3e2;
     border-radius: .35rem;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     padding: .375rem 1.75rem .375rem .75rem;
     background-position: 86% 7px;
 }

 .pool-data-table div.dt-container div.dt-length select.custom-select {
     background-position: 86% 7px;
 }

 .pool-data-table div.dt-container div.dt-search input {
     width: auto;
     box-sizing: border-box;
     border: 1px solid var(--grey-c1c1c1);
     border-radius: 4px;
     font-size: 16px;
     background-color: var(--grey-fbfbfb);
     background-image: url(../img/svg/search.svg);
     background-position: 8px 6px;
     background-size: 18px;
     background-repeat: no-repeat;
     padding: 0.75rem 0.25rem 0.75rem 2rem;
     min-width: 15rem;
 }

    .pool-data-table div.dt-container div.dt-search input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        background-color: var(--secondary-black-333);       
        -webkit-mask-image: url(../img/svg/dt-search-close.svg);
        background-size: 1.25rem 1.25rem;
        background-repeat: no-repeat;
        height: 1.25rem;
        width: 1.25rem;
    }

 .pool-data-table div.dt-container div.dt-search input[type=text]::placeholder {
     color: var(--placeholder-color);
     font-size: var(--font-16);
 }

 .pool-data-table tbody tr:first-child td {
     /* word-wrap: break-word;
     white-space: normal;
     overflow: hidden;
     text-overflow: ellipsis;*/
 }


 .pool-data-table table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
 .pool-data-table table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
 .pool-data-table table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
 .pool-data-table table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
     position: absolute;
     display: block;
     bottom: 54%;
     content: "";
     content: "" / "";
     background: url(../img/svg/sort-up-chevron.svg) no-repeat;
     width: 1.25rem;
     height: 0.875rem;
     background-size: cover;
     background-position: top;
 }

 .pool-data-table table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
 .pool-data-table table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
 .pool-data-table table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
 .pool-data-table table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
     position: absolute;
     display: block;
     top: 55%;
     content: "";
     content: "" / "";
     background: url(../img/svg/sort-down-chevron.svg) no-repeat;
     width: 1.25rem;
     height: 0.875rem;
     background-size: cover;
     background-position: bottom;
 }

 .pool-data-table table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
 .pool-data-table table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
 .pool-data-table table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
 .pool-data-table table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
     opacity: 1;
 }

 .pool-data-table .dt-info {
     color: #6E6E71 !important;
     font-size: var(--font-14);
     font-family: var(--font-regular);
     font-weight: 400;
     line-height: 20px;
     /* 142.857% */
 }

 .pool-data-table table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
 .pool-data-table table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
 .pool-data-table table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
 .pool-data-table table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
 .pool-data-table table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
 .pool-data-table table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
 .pool-data-table table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
 .pool-data-table table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
     position: absolute;
     right: auto;
     top: 0;
     bottom: 0;
     width: 1.25rem;
     margin-left: 1rem;
 }



 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
     position: absolute;
     right: 12px;
     top: 0;
     bottom: 0;
     width: 1.25rem;
     margin-left: 1rem;
 }

 @media only screen and (max-width:1360px) {

     .pool-data-table table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
     .pool-data-table table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
     .pool-data-table table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
     .pool-data-table table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
     .pool-data-table table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
     .pool-data-table table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
     .pool-data-table table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
     .pool-data-table table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
         position: absolute;
         right: 12px;
         top: 0;
         bottom: 0;
         width: 1.25rem;
         margin-left: 1rem;
     }
 }




 .pool-data-table div.dt-container .dt-paging .ellipsis {
     padding: 0 1em;
     display: none
 }

 .pool-data-table div.dt-container .dt-paging .dt-paging-button.previous {
     box-sizing: border-box;
     display: inline-block;
     min-width: 2rem;
     min-height: 2rem;
     padding: .4rem .6rem;
     margin-left: 2px;
     text-align: center;
     text-decoration: none !important;
     cursor: pointer;
     color: inherit !important;
     border: 1px solid transparent;
     border-radius: 2px;
     background: transparent;
     background: transparent url(../img/svg/dt-pagination-left-arrow.svg) no-repeat;
     background-size: 24px;
     background-position: center;
     border: 0;
     position: relative;
     color: transparent !important;
 }

 .pool-data-table div.dt-container .dt-paging .dt-paging-button.next {
     box-sizing: border-box;
     display: inline-block;
     min-width: 2rem;
     min-height: 2rem;
     padding: .4rem .6rem;
     margin-left: 2px;
     text-align: center;
     text-decoration: none !important;
     cursor: pointer;
     color: inherit !important;
     border: 1px solid transparent;
     border-radius: 2px;
     background: transparent;
     background: transparent url(../img/svg/dt-pagination-right-arrow.svg) no-repeat;
     background-size: 1.5rem;
     background-position: center;
     border: 0;
     position: relative;
     color: transparent !important;
 }

 .pool-data-table div.dt-container .dt-paging .dt-paging-button:active {
     box-shadow: none !important
 }

 .pool-data-table table.dataTable {
     width: 100% !important;
     margin: 0 auto;
     border-spacing: 0;
 }

 .pool-data-table .dt-scroll-headInner {
     width: 100% !important
 }

 .pool-data-table table.dataTable>tfoot>tr>th {
     border-top: 1px solid #E4E7EC;
     padding: 16px 24px 16px 16px;
     background: #F3F3F3
 }

 .pool-data-table table.dataTable>tfoot>tr>th:last-child {
     border-top: 1px solid #E4E7EC;
     padding: 16px 24px 16px 24px;
     background: #F3F3F3
 }

 .pool-data-table table.dataTable>tfoot>tr>td {
     border-top: 1px solid #E4E7EC;
     padding: 16px 24px 16px 24px;
     background: #F3F3F3
 }


 /************/
 .pool-data-table table.dataTable>tfoot>tr.active>th {
     background: rgba(181, 30, 60, .3) !important
 }

 .pool-data-table table.dataTable>tfoot>tr.active>th:last-child {
     background: transparent !important;
 }


 /************/


 .pool-data-table .dt-column-title {
     white-space: normal;
 }

 .pool-data-table .form-control {
     padding: 4px 10px;
     color: var(--secondary-black-333);
     border-radius: 6px;
     border: 1px solid var(--grey-b2b2b2);
     height: 2rem;
     font-size: 0.875rem;
     line-height: 1.2;
     min-width: 80px;
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
 }

 .pool-data-table .form-control.custom-select {
     display: inline-block;
     width: 100%;
     height: calc(1.5em + .75rem + 2px);
     padding: 0rem .75rem 0rem .75rem;
     font-size: 0.875rem;
     font-weight: 400;
     line-height: 1.5;
     color: #333;
     vertical-align: middle;
     background: #fff url(../img/svg/dropdown-arrow.svg) no-repeat;
     background-position-y: 8px;
     background-position-x: calc(100% - 8px);
     border: 1px solid #d1d3e2;
     border-radius: .35rem;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: 1px solid var(--grey-b2b2b2);
     height: 2rem;
 }

 .pool-data-table .dt-scroll-footInner {
     width: 100% !important
 }

 /*message screen*/
 .pool-data-table td ul {
     padding-left: 16px
 }

 .pool-data-table td h3 {
     font-size: var(--font-16);
     font-family: var(--font-regular);
     font-weight: 600;
     color: var(--primary-black);
 }

 .pool-data-table td ul.nav {
     padding-left: 0px
 }

 .pool-data-table td ul.nav {
     padding-left: 0px
 }

 .pool-data-table td ul.nav li a {
     padding: 0px 16px 0px 0px;
 }

 .pool-data-table td .row {
     margin-left: 0px;
     margin-bottom: 0px !important
 }

 .pool-data-table td .col {
     padding-left: 0px
 }




 /* *********************************************************************** */
 /* Pool Data Table Css End */
 /* *********************************************************************** */
 /* *********************************************************************** */
 /* Standard Modal Start*/
 /* *********************************************************************** */
 .standard-modal .modal-header {
     border-bottom: 0px;
     padding: 1.5rem 1.5rem 0rem 1.5rem
 }

 .standard-modal .modal-header .inner-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     border-bottom: 1px solid #e8e8e8;
     padding-bottom: 1rem;
 }

 .standard-modal .modal-header h4 {
     font-size: var(--font-18);
     color: var(--secondary-black-333);
     font-family: var(--font-medium);
     font-weight: 400;
 }

 .standard-modal .modal-header .close-btn {
     color: #a5a5a6;
     font-weight: normal;
     opacity: 1;
 }

 .standard-modal .modal-body {
     padding: 18px 24px 0px 24px;
 }

 .standard-modal .modal-footer {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-end;
     padding: 1.5rem;
     border-top: none;
     border-bottom-right-radius: calc(.3rem - 1px);
     border-bottom-left-radius: calc(.3rem - 1px);
 }

 .standard-modal .form-group .form-control {
     height: 3rem;
 }

 .standard-modal .form-group label {
     font-size: var(--font-12);
     font-family: var(--font-bold);
     font-weight: bold;
 }

 .standard-modal .form-group .form-control {
     height: 3rem;
 }

 .standard-modal .form-group .form-control::placeholder {
     font-size: var(--font-16);
     color: var(--placeholder-color);
 }

 .standard-modal .form-group .error-message {
     padding: 0px 0 2px 0;
     font-size: 0.75rem;
     color: var(--primary-red);
     font-size: var(--font-12);
     display: none;
 }

 .standard-modal .form-group .error-message.active {
     display: block;
 }

 .error-message {
     padding: 0px 0 2px 0;
     font-size: 0.75rem;
     color: var(--primary-red);
     font-size: var(--font-12);
     display: none;
 }

 .error-message.active {
     display: block;
 }

 @media (min-width: 900px) {
     .modal-dialog {
         max-width: 800px;
         margin: 1.75rem auto;
     }
 }

 /* *********************************************************************** */
 /* Standard Modal End*/
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* Page Heading Title Row Start*/
 /* *********************************************************************** */
 .page-title-wrapper {
     margin-bottom: 1rem;
 }

 .page-title-wrapper .page-title {
     white-space: nowrap;
     padding-right: 0.75rem;
     margin-bottom: 0px;
     font-size: 1.5rem;
     line-height: 28px;
     font-weight: 600;
     color: var(--secondary-black-333)
 }

 /* *********************************************************************** */
 /* Page Heading Title Row End */
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* Change Password Start */
 /* *********************************************************************** */
 .change-password-layout {
     display: flex;
     align-items: center;
     justify-content: center;
     padding-top: 1.25rem;
 }

 .change-outer-wrapper {
     width: 680px;
 }

 .change-password-wrapper {
     background: var(--white);
     padding: 1.5rem;
     border-radius: .5rem
 }

 .specification-text {
     margin-top: 1rem;
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-12);
     font-style: normal;
     line-height: 1.4;
     margin-bottom: 0px
 }

 .specification-text h3 {
     margin-top: 1rem;
     margin-bottom: .5rem;
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-16);
     font-style: normal;
     font-weight: bold;
     line-height: 1.4;
 }

 .specification-text p {
     margin-bottom: 0px;
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-12);
     font-style: normal;
     line-height: 1.4;
     margin-bottom: 0px
 }

 /* *********************************************************************** */
 /* Change Password End */
 /* *********************************************************************** */

 .new-order-wrapper {
     background: var(--white);
     padding: 1.5rem;
     border-radius: .5rem
 }

 .white-wrapper {
     background: var(--white);
     padding: 1.5rem;
     border-radius: .5rem;
     /*border: 1px solid #DADBDF;*/
 }

 /* *********************************************************************** */
 /* Roles Screen Css Start */
 /* *********************************************************************** */

 .page-inner-wrapper {
     padding: 0 0px;
 }

 .roles-activity {
     margin-bottom: 1rem;
 }

 .roles-activity .nav {
     display: inline-flex;
     flex-wrap: wrap;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
 }

 .roles-activity .nav-item {
     margin-right: 0rem;
 }

 .roles-activity .nav-pills .nav-link {
     /*padding: 0.625rem 1.5rem;
color: var(--primary-red);
background-color: var(--white);
font-family: var(--font-regular);*/
     padding: 0.5625rem 0.75rem;
     color: var(--secondary-black-666);
     background-color: transparent;
     font-family: var(--font-regular);
     border-bottom: 2px solid transparent;
     border-radius: 0px;
     font-size: var(--font-16);
     transition: all .3s ease;
 }

 .roles-activity .nav-pills .nav-link.active,
 .roles-activity .nav-pills .show>.nav-link {
     color: var(--primary-red);
     background-color: transparent;
     border-bottom: 2px solid var(--primary-red);
     font-family: var(--font-bold);
     font-weight: bold;
 }

 .roles-group-wrapper {
     border: 1px solid #dedfe2;
     border-radius: 8px;
     padding: 1rem;
     background-color: var(--white);
 }

 .roles-group-wrapper h4 {
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     font-weight: 600;
 }

 .roles-group-wrapper .group-list-wrapper {
     background: var(--white);
     border: 1px solid #b2b2b2;
     border-radius: 0.5rem;
     padding: 0rem 0.25rem 0rem 0rem;
     margin-bottom: .5rem;
 }

 .roles-group-wrapper .group-list {
     min-height: auto;
     max-height: 245px;
     overflow-y: auto;
     padding: 0rem 0.125rem 0rem 0.75rem;
     margin: 0.875rem 0;
 }

 /* width */
 .roles-group-wrapper .group-list::-webkit-scrollbar {
     width: 0.5rem;
 }

 .roles-group-wrapper .group-list::-webkit-scrollbar-track,
 .roles-group-wrapper .group-list::-webkit-scrollbar-thumb {
     transition: all .3s ease;
 }

 /* Track */
 .roles-group-wrapper .group-list:hover::-webkit-scrollbar-track {
     /* box-shadow: inset 0 0 5px grey;  */
     background: #f0f0f0;
     border-radius: 10px;
 }

 /* Handle */
 .roles-group-wrapper .group-list:hover::-webkit-scrollbar-thumb {
     background: #d1d1d1;
     border-radius: 8px;
 }

 /* Handle on hover */
 .roles-group-wrapper .group-list::-webkit-scrollbar-thumb:hover {
     background: #b30000;
 }

 .roles-group-wrapper .group-list button {
     width: 100%;
     margin-bottom: 4px;
     text-align: left;
     padding: 0.25rem 0.5rem;
     font-size: var(--font-14);
     color: var(--secondary-black-333)
 }

 .roles-group-wrapper .group-list .btn-light {
     background-color: var(--white);
     border: 1px solid var(--white)
 }

 .roles-group-wrapper .group-list .btn-light:active,
 .roles-group-wrapper .group-list .btn-light:focus {
     background-color: #F8F8F8;
     border-color: #F8F8F8;
 }

 .roles-group-wrapper .group-list .btn-light:hover {
     color: var(--secondary-black-333);
     background-color: #F8F8F8;
     ;
     border-color: #F8F8F8;
 }

 .roles-group-wrapper .add-group-wrapper {
     width: 100%;
 }
 @media(max-width:1025px){
    .roles-group-wrapper .add-group-wrapper .btn {
        padding: 0.8125rem 0.75rem;
    }
 }
 

 .roles-group-wrapper .add-group-wrapper .btn.addGroupBtn {
     color: var(--primary-red);
     font-size: var(--font-14);
     border-bottom: 1px solid var(--primary-red);
     font-weight: 600;
     padding: 0px;
     border-radius: 0px;
     height: 1.5rem;
 }

 .roles-group-wrapper .add-group-wrapper .btn.addGroupBtn:hover {
     border-bottom: 1px solid transparent;
 }

 #addGroupItemForm {
     display: none;
 }

 #addGroupItemForm.active {
     display: block;
 }

 /* permission table */
 .tab-content-wrapper {
     position: relative;
     /*padding-top: 3.75rem;*/
 }

 .tab-content-wrapper .manageBtn-user {
     /*   position: absolute;
top: 0px;
right: 0px;*/
     display: flex;
     align-items: center;
     margin-bottom: 1rem;
     justify-content: end;
 }

 .tab-content-wrapper .manageBtn-user .btn {
     /*position: absolute;
top: 0px;
right: 0px;*/
 }

 .select-group-wrapper {}

 .select-group-wrapper .dropdown-menu {
     border: 0px;
     box-shadow: 0px 0rem .2rem rgba(0, 0, 0, .2);
 }

 .select-group-wrapper .dropdown .select-group-btn {
     border: 1px solid #9D9D9D;
     background: #FFF;
     height: 2.75rem;
     border-radius: 4px;
     width: 416px;
     text-align: left;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     font-weight: bold;
 }
 @media(max-width:1025px){
    .select-group-wrapper .dropdown .select-group-btn {       
        width: 240px;    
    }
 }


 .select-group-wrapper .dropdown .select-group-btn.dropdown-toggle::after {
     display: inline-block;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: 0px;
     border-right: 0px;
     border-bottom: 0;
     border-left: 0px;
     position: absolute;
     top: 50%;
     right: 10px;
     transform: translateY(-50%);
     background: url(../img/svg/select-group-icon.svg) no-repeat;
     width: 20px;
     height: 20px;
     background-size: cover;
 }


 /*  .select-group-wrapper .dropdown .select-group-btn.dropdown-toggle:active:after {
background: url(../img/svg/select-group-icon-up.svg) no-repeat;
}
*/
 /*  .select-group-wrapper .dropdown .select-group-btn.dropdown-toggle:focus:after {
background: url(../img/svg/select-group-icon-up.svg) no-repeat;
}
.select-group-wrapper .dropdown .select-group-btn.dropdown-toggle.active:after {
background: url(../img/svg/select-group-icon-up.svg) no-repeat;
}*/


 .select-group-wrapper .dropdown .dropdown-menu.show {
     width: 100%
 }



 .select-group-wrapper .dropdown .roles-group-wrapper {
     padding: 0rem;
     background-color: var(--white);
     border: 0px
 }

 .select-group-wrapper .dropdown .roles-group-wrapper .group-list-wrapper {
     background: var(--white);
     border: none;
     border-radius: 0px;
     padding: 0rem 0.25rem 0rem 0.25rem;
     margin-bottom: .5rem;
 }

 .select-group-wrapper .dropdown .roles-group-wrapper .group-list {

     max-height: 245px;
     overflow-y: auto;
     padding: 0rem 0rem 0rem 0rem;
     margin: 0rem 0;
 }

 .roles-group-wrapper .group-list .btn-light {
     background-color: var(--white);
     border: 1px solid var(--white);
     padding: 0px 20px;
     border-radius: 0px;
     min-height: 55px;
     font-size: var(--font-14);
     color: #333;
 }

 .select-group-wrapper .dropdown .roles-group-wrapper .group-list .btn-light:hover {
     color: var(--primary-red);
     background-color: #F8F8F8;
     border-color: #F8F8F8;
 }

 .roles-group-wrapper .group-list .btn-light:not(:disabled):not(.disabled):active:focus {
     box-shadow: none;
 }

 .select-group-wrapper .dropdown .roles-group-wrapper .group-list .btn-light:not(:disabled):not(.disabled).active {
     color: var(--primary-red);
     background-color: #F8F8F8;
     border-color: #F8F8F8;
 }




 .permission-table {
     position: relative;
 }

 .permission-table {
     width: 100%;
     border: 1px solid #E4E7EC;
     border-radius: 10px;
 }

 .permission-table {
     width: 100%;
 }

 .permission-table .table {
     font-size: 0.875rem;
     line-height: 1;
     /* border-left: 1px solid #E4E7EC;
border-right: 1px solid #E4E7EC; */
     border-radius: 10px;
     margin-bottom: 0px;
 }

 .permission-table .table {
     background-color: #fff;
 }

 .permission-table .table thead tr th {
     border-top: 0px;

 }

 .permission-table .table thead tr th {
     border-bottom: 0px
 }

 .permission-table .table thead tr:first-child th:first-child {
     border-top-left-radius: 10px;
 }

 .permission-table .table thead tr:first-child th:last-child {
     border-top-right-radius: 10px;
 }

 .permission-table .table tbody tr:last-child td:first-child {
     border-bottom-left-radius: 10px;
     border-color: #E4E7EC
 }

 .permission-table .table tbody tr:last-child td:last-child {
     border-bottom-right-radius: 10px
 }

 .permission-table .table tbody tr:not(:last-child) {
     border-bottom: 1px solid #E4E7EC
 }

 .permission-table .table>thead>tr>th {
     padding: 0.625rem 1.5rem;
     text-align: left;
     line-height: 23.5px;
     /*background-color: var(--white);*/
     /* background: #4D4D4F;
    color: var(--white);*/
     background: #F3F3F3;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     font-size: var(--font-14);
     font-weight: bold;
 }

 .permission-table .table>tbody>tr>td {
     padding: 1rem 1.5rem;
     text-align: left;
     line-height: 18px;
     background-color: #fff;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
 }

 .permission-table .table>tbody>tr>td a {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     line-height: 20px;
     /* 142.857% */
     text-decoration-line: underline;
 }

 .permission-table .table>tbody>tr>td a:hover {
     text-decoration-line: none;
 }

 .permission-table .table>tbody>tr:hover>* {
     box-shadow: inset 0 0 0 9999px #F8F8F8;
     box-shadow: inset 0 0 0 9999px #F8F8F8;
 }

 .permission-submit-wrapper {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: end
 }

 .permission-submit-wrapper .btn {
     margin-top: 1rem;
 }

 /* *********************************************************************** */
 /* Dual Multiselect Css Start */
 /* *********************************************************************** */

 .dual-multi-select {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .dual-multi-select .dual-multi-select__section01,
 .dual-multi-select .dual-multi-select__section03 {
     width: 45%;
 }

 .dual-multi-select .dual-multi-select__section01 .dual-multi-select__innerWrapper,
 .dual-multi-select .dual-multi-select__section03 .dual-multi-select__innerWrapper {
     background: var(--white);
     border: 1px solid #b2b2b2;
     border-radius: 4px;
     padding: 0.25rem 0.25rem 0.25rem 0rem;
 }


 .dual-multi-select .dual-multi-select__section01 h3,
 .dual-multi-select .dual-multi-select__section03 h3 {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-style: normal;
     font-weight: 700;
     line-height: 1.4;
     font-size: var(--font-12);
     margin-bottom: 0.75rem;
 }

 .dual-multi-select .dual-multi-select__section02 {
     width: 10%;
 }

 .dual-multi-select .dual-multi-select__section02 .btn {
     width: 2rem;
     height: 2rem;
     margin-top: 0.25rem;
     margin-bottom: 0.25rem;
 }

 .dual-multi-select .dual-multi-select__section02 .btn i {
     display: flex;
     align-items: center;
     justify-content: center;
     width: auto;
     height: 0.875rem;
 }

 .dual-multi-select .dual-multi-select__section02 .btn i .manager-user-rightArrowIcon {
     fill: none;
     stroke: var(--primary-red);
     stroke-linecap: round;
     stroke-linejoin: round;
     stroke-width: 1.2px;
 }

 .dual-multi-select .dual-multi-select__section02 .btn i .manager-user-leftArrowIcon {
     fill: none;
     stroke: var(--primary-red);
     stroke-linecap: round;
     stroke-linejoin: round;
     stroke-width: 1.2px;
 }


 .dual-multi-select select.form-control {
     width: 100%;
     height: 100%;
     font-size: var(--font-14);
     color: var(--secondary-black-333);
     line-height: 1;
     height: 18.75rem;
     overflow-y: auto;
     border: none;
 }

 /* width */
 .dual-multi-select select.form-control::-webkit-scrollbar {
     width: 0.5rem;
 }

 .dual-multi-select select.form-control::-webkit-scrollbar-track,
 .dual-multi-select select.form-control::-webkit-scrollbar-thumb {
     transition: all .3s ease;
 }

 /* Track */
 .dual-multi-select select.form-control:hover::-webkit-scrollbar-track {
     /* box-shadow: inset 0 0 5px grey;  */
     background: #f0f0f0;
     border-radius: 10px;
 }

 /* Handle */
 .dual-multi-select select.form-control:hover::-webkit-scrollbar-thumb {
     background: #d1d1d1;
     border-radius: 8px;
 }

 /* Handle on hover */
 .dual-multi-select select.form-control::-webkit-scrollbar-thumb:hover {
     background: #b30000;
 }

 .dual-multi-select select.form-control:focus {
     color: var(--secondary-black-333);
     background-color: #fff;
     border: none !important;
     outline: 0;
     box-shadow: none;
 }

 .dual-multi-select select.form-control option {
     height: 1.5rem;
     display: flex;
     align-items: center;
     padding-left: 4px;
 }
    .dual-multi-select select option.recently-added {
        box-shadow: 0 0 10px 100px var(--primary-red) inset !important;
        color: var(--white)
    }
    .dual-multi-select select option.recently-removed {
        box-shadow: none;
        color:inherit
    }

 .dual-multi-select select option:checked {
     box-shadow: 0 0 10px 100px var(--primary-red) inset !important;
     color: var(--white)
 }
    /*.dual-multi-select select option:last-child {
        box-shadow: 0 0 10px 100px var(--primary-red) inset !important;
        color: var(--white)
    }*/
 .manageUser-modal-footer .btn {
     height: 2.75rem;
     padding: 0.875rem 1.5rem;
 }

 /* *********************************************************************** */
 /* Dual Multiselect Css End */
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* Roles Screen Css End */
 /* *********************************************************************** */

 /* *********************************************************************** */
 /* Provider Request Screen Css start */
 /* *********************************************************************** */
 .stat-delivery-text {
     margin-top: 0.625rem;
 }

 .stat-delivery-text a {
     text-decoration: underline;
 }

 .stat-delivery-text a:hover {
     text-decoration: none;
     color: var(--primary-red-dark);
 }

 .provider-request-declaration {
     margin-top: 1.75rem;
 }

 .standard-form-layout .provider-request-textarea textarea.form-control {
     height: 5.5rem;
 }

 /* *********************************************************************** */
 /* Provider Request Screen Css End */
 /* *********************************************************************** */
 /* *********************************************************************** */
 /*Message screen Css Start*/
 /* *********************************************************************** */
 .message-d-table-col-w {
     min-width: 13.75rem;
 }

 .message-d-table-col-w__action {
     /*min-width: 7.5rem;*/
     min-width: 9.375rem;
 }

 /* *********************************************************************** */
 /*Message screen Css Start*/
 /* *********************************************************************** */
 /* *********************************************************************** */
 /* Inner Index Css Start */
 /* *********************************************************************** */
 .inner-index-text {
     width: 100%;
     margin-bottom: 1.5rem;
 }

 .inner-index-text h3 {
     font-size: var(--font-16);
     font-family: var(--font-bold);
     font-weight: bold;
     color: var(--primary-black);
     display: flex;
     align-items: center;
 }

 .inner-index-text p {
     font-size: var(--font-14);
     line-height: 1.3;
     list-style-type: decimal;
     margin-bottom: 0.5rem;
     padding-left: 25px;
 }

 /* *********************************************************************** */
 /* Inner Index Css End */
 /* *********************************************************************** */

 .btn-with-icon {
     padding: 0.4375rem 1rem 0.4375rem 0.75rem !important;
 }

 .textarea-h-88 {
     height: 5.5rem !important;
 }

 .pool-white-card {
     position: relative;
 }

 .pool-white-card h3 {
     color: var(--black-222);
     font-family: var(--font-regular);
     font-size: var(--font-18);
     font-style: normal;
     font-weight: bold;
     line-height: 1;
     margin-bottom: 1rem;
 }

 .pool-white-card .card {
     margin-bottom: 1rem;
     border-radius: 8px;
     border: 0px;
     background: var(--white);
 }

 .pool-white-card .card.card-border {
     border: 1px solid #E4E7EC
 }

 .pool-white-card .card.card-btm-0 {
     margin-bottom: 0;

 }

 .pool-white-card .card-body {
     padding: 1rem;
 }


 select option:hover {
     box-shadow: 0 0 10px 100px var(--primary-red) inset !important;
     color: var(--white);
 }

 .dt-provider-search .dt-length {
     border-right: 1px solid #D9D9DC;
     padding-right: 0.75rem
 }

 .dt-provider-search .dt-search label {
     display: none
 }

 .dt-provider-search .dt-search label {
     display: none
 }

 /*focal option data table*/
 /*.dt-focal-option table.dataTable th:nth-child(1),
.dt-focal-option table.dataTable th:nth-child(2) {
width: 200px;
max-width: 200px;
word-break: break-all;
white-space: pre-line;
}

.dt-focal-option table.dataTable th:nth-child(3),
.dt-focal-option table.dataTable th:nth-child(4),
.dt-focal-option table.dataTable th:nth-child(5),
.dt-focal-option table.dataTable th:nth-child(6) {
width: 140px;
max-width: 140px;
}
.dt-focal-option table.dataTable th:last-child {
width: 140px;
max-width: 140px;

}
.dt-focal-option table.dataTable > tbody > tr > td:nth-last-child(0) {
vertical-align: middle;
width: 140px;
max-width: 140px;
}*/

 /*Footer*/

 .site-footer {
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     font-size: var(--font-12);
     font-family: var(--font-regular);
     font-weight: normal;
     color: var(--secondary-black-333);
     position: sticky;
     left: 0;
     bottom: 0rem;
     /* width: 100%; */
     padding: .5rem;
     background: #fff;
     margin: 0px -14px;
     z-index: 1
         /*box-shadow: 0px -2px 10px var(--grey-cdd7e1);*/
 }

 .site-footer .nav .nav-item .nav-link {
     padding: 0rem 1rem;
     font-size: var(--font-12);
     font-family: var(--font-regular);
     font-weight: normal;
     color: var(--primary-black)
 }

 .site-footer .nav .nav-item .nav-link:hover {
     color: var(--primary-red);
 }

 .site-footer .nav .nav-item:first-child .nav-link {
     padding-left: 0.5rem;
 }

 .site-footer .nav .nav-item:not(:last-child) {
     border-right: 0.0625rem solid #a1a3a4;
 }

 .site-footer .nav .nav-item .nav-link:hover {
     text-decoration: underline;
 }

 @media only screen and (max-width:1200px) {
     .site-footer .nav {
         margin-bottom: 0.5rem;
     }

     .site-footer .copyright-text {
         padding-left: 0.5rem;
     }
 }

 @media only screen and (max-width:768px) {
     .site-footer {
         left: 0px;
         width: 100%;
         margin: 0px -14px;
     }

     .site-footer .nav {
         margin-bottom: 0px;
     }
 }

 @media only screen and (max-width:420px) {
     .site-footer .nav {
         margin-bottom: 0.5rem;
     }
 }

 .advance-search-btn-wrapper {
     padding-top: 1.813rem;
     display: flex;
     align-items: center
 }

 @media only screen and (max-width:992px) {
     .advance-search-btn-wrapper {
         padding-top: 0px;
         margin-bottom: 16px;
     }
 }

 /*rx search data table*/
 .pool-data-table.dt-rx-search .dt-search label {
     border-right: none;
 }

 .pool-data-table.dt-rx-search .dt-search {
     display: none;
 }

 .pool-data-table.dt-rx-search .dt-length {
     border-right: 1px solid #D9D9DC;
     padding-right: 0.75rem;
 }

 .pool-data-table.dt-rx-search table.dataTable>tbody>tr>td a {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     line-height: 1.25rem;
     text-decoration-line: underline;
 }

 .pool-data-table.dt-rx-search table.dataTable>tbody>tr>td a:hover {
     color: var(--primary-red);
     text-decoration-line: none;
 }

 .pool-data-table.dt-rx-search table.dataTable>tbody>tr.inprogress-tr td,
 .pool-data-table.dt-rx-search table.dataTable>tbody>tr.inprogress-tr td a {
     color: var(--primary-red) !important
 }

 #filterRxSearch>.dt-layout-end {
     display: flex;
     align-items: center;
     justify-content: end;
 }

 #filterRxSearch>.dt-layout-end .dt-length {
     border-right: 1px solid #D9D9DC;
     padding-right: 0.75rem;
 }

 /*rx search data table end*/
 .back-btn-icon {
     margin-right: 4px;
     width: 1rem;
     height: 1rem;
     display: inline-flex;
     padding-top: 1px;
 }

 footer.sticky-footer {
     padding: 2rem 0;
     flex-shrink: 0;
     border-top: 1px solid #DADBDF;
 }

 .mail-link {
     text-decoration: underline;
 }

 /**************************************/
 /*RX entry table start*/
 .rx-entry-table {
     position: relative;
 }

 .rx-entry-table {
     width: 100%;
     border: 1px solid #E4E7EC;
     border-radius: 10px;
 }

 .rx-entry-table {
     width: 100%;
 }

 .rx-entry-table .table {
     font-size: 0.875rem;
     line-height: 1;
     /* border-left: 1px solid #E4E7EC;
border-right: 1px solid #E4E7EC; */
     border-radius: 10px;
     margin-bottom: 0px;
 }

 .rx-entry-table .table {
     background-color: #fff;
 }

 .rx-entry-table .table thead tr th {
     border-top: 0px
 }

 .rx-entry-table .table thead tr th {
     border-bottom: 0px
 }

 .rx-entry-table .table thead tr:first-child th:first-child {
     border-top-left-radius: 10px;
 }

 .rx-entry-table .table thead tr:first-child th:last-child {
     border-top-right-radius: 10px;
 }

 .rx-entry-table .table tbody tr:last-child td:first-child {
     border-bottom-left-radius: 10px;
     border-color: #E4E7EC
 }

 .rx-entry-table .table tbody tr:last-child td:last-child {
     border-bottom-right-radius: 10px
 }

 .rx-entry-table .table tbody tr:not(:last-child) {
     border-bottom: 1px solid #E4E7EC
 }

 .rx-entry-table .table {
     font-size: 0.875rem;
     line-height: 1;
     /* border-left: 1px solid #E4E7EC;
border-right: 1px solid #E4E7EC; */
     border-radius: 10px;
     margin-bottom: 0px;
 }

 .rx-entry-table .table {
     background-color: #fff;
 }

 .rx-entry-table .table thead tr th {
     border-top: 0px
 }

 .rx-entry-table .table thead tr th {
     border-bottom: 0px
 }

 .rx-entry-table .table>thead>tr>th {
     padding: .4rem .5rem;
     text-align: left;
     line-height: 23.5px;
     background-color: var(--white);
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     font-weight: bold;
     white-space: nowrap;
     font-size: var(--font-12);
 }

 .rx-entry-table .table>tbody>tr>td {
     padding: .4rem .5rem;
     text-align: left;
     line-height: 1.125rem;
     background-color: #fff;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     vertical-align: middle;
     white-space: nowrap
 }

 .rx-entry-table .table>tbody>tr>td a {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     line-height: 1.25rem;
     /* 142.857% */
     text-decoration-line: underline;
 }

 .rx-entry-table .table>tbody>tr>td a:hover {
     text-decoration-line: none;
 }

 .rx-entry-table .table>tbody>tr:hover>* {
     box-shadow: inset 0 0 0 9999px #F6F7FF;
     box-shadow: inset 0 0 0 9999px #F6F7FF;
 }

 .rx-entry-table .form-control {
     padding: 0.625rem 0.625rem;
     color: var(--secondary-black-333);
     border-radius: 6px;
     border: 1px solid var(--grey-b2b2b2);
     height: 2rem;
     font-size: 0.875rem;
     min-width: 5rem;
 }

 .rx-entry-table .form-control.custom-select {
     display: inline-block;
     width: 100%;
     min-width: 5.25rem;
     height: calc(1.5em + .75rem + 2px);
     padding: 0rem .75rem 0rem .75rem;
     font-size: 0.875rem;
     font-weight: 400;
     line-height: 1.5;
     color: #333;
     vertical-align: middle;
     background: #fff url(../img/svg/dropdown-arrow.svg) no-repeat;
     /*background-position: 92% 8px;*/
     background-position: right 10px top 8px;
     border: 1px solid #d1d3e2;
     border-radius: .35rem;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: 1px solid var(--grey-b2b2b2);
     height: 2rem;
 }


 .rx-entry-table .custom-checkbox {
     display: inline-block;
     position: relative;
     padding-left: 1.5rem;
     margin-bottom: 0.625rem;
     cursor: pointer;
     font-size: var(--font-22);
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     height: 1.25rem;
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     line-height: 1.4;
 }

 .rx-entry-table .custom-checkbox.readonly {
     cursor: auto;
 }

 .rx-entry-table .checkmark {
     position: absolute;
     top: 2px;
     left: 0;
     height: 1rem;
     width: 1rem;
     background-color: #fff;
     border: 1px solid var(--grey-b2b2b2);
     border-radius: 4px;
 }

 /*Validation Modal Text Style Start*/
 .validation-rx-text .style1 {
     color: var(--primary-red);
 }

 .validation-rx-text .style2 {
     color: var(--secondary-black-333);
     font-weight: 600;
 }

 .validation-rx-text .style5 {
     color: #CC3300
 }

 .validation-rx-text .style8 {
     color: #8B4000
 }

 .validation-rx-text .style11 {
     color: #333;
     font-size: var(--font-14);
 }

 .validation-rx-text ol,
 ul {
     font-size: 0.875rem;
     padding-left: 1.25rem
 }

 .validation-rx-text ol li {
     font-size: 0.875rem;
     padding-left: 0.25rem
 }

 /*
@media print {
body * {
display: none;
}

#printarea * {
display: block;
}
}*/

 /*modifications in side bar height*/
 .sidebar_wrapper .sidebar-overflow-wrapper {
     /* max-height:calc(100vh - 105px);*/
     /*max-height:calc(552px - 16px);*/
 }

 #managerUserBtn {
     display: none
 }

 #changeAccountWrapper {
     display: none
 }

 .logged-users {
     width: 100%;
     margin-bottom: 8px
 }

 .logged-users h5 {
     color: var(--primary-grey);
     /* typography/copy/xs/bold */
     font-family: Arial;
     font-size: var(--font-14);
     font-style: normal;
     font-weight: 700;
     line-height: 140%;
     /* 16.8px */
     letter-spacing: 0.3px;
     margin-bottom: 0;
 }

 .logged-users h3 {
     color: #000;
     font-family: Arial;
     font-size: var(--font-14);
     font-style: normal;
     font-weight: 500;
     line-height: 140%;
     /* 19.6px */
     margin-bottom: 0;
 }

 .subscriber-history-table {
     min-height: auto;
     max-height: 34.6875rem;
     overflow-y: auto
 }

 /* width */
 .subscriber-history-table::-webkit-scrollbar {
     width: 0.5rem;
 }

 .subscriber-history-table::-webkit-scrollbar-track,
 .subscriber-history-table::-webkit-scrollbar-thumb {
     transition: all .3s ease;
 }

 /* Track */
 .subscriber-history-table::-webkit-scrollbar-track {
     /* box-shadow: inset 0 0 5px grey;  */
     background: #f0f0f0;
     border-radius: 10px;
 }

 /* Handle */
 .subscriber-history-table::-webkit-scrollbar-thumb {
     background: #d1d1d1;
     border-radius: 8px;
 }

 /* Handle on hover */
 .subscriber-history-table::-webkit-scrollbar-thumb:hover {
     background: #b30000;
 }

 .provider-copy-badge {
     position: relative;
     display: inline-block;
     font-size: var(--font-14);
     line-height: 1;
     font-weight: normal;
     padding: 0.5rem 0.5rem;
     color: var(--primary-red);
     background-color: rgba(181, 30, 60, .05);
     border: 1px solid rgba(181, 30, 60, .3);
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
     border-radius: .35rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .provider-copy-badge::after {
     content: "";
     position: absolute;
     top: 50%;
     right: 100%;
     margin-top: -6px;
     border-width: 6px;
     border-style: solid;
     border-color: transparent var(--primary-red) transparent transparent;
 }

 .review-header-label {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-12);
     font-style: normal;
     font-weight: 700;
     line-height: 1.4;
 }

 .review-header-text {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     /* font-weight: 700;*/
     line-height: 1.4;
 }

 .th-border-style1 {
     border-left: 1px solid #d9dbdf;
     border-right: 1px solid #d9dbdf;
     border-bottom: 1px solid #d9dbdf !important;
 }

 .th-border-style2 {
     border-left: 1px solid #d9dbdf;
     border-right: 1px solid #d9dbdf;
 }

 .neworder-note-text {
     padding: 0rem 1rem 0rem 0rem;
     display: inline-block;
     margin: 0 auto;
     border-radius: 4px;
     color: var(--primary-red) !important;
     text-align: center;
     font-family: Arial, sans-serif;
     font-weight: bold;
 }

 .neworder-note-text span {
     font-family: Arial, sans-serif;;
     font-weight: bold;
 }

 .change-password-mainwrapper {
     position: relative;
     height: 100%;
 }

 .change-password-mainwrapper .change-password-childwrapper {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 60%
 }

 @media(max-width:992px) {
     .change-password-mainwrapper .change-password-childwrapper {

         width: 100%
     }
 }

 .button-like-link {
     background: none !important;
     border: none;
     padding: 0 !important;
     color: var(--primary-red);
     text-decoration: underline;
     cursor: pointer;
 }

 .button-like-link:hover,
 .button-like-link:focus {
     text-decoration: none;
     border: 0px !important
 }

 /*.poolDataTable-FrameColor thead {
    position: sticky;
    z-index: 12;
    top: 51px;
}*/

 .vr {
     display: inline-block;
     align-self: stretch;
     width: 1px;
     min-height: 1em;
     background-color: currentColor;
     opacity: .25;
 }

 /* width */
 .pool-data-table .dt-scroll-body::-webkit-scrollbar {
     width: 0.5rem;
     height: 0.5rem;
 }

 .pool-data-table .dt-scroll-body::-webkit-scrollbar-track,
 .pool-data-table .dt-scroll-body::-webkit-scrollbar-thumb {
     transition: all .3s ease;
 }

 /* Track */
 .pool-data-table .dt-scroll-body::-webkit-scrollbar-track {
     /* box-shadow: inset 0 0 5px grey;  */
     /* background: #f0f0f0; */
     border-radius: 10px;
 }

 /* Handle */
 .pool-data-table .dt-scroll-body::-webkit-scrollbar-thumb {
     background: #d1d1d1;
     border-radius: 8px;
 }

 /* Handle on hover */
 .pool-data-table .dt-scroll-body::-webkit-scrollbar-thumb:hover {
     /* background: #d1d1d1;*/
     background: #4d4d4f;
 }

 #poolDataTableFixExceptions_wrapper .dt-search label {
     display: none;
 }

 @media(min-width:1367px) {
     .pool-data-table .dt-scroll-body {
         /* max-height: 24.625rem !important;*/
         max-height: calc(100vh - 362px) !important;
     }

     .pool-data-table.dt-scroll-body-1 .dt-scroll-body {
         /* max-height: 24.5rem !important; */
         max-height: calc(100vh - 340px) !important;
     }

     .pool-data-table.dt-scroll-body-4 .dt-scroll-body {
         /* max-height: 24.5rem !important; */
         max-height: calc(100vh - 296px) !important;
     }

     .pool-data-table.dt-scroll-body-fixexception .dt-scroll-body {
         max-height: calc(100vh - 464px) !important;
     }

     .pool-data-table.dt-scroll-body-pendingrequest .dt-scroll-body {
         max-height: calc(100vh - 362px) !important;
     }


 }

 @media(min-width:1401px) {
     .pool-data-table .dt-scroll-body {
         /*max-height: 24.5rem !important;*/
         max-height: calc(100vh - 374px) !important;
     }

     .pool-data-table.dt-scroll-body-1 .dt-scroll-body {
         /* max-height: 24.5rem !important; */
         max-height: calc(100vh - 296px) !important;
     }

     .pool-data-table.dt-scroll-body-2 .dt-scroll-body {
         /* max-height: 24.5rem !important; */
         max-height: calc(100vh - 342px) !important;
     }

     .pool-data-table.dt-scroll-body-3 .dt-scroll-body {
         /* max-height: 24.5rem !important; */
         max-height: calc(100vh - 317px) !important;
     }

     .pool-data-table.dt-scroll-body-4 .dt-scroll-body {
         /* max-height: 24.5rem !important; */
         max-height: calc(100vh - 302px) !important;
     }

     .pool-data-table.dt-scroll-body-fixexception .dt-scroll-body {
         max-height: calc(100vh - 454px) !important;
     }

     .pool-data-table.dt-approve-rxlist .dt-scroll-body {
         max-height: calc(100vh - 392px) !important;
     }

     .pool-data-table.dt-all-prior-auth .dt-scroll-body {
         /* max-height: 24.5rem !important; */
         max-height: calc(100vh - 290px) !important;
     }

 }

 @media(min-width:1441px) {
     .pool-data-table .dt-scroll-body {
         /*max-height: 24.5rem !important;*/
         max-height: calc(100vh - 375px) !important;
     }

     .pool-data-table.dt-scroll-body-fixexception .dt-scroll-body {
         max-height: calc(100vh - 488px) !important;
     }
 }

 @media(min-width:1601px) {
     .pool-data-table .dt-scroll-body {
         /*max-height: 56.25rem !important;*/
         max-height: calc(100vh - 354px) !important;
     }

     .pool-data-table.dt-scroll-body-fixexception .dt-scroll-body {
         max-height: calc(100vh - 468px) !important;
     }
 }

 @media(min-width:1792px) {
     .pool-data-table .dt-scroll-body {
         max-height: calc(100vh - 362px) !important;
     }
 }

 @media(min-width:1858px) {
     .pool-data-table .dt-scroll-body {
         max-height: calc(100vh - 384px) !important;
     }

     .pool-data-table.dt-scroll-body-fixexception .dt-scroll-body {
         max-height: calc(100vh - 454px) !important;
     }
 }


 .pool-data-table.dt-material-types table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
 .pool-data-table.dt-material-types table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order {
     position: absolute;
     right: 12px;
     top: 0;
     bottom: 0;
     width: 1.25rem;
     margin-left: 1rem;
 }

 .view-rx-inputgroup {
     display: flex;
     align-items: center;

 }

 .batch-reassign-rx .rx-input-wraper {
     min-width: auto;
     max-height: 9.75rem;
     overflow-y: auto;
     /*  border-bottom: 1px solid #E4E7EC;*/
     margin-bottom: 8px;
 }


 .rx-input-wraper {
     min-width: auto;
     max-height: 13rem;
     overflow-y: auto;
     /* border-bottom: 1px solid #E4E7EC;*/
     margin-bottom: 8px;
 }

 @media only screen and (min-width:1367px) {
     .rx-input-wraper {
         max-height: calc(100vh - 25.75rem);
     }

     .batch-reassign-rx .rx-input-wraper {
         max-height: calc(100vh - 30.25rem);
     }
 }



 /* width */
 .rx-input-wraper::-webkit-scrollbar {
     width: 0.5rem;
 }

 /* Track */
 .rx-input-wraper::-webkit-scrollbar-track {
     /* box-shadow: inset 0 0 5px grey;  */
     background: #f0f0f0;
     border-radius: 10px;
 }

 /* Handle */
 .rx-input-wraper::-webkit-scrollbar-thumb {
     background: #d1d1d1;
     border-radius: 2px;
 }

 /* Handle on hover */
 .rx-input-wraper::-webkit-scrollbar-thumb:hover {
     background: #b30000;
 }

 .view-rx-inputgroup .view-rx-inputgroup-input {
     position: relative;
 }

 .view-rx-inputgroup .view-rx-action-wrapper {
     position: absolute;
     right: 0px;
     top: 0px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .view-rx-inputgroup .view-rx-inputgroup-input .rx-clear {
     height: 2.75rem;
     display: none;
     border: none !important
 }

 .view-rx-inputgroup .view-rx-inputgroup-input .rx-clear.active {
     display: block;
 }

 .view-rx-inputgroup .view-rx-inputgroup-input .rx-clear i {
     width: 0.625rem;
     height: 0.625rem;
     display: flex;
     align-items: center;
 }

 .rx-clear {
     height: 2.75rem;
     min-width: auto;
     border-radius: 0px;
     display: none;
 }

 .rx-clear.active {
     display: block;
 }

 .rx-clear i {
     width: 0.625rem;
     height: 0.625rem;
     display: flex;
     align-items: center;
 }

 .rx-clear path {
     stroke: var(--secondary-black-666);
 }

 .rx-clear:hover path {
     stroke: var(--primary-red);
 }

 .view-rx-inputgroup .form-control {
     max-width: 8.625rem;
 }

 h6.rx-no-lable {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-12);
     font-style: normal;
     font-weight: 700;
     line-height: 1.4;
 }

 .view-rx-inputgroup input.form-control {
     /*border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;*/
 }


 .view-rx-inputgroup .view-rxicon-btn {
     padding: 0px;
     /*border: 1px solid var(--grey-b2b2b2);
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: 0px;*/
     background: transparent;
     height: 2.75rem;
     min-width: 2.125rem;
     padding-right: 0.5rem;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .view-rx-inputgroup .view-rxicon-btn.dark {
     border: 1px solid var(--primary-red) !important;
     border-radius: 6px !important;
     background: var(--primary-red);
     width: auto !important;
     color: var(--white);
     font-size: 0.875rem;
     padding: 0.5rem 0.75rem !important;
 }

 .view-rx-inputgroup .view-rxicon-btn.dark:hover {
     border: 1px solid #75051b;
     background: #75051b;
 }

 .view-rx-inputgroup .view-rxicon-btn i {
     width: 1.2rem;
     height: 1.2rem;
     display: flex;

 }

 .view-rx-inputgroup .view-rxicon-btn.dark i {
     width: 1.2rem;
     height: 1.2rem;
     display: flex;
     margin-right: 0.25rem;
 }

 .view-rx-inputgroup .view-rxicon-btn path {
     stroke: var(--secondary-black-666)
 }

 .view-rx-inputgroup .view-rxicon-btn.dark path {
     stroke: var(--white)
 }

 .view-rx-inputgroup .view-rxicon-btn:hover path {
     stroke: var(--primary-red)
 }

 .view-rx-inputgroup .view-rxicon-btn.dark:hover path {
     stroke: var(--white)
 }

 .rx-text-count {
     color: #333 !important;
     font-size: var(--font-14);
     font-family: var(--font-regular);
     font-weight: 400;
     line-height: 1.25rem;
 }

 .rx-text-count span {
     color: #ffffff;
     font-size: var(--font-14);
     font-family: var(--font-regular);
     font-weight: 400;
     line-height: 20px;
     background: rgba(181, 30, 60, 1);
     padding: 0.25rem 0.5rem;
     border-radius: 4px;
 }

 /*Rx Chips Start*/
 .view-rx-inputgroup-chips {
     display: flex;
     align-items: center;
     margin-right: 0.75rem;
 }

 .view-rx-inputgroup-chips .view-rx-inputgroup-input-chips {
     position: relative;
 }

 .view-rx-inputgroup-chips .view-rx-inputgroup-input-chips .form-control {
     max-width: 5rem;
     background: #f1f1f1;
     color: #333;
     border-top-right-radius: 0px !important;
     border-bottom-right-radius: 0px !important;
     border: 1px solid #cbcbcb;
     border-right: 0px;
 }

 .view-rx-inputgroup-chips .view-rxicon-del-btn {
     padding: 0px;
     border: 1px solid #cbcbcb;
     border-top-left-radius: 0px !important;
     border-bottom-left-radius: 0px !important;
     background: #f1f1f1;
     height: 2.75rem;
     min-width: 2.2rem;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 0px;
     border-left: 0px;
 }

 .view-rx-inputgroup-chips .view-rxicon-del-btn i {
     width: 1.2rem;
     height: 1.2rem;
     display: flex;
 }

 .view-rx-inputgroup-chips .view-rxicon-del-btn path,
 .view-rx-inputgroup-chips .view-rxicon-del-btn rect {
     fill: var(--secondary-black-666)
 }

 .view-rx-inputgroup-chips .view-rxicon-del-btn:hover path,
 .view-rx-inputgroup .view-rxicon-btn:hover rect {
     fill: var(--primary-red)
 }

 .view-rx-inputgroup-chips .view-rxicon-view-btn {
     padding: 0px;
     border: 1px solid #cbcbcb;
     border-top-left-radius: 0px !important;
     border-bottom-left-radius: 0px !important;
     background: #f1f1f1;
     height: 2.75rem;
     min-width: 2.2rem;
     display: flex;
     align-items: center;
     justify-content: center;
     border-left: 0;
     padding-right: 0.5rem;
 }

 .view-rx-inputgroup-chips .view-rxicon-view-btn i {
     width: 1.2rem;
     height: 1.2rem;
     display: flex;
 }

 .view-rx-inputgroup-chips .view-rxicon-view-btn path {
     stroke: var(--secondary-black-666)
 }

 .view-rx-inputgroup-chips .view-rxicon-view-btn:hover path {
     stroke: var(--primary-red)
 }

 /*Rx Chips End*/

 /*Select 2 css start*/
 .select2-container {
     min-width: 100%;
 }

 @media (max-width: 991.98px) {
     .select2-container {
         min-width: 100%;
     }
 }

 .select2-results__option {
     padding-right: 1.25rem;
     vertical-align: middle;
 }

 .select2-results__option:before {
     content: "";
     display: inline-block;
     position: relative;
     height: 1.25rem;
     width: 1.25rem;
     border: 2px solid rgba(0, 0, 0, 0.2);
     border-radius: 4px;
     background-color: transparent;
     margin-right: 0.9375rem;
     margin-left: 0.625rem;
     vertical-align: middle;
 }

 .select2-results__option[aria-selected=true]:before {
     font-family: 'fontAwesome';
     content: "\f00c";
     color: #fff;
     background-color: #b51e3c;
     border: 0;
     display: inline-block;
     padding: 0;
     line-height: 1.1875rem;
     padding-left: 0.1875rem;
     font-weight: 300;
 }

 .select2-container--default .select2-results__option[aria-selected=true] {
     background-color: #fff;
 }

 .select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: #fff;
     color: #000;
 }

 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
     border-radius: 4px;
     /* -webkit-box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.8);*/
 }

 .select2-container--default.select2-container--focus .select2-selection--multiple {
     border-color: #b51e3c;
     border-width: 1px;
 }

 .select2-container--default .select2-selection--multiple {

     border: 1px solid var(--grey-b2b2b2);
     padding: 0.3125rem 0.625rem;
     line-height: 1.6;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     margin-bottom: 10px;
     /* -webkit-box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);
    box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);*/
 }

 @media (prefers-reduced-motion: reduce) {
     .select2-container--default .select2-selection--multiple {
         -webkit-transition: none;
         -o-transition: none;
         transition: none;
     }
 }

 .select2-container--open .select2-dropdown--below {
     padding: 0.625rem 0;
     border-radius: 0.25rem;
     border: none;
     -webkit-box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);
     -moz-box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);
     box-shadow: 0px 3px 22px -15px rgba(0, 0, 0, 0.63);
 }

 .select2-selection .select2-selection--multiple:after {
     content: 'hhghgh';
 }

 .select2-container--default .select2-selection--multiple .select2-selection__choice {
     border: none;
     background: rgba(0, 0, 0, 0.1);
     font-size: 0.9375rem;
     padding: 0.125rem 0.625rem;
     color: gray;
 }

 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
     margin-right: 0.3125rem;
 }

 .select2-container--default .select2-selection--multiple .select2-selection__clear {
     color: #b51e3c;
     font-size: 0.75rem;
 }

 .select2-container--default .select2-search--inline .select2-search__field {
     background: transparent;
     border: none;
     outline: 0;
     box-shadow: none;
     -webkit-appearance: textfield;
     border: 0px !important;
 }

 .select2-container .select2-search--inline .select2-search__field {
     box-sizing: border-box;
     border: none;
     font-size: 100%;
     margin-top: 0.5rem;
     padding: 0;
 }

 .select2-container--default .select2-selection--multiple .select2-selection__clear {
     cursor: pointer;
     float: right;
     font-weight: bold;
     margin-top: 0.25rem;
     margin-right: 0px;
 }


 .received-frames div.dt-layout-row div.dt-layout-cell.dt-layout-start,
 .received-frames div.dt-layout-row div.dt-layout-cell.dt-layout-start {
     display: none;
 }

 /*Select 2 css end*/

 .datepicker {
     border-radius: 4px;
     direction: ltr;
     z-index: 9999 !important;
 }

 /*Custom Upload File*/
 .wrapper-custom-upload-file {
     position: relative
 }

 .wrapper-custom-upload-file .btn-clear {
     position: absolute;
     top: 0.125rem;
     right: 0.1875rem;
     z-index: 9;
     display: none
 }

 .wrapper-custom-upload-file .btn-clear.active {
     position: absolute;
     top: 0.125rem;
     right: 0.1875rem;
     z-index: 9;
     display: block
 }

 .wrapper-custom-upload-file .btn-clear:focus,
 .wrapper-custom-upload-file .btn-clear:hover {
     background: #f7f6f6;
     border-color: var(--white);
     color: var(--primary-red);
 }

 .custom-upload-file {
     border: 1px solid #E4E7EC;
     padding: 0.25rem;
     border-radius: 6px;
     margin-bottom: .5rem;
 }

 .custom-upload-file label {
     background-color: var(--white);
     border: 1px solid var(--primary-red);
     color: var(--primary-red);
     padding: 0.5rem;
     border-radius: 6px;
     cursor: pointer;
     margin-top: 0rem;
     margin-bottom: 0rem;
     font-size: var(--font-14);
     font-weight: 700 !important;
     min-width: 10.5rem;
 }

 .custom-upload-file #file-chosen {
     margin-left: 0.3rem;
     color: var(--secondary-black-333)
 }

 .font-select-wrapper-faqpos {
     position: absolute;
     right: 2.5rem;
 }

 .dt-scroll-headInner,
 .dt-scroll-footInner {
     padding-right: 0px !important
 }

 .date-calendar-span {
     cursor: pointer;
 }

 #ManualShipTrackingNo,
 #ManualShipDate,
 #NewPickUpDate,
 #NewShipDateCol {
     display: none;
 }

 /*Manual ship table*/

 .manualShip-table {
     position: relative;
 }

 .manualShip-table {
     width: 100%;
     border: 1px solid #E4E7EC;
     border-radius: 10px;
 }

 .manualShip-table {
     width: 100%;
 }

 .manualShip-table .table {
     font-size: 0.875rem;
     line-height: 1;
     /* border-left: 1px solid #E4E7EC;
border-right: 1px solid #E4E7EC; */
     border-radius: 10px;
     margin-bottom: 0px;
 }

 .manualShip-table .table {
     background-color: #fff;
 }

 /* .manualShip-table .table thead, .manualShip-table .table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/

 .manualShip-table .table thead tr th {
     border-top: 0px;
 }

 .manualShip-table .table thead tr th {
     border-bottom: 0px
 }

 .manualShip-table .table thead tr:first-child th:first-child {
     border-top-left-radius: 10px;
 }

 .manualShip-table .table thead tr:first-child th:last-child {
     border-top-right-radius: 10px;
 }

 /* .manualShip-table .table tbody {
        display: block;
        max-height: 160px;
        overflow-y: scroll;
    }*/

 .manualShip-table .table tbody tr:last-child td:first-child {
     border-bottom-left-radius: 10px;
     border-color: #E4E7EC
 }

 .manualShip-table .table tbody tr:last-child td:last-child {
     border-bottom-right-radius: 10px
 }

 .manualShip-table .table tbody tr:not(:last-child) {
     border-bottom: 1px solid #E4E7EC
 }

 .manualShip-table .table>thead>tr>th {
     padding: 0.625rem 1.5rem;
     text-align: left;
     line-height: 1.4688rem;
     /*background-color: var(--white);*/
     /* background: #4D4D4F;
    color: var(--white);*/
     background: #F3F3F3;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
     font-size: var(--font-14);
     font-weight: bold;
 }

 .manualShip-table .table>tbody>tr>td {
     padding: 1rem 1.5rem;
     text-align: left;
     line-height: 1.125rem;
     background-color: #fff;
     color: var(--secondary-black-333);
     font-size: var(--font-14);
 }

 .manualShip-table .table>tbody>tr>td a {
     color: var(--primary-red);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     line-height: 1.25rem;
     /* 142.857% */
     text-decoration-line: underline;
 }

 .manualShip-table .table>tbody>tr>td a:hover {
     text-decoration-line: none;
 }

 .manualShip-table .table>tbody>tr:hover>* {
     box-shadow: inset 0 0 0 9999px #F8F8F8;
     box-shadow: inset 0 0 0 9999px #F8F8F8;
 }

 /*Manual Ship Table End*/


 .roles-group-search {
     margin-left: 0.75rem;
     margin-right: 0.75rem;
     height: 2.75rem;
 }

 .roles-group-search .form-group input[type=text] {
     min-width: 15.125rem;
     width: 100%;
     box-sizing: border-box;
     color: var(--secondary-black-333);
     border: 1px solid var(--grey-c1c1c1);
     border-radius: 4px;
     font-size: var(--font-16);
     background-color: var(--white);
     background-image: url(../img/svg/search.svg);
     background-size: 1.125rem 1.125rem;
     background-position: 0.5rem 0.75rem;
     background-repeat: no-repeat;
     padding: 0.75rem 1.25rem 0.75rem 2rem;
 }

 @media (min-width: 1200px) {
    #ReviewPrescriptionModal > .modal-xl,
    #EligibilityCheckModal > .modal-xl {
        max-width: 71.25rem;
    }
 }
@media (max-width: 1025px) {
    .roles-group-search .form-group input[type=text] {
        min-width: 13rem;
    }
}
 .packing-slip-addtext {
     color: var(--secondary-black-333);
     font-family: var(--font-bold);
     font-weight: bold;
     font-size: var(--font-14);
     font-style: normal;
     line-height: 1.4;
 }

 .packing-slip-destext {
     color: var(--secondary-black-333);
     font-family: var(--font-regular);
     font-size: var(--font-14);
     font-style: normal;
     line-height: 1.6;
 }

 .badge {
     line-height: 1.3;
     background: var(--primary-red);
 }

 .faq-inner-screen {
     margin-bottom: 1rem;
 }

 .faq-inner-screen .faq-wrapper .card-header {
     background-color: rgb(245 246 250 / 30%);
 }

 /*Modal Layout*/
 .standard-modal-layout .modal-header {
     border-bottom: 0px;
     padding: 1.5rem 1.5rem 0rem 1.5rem;
 }

 .standard-modal-layout .modal-dialog {
     max-width: 37.5rem;
 }

 .standard-modal-layout .modal-header .close-btn {
     color: #a5a5a6;
     font-weight: normal;
     opacity: 1;
 }

 .standard-modal-layout .modal-body {
     padding: 1.125rem 1.5rem 0rem 1.5rem;
 }

 .layout-message-warapper {
     display: flex;
     flex-direction: column;
     justify-content: center;
     margin-bottom: 3rem;
 }

 .layout-message-warapper .icon {
     display: flex;
     justify-content: center;
     margin-bottom: 0.625rem;
 }

 .layout-message-warapper h1,
 .layout-message-warapper p {
     color: var(--secondary-black-333);
     text-align: center;
 }

 .layout-message-warapper h1 {
     font-size: var(--font-24);
     font-weight: 700;
     line-height: 1.5;
     margin-bottom: 0.625rem;
 }

 .layout-message-warapper p {
     font-size: var(--font-16);
     font-family: Arial, sans-serif;
     line-height: 1.5;
     margin-bottom: 2rem;
     padding: 0 1rem;
 }

 /* Help Links */
 .help-links .help-links-item {
     padding: .6rem 0;
     display: flex;
     align-items: center;
 }

 .help-links .help-links-item i {
     margin-right: .5rem;
 }

 .help-links a {
     color: var(--secondary-black-333);
     text-decoration: none;
     font-size: var(--font-14);
     border-bottom: 1px solid transparent;
 }

 .help-links a:hover {
     color: var(--primary-red);
     border-bottom: 1px solid var(--primary-red);
 }

 #poolDataTableManualShip_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-end {
     display: none;
 }

 #poolDataTableManualShip_wrapper .dt-layout-row:first-child .dt-layout-cell.dt-layout-start {
     justify-content: flex-end;
      margin-right: auto; 
     width: 100%;
     display: none;
 }

 #poolDataTableManualShip_wrapper .dt-layout-row:last-child .dt-layout-cell {
     display: none;
 }

 #poolDataTableManualShip_wrapper .dt-layout-row:last-child .dt-layout-cell.dt-layout-end .dt-paging .dt-paging-button.first,
 #poolDataTableManualShip_wrapper .dt-layout-row:last-child .dt-layout-cell.dt-layout-end .dt-paging .dt-paging-button.last,
 #poolDataTableManualShip_wrapper .dt-layout-row:last-child .dt-layout-cell.dt-layout-end .dt-paging .dt-paging-button.current {
     display: none;
 }

 /* Thankyou Message */
 .thankyou-message-warapper {
     display: flex;
     flex-direction: column;
     justify-content: center;
     margin-bottom: 3.375rem;
 }

 .thankyou-message-warapper .icon {
     display: flex;
     justify-content: center;
     margin-bottom: 0.625rem;
 }

 .thankyou-message-warapper h1,
 .thankyou-message-warapper p {
     color: var(--secondary-black-333);
     text-align: center;
 }

 .thankyou-message-warapper h1 {
     font-size: var(--font-24);
     font-weight: 700;
     line-height: 1.5;
     margin-bottom: 0.625rem;
 }

 .thankyou-message-warapper p {
     font-size: var(--font-18);
     font-weight: 500;
     line-height: 1.5;
     margin-bottom: 0px;
 }

 .textarea-h-60 {
     height: 3.75rem !important;
 }

 .textarea-h-88 {
     height: 5.5rem !important;
 }

 .thankyou-modal-w {
     max-width: 31.25rem;
 }


 @media print {

     /* Hide navigation and footer on print */
    header,
    footer,
    aside,
    .site-breadcrumb-wrapper,
    .newStateRXEntry-action,
    .div-to-hide {
        display: none;
    }

    input[type=text]::placeholder {
        opacity: 0;
    }

    /* Style the main content area */
    main {
        width: 100%;
        font-size: 12pt;
        color: black;
    }

     /* Add page breaks */
     h1,
     h2,
     h3 {
         page-break-after: avoid;
         /* Prevent page breaks after headings */
     }
 }


 @media only screen and (min-width:992px) {
     .create-packing-slip-action {
         margin-top: 1.875rem;
     }

     .btn-top-space {
         margin-top: 1.875rem;
     }
 }

 @media only screen and (max-width:991px) {
     .create-packing-slip-action {
         margin-top: 1rem;
     }

     .btn-top-space {
         margin-top: 1rem;
     }
 }

 .back-btn {
     margin-right: .5rem;
 }

 .back-btn-admin {
     position: absolute;
     top: 0.125rem;
     left: 0px;
     z-index: 1;
 }

 .pool-data-table.poolDataTableCourierPackages table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
 .pool-data-table.poolDataTableCourierPackages table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
 .pool-data-table.poolDataTableCourierPackages table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
 .pool-data-table.poolDataTableCourierPackages table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
 .pool-data-table.poolDataTableCourierPackages table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
 .pool-data-table.poolDataTableCourierPackages table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
 .pool-data-table.poolDataTableMaterialTypes table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
     position: absolute;
     right: 0.75rem;
     top: 0;
     bottom: 0;
     width: 1.25rem;
     margin-left: 1rem;
 }

 .courier-packages-datadetails {
     display: flex;
     align-items: center;
     position: relative;
     padding-top: .5rem;
     border-top: 1px solid #DADBDF;
 }

 /* .courier-packages-datadetails::before {
        content: '';
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        
    }*/

 @media only screen and (max-width:916px) {
     .courier-packages-datadetails {
         position: static;
         justify-content: end;
         margin-bottom: .5rem;
     }
 }

 .courier-packages-datadetails .total-packages {
     font-size: 0.8125rem;
     line-height: 1;
     padding: 0.5rem;
     margin-right: 0.5rem;
     display: inline-block;
     color: #333;
 }

 .courier-packages-datadetails .total-packages span {
     color: var(--primary-red);
     font-weight: bold;
 }

 .courier-packages-datadetails .all-couriers {
     font-size: 0.8125rem;
     line-height: 1;
     padding: 0.5rem;
     color: #333;
     display: inline-block;
 }

 .courier-packages-datadetails .all-couriers span {
     color: var(--primary-red);
     font-weight: bold;
 }

 .rx-advice-span {
     font-size: var(--font-14)
 }

 .advice-text {
     font-size: var(--font-14);
 }

 .advice-text.no-advice {
     font-size: var(--font-14);
     color: var(--primary-red)
 }

 .provider-survey {
     font-size: var(--font-14);
 }

 .provider-survey .card {
     border: 1px solid #f7f7f7;
 }

 .provider-survey .card .card-header {
     background: #f7f7f7;
     border-top-left-radius: 8px;
     border-color: transparent;
     border-top-right-radius: 8px;
     font-family: var(--font-bold);
     font-weight: bold;
 }

 .pakagedetail-title {
     margin-bottom: 0px;
     color: var(--primary-red);
     font-size: 0.875rem;
     font-weight: bold;
     margin-right: 0.5625rem;
 }

 .lens-coating-w {
     width: 10.5rem !important;
 }

 .info-title-mesg {
     background: #f8f9fc;
     padding: 0.25rem 0.5rem;
     display: inline-flex;
     align-items: center;
     font-size: 0.8125rem;
     border-radius: 1rem;
     line-height: 1;
     margin-bottom: 0.25rem;
 }

 /*animated success start*/
 .animatedcheckmark {
     width: 4rem;
     height: 4rem;
     border-radius: 50%;
     display: block;
     stroke-width: 2;
     stroke: #4bb71b;
     stroke-miterlimit: 10;
     box-shadow: inset 0px 0px 0px #4bb71b;
     animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
     position: relative;
     top: 5px;
     right: 5px;
     margin: 0 auto;
 }

 .animatedcheckmark__circle {
     stroke-dasharray: 166;
     stroke-dashoffset: 166;
     stroke-width: 2;
     stroke-miterlimit: 10;
     stroke: #4bb71b;
     fill: #fff;
     animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 }

 .animatedcheckmark__check {
     transform-origin: 50% 50%;
     stroke-dasharray: 48;
     stroke-dashoffset: 48;
     animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
 }

 @keyframes stroke {
     100% {
         stroke-dashoffset: 0;
     }
 }

 @keyframes scale {

     0%,
     100% {
         transform: none;
     }

     50% {
         transform: scale3d(1.1, 1.1, 1);
     }
 }

 @keyframes fill {
     100% {
         box-shadow: inset 0px 0px 0px 30px #4bb71b;
     }
 }

 /*animated success end*/

 .roles-search .form-group input[type=text] {
     min-width: 15.125rem;
     width: 100%;
     box-sizing: border-box;
     color: var(--secondary-black-333);
     border: 1px solid var(--grey-c1c1c1);
     border-radius: 4px;
     font-size: var(--font-16);
     background-color: var(--white);
     background-image: url(../img/svg/search.svg);
     background-size: 1.125rem 1.125rem;
     background-position: 0.5rem 0.9rem;
     background-repeat: no-repeat;
     padding: 0.75rem 1.25rem 0.75rem 2rem;
     margin: 0 0 4px 0px;
 }

 /*.table.stock-order-table {
    width: 32%
}*/

 .table.stock-order-table thead tr th:nth-child(1) {
     padding: 0.5rem 0rem 0.5rem 0rem;
     border: 0rem;
     padding: 0.25rem 0 0.25rem 0;
 }

 .table.stock-order-table thead tr th:nth-child(2) {
     padding: 0.5rem 0rem 0.5rem 0.75rem;
     border: 0rem;
     padding: 0.25rem 0 0.25rem 0.75rem;
     width: 6.25rem;
 }

 .table.stock-order-table tbody tr td:nth-child(1) {
     padding: 0.5rem 0rem 0.5rem 0rem
 }

 .table.stock-order-table tbody tr td:nth-child(2) {
     padding: 0.5rem 0rem 0.5rem 0.75rem
 }

 .optical-lab-headertext {
     right: 1.5625rem;
     position: absolute;
     top: 0.375rem;
     font-size: 0.75rem;
     line-height: 1.3;
     background: #f3e4e7;
     color: var(--primary-red);
     padding: 0.0625rem 0.5rem;
     border-radius: 0.75rem;
 }

 .optical-lab-headertext span {
     font-family: var(--font-bold);
     font-weight: bold;
 }

 .eye-appliance-report {
     padding-top: 38px;
 }

 .report-action-wrapper {
     padding-top: 1.813rem;
     display: flex;
     align-items: center;
 }

 .report-action-wrapper.top-n-provider {
     padding-top: 0.5rem
 }



 .report-action-wrapper.jobby-status-report {
     padding-top: 0.5rem;
     justify-content: end
 }


 .list-bydate-checkbox {
     padding-top: 0.625rem
 }

 .start-download {
     margin-top: 1.875rem
 }

 @media only screen and (max-width:1280px) {
     .report-action-wrapper.top-n-provider {
         padding-top: 1.813rem;
     }

     .report-action-wrapper.eye-appliance-action {
         padding-top: 0.5rem;
         justify-content: end
     }

     .eye-appliance-report {
         padding-top: 0.75rem;
     }

     .report-action-wrapper.turn-around-times {
         padding-top: 0.5rem;
     }

     .report-action-wrapper.jobby-status-report {
         padding-top: 1.813rem;
     }

     .only-unpaid-rx-checkbox {
         padding-top: 2.5rem
     }

     .list-bydate-checkbox {
         padding-top: 2.25rem
     }

 }

 @media only screen and (max-width:992px) {
     .eye-appliance-report {
         padding-top: 2.4rem;
     }

     .report-action-wrapper.eye-appliance-action {
         padding-top: 0.5rem;
         justify-content: start
     }

     .report-action-wrapper.days-elapsed-report {
         padding-top: 0.5rem;
     }

     .report-action-wrapper.top-n-provider {
         padding-top: 0.5rem;
     }

     .report-action-wrapper.turn-around-times {
         padding-top: 1.813rem;
     }

     .report-action-wrapper.jobby-status-report {
         padding-top: 0rem;
     }

     .list-bydate-checkbox {
         padding-top: 0.5rem
     }

 }

 @media only screen and (min-width: 992px) and (max-width: 1280px) {
     .report-action-wrapper.rc-by-user {
         padding-top: 0.5rem;
     }
 }

 @media only screen and (max-width:768px) {

     .start-download {
         margin-top: 1rem
     }

     .report-action-wrapper.jobby-status-report {
         padding-top: 0rem;
     }

     .list-bydate-checkbox {
         padding-top: 2.25rem
     }

     .report-action-wrapper.rc-by-user,
     .report-action-wrapper.turn-around-times {
         padding-top: 0.5rem;
     }

     .only-unpaid-rx-checkbox {
         padding-top: 0px
     }

     .symed-pia-report {
         padding-top: 0px
     }

     .report-action-wrapper.top-n-provider {
         padding-top: 1.813rem;
     }

     .report-action-wrapper.days-elapsed-report {
         padding-top: 1.813rem;
     }
 }

 @media only screen and (max-width:575px) {
     .eye-appliance-report {
         padding-top: 0.5rem;
     }

     .report-action-wrapper.top-n-provider {
         padding-top: 0.5rem;
     }

     .report-action-wrapper.days-elapsed-report {
         padding-top: 0.5rem;
     }

     .report-action-wrapper {
         padding-top: 0.5rem;
     }

     .list-bydate-checkbox {
         padding-top: 0.5rem;
     }

     .report-action-wrapper.jobby-status-report {
         padding-top: 0.5rem;
         justify-content: start !important;
     }
 }

 /*error animation*/
 .checkmark-error {
     width: 3.5rem;
     height: 3.5rem;
     border-radius: 50%;
     display: block;
     stroke-width: 2;
     stroke: #b51e3c;
     stroke-miterlimit: 10;
     box-shadow: inset 0px 0px 0px #b51e3c;
     animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
 }

 .checkmark-error .checkmark_circle {
     stroke-dasharray: 166;
     stroke-dashoffset: 166;
     stroke-width: 2;
     stroke-miterlimit: 10;
     stroke: #b51e3c;
     fill: none;
     animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 }

 .checkmark-error .checkmark_check {
     transform-origin: 50% 50%;
     stroke-dasharray: 48;
     stroke-dashoffset: 48;
     animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
 }


/*Reassigned Confirmation*/
.reassigned-confirmation {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: block;
    stroke-width: 1;
    stroke: #b51e3c;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #b51e3c;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

    .reassigned-confirmation .checkmark_circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 1;
        stroke-miterlimit: 10;
        stroke: #b51e3c;
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    .reassigned-confirmation .checkmark_check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }

 @keyframes stroke {
     100% {
         stroke-dashoffset: 0;
     }
 }

 @keyframes scale {

     0%,
     100% {
         transform: none;
     }

     50% {
         transform: scale3d(1.1, 1.1, 1);
     }
 }

 @keyframes fill {
     100% {
         /*box-shadow: inset 0px 0px 0px 30px #b51e3c;*/
         box-shadow: inset 0px 0px 0px 1.875rem #fff;
     }
 }

.btn-view-result {
    padding: 0 4px;
    height: 1.375rem;
    font-size: var(--font-12);
    line-height: 1;
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 11px;
}

 .btn-view-result i {
     display: flex;
     width: 1rem;
     height: 1rem;
     align-items: center;
     margin-right: 0.25rem;
 }

 /*  .btn-view-result.deactive {
        cursor:not-allowed!important;
        opacity:.5;
    }*/
 .btn-view-result i path {
     stroke: #fff;
 }

 @media (min-width: 900px) {
     #StateEntryViewResult>.modal-dialog {
         max-width: 71.25rem;
         margin: 1.75rem auto;
     }
 }

 #poolDataTableStateRXSearch_wrapper .dt-search label,
 #poolDataTableNotifications_wrapper .dt-search label {
     display: none;
 }
 .pool-data-table.pool-dt-staterxsearch span.dt-column-title {
     white-space: nowrap !important;
 }

 .pool-dt-staterxsearch table.dataTable {
     table-layout: fixed;
     width: 100% !important;
 }

 .pool-dt-staterxsearch table.dataTable th,
 .pool-dt-staterxsearch table.dataTable td {
     word-wrap: break-word;
     white-space: nowrap;
     overflow: hidden;
 }
 @media only screen and (min-width:575px) {
     .printpb-btn {
         margin-top: 1.875rem;
     }
 }
.pps-spinner {
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    
}


@media(min-width:790px){
    .photochromic-checkbox-topspace{
        padding-top:2.375rem
    }
}
@media(max-width:788px) {
    .photochromic-checkbox-topspace {
        padding-top:1.875rem
    }
}
@media(max-width:767px) {
    .photochromic-checkbox-topspace {
        padding-top: 0rem
    }
}

.pool-data-table.pool-data-table-roles-users .dt-search label {
    display: none
}

.pool-data-table.pool-data-table-roles-permission .dt-search label {
    display: none
}
.pool-data-table.pool-data-table-roles-permission > #dgAccessRights_wrapper .dt-layout-start,
.pool-data-table.pool-data-table-roles-permission > #dgAccessRights_wrapper .dt-layout-end {
    display: flex;
}
.grecaptcha-badge {
    z-index: 1;
    bottom: 7rem !important;
}


.modal-sm-w {
    max-width: 400px !important;
}

.rx-status{
    position:relative
}
    .rx-status .rx-status-text {
        padding: 1rem 1.2rem;
        display: block;
        margin: 0 auto;
        border-radius: 4px;
        color: var(--primary-red) !important;
        text-align: center;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 1.5625rem;
        transform: rotate(350deg);
        border: 1px solid;
        border-radius: 54px;
    }
.rx-number-wrapper{
    display:flex;
    flex-direction:column;
    align-items:start;
}
@media(max-width:1280px){
    .rx-number-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: start;
        margin-bottom: 1rem;
        justify-content: space-between;
    }
    .rx-status .rx-status-text { margin-top:.7rem}
    }

#poolDataTableStateRXLog_wrapper .dt-search label,
#poolDataTablePackingSlip_wrapper .dt-search label {
    display: none
}
.fix-exeption-date-w{
    min-width:15rem;
    max-width:100%;
}
/*.poolDataTableMaterialTypes.pool-data-table table.dataTable {
    width: auto!important;
    margin: 0 auto;
    border-spacing: 0;
}*/
#poolDataTableRxBackupLabInfo_wrapper table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
#poolDataTableRxBackupLabInfo_wrapper table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 1.25rem;
    margin-left: 1rem;
}
@media (max-width: 899px) {
    #StateEntryViewResult .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
}
.pool-data-table.pool-dt-auditlog span.dt-column-title {
    white-space: nowrap !important;
}

.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(1) {
        min-width:9.375rem
    }
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(2) {
        min-width:16.25rem
    }
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(3) {
    min-width: 16.25rem
}
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(4) {
        min-width:18.75rem
    }
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(5) {
        min-width:31.25rem
    }
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(6) {
        min-width:9.375rem
    }
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(7) {
        min-width:9.375rem
    }
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(8) {
        min-width:31.25rem
    }
.pool-data-table.pool-dt-auditlog table.dataTable > thead > tr > th:nth-child(9) {
    min-width: 220px
    }
.standard-form-layout .form-control:disabled, .standard-form-layout .form-control[readonly] {
    background-color: #dfdfdf !important;
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed !important;
}
.custom-checkbox.readonly > .checkmark {
    background-color: #dfdfdf !important;
    border-color: #dfdfdf !important
}
.validation-summary-errors ul{margin-bottom:0}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #2e2f37;
    text-decoration: none;
    background-color: #F8F8F8;
}
.user-profile-item.active,
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b51e3c;
}
.user-profile-item.active .user-profile-item-text{color:#fff}
    .user-profile-item.active .user-profile-item-icon svg path {
        stroke: #fff
    }
/*
.provider-profile-print ::-webkit-scrollbar {
    display: none;
}*/

/*.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1049 !important;
}*/

.modal-open nav.site-top-navbar {
    padding-right: 1rem!important;
}