@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    /* font-family: "montserratregular"; */
    font-family: "montserrat";
    background: #f7f7f7;
}

a {
    color: #130fbb;
}
.link-txt {
    font-size: 12px;
    text-decoration: underline;
}
.table-responsive {
    overflow-x: inherit;
}
/************* Login section Start *************/
@media (min-width: 1180px) {
    .login-bg {
        background: url("/assets/images/login-bg.png") no-repeat;
        background-size: 100%;
    }
}
.login-bg {
    background: url("/assets/images/login-bg.png") no-repeat;
    background-size: cover;
}

.login-box {
    background: #222222;
    border-radius: 20px;
}

.login-right {
    background: #303030;
    border-radius: 0 20px 20px 0;
    color: #fff;
}

.login-right h5 {
    /* font-family: "montserratregular"; */
    font-family: "montserrat";
    font-size: 25px;
    font-weight: 200;
}
.login-right span {
    /* font-family: "montserratregular"; */
    font-family: "montserrat";
    font-size: 12px;
}
.form-check-label {
    /* font-family: "montserratregular"; */
    font-family: "montserrat";
    font-size: 12px;
}
.form-control-feedback-start .form-control {
    padding-left: calc(var(--input-padding-x) * -0.6 + var(--icon-font-size));
    height: 32px;
}
.form-control-feedback-start .form-control-feedback-icon {
    right: 0;
    left: inherit;
    top: 2px;
}
.form-control-feedback-icon i {
    font-size: 14px;
}
.form-check-input[type="checkbox"] {
    background: transparent;
    background: transparent;
    border: 0.5px solid #ffffff54;
    width: 13px;
    height: 13px;
    border-radius: 0;
    margin-top: 5px;
}

.login-btn {
    width: 100%;
    background: linear-gradient(180deg, #14e3f0 0%, #1f969d 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    text-align: center;
    padding: 8px 14px;
    border: 0 !important;
    transition-duration: 1s;
    color: #fff;
    font-size: 12px !important;
}
.login-btn:hover {
    border: 0 !important;
    transition-duration: 1s;
}
.nav-sidebar .nav-item a span {
    font-size: 14px;
}
.nav-sidebar .nav-link.active {
    color: #130fbb;
    position: relative;
    background: none;
    font-weight: 600 !important;
}

/************* Login section End *************/
.navbar-brand img {
    height: 32px;
    width: auto;
}
.navbar-dark {
    background-color: #fff;
    /* -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.19); */
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.19);
}
.navbar-dark[data-color-theme="dark"],
[data-color-theme="dark"] .navbar-dark:not([data-color-theme]),
html[data-color-theme="dark"] .navbar-dark {
    background: #303030;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.19);
}

.bg-transparent {
    background: #222 !important;
    border: 1px solid rgb(70, 70, 70);
}

.icon-ot {
    color: rgb(70, 70, 70);
    font-size: 22px !important;
}

.form-control-feedback-start .form-control-feedback-icon {
    top: -4px;
}
.nav-item-dropdown-lg p {
    font-size: 14px;
    font-family: "montserratmedium";
    width: 100%;
    padding: 0 10px 0 10px;
    margin-bottom: 0 !important;
    line-height: 17px;
}
.nav-item-dropdown-lg span {
    font-size: 10px;
    font-family: "montserratthin";
    font-weight: 600;
}
.status-indicator-container img {
    -webkit-mask-image: none;
    border: 2px solid #000;
    width: 30px !important;
    height: 30px !important;
}
.nav-item-dropdown-lg p {
    font-size: 14px;
    font-family: "montserratmedium";
    width: 100%;
    padding: 0 10px 0 10px;
    margin-bottom: 0 !important;
    line-height: 17px;
    color: #000;
    font-weight: 600;
}
.prof-icn-drp {
    font-size: 16px;
    color: rgba(20, 20, 20, 0.9);
}
.profile-divr::after {
    content: "";
    right: 0;
    top: 14px;
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgba(47, 47, 47, 0.2);
}
.navbar-nav-link.active,
.navbar-nav-link.show,
.navbar-nav-link[aria-expanded="true"] {
    background-color: none;
}
.h-24px {
    height: 1.5rem;
}
.w-24px {
    width: 1.5rem;
}

