html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: #603d8217;
}

a {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}
.btn-primary {
    border-color: #603d82;
    background: #603d82;
    color: #fff !important;
}
.btn-primary:hover {
    border-color: #603d82;
    background: #fff;
    color: #603d82 !important;
}
.login-bg {
    position: relative;
    background: url(../images/login-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}

.login-bg::before {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}

/* .login-bg {
    background: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
}

.login-lft-bg{
    width: 100%;
    height: 100%;
}
.login-lft-bg img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    margin: 20px;
    border-radius: 20px;
    object-fit: cover;
} */
.logo {
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
}

.form-sec {
    max-width: 600px;
    margin: 0 auto;
}

.form-sec form {
    background: #fff;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 20px;
}

.form-sec p {
    color: #333;
    margin-bottom: 40px;
    font-size: 14px;
}

.form-sec h2 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-control {
    border-bottom: 1px solid #bababa;
    border-radius: 0;
    font-size: 13px;
    background: #fff;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    height: 40px;
}

.frgt-pass {
    text-align: right;
}

.frgt-pass a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto #debdff;
}
.btn.submit-btn:hover {
    background: #7a54a1;
}
.btn.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #563d82;
    height: 45px;
    border-radius: 5px;
    color: #fff !important;
    /* margin-bottom: 20px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

a.crt-btn {
    font-size: 15px;
    color: #563d82;
    font-weight: 500;
    text-decoration: none;
}

.lgn-ftr {
    text-align: center;
    padding-top: 60px;
}

.lgn-ftr p {
    font-size: 13px;
    color: gray;
}

/* inner-pages */

.nav-top {
    background-color: #FFFFFF
}

.nav-bar {
    background-color: #603D82;
    height: 50px;
}

.nav-top .nav-link:hover,
.nav-top .nav-link:focus {
    outline: none
}

.nav-top .icon-bell {
    position: relative
}

.nav-top .icon-profile {
    padding: 4px 0 0;
    margin: 0
}

.nav-top .icon-profile span img {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 2px solid #fcc350;
    background-color: #ffffff;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.nav-top .profile-name .dropdown-menu {
    right: 0;
    left: inherit;
    top: 47px;
}

.nav-top .profile-name .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    border: 0;
    margin-left: 8px;
    vertical-align: inherit
}

.nav-top a {
    color: #603D82;
}

.nav-2 {
    background-color: #603D82
}

.nav-2 a.nav-link {
    color: #fff
}

.nav-2 .navbar {
    padding-top: 2px;
    padding-bottom: 2px
}

.nav-2 .navbar-nav>.nav-item {
    margin-right: 10px
}

.nav-2 .navbar-nav>.nav-item:hover .nav-link .alignment,
.nav-2 .navbar-nav>.nav-item.active .nav-link span {
    border-bottom: 4px solid #FEB62B;
}

.nav-2 .profile-type .dropdown-menu {
    right: 0;
    left: inherit;
    padding-left: 8px;
    padding-right: 8px
}

.btn-outline-primary {
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #603d82;
    font-weight: 500;
    border-color: #603d82;
    box-shadow: none !important;
}

.btn.upload-btn.savebtn {
    border: 1px solid #563d82;
    font-size: 15px;
    color: #563d82;
    font-weight: 500;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
    background-color: #603d82 !important;
    border-color: #603d82 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #603d82 !important;
    border-color: #603d82 !important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(96 61 130);
}
.btn.chnge-pswrd {
    background-color: #f0edf3;
    border: 1px solid #d4c9e8;
}

.modal-title {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
}

label {
    font-size: 15px;
}

.nav-2 .profile-type .dropdown-menu .dropdown-item {
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px
}

.nav-2 .profile-type .dropdown-menu .dropdown-item:hover {
    color: #603D82;
    background-color: #ECE1F7
}

.nav-2 .profile-type .dropdown-toggle {
    padding-right: 0
}

.nav-2 .profile-type .dropdown-toggle:hover,
.nav-2 .profile-type .dropdown-toggle:focus {
    outline: none
}

.dropdown-toggle::after {
    display: none;
}

