@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

* {
    margin: 0px;
    padding: 0px;
}

html, body, p, h1, h2, h3, h4, h5, h6, div, span, button, strong, tr, td, th, input, textarea, label, select {
    font-family: 'Saira-Regular' !important;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #333;
}

button.btn:hover,
button.btn:active,
button.btn:visited,
button.btn:focus {
    outline: 0;
    box-shadow: none;
}

body {
    font-family: 'Saira-Regular' !important;
    font-size: 14px;
    color: #333;
    background-color: #f7f6f6;
}

body.home_page_bg_clr {
    background-color: #fff;
}

/******** header css start ********/
header {
    position: relative;
}

.header_wrapper {
    position: relative;
    background-image: url('../images/nav_bg.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    background-color: #242424;
}

img.m_hatch_img {
    position: absolute;
    left: -25px;
    z-index: 1;
}

.logo_box {
    padding: 24px 24px;
    padding-left: 75px;
}

.logo_box a {
    position: relative;
    z-index: 1;
}

.m_logo{
	width:200px;
}

.logo_box .m_logo {}

nav {
    position: relative;
}

.nav_wrapper {
    position: relative;
}

.nav_wrapper:after {
    content: '';
    position: absolute;
    height: 135%;
    width: 10px;
    background-color: #fff;
    transform: rotate(36deg);
    top: -14px;
    right: 20px;
}
.profile_box {
    padding: 28px 0 27px;
    padding-left: 65px;
    display: inline-block;
}

.profile_box span {
    padding-right: 20px;
    position: relative;
}

.profile_box span img {
    width: 22px;
    cursor: pointer;
}

.h_b_line {
    display: block;
    width: 57%;
    height: 11px;
}

/******** header css end ********/
/******** main box css start ********/
.main_box {
    padding: 0px 0;
}
.breadcrumb_box {
    margin: 0 0 10px 0;
    padding-left: 0 !important;
}

.breadcrumb_box .breadcrumb li a {
    color: #979797 !important;
    font-family: 'Saira-Regular' !important;
}

.shadow_box {
    box-shadow: 0px -1px 13px 2px rgba(146, 146, 146, 0.76);
    -webkit-box-shadow: 0px -1px 13px 2px rgb(191 191 191 / 76%);
    -moz-box-shadow: 0px -1px 13px 2px rgba(146, 146, 146, 0.76);
    padding: 20px;
    background: #fff;
    margin-bottom: 25px;
}

.box_header {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}

.exp_to_exl {
    position: absolute;
    border: 0 !important;
    background-color: transparent;
    box-shadow: none !important;
    right: 0;
    top: 0;
}

.form_box {}

.floating_control {
    position: relative;
    margin-bottom: 15px;
}

.floating_control input,
.floating_control select {
    height: 45px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #c1c1c1 !important;
    box-shadow: none !important;
}

.floating_control select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: 97% 55%;
    background-size: 15px;
    padding-right: 50px;
}

.floating_control .floating_label {
    position: absolute;
    background-color: #fff;
    padding: 0 3px;
    top: 12px;
    left: 10px;
    transition: 0.4s ease;
    cursor: text;
}

.floating_control.focused .floating_label {
    top: -10px;
}

.mandy_star {
    color: #ff0000;
}

.red_btn {
    font-family: 'Saira-Regular' !important;
    font-size: 14px;
    padding: 11px 47px;
    background-color: #e31837;
    color: #fff;
    border-radius: 0;
}

.red_btn-add {
    font-family: 'Saira-Regular' !important;
    padding: 10px 30px;
    background-color: #e31837;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    border: 0px;
}

.red_btn-sm {
    font-family: 'Saira-Regular' !important;
    padding: 5px 15px;
    background-color: #e31837;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
    border: 0px;
}

.red_btn:hover {
    color: #fff;
}

.input_border_box {
    height: 45px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #c1c1c1 !important;
    box-shadow: none !important;
    padding: 6px 12px;
    margin-bottom: 15px;
}

