/*================= MASTER STYLESHEET =================================

	Project     :	LEAD Page
	Version     :	1.0
	Last Change : 	17/06/2017
	Primary Use :   LEAD HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL CSS START
		2.NAVIGATION
		3.HEADER-FORM
		4.HEADER-DEFAULT
		5.HEADER-SLIDER
		6.HEADER VIDEO
		7.OUR SERVICES
		8.OUR AWESOME SERVICES
		9.COUNTER
		10.WHAT WE DO
		11.GALLERY
		12.MARKET ANALYSIS
		13.OUR TEAM
		14.FREQUENTLY ASKED QUESTIONS
		15.BUILDER
		16.PRICE TABLE
		17.LATEST BLOG
		18.TWO-COLUMN-SECTION
		19.EMAIL SUBSCRIPTION
		20.TESTIMONIAL
		21.FOOTER-MAP
		22.FOOTER

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


	Theme Color	       :#3598db
	Main Heading Color :#333333
	SubHeading Color   :#333333
	Content Color      :#666666

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================

	HEADING    :font-family: 'Raleway', Helvathika, Arial sans-serif;
	CONTENT    :font-family: 'Open Sans', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 12px;
}
::selection {
    background-color: #ff7c16;
    color: white;
}
body {
    font-family: "Poppins", sans-serif ;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 14px;
}
.col-md-2 {
    width: 14.666667% !important;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3 {
    margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
.header-head1 {
    font-weight: 400 !important;
    font-style: normal !important;
}
h1,
h2,
h3,
h4,
.menu-fs,
.header-head1,
.header-head2,
.bgimage-head {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4 {
    color: #333333;
    letter-spacing: 1px;
}
h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 40px;
}
h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
h3 {
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 26px;
}
h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.h2-bottom {
    margin-bottom: 10px;
}
.h3-bottom {
    margin-bottom: 10px;
}
p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 12px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 80px 0 80px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    color: rgb(255, 255, 255) !important;
    text-align: center;
    font-size: 25px;
}
.centerInput {
    color: rgb(255, 255, 255) !important;
    text-align: start;
    font-size: 16px;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.btn-1 {
    background-color: #3598db;
    border: 0;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.btn-1:hover {
    background-color: #333333;
}

.btn-ant:hover {
    background-color: #f3f3f3;
    color: #333333;
}
.btn-top {
    margin-top: 30px;
}
.btn-top-1 {
    margin-top: 20px;
}
/* .btn:hover,
.btn:focus {
    color: #ffffff;
} */
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
iframe {
    border: 0px;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text-separate {
    color: #f3f3f3;
}
.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    background-attachment: fixed;
}
.ls {
    letter-spacing: 1px;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.link {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.link-top {
    margin-top: 10px;
}
.link-icon-left {
    padding-left: 5px;
}
.image-grow {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.image-grow:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.bgimage-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}
.bgimage-head-bottom {
    margin-bottom: 20px;
}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline::before {
    background-color: #ffffff;
    border-radius: 3px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease 0s, opacity 0.33s ease 0s;
}
.menu-underline:hover::before {
    opacity: 1;
    transform: translateY(0px);
}
.menu-fs,
.menu-fs li {
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background-color: white !important;
    border: none !important;
    box-shadow: 0px 0px 10px #5e8db0 !important;
    width: 100% !important;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: white !important;
    background-color: transparent !important;
    margin: 0 0;
    padding: 15px 15px 15px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #000 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #3598db !important;
}
.navigation-tb {
    margin: 10px 0;
}
.nav > li {
    display: table;
}
.navbar-right {
    margin-right: 0;
}
/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER-FORM START ===========================================*/

.header-form-heading-top {
    padding-top: 100px;
}
.note-text {
    color: #060606 !important;
    font-size: 13px;
    font-weight: 600 !important;
}
.note-text > a {
    color: #fc6635 !important;
    font-size: 13px;
    font-weight: 600 !important;
}
.header-form-text {
    padding: 5px 0 20px 0;
}
.note-text {
    padding: 10px 0 15px 0;
}
/*=========== HEADER-FORM-ONE-BGIMAGE =================*/

.header-form-bgimage-1 {
    background: white;
}
/*=========== HEADER-FORM-TWO-BGIMAGE =================*/

.header-form-bgimage-2 {
    background-image: url("../../images/1500x650x2.jpg");
}
/*=========== HEADER-FORM-THREE-BGIMAGE =================*/

.header-form-bgimage-3 {
    background-image: url("../../images/1500x650x3.jpg");
}
/*=========== HEADER-FORM-WITH-IMAGE-BGIMAGE-ONE =================*/

.header-form-image-bgimage-1 {
    background-image: url("../../images/1500x700x1.jpg");
}
/*=========== HEADER-FORM-WITH-IMAGE-BGIMAGE-TWO =================*/

.header-form-image-bgimage-2 {
    background-image: url("../../images/1500x700x2.jpg");
}
/*=========== HEADER-FORM-ONLY-BGIMAGE-ONE =================*/

.header-form-only-bgimage-1 {
    background-image: url("../../images/1500x650x10.jpg");
}
/*=========== HEADER-FORM-ONLY-BGIMAGE-TWO =================*/

.header-form-only-bgimage-2 {
    background-image: url("../../images/1500x650x11.jpg");
}
.header-section-space-form-1 {
    padding: 80px 0 80px 0;
}
.header-section-space-form-single {
    padding: 120px 0 120px 0;
}
.header-space-image-form {
    padding: 95px 0 0 0;
}
.header-space-form-only {
    padding: 80px 0 80px 0;
}
.header-contact-form select,
.header-contact-form input {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    background: transparent;
    border: 0;
    letter-spacing: 1px;
    opacity: 1;
    -moz-appearance: none;
    /* Firefox */

    -webkit-appearance: none;
    /* Safari and Chrome */
}
.form-control {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset !important;
    border-radius: 0;
    font-size: 13px;
    color: rgb(255 116 2) !important;
}

.header-contact-form select,
.header-contact-form input {
    border-bottom: 1px solid #999999;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.phoneno-bottom {
    margin-bottom: 15px;
}
.form-text {
    height: 40px;
}
.form-div input,
.form-div select {
    margin-top: 12px;
}
.form-div input.error,
.form-div-1 textarea.error {
    border-color: #ff0000 !important;
}
.contact-div label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}

.form-success,
.form-failure {
    font-size: 14px;
    font-weight: 600;
}
.form-success {
    color: #50cd88;
}
.form-failure {
    color: #ff0000;
}
.form-error-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact-form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.4;
}
.header-contact-form::-moz-placeholder {
    /* Firefox 19+ */

    color: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.4;
}
.header-contact-form:-ms-input-placeholder {
    /* IE 10+ */

    color: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.header-contact-form:-moz-placeholder {
    /* Firefox 18- */

    color: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}
.header-contact-bg {
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(238, 238, 238, 0.8);
    box-shadow: 0px 0px 12px rgba(201, 201, 201, 0.8);
}
.header-Register-bg {
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(238, 238, 238, 0.8);
    box-shadow: 0px 0px 12px rgba(201, 201, 201, 0.8);
}
.header-contact-bg-pad {
    padding: 20px 20px 20px 20px;
}
.header-form-heading-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px 15px 20px;
}
.form-control:focus {
    border-color: #fc6635;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
    outline: 0 none;
}
.header-form-text-bottom {
    padding-bottom: 20px;
}
.form-div {
    position: relative;
}

.form-div i {
    color: #999999;
    font-size: 16px;
    right: 20px;
    position: absolute;
    top: 15px;
}
.form-div .fa-phone {
    font-size: 20px;
}
.form-div img {
    right: 20px;
    position: absolute;
    top: 15px;
}
/*========================================== HEADER-FORM END ===========================================*/
/*========================================== HEADER-DEFAULT START ===========================================*/

