.app-toolbar {
  background: url(/images/heroarea.jpg) !important;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.marketing-tools-text {
    padding-bottom: 70px !important;
}

.actions {
    margin-top: -65px;
    display: flex;
    gap: 20px;
}

.cost-price {
    font-size: 20px;
    text-decoration: line-through;
    color: red;
}

.action-panel {
    background-color: rgb(249, 249, 249);
    border-radius: 10px;
    max-width: 125px;
    height: 130px;
    width: 125px;
}

.action-panel p {
    font-size: 1rem;
    font-weight: 700;
}

.action-panel i {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.dash-text {
    margin-top: 3rem;
}

.events-table {
    
}

.events-table .event-day {
    background: rgb(247, 247, 247);
    padding: .5rem;
    text-align: center;
}

.round-20 {
    border-radius: 20px;
}

.info-container {
    width: 90%;
    margin-left: 5%;
}

.item-desc {
    color: white !important;
}

.auth-background {
    background: url(/images/heroarea.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.auth-container {
}


#register-form .nav-pills .nav-link {
            font-weight: 600 !important;
            background-color: transparent;
            color: #000;
            border-bottom: 2px solid #e2e2e2;
            border-radius: 0;
            padding-right: 45px;
            font-size: 15px;
            margin: 0px -4px;
        }
        
        ul#pills-tab {
            padding-bottom: 15px;
        }
        
        #register-form .nav-pills .nav-link.active{
            border-bottom: 2px solid #fb9b26;
        }
        
        #register-form .nav-pills .nav-link.active span{
            background-color: #fb9b26;
        }
        
        #register-form .nav-pills .nav-link span {
            background-color: #e2e2e2;
            color: #fff;
            padding: 3px 8px;
            font-weight: 400;
            border-radius: 24px;
        }
        .register_title hr {
            width: 100px;
            border: 1px solid #fb9c26;
            opacity: 1;
        }
        
        #register-form .button-submit {
            background-color: #fb9c26;
            color: #fff;
            width: 33% !important;
            -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
            clip-path: polygon(19% 0%, 10% 100%, 80% 100%, 90% 0%, 75% 0);
            padding: 10px 25px !important;
        }
        .policy-register a{
            color:#fb9c26;
        }
        .mb-10.register_title h1 {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 35px;
        }
        
    @media (max-width: 991px) {
.reg-video-m{
      display:block !important;
  }
}

@media screen and (max-width: 576px) {
    .info-container {
        width: 100%;
        margin: 0;
    }
    
    #bottom-action a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    #top-action a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    #top-action button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .help-text {
        margin-top: 20px;
        text-align: center;
    }
    
    .ai-disclaimer {
      font-size: 0.7rem;
    }
}