.input_border_box .form-control,
.input_border_box label {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.input_border_box .form-control {
    font-size: 13px;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 0;
    box-shadow: none !important;
    max-width: 130px;
}

.input_border_box select.form-control {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: 95% 55%;
    background-size: 12px;
    padding-right: 25px;
}

.inp_group {
    display: inline-block;
    vertical-align: middle;
}

.inp_group.m_right {
    margin-right: 50px;
}

.file_control_btns,
.file_label {
    text-align: left;
    height: 45px;
    width: 100%;
    font-size: 13px;
    /* padding: 5px 10px; */
    /* margin-left: 5px; */
    border-radius: 0;
    box-shadow: none !important;
    /* max-width: 180px !important; */
    /* min-width: 160px; */
    background-repeat: no-repeat;
    background-position: 5% 55%;
    background-size: 12px;
    padding-left: 25px;
    background-color: #fff;
    border-radius: 0;
    border: 1px dotted #c1c1c1 !important;
    box-shadow: none !important;
}

.dt_btn {
    background-image: url('../images/dt_btn_icon.png');
    background-size: 12px;
    background-position: 93% 50%;
}

.file_input {
    display: none;
}

.browse_btn {
    background-image: url('../images/browse_btn_icon.png');
    background-size: 15px;
    background-position: 5% 52%;
    padding-left: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.upload_btn {
    background-image: url('../images/upload_btn_icon.png');
    background-size: 12px;
    background-position: 93% 49%;
}

.datepicker_input {
    background-image: url('../images/cal_icon.png');
    background-size: 12px;
    background-position: 95% 49%;
    background-repeat: no-repeat;
    padding-right: 25px !important;
}

/******** main box css end ********/
/******** custom table css start ********/
.custom_table {}

.custom_table thead tr th {
    background-color: #d3d3d3;
    padding: 15px 25px;
    border-bottom: 0;
    border-right: 1px solid #fff;
    font-family: 'Saira-Regular' !important;
}

.custom_table thead tr th:last-child {
    border-right: 0;
}

.custom_table tbody tr td {
    vertical-align: middle;
    padding: 8px 25px;
}

.custom_table tbody tr td button {
    padding: 0;
    margin-right: 15px;
}

.custom_table tbody tr td button img {
    width: 21px;
}

table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting::after {
    bottom: 1em;
}

/******** custom table css end ********/
/******** modal css start ********/
.modal-backdrop.show {
    opacity: 0.8;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #000;
    border-radius: 0;
}

.modal-title {
    color: #fff;
}

.modal-header .btn-close {
    opacity: 1;
}

.form-check {
    padding-left: 0;
    margin-bottom: 15px;
}

.form-check .form-check-input {
    float: none;
    margin-left: 6px;
    border-radius: 0;
    border: 1px solid #c1c1c1 !important;
    box-shadow: none !important;
}

/******** modal css end ********/
/******** data table css start ********/
.dataTables_length {
    display: none;
}

.page-item.disabled .page-link {
    background-color: #f7f6f6;
    border: 0;
    color: #a7a9ac;
    margin-left: 15px;
}

.page-item.disabled .page-link svg {
    fill: #a7a9ac;
}

.rec_txt {
    margin-bottom: 0;
    margin-top: 8px;
}

.rec_txt .num_txt {
    font-family: 'Saira-Regular' !important;
}

/******** data table css end ********/

.main-heading{
    font-size: 28px;
    font-weight: 600;
}
.red-small-heading{
    color: #e31837;
    font-size: 15px;
    font-weight: 600;
}
.detail-box {
    display: flex;
}
.details {
    width: 70%;
}
.details p{
    color: #000;
    line-height: 24px;
}
.detail-graphic {
    width: 30%;
}
.detail-graphic img {
    max-width: 100%;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-bottom: 50px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-50{
    margin-left: 50px;
}
.mr-10{
    margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-50{
    margin-right: 50px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pt-20{
    padding-top: 20px;
}
.pt-25{
    padding-top: 25px;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-bottom: 50px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-25{
    padding-bottom: 25px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-50{
    padding-bottom: 50px;
}
.pl-10{
    padding-left: 10px;
}
.pl-15{
    padding-left: 15px;
}
.pl-20{
    padding-left: 20px;
}
.pl-25{
    padding-left: 25px;
}
.pl-30{
    padding-left: 30px;
}
.pl-50{
    padding-left: 50px;
}
.pr-10{
    padding-right: 10px;
}
.pr-15{
    padding-right: 15px;
}
.pr-20{
    padding-right: 20px;
}
.pr-25{
    padding-right: 25px;
}
.pr-30{
    padding-right: 30px;
}
.pr-50{
    padding-right: 50px;
}
ul{
    padding-left: 0;
}
.details ul.points li{
    list-style-type: none;
    line-height: 30px;
}
.details ul.points.active-style li{
    list-style-type: decimal;
}
li{
    color: #000;
}
.action-card-container {
    display: flex;
}
.action-card {
    width: 200px;
    height: 175px;
    margin: 0 20px 20px 0;
}
.action-card a{
    display: flex;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 100%;
    transition: 0.25s All Linear;
}
.action-card:hover{
    border: 0;
}
.action-card:hover a {
    background: linear-gradient(45deg, #ededed, white);
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 4px;
    transition: 0.25s All Linear;
}
.action-card .svg-span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.action-card .svg-span svg{
    background: #faf9f9;
    padding: 12px;
    border-radius: 50px;
    box-sizing: content-box;
}
.action-card:hover .svg-span svg{
    background: #fff;
}
.action-card h4{
    font-size: 16px;
    font-weight: 500;
    color: #242424;
    text-align: center;
}
.modal-backdrop{
    background-color: rgb(0 0 0 / 63%);
}

/* new header start */
header{
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 1002;
  /* overflow: hidden; */
}
.main-header {
    /* background-image: url(../images/nav_bg.png); */
    background-repeat: no-repeat;
    background-position: left;
    /* background: linear-gradient(45deg, #9b1929, #db233a); */
    /* background-size: 80%; */
}

ul.header-right {
    display: flex;
    align-items: center;
    background: #242424;
    /* background: #000; */
    height: 72px;
    position: relative;
    padding: 0 25px;
}
.main-navigation .sub-menu a.active,
.main-navigation .sub-menu a:hover {
    background: #e8e8e8;
}
.navbar-brand{
    padding: 0;
    margin: 0 0 0 35px;
}
.main-navigation {
    justify-content: space-between;
    padding: 0;
    background: #000;
    /* background: linear-gradient(
    45deg, #9b1929, #db233a); */
}
.main-navigation:before, .main-navigation:after{
    content: none;
}
ul#main-menu {
    display: flex;
    align-items: center;
}
ul#main-menu>li{
    padding: 0 20px;
    height: 100%;
}
ul#main-menu>li:hover a{
    border-bottom: 3px solid #fff;
}
ul#main-menu>li i{
    margin-left: 6px;
}
ul#main-menu>li:hover>a, ul#main-menu>li.active:hover>a{
    color: #fff;
}
.main-navigation ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
    height: 100%;
}
.main-navigation ul li a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
}
.main-navigation ul#main-menu li.active a{
    /* background: red; */
    border-bottom: 3px solid #fff;
    font-weight: 700;
}
.main-navigation ul ul li a {
    color: #000;
}
.dashboard-grey-clip {
	width: 773px;
    height: 80px;
    top: 1px;
    flex-grow: 0;
    position: fixed;
    z-index: 1000;
    background-color: #e31837;
    -webkit-clip-path: polygon(0 0,100% 0,95% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,95% 100%,0 100%);
    -webkit-animation: MoveLeft 3s ease-in-out;
    animation: MoveLeft 3s ease-in-out;
}
.header-navigation-area {
    display: flex;
    justify-content: space-between;
}
.right-head-main {
    width: 83%;
    padding: 0;
}
.header-right img{
    width: 22px;
}
.header-right:before {
    content: ' ';
    border-bottom: 72px solid #242424;
    /* border-bottom: 72px solid #000000; */
    border-left: 35px solid transparent;
    width: 0;
    position: absolute;
    background: #000;
    /* background: #cd2136; */
    top: 0px;
    left: -30px;
}
.header-right:after{
    content: ' ';
    position: absolute;
    left: -12px;
    right: auto;
    top: -37px;
    width: 15px;
    height: 100px;
    background: #fff;
    transform: skewY(
    -33deg) rotate(
    33deg);
}
.visible-xs{
    display: none !important;
}
.hidden-xs{
    display: block;
}
.profile-sec-li ul.sub-menu{
    right: -15px;
    left: auto;
}
.notification-sec-li ul.sub-menu {
    right: -100px;
    left: auto;
    min-width: 300px;
    max-height: 200px;
    overflow-y: auto;
}
li.unread {
    background: #f5f5f5;
    position: relative;
}
.notification-sec-li li:hover{
    background: #e8e8e8;
}
span.more-list {
    position: relative;
    right: 5px;
    cursor: pointer;
}
span.more-list i{
    color: #747474;
    font-size: 12px;
}
li.unread a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #7295c9;
    position: absolute;
    border-radius: 70px;
    left: 8px;
    top: 18px;
}
.main-navigation .notification-sec-li .sub-menu a:hover {
    background: transparent;
}
.notification-sec-li .sub-menu li a{
    white-space: nowrap;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: inline-block;
}
.main-navigation li.notification-sec-li ul li{
    display: flex;
}
.search-box {
    width: 0;
    position: absolute;
    background: #fff;
    transition: 0.3s Linear All;
    height: 100%;
    right: 275px;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #000;
}
.search-box.active {
    width: 450px;
    transition: 0.3s Linear All;
    right: 275px;
    left: auto;
}
li.search-menu-li.active {
    background: #3e3e3e;
}
.search-group {
    display: flex;
    /* background-color: #fcfaf2; */
    height: 40px;
    width: 0;
    overflow: hidden;
    margin-top: 30px;
}
.search-box.active .search-group{
    width: 445px;
}
.search-group input {
    width: 100%;
    border: 0;
    padding: 0 15px;
}
.search-group input:focus{
    outline: none;
}
.search-group button{
    background: #fff;
    border: 0;
    overflow: hidden;
    padding: 0 10px;
}
.search-group button:hover {
    background: #e3e3e3;
    border-radius: 15px;
}
/* Main Menu CSS End*/
/* Submenu / Dropdown Menu CSS */
.main-navigation ul li ul {
    position: absolute;
    width: max-content;
    min-width: 200px;
    left: 0;
    top: 72px;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.sub-menu li {
    padding: 0;
}
ul.sub-menu li a{
    text-transform: capitalize;
    font-size: 13px;
}
.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
}
.main-navigation ul li ul li a {
    padding: 10px 20px;
    font-size: 12px;
    white-space: normal;
    line-height: 19px;
}
.main-navigation ul li ul li {
    display: block;
    text-align: left;
}
.main-navigation ul li ul ul {
    left: 200px;
    top: 0;
}
.main-navigation ul li ul li {
    border-bottom: 1px solid #ececec;
}
.main-navigation ul li ul li:last-child {
    border-bottom: 0;
}
/* Submenu / Dropdown Menu CSS End */
/* Mobile Menu CSS Start*/
.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 20px;
    display: none;
    background: transparent;
    border: none;
}
button.mobile-menu-trigger {
    position: absolute;
}
.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 20px;
    margin-bottom: 4px;
    background-color: #fff;
}
.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}
.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f3f3f3;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-x: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}
.mobile-menu-container li > a .slicknav_arrow:after {
    content: "\f067";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    bottom: 0;
    color: #000;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 50px;
}
.mobile-menu-container.menu-open li.slicknav_open > a .slicknav_arrow:after {
    content: "\f068";
}
.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 1;
}
.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    height: 23px;
    width: 2px;
    background: #000;
    content: "";
    top: 0;
}
#mobile-menu-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 70px 20px 20px 20px;
}
#mobile-menu-wrap div {
    background-color: transparent;
}
#mobile-menu-wrap .slicknav_item i {
    display: none;
}
/*Sidebar Start*/
.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left;
}
.slicknav_btn {
    display: none !important;
}
.slicknav_menu {
    padding-left: 0;
}
.slicknav_nav li > a {
    display: block;
    font-weight: 400;
}
.slicknav_item.slicknav_row a {
    border-bottom: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.slicknav_nav ul {
    margin: 0 0 0 0px;
}
.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 0px;
}
.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}
.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 13px;
}
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}
.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}
.slicknav_arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0;
    top: 17px;
    position: absolute;
}
.slicknav_nav a,
.slicknav_row a {
    color: #000;
    font-size: 18px;
    display: inline-block;
}
/*Sidebar Start*/
/* Mobile Menu CSS End*/