.header-bgimage {
    background-image: white;
}
.header-section-space {
    padding: 185px 0 185px 0;
}
.header-head1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 2px;
}
.header-head1-bottom {
    margin-bottom: 20px;
}
.header-head2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 2px;
}
.header-head2-bottom {
    margin-bottom: 20px;
}
.header-text-bottom {
    margin-bottom: 30px;
}
.header-btn {
    background-color: transparent;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    color: #f3f3f3;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 300ms ease-in;
}
.header-btn:hover {
    color: #333333;
    background-color: #f3f3f3;
    border: 1px solid transparent;
}
.header-btn-black {
    color: #333333;
    border: 1px solid #333333;
    transition: 300ms ease-in;
}
.header-btn-black:hover {
    color: #f3f3f3;
    background-color: #333333;
    border: 1px solid transparent;
}
.submit-btn {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100% !important;
    margin: 0px auto;
    border-radius: 5px;
}
.Stripe-btn {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 20% !important;
    margin: 0px auto;
    border-radius: 5px;
}

.submit-Login-btn {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100% !important;
    margin: 0px auto;
    border-radius: 5px;
}
.submit-verify-btn {
    background-color: #1b478a !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 80% !important;
    margin: 10px auto !important;
    height: 40px;
    border-radius: 5px;
}
.serchbtn {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100% !important;
    margin: 0px auto;
    border-radius: 5px;
}
.crmBtn {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    margin: 0px auto;
    border-radius: 5px;
    padding: 10px;
}
.purchase {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 15% !important;
    margin: 0px auto;
    border-radius: 5px;
}
.submit-btn:hover {
    background-color: #fff !important;
    border: 0 !important;
    color: #3598db !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100%;
}

.submit-btn-new {
    background-color: #fff !important;
    border: 0 !important;
    color: #3598db !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100%;
}
.submit-btn-new:hover {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100%;
}
/*========================================== HEADER-DEFAULT END ===========================================*/
/*========================================== HEADER-SLIDER START ===========================================*/
/*=========== HEADER-SLIDER-ONE-BGIMAGE =================*/

.header-slider-bgimage1 {
    background-image: url("../../images/1500x650x5.jpg");
}
/*=========== HEADER-SLIDER-TWO-BGIMAGE =================*/

.header-slider-bgimage2 {
    background-image: url("../../images/1500x650x6.jpg");
}
/*=========== HEADER-SLIDER-THREE-BGIMAGE =================*/

.header-slider-bgimage3 {
    background-image: url("../../images/1500x650x7.jpg");
}
.header-section-slider-space {
    padding: 50px 0 50px 0;
}
.header-section-slider-height {
    height: 500px;
    overflow: hidden;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
}
/*========================================== HEADER-SLIDER END ===========================================*/
/*========================================== HEADER VIDEO START ===========================================*/

.video-bgimage {
    background-image: url("../../images/1500x650x8.jpg");
}
.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}
/*========================================== HEADER VIDEO END ===========================================*/
/*========================================== OUR SERVICES START ===========================================*/

.services-icon {
    float: left;
}
.services-pad {
    padding-left: 84px;
}
.services-bottom {
    padding-bottom: 30px;
}
/*========================================== OUR SERVICES END ===========================================*/
/*========================================== OUR AWESOME SERVICES START ===========================================*/

.services-row-space {
    padding-bottom: 30px;
}
.services-row-space:last-child {
    padding-bottom: 0;
}
/*========================================== OUR AWESOME SERVICES END ===========================================*/
/*========================================== COUNTER START ===========================================*/

