/*body {
    margin: 0% auto;
    background-image: url('../images/bg.png');
}*/


.wrapper.bgded.overlay {
    z-index: -1;
}

/* nav bar styling start */
.logo_quarter {
    width: 23%;
}

div#logo {
    margin: auto;
}

.my_nav {
    font-size: 22px;
}

.nav-item {
    padding-left: 3px;
}

.nav-item .nav-link {
    font-size: 16px;
}

.nav-item:hover {
    color: #215863;
}

.navbar-brand img {
    height: 30px;
}

.user-profile.dropdown-toggle:after {
    display: none;
}

i.counter {
    background: #dc03ea;
    color: white;
    position: absolute;
    padding: 0px 7px 0px 4px;
    border-radius: 50%;
    font-size: 12px;
    z-index: 0;
}

/* nav bar styling end */
/* The root */
.p-nested-dropdowns {
    /* Border */
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;

    /* Reset list styles */
    list-style-type: none;
    margin: 0;
    padding: 0;

    margin-left: 10px;
}

.p-nested-dropdowns li {
    /* Spacing */
    padding: 8px;

    /* Used to position the sub dropdown */
    position: relative;
    width: auto;
}

.alert {
    z-index: -1;
}

.items-nav {
    width: 100%;
}

.cart-items-count {
    background: #CC6C06;
    padding: 2px 6px;
    border-radius: 40px;
    border: 2px solid white;
    color: white;
    margin: -9px 0 0 -7px;
}


.p-nested-dropdowns-1 {
    border: none !important;
}

.p-nested-dropdowns-2 {
    border: none !important;
}

.p-nested-dropdowns li:hover {
    background: #eeeeee !important;
}

.p-nested-dropdowns-2 li div {
    text-align: right;
}

/* .p-nested-dropdowns-2:hover{
    background: none !important;
} */

.p-nested-dropdowns-2 li {
    width: 200px;
}

/* The sub dropdown */
.p-nested-dropdowns ul {
    /* Border */
    border: 1px solid rgba(0, 0, 0, 0.3);

    /* Hidden by default */
    display: none;

    /* Absolute position */
    left: 0;
    position: absolute;
    top: 100%;

    /* Reset styles */
    list-style-type: none;
    margin: 0;
    padding: 0;


    background: white;
}

/* The second level sub dropdown */
.p-nested-dropdowns ul ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Change background color of list item when being hovered */
.p-nested-dropdowns li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Show the direct sub dropdown when hovering the list item */
.p-nested-dropdowns li:hover > ul {
    display: block;
    z-index: 1;
}

/* footer style */


.one_quarter {
    width: 30%;
}

/* footer style end  */


button#dropdownMenuButton {
    width: 100%;
    padding: 19px;
    font-size: 13px;
}

.user-profile-menu {
    left: unset;
    right: 0 !important;
}

.services-menu .navbar-nav {
    flex-direction: column !important;
}

.services-menu {
    width: max-content;
    padding: 0;
}

.services-items {
    display: flex;
    padding: 10px;
    border: 1px solid black;
}

.services-menu .dropdown-header {
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    font-family: Liberation, sans-serif;
}

.services-menu .dropdown-item {
    font-size: 14px;
    color: #CC6C06 !important;
}

.services-menu .dropdown-header:hover {
    color: #CC6C06
}

.services-menu .dropdown-item:hover {
    color: #CC6C06
}

/*.services-menu .dropdown-item {
    font-size: 6pt;
}*/

@media (max-width: 991px) {
    .services-menu {
        width: 100% !important;
    }

    #overlay-description {
        color: #CC6C06;
    }

    .request-service {
        background: #CC6C06;
        color: white;
    }
}

@media (min-width: 991px) {
    .services-menu {
        left: -200px;
    }
}

.costum {
    width: 100%;
    padding: 19px;
    font-size: 13px;
    border: 1px solid #215863;
    background: #215863;
}

.costum:hover {
    background: #142427;
}

/* slide style */
.carousel-caption {
    top: 37%;
    right: 64%;
    font-size: 30px;
}

/* slide style */