@media only screen and (max-width: 991px) {
/*Menu*/
.header-navigation-area {
    display: none;
}
.mobile-menu-trigger {
    display: block;
}
}
.social-head {
    display: flex;
    align-items: center;
	justify-content: flex-end;
	padding: 15px 0;
}
ul.social-list {
    display: flex;
	list-style-type: none;
}
a.donate-nw.red-button{
	margin: 0 15px;
}
ul.social-list li img {
    max-width: 27px;
    max-height: 27px;
}
header .social-list li{
	margin: 0 5px 0 0;
}
header .social-list li a {
    line-height: normal;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 50px;
    height: 35px;
    display: flex;
	transition: 0.25s Linear All;
}
header .social-list li a:hover{
	background-color: #ffe07f;
	border-color: #c79b11;
	transition: 0.25s Linear All;
}
/* new header end */
footer {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 99%), linear-gradient(to bottom, #333, #333);;
    color: #fff;
    padding: 35px 50px;
}
.foot-left h6 {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 20px;
}
.foot-right {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.foot-right ul {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    margin-bottom: 15px !important;
}
.foot-right ul li:after{
    content: "|";
    color: #fff;
    margin: 0 7px;
}
.foot-right ul li:last-child:after{
    content: none;
}
.foot-right a {
    color: #fff;
}
.foot-right li, .foot-right h6{
    font-size: 12px;
}
.red{
    color: #E31837;
}
.foot-left h3 {
    position: relative;
}
.foot-left h3 i.fa-quote-left {
    font-size: 20px;
    position: absolute;
    left: -30px;
    top: -5px;
}
.foot-left h3 i.fa-quote-right{
    transform: translateY(10px);
    font-size: 20px;
}
/*  new header code end */

.label-group-size label {
    font-weight: bold;
    font-size: 10px;
}

.label-group-size select {
    border: 0 !important;
    padding: 0;
    height: 20px;
    cursor: pointer;
    font-weight: 600;
}

.compWidth {
    width: 20%;
}

.catWidth {
    width: 10%;
}

.panBox, .cinBox {
    font-weight: 600;
    /*width: 22%;*/
}

.panBox input, .cinBox input {
    padding: 0 5px;
}

table {
    width: 100%;
    margin: 10px auto;
}

thead th {
	border: 1px solid #cfc9c9;
    font-size: 13px;
    font-weight: bold;
    background: #e9ecef;
    color: #000;
    position: relative !important;
}

tr td, thead tr {
    border: 1px solid #e3dede;
}

tr {
    background: #fff;
    border-bottom: 1px solid #FFF;
    margin-bottom: 5px;
}

tr td:nth-child(2) {
    background: #f3f5f5;
}

th, td {
    text-align: left;
    padding: 15px;
    font-weight: 300;
    font-size:12px;
}

span.small-text {
    font-size: 10px;
}

ul#menu {
    width: 100%;
}