.counter-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}
.counter-sub {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.counter-bgimage {
    background-image: url("../../images/1500x500x2.jpg");
}
.counter-section-space {
    padding: 120px 0 120px 0;
}
/*========================================== COUNTER END ===========================================*/
/*========================================== WHAT WE DO START ===========================================*/

.list-bottom {
    margin-bottom: 25px;
}
.list-bottom:last-child {
    margin-bottom: 0;
}
.list-top {
    margin-top: 20px;
}
.what-left-pad {
    padding-left: 15px;
}
.what-list {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.addnewAccount {
    display: none;
}

/*========================================== WHAT WE DO END ===========================================*/
/*========================================== GALLERY START ===========================================*/

.gallery-image-lr {
    padding: 0 5px 0 5px;
}
.gallery-fa {
    color: #f3f3f3;
    font-size: 30px;
}
.gallery-fa-pad-left {
    padding-left: 10px;
}
.ekko-lightbox-nav-overlay a {
    color: #f3f3f3;
}
.gallery-row-bottom {
    padding-bottom: 10px;
}
.overlay ul {
    list-style: none;
}
/*========================================== GALLERY END ===========================================*/
/*========================================== MARKET ANALYSIS START ===========================================*/

.analysis-row-space .row {
    padding-bottom: 40px;
}
.analysis-row-space .row:last-child {
    padding-bottom: 0;
}
/*========================================== MARKET ANALYSIS END ===========================================*/
/*========================================== OUR TEAM START ===========================================*/

.teambg-author {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.teambg-design {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
/*========================================== OUR TEAM END ===========================================*/
/*========================================== FREQUENTLY ASKED QUESTIONS START ===========================================*/

.down-arrow {
    margin-top: -8px;
    text-align: center;
}
.down-arrow:before {
    display: block;
    content: "\f078";
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    transition: 0.2s;
}
.down-arrow-left {
    padding-left: 20px;
}
.faq-title.active .down-arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-bg {
    background-color: #f3f3f3;
    border: 1px solid #333333;
    padding: 15px;
}
.faq-bg-width {
    width: 100%;
}
.faq-answer-pad {
    padding: 15px;
}
.faq-row-bottom {
    padding-bottom: 30px;
}
.faq-row-bottom:last-child {
    padding-bottom: 0;
}
.faq-answer-bg {
    background-color: #f3f3f3;
}
/*========================================== FREQUENTLY ASKED QUESTIONS END ===========================================*/
/*========================================== BUILDER START =========================================*/

.builder-content-height {
    height: 428px;
    overflow: hidden;
}
.builder-content-pad {
    padding: 0 30px 0 30px;
}
.builder-bgimage-pad {
    padding: 80px 0 80px 0;
}
.builder-bgimage {
    background-image: url("../../images/680x590x1.jpg");
}
.builder-bgimage-height {
    width: 50%;
    height: 588px;
    position: absolute;
    left: 0;
}
.why-content-pad {
    padding-left: 20px;
}
.why-row-bottom {
    padding-bottom: 30px;
}
/*========================================== BUILDER END ===========================================*/
/*========================================== PRICE TABLE START ===========================================*/

.price-bgcolor-1 {
    background-color: #ffffff;
    border-radius: 3px;
}
.price-bgcolor-2 {
    background-color: #3598db;
}
.price-bgcolor-2 {
    border-radius: 3px;
}
.price-head-pad {
    padding: 40px 10px 20px 10px;
}
.price-body-pad {
    padding: 20px 10px 40px 10px;
}
.pricig-uline {
    background-color: #3598db;
    height: 1px;
    width: 40%;
    transition: width 2s;
    -ms-transition: width 2s;
    -webkit-transition: width 2s;
}
.pricig-uline-white {
    background-color: #f3f3f3;
}
.pricig-br:hover .pricig-uline {
    width: 100%;
}
.fit-tag {
    font-size: 50px;
    font-weight: 600;
    /* line-height: 60px; */
    padding-bottom: 10px;
}
.miles-tag {
    font-size: 50px;
    font-weight: 600;
    /* line-height: 60px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 10px;
}
.price-tag {
    font-size: 50px;
    font-weight: 600;
    /* line-height: 60px; */
    padding-bottom: 10px;
}

.info-window-content {
    position: relative;
    width: 220px;
    height: 207px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.miles-tag div {
    text-align: center;
}
.remove-btn {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(200, 200, 200, 1);
    color: rgba(255, 116, 2, 1);
    border-radius: 8px;
}
.center-img {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dollor,
.month {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}
.dollor {
    vertical-align: middle;
}
.price-list-bottom p {
    margin-bottom: 10px;
}
.price-list-bottom:last-child {
    margin-bottom: 0;
}
.price-pos-rel {
    position: relative;
}
.price-pos-abs {
    position: absolute;
    right: 0;
    top: 0;
}
/*========================================== PRICE TABLE END ===========================================*/
/*========================================== LATEST BLOG START ===========================================*/

.blog-row-bottom {
    padding-bottom: 40px;
}
.blog-row-bottom:last-child {
    padding-bottom: 0;
}
.blog-link-top .link-top {
    margin-top: 20px;
}
.blog-heading-top {
    padding-top: 55px;
}
/*========================================== LATEST BLOG END ===========================================*/
/*========================================== TWO-COLUMN-SECTION START =========================================*/

.two-column-bgimage-1 {
    background-image: url("../../images/680x410x1.jpg");
}
.two-column-bgimage-2 {
    background-image: url("../../images/680x410x2.jpg");
}
.two-column-content-height {
    height: 250px;
    overflow: hidden;
}
.two-column-bgimage-1-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-2-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-pad-1 {
    padding: 80px 0 80px 0;
}
.content-pad-1 {
    padding: 0 30px 0 30px;
}
/*========================================== TWO-COLUMN-SECTION END ===========================================*/
/*========================================== EMAIL SUBSCRIPTION START ===========================================*/

.subscription-bgimage {
    background-image: url("../../images/1500x500x1.jpg");
}
.subscription-section-space {
    padding: 100px 0 100px 0;
}
.email-success,
.email-failure {
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
}
.indicator-top {
    padding-top: 15px;
}
.email-text-bottom {
    margin-bottom: 30px;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}
/*========================================== EMAIL SUBSCRIPTION END ===========================================*/
/*========================================== TESTIMONIAL START ===========================================*/

.quote-bottom {
    margin-bottom: 20px;
}
.testimonial-author-pad {
    padding-left: 20px;
}
.testimonial-author {
    font-size: 16px;
    font-weight: 600;
}
.testimonial-text {
    font-style: italic;
}
/*========================================== TESTIMONIAL END ===========================================*/
/*========================================== FOOTER-MAP START ===========================================*/

.footer-row-space {
    margin-bottom: 20px;
}
.follow-heading-bottom {
    margin-bottom: 15px;
}
.venue-map {
    width: 100%;
    height: 355px;
}
/*========================================== FOOTER-MAP END ===========================================*/
/*========================================== FOOTER START ===========================================*/

.footer-bg {
    background-color: #333333;

    display: none;
}
.footer-section-space {
    position: static;
    width: 100%;
    bottom: -10px !important;
}
.posts-bottom {
    margin-bottom: 25px;
}
.posts-bottom:last-child {
    margin-bottom: 0;
}
.posts-heading-bottom {
    margin-bottom: 20px;
}
.footer-list-bk li {
    list-style: none;
    display: block;
}
.footer-list-bottom li {
    padding-bottom: 15px;
}
.footer-list-bottom li:last-child {
    padding-bottom: 0;
}
.footer-dot-right {
    padding-right: 10px;
}
.footer-contact-left {
    padding-left: 15px;
}
.footer-contact-bottom {
    margin-bottom: 25px;
}
.footer-br {
    border-bottom: 1px solid #555555;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-left-pad li {
    padding-left: 15px;
}
.footer-left-pad li:first-child {
    padding-left: 0;
}
/*========================================== FOOTER END ===========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .res-width-full {
        width: 100%;
    }
    .blog-heading-top {
        padding-top: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .res-services-bottom {
        padding-bottom: 30px;
    }
    .res-text-center p,
    .res-text-center h3,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-image-center {
        margin: 0 auto;
    }
    .res-clear {
        clear: left;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-right {
        padding-top: 10px;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .faq-res-bottom {
        padding-bottom: 30px;
    }
    .res-header-heading-bottom {
        padding-bottom: 40px;
    }
    .header-form-heading-top {
        padding-top: 0;
    }
    .res-submit-tb {
        padding: 20px 15px;
    }
    .services-res-bottom {
        padding-bottom: 30px;
    }
    .res-text-center-1 p,
    .res-text-center-1 h3,
    .res-text-center-1 h2,
    .res-text-center-single-1,
    .res-text-center-single,
    .res-services-center p,
    .res-services-center h3 {
        text-align: center;
    }
    .res-gallery-row-bottom {
        padding-bottom: 10px;
    }
    .price-fixed {
        margin: 0 auto;
        width: 400px !important;
    }
    .price-res-bottom {
        margin-bottom: 40px;
    }
    .builder-bgimage-height {
        width: 100%;
        position: relative;
    }
    .builder-content-height {
        height: auto;
    }
    .builder-bgimage-pad {
        padding: 40px 0 80px 0;
    }
    .builder-content-pad {
        padding: 0 15px 0 15px;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .content-pad-1 {
        padding: 0 15px 0 15px;
    }
    .blog-heading-top {
        padding-top: 0;
    }
    .blog-link-top .link-top {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
    .common-full {
        width: 100% !important;
    }
    .res-footer-links-bottom {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .price-fixed {
        width: 100% !important;
    }
    .header-section-slider-height {
        height: 700px;
        overflow: hidden;
    }

    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .header-head1 {
        font-size: 30px;
        line-height: 40px;
    }

    .bgimage-head {
        font-size: 24px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 250px) and (max-width: 359px) {
    .common-full-1 {
        width: 100% !important;
    }
    .counter-res-bottom-1,
    .team-res-bottom {
        padding-bottom: 40px;
    }
}
.detail {
    padding-bottom: 10px;
}
.m-5 {
    margin: 20px;
}
.ma {
    margin-top: 30px !important;
}
select > option {
    background-color: white;
    color: rgba(30, 30, 30, 1);
    font-weight: 400;
}
.card {
    border-radius: 10px;
    /* width: 500px; */
    box-shadow: 0px 0px 10px 0px rgb(238, 238, 238);
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    /* margin: 0px auto; */
}
.card::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.card::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

.card::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.scroll {
    overflow-y: scroll;
    height: 320px;
}
.scroll-x {
    overflow-x: scroll;
}
.Icolor {
    color: white;
}
.fw-bold {
    font-weight: bolder;
}
.p-0 {
    padding: 0px !important;
}
.p-3 {
    padding: 30px;
}
.text-white {
    color: #fff;
}
.card-detail {
    padding-bottom: 20px;
}
#editPrice {
    border: none;
    border-radius: 5px !important;
    transition: 0.4s;
    height: 40px;
    color: #000;
}
#editPrice:focus {
    box-shadow: 0 0 20px gray;
    outline: 2px solid #007bff;
}
.pl {
    padding-left: 15px;
}
/* Table Dark Style */
.table-dark {
    background-color: #07223d; /* Background color for dark table */
    color: #ffffff;
    width: 100%;
}

/* Table Hover Effect */
.table-hover tbody tr:hover {
    color: white;
    background-color: #07223d; /* Background color on hover */
}
.p-1 {
    padding: 14px;
}
table {
    /* border-collapse: collapse; */
}
/* tbody tr td {
    border: 1px solid rgb(211, 211, 211);
} */
thead tr th {
    border: 1px solid rgb(211, 211, 211);
}
.loader-container {
    display: flex;
    z-index: 99999;
    position: fixed;
    top: 37;
    padding: 50px;
    font-size: 20px;
    right: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px #8f8f8f;
    width: 160px !important;
    height: 40px;
    border-radius: 7px !important;
}

.loader {
    border: 4px solid rgb(255, 116, 2);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    display: none;
}
.boxPric {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(238, 238, 238);
    background-color: #292b2e;
    padding: 20px;

    margin: 0px auto;
}
.edit-button {
    background-color: #1b478a;
    border: 1px solid #1b478a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    width: 150px;
    transition: 0.4s;
}
.edit-button:hover {
    background-color: #1b478a;
    border: 1px solid #007bff;
}
/*
.edit-input {
    width: 400px;
    padding: 8px;

} */
.card p {
    color: #fff;
}
.bgpoint {
    background-color: #00000015;
    width: 100%;
}
.fs-10 {
    font-size: 22px;
}

/* Verification Code  */

.otc {
    position: relative;
    width: 320px;
    margin: 0 auto;
}

.otc fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.otc fieldset div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otc legend {
    margin: 0 auto 1em;
    color: #fff;
    font-weight: bold;
}

.otc input[type="number"] {
    border: 1px solid white !important;
    width: 0.86em;
    line-height: 1;
    margin: 0.1em;
    padding: 8px 0 4px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 0;
    color: white;
    border-radius: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]:nth-child(n + 4) {
    order: 2;
}
.otc div::before {
    content: "";
    height: 2px;
    width: 12px;
    margin: 0 0.25em;
    order: 1;
    background: #fff;
    border-radius: 2px;
    opacity: 0.4;
}

.otc label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.logo {
    color: white;
}

.mcui-checkbox,
.mcui-radio {
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.6em 0;
    box-sizing: border-box;
}
.mcui-checkbox input[type="checkbox"],
.mcui-checkbox input[type="radio"],
.mcui-radio input[type="checkbox"],
.mcui-radio input[type="radio"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.mcui-checkbox input[type="checkbox"] + div,
.mcui-checkbox input[type="radio"] + div,
.mcui-radio input[type="checkbox"] + div,
.mcui-radio input[type="radio"] + div {
    border: 2px solid #8d9aa9;
    height: 1.5em;
    width: 1.5em;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
}
.mcui-checkbox input[type="checkbox"] ~ div:last-child,
.mcui-checkbox input[type="radio"] ~ div:last-child,
.mcui-radio input[type="checkbox"] ~ div:last-child,
.mcui-radio input[type="radio"] ~ div:last-child {
    padding-left: 0.5em;
}
.mcui-checkbox input[type="radio"] + div,
.mcui-radio input[type="radio"] + div {
    border-radius: 50%;
}
.mcui-checkbox input[type="radio"] + div::after,
.mcui-radio input[type="radio"] + div::after {
    content: "";
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    background: black;
    transition: all 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);
}
.mcui-checkbox input[type="checkbox"]:focus + div,
.mcui-checkbox input[type="radio"]:focus + div,
.mcui-checkbox input[type="checkbox"]:active + div,
.mcui-checkbox input[type="radio"]:active + div,
.mcui-radio input[type="checkbox"]:focus + div,
.mcui-radio input[type="radio"]:focus + div,
.mcui-radio input[type="checkbox"]:active + div,
.mcui-radio input[type="radio"]:active + div {
    outline: 2px dashed #8d9aa9;
    outline-offset: 2px;
}
.mcui-checkbox input[type="checkbox"]:checked + div,
.mcui-radio input[type="checkbox"]:checked + div {
    border-color: black;
    transition: border-color 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);
}
.mcui-checkbox input[type="checkbox"]:checked + div .mcui-check,
.mcui-radio input[type="checkbox"]:checked + div .mcui-check {
    opacity: 1;
    transition: opacity 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);
}
.mcui-checkbox input[type="checkbox"]:checked + div .mcui-check polyline,
.mcui-radio input[type="checkbox"]:checked + div .mcui-check polyline {
    -webkit-animation: dash-check 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96)
        forwards;
    animation: dash-check 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96) forwards;
}
.mcui-checkbox input[type="radio"]:checked + div,
.mcui-radio input[type="radio"]:checked + div {
    border-color: black;
}
.mcui-checkbox input[type="radio"]:checked + div::after,
.mcui-radio input[type="radio"]:checked + div::after {
    opacity: 1;
    transform: scale(1);
}
.mcui-checkbox input[type="checkbox"]:indeterminate + div::after,
.mcui-radio input[type="checkbox"]:indeterminate + div::after {
    content: "";
    height: 4px;
    width: 60%;
    left: 20%;
    top: calc(50% - 2px);
    position: absolute;
    background: white;
    border-radius: 1px;
}
.mcui-checkbox input[type="checkbox"]:disabled ~ div,
.mcui-checkbox input[type="radio"]:disabled ~ div,
.mcui-radio input[type="checkbox"]:disabled ~ div,
.mcui-radio input[type="radio"]:disabled ~ div {
    color: white;
    cursor: not-allowed;
}
.mcui-checkbox input[type="checkbox"]:enabled ~ div,
.mcui-checkbox input[type="radio"]:enabled ~ div,
.mcui-radio input[type="checkbox"]:enabled ~ div,
.mcui-radio input[type="radio"]:enabled ~ div {
    cursor: default;
}