.status-indicator-container img {
    -webkit-mask-image: none;
}
.nav-sidebar .nav-item a {
    color: #848484;
}
.nav-sidebar .nav-item a span {
    font-size: 14px;
}
.nav-sidebar .nav-item a .active span {
    color: #130fbb;
}
.sidebar-section ul {
    margin-top: 30px;
}
.sidebar-section ul li a {
    padding: 10px 20px 10px 35px;
    line-height: 20px;
}
.sidebar-section ul li a svg {
    filter: invert(0) sepia(0) saturate(1) hue-rotate(0deg) brightness(1.2);
}

.nav-sidebar .nav-item a.active {
    color: #130fbb !important;
    position: relative;
    transition-duration: 0.5s;
    background: none;
}
.nav-sidebar .nav-link.active {
    color: #130fbb !important;
}
.nav-sidebar .nav-link.active::after {
    content: "";
    height: 43px;
    width: 10px;
    background: #130fbb;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar-dark {
    background: #fff;
}
.nav-sidebar .nav-link:hover {
    color: #130fbb;
    position: relative;
    transition-duration: 0.5s;
    background: none;
}
.nav-sidebar .nav-link:hover::after {
    content: "";
    height: 43px;
    width: 10px;
    background: #130fbb;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.5s;
}
.navbar-brand a img {
    height: 40px;
    width: auto;
}
.top-logo-side {
    padding-left: 25px;
}
.navbar-brand img {
    height: 25px;
    width: auto;
}
.sidebar-expand-lg[data-color-theme="dark"],
[data-color-theme="dark"] .sidebar-expand-lg:not([data-color-theme]),
html[data-color-theme="dark"] .sidebar-expand-lg {
    background: #303030;
}

.sidebar-expand-lg.sidebar-main-resized:not(.sidebar-collapsed):not(
        .sidebar-main-unfold
    )
    .sidebar-section
    ul
    li
    a {
    padding: 12px 9px;
}

.sidebar-expand-lg.sidebar-main-resized:not(.sidebar-collapsed):not(
        .sidebar-main-unfold
    )
    .nav-sidebar
    .nav-link.active {
    position: relative;
}
.sidebar-expand-lg.sidebar-main-resized:not(.sidebar-collapsed):not(
        .sidebar-main-unfold
    )
    .nav-sidebar
    .nav-link.active::after {
    content: "";
    height: 48px;
    width: 10px;
    background: #13eaf7;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.5s;
}

.full-width {
    width: 100%;
}
.dash-cont-pad {
    padding: 33px 23px;
}
.ma-r-15 {
    margin-right: 15px;
}
.navbar-footer {
    background: transparent !important;
    border-top: 0 !important;
}