#menu li {
    list-style-type: none;
}

#menu .p-li-a {
    color: #000;
    background-color: #e5d9db;
}


/*css sidebar*/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
    font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 270px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 130px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

#show-sidebar i {
    color: #fff;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 285px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 83px;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 5px 5px 0 5px;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 60px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 15px;
    top: -10px;
    z-index: 99;
    justify-content: end;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

#close-sidebar i {
        color: #ffffff;
    background: #505050;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 17px;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 90px;
}

.page-wrapper .page-content > div {
    padding: 10px 20px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
    height: 100vh;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
      border-top: 30px solid #f7f6f6;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #000;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #000;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #e31837;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.active-color {
    border-radius: 2px;
    background-color: #ffb6c170;
}

.float-lbl {
    color: #817d7d;
    font-weight: 600;
    background-color: #fff;
    left: 12px;
    position: relative;
    top: 11px;
    font-size: 11px;
    z-index: 99;
}

.select-fnt {
    font-size: 14px;
    font-weight: 500;
}

.select2-container {
    /* height: 45px !important;
    border-radius: 0px !important;*/
    max-width: 240px !important; 
    
    padding: 11px 3px;
    background-color: #fff !important;
    height: 45px !important;
    border-radius: 0px !important;
   /*  max-width: 100%; */
}