.mcui-check {
    height: 100%;
    width: 100%;
    transform: scale(1);
    color: white;
    opacity: 0;
}
.mcui-check polyline {
    fill: none;
    transform-origin: 50% 50%;
    stroke-width: 5px;
    stroke-dasharray: 22.7713679002;
    stroke: currentcolor;
}

@supports (display: grid) {
    .mcui-check polyline {
        stroke-dashoffset: 22.7713679002;
    }
}
@-webkit-keyframes dash-check {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash-check {
    to {
        stroke-dashoffset: 0;
    }
}
.pagination {
    display: flex !important;
    align-items: center;
}
/* .pagination .page-item {
    height: 35px !important;
} */
.pagination .page-item button {
    /* height: 100% !important; */
}

.addVideo {
    margin-top: 100px;

    display: flex;
    justify-content: end;
}

/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
    height: 100%;
}

/*
   * Optional: Makes the sample page fill the window.
   */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.shapes-select {
    box-shadow: 0px 0px 10px #979797;
    height: 40px;
    /* width: 100px; */
    border-radius: 5px;
    margin: 10px;
}
.lotLine-select {
    box-shadow: 0px 0px 10px #979797;
    height: 40px;
    /* width: 100px; */
    border-radius: 5px;
    margin: 10px;
}

.view-mode-select {
    box-shadow: 0px 0px 10px #979797;
    height: 40px;
    width: 100px;
    border-radius: 5px;
    margin: 10px;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/map.png) 96% / 22% no-repeat #eee; */
}
.mesure-mode-select {
    border: 1px solid white;
    box-shadow: 0px 0px 10px #979797;
    height: 40px;
    width: 50px;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    background-color: #ffffff !important;
}

.shapes-select > option {
    /* background-color: white !important; */
}
.view-mode-select > option {
    background-color: white !important;
}
.custom-control-ui {
    margin: 10px;
}

#map {
    height: 100%;
    width: 100%;
    cursor: grab; /* Set default cursor to grab */
}
.gm-style-iw-tc {
    display: none !important;
}
.gm-style-iw {
    background: transparent !important;
    box-shadow: none !important;
}
.gm-ui-hover-effect {
    display: none !important;
}
/* Set cursor to grabbing when the map is being dragged */
#map.dragging {
    cursor: grabbing;
}
/*
   * Property styles in unhighlighted state.
   */
.property {
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 30px;
}

/* .property::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
  } */

.property .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.property .icon svg {
    height: 20px;
    width: auto;
}

.property .details {
    display: none;
    flex-direction: column;
    flex: 1;
}

.property .address {
    color: #9e9e9e;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.property .features {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.property .features > div {
    align-items: center;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    font-size: 10px;
    gap: 5px;
    padding: 5px;
}

/*
   * Property styles in highlighted state.
   */
.property.highlight {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 8px 15px;
    width: auto;
}

.property.highlight::after {
    border-top: 9px solid #ffffff;
}

.property.highlight .details {
    display: flex;
}

.property.highlight .icon svg {
    width: 50px;
    height: 50px;
}

.property .bed {
    color: #ffa000;
}

.property .bath {
    color: #03a9f4;
}

.property .size {
    color: #388e3c;
}

/*
   * House icon colors.
   */
.property.highlight:has(.fa-house) .icon {
    color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
    background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
    border-top: 9px solid var(--house-color);
}

/*
   * Building icon colors.
   */
.property.highlight:has(.fa-building) .icon {
    color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
    background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
    border-top: 9px solid var(--building-color);
}

/*
   * Warehouse icon colors.
   */
