.navbar-bg-color{
    background-color: #dddddd;
    color: #8d8d8d;
}
.nav-item a{
    font-size: 1rem;
    font-weight: 500;
}
nav  li + li:before{
    /* content: "."; */
    position: relative;
    float: left;
    top: 5px;
}
.nav-icons-top{
    list-style: none;
    display: inline-flex;
    font-size: 1.2rem;
    margin: 0;
}
.nav-icons-top li a{
    color: var(--bs-nav-link-color);
}
.nav-icons-top li:before{
    content: none;
}
.nav-icons-top li{
    margin-right: 10px;
}
.sticky-top{
  --bs-navbar-padding-y: 0rem !important;
  padding: 0px !important;
}
.container-fluid a{
    text-decoration: none !important;
    margin: 0 auto;
}
.brand img{
    width:100%;
}
.brand h1{
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.brand-name-dot{
    color:#9d271d;
    font-size: 1.5vw;
}
footer a{
    text-decoration: none;
}
.top-section p{
    font-size: 1.2rem;
    text-align: justify;
}
.index-page-img{
    object-fit: cover;
    width: 100%;
    /* height: 450px; */
}
.register-btn-index{
    padding: 10px;
    background: #9a281d;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 25px;
    border: 1px solid #9a281d;
}
hr.index-page-hr {
    border: 1px solid #000;
    opacity: 1 !important;
}
.diamond-on-hr{
    position: relative;
    bottom: 47px;
    font-size: 2.5rem;
    -webkit-transform: rotate(90deg);
    display: inline-block;
}
.diamond-on-hr {
    -webkit-transform: rotate(90deg);
    animation: example 5s infinite;
}
@keyframes example {
    50% {transform: rotate(180deg);}
}
.card-img-top{
    object-fit: cover;
    height: 220px;
}
.card-body p{
    font-size: 1.1rem;
    text-align: unset;
}
.favourite-card-text{
    height: 45px;
}
.card-body .fa-star{
    /* color: #04656c;
    font-size: 14px; */
}
.form-group {
    display: block;
  }

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.chkLabel:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d6d6d6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 15px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 25px;
    top: 10%;
}