.custom-piechart {
    font-family: "montserratmedium";
    font-size: 16px;
    color: #fff !important;
}
.card-header {
    border-bottom: 0;
}
.sidebar-section i {
    font-size: 22px;
    color: #848484;
}
.sidebar-section .active i {
    font-size: 22px;
    color: #130fbb;
}
.sidebar-section i:hover {
    color: #130fbb;
}
.nav-sidebar .nav-item a:hover {
    color: #130fbb;
}
.nav-sidebar .nav-item a:hover i {
    color: #130fbb;
}
.tab-h4 {
    font-size: 18px;
    font-family: "montserratmedium";
    font-weight: 200;
}
.table-search {
    background: #fff;
    border-radius: 50px;
    /* padding-top:17px;
  padding-bottom: 17px; */
}
.form-control-feedback-search {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
/* .form-control-feedback-search  .form-control-feedback-icon
{
  top:1px;
  position:absolute;
  right:0;
} */
.form-control:focus {
    background-color: #ffff !important;
    color: #000 !important;
}
.width-22 {
    width: 22%;
}
.width-26 {
    width: 26%;
}

.width-70 {
    width: 60%;
    float: left;
    margin-right: 12px;
}
.width-30 {
    width: 31%;
    float: left;
}
.table-responsive th {
    font-size: 12px;
}
.table-responsive tr {
    font-size: 11px;
    border: transparent;
}
.bottom-dasshed-brd {
    border-bottom: 2px dashed rgb(199, 199, 199, 0.2);
}
.top-dasshed-brd {
    border-top: 2px dashed rgb(199, 199, 199, 0.2);
}
.white-text {
    color: #fff;
    font-size: 25px;
}
.white-text-subs {
    color: #1f2937;
    font-size: 25px;
}
.dash-tbl .dropdown-menu {
    background: #fff;
    color: #000;
    min-width: 112px;
}
.dash-tbl .dropdown-menu a {
    color: #000;
    font-size: 10px;
    font-family: "montserratmedium";
}

.dash-tbl .dropdown-item {
    padding: 7px 15px 7px 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
}
.dash-tbl .dropdown-item input[type="radio"] {
    background: none;
    margin-right: 5px;
    appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #446cf7;
    border-radius: 50%;
    position: relative;
}

.dash-tbl .dropdown-item input[type="radio"]:checked {
    border: 1px solid #446cf7;
}
.dropdown-divider {
    opacity: 0.3;
}
.dash-tbl .dropdown-item input[type="radio"]:checked::before {
    height: 6px;
    width: 6px;
    background: #446cf7;
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    border-radius: 50%;
}

.drop-head {
    font-size: 12px;
    padding-left: 20px;
}
.pagination-txt {
    color: #696969;
    font-size: 12px;
    margin-top: 10px;
}
.footer-txt {
    font-size: 12px;
    /* font-family: "montserratregular"; */
    font-family: "montserrat";
    color: rgba(0, 0, 0, 0.5);
}

[data-color-theme=dark] .footer-txt { 
    color: rgb(255, 255, 255, 0.5);
}

.txt-lnk-prev {
    line-height: 40px;
    margin-right: 15px;
    font-size: 12px;
    opacity: 0.5;
}
.txt-lnk-next {
    line-height: 40px;
    margin-left: 15px;
    font-size: 12px;
    color: rgb(255, 255, 255, 0.5);
}
.page-item .page-link {
    color: rgba(19, 19, 19, 0.5);
    font-size: 12px;
}
.active > .page-link,
.page-link.active {
    background: #130fbb;
    color: #fff;
    border: 0;
    min-width: 25px;
    max-height: 25px !important;
    padding: 8px !important;
    line-height: 12px;
    margin-top: 5px;
}

[data-color-theme=dark] .page-item .page-link { 
    color: rgb(255, 255, 255, 0.5);
}

[data-color-theme=dark] .active > .page-link,
.page-link.active {
    background: #13eaf7;
    color: #000;
}

[data-color-theme=dark] .page_next > .page-link.page_next_inner, 
[data-color-theme=dark] .page_prev > .page-link.page_prev_inner {
    background-color: transparent;
    padding: 8px 14px !important;
    border: none;
    margin-top: 0px;
    color: rgb(255, 255, 255, 0.5);
}

[data-color-theme=dark] .active > .page-link.page_next_inner, 
[data-color-theme=dark] .active > .page-link.page_prev_inner {
    background-color: transparent;
    padding: 8px 14px !important;
    border: none;
    margin-top: 0px;
    color: rgb(255, 255, 255, 0.5);
}

[data-color-theme=dark] .page-link.page_next_inner:hover,
[data-color-theme=dark] .page-link.page_prev_inner:hover {
    background-color: transparent;
    border: none;
    padding: 8px 14px;
    color: rgb(255, 255, 255, 0.5);
}

.page_next > .page-link.page_next_inner, 
.page_prev > .page-link.page_prev_inner {
    background-color: transparent;
    padding: 8px 14px !important;
    border: none;
    margin-top: 0px;
    color: rgba(19, 19, 19, 0.5);
}

.active > .page-link.page_next_inner, 
.active > .page-link.page_prev_inner {
    background-color: transparent;
    padding: 8px 14px !important;
    border: none;
    margin-top: 0px;
    color: rgba(19, 19, 19, 0.5);
}

.page-link.page_next_inner:hover,
.page-link.page_prev_inner:hover {
    background-color: transparent;
    border: none;
    padding: 8px 14px;
    color: rgba(19, 19, 19, 0.5);
}

.nav-tabs-overline .nav-link,
.nav-tabs-underline .nav-link {
    font-size: 12px;
}
.nav-tabs .nav-link.active {
    color: #130fbb;
    border-bottom: 2px solid #130fbb;
}
.nav-tabs-underline .nav-link:before {
    display: none;
}
.nav-tabs-underline li:first-child .nav-link {
    padding-left: 0;
}
.left-fl {
    float: left;
}
.right-mg-sub-tl {
    margin-right: 20px;
}
.sub-tl-mg-tp {
    margin-top: 5px;
}
.black-bg {
    background: #000000;
}
.small-txt {
    font-size: 10px;
    /* font-family: "montserratregular"; */
    font-family: "montserrat";
    font-style: italic;
    color: rgb(255, 255, 255, 0.5);
}

.add-sub input[type="radio"] {
    background: none;
    margin-right: 5px;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #13eaf7;
    border-radius: 50%;
    position: relative;
}
.add-sub input[type="radio"]:checked {
    border: 1px solid #13eaf7;
}
.add-sub input[type="radio"]:checked::before {
    height: 7px;
    width: 7px;
    background: #13eaf7;
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    border-radius: 50%;
}
.card-footer {
    border-top: 0;
}
.width-100px {
    width: 100px;
}
.w-100 i {
    font-size: 10px;
    vertical-align: middle;
}

.width-120px {
    width: 120px;
}

.width-120px i {
    font-size: 10px;
    vertical-align: middle;
}
.cont-image-mr {
    margin: 0 15px;
}
.width-40 {
    width: 40%;
}
.width-60 {
    width: 60%;
}

.content-txt p {
    font-size: 12px;
    margin: 10px 0;
}
.content-txt ul {
    margin-left: -16px;
}
.content-txt ul li {
    font-size: 12px;
    padding: 5px 0;
}
.content-txt h3 {
    font-size: 18px;
    font-family: "montserratmedium";
}
select
{
font-size: 12px!important;
}
.custom-in input[type="text"] {
    background: #2b2b2b;
    border: 1px solid rgba(202, 202, 202, 0.1);
    height: 34px;
    font-size: 12px;
}
.custom-in textarea {
    background: #2b2b2b;
    border: 1px solid rgba(202, 202, 202, 0.1);
    height: 143px;
    font-size: 12px;
}
.custom-in .select2-selection--single {
    background: #2b2b2b;
    border: 1px solid rgba(202, 202, 202, 0.1);
    height: 34px;
    font-size: 12px;
}
.horizontal-scroll-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    white-space: nowrap;
}
.horizontal-scroll-list .nav {
    flex-wrap: nowrap;
}
.horizontal-scroll-list .nav .nav-item {
    width: auto;
    float: left;
}
.horizontal-scroll-list-inner {
    width: 100%;
}