.property.highlight:has(.fa-warehouse) .icon {
    color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
    background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
    border-top: 9px solid var(--warehouse-color);
}

/*
   * Shop icon colors.
   */
.property.highlight:has(.fa-shop) .icon {
    color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
    background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
    border-top: 9px solid var(--shop-color);
}

.fit-tag {
    background-color: rgba(12, 62, 100, 1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    padding: 0px 5px;
    position: relative;
    text-wrap: nowrap;
    height: 30px;
    align-items: center;
    display: flex;
}

.miles-tag {
    background-color: rgba(255, 116, 2, 1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    padding: 0px 5px;
    position: relative;
    text-wrap: nowrap;
    height: 30px;
    width: 50%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.fit-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(12, 62, 100, 1);
}
.miles-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(255, 116, 2, 1);
}

.price-tag {
    background-color: #5075bf;
    border-radius: 8px;
    color: #ffffff;
    font-size: 10px;
    padding: 0px 5px;
    position: relative;
    text-wrap: nowrap;
    height: 30px;
    align-items: center;
    display: flex;
}

.price-tag::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5075bf;
}
.activePriceTag {
    background-color: rgba(255, 116, 2, 1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 10px;
    padding: 0px 5px;
    position: relative;
    text-wrap: nowrap;
    height: 30px;
    align-items: center;
    display: flex;
}

.activePriceTag::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(255, 116, 2, 1);
}

.primary-btn {
    background-color: #1289ff !important;
    color: white !important;
}
.custom-ms {
    margin-left: 10px !important;
}
.button-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.button-group .btn {
    padding: 9px 19px;
    border-radius: 4px;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    background: #fff;
    color: #1289ff;
    border: 1px solid #1289ff;
    position: relative;
}

.btnpadding {
    padding: 9px 15px;
    border-radius: 4px;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.button-group .btn i {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-header {
    border: none;
}

.modal-title {
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 18px;
    font-weight: 600;
}

.showPage {
    display: block !important;
}

.hidePage {
    display: none !important;
}

.filter-btn-width {
    width: 55% !important;
    margin-left: 15px !important;
}

.inputPlaceHolder::placeholder {
    color: #1289ff !important;
}
.inputPlaceHolder {
    color: #1289ff !important;
}

.data-table > thead > tr > th,
.data-table > tbody > tr > td {
    text-wrap: nowrap !important;
    color: white !important;
}
.dt-length > label,
.dt-length > select,
.dt-search > label,
.dt-search > input {
    /* color: white !important; */
    margin-left: 10px;
}
.dt-empty {
    color: black !important;
}
.dt-info {
    color: white !important;
}

.table-responsive::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #c5c4c4;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #a8a7a7;
}

div.dt-container .dt-paging .dt-paging-button {
    background-color:#fc6635  !important;
    color: white !important;
    border: 1px solid #fc6635;
    /* transition: 0.4s; */
    width: 120px !important;
    height: 40px !important;
    font-size: 16px !important;
    opacity: 1 !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active{
    background-color:#fc6635  !important;
    color: white !important;
    cursor: not-allowed !important;
    border: 1px solid #fc6635 !important;
    background: -webkit-linear-gradient(top, #fc6635 0%, #fc6635 100%) !important;
}


div.dt-container .dt-paging .dt-paging-button:hover{
    color: white !important;
    border: 1px solid #fa561f;
    background-color:#fa561f  !important;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa561f), color-stop(100%,#fa561f)) !important; 
     background: -webkit-linear-gradient(top, #fa561f 0%,#fa561f 100%) !important; 
    background: -moz-linear-gradient(top, #fa561f 0%,#fa561f 100%) !important;
    background: -ms-linear-gradient(top, #fa561f 0%,#fa561f 100%) ;
    background: -o-linear-gradient(top, #fa561f 0%,#fa561f 100%) !important;
     background: linear-gradient(to bottom, #fa561f 0%,#fa561f 100%) !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.table-responsive {
    /* max-height: 800px; */
    overflow: auto !important;
}
.gm-iv-container {
    margin-top: 66px !important;
}
.crmBtnn {
    background-color: #fc6635 !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    margin: 0px auto;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.search {
    display: inline-block;
}

.search > input {
    width: 100%;
    height: 41px;
    background: #fcfcfc;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search > input {
    text-indent: 12px;
    color: rgba(255, 116, 2, 1);
    font-weight: 400;
}
.mycrm {
    background-color: rgba(255, 116, 2, 1);
    font-weight: 400;
    width: 120px;
    height: 35px;
    border-radius: 7px;
    color: white;
    border: none;
}
.search > svg,
.search > .fa-search {
    position: absolute;
    top: 13px;
    left: 10px;
}
.bg-white {
    background-color: white;
}

.search > svg,
.search > .fa-search {
    left: auto !important;
    right: 30px !important;
}

.search > input:focus,
.selectGoogleMap:focus,
.select_filter:focus,
.select_setting:focus,
.view-mode-select:focus,
.shapes-select:focus,
.select_storage:focus {
    outline: 1px solid rgba(255, 116, 2, 1);
}

option {
    background-color: white;
}

.selectGoogleMap {
    width: 100%;
    height: 41px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 5px;
    color: rgba(30, 30, 30, 1);
    padding: 5px 35px 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/dropdown.png) 96% / 8% no-repeat #eee;
}
.select_storage {
    width: 100%;
    height: 41px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 5px;
    color: rgba(30, 30, 30, 1);
    padding: 5px 35px 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/building.png) 96% / 15% no-repeat #eee;
}

.select_filter {
    width: 100%;
    height: 41px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 5px;
    color: rgba(30, 30, 30, 1);
    padding: 5px 35px 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/mage_filter.png) 96% / 15% no-repeat #eee;
}
.select_setting {
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 5px;
    color: rgba(30, 30, 30, 1);
    /* padding: 5px 35px 5px 5px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/mdi_gear.png) 96% / 15% no-repeat #eee;
}

.select_storage::-ms-expand {
    display: none;
}
@media screen and (min-width: 0\0) {
    .select_storage {
        background: none\9;
        padding: 5px\9;
    }
}

.checkbox-wrapper-64 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.label_style {
    font-size: 16px;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
}
.fuelLogo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox-wrapper-64 input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.checkbox-wrapper-64 *,
.checkbox-wrapper-64 ::after,
.checkbox-wrapper-64 ::before {
    box-sizing: border-box;
}

/* The switch - the box around the slider */
.checkbox-wrapper-64 .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 1.6em;
}

/* Hide default HTML checkbox */
.checkbox-wrapper-64 .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.checkbox-wrapper-64 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: 0.4s;
    border-radius: 30px;
}

.checkbox-wrapper-64 .slider:before {
    position: absolute;
    content: "";
    height: 1.4em;
    width: 1.4em;
    border-radius: 20px;
    left: 0.27em;
    bottom: 0.35em;
    background-color: rgba(255, 116, 2, 1);
    transition: 0.4s;
}

.checkbox-wrapper-64 input:checked + .slider {
    background-color: rgba(255, 116, 2, 1);
    border: 1px solid rgba(255, 116, 2, 1);
}

.checkbox-wrapper-64 input:focus + .slider {
    box-shadow: 0 0 1px rgba(255, 116, 2, 1);
}

.checkbox-wrapper-64 input:checked + .slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
}

.table-area {
    position: relative;
    z-index: 0;
}

table.responsive-table {
    display: table;
    width: 100%;
}

table.responsive-table th {
    background: #eee;
}

table.responsive-table tr > td,
table.responsive-table th {
    text-align: left;
    padding: 10px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type="checkbox"] {
        --active: rgba(255, 116, 2, 1);
        --active-inner: #fff;
        --focus: 0px rgb(216, 128, 56);
        --border: #bbc1e1;
        --border-hover: rgb(216, 128, 56);
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type="checkbox"]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
            opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type="checkbox"]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }
    .checkbox-wrapper-13 input[type="checkbox"]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type="checkbox"]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type="checkbox"]:disabled + label {
        cursor: not-allowed;
    }
    .checkbox-wrapper-13
        input[type="checkbox"]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type="checkbox"]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type="checkbox"]:not(.switch) {
        width: 21px;
    }
    .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):after {
        opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):checked {
        --o: 1;
    }
    .checkbox-wrapper-13 input[type="checkbox"] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type="checkbox"]:not(.switch) {
        border-radius: 7px;
    }
    .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type="checkbox"]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper-13 * {
    box-sizing: inherit;
}
.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
    box-sizing: inherit;
}