/*login page css*/
.withmargins {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

section.clear {
    padding: 50px 25px;
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    background-color: #252030;
}
section.clear {
    background-color: #eeeff1;
}

#userlogin {
    background-color: #eeeff1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}
#userlogin .left {
    flex-grow: 1;
    /*width: 50%;*/
    padding: 50px 25px 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#userlogin .left .content .fill {
    position: relative;
    margin-bottom: 15px;
    display: block;
}
#userlogin .left .content .fill.top {
    margin-top: 45px;
}
#userlogin .left .content .fill.bottom {
    margin-bottom: 15px;
}
#userlogin .left .content .fill span {
    display: inline-block;
    position: absolute;
    background-color: #252030;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
    padding: 0 10px;
    transition: all 0.15s ease-in-out;
    opacity: 0.5;
    pointer-events: none;
    cursor: text;
}
#userlogin .left .content .fill input {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    border: 1px solid #fdfdfd;
    border-radius: 0.3rem;
    color: #c6cfd8;
    font-size: 1.1rem;
}
#userlogin .left .content .fill.active span {
    transform: translate(0%, -200%);
    font-size: 0.8rem;
    opacity: 1;
}
#userlogin .left .content h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
#userlogin .left .content p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 1rem;
}
#userlogin .left .content p.smallinfo {
    font-size: 0.8rem;
    opacity: 0.8;
}
#userlogin .left .content .notes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 0.8rem;
    margin-bottom: 10px;
    margin-left: -11px;
    margin-right: -11px;
}
#userlogin .left .content .notes a {
    text-decoration: none;
    color: #e31837;
    font-size: 0.8rem;
    font-weight: bold;
}
#userlogin .left .content .notes .remember {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#userlogin .left .content .notes .remember span {
    display: inline-block;
}
#userlogin .left .content .notes .remember input {
    margin-right: 5px;
}
#userlogin .left .content .submit {
    margin-bottom: 5px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