/* footer style */


.one_quarter {
    width: 30%;
}

.btn1 {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
}

.service {
    box-shadow: 0px 0px 13px -3px #acafb1;
    padding: 23px;
    text-align: center;
}

.service a.btn {

    border: 0.6px solid;
}

.service:hover {
    background-color: #eaeaea;
}

.col-md-3 a.btn:hover {

    background-color: #215863;
    color: white;
}


/* cart */
.cart table {
    font-size: 20px;
}

th {
    color: #cdc8c8;
}

.checkout {
    float: right;
    padding: 15px;
}

div#use_multi,
div#use_multi_3,
div#use_multi_4,
div#use_multi_5,
div#use_multi_6,
div#use_multi_7,
div#use_multi_8,
div#use_multi_9,
div#use_multi_10 {
    display: NONE;
    margin-top: 20px;
}

.shoping {
    padding: 15px;
}

.form-check {
    padding-left: 0px;
}

.Empty,
.order-not-exists {
    text-align: center;
    margin: 0 auto;
    padding: 99px;
    color: #215863;
    background: #eeeeee;
    border: 0.3px solid;
    border-radius: 10px;
}

.Empty h5,
.order-not-exists h5 {
    font-size: 30px;

}

/* checkout */
.checkout-father {
    font-size: 18px;
}

.checkout-father select,
.edit-info select {
    padding: 6px;
}

input#use_default,
input#use_multiple_addresses,
input#use_multiple_addresses_2,
input#use_multiple_addresses_3,
input#use_multiple_addresses_4,
input#use_multiple_addresses_5,
input#use_multiple_addresses_6,
input#use_multiple_addresses_7,
input#use_multiple_addresses_8,
input#use_multiple_addresses_9,
input#use_multiple_addresses_10,
input#dont_use_multiple_addresses,
input#save-info {
    display: inline;
    margin: 10px;
}


/* order history */
.orders {
    font-size: 18px;
}

.order-h {
    border: 1px solid;
    border-radius: 10px;
    margin-bottom: 12px;
}

.edit-del {
    width: 100%;
}

.edit-del .edit {
    float: right;
}

/* regiser */

.row.form-group {
    padding-bottom: 12px;
}

.row.form-group input {
    padding: 10px;
}

/* myorders */


@media (max-width: 799px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
        margin: 10px 0px;
    }

    .table .table-striped p {
        font-size: 10px;
    }

    .p-nested-dropdowns-2 {
        border: none !important;
        position: absolute;
        right: 9px;
        width: 43px;
    }

    .p-nested-dropdowns-2 li:hover {
        background: transparent !important;
    }

    .p-nested-dropdowns ul ul {
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        background: antiquewhite;
    }

    ul.p-nested-dropdowns-2-ul {
        position: absolute;
        left: -161px;
    }

    .table > tbody {
        vertical-align: inherit;
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 5.9%;
    }
}

.messages-popup {
    position: absolute;
    background: none;
    border: none;
    font-size: 24px;
    top: -1px;
    right: 7px;
    color: inherit;
}


/* cart */

.Checkout-btn,
.continue-btn {
    width: 100%;
}


/* profile style */


.widget-author {
    margin-bottom: 58px;
}

.author-card {
    position: relative;
    padding-bottom: 48px;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.author-card .author-card-cover {
    position: relative;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.author-card .author-card-cover::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.5;
}

.author-card .author-card-cover > .btn {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0 10px;
}

.author-card .author-card-profile {
    display: table;
    position: relative;
    margin-top: -22px;
    padding-right: 15px;
    padding-bottom: 16px;
    padding-left: 20px;
    z-index: 5;
}

.author-card .author-card-profile .author-card-avatar, .author-card .author-card-profile .author-card-details {
    display: table-cell;
    vertical-align: middle;
}

.author-card .author-card-profile .author-card-avatar {
    width: 85px;
    border-radius: 50%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
}

.author-card .author-card-profile .author-card-avatar > img {
    display: block;
    width: 100%;
}

.author-card .author-card-profile .author-card-details {
    padding-top: 20px;
    padding-left: 15px;
}

.author-card .author-card-profile .author-card-name {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}

.author-card .author-card-profile .author-card-position {
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 600;
}

.author-card .author-card-info {
    margin-bottom: 0;
    padding: 0 25px;
    font-size: 13px;
}

.author-card .author-card-social-bar-wrap {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
}

.author-card .author-card-social-bar-wrap .author-card-social-bar {
    display: table;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .11);
}

