
html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background: #603d8217;
}
img.inner-logo {
    width: 400px;
    margin: 5px 0;
}
/* login */

.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;
}
.btn ,.btn:hover {
    transition: 0.5s ease all;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #603D82;
}
.form-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(86, 61, 130, 0.7);
    padding: 70px;
    border-radius: 20px;
    width: 570px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.form-control {
    border-bottom: 1px solid #bababa;
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    padding: 0.375rem 0.50rem;
    height: 40px;
}
form{
    width: 100%;
}
.logo {
    text-align: center;
}
a.crt-btn {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.logo img {
    width: 500px !important;
}
.frgt-pass {
    text-align: right;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
    padding-right: 10px;
    margin-top: 5px;
}
.frgt-pass a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.btn-primary-1 {
    width: 250px;
    height: 50px;
    text-align: center !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.form-sec .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 23px;
    opacity: 1;
    color: #495057;
    height: 50px !important;
    padding-left: 15px;
    font-size: 15px;
}
.form-sec p {
    color: #fff;
    margin-bottom: 40px;
}
.form-sec h2 {
    color: #ffc556;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.warning-msg {
    color: #ffcc6a;
    font-weight: 600;
    font-size: 20px;
}
ul.warning-msges {
    color: #fff;
    margin: 10px 20px;
}
ul.warning-msges li {
    font-size: 14px;
    line-height: 30px;
}
.pass-sec {
    position: relative;
}
a.inside-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    color: rgb(134 116 166);
}
.form-sec label.error {
    color: #feb62c !important;
    padding-left: 10px;
    margin-top: 5px;
    font-weight: 500;
}

.main {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
    align-items: center;
}
.back {
    opacity: 1;
    position: absolute;
    left: 0px;
    width: 50vw;
    height: 35vh;
    bottom: 0;
    z-index: -1;
}

input::-webkit-input-placeholder {
    color: #BCBBBB !important;
    text-align: left;
    font: normal normal normal 16px/42px Roboto;
    letter-spacing: 0px;
    text-transform: capitalize;
    opacity: 1;
}
.form-control:focus {
    border-color: #707070;
    box-shadow: none;
    color: #333;
}
.btn-primary-1 {
    background-color: #FEB62B;
    color: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 23px;
    border: none;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    font: normal normal normal 14px/15px Roboto;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.btn.btn-primary-1:hover {
    background: #fff;
    color: #fcb62b;
    border: 1px solid #fcb62b;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.btn:hover {
    color: #FFFFFF;
}
a.bck-btn {
    color: #fff;
    font-size: 14px;
}


/* login */

.logo {
    text-align: center;
    margin-bottom: 70px;
}
a:hover {
    text-decoration: none;
    transition: 0.3s ease all;
}
.btn.submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #563d82;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    /* margin-bottom: 20px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.btn.submit-btn:hover {
    background: #635185;
}
a.crt-btn {
    font-size: 15px;
    color: #563d82;
    font-weight: 500;
    text-decoration: none;
}
.lgn-ftr{
    text-align: center;
    padding-top: 100px;
}
.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
}
.profile-name span{
    font-size: 14px;
    font-weight: 500;
    color: #603d82;
}
.profile-name a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.profile-name form {
    padding-top: 5px;
    padding-bottom: 5px;
}
.profile-name form:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.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;
    padding-left: 10px;
}

.nav-2 .profile-type .dropdown-menu .dropdown-item:hover {
    color: #603D82 !important;
    background-color: #FEB62B !important;
}

.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: 40px;
    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;
}
th.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;
    min-height: 60vh;
    overflow: auto;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 10px;
}
.table-borderless p {
  margin-bottom: 0 !important;
}
.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;
}
.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;
}
.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,
button.btn.add-btn {
    background: #603d82;
    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}
button.btn.add-btn span {
    color: #fcc350;
    font-size: 16px;
    margin-right: 7ccpx;
}
a.btn.add-btn:hover,
button.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: .5rem .7rem;
    font-size: 16px !important;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #603d82;
    border-color: #603d82;
}
.page-link:focus{box-shadow: none;}
.add-tenants {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
}
.add-tenants form {
    margin: 30px 0;
}

.form-control:focus {
    box-shadow: none  !important;
    border-color: #f6b300 !important;
}

/* checkbox */

/* The checkbox-sec */
.checkbox-sec {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 500;
    -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: 0;
    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: 100%; 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: 15px;
    margin: 10px 0px;
}
.custom-control-label{
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 500;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #603d82;
    background-color: #603d82;
}
.custom-control-input:focus{
    box-shadow: none !important;
}
.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 1px;
}