#userlogin .left .content .submit label {
    width: 100%;
}
#userlogin .left .content .submit label input {
    border: 0;
    background-color: #e31837;
    /* border: 2px solid #aa3f24; */
    color: #fdfdfd;
    padding: 10px 25px;
    /* border-radius: 0.3rem; */
    font-size: 0.8rem;
    cursor: pointer;
    width: 100%;
}
#userlogin .left .content .submit label input#signup {
    border: 2px solid #26305f;
    background-color: #26305f;
}
#userlogin .right {
    width: calc(100% - 50%);
    color: #fdfdfd;
    position: relative;
}

@media (max-width : 1050px) {
  #userlogin .right .slider .slide {
    padding: 25px;
  }
}
#userlogin .right .slider .slide-img-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}
#userlogin .right .slider .slide-img-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 48, 48, 0.8);
    z-index: -1;
}
#userlogin .right .slider .slide-img-content {
    z-index: 10;
    margin-top: 25px;
    height: auto;
    margin-left: auto;
}
#userlogin .right .slider .slide-img-content img {
    max-height: 35vh;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0.3rem;
    overflow: hidden;
}
#userlogin .right .slider .slide-title {
    margin-top: 0;
    margin-bottom: 25px;
    z-index: 100;
    text-transform: uppercase;
    color: #fdfdfd;
    text-align: right;
}
#userlogin .right .slider .slide-title h3 {
    font-size: 1.8rem;
    text-align: right;
}
@media (max-width : 1050px) {
  #userlogin .right .slider .slide-title h3 {
    font-size: 1.4rem;
  }
}
#userlogin .right .slider .slide-description p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: right;
}
@media (max-width : 1050px) {
  #userlogin .right .slider .slide-description p {
    font-size: 0.8rem;
  }
}
@media (max-width : 550px) {
  #userlogin {
    flex-direction: column;
  }
  #userlogin .left, #userlogin .right {
    width: 100%;
  }
}
#userlogin .slider-pagination {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 25px;
    bottom: 5px;
    width: 100%;
    height: 50px;
    z-index: 50;
    cursor: pointer;
    border-radius: 0.3rem;
    overflow: hidden;
}
#userlogin .slider-pagination li {
    width: 100px;
    height: 2px;
    background-color: rgba(198, 207, 216, 0.5);
}
#userlogin .slider-pagination li.active {
    background-color: rgba(170, 63, 36, 0.8);
    height: 10px;
}

/** modal added */
.forgotmodal {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%) scale(0.8);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #c6cfd8;
    color: #252030;
    z-index: 100;
    width: 350px;
    overflow: hidden;
    border-radius: 0.3rem;
    box-shadow: 5px 5px 25px #252030;
}
.forgotmodal.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
@media (max-width : 550px) {
  .forgotmodal {
    max-width: 280px;
  }
}
.forgotmodal a.btn {
    background-color: #aa3f24;
    color: #fdfdfd;
    padding: 10px 15px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-top: 15px;
    width: 100%;
}
.forgotmodal #closemodal {
    align-self: flex-end;
    margin-bottom: 25px;
    color: #26305f;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 700;
}
.forgotmodal label {
    width: calc(100% - 50px);
    margin: 0 auto;
}
.forgotmodal label input {
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0.3rem;
    border: 0;
    color: #252030;
}
.forgotmodal p {
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-bottom: 15px;
}
.forgotmodal p.info {
    font-size: 0.9rem;
    color: #aa3f24;
    text-align: left;
    margin-bottom: 0;
}
.forgotmodal p.info.pos {
    color: #26305f;
}

.right {
    background-image: url(../images/mahindra_worli.png), linear-gradient(#dc3545,#dc3545);
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
}

.mrise_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin: 0px auto;
    transform: translateX(-50%);
    width: 248px;
}