.text-center {
    text-align: center !important ;
}

.vl {
    border-left: 2px solid rgba(185, 184, 184, 1);
    height: 50px;
    margin-left: 10px;
    position: absolute;
    right: 0px;
}
.left-bor {
    display: flex;
    align-items: center;
    height: 100px;
}
.left-bor > div.text-center,
.left-bor > div.tableFont {
    width: 100%;
    text-align: center;
}
.table-area > table > tbody > tr > td {
    position: relative;
}
.text-black {
    color: black;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-around {
    justify-content: space-around;
}
.tableFont {
    font-size: 12px;
    font-weight: 400;
    /* color: rgba(105, 105, 105, 1); */
}

.mybutton-crm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 41px;
    text-align: start !important;
    border-radius: 5px;
    border: 1px solid rgba(200, 200, 200, 1);
    color: rgba(255, 116, 2, 1);
}
.gm-bundled-control-on-bottom {
    top: 50px !important;
}
.shapes-select {
    right: 270px !important;
    cursor: pointer;
    /* background-color: #ffffff !important; */
}
.lotLine-select {
    right: 196px !important;
    cursor: pointer;
    /* background-color: #ffffff !important; */
}
.view-mode-select {
    cursor: pointer;
    right: 137px !important;
    /* background-color: #ffffff !important; */
}
.mesure-mode-select {
    cursor: pointer;
    right: 65px !important;
    background-color: #ffffff !important;
}
.gm-style-mtc-bbw {
    display: none !important;
}
.gm-fullscreen-control {
    top: 0px !important;
}
.button-light {
    height: 27px;
    color: #696969;
    width: 120px;
    margin-top: 10px;
    top: 157px;
    justify-content: center;
    left: 679px;
    gap: 0px;
    border-radius: 4px;
    border: 1px solid rgba(185, 184, 184, 1);
}