.btn-style-1.btn-white {
    background-color: #fff;
}

.list-group-item i {
    display: inline-block;
    margin-top: -1px;
    margin-right: 8px;
    font-size: 1.2em;
    vertical-align: middle;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.list-group-item.active:not(.disabled) {
    border-color: #e7e7e7;
    background: #fff;
    color: #ac32e4;
    cursor: default;
    pointer-events: none;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-flush .list-group-item {
    border-right: 0 !important;
    border-left: 0 !important;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

a.list-group-item, .list-group-item-action {
    color: #404040;
    font-weight: 600;
}

.list-group-item {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e7e7e7 !important;
    border-radius: 0 !important;
    color: #404040;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.active:not(.disabled)::before {
    background-color: #ac32e4;
}

.list-group-item::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: transparent;
    content: '';
}

#profile_form label {
    padding-top: 15px;
}

#profile_form input.update-btn.btn {
    margin-top: 15px;
    background-color: #067dd4;
    color: white;
    font-size: 17px;
}

/* profile style */


.add-location div {
    margin-bottom: 15px;
}

.add-location input,
.add-location textarea {

}

input#id_is_default {
    width: auto;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

a.control {
    float: right;
}

/*Home Video*/
.hero-container {
    position: relative;
    overflow: hidden;
}

/*.hero-container .video-cont .video-container {
    width: 69%;
    height: 0;
    position: absolute;
    padding-top: 4%;
    padding-bottom: 40%;
    left: -15%;
    top: -17%;
    z-index: -1;
    overflow: hidden;
}*/

.hero-container .video-cont .video-container {
    width: 66%;
    height: 0;
    position: absolute;
    padding-bottom: 36%;
    left: -13%;
    top: 0;
    z-index: -1;
    overflow: hidden;
}


.hero-container .video-cont .video-container .video-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -5px;
}

video {
    display: inline-block;
    vertical-align: baseline;
}

.hero-container .video-cont .overlay-img {
    overflow: hidden;
    background-size: 60% 100%;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
}

.overlay-img {
    background-image: url('/static/images/shape.png');
}

.hero-container .video-cont .overlay-img .content {
    margin: 58px 0 0 150px;
    padding-bottom: 68px;
    padding-top: 100px;
    min-height: 358px;
    left: 40%;
    min-width: 450px;
    max-width: 450px;
}

.hero-container .content {
    position: relative;
}

@media (max-width: 991px) {
    .hero-container {
        position: unset;
        overflow: unset;
    }

    .hero-container .video-cont .video-container {
        width: 100%;
        height: unset;
        position: unset;
        padding-top: unset;
        padding-bottom: 0;
        top: unset;
        left: unset;
    }

    .hero-container .video-cont .video-container .video-upload {
        left: 0;
        position: unset;
    }

    .hero-container .video-cont .overlay-img {
        overflow: unset;
        background-position: unset;
        background-repeat: unset;
        position: unset;
        left: unset;
    }

    .overlay-img {
        background-image: none;
    }

    .hero-container .video-cont .overlay-img .content {
        position: unset;
        left: unset;
        margin: unset;
        min-height: unset;
        height: fit-content;
        min-width: unset;
        max-width: unset;
        width: 100%;
        padding: 20px;
    }

    .hero-container .video-cont .overlay-img .content h4,
    .hero-container .video-cont .overlay-img .content h5 {
        color: black !important;
    }

    .sidepanel {
        width: 95% !important;
    }
}


/* Service Button*/
.service-btn {
    background-color: #50535c;
}

.service-btn:hover {
    background-color: #CC6C06;
    color: black;
}

.service-items {
    width: 100%;
}