.nav-2 .profile-type .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    border: 0;
    margin-left: 8px;
    vertical-align: inherit;
    color: #FEB62B
}


.dashboard-checkbox-sec {
    min-height: calc(100vh - 110px);
    padding-top: 66px
}

.d-card {
    margin-bottom: 30px
}

.d-card .card-inner {
    background-color: #F2F2F2;
    border: 1px solid #BCBBBB;
    border-radius: 20px;
    display: block;
    height: 100%
}

.m-height-400 {
    min-height: 400px
}

.m-height-300 {
    min-height: 300px
}

.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.m-height-700 {
    min-height: 700px
}

/* inner-pages */
li.nav-item.menu-link {
    margin-right: 50px;
    font-size: 15px;
}

li.nav-item.menu-link a {
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}

li.nav-item.menu-link a:hover, li.nav-item.menu-link a.active {
    border-bottom: 4px solid #fcc350;
    color: #fcc350;
    transition: all 0.3s ease;
}

.top-lft-nav {
    justify-content: end;
}

.top-lft-nav ul {
    display: flex;
    align-items: center;
}

li.nav-item.notification {
    position: relative;
}

li.nav-item.notification a {
    font-size: 20px !important;
}

a.nav-link.icon-profile {
    background: #eee1fb;
    padding: 5px 20px;
    color: #603d82 !important;
    border-radius: 10px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.user-name {
    color: #603D82 !important;
}

.tbl-hd {
    background: #f7f7f7;
    opacity: 1;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #dbdbdb;
}

.header-text {
    text-align: left;
    letter-spacing: 0px;
    color: #898989 !important;
    font-size: 14px !important;
    font-weight: 500;
}

.table-borderless {
    border-radius: 10px;
    background-color: #fff;
}

.table-responsive {
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* height: 60vh; */
    overflow: auto;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 10px;
}

.table-borderless p {
    margin-bottom: 0;
    font-size: 14px;
}

.pg-hd {
    background: #ffffff;
    padding: 20px 0;
    margin: 20px 0;
    color: #fbb600;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
}

.pg-hd h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
}

.data .table th {
    font-size: 14px !important;
    color: #898989 !important;
    vertical-align: middle;
}

.table-color {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #efefef;
    opacity: 1;
}

.table-hover tbody tr:hover {
    background-color: #f9f9f9 !important;
}

.optns-sec {
    display: flex;
    justify-content: end;
}

.optns-sec ul {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
}

.optns-sec ul li {
    margin-left: 15px;
}

.optns-sec ul li a {
    color: #603d82 !important;
    font-size: 16px;
}

.optns-sec ul li a:hover {
    color: #000 !important;
}

a.btn.add-btn {
    background: #603d82;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

a.btn.add-btn:hover {
    background: #7b579e;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transition: all 0.3s ease;
}

.pagination-sec {
    display: flex;
    align-items: center;
    justify-content: end;
}

.page-link {
    color: #603d82;
    background-color: #fff;
    border: 1px solid #f0edf3;
    padding: .7rem .9rem;
    font-size: 16px !important;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #603d82;
    border-color: #603d82;
}

.add-tenants {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 30px;
}

.add-tenants form {
    margin: 30px 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #f6b300;
}

/* checkbox */

/* The checkbox-sec */
.checkbox-sec {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-sec input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #603d82;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-sec:hover input~.checkmark {
    background-color: #603d82;
}

/* When the checkbox is checked, add a blue background */
.checkbox-sec input:checked~.checkmark {

    background-color: rgba(96, 61, 130, 0.3);
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: block;
}

/* Show the checkmark when checked */
.checkbox-sec input:checked~.checkmark:after {

    display: none;
}

/* Style the checkmark/indicator */
.checkbox-sec .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

/* checkbox */

.custom-select.selct-prd {
    width: 100px;
    height: 40px;
    border-bottom: none;
}

.custom-select.selct-hrs {
    height: 40px;
}

.custom-select {
    border-bottom: 1px solid #bababa;
    height: 50px;
    border-radius: 0;
    border-right: none;
    border-left: 0;
    border-top: 0;
}

.custom-select:focus {
    border-color: #f6b300;
    outline: 0;
    box-shadow: none;
}

h3.sub-hd {
    font-size: 18px;
    margin: 20px 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #603d82;
    background-color: #603d82;
}

.custom-control-label::after {
    position: absolute;
    top: 1.28px;
    left: -27px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
    background-image: none;
}

.right-radio .custom-control-label::after {
    left: -28px;
}

.custom-control-label::before {
    position: absolute;
    top: 1px;
    left: -1.7rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #603d82 solid 2px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #603D82;
}

input:focus+.slider {
    box-shadow: 0 0 1px #603D82;
}

input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.hello {
    display: flex;
    align-items: center;
}

.swtch-btn {
    display: flex;
    align-items: center;
}

.swtch-btn p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 17px;
}

