.login_bg {
  background-color: #1d1f22;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/login-bg.jpg);
  background-attachment: fixed;
}
.rc_white { 
  color:white !important;
}
.autocomplete_container {
  position: relative;
}
.autocomplete_results {
  position: absolute;
  top:100%; left:0;
  margin-top: 5px;
  width:100%;
  z-index:10;
  background-color: #fff;
  border-radius:6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  overflow: hidden;
  max-height:280px;
  overflow-y: auto;
}
.autocomplete_results > a {
  padding:7px 15px;
  border-bottom:1px solid #E5E5E5;
  display: block;
  font-weight:600;
}
.autocomplete_results > a:hover {
  background-color: #f5f5f5;
}
.autocomplete_results > a:last-child {
  border-bottom:none;
}
.autocomplete_results > p {
  padding:7px 15px;
  color:#999;
  text-transform: uppercase;
  font-weight:600;
  margin-bottom: 0;
}

/*-------- General styles --------*/
.btn-l {
  margin-left: 15px;
}
.btn-r {
  margin-right: 15px;
}
.pb-100 {
  padding-bottom: 120px;
}
.full-height {
  height:100vh;
}
.pattern {
  background-position:0 0;
  background-repeat: repeat;
  background-image: url(../images/pattern.svg); 
}
.rc_button.sm {
  height:36px;
  line-height: 33px;
  font-weight: 500;
}
.fade.show {
  opacity: 1;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.rc_label.big {
  height:auto;
  padding:5px 20px;
  font-size:13px;
}

.rc_form-wrap.login-form {
  min-height: 560px;
}

.angular-editor-wrapper .angular-editor-textarea {
  min-height: 400px !important;
}

.rc_panels-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}
.rc_form-wrap {
  max-width:inherit;
}
.rc_panels-wrap.form .rc_main-panel {
  max-width: 900px;
  width: 100%;
  flex: auto 0;
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.rc_panels-wrap.form .rc_main-panel.no-bg {
  padding:0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
.rc_form_buttons_fixed {
  position: fixed;
  bottom: 0;
  padding: 20px 100px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: white;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}

.input-hidden {
  position: absolute;top:-9999px;left:-9999px;opacity:0;  
}

[class^="rc_title"] {
  width: 100%;
  min-height: 36px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin:30px 0 25px;
  align-items: center;
  line-height: normal;
  text-align: center;
}

.rc_title-h1>span {
  font-size: 26px;
  width: 100%;
  min-height: 36px;
  flex: 2;
  position: absolute;
  top: 0; left: 0;
  z-index: 0;
  font-weight: 600;
  color: #101010;
}
.rc_back-button {
  position: relative;
  z-index: 3;
}

.rc_error-page{
  width:100%;max-width:600px;
  margin:0 auto;padding:60px 0;
  text-align:center
}
.rc_error-page .title{
  width:100%;display:block;
  margin:16px 0 0;margin-bottom:-12px;
  font-size:9.6rem;font-weight:700;
  text-transform:uppercase;
  line-height:normal
}
.rc_error-page .desc{
  width:100%;display:block;
  margin-bottom:32px;font-size:2.2rem;
  font-weight:600;color:#101010;
  text-transform:uppercase
}

.content-zone .item {
  display: inline-table;
  width:100%;
  margin-top: 10px;
}
.content-zone .item .key {
  font-weight: 700;
  display: inline-block;
  font-size:16px;
  margin-right: 10px;
}
.content-zone .item .key:after {
  content:':';
  display: inline-block;
}
.content-zone .item .value {
  display: inline-block;
  font-size:16px;
}

/*------- header --------*/
.rc_header {
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/bg.jpg);
  position: relative;
  z-index: 10;
} 
ul.admin-menu {
  margin:0; padding:0;
  width:100%;
  list-style: none;
}
.admin-menu>li {
  display: inline-block!important;
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-menu>li>a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  font-size: 15px;
}
.admin-menu>li>a:after {
  display: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  max-width: 300px;
}
.rc_dropdown-menu li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #101010;
  padding: 8px 16px !important;
  text-align: left;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/*-------------- Accordions --------------*/
.nav-tabs>li>a {
  margin-bottom: 1px;
  font-size: 15px;
}
.tab-content>.tab-pane {
  padding-top:15px;
}
.accordions .card {
  margin-bottom:10px;
}
.accordions .card .card-header {
  position: relative;
}
.accordions .card .card-header button {
  padding:10px 50px 10px 20px;
  background-color: transparent;
  color:black;
  border-radius: 4px 4px 0 0;
  border:none;
  width:100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 4;
}
.accordions .card .card-header button.danger {
  background-color: #F33C27;
}
.accordions .card .card-header button.collapsed {
  border-radius: 4px;
}
.accordions .card .card-header button:before {
  position: absolute;
  content:'';
  top:0;
  right:0;
  width:30px;
  height:100%;
  background-image: url(https://api.renty.ae/assets/icons/main/renty/others/other-arrow-down-white.svg);
  background-position:center;
  background-repeat: no-repeat; 
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg);
}
.accordions .card .card-header button.collapsed:before {
  -webkit-transform: rotate(0deg); 
  transform: rotate(0deg);
}

.accordions .card .card-header button span.msg {
  margin-left: 10px;
  text-transform: none;
  display:none;
}

.accordions .card .card-header button.collapsed span.msg {
  display: inline-block;
}

.accordions .card .card-header .prc {
  height:5px; width:0;
  position: absolute;
  bottom: 0; left:0;
  background-color:rgb(102, 190, 112);
  -webkit-transition: width 2s;
  transition: width 2s;
}
.accordions .card .card-header .prc_text {
  height:100%; width:100%;
  display:flex;
  align-items:center;
  justify-content:center;  
  position: absolute;
  top: 0; left:0; z-index:1;
  font-weight: 600;
  font-size:16px;
  color:white; 
}

.accordions .card .card-header button .circular-chart {
  height:50px; width:50px;
  margin-right: 15px;
  position: absolute;
  top: 5px; left: 5px;
}

.accordions .card .card-body {
  border-radius:0 0 4px 4px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
  padding:20px;
}

.percantage_car_total {
  height:10px; width:100%;
  position: absolute;
  top: 0; left:0;
}
.percantage_car_total .prc {
  background-color:rgb(102, 190, 112);
  -webkit-transition: width 2s;
  transition: width 2s;
  position: absolute;
  top:0; left:0; height:100%;
}
.percantage_car_total_text {
  font-size: 16px;
  color: white;
  display: inline-block;
  margin-left: 70px;
  border: 2px solid white;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 1px;
}

.autocomplete .dropdown-menu {
  width:100%;
  max-width: 500px;
  padding:0;
}
.autocomplete .dropdown-menu .dropdown-item {
  width:100%;
  padding:10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border:none; 
  background-color: transparent;
}
.autocomplete .dropdown-menu .dropdown-item:hover {
  background-color: #E9EBF7;
}
.autocomplete .dropdown-menu .dropdown-item button {
  font-size:14px;
  padding:6px 12px;
  border:none;
  border-radius: 4px;
}

.items-list {
  margin:20px 0;
  list-style: none;
  padding:0;
  width:100%;
  display: inline-table;
}
.items-list > li {
  width:23%; height:200px;
  margin:0 1% 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.items-list > li button.delete-action {
  position: absolute;
  top:5px; right:5px;
  padding:5px 8px;
  margin: 0;
  z-index:4;
  border:none;
  background-color: #F33C27;
  color:white;
  border-radius: 20px;
  font-size: 13px;
  outline: none !important;
}
.items-list > li h3 {
  position: absolute;
  bottom:0; left:0; 
  width:100%;
  padding:15px;
  margin: 0;
  z-index:3;
}
.items-list > li h3:before {
  content:'';
  position: absolute;
  top:0; left:0;
  width:100%; height:100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%); 
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.items-list > li h3 a {
  display: block;
  color:white;
  position: relative;
  font-size:18px;
  line-height:1.4;
  z-index: 4;
}

/*-------------- Changes --------------*/
.rc_timeline-panel .nav-tabs {
  margin-bottom: 0;
  letter-spacing: -0.3em;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #F0F2FA;
  position: relative;
  z-index: 3;
}
.rc_timeline-panel .nav-tabs li {
  width: 50%;
  letter-spacing: normal;
  text-align: center;
}
.rc_timeline-panel .nav-tabs li a {
  display: block;
  position: relative;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 500;
  color: #696E86;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rc_timeline-panel .nav-tabs li a.active{
  color: #0A1440;
}
.rc_timeline-panel .nav-tabs li a::before {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #275DF2;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.rc_timeline-panel .nav-tabs li a.active::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.rc_timeline_tabs .tab-pane {
  height:200px;
  overflow: auto;
}

.rc_timeline-empty {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.rc_timeline-panel .rc_timeline-empty.empty {
  opacity: 1;
  z-index: auto;
  visibility: visible;
}
.rc_timeline-empty::before {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.rc_timeline-empty span {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.rc_timeline-empty span::before {
  content: '';
  width: 100px;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://api.renty.ae/assets/icons/main/renty/empty/empty-notes.svg);
}
.rc_timeline-empty span::after {
  content: attr(data-text);
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #c7c9d5;
}

.rc_timeline-panel {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
.rc_timeline {
  width: 100%;
  display: block;
  padding:0 16px 24px 16px;
  margin: 0;
  list-style: none;
}
.rc_timeline-item {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 28px;
  letter-spacing: -0.4em;
  text-align: left;
}
.rc_timeline-item .avatar, 
.user-item .avatar {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F9FBFE;
  background-size: cover;
  background-image: url(https://api.renty.ae/assets/icons/main/renty/placeholders/placeholder-avatar.svg);
  border-radius: 100%;
}
.rc_timeline-item .item,
.user-item .item {
  width: calc(100% - 36px);
  display: inline-block;
  padding-top: 4px;
  padding-left: 12px;
  letter-spacing: normal;
  vertical-align: top;
}
.rc_timeline-item .name,
.user-item .name {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #0A1440;
}
.rc_timeline-item .date,
.user-item .date {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #81828b;
  text-transform: uppercase;
}
.rc_timeline-item::before {
  content: '';
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
  top: 42px;
  left: 17px;
  background-color: #F0F2FA;
  border-radius: 4px;
}
.rc_timeline-item:last-of-type {
  margin-bottom: 0;
}
.rc_timeline-item:last-of-type::before {
  display:none;
}

.side-filter-booking {
  position: fixed;
  top:0;left:0;right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.4);
  z-index: 9999;
}
.side-filter-booking > form {
  max-width:400px;
  width:100%;
  position: absolute;
  top:0; left:0;
  bottom:0;
  background-color: #fff;
  padding:50px 30px;
}

/*----------- Tags --------------*/
.ui-select-container {
  width: 100%;
  display: block;
  position: relative;
  background-color: #F9FBFE;
  border: 1px solid #E9EBF7;
  border-radius: 4px;
  color: #0A1440;
  font-size: 1.2rem;
}
.ui-select-choices.dropdown-menu {
  box-shadow: 0 4px 18px rgba(0,0,0,0.2) !important;
  border-radius:4px; 
  padding:0;
}
.ui-select-choices-row > a {
  font-size: 1.0rem;
  padding: 8px 12px !important;
  cursor: pointer;
  border-top: 1px solid #E9EBF7;
}
.ui-select-choices-row.active > a {
  background-color: #275DF2 !important;
  border-color: #FFF;
}

.ui-select-match > span {
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 500;
  position: relative;
  margin:0 2px 3px;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: auto;
  color: #fff;
  background-color: #275DF2;
}
.ui-select-match > span .close {
  color:white;
  opacity: 1;
  font-weight: normal;
  margin-top: 3px;
}

.ui-select-multiple input.ui-select-search {
  width:100%;
}

/*------- Photo modal -------*/
.main_photo_preview {
  float:left;
  width:75%;
  padding-right:15px;
}
.photo_modal_preview .img-preview {
  width:25%; height:200px;
  overflow: hidden;
  float:right;
  padding-left:15px;
}

.main_photo_preview > img {
  max-width: 100% !important;
  height:auto !important;
}
.photo_modal {
  display: none; 
  position: fixed;
  z-index:-1;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.photo_modal_preview {
  display: none; 
  position: fixed;
  z-index:-1;
  padding: 30px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(85, 83, 83, 0.9);
  text-align: center;
}



/* .photo_modal_preview .main_photo_preview {
  transform: scale(0.8);
} */
.photo_modal_preview .crop-btn {
  position: fixed;
  bottom:30px;
  left:50%;
  margin-left: -78px;
  z-index:88;
}

.photo_modal.show, 
.photo_modal_preview.show {
  display:block;
  z-index:99999;
}

/* Modal Content (image) */
.photo_modal .img-content {
  margin: auto;
  display: block;
  width: auto !important;
  max-width: 90% !important;
  height:auto !important;
  max-height:90% !important;
}

.photo_modal .photo_loader {
  position: absolute;
  top:50%; left:50%;
  margin-left: -19px;
  margin-top: -19px;
}

/* Add Animation */
.photo_modal.show .img-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.photo_modal .closes {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.photo_modal .closes:hover,
.photo_modal .closes:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .photo_modal .img-content {
    width: 100%;
  }
}

/*------------ Uploader --------------*/
.rc_button {
  border-radius: 4px;
  color: #FFF !important;
  background-color: #00a4de;
  background-image: -webkit-linear-gradient(left, #00a4de 0%, #5cc6f8 110%);
  background-image: linear-gradient(to right,#00a4de 0%, #5cc6f8 110%); 
}
.rc_uploader-wrap {
  width: 100%;
  height: 140px;
  display: block;
  position: relative;
  background-color: #FFF;
  border: 2px dashed rgba(39,93,242,0.3);
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rc_uploader-wrap.main,
.rc_uploader-wrap.s-16 {
  max-width: 100%;
  height: auto;
  position: relative;
}
.rc_uploader-wrap.main:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.rc_uploader-wrap.s-16:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}
.rc_uploader-label {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.rc_uploader-label::before {
  content: '';
  width: 100%;
  height: calc(100% - 32px);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
  background-image: url(https://api.renty.ae/assets/icons/main/renty/others/other-photo-uploader.svg);
}
.rc_uploader-wrap.s-16 .rc_uploader-label::before {
  background-size: auto 96%;
}
.rc_uploader-wrap > a.video_preview {
  font-size: 16px;
  margin-top: 50px;
  display: block;
}
.rc_uploader-button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.rc_uploader-button .rc_button {
  height: 24px;
  line-height: 24px;
  color: white;
  font-size: 13px;
  padding: 0 12px !important;
}
.rc_uploader-label input,
.rc_form-card.attachment input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.rc_uploader-bg {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: blur 0.6s ease-in-out;
  -moz-transition: blur 0.6s ease-in-out;
  transition: blur 0.6s ease-in-out;
}
.rc_uploader-wrap .rc_uploader-bg {
  -webkit-filter: blur(0);
  filter: blur(0);
  cursor: zoom-in;
}

.loading-uploading {
  position: fixed;
  top:0; bottom:0;
  left:0; right:0;
  z-index: 999;
  background-color: rgba(0,0,0,0.8);
  display:flex;
  justify-content: center;
  align-items:center;
  color:white;
}
.loading-uploading > div {
  text-align:center;
  font-size:18px;
}
.loading-uploading img {
  width: 40px !important;
  height: auto !important;
  margin-bottom: 25px;
}

.rc_attachments {
  padding: 0;
  margin: 0;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0;
  list-style: none;
  letter-spacing: -0.3em;
}
.rc_attachment {
  width: calc(33.333% - 16px);
  display: inline-block;
  margin: 0 8px 16px;
  letter-spacing: normal;
}
.rc_attachment-uploader-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.rc_form-card {
  width: calc(33.333% - 16px);
  display: inline-block;
  margin: 0 8px 16px;
  padding: 8px 12px 8px 8px;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 8px;
  border: 2px solid #E9EBF7;
  font-size: 13px;
  color: #0A1440;
  text-align: left;
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rc_field-desc {
  display: block;
  font-size: 15px;
  padding: 1px 8px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #7a7f97;
  line-height: normal;
  letter-spacing: normal;
  border-left: 4px solid #FFBD59;
}

.rc_form-card.add {
  padding: 8px 12px;
  text-transform: uppercase;
  color: #275DF2;
  background-color: #FFF;
  border: 2px dashed rgba(39,93,242,0.3);
  box-shadow: none;
}
.rc_form-card.attachment {
  width: 100%;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.rc_form-card .status.status-success {
  background-color: rgb(102, 230, 152);
}
.rc_form-card .status.status-info{
  background-color:#275DF2;
}
.rc_form-card .status.status-success{
  background-color:#66E698;
}
.rc_form-card .status.status-danger{
  background-color:#F33C27;
}
.rc_form-card .status.status-warning{
  background-color:#FFBD59;
}
.rc_form-card .status {
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 10px;
  right: -4px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
}

.rc_form-card.add .ico-upload {
  background-image: url(https://api.renty.ae/assets/icons/main/renty/actions/blue/action-upload.svg);
}
.rc_form-card.add .ico-add {
  background-image: url(https://api.renty.ae/assets/icons/main/renty/actions/blue/action-add.svg);
}
.rc_form-card.attachment .picture {
  background-image: url(https://api.renty.ae/assets/icons/main/renty/placeholders/placeholder-attachment.svg);
}
.rc_form-card .rc_form-card-more {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://api.renty.ae/assets/icons/main/renty/others/other-more.svg);
}

.rc_form-card.add [class*="ico-"] {
  width: 32px;
  background-color: transparent;
  background-size: auto;
  height: 48px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  letter-spacing: normal;
}

.rc_form-card .picture{
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  background-color: #F9FBFE;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  letter-spacing: normal;
}
.rc_form-card .info {
  width: calc(100% - 56px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  font-weight: 600;
}
.rc_form-card .details {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rc_form-card .details li {
  display: inline-block;
  padding: 2px 6px;
  margin: 2px 1px;
  background-color: #F0F9FF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  text-transform: uppercase;
}

.rc_form-sub-group {
  width: 100%;
  display: block;
  position: relative;
  padding: 12px 12px 0;
  margin-top: 16px;
  border: 1px solid #F0F2FA;
  border-radius: 4px;
}
.rc_form-sub-group::before, .rc_form-sub-group::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -16px;
  left: 16px;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
}
.rc_form-sub-group::after {
  top: -17px;
  z-index: 1;
  border-bottom-color: #F0F2FA;
}

.rc_field-wrap {
  position: relative;
}

.rc_st-error,
.rc_st-success {
  position: absolute;
  top: -3px;
  right: 0;
  padding: 2px 8px;
  margin:0;
  background-color: #F33C27;
  border-radius: 4px;
  font-size: 13px;
  font-weight: normal;
  color: #FFF;
  line-height: normal;
  opacity: 0.9;
  letter-spacing: normal;
}
.rc_st-success {
  background-color: rgb(7, 145, 26);
}


/*------ alert -------*/
.alert-popup-container {
  align-items: center;
  display: flex!important;
  justify-content: center;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -10;
}
.alert-popup-container.show {
  background-color: rgba(0,0,0,.4);
  z-index: 1100;
  transition: background-color .1s;
}
.alert-popup-content {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  padding: 20px;
  width: 500px;
  max-width: 100%;
}
.alert-popup-container.show .alert-popup-content {
  display: block;
  -webkit-animation: .3s showSweetAlert;
  animation: .3s showSweetAlert;
}
.alert-popup-title {
  font-size: 20px;
  color: #101010;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}
.rc_divider {
  width: 100%;
  height: 4px;
  display: block;
  margin: 8px 0 24px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f4f4f4;
}
.alert-popup-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@-webkit-keyframes showSweetAlert{
  0%{
    -webkit-transform:scale(.7);
    transform:scale(.7)
  }
  45%{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
  }
  80%{
    -webkit-transform:scale(.95);
    transform:scale(.95)
  }
  100%{
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
@keyframes showSweetAlert{
  0%{
    -webkit-transform:scale(.7);
    transform:scale(.7)
  }
  45%{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
  }
  80%{
    -webkit-transform:scale(.95);
    transform:scale(.95)
  }
  100%{
    -webkit-transform:scale(1);transform:scale(1)
  }
}

/*-------- Pagination --------*/
ul.pagination {
  width: 100%;
  display: block;
  padding: 12px 4px;
  margin: 24px 0 0!important;
  list-style: none;
  text-align: center;
  white-space: normal!important;
}
ul.pagination>li {
  display: inline-block;
  margin: 2px 8px;
}
ul.pagination>li.disabled {
  opacity: .3;
}
ul.pagination>li>a {
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #101010;
  outline: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}
ul.pagination>li:first-child>a, ul.pagination>li:last-child>a {
  width: auto;
}
ul.pagination>li.active a {
  color: #fff;
}

/*---------- Datepicker ------------*/
.ngb-dp-header {
  padding:6px 0 !important;
}
.ngb-dp-month {
  width: 100%;
}
.ngb-dp-weekdays {
  display: flex;
  justify-content: space-around;
}
.ngb-dp-week-number, .ngb-dp-weekday {
  line-height: 30px!important;
}
.ngb-dp-day, .ngb-dp-week-number, .ngb-dp-weekday {
  width: 30px!important;
  height: 30px!important;
  outline: none !important;
}
.ngb-dp-day>div {
  width: 100%!important;
  height: 100%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  outline: none !important;
}
.ngb-dp-day.ngb-dp-today>div {
  background-color: #ffdb99!important;
}
.ngb-dp-day>div.bg-primary {
  background-color: #13428d!important;
}

/*---------- Order detail ----------*/
.order_check_content .order_header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.order_check_content .order_header .order_header_img {
  width: 150px;
  overflow: hidden;
  margin-right: 30px;
  cursor: pointer;
}
.order_check_content .order_header .order_header_img img {
  width:100% !important;
  height:auto !important;
}
.order_check_content .order_header .order_header_text h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}
.order_check_content .order_header .order_header_text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #403e44;
}
.order_check_content .order_check_content_body {
  padding: 14px 15px;
}
.order_check_content .order_check_content_body p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #777;
}
.order_check_content .order_check_content_body h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 5px;
}
.order_check_content .order_check_content_body .item {
  padding-bottom: 20px;
}
.order_check_content .order_check_content_body .item h6 {
  margin-bottom: 5px;
}
.order_check_content .order_check_content_body .client {
  margin-bottom: 30px;
}

.order_check_content .order_check_content_body .order_list {
  margin-bottom: 18px;
}
.order_check_content .order_check_content_body .order_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order_check_content .order_check_content_body .order_list h6 {
  margin-bottom: 10px;
}
.order_check_content .order_check_content_body .order_list p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.order_check_content .order_check_content_body .order_list p .count {
  min-width: 30px;
  text-align: right;
}
.order_check_content .order_check_content_body .order_list p .name {
  margin-left: 15px;
  margin-right: 15px;
  text-align: left;
  width: 100%;
}

.order_conditions {
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
}
.order_conditions .title {
  font-size:16px;
  width:200px;
}

.rating_stars{
  display: flex; 
  padding-left: 0;
  padding-right: 20px;
} 
.rating_stars li {
  margin-right: 8px;
  height: 20px;
  width: 20px;
  background-image: url(/assets/images/icon_star-empty.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  list-style: none; 
}
.rating_stars li:last-child{
  margin-right: 0;
}
.rating_stars.s1 li:nth-child(1){
  background-image: url(/assets/images/icon_star-full.svg);
}
.rating_stars.s2 li:nth-child(1),
.rating_stars.s2 li:nth-child(2){
  background-image: url(/assets/images/icon_star-full.svg);
}
.rating_stars.s3 li:nth-child(1),
.rating_stars.s3 li:nth-child(2),
.rating_stars.s3 li:nth-child(3){
  background-image: url(/assets/images/icon_star-full.svg);
}
.rating_stars.s4 li:nth-child(1),
.rating_stars.s4 li:nth-child(2),
.rating_stars.s4 li:nth-child(3),
.rating_stars.s4 li:nth-child(4){
  background-image: url(/assets/images/icon_star-full.svg);
}
.rating_stars.s5 li:nth-child(1),
.rating_stars.s5 li:nth-child(2),
.rating_stars.s5 li:nth-child(3),
.rating_stars.s5 li:nth-child(4),
.rating_stars.s5 li:nth-child(5){
  background-image: url(/assets/images/icon_star-full.svg);
}

.gallery {
  display: block;
  margin-top: 10px;
}
.gallery a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width:130px; height:95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  border-radius: 4px;
}