.left form {
    width: 100%;
    margin: 0px;
    /* margin: -1px 0; */
    padding: 30px 150px;
    background-color: #fff;
    box-shadow: 0px -1px 13px 2px rgb(146 146 146 / 76%);
    -webkit-box-shadow: 0px -1px 13px 2px rgb(191 191 191 / 76%);
    -moz-box-shadow: 0px -1px 13px 2px rgba(146, 146, 146, 0.76);
}

.cre-input input {
    border: 1px solid #c7c3c3;
    height: 40px;
    width: 100%;
    margin: 10px auto;
}

.sso-login {
    color: #000;
    border-bottom: 1px solid #000;
    margin-left: 85px;
    font-weight: 600;
}


input#remember {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

label.remember {
    position: relative;
    cursor: pointer;
}

label.remember:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e31837;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

label.remember span {
    font-weight: 600;
}

.notes input:checked + label.remember:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #e31837;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

input#captcha {
    font-size: 12px;
}

.CaptchaWrap {
    position: relative;
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}

#CaptchaImageCode {
    top: -47px;
    position: absolute;
    text-align: center;
    /* margin-top: 15px; */
    padding: 0px 0;
    width: 130px;
    overflow: hidden;
    right: 10px;
}

.capcode {
    font-size: 20px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Saira-Regular' !important;
    font-weight: 100;
    font-style: italic;
}

.ReloadBtn {
    background: url(../images/update-64.png) left top no-repeat;
    border-bottom: none !important;
    background-size: 100%;
    width: 15px !important;
    height: 15px !important;
    border: 0px !important;
    outline: none;
    position: absolute;
    bottom: 17px;
    right: -8px;
    outline: none;
    cursor: pointer;
}

.user-box {
    position: relative;
}

.update_icon, .delete_icon {
    cursor: pointer;
}
/*custom select dropdown*/
.wrap {
width: 320px;
max-width: 400px;
position: relative;
left: 100%;
top: 30%;
transform: translate(-50%,-30%);
}



.select {
cursor: pointer;
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
width: 100%;
height: 40px;
}



.wrap select {
display: none;
}

.custom-select {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
color: #000000;
padding: 8px 15px;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}



.custom-select:after {
content: "";
width: 0;
height: 0;
border: 7px solid transparent;
border-color:#000000 transparent transparent transparent;
position: absolute;
top: 16px;
right: 10px;
transform: rotateZ(0deg);
transition: all 0.5s;
transform-origin: 50% 25%;
}



.custom-select:active, .custom-select.active {
background-color: #fff;
color: #9E9E9E;
}



.custom-select:active:after, .custom-select.active:after {
transform: rotateZ(180deg);
transition: all 0.5s;
transform-origin: 50% 25%;
}



.custom-select:focus{
outline: 2px;
}



.select-options {
max-height: 200px;
width: 320px !important;
overflow-y: auto;
display: none;
position: absolute;
top: 45px !important;
right: 0;
left: 0;
z-index: 999;
margin: 0;
padding: 0;
list-style: none;
background-color: #a7a9ac !important;
border-radius: 0px 0px 5px 5px;
visibility: inherit !important;
opacity: inherit !important;
}



.select-options li {
color: #424242;
margin: 0;
padding: 12px 10px !important;
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
padding-left: 15px;
}



.select-options li:hover {
color: #424242;
background: #fff;
}



.select-options li[rel="hide"] {
display: none;
}



::-webkit-scrollbar {
width: 5px;
background-color: grey;
border-radius: 0 0 5px 0;
}
::-webkit-scrollbar-thumb {
border-radius: 0px;
background-color: #000;
}


.down-icon{
    position: absolute !important;
    right: 10px !important;
    top: 35px !important;
    z-index: 0 !important;
}

.select2-dropdown {
       overflow-y: inherit !important;
}

.select2-results ul {
    max-height: 150px;
    overflow-y: auto;
}

/*table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    font-family: 'Font Awesome 5 Pro' !important;
    right: 1em !important;
    content: "" !important;
    font-size: 14px !important;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    font-family: 'Font Awesome 5 Pro' !important;
    right: 1em !important;
    content: "" !important;
    font-size: 14px !important;
}*/
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    right: 0.4em !important;
    bottom: 0;
    content: url('../images/down-arrow.png') !important;
    /* top: 5px;
    position: absolute; */
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    right: 0em !important;
    bottom: 0;
    content: url('../images/up-arrow.png') !important;
    /* top: 5px;
    position: absolute; */
}
.loginuser{
    color: white;
    margin-right: 10px;
} 

.textcaps{
	text-transform: uppercase;
}
.textsmall{
	text-transform: lowercase;
}
.hideid{
   display:none;
}

