
html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: #603d8217;
}
a:hover{
    text-decoration: none;
}
.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: 50px;
}
.frgt-pass {
    text-align: right;
}   
.frgt-pass a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
.btn.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #563d82;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 20px;
}
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
}

.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
}

.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: 25px;
    margin-right: 20px;
}
a.nav-link.icon-profile {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.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;
}
.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 td, .data .table th {
    font-size: 14px;
    color: #333;
    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;
    font-size: 16px;
}
.optns-sec ul li a:hover {
    color: #000;
}
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: 20px;
    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;
}
.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: absolute;
    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;
}
.btn.inside-submit-btn {
    display: block;
    width: 150px;
    background: #563d82;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    /* margin: 0 auto; */
}
.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;}
a.dwnld-btn {
    background: #603d82;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}
a.dwnld-btn span{
    color: #fcc350;
    font-size: 16px;
}
a.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;
    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: 600px;
    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: "Upload Start";
  left: -20px;
  width: 67px;
}
span.upld-fnsd{
  left:33%;
}

span.upld-fnsd::after{
  content: "Upload Finished";
  left: -35px;
  width: 87px;
}
span.algrtm-strt{
  left:66%;
}
span.algrtm-strt::after{
  content: "Algorithm Start";
  left: -30px;
  width: 83px;
}

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.line-blue{
  width: 33%;
  height: 5px;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  background: #603d82;
}
.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: -7px;
}
span.upld-fnsd-dt {
  position: absolute;
  left:33%;
}
span.algrtm-strt-dt {
  position: absolute;
  left:66%;
}
span.algrtm-fnsd-dt {
  position: absolute;
  left:99%;
  width: 100%;
}
