@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
body{
  font-family: 'Roboto', sans-serif !important; 
  font-size:14px ! important;
  font-weight:400;
}
label:not(.form-check-label):not(.custom-file-label){font-weight:bold;}
th{font-weight:500;}

.form-control::placeholder {font-size: 14px;}
.form-control{font-size:14px;}
.fa-trash, .fa-eye, .fa-edit{cursor: pointer;}
form .error{color: red;font-weight: 400 !important;font-size: 15px;}
.loader-area {
    align-items: center !important;
    position: fixed;
    z-index: 9999;
    background: #cccccc61;
    display:none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loader-area .spinner-border {
    height: 5rem !important;
    width: 5rem !important;
    margin-top: 20%;
}

.mr-user-menu li a {
    padding: 5px 10px !important;
    color: #9e9e9e;
    display: block;
}

.payment-options-input{display:none;}
.check-no-input-out{display:none;}

.filter-by-out ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.filter-by-out ul li {
    display: inline-block;
     margin-bottom: 10px;
}

.filter-by-out {
    padding:15px 15px;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 5px;
}

#check-no-input-out{display:none;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*kp select 2 start*/
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057 !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057 !important;
}
.select2-container--default .select2-selection--single {
  padding: .46875rem .75rem;
  height: calc(2.25rem + 2px);
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: -.4rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0px;
  padding-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: auto;
  margin-top: -3px;
}
.text-sm .select2-container--default .select2-selection--single .select2-selection__arrow, select.form-control-sm ~ .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
/*kp select 2 end*/
/*custom-style*/
.main-sidebar{
  background-color: #001F45;
  box-shadow: 10px 10px 30px #7F91AA66 !important;
 border-radius: 0px 15px 15px 0px;
 height: -webkit-fill-available !important;
 min-height: auto !important;
 margin: 25px 0px 25px 0px;
}
.main-header {
    background-color: #ffffff75;
    margin-left: 278px !important;
    padding: 0px;
    border-radius: 15px;
}
.wrapper{
  background:url(../images/new-images/BG-master.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 25px 25px 0px;
  background-position: bottom;
}

.content-wrapper{
  background-color: transparent;
}
.content-header {
    padding: 15px 18px !important;
    padding-right: 0 !important;
}
.content-wrapper>.content {
    padding-right: 0 !important;
}
.main-footer{
  display: none;
}
.nav-link img {
    margin-right: 10px;
}
.breadcrumb{
  margin: 0px !important;
  background-color: transparent !important;
}
.btn-info {
    color: #001F45;
    background-color: transparent;
    border-color: transparent;
  }
.small-box .icon>i{
  position: unset;
}
.small-box .icon{
  text-align: center;
  padding-bottom: 20px;
}
.small-box>.inner{
  text-align: center;
}
.small-box .icon img {
    width: 100%;
    max-width: 100px;
}
.small-box {
    padding: 35px;
    height: 100%;
    max-height: 250px;
}
.bg-info {
    background: transparent linear-gradient(0deg, #6A65EF 0%, #8E8BDD 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #7F91AA66;
    border-radius: 15px;
}
.bg-success {
    background: transparent linear-gradient(0deg, #5AB966 0%, #85C48D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #7F91AA64 !important;
    border-radius: 15px !important;
}
.bg-warning {
    background: transparent linear-gradient(360deg, #C4B1AE 0%, #E2CAC6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #7F91AA64;
    border-radius: 15px;
}
.bg-danger {
    background: transparent linear-gradient(0deg, #F56476 0%, #FA8A98 100%) 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #7F91AA64;
    border-radius: 15px;
}
.small-box .inner p {
    color: #001F45;
    font-weight: 600;
}

.small-box .inner h3 {
    color: #fff;
}
span.calendar-imgs img:nth-child(2) {
    margin: 0px 7px 2px 3px;
}
span.calendar-imgs {
    margin-left: 15px;
}
.dashboard-style {
    color: #001F45;
    font-weight: bold;
}
.breadcrumb-item.active {
    color: #6A65EF;
}
.breadcrumb .breadcrumb-item a {
    color: #7F90AA;
}
.nav-sidebar .nav-link>p>.right{
    right: 0px !important;
}
.list-border-sty{
    border-bottom: 1px solid #334C6A;    
}
.nav-sidebar>.nav-item {
    margin: 2px 15px !important;
}
.nav-sidebar .nav-link p{
    color: #ffff;
}
.nav .nav-item>.nav-link.active {

    background-color: transparent !important;
}
.nav .nav-item>.nav-link.active p{
        color: #6A65EF !important;
}
.manage-text-style{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}

.border-gap {
    margin-bottom: 10px !important;
}
.border-top-gap p {
    margin-top: 10px !important;
}
.modal-open .modal{
    background: #001f45b3;
/*    display: flex !important;*/
}
.modal-dialog {
    max-width: 460px !important;
    margin: auto !important;
    width: 100% !important;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}
.modal-header .modal-title {
    color: #001F45;
    font-size: 26px;
    font-weight: bold;
}
.modal-content{
    border-radius: 15px;
}
.close, .mailbox-attachment-close {

    font-size: 26px;
    font-weight: 400;
    color: #000;
    opacity: 1;
}
.modal-body label {
    color: #001F45;
}
.modal-input-style, .select2-selection, .modal-input-style::placeholder{
    background-color: #EBEFF5E3 !important;
    color: #001F45 !important;
    font-weight:400 ;
}
.select2-selection span {
    color: #001F45 !important;
}
.modal-header {
    padding: 40px 30px 0px 30px;
    border:none !important;
}
.modal-body{
    padding: 15px 30px 30px 30px;
}
.modal-footer{
    border: none;
}
.book-prop-btn{
    padding: 5px 20px;
    border-radius: 5px;
}
.brand-link{
    text-align: center;
}
.brand-link img {
    width: 100%;
    max-width: 170px;
}
.modal-header .close{
    margin-top: -40px;
}
span#select2-client_id-container{
    color: #001F45 !important;
}
.custom-changes span.select2-selection__arrow {
    display: none;
}
.custom-changes span.select2-selection:after {
    content: url(http://mlauliving.orntech.com/public/assets/images/new-images/icon-pil-down.svg);
    position: absolute;
    right: 1px;
    top: 1px;
    background: #7F90AA;
    padding: 4px 8px;
    border-radius: 0px 3px 3px 0px;
}
.movwto-date-input-design{
    position: relative;
}
.movwto-date-input-design .clalendar-img-outer {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #7F90AA;
    padding: 4px 9px;
    border-radius: 0px 3px 3px 0px;
}
.clalendar-img-outer img {
    width: 100%;
    max-width: 16px;
}
.content-wrapper{
    margin-left: 278px !important;
}
.content-header.custom-manage-employee {
    margin-bottom: 50px;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 10px 10px 30px #7F91AA64;
    border-radius: 15px;
    padding: 20px !important;
}
.content-header.custom-manage-employee .text-dark {
    font-weight: bold;
    color: #001F45;
}
.btn-primary{
    background-color: #6A65EF;
    border-color: #6A65EF;
    border-radius: 5px !important;
}
.custom-manage-employee .btn {
    margin-top: 2px;
}
.custom-manage-employee .content {
    margin-top: 30px;
}
.custom-manage-employee .input-group input{
    border-radius: 5px;
    border:none;
    background-color: #EBEFF5E3;
    margin-right: 5px;
}
.custom-manage-employee .input-group input::placeholder{
    color:#001F45 ;
    opacity: 0.2;

}
.btn-success {
    background-color: #5AB966 !important;
    border-color: transparent; !important;
    border-radius: 5px !important;

}
.btn-danger{
    background-color: #F56476 !important;
    border-color: #F56476 !important;
    border-radius: 5px !important;
}
section.content.employee-custom-outer {
    padding: 0 !important;
}
.content.employee-custom-outer .container-fluid{
    padding: 0px;
}
.border-none {
  border-collapse: collapse;
  border: none;
  margin: 0px;
}


.border-none tr:first-child td {
  border-top: none;
}

.border-none tr:last-child td {
  border-bottom: none;
}

.border-none tr td:first-child {
  border-left: none;
}

.border-none tr td:last-child {
  border-right: none;
}


.border-none tr:first-child th {
  border-top: none;
}

.border-none tr:last-child th {
    border-bottom: 1px solid #EBEFF5E3;
    color: #001F45;
    font-weight: bold;
}

.border-none tr th {
    border-left: none;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.border-none tr th:last-child {
  border-right: none;
      padding-right: 30px;

}
.employee-custom-outer .card {
    border-radius: 15px;
}
.border-none tr{
    background-color: #fff !important;
}
.employee-custom-outer .card-body{
    padding: 0px;
}
.employee-custom-outer .table-responsive{
    border-radius: 15px;
    ox-shadow: 10px 10px 30px #7F91AA64;
}
.border-none tr td:last-child {
    padding-right: 30px;
}
.border-none tr td:first-child {
    padding-left: 30px;
}
.border-none tr:last-child td {
    padding-bottom: 15px;
}
.border-none tr td {
    color: #001F45;
}
.border-none tr th:first-child {
    padding-left: 30px;
    padding-right: 30px;
}
.employee-custom-outer .table-bordered td, .table-bordered th {
    border: 1px solid #EBEFF5E3 !important;
    font-size: 12px;
}
.assign-propertie-sign-outer{
    background-image: url(../../../../../public/assets/images/new-images/bg-master-crpped.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0px;


}

.assign-propertie-sign-outer .main-header {
    border:none;
    margin-bottom: 50px;
    background-color: transparent; !important;
    padding: 0px;
    margin-left: 0px !important;
}
.assign-propertie-sign-outer .change-lang-out img{
    display: none;
}
.assign-propertie-sign-outer .change-lang-out{
    border: none;
    padding: 0;
    margin-right: -30px;
    margin-top: 15px;
}
.assign-propertie-sign-outer .change-lang-out a {
    text-decoration: none;
    color: #001F45;
    font-size: 16px;
}
.main-assign-inner {
    background-color: #fff;
    padding: 0px 70px 15px 70px;
    border-radius: 15px;
    box-shadow: 10px 10px 30px #00000029;
}
.row.image-property-content-outer {
    margin-bottom: 30px;
}
.assign-propertie-sign-outer .dropdown-toggle::after{
    display: none;
}
.assign-propertie-sign-outer .dropdown-toggle::before{
    content: url(http://mlauliving.orntech.com/public/assets/images/new-images/Pil-down.svg) !important;
    position: absolute;
    right: 17;
    padding: 9px 0px;
}
.assign-propertie-sign-outer .dropdown-toggle{
    padding-right: 40px;
}
.assign-propertie-sign-outer .logo-brand {
    text-align: right;
    margin-right: -131px;
    padding: 9px;
}
.assign-propertie-sign-outer .logo-brand a {
    background: #001F45;
    padding: 15px 25px;
    border-radius: 0px 0px 15px 15px;
    width: fit-content;
}
.assign-propertie-sign-outer .slick-track img {
    border-radius: 15px;
}
.image-property-content-outer .single-property-title {
    color: #001F45;
    font-weight: bold;
}
.image-property-content-outer .single-location-outer-box span {
    font-size: 14px;
    color: #001F45;
    margin-left:10px !important;
}
 .image-property-content-outer .single-room-details-inner-box {
    background: transparent linear-gradient(180deg, #F56476 0%, #FA8A98 100%);
    border-radius: 15px;
    padding: 20px 25px;
}
.image-property-content-outer .double-room-details-inner-box {
    background: transparent linear-gradient(180deg, #6A65EF 0%, #8E8BDD 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 20px 25px;
}
.rent-room-details-inner-box {
    background: transparent linear-gradient(180deg, #5AB966 0%, #85C48D 100%) 0% 0% no-repeat padding-box;
     border-radius: 15px;
    padding: 20px 25px;
}
p.text-center.all-rooms-text-style {
    font-size: 14px;
    font-weight: bold;
    color: #001F45;
    margin: 0px;
}
p.text-center.all-rooms-count-style {
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
}
.assign-propertie-sign-outer .single-amenities-inner-box ul {
    display: grid;
}
.assign-propertie-sign-outer .single-amenities-outer-box{
    background: #EBEFF5E3 0% 0% no-repeat padding-box;
    border-radius: 5px;
}
.assign-propertie-sign-outer .prop-section-heading{
    background: transparent;
    padding: 10px 30px;
    color: #001F45;
    font-weight: bold;
}
.assign-propertie-sign-outer .prop-section-content {
    padding: 0px 15px;
}
.assign-propertie-sign-outer .single-property-details-outer-box .card-header {
    background: #EBEFF5E3 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: 0px !important;
}
.assign-propertie-sign-outer .single-property-details-outer-box .card{
    border: 0px !important;
}
.assign-propertie-sign-outer .single-client-details-form-outer-box {
    background: #ffffff;
}
.assign-propertie-sign-outer .single-client-details-form-outer-box {
    padding: 33px 5px;
}
.assign-propertie-sign-outer .single-client-details-form-inner-box h4 {
    text-align: left;
    color: #001F45;
    font-weight: bold;

}
.assign-propertie-sign-outer .form-control:disabled, .form-control[readonly] {
    background-color: #EBEFF5E3;
    border-radius: 5px;
    border: none;
}
.assign-propertie-sign-outer .signature-label {
    background-color: #EBEFF5E3 !important;
    border: none !important;
}

.assign-propertie-sign-outer .form-control{
    border: none !important;
}
.assign-propertie-sign-outer .signature-pad--body, #signature {
    background-color: #EBEFF5E3 !important;
}
.assign-propertie-sign-outer .signature-pad--actions{
    display: flex;
}
.assign-propertie-sign-outer .signature-pad--body button.btn {
    color: #5AB966;
    background: none;
    border: none;
    margin-right: 20px;
    margin-top: 30px;
}
.Indsend-btn-sign {
    background-color: #6A65EF !important;
    color: #fff;
    border-radius: 5px;
    padding: 7px 25px;
}
.sign-pad-order{
    margin-top: 30px;
}
.assign-propertie-sign-outer .single-amenities-inner-box ul li{
    color: #001F45;
}
.single-property-details-outer-box .card-title {
    font-size: 20px;
    color: #001F45 !important;
    font-weight: bold;
}
.assign-propertie-sign-outer .single-client-details-form-inner-box .form-group label{
    color: #001F45;
    font-weight: bold;
}
.assign-propertie-sign-outer .single-client-details-form-inner-box .form-group input{
    color: #001F45;
}
.new-property-manage-style .card {
    box-shadow: 10px 10px 30px #00000029;
    border-radius: 15px;
    overflow: hidden;

}
.content-header.assigne-properties-filter-outer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #7F91AA64;
    border-radius: 15px;
    margin: 20px 0px;
    padding: 25px 5px !important;
}

.assigne-properties-filter-outer h1{
    color: #001F45;
    font-weight: bold;
}
.assigne-properties-filter-outer .text-info {
    color: #6A65EF!important;
}
.assigne-properties-filter-outer .form-group select, .assigne-properties-filter-outer .form-group input {
    border: none;
    background-color: #EBEFF5E3;
    border-radius: 5px;
    -webkit-appearance: none;
    padding-right: 50px;
}
.after-before-img-content {
    position: relative;
    overflow: hidden;
}
.after-before-img-content img {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #7F90AA;
    padding: 11px 9px;
    border-radius: 0px 5px 5px 0px;
    z-index: 1;
}
.after-before-midto img {
    width: 100%;
    max-width: 33px;
    padding: 7px;
}
.assign-property-table-style .table tr {
    background: #fff !important;
}
.employee-custom-outer .all-rooms-assign-forms td {
    border: 0px !important;
}
.all-rooms-assign-forms .form-control {
    border: none;
    background-color: #EBEFF5E3;
    border-radius: 5px;
    -webkit-appearance: none;
    padding-right: 40px;
}
.assign-property-table-style tr th, .assign-property-table-style tr td{
    padding: 7px;
    color: #001F45;
}
.all-rooms-assign-forms tr td {
     padding: 4px;
}
.assign-property-table-style tr td:first-child {
    padding-left: 15px;
}
.assign-property-table-style tr th:first-child {
    padding-left: 15px;
}
.assign-property-table-style tr td:last-child {
    padding-right: 15px;
}
.assign-property-table-style table{
    margin:0px;
}
.assign-property-table-style tr:last-child td {
    padding-bottom: 15px;
}
.all-rooms-assign-forms tr td {
    padding: 15px 4px;
}
.all-rooms-assign-forms tr td:nth-child(4) {
    width: 110px;
}
.all-rooms-assign-forms .form-control, .all-rooms-assign-forms .form-control::placeholder{
    font-size: 12px;
}
.card-image-box-outer {
    position: relative;
    height: 223px;
}
.card-image-box-outer img {
    height: 223px;
}
.manage-properties-contentsection-nw h2.card-title {
    height: 45px;
}
a.manage-edit-btn {
    background: #6A65EF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #fff;
    padding: 4px 12px;
    position: absolute;
    top: 12px;
    right: 85px;
    font-size: 13px;
}
a.manage-assign-btn {
    background: #5AB966 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #fff;
    padding: 4px 12px;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 13px;
}
.new-property-manage-style h5.card-title {
    width: 100%;
}
.property-owner {
    width: 100%;
    display: flex;
    align-items: baseline;
}
.property-owner p {
    margin:10px 10px 10px 0px;
}

.singl-movin-out div p {
    padding-right: 10px;
    margin: 0;
}
.manage-prop-room-detail{
    padding: 20px 0px;
    border-top: 1px solid #EBEFF5E3;
    border-bottom: 1px solid #EBEFF5E3;
}
.status-assigned-content {
    margin: 10px 0px;
}
.new-property-manage-style .card-title a {
    color: #001F45;
    font-weight: 500;
    font-size: 18px;
}
.card-box-content-tit-sty {
    color: #001F45;
    font-size: 14px;
    width: 92px;
}
.manage-properties-main-content-outer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 30px #7F91AA64;
    border-radius: 15px;
    margin: 20px 0;
    padding: 20px 20px 20px 10px !important;
}
.edit-asibtn-outr {
    position: absolute;
    top: 15px;
    right: 15px;
}
.manage-properties-contentsection-nw {
    padding: 0px !important;
}
p.owner-name-style a {
    color: #5AB966;
}
.card-box-titles-cntnt{
    color: #6A65EF;
    font-size: 14px;
    margin-right: 20px;
}
.manage-properties-main-content-outer .select2-selection, .manage-properties-main-content-outer .form-control {
    border: none;
    background-color: #EBEFF5E3 !important;
    border-radius: 5px !important;
    -webkit-appearance: none;
    width:200px;
    max-width: 100%;
    overflow: hidden;
}
.manage-properties-main-content-outer .select2-selection__arrow{
    display: none;
}
.manage-properties-main-content-outer .input-group-prepend {
    display: none;
}
.manage-properties-main-content-outer .select2-selection, .manage-properties-main-content-outer .select2-selection__rendered,
 .manage-properties-main-content-outer input::placeholder{
    color: #001F45 !important;
}
.manage-properties-main-content-outer h1 {
    color: #001F45;
    font-weight: bold;
    margin: 0px 0px 15px;
}

.content-wrapper>.content.manage-properties-contentsection-nw {
    padding: 0px !important;
}
.content-wrapper>.content.manage-properties-contentsection-nw .container-fluid {
    padding: 0;
}
.sidebar{
    overflow-y:hidden;
}
.sidebar nav, .sidebar nav ul {
    height: 100%;
}
.sidebar nav ul{
    position: relative;
}
.sidebar nav ul .setting-positon-bot {
    position: absolute;
    bottom: 20px ;

}

.property-box-outer-inner {
    width: 100%;
    max-width: 370px;
    display: inline-block;
    text-align: left;
    margin: 15px;
}
.property-box-outer {
    text-align: center;
}
.release_smt_btn {
    background: #6A65EF;
    color: #fff;
}
.footer-for-sign-page {
    display: block;
    border: none;
    text-align: left;
    padding: 0;
    color: #7F90AA;
}
.header-for-employee {
    border: none;
    margin-bottom: 50px;
    background-color: transparent;
    padding: 0px;
    margin-left: 0px !important;
}
.header-for-employee .logo-brand {
    text-align: right;
    margin-right: -131px;
    padding: 9px;
}
.header-for-employee .logo-brand a {
    background: #001F45;
    padding: 15px 25px;
    border-radius: 0px 0px 15px 15px;
    width: fit-content;
}
.header-for-employee .change-lang-out {
    border: none;
    padding: 0;
    margin-top: 15px;
}
.header-for-employee .change-lang-out a {
    text-decoration: none;
    color: #001F45;
    font-size: 16px;
}
.header-for-employee .dropdown-toggle::before {
    content: url(http://mlauliving.orntech.com/public/assets/images/new-images/Pil-down.svg) !important;
    position: absolute;
    right: 0px;
}
.header-for-employee .change-lang-out img {
    display: none;
}
.header-for-employee .dropdown-toggle::after{
    display: none;
}
.header-for-employee .lang-selector {
    padding: 0px 20px;
}
.content{
    padding: 0px !important;
}
.content .container-fluid{
    padding: 0 !important;
}