.swtch-btn label {
    margin-bottom: 0;
}

.custom-select {
    background-color: rgba(255, 255, 255, 0) !important;
}

.brdr-top {
    border-top: 1px solid #efefef;
}

.brdr-btm {
    border-bottom: 1px solid #efefef;
}

.dsh-brdr-top {
    border-top: 1px dashed #efefef;
}

.dsh-btm {
    border-bottom: 1px dashed #efefef;
}


.customer-tab {
    margin: 20px;
    border-bottom: none;
    justify-content: end;
}

/* sidebox */
.openbtn.active {
    background-position: -34px 0;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #f0edf3;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 20px 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-left: 1px solid #d4c9e8;
    opacity: 0;
    pointer-events: none;
}

.sidebar.menu-open {
    opacity: 1;
    pointer-events: visible;
    right: 0;
    transition: 0.3s ease all;
    width: 1000px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.openbtn {
    font-size: 15px;
    cursor: pointer;
    background-color: #f0edf3;
    color: #603d82 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.openbtn:hover {
    background-color: #603d82;
    color: #fff !important;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.sidebar-top {
    padding-left: 20px;
    border-bottom: 1px solid #e1dce6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
}

.sidebar-top h1 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

a.closebtn.side-close-btn {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    padding: 0;
    color: #603d82;
    border-radius: 50%;
    font-size: 20px;
    align-items: center;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    margin-right: 15px;
}

.sidebar-rt-sec {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
}

a.btn.prnt-btn {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 14px;
    padding: 5px 10px;
    color: #603d82;
    box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: capitalize;
}

.sidebar-lft-sec p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.table-color.table-visited {
    background: #fff8e9;
}

.pinkclass {
    background: #ffe2e0 !important;
}

.issuspiciousclr {
    color: red;
}

.btn.inside-submit-btn {
    display: block;
    width: 150px;
    background: #563d82;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    /* margin: 0 auto; */
}
.btn.inside-submit-btn:hover {
    background: #704dac;
}
.dcumnt-sec p {
    font-size: 14px;
}

a.btn.upload-btn {
    font-size: 14px;
    display: inline-block;
    padding: 7px 15px;
    background: #f3eef8;
    color: #603d82;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 7px;
    border: 1px solid #603d82;
}

.btn.upload-btn i {
    font-size: 16px;
    margin-right: 7px;
}

.table-responsive.table-borderless.sidebar-table {
    height: 100%;
}

a.btn.view-btn {
    font-size: 14px;
    color: #603d82;
}

.btn-secondary {
    color: #603d82 !important;
    border: 1px solid #ced4da !important;
    background: #fff;
    height: 35px;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #603d82 !important;
    border-color: #603d82 !important;
}

input.form-control.search-form {
    border: 1px solid #ced4da !important;
    border-radius: 5px 0 0 5px;
    height: 35px;
}

a.clndr-btn {
    background: #f0edf3;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #7d51a9;
    float: right;
    font-size: 15px;
    margin-right: 15px;
}

.date-sec {
    display: flex;
    align-items: center;
    justify-content: end;
}

.date-sec p {
    font-size: 14px;
    color: grey;
    margin-bottom: 0;
    margin-right: 10px;
}

.rgt-sec .custom-select {
    border: 1px solid #ced4da !important;
    border-radius: 5px;
    height: 35px;
}

.custom-control-input {
    position: relative;
}

.custom-control {
    padding-left: 10px !important;
}

.dwnld-btn {
    background: #603d82;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 500;
}

.dwnld-btn span {
    color: #fcc350;
    font-size: 16px;
}

.dwnld-btn:hover {
    background: #603d82;
}

tr.table-color.table-visited.table-upld {
    height: 100px;
    background: #fff;
}

a.upld-btn span {
    font-size: 15px;
}

a.upld-btn {
    border: 1px solid #603d82;
    font-size: 14px;
    font-weight: 500;
    color: #603d82;
    padding: 10px 15px;
    border-radius: 5px;
}

a.upld-btn:hover {
    background: #603d82 !important;
    color: #fff !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.settings {
    margin: 0 15px;
}

.settings-sec {
    margin: 15px 0;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-sec p {
    margin-bottom: 0;
    font-size: 14px;
    color: #767676;
}

.settings-sec h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #603d82;
    font-weight: 600;
}

.settings-sec-form {
    margin: 15px 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.settings-sec-form h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #603d82;
    font-weight: 600;
    margin-bottom: 20px;
}

.settings-sec-form label {
    font-size: 14px;
    margin-bottom: 0;
}

a.primary-btn {
    background: #603d82;
    color: #fff !important;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
}

.settings-sec-form .table-responsive {
    height: auto;
}

.nav.nav-pills {
    justify-content: end;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #603d82;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #603d82;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-left: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #603d82;
    font-size: 14px;
    font-weight: 500;
    max-height: 40px;
}

.dashbrd-sec {
    margin-bottom: 15px;
    margin-top: 0;
    min-height: auto;
}

.dashbrd-sec h5 {
    font-size: 18px;
}

.dashbrd-sec .table-responsive {
    height: auto;
}

.settings-sec.cus-inn-hd {
    display: block;
    min-height: auto;
}

.track-sts {
    width: 100%;
    max-width: 550px;
    margin-left: 20px;
}

.my-ordr-prdct {
    display: flex;
    /* border-right: 1px solid rgba(0,0,0,.075); */
}

.order-track {
    width: 100%;
    max-width: 600px;
    height: 5px;
    background: #eee;
    border-radius: 5px;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

span.upld-strt, span.upld-fnsd, span.algrtm-strt, span.algrtm-fnsd {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #e1e1e1;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 99;

}

span.upld-strt::after, span.upld-fnsd::after, span.algrtm-strt::after, span.algrtm-fnsd::after {
    position: absolute;
    top: -25px;
    font-size: 12px;
    font-weight: 500;
}

span.upld-strt::after {
    content: "Uploaded";
    left: -25px;
    width: 67px;
}

span.upld-fnsd {
    left: 33%;
}

span.upld-fnsd::after {
    content: "Processed";
    left: -35px;
    width: 87px;
}

span.algrtm-strt {
    left: 66%;
}

span.algrtm-strt::after {
    content: "Algorithm Started";
    left: -40px;
    width: 96px;
}

span.algrtm-fnsd {
    left: 100%;
}

span.algrtm-fnsd::after {
    content: "Algorithm Finished";
    left: -46px;
    width: 102px;
}

span.delivered {
    left: 98%;
}

span.blue {
    background: #603d82;
}
span.up-error {
    background: #c85454;
}
span.line-blue {
    width: 33%;
    height: 5px;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    background: #603d82;
}
span.red {
    color: #c85454;
}

span.line-red {
    width: 33%;
    height: 5px;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    background: #c85454;
}

.order-sts.traking {
    padding: 10px 20px;
    /* border-left: 1px solid rgba(0,0,0,.075); */
}

.order-track-dt {
    position: relative;
}

span.upld-strt-dt, span.upld-fnsd-dt, span.algrtm-strt-dt, span.algrtm-fnsd-dt {
    font-size: 13px;
}

span.upld-strt-dt {
    position: absolute;
    left: -3%;
}

span.upld-fnsd-dt {
    position: absolute;
    left: 31%;
}

span.algrtm-strt-dt {
    position: absolute;
    left: 64%;
}

span.algrtm-fnsd-dt {
    position: absolute;
    left: 97%;
    width: 100%;
}

.dataTables_length label {
    display: flex;
    width: 200px;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
}

.dataTables_length label .form-control.form-control-sm {
    margin: 0 10px;
    padding: 0 3px;
    height: 30px;
    border-radius: 5px;
    width: 60px;
    color: #603d82;
    background: #efe7f7;
    border-bottom: none;
    text-align: center;
}

.dataTables_filter {
    display: flex;
    justify-content: end;
}

.dataTables_filter label {
    display: flex;
    justify-content: end;
    width: 270px;
    align-items: center;
}

.dataTables_filter label .form-control {
    margin-left: 10px;
    height: 40px;
    color: #5c5c5c;
}

input.clndr-btn {
    border: 1px solid #ced4da;
    height: 36px;
    font-size: 14px;
    padding: 10px;
    color: #495057;
    border-radius: 5px;
}

input.clndr-btn:focus-visible {
    border: 1px solid #603d82;
    outline: none;
}

.table-borderless tbody tr {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #efefef;
    opacity: 1;
    height: 50px;
}

.table-borderless tbody tr:hover {
    background-color: #f9f9f9 !important;
}

.opt-btn {
    color: #603d82;
    font-size: 16px;
    margin-left: 15px;
    padding: 2px;
}

.opt-btn:hover {
    color: #333;
}

ul.pagination {
    justify-content: end;
}

.page-item.disabled .page-link {
    border-color: #d5cae1;
    font-size: 14px !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #603d82;
    border-color: #603d82;
}

.page-link {
    border: 1px solid #d4a8ff;
    font-size: 14px !important;
}

.dataTables_info {
    color: #603d82;
    font-size: 14px !important;
}

.disabled {
    cursor: not-allowed !important;
}

a.inside-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    color: rgb(134 116 166);
}

a.inside-btn-confirm {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    color: rgb(134 116 166);
}

.pass-sec {
    position: relative;
}

.alert.alert-icon-right.alert-danger.alert-dismissible.mt-2 {
    font-size: 13px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #f6b300 !important;
}

.cus-table a.list-hover {
    color: #603d82;
    background: #c9ade4;
    padding: 7px;
    font-size: 13px;
    border-radius: 3px;
    margin-bottom: 0;
    font-weight: 600;
}

a.bck-btn {
    font-size: 14px !important;
    color: #747474;
    font-weight: 500;
}

label.error {
    font-size: 13px;
    color: #ec0000;
    margin-top: 0;
    margin-bottom: 0;
}
.errorcls {
    color: #ec0000 !important;
}
.nav-item.dropdown.profile-name {
    margin-left: 20px;
}

li.nav-item.top-nav {
    margin-left: 20px;
}

li.nav-item.top-nav a {
    font-weight: 600;
    font-size: 15px;
}

li.nav-item.top-nav span {
    font-size: 13px;
    color: #9b9b9b;
    font-weight: 500;
}

.custom-control-label {
    padding-top: 2px;
    font-size: 14px;
}

.upld-table tbody tr {
    height: 100px;
    background: #fff;
}

.table-responsive.table-borderless.table-hover.table-list.upld-table {
    overflow: hidden;
}

h5.wb-hd {
    margin-bottom: 0;
}

span.s1 {
    font-size: 23px;
    margin-bottom: 0;
}

.highcharts-title {
    margin-top: 20px !important;
}

.openbtn:hover svg,
.openbtn:hover svg path,
.openbtn:hover svg g {
    fill: #fff;
}

.rprt-dtls-table td {
    vertical-align: baseline;
}

span.issuspiciousclr.mrkus-suspcs {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffc0bc !important;
    padding: 5px 6px;
    font-size: 11px;
    color: #e9160a;
}

table.table.table-borderless.rprt-dtls-table td {
    vertical-align: baseline;
}

table.table.table-borderless.rprt-dtls-table.rprt-dtls-table-sub tr.rprt-dtls-table-sub-tr {
    min-height: 75px;
    height: 100%;
    display: -webkit-box;
}

p.ordr-head {
    text-align: center;
    padding: 10px;
    background: #563d82;
    color: #fff;
}

.dcmt-upld {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dcmt-upld h6 {
    margin-bottom: 0;
}

td.wts-nw-sec {
    background: #f5f5f5;
    margin: 0 10px 10px 10px;
    display: block;
    border: none;
}

td.wts-nw-sec ul {
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 25px;
}

td.wts-nw-sec p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

td.wts-nw-sec span.s1 {
    font-size: 15px;
    line-height: 25px;
}
td.wts-nw-sec h2 span.s1, td.wts-nw-sec h2 {
    font-size: 23px;
    line-height: 25px;
}
.section-container.insidepage-container.rprt-dtls-sec {
    width: 100%;
    margin-right: 20px;
}
.lgn-ftr p{
    margin-bottom: 0;
}

.dropzone .dz-message {
    text-align: center;
    margin: 3em 0 !important;
}

.dropzone {
    min-height: 150px;
    border: 0.7px solid rgba(0, 0, 0, 0.3) !important;
    background: #f8f5f5 !important;
    padding: 20px 20px;
    border-radius: 8px;
}

.loader {
  border: 10px solid #f3f3f3; /* Light grey */
  border-top: 10px solid #603d82; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
a.notify-user-btn {
    font-size: 13px;
    padding: 5px 10px;
    background: #f0e8ff;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    color: #563d82;
}
a.notify-user-btn:hover{
    background: #563d82 !important;
}
span.closethumbnailimage ,span.closethumbnailimagex {
    background: #af0000;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    top: 25px;
    left: 80px;
    position: absolute;
}
label.dcmnt-upld {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}
a.wts-nw {
    display: block;
    line-height: 1;
}
a.wts-nw p{
    margin-bottom: 0;
}

/*
.up-pic-wrap.filenameximgcls.dcmt-2 span.closethumbnailimage {
        top: 608px;
    left: 96px;

}
*/
a.help-btn span {
    justify-content: center;
    background: #333;
    border-radius: 50%;
    color: #FFf !important;
    font-size: 11px !important;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
a.help-btn {
    display: flex;
}
tr.ordr-bsd-flg{
    border-bottom: none !important;
}
span.logout-btn{
    font-size: 15px !important;
    color: #603D82 !important;
    padding-left: 6px !important;
    font-weight: 600 !important;
}
p.sub.sub-files {
    margin-left: 10px;
    font-size: 13px;
    margin-bottom: 5px;
}
.modal-content.histories.upld-box .dropzone {
    margin-top: 20px;
    border: 1px dashed #603d82 !important;
    padding: 0;
    background: #f8f1ff !important;
}
.modal-content.histories.upld-box .dropzone p {
    font-weight: 500;
    color: #603D82 !important;
}
.modal-content.histories.upld-box .dropzone p i {
    font-size: 30px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
div#DataTables_Table_0_processing {
    display: flex;
    justify-content: center;
    border: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: #603d82;
    font-weight: 500;
    background: #eee;
    padding: 10px;
}

tr.hide-table-padding.accordion-table {
    height: auto;
}
tr.hide-table-padding.accordion-table td {
    padding: 0;
    background: #f8f4fc;
}
span.accd-icon i {
    font-size: 16px;
    color: #603d82;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}
.table-visited.accordion-toggle.collapsed span.accd-icon i{
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
button.reasoncls {
    margin-left: 5px;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
    background: #603d82;
    display: inline-block;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
td.table-data.tr.accordion-toggle.clickable .accd-icon i {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}
td.table-data.tr.accordion-toggle.clickable.collapsed .accd-icon i {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
td.table-data.tr.accordion-toggle.clickable{
    cursor: pointer;
}
h6.accrd-in-hd {
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    color: #603d82;
    font-weight: 600;
}
a.dwnld-btn.error-btn {
    border: 1px solid #d20000;
    margin-top: 14px;
    display: inline-block;
    padding: 1px 10px;
    font-size: 13px;
    color: #d20000 !important;
    background: #fff;
}
span.red-text {
    color: #d20000 !important;
}
p.typecls span {
    background: #fcc350;
    display: inline-block;
    padding: 3px 5px;
    margin-top: 3px;
    border-radius: 5px;
    font-size: 13px;
}
a.nav-link.cus-btn {
    background: #ffffff;
    border: 1px solid #603d82;
    min-width: 80px;
}
td.header-text.errorcls {
    color: red !important;
}
td, td.header-text {
    font-size: 13px;
}
.modal-content {
    min-height: 300px;
}
.dwnld-files .dropdown-menu.show .dropdown-item {
    padding: 8px 10px;
    font-size: 14px;
    color: #603D82;
}
.dwnld-files .dropdown-menu.show {
    padding: 0;
    transform: translate3d(425px, -81px, 0px) !important;
    font-size: 14px;
    color: #603D82;
}
.dwnld-files .dropdown-item:focus, .dwnld-files .dropdown-item:hover {
    color: #603D82;
    border: 1px solid #603D82;
    font-size: 14px;
}
p.algrtm-dsbl {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
}
table.accr-table td {
    padding: .75rem !important;
}
.upld-table tbody td {
    vertical-align: middle;
}
span.up-error-label {
    color: #d20000;
}
figure.highcharts-figure {
    margin: 15px 0;
}
p.algrtm-dsbl.chart-dsbl {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 50%;
    transform: translateX(-50%);
}
.btn.submit-btn.form-submit-btn {
    display: inline-block;
    width: 200px;
    margin-bottom: 0;
    margin-left: 10px;
}
.sweet-alert button {
    background: #603d82 !important;
    border-radius: 5px !important;
}
.alert-success {text-align: center;}
td.dataTables_empty {
    background: #ffd1d1;
    color: #9d1010 !important;
    text-align: center;
    vertical-align: middle;
}
a.cstmr-id {
    color: #603d82;
    font-weight: 600;
    border-bottom: 1px solid #603d82;
    padding: 5px;
}
.settings-sec.algrtm-sec {
    display: block;
}
.edt-tnt-tab-lst .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0;
}
.edt-tnt-tab-lst .card-header h5 {
    font-size: 14px;
    color: #484848;
}
.edt-tnt-tab-lst .card-header span {
    font-size: 14px;
    color: #808080;
}
.enable-tag {
    margin-left: 10px;
    color: #fcb401 !important;
}
.form-group.editordiv_comment.reason-cmt textarea {
    border: 1px solid #bababa !important;
    height: 150px;
}
.form-group label {
    margin-bottom: 0 !important;
}
.choose-org {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.choose-org h1 {
    font-weight: 600;
    margin-bottom: 20px;
    padding: 20px;
    color: #603d82;
    font-size: 35px;
    background: #faf4ff;
}
.choose-org h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
}
.choose-org ul {
    list-style: none;
}
.choose-org ul li {
    padding: 20px 10px;
    border-bottom: 1px dashed #d6d6d6;
}
.enterprice-sec {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #e3cff3;
    background: #e3cff3;
}
.enterprice-sec span {
    color: #57327a;
    margin-left: 15px;
}
.enterprice-sec p {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: -4px;
}
.enterprice-sec h6 {
    color: #000 !important;
    font-weight: 800;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.card.impre-sec img.img-fluid.rounded-start {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 300px;
}
.card.impre-sec {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}
.card.impre-sec .btn-primary {
    min-width: 150px;
    margin-left: 20px;
}
.card.impre-sec a.cncl-btn {
    color: #878787;
}
.ndc-sec {
    justify-content: space-between;
    position: absolute;
    bottom: 1px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
}
.ndc-sec span.issuspiciousclr.mrkus-suspcs {
    position: relative;
    margin-top: 5px;
}
.docimg-cls {
    position: relative;
}
.docimg-cls span.closethumbnailimage {
    left: 65px;
    top: 1px;
}
@media (max-height:600px){
    .lgn-ftr {padding-top: 10px;}
    .form-sec .logo {margin-bottom: 10px;}
}
.help-dropdown{
    right: 190px !important;
    left: unset !important;
    top: 47px;
}