.form-group input:checked + .chkLabel:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    /* top: 11px; */
    left: 12px;
    width: 9px;
    height: 19px;
    border: solid #04656c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.media-heading{
    display: inline-block;
}
.list-group-item:hover{
    color:initial;
}
.list-group-item-checklist {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item-checklist:hover{
    color:initial;
}
.media-heading{
    margin-left: 50px;
    margin-right: 30px;
}
.checkbox p{
    text-indent: 50px;
}
.checklist-icon{
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    font-size: 24px;
    color: #0000009e; */
    position: absolute;
    transform: translateY(-50%);
    right: 2%;
    font-size: 24px;
    z-index: 1;
    color: #0000009e;
    top: 60px;
}
.checklist-icon:hover{
    cursor: pointer;
}
.dropdown-toggle::after{
    content: none !important;
}
.dropdown-menu.show{
    padding: 10px !important;
}
.dd-checklist{
    --bs-dropdown-min-width: 5rem !important;
}
@media only screen and (max-width: 600px){
    .form-group input:checked + label:after{
        top:22px;
    }
}
.checklist-add-btn{
    background-color: #585858;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px;
    margin-left: 10px;
}
.couple-name{
    color: #9d271d;
    font-size: 3rem;
    /* font-size: 4rem; */
}
.infinity-symbol{
    color: #ffbf2e;
}
.infinity-img{
    object-fit: cover;
    height: 80px;
    /* height: 100px; */
}
.couple-date{
    font-size: 2rem;
    /* font-size: 3rem; */
}
.checklist-couple-btn{
    background-color: #585858;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 7px;
    text-decoration: none;
}
.guest-add-child-btn{
    margin-left: 5px;
}
.guest-add-btn{
    background-color: #585858;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 1px 6px;
    font-size: 20px;
    position: absolute;
}
.edit-guest-list-btn{
    background-color: #585858;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 7px;
    text-decoration: none;
    float: right;
    font-size: 1.2rem;
    margin-right: 15px;
}
.list-group-item{
    border:none !important;
}
.list-group-item-checklist{
    border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.edit-guest-list-invite-btn{
    background-color: #585858;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 7px;
    text-decoration: none;
    /* float: right; */
    font-size: 1.2rem;
}
.guest-invited{
    float: left;
    text-decoration: none;
    color: #777;
    cursor: pointer;
}
.edit-guest-list-icon{
    background-color: transparent;
    color: #000;
    border: none;
    padding: 1px 6px;
    font-size: 20px;
    position: absolute;
}
.guest-add-btn:hover, .checklist-couple-btn:hover, .edit-guest-list-btn:hover, .edit-guest-list-icon:hover, .edit-guest-list-invite-btn:hover{
    cursor: pointer;
    background-color: #9d271d;
    box-shadow: 1px 1px #585858;
    text-decoration: none;
    color: #fff;
}
.warning-card{
    background: #f9ff83;
}
.light-card{
    background: #dcdcdc;
}
.success-card{
    background: #95fea9;
}
.warning-card-service{
    background: #f9ff83;
    /* padding: 30px; */
    border-radius: 0.375rem;
    height: 130px;
}
.light-card-service{
    background: #dcdcdc;
    /* padding: 30px; */
    border-radius: 0.375rem;
    height: 130px;
}
.warning-card-service-company{
    background: #f9ff83;
    padding: 15px;
    border-radius: 0.375rem;
}
.light-card-service-company{
    background: #dcdcdc;
    padding: 15px;
    border-radius: 0.375rem;
}
.success-card-service{
    background: #95fea9;
    /* padding: 30px; */
    border-radius: 0.375rem;
    height: 130px;
}
ul .li-checklist{
    font-size: 1.3rem;
}
.guest-span{
    font-size: 1.5rem;
}
.btn-login{
    background: #9a281d !important;
    border: none !important;
}
.card .login-header{
    background: #dddddd;
}
.min-height-all{
    min-height: 50vh;
}
.guest-status-size{
    font-size: .75em;
}
.guest-accept-text{
    color: #15bb4f;
}
.guest-pending-text{
    color:#c5c5c5;
}
.guest-cancel-text{
    color: #f91e02;
}
.guest-add-modal{
    background: #dddddd;
}
.modal-close-btn{
    font-size: 1.4rem;
    border: none;
    border-radius: 5px;
    color: #9a281d;
}
.new_child{
    padding: 20px;
    border: 1px dotted #000;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.remove-child{
    font-size: 0.7rem !important;
    padding: 0px !important;
    width: 20px;
}
.child-row{
    margin-bottom: 1rem;
}
.new_child_edit{
    padding: 20px;
    border: 1px dotted #000;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.remove-edit-child{
    font-size: 0.7rem !important;
    padding: 0px !important;
    width: 20px;
}
.child-row-edit{
    margin-bottom: 1rem;
}
.list-empty{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 0;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .remove-child {
        position: relative;
        top: -70px;
        right: -10px;
    }
    .child-row{
        margin-bottom: 0rem;
    }
  }
  /* .icon {
    color: rgba(255, 255, 255, 0.349);
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .fa-check:hover {
    color: #95fea9;
  } */
  .button__text {
    font: bold 20px "Quicksand", san-serif;
    color: #000;
    transition: all 0.2s;
  }

  .button--loading .button__text {
    visibility: hidden;
    opacity: 0;
  }

  .button--loading::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #000;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
  }

  @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }

    to {
      transform: rotate(1turn);
    }
  }
.budget-ul{
    padding-left: 0;
}
.budget-ul-planner{
    padding-left: 0;
    float: right;
}
.budget-li{
    font-size: 1.3rem;
}
.recover-btn{
    float: right;
}
.contact-company-icon {
    float: right;
    margin-right: 10px;
    transition: opacity .35s ease;
    z-index: 1;
    color: #000;
    font-size: 1.5rem;
}
.contact-company-icon:hover{
    cursor: pointer;
}
.thumbs-up-company {
    float: right;
    margin-right: 10px;
    transition: opacity .35s ease;
    z-index: 1;
    color: gold;
    font-size: 1.5rem;
}