.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: end;
}
.mybtn-height {
    height: 41px;
}
.mt-2 {
    margin-top: 10px;
}
.justify-content-between {
    justify-content: space-between;
}
.table-area > table > thead > tr > th {
    color: rgba(105, 105, 105, 1);
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16.41px !important;
}
.table-area > table > tbody > tr > td {
    color: rgba(105, 105, 105, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
}
.input_label {
    color: rgba(105, 105, 105, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
.searchInput {
    height: 41px;
}

.me-2 {
    margin-right: 5px;
}
.text-warning {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
    color: rgba(255, 116, 2, 1) !important;
    text-wrap: nowrap;
}
.background-orange {
    background-color: rgba(255, 116, 2, 1) !important;
}
.align-items-baseline {
    align-items: baseline;
}
.flex-column {
    flex-direction: column;
}
.text-orange {
    color: #fc6635 !important;
}

.gm-iv-address {
    margin-top: 66px !important;
}
.gm-iv-address-link {
    top: 104px !important;
}
.gm-iv-vertical-separator {
    top: 66px !important;
}
.gm-iv-marker {
    top: 72px !important;
}
.w-100 {
    width: 100%;
}

#mesureDropdown {
    right: 65px !important;
    width: 62px !important;
}

.tableFont,
.text-nowrap {
    color: #696969;
}
.responsive-table > thead > tr > th {
    background-color: white;
}
/* .table-body-data > tr:nth-child(odd) {
    background-color: rgba(247, 247, 247, 1) !important;
} */
.table-even {
    background-color: rgba(247, 247, 247, 1) !important;
}

/* .table-body-data > tr:nth-child(even) {
    background-color: transparent !important;
} */
.table-odd {
    background-color: transparent !important;
}

#iframeModal {
    overflow-y: hidden;
}
.my-modal-header {
    cursor: move;
}
.gm-style-iw-d {
    overflow: hidden !important;
}

.display-flex {
    display: flex;
}
.display-none {
    display: none;
}

.resizable {
    background: white;
    width: 900px;
    height: 600px;
    position: absolute;
    top: 100px;
    left: 20%;
}

.resizable .resizers {
    width: 100%;
    height: 100%;
    border: 3px solid #4286f4;
    box-sizing: border-box;
}

.resizable .resizers .resizer {
    width: 10px;
    height: 10px;
    border-radius: 50%; /*magic to turn square into circle*/
    background: white;
    border: 3px solid #4286f4;
    position: absolute;
}

.resizable .resizers .resizer.top-left {
    left: -5px;
    top: -5px;
    cursor: nwse-resize; /*resizer cursor*/
}
.resizable .resizers .resizer.top-right {
    right: -5px;
    top: -5px;
    cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-left {
    left: -5px;
    bottom: -5px;
    cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-right {
    right: -5px;
    bottom: -5px;
    cursor: nwse-resize;
}
.aux-line {
    stroke: #fc6635 !important ;
    stroke-width: 5px !important;
}

body {
    padding-right: 0px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.gm-fullscreen-control {
    display: none !important;
}
/* .gm-svpc */
.gmnoprint {
    top: 60px;
}
.full-view {
    right: 4px !important;
}
.node-measure-text {
    display: none;
}
.segment-text {
    display: none;
}
.custom-fullscreen {
    margin: 7px;
    border: none;
    border-radius: 4px;
    margin-top: 14px;
}
.gm-style-iw-chr {
    display: none;
}

.rotate_div {
    /* transform: rotate(82deg); */
}
.form-control::placeholder {
    font-size: 14px !important;
    text-align: start !important;
}
.custom_postion_relative {
    display: flex;
    align-items: center;
    position: relative;
}
.custom_postion_absolute {
    position: absolute !important;
}
.left_class {
    right: 10px !important;
}
.left_less {
    right: 10px !important;
}
.heading-property {
    font-size: 19px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    color: #0c3e64;
}

.price-input {
    width: 100%;
    display: flex;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 0px;
    border-radius: 5px;
    text-align: center;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 100px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.date-input {
    padding: 30px 15px !important;
    border: 1px solid lightgrey !important;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff !important;
    color: #4caf50 !important;
    font-size: 18px !important;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold !important;
}

.input1 {
    text-align: left !important;
}

.input2 {
    text-align: right !important;
}

::placeholder {
    color: #bdbdbd;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #bdbdbd;
}

::-ms-input-placeholder {
    color: #bdbdbd;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.datepicker {
    background-color: #fff;
    border-radius: 0 !important;
    padding: 15px 20px !important;
    align-content: center !important;
}

.datepicker-dropdown {
    top: 0;
    left: calc(50% - 161px) !important;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: calc(50% - 6px) !important;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: calc(50% - 5px) !important;
}

.datepicker table tr td.today,
span.focused {
    border-radius: 50% !important;
    background-image: linear-gradient(#fff3e0, #ffe0b2);
}

.datepicker table tr td.today.range {
    background-image: linear-gradient(#eeeeee, #eeeeee) !important;
    border-radius: 0 !important;
}

thead tr:nth-child(3) th {
    font-weight: bold !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.old,
.day,
.new {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0px !important;
    border: 1px solid lightgrey !important;
}

.day.old,
.day.new {
    background-color: #f5f5f5 !important;
    color: #e0e0e0 !important;
}

.day.old:hover,
.day.new:hover {
    border-radius: 0px !important;
}

.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
    border-radius: 50% !important;
    background-color: #eee;
}

.active {
    border-radius: 50% !important;
    background-image: linear-gradient(#90caf9, #64b5f6) !important;
    color: #fff !important;
}

.range-start,
.range-end {
    border-radius: 50% !important;
    background-image: linear-gradient(#4caf50, #4caf50) !important;
}

.range {
    color: #4caf50 !important;
}

.prev,
.next,
.datepicker-switch {
    border-radius: 0 !important;
    padding: 10px 10px 10px 10px !important;
    font-size: 18px;
    opacity: 0.7;
    color: #4caf50;
}

.prev:hover,
.next:hover,
.datepicker-switch:hover {
    background-color: inherit !important;
    opacity: 1;
}

.btn-outline {
    border-color: #0c3e64;
    border-radius: 5px;
    color: #0c3e64;
    font-size: 16px;
}
.btn-outline:hover {
    background-color: #0c3e64;
    color: white;
}
/* .btn-outline:focus {
    color: #0c3e64;
} */
.blue-color {
    color: #0c3e64;
    font-size: 25px;
    line-height: 29px;
}

.color-gray {
    color: #696969;
    font-size: 18px;
    line-height: 21px;
}

.gray-box {
    width: 300px;
    padding: 10px;
    background: #f7f7f7;
}

.bg-gray {
    background: #f7f7f7;
}
.btn-fill {
    background-color: #0c3e64;
    font-size: 16px;
    color: white;
}
.btn-fill:hover {
    background-color: #0c3e64;
    font-size: 16px;
    color: white;
}

.accordion {
    max-width: 1170px;
    margin: 40px auto 0;
}

.at-tab {
    display: none;
    padding: 15px;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.at-title,
.at-item > .w-100 {
    cursor: pointer;
    background-color: #e0e0e0;
    position: relative;
    transition: background-color 0.3s ease;
}
.at-title > div > h2,
.at-item > .w-100 > div > h2 {
    color: #0c3e64 !important;
    font-size: 18px;
    line-height: 21px;
}
.at-item > .w-100 {
    padding: 5px !important;
}

.at-item > .w-100:hover {
    background-color: #e0e0e0;
}

.at-item > .w-100.active:after {
    content: "-";
}
.at-title:hover {
    background-color: #e0e0e0;
}

.at-title.active:after {
    content: "-";
}
.at-item {
    border-radius: 5px;
    margin-bottom: 15px;
}

.at-title h2,
.at-item > .w-100 > h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.active {
    background-image: none !important;
    border-radius: 0px !important;
}

@media screen and (max-width: 500px) {
    .datepicker-dropdown.datepicker-orient-right:before {
        right: calc(50% - 6px) !important;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: calc(50% - 5px) !important;
    }
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    color: #696969;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-main-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px;
    color: #696969;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-main-item:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: "+";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: "-";
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* .dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
  }
   */

.title-name {
    font-size: 16px;
    text-wrap: nowrap;
    color: #696969;
    line-height: 21px;
    font-weight: 400;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
   * Nestable Extras
   */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #696969;
    border: 1px solid #999;
    /* background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%); */
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item > button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 48%;
    }
    .dd + .dd {
        margin-left: 2%;
    }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}
/**
   * Nestable Draggable Handles
   */

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: "≡";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ddd;
}
#dataCol-1 > .kanban-title > .kanban-task > .dd-handle > div > .show-svg {
    display: inline !important;
}
/* #dataCol-1
    > .kanban-title
    > .kanban-task
    > .dd-handle
    > .d-flex
    > div
    > .checkbox-wrapper-13 {
    display: none !important;
} */
#dataCol-1 > .kanban-task > .dd-handle > div > .show-svg {
    display: inline !important;
}
#dataCol-2 > .kanban-task > .dd-handle > div > .show-svg {
    display: none !important;
}
#dataCol-2 > .kanban-title > .kanban-task > .dd-handle > div > .show-svg {
    display: none !important;
}
#dataCol-2
    > .kanban-title
    > .kanban-task
    > .dd-handle
    > .d-flex
    > div
    > .checkbox-wrapper-13 {
    display: flex !important;
}

.hidden-button {
    display: none !important; /* Important to ensure it overrides other styles */
}
.hidden {
    display: none !important;
}

.fixed-columnn {
    position: sticky;
    left: 0px;
}

.api_view_table > thead > th:nth-of-type(1),
.api_view_table > tbody > td:nth-of-type(1) {
    position: absolute;
    left: 0;
    width: 80px;
    background-color: #eee;
}

.api_view_table > thead > th:nth-of-type(2),
.api_view_table > tbody > td:nth-of-type(2) {
    position: absolute;
    left: 80px;
    width: 100px;
    background-color: #eee;
}

.api_view_table > thead > th:nth-of-type(3),
.api_view_table > tbody > td:nth-of-type(3) {
    position: absolute;
    left: 180px;
    width: 100px;
    background-color: #eee;
}

.addCol {
    position: absolute;
    left: -17px;
}
/* .fix-table table {
    position: relative;
    table-layout: fixed;
    overflow: hidden;
    border-collapse: collapse;
}
.fix-table thead {
    position: relative;
    display: block;
    overflow: visible;
}
a .fix-table thead th {
    min-width: 220px;
    height: 32px;
    white-space: normal;
}
.fix-table thead th:nth-child(1) {
    position: relative;
    min-width: 50px;
    text-align: center;
    background: #fff;
}
.fix-table thead th:nth-child(2) {
    position: relative;
    min-width: 150px;
    text-align: center;
    background: #fff;
}
.fix-table tbody {
    position: relative;
    display: block;
    height: 239px;
    overflow: scroll;
}
.fix-table tbody td {
    min-width: 220px;
    white-space: normal;
}
.fix-table tbody tr td:nth-child(1) {
    position: relative;
    height: 40px;
    background: #fff;
    min-width: 50px;
    text-align: center;
}
.fix-table tbody tr td:nth-child(2) {
    position: relative;
    height: 40px;
    min-width: 150px;
    text-align: center;
    background: #fff;
} */
/* .my-view-body {
    border-collapse: separate;
}
*/
#nestedTabTop {
    border-bottom: 2px solid#333 !important;
    border-top: 2px solid rgb(211, 211, 211) !important;
}

.dt-column-title {
    font-weight: bold !important;
    text-transform: capitalize;
}
.indivisual_detail {
    height: 100vh;
    overflow-y: scroll;
}
.tabs {
    height: max-content;
    width: 150px;
    padding: 4px;
    border-radius: 2px;
    background-color: rgba(255, 116, 2, 1);
    color: white;
    border: none;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 52%;
}

#editButton:hover {
    color: white;
}
.my-prev:hover {
    color: white;
}

/* .nested {
    padding: 4px 0;
    border: 1px dotted #bbb;
  }
   */
.item {
    padding: 8px;
}

#sortBtnn {
    height: 52px !important;
}

.calendar-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.calendar-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.calendar {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 335px;
    position: absolute;
    z-index: 1;
    display: none;
}

.header {
    background-color: rgba(255, 116, 2, 1);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#prevBtn,
#nextBtn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

#monthYear {
    font-size: 18px;
    font-weight: bold;
}

.days,
.months,
.years {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    padding: 5px;
}

.day,
.month,
.year {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
}

.day.current {
    background-color: rgba(255, 116, 2, 1);
    color: white;
}

.day.selected {
    background-color: rgba(255, 116, 2, 1);
    color: white;
}

.activeBgOrange {
    background-color: rgba(255, 116, 2, 1) !important;
}

#dateInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.modal-title-custom {
    color: #000;
    font-weight: 500 !important;
    font-size: 25px;
}
.btn-New_group {
    width: 100%;
    padding: 8px 9px !important;
    font-size: 15px !important;
    background: none !important;
    color: #0070fc !important;
    border: 1px solid #0070fc;
    font-weight: 600 !important;
    border-radius: 5px;
}
.btn-save {
    width: 100%;
    padding: 8px 9px !important;
    font-size: 15px !important;
    border: 1px solid #0072fb;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600 !important;
    background: #0776fb;
}
.header_custom {
    display: flex;
    width: 100%;
    padding-left: 40px !important;
    justify-content: space-between;
}
.btn-record {
    border-radius: 10px;
    padding: 4px 17px;
    border: 1px solid grey;
    font-size: 10px;
}
.Content_scroll {
    max-height: 120px;
    overflow: scroll;
    overflow-x: hidden;
}
.modal-title-custom p {
    color: #8b8b8b;
    font-size: 15px;
}
.cross_btn {
    font-size: 30px;
}

