/* your styles go here */

.top-bar {
    background: #DC143C;
    }
.modal #modal_heading {
    color: #DC143C;
}
.small_heading {
    margin-bottom: 10px;
    color: #00aaff ;
}
.contact-form {
    height: 500px;
}

.footer_heading {
    color: #00aaff;
}
.footer_links a {
    color:#fff;
    transition: .3s;
}
.footer_links a:hover {
    text-decoration: none;
    color:#DC143C;
}
/* .blue-overlay {
    background: #00aaff;
} */
.text_image {
    color: #DC143C;
}
#footer_companyname {
    color: #DC143C;
}
.package_item {
    background-color: #DC143C;
}
.package_item p {
    color: #fff;
}
#package_price {
    color: #DC143C;
}
#price_cut {
    text-decoration: line-through;
}
.about_top i {
    color: #DC143C;  
}

.ratings {
    color: #000;
}
.team-name {
    color: #00aaff;
}
.card_heading {
    color: #DC143C;
}
.card_heading_two {
    color: #00aaff;
}
/* .cost_section {
    background: #00000008;
} */
.cost_total {
    color: #DC143C;
}
.cost_price {
    color: #00aaff;
}
.cost_section {
    display: flex;
    flex-direction: column;
    line-height: 40px;
}
.cost_section h4 {
    color: #DC143C;
}
label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 100px;
}
.option-input:checked::after {
    animation: click-wave 0.75s;
    background: #fdfdfd;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.3s;
        position: relative;
    }
    100% {
        height: 100px;
        width: 100px;
        margin-left: -40px;
        margin-top: -40px;
        opacity: 0;
    }
}
.option-input {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    /* top: 7px; */
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    color: #DC143C;
    border: 2px solid #00aaff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;

}
.option-input:hover {
    background-color: #00000008;
    border: 2px solid #00aaff;
}
.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '✓';
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}
#faqAccordion h5 {
    color: #DC143C;
}
.error_bg {
    /* background: #00aaff; */
}
.profile-image img{
    /* border: 1px soli; */
    border-radius: 50%;
}
.profile-image-icon {
    cursor: pointer;
    position: relative;

}
#plus-icon {
    position: absolute;
    bottom: 5%;
    left: 0%;
}
#plus-icon i {
    transition: all .5s ease;
}
#plus-icon i:hover{
    transform: scale(1.2);
    color: #ae3e3e;
}
/* .profile-detail {
}
.profile-info {
    
} */
.profile-info h2 {
    color: #DC143C;
}
.profile-info h3 {
    color: #00aaff;
}
.profile-info p {
    border: none;
}
.profile-image-icon i {
    color: #DC143C;
}
.navbar-nav button:hover a{
    color: #fff;
    text-decoration: none;
}
.website-container button {
    text-align: center;
}
.website-container .card {
    border: none;
}
#websites-card {
    border: 1px solid #DC143C;
    /* border-right: none; */
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.btn-logout {
    margin-left: 15px;
    font-size: 10px;
    padding: 5px 10px;
}
#products-dropdown li a{
    color: #00aaff;
}
#products-dropdown li:hover a{
    color: #DC143C;
}
@media (max-width: 767px) {
    .website-container #add-card  {
        /* border: 2px dashed #00aaff; */
        background: rgb(236, 236, 236);
    
    }
    .website-container #add-card img{
        border: none;
    }
}
#card-campaign2 {
    /* background: black; */
    /* height: 100vh;
    width: 100vw; */
    position: relative;
}
.plus {
    background: #00aaff;
    padding: 10px;
    /* height: 50vh;
    width: 50vw; */
    position: absolute;
    top: 50% ;
    left: 50% ;
    transform: translate(-50% , -50% );
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.plus:hover {
    background: #0295de;   
}
.plus-icon {
    display: flex;
    justify-content: center;
    color: white;
    
}
.plus-icon i {
    /* line-height: 40px; */
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
 
}
.card-campaigns {
    height: 200px;
}
.card-campaigns .card-title {
    display: flex;
    justify-content: center;
    color: white;
}
#campaign-card .card {
    border: 1px solid #DC143C;
}
#campaign-card2 .card {
    border: 1px solid #0295de;

}
@media only screen and  (max-width: 767px) {
    .campaign-row {
        display: flex;
        flex-direction: column;
    }
    #card-campaign2 {
        /* background: black; */
        /* height: 100vh;
        width: 100vw; */
        position: relative;
        height: 500px;
    }
    .card-campaigns {
        height: 200px;
    }
    .plus {
        background: #00aaff;
        padding: 10px;
        /* height: 50vh;
        width: 50vw; */
        position: absolute;
        top: 50% ;
        left: 50% ;
        transform: translate(-50% , -50% );
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
}
@media only screen and (max-width: 992px) and (min-width: 767px) {
    .card-campaigns {
        height: 200px;
    }
} 
.copy-link {
    --height: 36px;

    display: flex;
    max-width: 500px;
}
.copy-link-input {
    flex-grow: 1;
    /* padding: 0 8px; */
    font-size: 14px;
    background: #f8f9fa;
    border: 1px solid #cccccc;
    border-radius: none;
    outline: none;
}
.copy-link-input:hover {
    background: #ffffff;
}
.copy-link-button {
    flex-shrink: 0;
    width: var(--height);
    height: var(--height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    outline: none;
    border: none;

    /* border: 1px solid #eeeeee; */
    cursor: pointer;
}
.copy-link-button:hover {
    background-color: #eeeeee;
}
mission {
    color: #fff;
}
.commission-div {
    position: relative;
    /* background: #000; */
}

.commission-div h2 {
    /* background: #00aaff; */
    padding: 10px;
    min-width: 400px;
    position: absolute;
    top: 50% ;
    left: 50% ;
    transform: translate(-50% , -50% );
    cursor: pointer;
    transition: all .3s ease-in-out;
}
@media only screen and  (max-width: 767px) {
    .commission-row {
        height: 500px;

    }
}
/* @media only screen and (max-width: 992px) and (min-width: 767px) {
    .commission-row {

    }
} */
.affiliate-btn{
    color: #DC143C;
}
.affiliate-btn:hover {
    background: #f2f2f2;
    color: #DC143C;
}
.reporting-col {
    border: none;
    border-radius: 10px;
}

.circle-icon {
    background: #00aaff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    align-items: center;
    padding: 24px;
}
#campaign{
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #2a2a2a; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dadada;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    border-radius: 0;
    box-shadow: 0.15s ease-in-out;
    border-color: 0.15s ease-in-out ;
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
  }
  #campaign:focus {
    color: #2a2a2a;
    background-color: #fff;
    border-color: #eda6a6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(218, 77, 77, 0.25);

  }
  .banner {
    flex-direction: column;
  }
  #commission-cont {
    border: 1px solid #00aaff;
    border-radius: 10px;
  }
  .fa-info {
    background: #00aaff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 10px; */
    vertical-align: middle;
    align-items: center;
    padding: 5px;
  }
  .imp-payout {
    border: 2px solid #DC143C;
    border-radius: 5px;
    align-items: center;
    line-height: 20px;
  }
  .fa-triangle-exclamation{
    color: #DC143C;
  }
  #imp-text {
    padding-top: 13px;
  }
  #text-to-copy {
    overflow: visible;
    overflow-wrap: anywhere;
  }
  /* .currency {
    padding: 3px 1px;
    width: 100%;
}
input.currency {
    text-align: right;
    padding-right: 15px;
}
.input-group .form-control {
    float: none;
} */