.plan-card-titile {
    font-size: 18px;
    margin-bottom: 0;
}
.plan-card-list ul {
    margin-left: -21px;
}
.plan-card-list ul li {
    list-style: none;
    background: url("/assets/images/list-tick.svg") no-repeat 0 33%;
    padding: 10px 10px 10px 45px;
    font-size: 13px;
}
.plan-card-footer-top-brd {
    border-top: 1px solid rgb(255, 255, 255, 0.5);
}
.plan-card-amount-txt {
    font-size: 16px;
    font-family: "montserratmedium";
}
.plan-card-amount-bld-txt {
    font-size: 22px;
    font-family: "montserratbold";
}
.plan-box-h {
    height: auto;
}
.plan-box-h input[type="radio"] {
    margin-right: 10px;
}
.plan-footer {
    padding: 40px 20px;
}
.sidbar-mob {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 16px;
    top: 11px;
}
.green-txt {
    color: #13eaf7;
}
.page-link {
    background: none;
}
.pagination[data-color-theme="dark"],
[data-color-theme="dark"] .pagination:not([data-color-theme]),
html[data-color-theme="dark"] .pagination {
    color-scheme: dark;
    --pagination-bg: none;
    --pagination-disabled-bg: none;
}

.border-tp-btm {
    border-top: 1px solid rgb(255, 255, 255, 0.1);
    border-bottom: 1px solid rgb(255, 255, 255, 0.1);
    padding: 20px 0;
}
.small-icn {
    font-size: 12px;
    line-height: 30px;
}
.content-sec.contentNav .nav-tabs .nav-link.active {
    color: #000;
    font-size: 12px;
    font-family: "montserratmedium";
    border-bottom: 5px solid #130fbb;
}

