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/dreamssalon-wp-market/wp-content/themes/dreamsalon/style.css.orig
/*
Theme Name: DreamSalon
Theme URI: #    
Version: 1.0
Description: Barbar service Booking & Reservation System with Agent Dashboard WordPress Theme by Dreams Technologies.
Author: Dreams Technologies
Author URI: Dreams Technologies
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 7.4
License: GNU General Public License
License URI: license.txt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments
Text Domain: dreamsalon
Copyright (C) 2025 Dreams Technologies. All rights reserved.
*/
   
:root {--dreamsalon_primary_color:#c25414;}

header .main-menu-wrapper .main-nav li.has-submenu  > .submenu li ul{
        border-radius: 10px !important;
        top: 0;
}

header .main-menu-wrapper .main-nav li.has-submenu  > .submenu li{
    position: relative;
}
header .main-menu-wrapper .main-nav li.has-submenu  > .submenu li a i {
    position: absolute;
    right: 10px;
    top: 10px;
}
body footer.footer .footer-subscribe .input-group .form-control {
     border-bottom-right-radius:0;
     border-top-right-radius:0;
     height: 100%;
     border-right: none;
}
body footer.footer .footer-subscribe .input-group {
     flex-wrap: nowrap;
}

.wellness-img img {
    border-radius: 250px 250px 0 0 !important;
}

.wellness-list img {
    border-radius: 6px !important;
     max-width: 240px !important;
}

.about-img-six img {
     border-radius: 20px !important;
}

.avatar.avatar-rounded img {
   height: 100% !important;
}


.service-item-four .listing-img img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.service-item-four .rating i {
	color: var(--gray-100) !important;
}

.dreamsalon_2-thumbnails {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    padding : 15px;
}

.settings-sidebar .sidebar-menu > ul > li > ul > li > a:hover {
     color: #fff !important;
}


.listing-item  .slick-slide img {
     max-height: 200px;
    object-fit: cover;
    width: 100%;
}
.service-two-image .img-fluid.rounded-3 {
	max-height: 185px;
}


.settings-sidebar .sidebar-menu > ul > li > ul > li > a:hover {
     color: #fff !important;
}
.select2-selection--multiple .select2-search__field {
	min-height : 25px;
	max-height : 25px;
}


.select2-container .select2-selection--single .select2-selection__rendered {
	    padding-top: 0;
    padding-bottom: 0 !important;
    line-height: 45px !important;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
<<<<<<< HEAD
     	height: 36px; 
=======
	height: 36px; 
>>>>>>> development
	top : 4px;
	background : transparent;
}

.gallery-upload-img .trash-icon{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}