.service-item img {
    height: 20px;
    width: 20px;
    float: right;
}

.service-item:hover {
    background: #CDC6C1;
}

/*Home Carousel*/
.carousel-control-prev, .carousel-control-next {
    border: none;
    background: none;
}

.carousel-control-prev i, .carousel-control-next i {
    background-image: none;
    color: black !important;
}

.dropify-wrapper {
    height: 100px;
}

.dropify-message p {
    font-size: 18px;
}

.django-ckeditor-widget {
    width: 100%;
}

/* The sidepanel menu */
.sidepanel {
    height: 100%; /* Specify a height */
    width: 40%; /* 0 width - change this with JavaScript */
    display: none;
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #F2F3F5; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: scroll;
    padding: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
    top: 0;
    left: 0;
    font-size: 36px;
    text-decoration: none;
    color: black;
    line-height: 0;
}

.buttonHolder input {
    background: #CC6C06;
    color: white;
    border: none;
}

.slick-arrow:before {
    color: #CC6C06 !important;
}

.title-font {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    color: #CC6C06;
    text-transform: capitalize;
}

.title-font-service-item {
    font-family: Helvetica, sans-serif;
    color: black;
    text-transform: initial;
}

.title-second {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}

.slide-text {
    font-family: Helvetica, sans-serif;
    font-size: 32px;
    margin-bottom: -4px;
    color: black;
}

.slide-text2 {
    font-family: Helvetica, sans-serif;
    font-size: 32px;
    color: #ffffff;
}

@media (max-width: 575px) {
    .slide-text2 {
        font-size: 24px;
        text-wrap: normal;
    }
}

.slide-text3 {
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    margin-top: -4px;
    color: black;
    text-transform: capitalize;
}

.slide-text4 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    margin-top: -4px;
    color: black;
    text-transform: none;
    font-weight: 500;
}

.slide-text5 {
     font-size: 20px;
}

@media (max-width: 575px) {
    .slide-text5 {
        font-size: 16px;
    }
}

.title-font-main {
    font-family: Helvetica, sans-serif;
    font-size: 26px;
    color: #CC6C06;
    text-transform: capitalize;
}

.title-font-main2 {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    color: black;
    text-transform: capitalize;
}

.bottom-slide-header {
    font-family: HCo Gotham, Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #4c535d;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px;
}

.bottom-slide-body {
    font-family: HCo Gotham, Helvetica, Arial, sans-serif;
    font-size: 19px;
    max-width: none;
    color: #4c535d;
    letter-spacing: -.2px;
}

.faqs {
    font-family: HCo Gotham, Helvetica, Arial, sans-serif;
    font-size: 18px;
    max-width: none;
    color: #4c535d;
    letter-spacing: -.2px;
}

.btn-custom {
    text-decoration: none;
    color: grey;
    border: 2px solid gray;
    background-color: white;
    padding: 2px 8px;
}