[data-color-theme="dark"] .content-sec.contentNav .nav-tabs .nav-link.active {
    border-bottom: 5px solid #13eaf7;
}

.content-sec .nav-tabs-underline .nav-link {
    color: #000;

    font-size: 12px;
    font-family: "montserratmedium";
}

.contentTab .content-box-otr {
    padding: 27px;
    border: 1px solid rgb(0 0 0 / 20%);
}

[data-color-theme="dark"] .content-box-otr {
    border: 1px solid rgb(255, 255, 255, 0.2);
}

.content-box-otr h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.content-box-otr span {
    font-size: 10px;
}
.editor-pad {
    padding: 15px 0;
    margin-top: 44px;
}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
    border-radius: 0 !important;
}
.docu-name h4 {
    font-size: 16px;

    letter-spacing: 1px;
}
.custom-in input[type="file"] {
    background: #2b2b2b;
    border: 1px solid rgba(202, 202, 202, 0.1);
    height: 34px;
    font-size: 12px;
}
@media (max-width: 1239px) {
    .width-30 {
        width: 45%;
    }
    .width-70 {
        width: 50%;
    }
}
@media (min-width: 1181px) {
    .plan-box-h {
        min-height: 575px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-search {
        max-width: 15rem;
    }
    .navbar-expand-lg .navbar-brand {
        width: 222px;
    }
    .sidbar-mob {
        display: none;
    }
}

@media (max-width: 1024px) {
    .bm-mg {
        margin-bottom: 25px;
    }
}
@media (max-width: 343px) {
    .width-30 {
        width: 100%;
    }
    .width-70 {
        width: 100%;
        margin-bottom: 25px;
    }
}
/* /Settings style */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-search {
        max-width: 15rem;
    }
    .navbar-expand-lg .navbar-brand {
        width: 222px;
    }
    .sidbar-mob {
        display: none;
    }
}

