@font-face {
    font-family: "Quicksand-Bold";
    src: url("../Fonts/Quicksand-Bold.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Quicksand-Light";
    src: url("../Fonts/Quicksand-Light.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Quicksand-Medium";
    src: url("../Fonts/Quicksand-Medium.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

@font-face {
    font-family: "Quicksand-Regular";
    src: url("../Fonts/Quicksand-Regular.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
}

* {
    padding: 0;
    margin: 0;
}
body {
    font-family: Quicksand-Regular !important;
}

table, select, ol{
    font-family: Quicksand-Regular !important;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99beff !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #99beff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #99beff;
}
a:hover {
    text-decoration: none !important;
}
/* Edit Model Css */
.jconfirm-box {
    font-family: Quicksand-Regular !important;
    border-radius: 0px !important;
    padding: 15px 5 0px !important;
    border-radius: 10px !important;
    border: 1px #959595 solid !important;
}

.jconfirm-title {
    font-family: Quicksand-Regular !important;
    color: #585858;
    margin-top: 15px !important;
}

.jconfirm-box .jconfirm-buttons button {
    font-family: Quicksand-Regular !important;
    font-weight: 500 !important;
}

.jconfirm-box .jconfirm-buttons button:hover {
    outline: none !important;
}

.jconfirm-type-default .jconfirm-buttons {
    width: 100%;
    text-align: center !important;
}
.jconfirm-type-default .jconfirm-buttons button {
    border-radius: 20px !important;
    padding: 10px 25px !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}

.jconfirm-type-default .formName label {
    color: #585858 !important;
    font-size: 14px;
    font-weight: 600;
}
.jconfirm-type-default .formName .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
    transform: none;
}
.jconfirm-type-default .formName .form-control:focus::placeholder {
    font-weight: 400;
}

/* MOBILE TEXT DYNAMIC */

.mbl-container {
    position: relative;
    display: inline-block;
}
img.mbl-logo-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    width: 90px;
}
.mbl-txt {
    position: absolute;
    top: 70px;
    left: 20px;
}

.half-mobHolder {
    position: absolute;
    right: 0;
    top: -12px;
    margin-right: 40px;
}

.mbl-txt span {
    background: #3f48cc;
    color: white;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px;
    align-items: center;
}
p.vfin-txt {
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0px 4px 0;
}
p.admin-txt {
    margin: 0;
    color: #757575;
    font-size: 12px;
}
/* END MOBILE TEXT DYNAMIC */

.jconfirm-title .form-group span,
input {
    font-family: Quicksand-Regular !important;
}

.jconfirm-box .jconfirm-buttons button.btn {
    font-family: Quicksand-Regular !important;
    font-size: 16px !important;
    width: 140px !important;
    box-shadow: none !important;
    line-height: 27px !important;
    border-radius: 40px !important;
    text-align: center !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 0px 20px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
}

.jconfirm-box .jconfirm-buttons button.btn.btn-danger,
.jconfirm-box .jconfirm-buttons button.btn.btn-red {
    color: red !important;
    border: 2px solid red !important;
}

.jconfirm-box .jconfirm-buttons button.btn.btn-default {
    color: #808080 !important;
    border: 2px solid #808080 !important;
}
.jconfirm-box .jconfirm-buttons button.btn.btn-blue {
    color: #16b316 !important;
    border: 2px solid #16b316 !important;
}

/* End Edit Model Css */

.admin-page {
    background-image: url(img/admin-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    background-position-y: -110px;
}
.admin-page form {
    background: white;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    box-shadow: 0 5px 10px lightgrey;
    position: absolute;
    width: 500px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -250px;
}

.popout {
    animation: popout 1s ease;
    -webkit-animation: popout 1s ease;
}

@keyframes popout {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.admin-page form h3 img {
    max-width: 210px;
    width: 100%;
}
.admin-page form h3 {
    position: absolute;
    top: -70px;
    left: 8%;
    font-weight: 300;
    font-size: 36px;
    color: white;
}
.admin-page form label {
    font-weight: 400;
    color: black;
    font-size: 22px;
}
.form-input input[type="text"],
.form-input input[type="password"] {
    border-color: #99beff;
    min-height: 60px;
    margin-top: 30px;
    color: black;
    border-radius: 10px !important;
    padding-left: 75px;
    font-size: 18px;
}
#NewsFeed,
#oldfeed {
    padding-bottom: 0px;
}

#NewsFeed .News-feed,
#oldfeed .News-feed {
    padding-left: 30px;
}


.no-data-section {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #c8c8c8;
    margin: 130px auto 0 auto;
}
.no-data-section span{
    display: block;
    position: relative;
    top: -50px;
    background: white;
    padding: 0 20px;

}
.no-data-section h3{
    color: #132749;
    font-size: 24px;
    font-weight: 600;
    padding-left: 0;
    position: relative;
    top: -20px;
}
.no-data-section span img{
    max-width: 100px;
}
.proceed-btn {
    max-width: 200px;
    min-height: 53px;
    border-radius: 50px;
    background: #5a77ff;
    color: white;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border: 0;
    margin: auto;
    display: block;
    margin-top: 40px;
}
.form-input.input1 {
    position: relative;
}
.form-input.input1::before {
    content: url(img/envelope-icon.png);
    position: absolute;
    top: 17px;
    left: 20px;
}
.form-input.input2 {
    position: relative;
}

.form-input.input2::before {
    content: url(img/pass-icon.png);
    position: absolute;
    top: 12px;
    left: 20px;
}

.edit_ span {
    position: relative;
}
.edit_ span i {
    position: absolute;
    right: 0;
    cursor: pointer;
    margin: 4px 10px 0px 0px;
    font-size: 13px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-input.input2 {
    position: relative;
}
.form-input.input2 a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fa5a91;
    font-weight: 500;
}

.form-input input[type="text"]:focus {
    box-shadow: none !important;
}
/* 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
} */

h4.alert-admin {
    position: absolute;
    bottom: -70px;
    background: #ff6969;
    width: 100%;
    left: 0;
    padding: 15px;
    border-radius: 10px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.error-container h4:nth-child(2) {
    bottom: -126px;
}

/*admin bar*/

.notification-content {
    color: #000 !important;
}
.navrezeets.navbar {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1020;
    background-color: rgb(255 255 255) !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 15%);
}
.navrezeets .navbar-nav li {
    margin-right: 30px;
}
.navrezeets .navbar-nav li a {
    color: white !important;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}
.navbar-nav li:last-child {
    margin-left: 0px;
    margin-right: 0;
    cursor: pointer;
}
.left-bar {
    height: 116vh;
    overflow-y: scroll;
    padding-top: 70px;
    padding-bottom: 50px;
    position: fixed;
    width: 24%;
    background: white;
}
.left-bar h3 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 10px 20px 20px 20px;
    background: white;
    text-align: left;
}

.active-user{
    background: #c1c4cb;
}

.empty-ul-list-p {
    padding-top: 10px;
}
.left-bar-list ul:last-child {
    padding: 0px 20px 80px 20px;
}
.list-unstyled{
    margin-bottom: 0px !important;
}

.left-bar-list h4 {
    color: black;
    font-size: 18px;
    padding: 5px 20px;
    background: #e5e6f4;
    margin: 0;
    font-weight: 400;
}

.left-bar-list ul li:last-child {
    border-bottom: none;
}

.left-bar-list li {
    display: flex;
    position: relative;
    border-bottom: 1px lightgrey solid;
    padding: 20px;
}
.left-bar-list li .dropdown .dropdown-toggle::after {
    content: "\2807";
    border: 0 !important;
    font-size: 25px;
    color: #5a77ff;
}
.left-bar-list ul li p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #132749;
    text-transform: capitalize;
}
.left-bar-list ul li span {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    display: block;
}
.left-bar-list ul li imager {
    /* background: #f8a324; */
    background: linear-gradient(131deg, rgba(2, 0, 36, 1) 0%, rgb(227 148 160) 0%, rgba(241, 183, 161, 1) 80%);
    font-size: 12px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 40px;
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 6px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 30px;
    line-height: 1;
}
.left-bar-list ul li p {
    margin-bottom: 0;
    width: 100%;
}
.left-bar-list ul li a.dropdown-item {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    width: 16px;
    overflow: hidden;
}
.left-bar-list .user-link-a {
   width: 100%;
   display: contents;
}
.left-bar-list ul .dropdown-menu {
    border-radius: 0;
}
.left-bar-list ul .dropdown-menu .dropdown-item {
    position: static;
    transform: none;
    top: 0%;
    width: 100%;
}
.navrezeets .navbar-nav li:nth-child(2) a.nav-link {
    position: relative;
}
.notify-count {
    position: absolute;
    background: #fa5a91;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    font-weight: bold;
    line-height: 19px;
    right: 0;
    top: 0;
}
.profile-banner {
    /* background-image: url(img/8-bg-image.png); */
    background: white;
    background-size: cover;
    height: 145px;
    margin-top: 70px;
    position: relative;
    z-index: 9;
}
.profiler {
    width: 120px;
    height: 104px;
    background: #edeff2;
    color: #3f48cc;
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 106px;
    margin-right: 15px;
}
.profile-detail {
    padding: 22px;
    display: flex;
    border-bottom: 12px #eae9e9 solid;
}
.pro-name {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}
.pro-name p {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.pro-name span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.pro-name email {
    color: #000;
    /* opacity: 0.5; */
    font-size: 14px;
    font-weight: 500;
}
.half-mob {
    position: absolute;
    right: 35px;
    bottom: -2px;
}
.pos-fixed-banner {
    position: absolute;
    max-width: 79%;
    margin-left: 21%;
    background-color: #f4f4f4;
}

.right-bar-3 {
    /* margin-top: 285px; */
    /* border-left: 1px #eceaea solid;
    box-shadow: rgb(0 0 0 / 9%) 0px 10px 20px, rgb(0 0 0 / 9%) 0px 0px 2px; */
    background: #f4f4f4;
    padding-top: 207px;
}
.create-nav {
    background-color: #fff;
}
.right-bar .nav {
    padding-bottom: 35px;
    padding-top: 30px;
    border-bottom: 1px #eceaea solid;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 7%) 0px 14px 28px, rgb(0 0 0 / 7%) 0px 10px 10px;
}
.right-bar .create-nav {
    padding: 15px 10px;
    border-radius: 5px;
}
.right-bar ul li a {
    color: #132749;
    font-size: 14px;
    font-weight: 500;
}
.right-bar ul li:first-child {
    color: #132749;
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
}
.right-bar .create-nav li > img {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 22px;
}
.right-bar .create-nav li.nav-item {
    width: 100%;
    margin-bottom: 5px;
}
.create-nav .right-bar-heading {
    margin-bottom: 20px;
}
.create-nav li.nav-item a {
    background-image: url(img/right-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.create-nav li.nav-item a.add-icon{
    background-image: url(img/add-icon.svg);
    background-size: 22px;
}

.right-bar .create-nav li img a {
    padding: 0 15px;
}
.right-bar ul li:last-child a {
    color: #3f48cc;
    font-size: 14px;
    font-weight: 500;
}
.create-nav li:last-child a {
    color: #132749 !important;
    font-size: 14px;
    font-weight: 500;
}
.middle-bar {
    margin-top: 230px;
}
.News-feed h4, .News-feed-1 h4 {
    font-size: 16px;
    color: #808080;
    margin-bottom: 25px;
    margin-top: 10px;
}
.user-reciept {
    display: block;
    border-bottom: 1px lightgrey solid;
    padding-bottom: 50px;
    margin-bottom: 25px;
}
.user-img {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background: linear-gradient(131deg, rgba(2, 0, 36, 1) 0%, rgb(227 148 160) 0%, rgba(241, 183, 161, 1) 80%);
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    float: left;
    overflow: hidden;
}
.user-name-detail {
    margin-left: 10%;
    min-height: 50px;
}
.user-name-detail p {
    font-size: 14px;
    color: #132749;
    font-weight: 500;
    margin-bottom: 0;
}
.user-name-detail p span {
    font-size: 14px;
}
.receipt-img {
    /* max-width: 280px;
    height: 280px;
    overflow: hidden;
    float: left; */
    max-width: 40%;
    overflow: hidden;
    flex: 0 0 40%;
}
.receipt-img .fancybox img {
    border-radius: 10px;
}
.script-history {
    /* overflow: hidden;
    margin-top: 30px; */
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.history-total {
    /* display: inline-block;
    padding-left: 35px; */
    display: flex;
    padding-left: 35px;
    max-width: 60%;
    flex: 0 0 60%;
    flex-direction: column;
    padding-right: 35px;
}
.history-total .ele-section {
    margin-bottom: 10px;
    font-size: 14px;
    color: #5a77ff;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.history-total div span {
    min-height: 25px;
    display: inline-flex;
}
.history-total .ele-section div {
    display: inline-block;
    font-family: Quicksand-Regular;
}
.history-total .ele-section div:nth-child(1) {
    min-width: 140px;
}

.history-total .ele-section div span i {
    margin-left: 5px;
    line-height: 1.3;
}
.history-total div:nth-child(1) > span {
    border-bottom: 1px dashed #c3b9b9;
    color: #c3b9b9;
}
.history-total div:nth-child(2) {
    font-size: 14px;
    color: #ff407e;
    padding: 3px 0;
    min-width: 170px;
}
.history-total .ele-section div:nth-child(2){
    border: 1px #d1d1d1 solid;
    min-width: 230px;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 3px 24px;

}
.history-total .ele-section div:nth-child(2) span{
    display: flex;
    min-height: auto;
    color: #557db9;
    font-weight: 600;
}
.choose-filer {
    width: 100%;
    padding: 0 15px;
}
.user-pic img {
    width: 55px;
    height: 55px;
    border-radius: 40px;
    background-color: grey;
    margin-right: 15px;
}
.user-pic form {
    margin-top: 20px;
}
.choose-filer h3 {
    color: #132749;
    font-size: 20px;
    font-weight: 500;
}
.user-pic .form-group label {
    color: #3f48cc;
    font-size: 14px;
    font-weight: 600;
}
li.parsley-type {
    color: red;
    list-style: none;
}
.user-pic ::-webkit-input-placeholder {
    color: #b7b7bd !important;
}
.user-pic ::-moz-placeholder {
    color: #b7b7bd !important;
}
.user-pic :-ms-input-placeholder {
    color: #b7b7bd !important;
}
.user-pic :-moz-placeholder {
    color: #b7b7bd !important;
}
.user-pic .form-group input {
    border-color: #99beff;
    color: #83848e !important;
    font-weight: 500;
}
/* .user-pic .form-group input:focus {
    box-shadow: none;
} */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.create-btn {
    color: white;
    font-size: 14px;
    font-weight: 500;
    background: #3f48cc;
    border: none;
    padding: 5px 30px;
    border-radius: 40px;
    float: right;
    margin-bottom: 30px;
    margin-top: 16px;
}
.create-btn:hover{
    color: white;
}
.user-pic .form-group select {
    color: #b7b7bd;
    font-weight: 500;
}
button:focus {
    outline: none;
}
.navbar-light .navbar-toggler {
    border: none;
}
.click-slider:focus,
.click-slider:hover {
    color: #232222 !important;
}
.click-slider {
    margin-left: 42px;
    margin-top: 5px;
    color: #232222 !important;
}
.user-pic .form-group select:focus {
    box-shadow: none;
}
/* .middle-bar .tab-content {
    padding-top: 10px;
} */
.middle-bar .tab-content {
    padding-top: 30px;
}
.middle-bar .nav-tabs {
    width: 100%;
    margin: auto;
    border: 0;
    display: inherit;
    text-align: center;
    position: relative;
}
.middle-bar .nav-tabs .nav-item {
    display: inline-block;
}
/* .middle-bar .nav-tabs .nav-item:nth-child(3){
    position: absolute;
    right: 0;
    z-index: 1;
} */
.middle-bar .nav-tabs .nav-item .btn {
    font-size: 16px;
    color: #16b316;
    width: 140px;
    background: white;
    box-shadow: none;
    margin-left: 55px;
    line-height: 27px;
    border-radius: 40px;
    text-align: center;
    border: 2px solid #16b316;
    font-weight: 700;
    padding: 0px 20px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.middle-bar .nav-tabs .nav-item .btn.export{
    border: 0px solid #16b316!important;
    width: auto;
    margin-left: 0;
    padding: 0px 0px;
    outline: 0!important;
    box-shadow: none!important;
}
.middle-bar .nav-tabs .nav-item .btn.export .fa{
    font-size: 15px;
    color: #16b316;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.middle-bar .nav-item a > span{
    width: 23px;
    height: 23px;
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
    position: relative;
    top: -2px;
}
.middle-bar .nav-item a > span.history-badge{
    background: #37c7a3;
}
.middle-bar .nav-item a > span.new-badge{
    background: #007bff;
}
.middle-bar .nav-item a.nav-link {
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #bdbdbd;
    border: 0;
    padding: 5px;
    margin: 0 15px;
    border-bottom: 2px transparent solid;
    transform: none !important;
}
.middle-bar .nav-item a.nav-link.active {
    color: black;
    border-bottom: 2px black solid;
}
.middle-bar .nav-item a.nav-link.activelink {
    color: black;
}

.mr-top-1{
    margin-top: 1%;
}

.vertical-direction ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.vertical-direction .stroke-height {
    width: 2px;
    height: 100%;
    background: #fa5a91;
    position: absolute;
    top: 0px;
    left: 14px;
    z-index: -1;
}

.vertical-direction ul li {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    position: relative;
}
.vertical-direction ul li:before {
    content: "";
    background-color: #d1d1d1;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 7px;
    top: 0px;
    z-index: -9;
}
.vertical-direction ul li:last-child:before {
    display: none;
}
.vertical-direction .check-div {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50px;
    color: white;
    text-align: center;
    line-height: 10px;
    margin-right: 15px;
    font-weight: bolder;
    font-size: 10px;
}

.input-p {
    width: 70%;
}
.vertical-direction .second-check-cntnt {
    max-width: 500px;
    width: 100%;
}

/*-----NOTIFICATION CSS */
.notifi_pbox {
    width: 332px;
    height: auto;
    background: #fff;
    border: 1px solid #c8ccd0;
    position: absolute;
    top: 47px;
    z-index: 999;
    display: none;
    left: -100%;
    margin-left: -124px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.notifi_pbox:before {
    content: "";
    position: absolute;
    left: 42%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8e8e8;
    clear: both;
}

.angle_top {
    max-height: 400px;
    overflow: auto;
}

.notifi_pbox .notifi_info {
    border-bottom: 1px solid #c8ccd0;
    padding: 10px;
    min-height: 52px;
    width: 100%;
    float: left;
}
.notifi_pbox a:last-of-type .notifi_info {
    border-bottom: 1px solid transparent;
}

.notifi_pbox .notifi_info .imgU {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
}

.notifi_pbox .notifi_info .imgU {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}
.n_letter {
    /* background: #f8a324; */
    background: linear-gradient(131deg, rgba(2, 0, 36, 1) 0%, rgb(227 148 160) 0%, rgba(241, 183, 161, 1) 80%);
    font-size: 12px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 400;
    float: left;
}

.notifi_pbox .notifi_info a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.notifi_pbox .notifi_info p {
    color: #000000 !important;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    text-align: left;
    line-height: 20px;
    margin-bottom: -2px;
}
.notifi_info.unread {
    background: #fff;
}
.notifi_info.unread p {
    font-weight: 600;
}
.angle_top.left-bar {
    height: auto !important;
    width: 100% !important;
    position: static !important;
    padding: 0px !important;
    background: #fff !important;
}

.notifi_info.read {
    background: #fff;
}
.notifi_info.read p {
    font-weight: 400;
}
.notifi_pbox .notifi_info p a {
    font-weight: 400;
}
.notifi_info .like_time {
    color: #9b9b9b !important;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 400;
    float: right;
}
.notifi_btn {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.notifi_btn a {
    font-size: 14px;
    color: white;
    width: 140px;
    height: 38px;
    background: #5a77ff;
    box-shadow: 0 2px 5px lightgrey;
    display: inline-block;
    line-height: 38px;
    border-radius: 40px;
    text-align: center;
    border: 0;
}
/*-----END NOTIFICATION CSS */

.vertical-direction .second-check-cntnt p {
    margin: 0;
    padding-bottom: 0px;
}
.vertical-direction .blue-name {
    color: #ea8395;
    font-weight: 00;
    font-size: 14px;
}
.vertical-direction .black-name {
    color: black;
    font-weight: 500;
    font-size: 13px;
}
.vertical-direction .approval-date {
    color: #64d97f;
    font-size: 14px;
    margin-left: 3px;
    font-weight: 600;
}
.vertical-direction .grey-name {
    color: #ea8395;
    font-size: 14px;
    font-weight: 500;
}
.vertical-direction .approve-request {
    color: black;
    font-size: 13px;
    font-weight: 500;
}
.price-changed {
    color: grey;
    font-size: 14px;
    font-weight: 500;
}

.second-check-cntnt input {
    border-color: #99beff;
    color: #3f48cc !important;
    font-weight: 500;
    margin-top: 5px;
    transform: none !important;
    box-shadow: none !important;
    font-weight: 400 !important;
}

.approve-reject-btn {
    margin-top: 0px;
}
.approve-reject-btn a {
    font-size: 16px;
    color: #16b316;
    width: 140px;
    /* height: 38px; */
    /* background:#5a77ff; */
    box-shadow: none;
    display: inline-block;
    margin-left: 55px;
    line-height: 27px;
    border-radius: 40px;
    text-align: center;
    border: 2px solid #16b316;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 20px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.approve-reject-btn a:nth-child(2) {
    /* background:#fa5a91;  */
    border: 2px solid red;
    color: red;
    font-weight: 700;
}
.edit-delete-popup ul {
    min-width: 145px;
    display: inline-block;
    background: white;
    box-shadow: -1px 2px 5px grey;
    padding-bottom: 0;
    padding-top: 25px;
    height: 119px;
}
.edit-delete-popup {
    display: none;
}
.edit-delete-popup ul li {
    display: block;
    padding: 0px 0 0 0;
    position: static;
    border: 0;
}
.edit-delete-popup ul li a {
    color: black;
    padding: 5px 0px;
    font-weight: 500;
    display: block;
    position: static;
}
.edit-delete-popup {
    position: absolute;
    top: 60px;
    z-index: 9;
    right: 0;
    text-align: left;
}

.deaprtemnt-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.department-modal .modal-title {
    width: 100%;
    font-size: 14px;
}
.department-modal .modal-header {
    padding: 10px;
    text-align: center;
    border: 0;
}
.department-modal input {
    border-color: #99beff;
    color: #3f48cc !important;
    font-weight: 500;
}

.department-modal label {
    color: #3f48cc;
    font-size: 14px;
    font-weight: 600;
}
.department-modal .modal-footer {
    border: 0;
    padding-top: 0;
}
.department-modal select {
    color: #99beff;
    font-weight: 500;
    border-color: #99beff;
}
.department-modal .modal-footer {
    justify-content: center;
}
.department-modal .modal-footer button {
    color: white;
    font-size: 14px;
    font-weight: 500;
    background: #3f48cc;
    border: none;
    padding: 5px 30px;
    border-radius: 40px;
}
.right-bar a.handle {
    display: none;
}
/*scrollbar*/
.left-bar::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.left-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.left-bar::-webkit-scrollbar-thumb {
    background: #c2c9d1;
}

/* Handle on hover */
.left-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form-input input[type="password"]:focus {
    box-shadow: none;
}
/*admin bar*/

.drop-deparment h4 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}
.drop-deparment {
    background: whitesmoke;
    padding: 15px;
    display: none;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    opacity: 0;
}
.drop-deparment {
    background: whitesmoke;
    padding: 15px;
    box-shadow: 0px 1px 5px -3px;
}
.department-div label {
    color: #3f48cc;
    font-size: 14px;
    font-weight: 600;
}
.department-div select {
    color: #99beff;
    font-weight: 500;
    border-color: #99beff;
}
.hide-show {
    display: block;
    height: auto;
    overflow: visible;
    opacity: 1;
}
.click-slider {
    display: none;
}

@media only screen and (max-width: 991px) {
    .click-slider {
        display: block;
    }
    .left-bar {
        width: 0;
        transition: width 0.3s ease-in-out;
        z-index: 1;
    }
    .left-bar.left-right-slide {
        width: 250px;
    }
    .pos-fixed-banner {
        max-width: 100%;
        margin-left: 0;
    }
    .none-responsive {
        display: none;
    }
    .click-slider {
        color: white;
        position: fixed;
        right: 100px;
        font-size: 25px;
        top: 12px;
    }
    .jconfirm-box {
        width: 50% !important;
    }
    .notify-count {
        left: 0 !important;
    }
    .notifi_pbox:before {
        margin-left: -1px;
        left: 0 !important;
    }
    .right-bar a.handle {
        display: none;
    }
    .col-sm-9.pos-fixed-banner {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav li:last-child {
        margin-left: 0;
    }
    .navrezeets .navbar-nav li:nth-child(2) a.nav-link::after {
        right: auto !important;
        left: 14px !important;
    }
    .profile-detail profiler img {
        width: 100% !important;
        height: 100% !important;
    }
    .notifi_pbox {
        left: 13%;
        top: 50px;
    }
    .arrow_notifi {
        left: 1%;
    }
}
@media only screen and (max-width: 580px) {
    .right-bar ul li a,
    .right-bar ul li:last-child a {
        font-size: 12px;
    }
    .create-nav .nav-item {
        height: 50px !important;
    }
    .right-bar .nav {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .user-name-detail p {
        font-size: 14px;
    }
    .user-img {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .user-name-detail {
        margin-left: 15%;
    }
    .history-total p {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .approve-reject-btn a {
        margin-left: 0;
        margin-bottom: 15px;
        display: block;
        width: 100%;
    }
    .choose-filer {
        width: 100%;
    }
    .create-btn {
        float: left;
    }
    .half-mob {
        width: 30%;
        right: 7px;
    }
    profiler {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .pro-name p {
        font-size: 14px;
    }
    .profile-banner {
        height: 115px;
    }
    .right-bar-3,
    .middle-bar {
        margin-top: 212px;
    }
    .middle-bar .nav-item a.nav-link {
        font-size: 13px;
    }
    .middle-bar .nav-item a.nav-link.active {
        font-size: 13px;
    }
    .middle-bar .nav-item a.nav-link {
        margin: 0 8px;
    }
    .News-feed h4 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .history-total p span:nth-child(2) {
        width: 100%;
    }
    .navbar-brand img {
        width: 150px !important;
    }
    .click-slider {
        color: white;
        position: fixed;
        left: 190px;
        top: 14px;
    }
}
@media only screen and (max-width: 540px) {
    .right-bar-3 {
        margin-top: 0px;
    }
    .right-bar-3 .right-bar {
        position: fixed;
        top: 0;
        background: #fff;
        right: -215px;
        margin-top: 61px;
        padding: 0px;
        width: 215px;
        max-height: 480px;
        transition: all 1s ease;
        box-shadow: -10px 5px 13px 4px rgba(158, 153, 153, 0.12);
        animation: launcher-frame-appear 0.25s ease forwards;
    }
    .right_scroller {
        position: relative;
        background: #fff;
        max-height: 500px;
        overflow: auto;
    }

    .right-bar a.handle i {
        transition: all 1s ease;
    }
    .right-bar a.handle {
        position: absolute;
        right: 213px;
        width: 50px;
        height: 49px;
        color: #53f;
        transition: all 0.3s ease-in;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        z-index: -1;
        text-decoration: none;
        background: #ffffff;
        top: 0;
        border: 1px solid #fff;
        box-shadow: rgba(0, 0, 0, 0.08) -6px 0px 10px;
        cursor: pointer;
    }
    .rigbar-slide {
        right: 0px !important;
    }
    .rigbar-slide a.handle i {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 700px) {
    .notifi_pbox {
        left: 30%;
        top: 50px;
        width: 317px;
    }

    .half-mobHolder {
        position: absolute;
        right: 0;
        top: -12px;
        margin-right: 10px;
    }

    .mbl-txt {
        position: absolute;
        top: 50px;
        left: 50px;
    }
    .mbl-txt span {
        background: #3f48cc;
        color: white;
        font-size: 12px;
        font-weight: 600;
        height: 24px;
        width: 24px;
        display: inline-flex;
        justify-content: center;
        border-radius: 100px;
        align-items: center;
    }
    img.mbl-logo-main {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 26px;
        width: 70px;
        margin-left: 65px;
    }

    .col-sm-9.pos-fixed-banner {
        padding: 0px !important;
    }

    .mbl-img {
        width: 80%;
        float: right;
    }

    .notify-count {
        left: 0 !important;
        line-height: 20px;
    }
    .arrow_notifi {
        left: 6%;
    }
    #collect-chat-launcher-container {
        right: 108px;
    }
    .admin-page form {
        width: 300px;
        margin-left: -150px;
    }
    .vertical-direction ul li:before {
        left: 12px;
    }
    .messagePopup {
        width: 100%;
    }
    .messagePopup p {
        font-size: 19px;
    }
    .jconfirm-box {
        width: 80% !important;
    }
    .notifi_pbox:before {
        margin-left: 10px;
        left: 0 !important;
    }
}
@media only screen and (max-width: 450px) {
    .admin-page form h3 {
        font-size: 24px;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        left: 50%;
    }
    .admin-page form h3 img {
        max-width: 130px;
    }
}

/* .logoutIconRotation {
    transform: rotate(-90deg);
} */

.check-div.pending {
    border: 3px solid #f2f228 !important;
    color: #f2f228 !important;
}
.check-div.rejected {
    border: 3px solid red !important;
    color: red !important;
}
.check-div.Approved {
    border: 3px solid #4ad34a !important;
    color: #4ad34a;
}
.check-div.Submitted {
    border: 3px solid #4ad34a !important;
    color: #4ad34a !important;
}
.check-div.Withdraw {
    border: 3px solid red !important;
    color: red !important;
}
.check-div.Resubmitted {
    border: 3px solid #4ad34a !important;
    color: #4ad34a !important;
}
.right-sign {
    position: absolute;
    top: -7.5px;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 10px;
    color: #736e6e;
    font-weight: 600;
    display: none;
}
.check-div {
    position: relative;
}
.approve-new-btn a {
    transition: all 235ms ease-in-out;
}
.approve-new-btn a:focus {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 4px -6px;
}
.same-btn-class {
    font-size: 15px;
    padding: 12px 40px;
    border: 3px solid #007bff;
    background: none;
    color: #ce7070;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 235ms ease-in-out;
}
.btn-blue,
.btn-danger,
.btn-default {
    transition: all 335ms ease-in-out !important;
}

/* New Css Added here */
.imgLoader {
    position: absolute;
    top: 0;
    left: 0;
    height: 360px;
    width: 500px;
    background: #fff;
    border-radius: 10px;
    z-index: 999;
}
/* img {
    width: 600px;
    height: 500px;
} */
button.btn.btn-primary.form-control {
    background: #2c275f;
    border: 0;
}
.col-md-6.box-style {
    padding: 6px 57px;
}
.form-check-label {
    margin-bottom: 0;
    margin-left: 13px;
    margin-top: 5px;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
}
.log-section {
    color: #111111 !important;
    font-family: inherit;
    text-transform: capitalize;
}
input::placeholder {
    color: #cac9c9 !important;
}

.log-section {
    padding-top: 65px;
}
.mani-admin-section .box-style {
    display: flex;
    padding: 0 50px;
    margin: 0;
    width: 100%;
    justify-content: center;
}
.mani-admin-section .box-style .login-section {
    width: 100%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-title > img {
    width: auto !important;
}
.text-title {
    padding-bottom: 10px;
}
.admin-img-ryt img {
    height: 100vh !important;
}
.popout .form-group .form-control {
    min-height: 45px;
    box-shadow: none;
}
.admin-img-ryt {
    background-image: url(/frontend/Images/admin-pages-images.jpg);
    background-size: cover;
    height: 100vh;
    background-position: center;
}
/*--eye hide show icon--*/
i.fa-solid.fa-eye-slash.show-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #8080807d;
}
.form-group.mb-3.eye-ico {
    position: relative;
}
/*--dashbord custome css--*/
div#navbarSupportedContent ul.navbar-nav.ml-auto li.nav-item a.nav-link.span-logo {
    /* background-image: linear-gradient(to bottom right, red, yellow); */
    background: linear-gradient(131deg, rgba(2, 0, 36, 1) 0%, rgb(227 148 160) 0%, rgba(241, 183, 161, 1) 80%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: relative;
    top: 3px;
}
.user-logo-header span img {
    max-width: 35px;
    border-radius: 50px;
}
/* .middle-bar.user-reciept-2 {
    background: #FCFCFC;
} */
.left-bar-bg-color {
    background: #eae9e9;
    z-index: 99;
}
/* .from-bg-color{
    background: #F4F4F4;
} */
/* .from-section-box-shadow{
    padding: 40px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 9.6px;
    padding-bottom: 73px !important;
} */
.from-bg-color input {
    border: none;
    background: #fff !important;
    box-shadow: rgb(0 0 0 / 9%) 0px 10px 20px, rgb(0 0 0 / 9%) 0px 0px 2px;
}
.input-color {
    border: none;
    box-shadow: rgb(0 0 0 / 9%) 0px 10px 20px, rgb(0 0 0 / 9%) 0px 0px 2px !important;
}
.form-control[readonly] {
    box-shadow: rgb(0 0 0 / 9%) 0px 10px 20px, rgb(0 0 0 / 9%) 0px 0px 2px !important;
    opacity: 1;
}
[input="type"]:focus {
    border: transparent;
    outline: none;
    border: none;
}
.form-control[readonly] {
    box-shadow: rgb(0 0 0 / 9%) 0px 10px 20px, rgb(0 0 0 / 9%) 0px 0px 2px !important;
    opacity: 1;
}
a#NotiFy i.fa.fa-bell-o {
    color: black;
    font-size: 21px;
}
.profile-detail.img-rezzets-icons profiler {
    width: 90px;
    height: 90px;
    /* background-image: linear-gradient(to bottom right, red, yellow); */
    background: linear-gradient(131deg, rgba(2, 0, 36, 1) 0%, rgb(227 148 160) 0%, rgba(241, 183, 161, 1) 80%);
    margin-left: 64px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    text-transform: uppercase;
}
.profile-detail.img-rezzets-icons profiler.img-visible{
    background: unset;
}
.profile-detail.img-rezzets-icons img {
    width: 100%;
    height: auto;
}
.navrezeets img {
    width: auto;
    height: auto;
}
.navrezeetsheaderlogo img {
    width: auto;
    height: 40px;
}
a.nav-link.span-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-detail.img-rezzets-icons {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.right-bar-update {
    padding-top: 249px;
}
input.form-control.input-color:focus {
    transform: none !important;
}
textarea#address:focus {
    transform: none !important;
}
.error {
    color: red;
}
ul.parsley-errors-list.filled {
    list-style: none;
}
ul.parsley-errors-list.filled li {
    color: red;
}

@media only screen and (max-width: 1024px) {
    .mani-admin-section .box-style .login-section {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .admin-img-ryt {
        margin-top: 30px;
        height: 50vh;
    }
}

table.bill-list-tbl  {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table.bill-list-tbl td, table.bill-list-tbl th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    color: #808080;
}

/* table.bill-list-tbl tr:nth-child(even) {
    background-color: #dddddd;
} */

#pendingBillTable.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

.logo-section{
    width: 30%;
}

.search-input-header{
    width: 40%;
}

.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    margin-left: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important;
    right: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height: 40px !important;
    margin-right: 38px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: 0px !important;
}
.link-menu-header{
    width: 30%;
}

.select2-container--default .select2-selection--single{
    border-radius: 30px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

tbody tr{
    cursor: pointer;
}

tbody tr:hover {
    background-color: #eff0f2 !important;
}

.dataTables_wrapper .dataTables_filter input{
    outline: none !important;
}

.dataTables_wrapper .dataTables_filter select{
    outline: none !important;
}

a.addCaseIconLink{
    background-image: url(img/add-icon.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
}

.mr-right-15{
    margin-right: 15px;
}


.case-details-container ol{
    counter-reset: section;
    list-style-type: none;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color: #808080;
}

.case-details-container li div:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    font-weight: bold;
}

.case-container-section{
    border-bottom: 1px lightgrey solid;
    padding: 0px !important;
}

.case-container-heading{
    border-bottom: 1px lightgrey solid;
    padding-bottom: 20px;
    color: #808080 !important; 
}

.li-items-data {
    display: flex;
    align-items: center;
    column-gap: 7px;
    border-bottom: 1px solid;
}

.case-details-container li {
    padding-bottom: 10px;
}
.case-details-container li:last-child {
    padding-bottom: 0px !important;
}

.case-links a i {
    color: #007bff;
    font-size: 20px;
}

span.inv-completed::before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #4ad34a;
    border-radius: 10px;
}
span.inv-pending::before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 10px;
}
span.inv-canceled::before{
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fa5a91;
    border-radius: 10px;
}