.btn-custom-make-payment,
.btn.btn-secondary.btn-custom-make-payment,
a.btn.btn-secondary.btn-custom-make-payment,
button.btn.btn-secondary.btn-custom-make-payment {
    text-decoration: none !important;
    color: white !important;
    border: 2px solid #cc6c06 !important;
    background-color: #cc6c06 !important;
    padding: 2px 8px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

.btn-custom-make-payment:hover,
.btn-secondary.btn-custom-make-payment:hover,
a.btn-secondary.btn-custom-make-payment:hover,
button.btn-secondary.btn-custom-make-payment:hover {
    color: #cc6c06 !important;
    background-color: white !important;
    border: 2px solid #cc6c06 !important;
}

.remove-service {
    text-decoration: none;
    color: darkred;
    border: 0.5px solid darkred;
    background-color: white;
    padding: 1px 4px;
    font-size: 11px;
    margin-top: 5px
}

.more-service {
    text-decoration: none;
    color: #282c33;
    background: #FFFFFF;
    padding: 1px 4px
}

.budget-font {
    font-family: HCo Gotham, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 5px;

}.budget-font-service-add {
    font-family: HCo Gotham, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.budget-font2 {
    box-shadow: 0px 0px 6px -3px #acafb1;
    padding: 10px;
    background-color: white;
    width: 100%;
}

.right-side-pay-type {
    font-family: Liberation, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.right-side-pay-type-two {
    font-family: Liberation, sans-serif;
    font-size: 14px;
}

.wpcc-color-custom--540635945 .wpcc-btn {
    border: none;
    width: 40%;
    float: right;
}

.make-payment {
    font-family: HCo Gotham, Helvetica, Arial, sans-serif;
    max-width: none;
    color: #4c535d;
    letter-spacing: -.2px;
}

.category-message {
    font-family: HCo Gotham, Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin-left: 5px;
}


.notify-drop {
    min-width: 330px;
    max-width: 330px;
    background-color: #fff;
    min-height: 360px;
    max-height: 360px;
    right: 10px !important;
    left: unset !important;
}

.notify-drop .notify-drop-title {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 15px 10px 15px;
}

.notify-drop .drop-content {
    min-height: 280px;
    max-height: 280px;
    overflow-y: scroll;
}

.notify-drop .drop-content::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.notify-drop .drop-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.notify-drop .drop-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.notify-drop .drop-content > li {
    border-bottom: 1px solid #525252;
    padding: 10px 0px 5px 0px;
}

.notify-drop .drop-content > li:nth-child(2n+0) {
    background-color: #fafafa;
}

.notify-drop .drop-content > li:after {
    content: "";
    clear: both;
    display: block;
}

.notify-drop .drop-content > li:hover {
    background-color: #fcfcfc;
}

.notify-drop .drop-content > li:last-child {
    border-bottom: none;
}

.notify-drop .drop-content > li .notify-img {
    float: left;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0px 0px 8px 0px;
}

.notify-drop .allRead {
    margin-right: 7px;
}

.notify-drop .rIcon {
    float: right;
    color: #999;
}

.notify-drop .rIcon:hover {
    color: #333;
}

.notify-drop .drop-content > li a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.notify-drop .drop-content > li {
    font-weight: bold;
    font-size: 11px;
}

.notify-drop .drop-content > li hr {
    margin: 5px 0;
    width: 70%;
    border-color: #e2e2e2;
}

.notify-drop .drop-content .pd-l0 {
    padding-left: 0;
}

.notify-drop .drop-content > li p {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 3px 0;
}

.notify-drop .drop-content > li p.time {
    font-size: 10px;
    font-weight: 600;
    top: -6px;
    margin: 8px 0px 0px 0px;
    padding: 0px 3px;
    border: 1px solid #e2e2e2;
    position: relative;
    background-image: linear-gradient(#fff, #f2f2f2);
    display: inline-block;
    border-radius: 2px;
    color: #B97745;
}

.notify-drop .drop-content > li p.time:hover {
    background-image: linear-gradient(#fff, #fff);
}

.notify-drop .notify-drop-footer {
    border-top: 1px solid #e2e2e2;
    bottom: 0;
    position: relative;
    padding: 8px 15px;
}

.notify-drop .notify-drop-footer a {
    color: #777;
    text-decoration: none;
}

.notify-drop .notify-drop-footer a:hover {
    color: #333;
}

.modal-body .btn.btn-outline-primary {
    min-height: 88px !important;
}

.solution-item {
    font-size: 16px
}

.solution-item:hover {
    background-color: #e3e2e2 !important;
    color: #CC6C06 !important;
    font-weight: 500;
}

#servicesModal .title-font-service-item {
    display: none;
}

/* Override all Bootstrap primary buttons to use #cc6c06 color scheme */
.btn-primary {
    color: #cc6c06 !important;
    background-color: white !important;
    border: 2px solid #cc6c06 !important;
    text-decoration: none !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
}

.btn-primary:hover {
    color: white !important;
    background-color: #cc6c06 !important;
    border: 2px solid #cc6c06 !important;
}

.btn-primary:focus,
.btn-primary:active {
    color: white !important;
    background-color: #cc6c06 !important;
    border: 2px solid #cc6c06 !important;
    box-shadow: 0 0 0 0.25rem rgba(204, 108, 6, 0.25) !important;
}

.btn-primary:disabled {
    color: #cc6c06 !important;
    background-color: white !important;
    border: 2px solid #cc6c06 !important;
    opacity: 0.65 !important;
}

/* Override for small primary buttons */
.btn-sm.btn-primary {
    padding: 1px 6px !important;
    font-size: 11px !important;
}

/* Override for large primary buttons */
.btn-lg.btn-primary {
    padding: 4px 12px !important;
    font-size: 14px !important;
}

/* Style all green buttons with outlined style like Check In button */
.btn-secondary[style*="color: green"],
.btn-secondary[style*="color:green"],
a[style*="color: green"],
a[style*="color:green"] {
    text-decoration: none !important;
    color: green !important;
    border: 2px solid green !important;
    background-color: white !important;
    padding: 2px 8px !important;
    font-size: 12px !important;
    text-align: center !important;
    display: inline-block !important;
    border-radius: 4px !important;
}

/* Hover effect for green buttons */
.btn-secondary[style*="color: green"]:hover,
.btn-secondary[style*="color:green"]:hover,
a[style*="color: green"]:hover,
a[style*="color:green"]:hover {
    color: white !important;
    background-color: green !important;
    border: 2px solid green !important;
}

/* Override all progress bars to use #cc6c06 color */
.progress-bar {
    background-color: #cc6c06 !important;
}

/* Override Bootstrap progress bar default blue color */
.progress-bar[role="progressbar"] {
    background-color: #cc6c06 !important;
}

/* Override any progress bars with specific data attributes */
.progress-bar[data-stage] {
    background-color: #cc6c06 !important;
}

.progress-bar[data-stage-progress] {
    background-color: #cc6c06 !important;
}

.progress-bar[data-progress] {
    background-color: #cc6c06 !important;
}

/* Override progress bars in specific contexts */
.progress .progress-bar {
    background-color: #cc6c06 !important;
}

/* Override any inline style progress bars */
.progress-bar[style*="background-color"] {
    background-color: #cc6c06 !important;
}

/* Override any completed task badges in different contexts */
.badge.bg-success[class*="status"] {
    background-color: transparent !important;
    color: #198754 !important;
    border: none !important;
}

/* Remove yellow background from pending task badges */
.badge.bg-warning {
    background-color: transparent !important;
    color: #ffc107 !important;
    border: none !important;
}

/* Specifically target pending task status badges */
.status-badge.badge.bg-warning {
    background-color: transparent !important;
    color: #ffc107 !important;
    border: none !important;
}

/* Override any pending task badges in different contexts */
.badge.bg-warning[class*="status"] {
    background-color: transparent !important;
    color: #ffc107 !important;
    border: none !important;
}

/* Style Execute task buttons with bottom border only */
.btn-success.execute-task {
    text-decoration: none !important;
    color: green !important;
    border: none !important;
    border-bottom: 2px solid green !important;
    background-color: transparent !important;
    padding: 2px 0 !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    display: inline !important;
    width: auto !important;
}

.btn-success.execute-task:hover {
    color: green !important;
    background-color: rgba(0, 128, 0, 0.1) !important;
    border-bottom: 2px solid green !important;
}

/* Global Toggle Button Styling - All toggle buttons use #CC6C06 */
.form-check-input:checked {
    background-color: #CC6C06 !important;
    border-color: #CC6C06 !important;
}

/* Form switch toggle buttons */
.form-switch .form-check-input:checked {
    background-color: #CC6C06 !important;
    border-color: #CC6C06 !important;
}

/* Radio buttons when checked */
.form-check-input[type="radio"]:checked {
    background-color: #CC6C06 !important;
    border-color: #CC6C06 !important;
}

/* Focus state for toggle buttons */
.form-check-input:focus {
    border-color: #CC6C06 !important;
    box-shadow: 0 0 0 0.25rem rgba(204, 108, 6, 0.25) !important;
}

/* Hover state for toggle buttons */
.form-check-input:hover {
    border-color: #CC6C06 !important;
}