.form-row {
    padding: 5px 10px;
}
#currency-label {
    display: block;
    margin: 3px 0;
}
.form-row input {
    padding: 3px 1px;
    width: 100%;
}
input.currency {
    text-align: right;
    padding-right: 15px;
}
.input-group .form-control {
    float: none;
}
legend{
    background: #DC143C;
    color: #fff;
    font-size: 12px;
    
}
.product {
    border-bottom: none;
}
#payment-check {
    padding-right: 0;
}

.text-white {
    color: #fff;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.border-crimson {
    border: 1px solid #DC143C;
}
.border-blue {
    border: 1px dashed #00aaff;
}

#fa-icon {
    font-size: 20px;
}

.custom-tooltip-class {
    --bs-tooltip-bg: var(--bs-primary);
}
.text-blue {
    color: #00aaff;
}

/* button css */
.glowing-button {
    background-color: #fff; /* Button color */
    border: none;
    color: #DC143C;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease-in-out;
    animation: glowing 1.5s infinite;
  }

  @keyframes glowing {
    0% { box-shadow: 0 0 2px #DC143C, 0 0 3px #DC143C, 0 0 8px #DC143C, 0 0 10px #DC143C, 0 0 15px #DC143C, 0 0 20px #DC143C, 0 0 25px #DC143C; }
    50% { box-shadow: 0 0 3px #DC143C, 0 0 8px #DC143C, 0 0 10px #DC143C, 0 0 15px #DC143C, 0 0 20px #DC143C, 0 0 25px #DC143C, 0 0 30px #DC143C; }
    100% { box-shadow: 0 0 2px #DC143C, 0 0 3px #DC143C, 0 0 8px #DC143C, 0 0 10px #DC143C, 0 0 15px #DC143C, 0 0 20px #DC143C, 0 0 25px #DC143C; }
  }

  .product-link:hover {
    text-decoration: none;
  }