.thumbs-up-company:hover .fa-thumbs-up:before, .thumbs-up-company-detail:hover{
    content: "\f165";
    /* color:gold; */
    cursor: pointer;
}
.thumbs-down-company{
    float: right;
    margin-right: 10px;
    transition: opacity .35s ease;
    z-index: 1;
    color: #000;
    font-size: 1.5rem;
}
.thumbs-down-company:hover .fa-thumbs-down:before, .thumbs-down-company-detail:hover{
    content: "\f164";
    /* color:white; */
    cursor: pointer;
}
.thumbs-up-company-detail {
    float: right;
    margin-right: 10px;
    transition: opacity .35s ease;
    z-index: 1;
    color: gold;
    font-size: 2.5rem;
    margin-top: 15px;
}
.thumbs-down-company-detail{
    float: right;
    margin-right: 10px;
    transition: opacity .35s ease;
    z-index: 1;
    color: #000;
    font-size: 2.5rem;
}
.padding-zero{

    padding-left:0px !important;
}
.text-right{
    text-align: right;
}
.service-heading{
    line-height: 75px;
}
.more-info-company-btn {
    padding: 5px;
    background: #9a281d;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #9a281d;
}
#myHeader{
    background-color: #dddddd;
    color: #8d8d8d;
}
.planner-total-table{
    float: right;
    font-size: 1.4rem;
    font-weight: 500;

}
.list-group-planner{
    border: none !important;
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.chkLabel-planner:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d6d6d6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.form-group input:checked + .chkLabel-planner:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
    width: 9px;
    height: 19px;
    border: solid #04656c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.subcat-planner{
    text-indent: 50px;
    text-align: right;
}
.verbindlich{
    float: left;
    margin-top: 3px;
    margin-left:10px;
}
.new-input{
    display: block !important;padding:8px !important; width:100% !important;
}
.pending-checklist-check:hover, .pending-checklist-close:hover{
    cursor: pointer;
}
.company-details{
    /* margin-left: 20px; */
    line-height: 30px;
}
.sorting_guest{
    font-size: 18px !important;
    /* float: right; */
}
.guest-child-stats{
    margin-left: 15px;
}
.guest-stats-top-b{
    border: 1px solid #d8d8d8;
    padding: 10px;
}
.guest-count-list{
    font-size: 16px;
}
.guest-category-list{
    margin-left: 3.2rem;
    font-size: 15px;
}

.hidden-toggles {
	position: relative;
	border-radius: 5px;
	overflow: hidden;

	height: 2.35em;
	/* width: 5em; */

	display: flex;
	flex-direction: row-reverse;

	> * {
		flex: 0 0 33.33%;
	}

	&:after {
		content: "";

		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		border: var(--border-width) solid var(--accent);
		border-radius: 5px;
		pointer-events: none;
        border: 1px solid #000;
	}
}

.hidden-toggles__input {
	display: none;

	&:checked + .hidden-toggles__label {
		background-color: #9a281d;
        color: #fff;

		&:before {
			opacity: 1;
		}
	}

	&:nth-of-type(1) + label { order: 4 }
	&:nth-of-type(2) + label { order: 3 }
	&:nth-of-type(3) + label { order: 2 }
	&:nth-of-type(4) + label { order: 1 }

	&:nth-of-type(1):checked,
	&:nth-of-type(2):checked {
		~ label:last-of-type {
			/* margin-right: -33.33%; */
		}
	}
}

.hidden-toggles__label {
	display: flex;
	align-items: center;
	justify-content: space-around;

	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-out;
  color: var(--text);

	&:hover {
		color: var(--text-hover);
	}

	&:nth-of-type(2) {
		border-left: 1px solid #000;
        border-right: 1px solid #000;
	}

	&:last-of-type {
		border-left: var(--border-width) solid var(--accent);
	}
}

.hidden-toggles-checklist {
	position: relative;
	border-radius: 5px;
	overflow: hidden;

	height: 2.35em;
	width: 5em;

	display: flex;
	flex-direction: row-reverse;

	> * {
		flex: 0 0 50%;
	}

	&:after {
		content: "";

		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		border: var(--border-width) solid var(--accent);
		border-radius: 5px;
		pointer-events: none;
        border: 1px solid #000;
	}
}

.hidden-toggles__input-checklist {
	display: none;

	&:checked + .hidden-toggles__label-checklist {
		background-color: #9a281d;
        color: #fff;

		&:before {
			opacity: 1;
		}
	}

	&:nth-of-type(1) + label { order: 2 }
	&:nth-of-type(2) + label { order: 1 }

	&:nth-of-type(1):checked,
	&:nth-of-type(2):checked {
		~ label:last-of-type {
			/* margin-right: -33.33%; */
		}
	}
}