.error{
	color:red;
	margin-left:10px;
}

.cust_width {
	width: inherit !important;
}

.info-icon {
	cursor: pointer;
    color: #e31837;
}

.tooltip-inner {
    background-color: #e31837 !important;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #e31837 !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #e31837 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #e31837 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #e31837 !important;
}

#datatable_wrapper {
	overflow-y: auto;
}

.btn-group {
	margin-bottom: 5px;
}

.dataTables_info {
	float: left;
}

.dataTables_paginate {
	float: right;
	margin-bottom: 5px !important;
}

.login-submit {
	font-weight: 600;
    color: #fff;
    padding: 5px;
    border: 1px solid #e31837;
    background-color: #e31837;
}

/* .dataTables_scroll
{
    overflow:auto;
} */

.update-button-btn{
	font-family: 'Saira-Regular' !important;
    font-size: 14px;
    padding: 11px 47px;
    background-color: green;
    color: #fff;
    border-radius: 0;
}
/*
span.select2-container {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: 97% 55%;
    background-size: 15px;
    padding-right: 50px;
}*/
 
.excl_dnld_btn {
	border-radius: 0;
    font-size: 14px;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.excl_upld_btn {
	background-color: #e31837;
    border-radius: 0;
    font-size: 14px;
    border-color: #e31837;
}

#example_wrapper {
	overflow-y: auto;
}

.phase_btn {
	font-family: 'Saira-Regular' !important;
    font-size: 14px;
    padding: 11px 30px;
    background-color: #e31837;
    color: #fff;
    border-radius: 0;
}

/* checkbox css */
@keyframes draw-checkmark {
    0% {
      height: 0;
      width: 0;
      transform: translate3d(-0.5rem, 0.5rem, 0) rotate(135deg);
    }
    50% {
      height: 0.5rem;
      width: 0;
      transform: translate3d(-0.5rem, 0, 0) rotate(135deg);
    }
    100% {
      height: 0.5rem;
      width: 0.8125rem;
      transform: translate3d(0.0625rem, -0.5625rem, 0) rotate(135deg);
    }
  }
  .checkbox {
    margin: 0.5rem 0;
    display: flex;
    cursor: pointer;
  }
  .checkbox__input {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
    position: absolute;
  }
  .checkbox__input:checked ~ .checkbox__box {
    background-color: LightSlateGray;
    border: 1px solid LightSlateGray;
  }
  .checkbox__input:checked ~ .checkbox__box::after {
    animation: draw-checkmark 200ms cubic-bezier(0.4, 0, 0.23, 1);
    width: 0.8125rem;
    height: 0.5rem;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: translate3d(0.0625rem, -0.5625rem, 0) rotate(135deg);
  }
  .checkbox__box {
    margin-top: 0.3rem;
    position: relative;
    display: block;
    /* float: left; */
    margin-right: 0.5rem;
    min-height: 1.2rem;
    min-width: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid grey;
    transition: background 150ms ease-in-out;
  }
  .checkbox__box::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 0px;
    left: 10px;
    background: transparent;
    position: absolute;
    transform-origin: 0% 100%;
    border-right: 2px solid transparent;
    border-top: 2px transparent;
  }
  .checkbox__label {
    display: inline-block;
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #dcd4d4;
  }

  .note_color {
    color: #e31837;
    font-weight: 600;
  }

  .file-upload .file-upload-select {
	display: flex;
    color: #fff;
    cursor: pointer;
    text-align: left;
    background: #8a8b8c;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    width: 350px;
}
.file-upload .file-upload-select .file-select-button {
	background: #e31837;
	padding: 10px;
	display: inline-block;
}
.file-upload .file-upload-select .file-select-name {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    display: inline-block;
    padding: 10px;
}
.file-upload .file-upload-select:hover .file-select-button {
	background: #324759;
	color: #ffffff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-upload-select input[type="file"] {
	display: none;
}

.button_parent {
	display: flex;
	justify-content: space-between;
}

.dwnld_btn {
	font-family: 'Saira-Regular' !important;
    font-size: 14px;
    padding: 7px 47px;
    background-color: #dc3545;
    color: #fff;
    border-radius: 0;
    border: 1px solid #dc3545;
}

.upld_btn {
	font-family: 'Saira-Regular' !important;
    font-size: 14px;
    padding: 7px 47px;
    background-color: #198754;
    color: #fff;
    border-radius: 0;
    border: 1px solid #198754;
}

#search {
	margin-top: 22px;
}