.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: 7px; font-size: 14px; color: #5c5c5c; font-weight: 500; max-width: 250px;}
.swtch-btn label{margin-bottom: 0;}
.custom-select {background-color: rgba(255, 255, 255, 0)!important; font-size: 14px !important;}
.brdr-top{border-top: 1px solid #efefef;}

.table h2 {
    font-size: 17px;
    font-weight: 600;
}
.version li {
    list-style: disc;
}


/* file upload */

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    position: relative;
    background-color: #efecf2;
    border-radius: 5px;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #efecf2;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
    padding: 60px 0;
    border: 2px solid #e9e8ea;
    border-radius: 5px;
}
.drag-text i {
    font-size: 50px;
    color: #c7bed9;
}

.drag-text h3 {
	color: #B1A8B9;
	font-size: 15px;
	font-weight: 450;
}

.doc-sec {
    border: 2px solid #e9e8ea;
    border-radius: 5px;
}

.in-file img {
    height: 100px;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 100%;
    margin: 0;
    color: #c43221;
    background: #f4d8d5;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #c43221;
    transition: all .2s ease;
    outline: none;
    font-size: 13px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
} */

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
.file-upload-content {
    background-color: #efecf2;
    padding: 30px;
}

/* file upload end */

.form-group {
    margin-bottom: 0 !important;
    margin-top: 1.5rem;
}
.form-group label sab {
    color: red;
}
.form-group label {
    font-size: 13px;
}
label.active{
    color:#3a3a3a !important;
    font-size: 13px !important;
}
label.lbl-slct{
    color:#3a3a3a !important;
    font-size: 13px !important;
    top: -5px !important;
}

.btn.cancel {
    background: #f4f3f4;
    color: #603d82 !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 1px solid #603d82;
    font-size: 14px;
}
.btn.cancel:hover {
    background: #eee5ee;
    transition: all 0.3s ease;
}
.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_length select {
     /* for Firefox */
     -moz-appearance: none;
     /* for Chrome */
     -webkit-appearance: none;
}
/* For IE10 */
  select::-ms-expand {
    display: none;
  }


ul.pagination {
    justify-content: end;
}
.btn-primary {
    color: #fff;
    background-color: #603d82;
    border-color: #603d82;
}
.btn-primary:hover {
    color: #fff;
    background-color: #635185;
    border-color: #635185;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #635185;;
    border-color: #635185;
}
.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;
}
.opt-btn {
    color: #603d82;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.opt-btn:hover {
    color: #fff;
    background: #603d82;
    border-radius: 5px;
}
a.opt-btn.delete:hover {
    background: #b20018;
    color: #fff;
}
p.invtatn-sts.accpt-sts {
    color: #603d82;
}
p.ntsnd-sts.invtatn-sts {
    color: #a1a1a1;
}
.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;
}
a.btn.active-btn {
    background: #ffffff;
    font-size: 13px;
    width: 100px;
    margin-right: 2px;
    color: #adadad;
    border: 1px solid #cbcbcb;
}
span.badge.badge-count {
    background: #603d82;
    color: #fff;
}
a.btn.active-btn.active {
    background: #fcc350;
    color: #603d82;
    border: none;
}
span.badge.badge-count {
    background: #603d82;
    color: #fff;
}
label.invite-check {
    display: flex;
    margin-top: 10px;
}
.submit-btn-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.submit-btn.form-submit-btn {
    display: inline-block;
    width: 200px;
    margin-bottom: 0;
    margin-left: 10px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.brdr-tp-non{
    border-top: none !important;
}
.modal-body td {
    color: #898989 !important;
    font-size: 14px !important;
    font-weight: 500;
}
button:focus{
    outline: none !important;
}
.form-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

a.btn.add-btn.add-stngs {
    background: #fff;
    color: #603d82;
    border: 1px solid #603d82;
    font-size: 14px;
}

a.btn.add-btn.add-stngs i {
    font-size: 16px;
}
.setngs-form-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    padding: 0 10px;
}
.setngs-form-hd h3 {
    color: #563d82;
    font-size: 17px;
    margin: 15px 0;
}
/* .stngs-sec{
    background: #f9f9f9;
} */
p.stngs-sb-hd {
    margin: 25px 0 15px;
    color: #404040;
    font-size: 15px;
    font-weight: 500;
}
.form-control::-webkit-input-placeholder {
    font-size: 13px!important;
    color: #8d8d8d!important;
 }
 
.form-control:-moz-placeholder { /* Firefox 18- */
       font-size: 13px!important;
       color: #8d8d8d!important;
 }
.form-control::-moz-placeholder {  /* Firefox 19+ */
       font-size: 13px!important;
       color: #888282!important;
 }
 label.error {
     color: rgb(190, 0, 0) !important;
     font-size: 12px;
 }
 label {margin-bottom: 0rem !important; font-size: 13px !important;}
 /* form */

 .form-wrapper {
    max-width: 30%;
    min-width: 300px;
    padding: 50px 30px 50px 30px;
    margin: 50px auto;   
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  }
  
  .form-group {
    position:relative; 
  }
  
  .form-label {
    position: absolute;
    left: 0;
    top: 10px;
    color: #495057;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    margin-bottom: 0;
  }
  
  .focused .form-label {
    transform: translateY(-125%);
    font-size: .75em;
  }
  
  .form-input {
    position: relative;
    width: 100%;
    outline: 0;
    border-bottom: 1px solid #bababa;
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    height: 40px;
  }
    .form-input:focus {
      box-shadow: none;
      border-color: #f6b300 !important;
    }