.hidden-toggles__label-checklist {
	display: flex;
	align-items: center;
	justify-content: space-around;

	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-out;
  color: var(--text);

	&:hover {
		color: var(--text-hover);
	}

	&:nth-of-type(2) {
		border-left: 1px solid #000;
        border-right: 1px solid #000;
	}

	&:last-of-type {
		border-left: var(--border-width) solid var(--accent);
	}
}
.company_logo_detail{
    width: 25%;
    float: right;
}
.company-detail-images{
    object-fit: contain;
    height: -webkit-fill-available;
    width: 100%;
    margin-left: 10px;
}
.company-detail-profile-claim{
    padding: 10px;
    font-size: 30px !important;
    border-radius: 25px;
    width: 100%;
    text-align: center;
}
.company-detail-main-image{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.mr-20{
    margin-right: 20px;
}
.company-detail-top-image{
    object-fit: contain;
    height: 100px;
    margin-left: -25px;
}
[data-test] {
    position: relative;
}

[data-test]:hover::before {
    content: attr(data-test);
    position: absolute;
    left: 5px;
    top: calc(100% + 5px);
    padding: 5px 10px;
    border-radius: 2px;
    background: #000;
    color: white;
    font-size: 0.8em !important;
    font-weight: normal !important;
    cursor: pointer;
    text-align: left;
}
.claim-profile{
    font-size: 1.2rem;
    font-weight: 500;
    color: #8d8d8d;
}
/* HIDE RADIO */
.radio_hidden {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* IMAGE STYLES */
  .radio_hidden + img {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  /* CHECKED STYLES */
  .radio_hidden:checked + img {
    outline: 2px solid #9a281d;
  }

  .hidden-toggles-own-website {
	position: relative;
	border-radius: 5px;
	overflow: hidden;

	height: 2em;
	width: 5em;

	display: flex;
	flex-direction: row-reverse;

	> * {
		flex: 0 0 50%;
	}

	&:after {
		content: "";

		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		border: var(--border-width) solid var(--accent);
		border-radius: 5px;
		pointer-events: none;
        border: 1px solid #000;
	}
}

.hidden-toggles__input-own-website {
	display: none;

	&:checked + .hidden-toggles__label-own-website {
		background-color: #9a281d;
        color: #fff;
        height: 31px;
		&:before {
			opacity: 1;
		}
	}

	&:nth-of-type(1) + label { order: 2;    margin-bottom: 0;}
	&:nth-of-type(2) + label { order: 1;    margin-bottom: 0; }

	&:nth-of-type(1):checked,
	&:nth-of-type(2):checked {
		~ label:last-of-type {
			/* margin-right: -33.33%; */
            height: 31px;
		}
	}
}

.hidden-toggles__label-own-website {
	display: flex;
	align-items: center;
	justify-content: space-around;

	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-out;
  color: var(--text);

	&:hover {
		color: var(--text-hover);
	}

	&:nth-of-type(2) {
		border-left: 1px solid #000;
        border-right: 1px solid #000;
	}

	&:last-of-type {
		border-left: var(--border-width) solid var(--accent);
	}
}
.choose-company-img{
    aspect-ratio: 3/2;
}
.guest-list-stats{
    font-size: 1rem;
    font-weight: 400;
}
.choose-img{
    border: 1px solid #8d8d8d !important;
}
.symbol-span{
    display: flex;
    width: 103%;
}
.bstreeview>.list-group-item{
    padding-left: 0 !important;
}
.fs-1{
    font-size: 1rem;
}

.dd-color{
    color: #585858;
}
.dd-color:hover{
    color: #9a281d;
}
.city_search{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid;
}
.budget-plan-btn{
    margin-top: 1.6rem!important;
}
.own_web_images{
    width: 50%;
    /* margin: 0 auto; */
    display: block;
    object-fit: contain;
    height: 130px;
    margin-bottom: 10px;
    margin-left: 1rem!important;
}
.del-btn-img{
    position: absolute;
    top: -10px;
    right: 40%;
    padding: 0.25rem 0.4rem !important;
    font-size: .6rem !important;
    line-height: 1 !important;
    background-color: #9a281d !important;
    border-color: #9a281d !important;
}
.del-btn-img:hover{
    background-color: #9a281d !important;
    border-color: #9a281d !important;
}
#overlay-loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
#text-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
.sub-class{
    bottom:0 !important;
}
