body {
    background-color: #c7c5aa;
}

.header {
    background-color: #27342e;
}

.header .header-logo {
    background-color: #27342e;
}

.header .menu-nav .menu-item.menu-item-active .menu-link {
    background-color: #f26951;
}


.nav .show > .nav-link .nav-icon i, .nav .nav-link:hover:not(.disabled) .nav-icon i, .nav .nav-link.active .nav-icon i, .nav .show > .nav-link, .nav .nav-link:hover:not(.disabled), .nav .nav-link.active, .nav .show > .nav-link .nav-text, .nav .nav-link:hover:not(.disabled) .nav-text, .nav .nav-link.active .nav-text {
    color: #f26951 !important;
}

.menu-item-text {
    color: #ADB1C7;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: initial;
}

.menu-item-text:hover {
    color: #ffffff;
}

.menu-item:hover {
    cursor: pointer;
}

.show > .dropdown-toggle.btn:after {
    color: #ADB1C7 !important;
}


.margin-bottom-3px {
    margin-bottom: 3px !important;
}

.margin-top-3px {
    margin-top: 3px !important;
}

.margin-bottom-30px {
    margin-bottom: 30px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.padding-top-30px {
    padding-top: 30px;
}

.playlist {
    max-height: 500px;
    display: block;
    overflow-y: scroll;
}

.modal-lg {
    max-width: 80% !important;
}

.nav-item {
    cursor: pointer;
}

.info-icon {
    color: #0BB783;
    opacity: 0.7;
}

.iresto-orange-txt {
    color: #E86A50;
}

.iresto-taupe-txt {
    color: #D1CDB3;
}

.iresto-orange-btn {
    background-color: #E86A50;
    border-color: #E86A50;
    color: white;
}

.iresto-orange-btn:hover {
    background-color: #d15f48;
    border-color: #d15f48;
    color: white;
}

a:hover {
    color: #ba5540;
}

a.text-hover-primary:hover, .text-hover-primary:hover {
    color: #ba5540 !important;
}

.form-control:focus {
    border-color: #E86A50;
}

.icon-bg-round-orange {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #E86A50;
    border-color: #E86A50;
}

.icon-bg-round-taupe {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #D1CDB3;
    border-color: #D1CDB3;
}

.orange-line-1 {
    position: relative;
    height: 5px;
    width: 85%;
    background-color: #E86A50;
    border: 5px #E86A50;
    top: 30%;
    left: 64%;
    z-index: 1;
}

.orange-line-2 {
    position: relative;
    height: 5px;
    width: 85%;
    background-color: #E86A50;
    border: 5px #E86A50;
    top: 30%;
    left: 64%;
    z-index: 1;
}

.taupe-line-1 {
    position: relative;
    height: 5px;
    width: 85%;
    background-color: #D1CDB3;
    border: 5px #D1CDB3;
    top: 30%;
    left: 64%;
    z-index: 1;
}

.taupe-line-2 {
    position: relative;
    height: 5px;
    width: 85%;
    background-color: #D1CDB3;
    border: 5px #D1CDB3;
    top: 30%;
    left: 64%;
    z-index: 1;
}

.hover-enlarge:hover {
    transform: scale(1.05);
}

.hover-enlarge-2 {
    transition: all 0.15s;
}

.hover-enlarge-2:hover {
    transform: scale(1.025);
    cursor: pointer;
}

.selected-package {
    transform: scale(1.025);
}

.onb-taupe-line {
    position: absolute;
    height: 5px;
    width: 200%;
    background-color: #D1CDB3;
    border: 5px #D1CDB3;
    top: 9%;
    left: 55%;
    z-index: -5;
}
.onb-orange-line {
    position: absolute;
    height: 5px;
    width: 200%;
    background-color: #E86A50;
    border: 5px #E86A50;
    top: 9%;
    left: 55%;
    z-index: -5;
}

.badge-orange {
    background-color: #E86A50;
    border: 5px #E86A50;
    color: white;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.highlight-orange {
    outline: 2px solid #E86A50;
    border-radius: 5px;
}

.stack-top {
    /* adjust the below to control the shape */
    --d:5px;
    --w:100px;
    --c:#E86A50;
    /**/

    position: absolute;
    top: 17px;
    left: 6px !important;
    transform: translate(29.29%, -100%) rotate(45deg); /* 29.29% = 100%*(1 - cos(45deg)) */
    color: #fff;
    text-align: center;
    width: var(--w);
    transform-origin: bottom left;
    padding: 3px;
    text-transform: capitalize;
    background:
            linear-gradient(rgba(0,0,0,0.6) 0 0) bottom/100% var(--d) no-repeat
            var(--c);
    clip-path:polygon(0 100%,0 calc(100% - var(--d)),50% calc(100% - var(--d) - var(--w)/2),100% calc(100% - var(--d)),100% 100%,calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)))
}

.stack-top.left {
    left:0;
    right:auto;
    transform: translate(-29.29%, -100%) rotate(-45deg);
    transform-origin: bottom right;
}

.fade-in {
    animation: fadeIn 0.75s;
}

.hide {
    animation: fadeOut 0.75s;
    opacity: 0;
}