.dissablOverFlow {
    overflow: hidden !important;
}
.dt-scroll-body {
    max-height: 95% !important;
}
.dt-scroll-body > table {
    /* border-collapse: separate !important; */
}
.fixedHeight {
    height: 100% !important;
}

.dt-scroll-body::-webkit-scrollbar {
    display: none !important;
}

.custom-input {
    height: 41px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 5px;
    color: rgba(30, 30, 30, 1);
}

.at-tab > table {
    table-layout: fixed !important;
}
.at-tab > div > div > table {
    table-layout: fixed !important;
}
.form-text,
.select_setting,
.map_show_map,
.custom-input {
    transform: 0.4s;
}
.form-text:hover {
    border-color: rgba(255, 116, 2, 1);
    cursor: pointer;
}
.select_setting:hover {
    border-color: rgba(255, 116, 2, 1) !important;
    cursor: pointer;
}
.custom-input:hover {
    border-color: rgba(255, 116, 2, 1) !important;
    cursor: pointer;
}
.map_show_map:hover {
    color: rgba(255, 116, 2, 1) !important;
    cursor: pointer;
}
.tr {
    transition: 0.4s;
}

tr:hover {
    background-color: rgb(216, 212, 212) !important;
    cursor: pointer !important;
}

#btnunlock:hover img {
    filter: invert(1);
}
.gooogle_detail_view_unlock:hover img {
    filter: invert(1.5);
}
.left-bor > div {
    color: #666666;
    font-size: 14px;
    font-weight: 400 !important;
}
.title-name {
    text-wrap: balance !important;
}
.fullScreenMap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    top: 0px;
    left: 0px;
}
.left-bor {
    position: relative !important;
}

table.dataTable,
table.responsive-table {
    width: auto !important;
}
/* .stripe{
    width: max-content !important;
} */

#owner_contact > div {
    position: relative !important;
}

.left-bor > .tableFont,
.left-bor > .text-center,
.left-bor > .d-flex {
    width: 100% !important;
}

td {
    /* padding-right: 0px !important; */
}
/*
.left-bor > .d-flex {
    padding: 5px !important;
} */
/*
td,th{
    width: 3% !important;
} */

/* table.dataTable thead > tr > th{
        padding-right: 0px !important;
    } */

.disabled-cursor {
    pointer-events: disabled; /* Makes the link non-clickable */
    color: gray; /* Optional: Change text color to indicate disabled state */
    cursor: not-allowed; /* Changes the cursor to a "not allowed" sign */
}

table {
    border-collapse: collapse !important;
    table-layout: fixed !important;
    border: 1px solid rgb(216, 212, 212);
}

.left-bor > div.text-center {
    width: 240px !important;
    /* text-wrap: nowrap !important; */
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: rgba(255, 116, 2, 1) !important;
}
.dropdown-menu > li > label:hover {
    color: rgba(255, 116, 2, 1) !important;
}

.dropdown-menu > li > a > div :nth-child(1) {
    font-size: 16px !important;
}

.btn-New_groupfp4,
.btn-New_groupfp3,
.btn-New_groupfp2,
.btn-New_groupfp1,
.btn-New_groupskip {
    width: 100% !important;
    height: 35px !important;
}

.vl {
    display: none !important;
}

.at-tab > table,
.my-view-body {
    width: 100% !important;
}
.at-tab > div > div > table {
    width: 100% !important;
}

.left-bor > .d-flex > p {
    /* text-wrap: nowrap !important; */
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: 0.5;
}

/* .tableFont>div{
    text-wrap: nowrap !important;
} */

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
    position: absolute;
    display: block;
    bottom: 50%;
    /* background: red !important; */
    content: "▲";
    content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    position: absolute;
    display: block;
    top: 50%;
    content: "▼";
    content: "▼"/"";
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: 0.9 !important;
    color: rgb(255 120 9) !important;
}

#allasset > li > a {
    padding: 0px !important;
    padding-left: 8px !important;
}

/* .dropdown-menu li:last-child{
    margin-bottom: -10px !important;
    margin-top: -10px !important;
} */
#allasset > li:last-child {
    margin-bottom: -5px !important;
}
.data_typeDrop > li {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}
#allasset > li {
    margin-top: -10px !important;
    padding-top: 11px;

    margin-top: -10px !important;
    padding-top: 11px;
}
.settingDrop > li {
    margin-bottom: 0px !important;
    margin-top: 3px !important;
}

.at-tab > table > tbody > tr {
    border: 2px solid rgb(211, 211, 211) !important;
}
.at-tab > div > div > table > tbody > tr {
    border: 2px solid rgb(211, 211, 211) !important;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#address > .left-bor > .text-center > .tableFont {
    margin-top: -20px !important;
}

.map-street-btn,
.map-satellite-btn {
    margin-top: 0px !important;
}

#bussiness_phone > .left-bor > .tableFont > div {
    margin-top: 11px !important;
}
.dt-info {
    color: black !important;
    font-weight: 600 !important;
}

.pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
    position: relative !important;
    /* top: -20px !important ;   */
    right: 10px !important;
}

.pagination > .page-item {
    margin-right: 10px !important;
}
.pagination > .page-item > button {
    background: rgba(255, 116, 2, 1) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 7px !important;
    width: 110px;
    text-align: center;
}
.pagination > .page-item > span {
    background: rgba(255, 116, 2, 1) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: none !important;
    border-radius: 7px !important;
    width: 110px;
    text-align: center;
}
.page-link {
    /* width: 35px; */
    height: 42px !important;
    text-align: center !important;
    border-radius: 7px !important;
}

.dt-empty {
    text-align: left !important;
    font-weight: 500 !important;
}

.dt-info {
    display: none !important;
}

.kanban-container {
    height: 75% !important;
    overflow: auto !important;
}

.btn-outline:focus {
    color: #0c3e64 !important;
}

.btn-outline:hover {
    color: white !important;
}

.increasLoadWidth {
    width: 312px !important ;
}

.fp_data_table2
    > .table-area
    > #fixedColumn_wrapper
    > .dt-layout-table
    > .dt-layout-cell
    > .dt-scroll
    > .dt-scroll-body
    > table
    > tbody
    > tr
    > td
    > div
    > p {
    text-wrap: nowrap !important;
}

.page-item > span,
.page-item > button {
    font-size: 18px !important;
}

/* .dt-scroll-headInner{
    width: 100% !important;
}
.dt-scroll-headInner>table{
    width: 100% !important;
} */

.dt-scroll-head > .dt-scroll-headInner,
.dt-scroll-head > .dt-scroll-headInner > table {
    width: 100% !important;
}
.dt-scroll-body,
.dt-scroll-body > table {
    width: 100% !important;
}
/* .left-bor>div{
    width: 100% !important;
} */

.disabled-cursor {
    font-size: 16px !important;
}

.hide-edit-class {
    padding-right: 10px !important;
}

.increase > span,
.increase > button {
    font-size: 23px !important;
}

.increase {
    padding-top: 10px !important ;
}
.Homeincrease > span,
.Homeincrease > button {
    font-size: 18px !important;
}

#zoning {
    color: black !important;
    text-align: center !important;
}

#mapMainDiv{
    height: 100% !important;
}

.height-100,.show_hiddenTable{
height:  100% !important;
}
#fixedColumn_wrapper{
    height: 100% !important;
    margin-bottom: 5px !important;
}
.dt-layout-table{
    height: 96% !important;
}
.minYearVal,.maxYearVal,#maxLandUse>p{
    font-size: 19px !important;
    text-align: center !important;
}

#last_sale_date_min,#last_sale_date_max{
    font-size: 17px !important;
    color: rgb(255 116 2);
}

.hover-orange:hover{
 background-color:rgb(255 116 2);
 outline: 1px solid rgb(255 116 2);   
}