HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/dreamsrent-wp-demo/wp-content/plugins/dreamsrent-booking/admin/css/admin-style.css
/* #locationdiv {
    display: none;
  } */
.meta-box-sortables select, .cmb2-wrap input, .cmb2-wrap textarea {
    max-width: 100%;
    width: 100%;
}
.cmb2-wrap input[type='button']  {
  width: auto;
}
 
.custom-row > div {
  padding: 1%;
}
.row {
	margin-top: 5px;
	border-bottom:1px solid #ccd0d4;		
}
.row:last-child {
	border:none;	
}
.custom-row {
  width: 100%;
  display: flex;
  margin-top: 5px;
  border-bottom:1px solid #ccd0d4;
}
.custom-row:last-child {
	border:none;	
}
.custom-row div p, .row div p {
	margin:0;
	margin-top:10px;
	font-style:italic;	
}
.custom-row div label {
	font-weight:700;	
}
.custom-row div select, .custom-row div input {
	width:100%;
	max-height:40px;
	line-height:2.385;
	margin:0;
}
.custom-row div textarea {
	width:100% !important;	
}
.custom-row div input[type="checkbox"], .custom-row div input[type="radio"]
{
	width:auto;
	max-height:none;
	line-height:normal;	
	
}
.custom-row div ul li.checkbox-li {
	display:inline-block;
	width:20%;
	margin-bottom:20px;
}
.custom-row div .checkboxes input[type="checkbox"], .custom-row div input[type="radio"] {
	width:1.2rem;
	height:1.2rem;	
}
.custom-row div .checkboxes input[type="checkbox"]:checked::before {
    margin: -.15rem 0 0 -.20rem;
    height: 1.4rem;
    width: 1.4rem;
}

.custom-row div .freelance_gall_render_html {
	position:relative;	
}
 
 
.close-thik {
  color: #777;
  font-size: 14px;
  position: absolute;
  right: 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  opacity:0;
}
 
 
.custom-row div .field_wrapper .ui-state-default {
	margin-bottom:15px;
	border:none;
	background-color:transparent;
	padding:0;
	position:relative;	
}
.custom-row div .field_wrapper .ui-state-default .dashicons-move {
	position: absolute;
	top: 20%;
	right: 4%;
	color: #aaa;
}
.custom-row div .field_wrapper .ui-state-default input {
	padding-right: 40px;	
}


.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left;
}
[class*="col-"] {
  float: left;
  padding: 0 15px;
}
.row .col-9:first-child {
  padding-left: 0;
}
.row .col-9:last-child {
  padding-right: 0;
}
.row .col-9 [class*="col-"] {
	padding-top:0;
	position: relative;	
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row [class*="col-"] select, .row [class*="col-"] input {
	width:100%;
	max-height: 40px;
	line-height: 2.385;	
}
.row div label {
    font-weight: 700;
}

/* viewport <= 1000px */
@media screen and (max-width: 1000px) {
  * {
    font-size: 1em;
  }
}

/* viewport <= 630px */
@media screen and (max-width: 630px) {
  .row div {
    padding: 1.5%;
  }
}

/* viewport <= 500px */
@media screen and (max-width: 500px) {

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	width:94%;  
	}
	.custom-row {
		display:block;	
	}
}

  
.custom-row .field_wrapper div {
	position:relative;	
}
.metabox-holder .custom-row h3 {
	font-size:24px;
	font-weight:600;
	padding:10px;
	color:#0071a1;
	margin-top: 50px;
	margin-bottom:30px;
}
.no-border {
	border:none;	
}
.sortable label {
	margin-bottom:10px;
	display: inline-block;	
}  
.row [class*="col-"] textarea {
	display: block;
	width: 100%;
	height: 150px;	
}
#sortable .ui-state-default {
	background-color:#FFF;
	border:none;
	position:relative;
	overflow:hidden;
	padding-left:15px;
}
#sortable .dashicons-move {
	position:absolute;
	top:10px;
	left:0;
	color:#aaa;
	cursor: move;
}
#sortable .ui-state-default .remove_button {
	margin-top:10px;
	display:inline-block;	
}
.row .sortable  .remove_button {
	position:absolute;
	top:0;
	right:0;	
}
.row .ui-state-default .sort_imgs {
	display:inline-block;
}
.row .ui-state-default .sort_imgs ul {
	margin:0;
	padding:0 10px;	
}
.row .ui-state-default .sort_imgs li img {
	display:inline-block;
	width:35px;
	height:35px	
}
.row .expe_wrapper .ui-state-default {
	border-bottom:1px solid #ccd0d4 !important;
	margin-bottom:30px;
}
.row .expe_wrapper .ui-state-default:last-child {
	border:none;	
}
.row .expe_wrapper .ui-state-default span.count, .row .edu_wrapper .ui-state-default span.count {
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 100px;
	font-weight: 700;
	color: #AAA;
	opacity: 0.2;

}
.custom-row .addons-services input  {
	width:auto;	
}
.custom-row .addons-services span {
	vertical-align:middle;	 
}
.custom-row .addons-services {
	border-bottom:1px solid #ccd0d4;
	padding-bottom:10px;
	margin-bottom:10px;	
}
.custom-row .addons-services:last-child {
	border:none;
	padding-bottom:0;
	margin-bottom:0;	
}
.custom-row .addons-services label {
	width:100%;	
}
.custom-row .addons-services label span {
	float:right;	
}
/*DISPUTE MESSAGE CSS*/
  
.add_new_location {
  margin-top: 15px!important;
}



.dreams-row {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}
.dreams-col {
	flex: 1;
}
.dreams-col input[type="text"] {
	width: 100%;
}
.dreams-col input[type="email"] {
	width: 100%;
}
.dreams-col textarea {
	width: 100%;
}
.percentage-field {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	align-items: center;
}
.percentage-field input {
	flex: 1;
}
.remove-field {
	cursor: pointer;
	color: red;
	font-weight: bold;
}

.ti-icon-option {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 2px;
	cursor: pointer;
	transition: border-color 0.3s;
	font-size: 20px;
	vertical-align: middle;
}
.ti-icon-option.selected {
	border-color: #0073aa;
	background-color: #e7f4fa;
}
.ti-icon-option:hover {
	border-color: #0073aa;
}
input.ti-icon-radio {
	display: none;
}

.ti-icon-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.ti-icon-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: 80vh;
    overflow-y: auto;
}

.ti-icon-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.ti-icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ti-icon-option {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    width: 48px;
    text-align: center;
}
.ti-icon-option:hover {
    background-color: #f0f0f0;
}