@media (max-width: 1024px) {
    .bm-mg {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .mob-search {
        width: 100%;
        margin-bottom: 15px !important;
    }
    .mob-btn {
        width: 100%;
    }
    .mob-mg-btm {
        margin-bottom: 15px;
    }
    .add-ot {
        width: 170px;
    }
    .company-im {
        margin-bottom: 20px;
    }
    .company-pro-pic,
    .company-logo-pic {
        width: 100%;
    }
    .mob-tab-wdt table {
        width: 1024px;
    }
    .proj-left-pad {
        padding: 13px 65px;
    }
    .mg-rop {
        margin-right: 0;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
    .ph-otr-link {
        right: 130px;
        top: 13px;
        /* font-family: "montserratregular" !important; */
        font-family: "montserrat" !important;
    }
}
@media (max-width: 343px) {
    .width-30 {
        width: 100%;
    }
    .width-70 {
        width: 100%;
        margin-bottom: 25px;
    }
    .table-responsive {
        overflow-x: auto;
    }
}

.theme-chnage input[type="checkbox"] {
    display: none;
}

.theme-chnage label .switch {
    background: #000;
    width: 35px;
    height: 10px;
    border-radius: 50px;
    position: relative;
}

.theme-chnage input[type="checkbox"] + label .bar {
    background: #000;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.08);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: -5px;
    border: 3px solid #13eaf7;
}
.theme-chnage input[type="checkbox"] + label .bar::after {
    content: "Dark Mode";
    position: absolute;
    left: -7px;
    bottom: -21px;
    width: 150px;
    font-size: 8px;
}
.theme-chnage input[type="checkbox"]:checked + label .bar {
    background: #000;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.08);
    /* margin-left: auto; */
    transition: all 0.3s ease-in-out;
    transform: translateX(17px);
    border: 3px solid #13eaf7;
}
.theme-chnage input[type="checkbox"]:checked + label .bar::after {
    content: "Light Mode";
    position: absolute;
    left: -25px;
    bottom: -21px;
    width: 150px;
    font-size: 8px;
    color: #000;
}
.dark-theme {
    display: none;
}
.edit-ph-otr {
    position: relative;
}
.edit-ph-inner {
    background: #222;
    border-radius: 6px;
    width: 250px;
    height: 250px;
    overflow: hidden;
}
.edit-ph-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.edit-ph-otr p {
    position: absolute;
    bottom: -50px;
}
.edit-ph-otr .form-control[type="file"] {
    position: absolute;
    bottom: -50px;
    width: 300px;
    height: auto;
    opacity: 0;
}
.pointer {
    cursor: pointer;
}
.login-ipt {
    height: 34px !important;
    background: #fff !important;
    border-radius: 5px;
    color: rgba(14, 7, 7, 0.8) !important;
    position: relative;
    border-radius: 3px !important;
}
.login-ipt:focus {
    background: #fff !important;
    color: rgba(0, 0, 0, 0.4) !important;
}
.login-icn-new i {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8) !important;
    position: absolute;
    right: 9px;
    top: 11px;
}
.prof-arrow-top {
    display: flex;
    align-items: flex-start !important;
}
.form-control,
.form-control:not([data-color-theme]),
html .form-control {
    color: #000 !important;
}
.form-control,
.form-control:not([data-color-theme]),
html .form-control:focus {
    background: #fff !important;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.navbar-nav-link:focus,
.navbar-nav-link:hover {
    background: none !important;
}
.code-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.code-tbl-mg-rt {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .code-list {
        display: block;
    }
    .mob-pad-lg {
        padding: 25%;
    }
}

.alert {
    padding: 10px !important;
    font-size: 11px !important;
}

.alert p {
    margin-bottom: 0 !important;
}
input[type="text"] {
    font-size: 12px;
}

.eprint-error-msg ul {
    margin-bottom: 0;
}

.eprint-error-msg ul li {
    list-style: none;
}
.subcribe_d {
    background: #606060;
    /* // opacity: .5; */
    cursor: not-allowed;
}

.mandatory {
    color: #f00 !important;
    float: right;
    text-align: right;
    height: 8px;
    line-height: 1;
}

.google-visualization-tooltip {
    /* border: solid 1px #bdbdbd;
            border-radius: 2px;
            background-color: #736c6c;
            position: absolute;
            box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
            font-size: 12px;
            padding: 0px;
            -moz-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
            -webkit-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6); */
    z-index: 144444;
    width: 120px !important;
    height: fit-content;
    cursor: auto !important;
    float: left;
}

.yellow {
    color: #fff500;
}

.font-26 {
    font-size: 26px;
}
.t-5 {
    top: -5px;
    position: relative;
}


        .error
        {
          /* font-size:13px;
          background: rgba(151, 2, 2, 1);
          color: #fff;
          border-radius:10px;
          padding:10px;
          margin-top:5px; */

          font-size:13px;
          background: transparent;
          color: rgb(221 6 6) !important;
          padding: 5px 0px 0px 5px;
          margin-bottom: 0px !important;
          
        }

        .form-select
        {
          background-image: none!important;
        }

.form-control {
    position: relative;
}

.form-control::before {
    height: 6px;
    width: 6px;
    background: #446cf7;
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    border-radius: 50%;
    display: inline-block !important;
}

.swal2-styled {
    border-radius: 50px !important;
    border: none !important;
    padding: 6px 14px;
}

.swal2-confirm {
    width: auto;
    background: linear-gradient(180deg, #14e3f0 0%, #1f969d 100%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    text-align: center;
    padding: 6px 14px;
    border: 0 !important;
    transition-duration: 1s;
    color: #fff;
    font-size: 12px !important;
}

.swal2-cancel {
    width: auto;
    background: rgb(221, 51, 51);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    text-align: center;
    padding: 6px 14px;
    border: 0 !important;
    transition-duration: 1s;
    color: #fff;
    font-size: 12px !important;
}

.alert-success {
    position: fixed;
    margin: 5px;
    top: 20px;
    left: 38%;
    z-index: 9999;
    background: rgba(2, 152, 104, 1);
    color: #ffffff;
    border-radius: 10px;
}
.alert-danger {
    position: fixed;
    margin: 5px;
    top: 20px;
    left: 38%;
    z-index: 9999;
    background: rgba(151, 2, 2, 1);
    color: #fff;
    border-radius: 10px;
}

/* img {
    position: relative;
}


img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #ffffff;
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    content: attr(alt);
} */


.preserveLines {
    white-space: pre-wrap;
}
img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
        left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color:#2b2b2b;
        font-family: 'Helvetica';
    font-weight: 300;
        line-height: 2;
        text-align: center;
    content: attr(alt);
        }
        .reg-pad {
        padding: 25px 45px!important;
    }
    .reg-border-radius {
        border-radius: 20px;
    }

.card-wrapper {
    height: 100%;
}

.total-count {
    color: #130fbb;
    font-size: 1.25rem;
    font-weight: 600;
}

[data-color-theme=dark] .total-count  {
    color: #13EAF7;
}

.dropdown-dot .ph-dots-three-vertical {
    color: #000;
}

[data-color-theme=dark] .dropdown-dot .ph-dots-three-vertical {
    color: #fff;
}

.ProjectText, .TotalCount {
    fill: black;
}

[data-color-theme=dark] .ProjectText, 
[data-color-theme=dark] .TotalCount {
    fill: white;
}

.subcribe_d .plan-card-titile, .subcribe_d li, .subcribe_d .plan-card-amount-txt, .subcribe_d .dropdown-dot .white-text {
    color: #fff;
}

[data-color-theme=dark] .subscribDropdownMenu {
    background-color: #fff;
}

[data-color-theme=dark] .subscribDropdownMenu h3.drop-head {
    color: #000;
}

[data-color-theme=dark] .subscribDropdownMenu a {
    color: #000;
}

.subscribDropdownMenu input[type="radio"]:checked {
    border: 1px solid #446cf7;
}

.subscribDropdownMenu input[type="radio"] {
    background: none;
    margin-right: 5px;
    appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #446cf7;
    border-radius: 50%;
    position: relative;
}

.subscribDropdownMenu input[type="radio"]:checked::before {
    height: 6px;
    width: 6px;
    background: #446cf7;
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    border-radius: 50%;
}

.addUserHead {
    color: #fff;
}

.addUserBtm input.form-control {
    height: 34px;
    border: 1px solid rgb(0 0 0 / 10%);
}

.addUserBtm .select2-selection--single {
    background-color: #fff;
}

[data-color-theme=dark] .addUserBtm .select2-selection--single {
    background-color: #2B2B2B!important;
    border: 1px solid rgba(202, 202, 202, 0.1);
}

.addUserBtm .select2-selection--single {
    border: 1px solid rgb(0 0 0 / 10%);
}

.addUserBtm .small-txt {
    color: #000;
}

[data-color-theme=dark] .addUserBtm .small-txt {
    color: rgb(255, 255, 255, 0.5);
}

.addUserBtm input[type="radio"], .addUserBtm input[type="radio"]:checked {
    border: 1px solid #130fbb;
}


[data-color-theme=dark] .addUserBtm input[type="radio"], [data-color-theme=dark] .addUserBtm input[type="radio"]:checked {
    border: 1px solid #13eaf7;
}

.addUserBtm input[type="radio"]:checked::before {
    background: #130fbb;
}

[data-color-theme=dark] .addUserBtm input[type="radio"]:checked::before {
    background: #13eaf7;
}

[data-color-theme=dark] .label_form label {
    margin-bottom: 8px;
    color: #a8a8a8;
}

.label_form label {
    margin-bottom: 8px;
    color: #000;
}

.body-loader {
    position: absolute;
    top: 50%;
    left: 0;
    width: 150px;
    right: 0;
    margin: auto;
   }
  
   .zoom-in-zoom-out {
    animation: zoom-in-zoom-out 1s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(.5, .5);
    }
    50% {
      transform: scale(.8, .8);
    }
    100% {
      transform: scale(.5, .5);
    }
  }


  [data-color-theme=dark] .legendtext {
    fill: white;
  }

  .chart-contain-wrapper {
    width: 480px;
    height: 260px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
  }

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

  .link-text {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 11px;
    top: 31px;
    z-index: 9;
    font-size: 12px;
    background: #130fbb;
    padding: 6px 10px;
    border-radius: 0px 4px 4px 0px;
  }

[data-color-theme=dark] .link-text {
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 11px;
    top: 31px;
    z-index: 9;
    font-size: 12px;
    background: linear-gradient(180deg, #14e3f0 0%, #1f969d 100%);
    padding: 6px 10px;
    border-radius: 0px 4px 4px 0px;
}

.relative {
    position: relative;
}

.link-text:hover {
    cursor: pointer;
}

.nav-icon, .sidebar-main-resized.sidebar-main-unfold .nav-icon  {
    fill: #848484;
    margin-right: 20px;
}

.sidebar-main-resized .nav-icon {
    margin-right: 0px;
}

.nav-sidebar .nav-link:hover .nav-icon {
    fill: #130fbb ;
    margin-right: 20px;
}

[data-color-theme=dark]  .nav-sidebar .nav-link:hover .nav-icon {
    fill: #13EAF7;
    margin-right: 20px;
}
.nav-sidebar .nav-link.active .nav-icon {
    fill: #130fbb ;
    margin-right: 20px;
  }
[data-color-theme=dark]  .nav-sidebar .nav-link.active .nav-icon {
    fill: #13EAF7;
    margin-right: 20px;
}

.search_field {
    min-width: 250px;
}

.enquiry-eye:hover {
    cursor: pointer;
}

.form-control.add_file::before {
    display: none !important;
}

.forgot_text a {
    color: #14e3f0;
}

.right_nrml_search {
    height: 36px !important;
}

.w-40 {
    width: 40%;
}

.t-1 {
    top: -1px !important;
}

.mr-1 {
    margin-right: 10px;
}

.user_details td {
    font-size: 14px;
}

textarea.cke_source {
    color: #000 !important;
}

.info_list .info-list .d-flex {
    display: unset !important;
}   
 
.info_list h4 {
    margin-top: 20px;
}  

.info_list .info-list ol {
    margin-bottom: 15px;
}   

.info_list td ul li {
}  

.bg-dark {
    background-color: #130fbb !important;
}

[data-color-theme=dark] .bg-dark {
    background-color: #08090a !important;
}

.card-header.black-bg {
    background-color: #130fbb;
}

[data-color-theme=dark] .card-header.black-bg {
    background-color: #000;
}

.mt-30 {
    margin-top: 30px;
}
.doc_card {
    min-height: 250px;
}
.doc_card .docu-name h4 {
    margin-top: 15px;
}

.plan-card-list {
    /* max-height: 380px;
    overflow-y: auto; */
}

.drp_box_contain a:hover {
    cursor: auto;
}

.drp_box_contain span:hover,
.drp_box_contain i:hover {
    cursor: pointer;
}

.drp_box_contain .edit {
    width: 50px;
    padding: 0px;
    margin: 10px 0px 10px 15px;
}

.drp_box_contain .ez_sm_drop i {
    padding-right: 20px;
}

.drp_box_contain .delete {
    width: 65px;
    padding: 0px;
    margin: 15px 0px 5px 15px;
}

.drp_box_contain .edit:hover, 
.drp_box_contain .delete:hover {
    cursor: pointer;
}

.ph-otr {
    position: relative;
    height: 300px;
}

.ph-otr img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}



.google-visualization-tooltip { pointer-events: none; }
 
@media (max-width: 1200px) {
    .chart-container {
        overflow-x: scroll;
        overflow-y: visible;
        max-width: 100%;
    }
    .table-responsive {
        overflow-x: auto;
    }
}