.red-text {
    color: rgb(221, 0, 0);
}
    /* form */
  
  .form-input.filled {
    box-shadow: 0 2px 0 0 #f6b300;
  }
   

 /* form */
 a.btn.cncl-btn:hover {
    color: #727272;
}
.tox .tox-edit-area__iframe{padding-left: 10px; font-style: italic;} 
.table ul {
    margin-left: 15px;
}
.table ul li{
    line-height: 30px;
}
a.btn.chnge-pswrd {
    height: 40px;
    font-size: 14px;
    display: flex;
    min-width: 200px;
    align-items: center;
    color: #563d82;
    justify-content: center;
    font-weight: 500;
    background: #d2c1f0;
}
.dataTables_paginate.paging_listbox span {
    color: #603d82 !important;
    font-size: 14px;
    font-weight: 500;
}
select.paginate_select {
    padding: 7px;
    background: #efe7f7;
    border: 1px solid #e6ccff;
    border-radius: 7px;
}
.dataTables_paginate.paging_listbox {
    text-align: right;
}
.btn-outline-danger {
    color: #ffffff !important;
    background: #dd1d2f !important;
    border: 2px solid #dd1d2f !important;
}
.ohiocls {
    margin-top: 10px;
}
.ohiocls .custom-control.custom-checkbox {
    display: flex;
}
.ohiocls .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 1px;
}
.ohiocls .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;
}
.ohiocls .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.ohiocls .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.edt-tnt-tab-lst .nav.nav-tabs{
    justify-content: end;
    border-bottom: none;
}

.edt-tnt-tab-lst .tab-content>.active {
    display: block;
    border: 1px solid #f2e8fb;
    padding: 10px;
    border-radius: 10px;
}
.edt-tnt-tab-lst .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #603D82 !important;
    background-color: #F9F3FF;
    border-color: #F9F3FF #F9F3FF #fff;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}
.tab-pane.fade {
    border: 1px solid #f2e8fb;
    padding: 20px;
    border-radius: 10px;
}
.edt-tnt-tab-lst .nav-tabs .nav-link {
    padding: 15px;
    font-size: 14px;
    color: #9E9E9E;
    min-width: 130px;
    text-align: center;
}
.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: 15px;
}
.edt-tnt-tab-lst .card-header span {
    font-size: 14px;
    color: #808080;
}
.stngs-sec {
    margin-bottom: 20px;
}
a.btn-link span.up-dwn-btn i {
    transition: 0.3s ease all;
}
a.btn-link.collapsed span.up-dwn-btn i {
    transform: rotate(-90deg);
    transition: 0.3s ease all;
}
.stngs-sec .btn-outline-danger {
    min-width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 .2rem .2rem 0;
}
.stngs-sec .btn-outline-danger:hover {
    color: #fff !important;
}
.edt-tnt-tab-lst .card {
	margin-bottom: 5px;
}
.enable-tag {
	margin-left: 10px;
	color: #fcb401 !important;
}
li.nav-item.dropdown.profile-name {
    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;
}
.btn.cancel-link {
    background: #cd3838;
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
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;
}
.sweet-alert button {
    background: #603d82 !important;
    border-radius: 5px !important;
}
.sweet-alert button.cancel {
    background-color: #c1c1c1 !important;
}
td.dataTables_empty {
    background: #ffd1d1;
    color: #9d1010 !important;
    text-align: center;
}

a.dlt-btn {
    background: #ffffff;
    padding: 5px 10px;
    border: 1px solid #f8b9b9;
    border-radius: 5px;
    font-size: 13px;
    color: #fd6363 !important;
}
a.dlt-btn:hover {
    background: #d33e3e;
    color: #fff !important;
    border: 1px solid #d33e3e;
}
a.mgrt-btn {
    background: #603d82;
    padding: 5px 10px;
    border: 1px solid #603d82;
    border-radius: 5px;
    font-size: 13px;
    color: #fff !important;
}
a.mgrt-btn:hover {
    background: #ffffff;
    border: 1px solid #603d82;
    color: #603d82 !important;
}
.slct-tenant {
    background: #f8f2ff;
    padding: 15px 10px;
}
.slct-tenant .custom-control {
    margin-bottom: 10px;
}
.slct-tenant .custom-control label {
    margin-top: 3px;
}

button.imprsnt-btn {
    background: #ffffff;
    border: 1px solid #603d82;
    color: #603d82;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}
button.imprsnt-btn:hover {
    background: #603d82;
    border: 1px solid #603d82;
    color: #fff;
}

button.imprsnt-btn i {
    font-size: 15px;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(86 61 130 / 28%);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #563d82;
    border-color: #f0edf3;
}
.slct-tenant h6 span {
    color: #603d82;
    margin-right: 10px;
}