/* 
 Theme Name:   ProMotors Child
 Theme URI:    http://demo.bravisthemes.com/promotors/
 Description:  Promotors is a Car Repair Service WordPress Theme. This Template can be used for Auto Mechanic, Car Repair Shops, Garages, Mechanic Workshops, Auto Painting and other Auto and Car related services. Promotors theme has a beautiful and unique design that will be best suited for your business. Tags: automotive,bike,car,car service,dark,detailing,elementor,engineering,motorcycle,repair,repair service,technics,template,vehicle.
 Author:       Bravis-Themes
 Author URI:   http://tipmbuyers.com
 Template:     promotors
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.bg-default {
	background-color: #7EC100 !important
}

.bg-default-secondary {
	background-color: #343434 !important;
}

#continue-to-freight-form input:-internal-autofill-selected {
    background-color: #343434 !important;
}

#continue-to-freight-form input.wpcf7-form-control {
    padding-left: 10px !important;
}

.text-color-default {
	color: #7EC100 !important
}

.swal2-popup {
	background-color: #121212 !important;
	border-radius: 0px !important;
}

.swal2-html-container {
	color: #aaa !important;
}

#content.site-content {
    padding: 0px;
}

.table-dark {
    --bs-table-bg: #121212 !important;
    background-color: #121212 !important;
    --bs-table-striped-bg: #161616 !important;
    --bs-table-border-color: #343434 !important;
    border-color: var(--bs-table-border-color) !important;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #161616 !important;
}

.pointer-events-none {
    pointer-events: none;
}

.opacity-50 {
    opacity: 50%;
}

.top-0 {
    top: 0;
}

.custum-spinner {
	 width: 48px;
	 height: 48px;
	 border: 5px solid #7ec100;
	 border-bottom-color: transparent;
	 border-radius: 50%;
	 display: inline-block;
	 box-sizing: border-box;
	 animation: rotation 1s linear infinite;
}
 @keyframes rotation {
	 0% {
		 transform: rotate(0deg);
	}
	 100% {
		 transform: rotate(360deg);
	}
}
 
