.text-primary{
    color: #ff6600 !important;
}

.floating-whatsapp-btn{
    background: #25b24a;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition-duration: 0.4s;
}

.floating-whatsapp-btn img{
    width: 32px;
}

.floating-whatsapp-btn:hover{
    scale: 1.2;
}

.footer_logo img{
    height: 40px;
}

.navbar-brand img{
    max-width: 160px;
}

header{
    border-bottom: 1px solid #ddd;
}

.verify-email-image{
    width: 130px;
    margin-bottom: 30px;
}

.breadcrumb_section{
    border-bottom: 1px solid #ddd;
}

.breadcrumb_section h1 span{
    font-weight: 900;
    color: #f60;
}

.dashboard-count-card{
    background: #fff;
    border-radius: 15px;
    border: 1px solid #efefef;
    padding: 17px;
    position: relative;
}

.dashboard-count-card h4{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    opacity: 0.8;
}

.dashboard-count-card p{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0px;
}

.dashboard-count-card i{
    color: #f60;
    font-size: 28px;
    position: absolute;
    top: 18px;
    right: 20px;
}

.toastify{
    background: #ff6601;
}

.order-status-code{
    color: #000;
    font-weight: 600;
    font-size: 22px;
    background: #d6d6d647;
    display: inline-block;
    padding: 7px 17px;
    border: 3px dashed #d6d6d6;
    border-radius: 10px;
    margin-bottom: 10px;
}

.custom-page-link-box{
    color: #000;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    max-width: 532px;
    text-align: center;
    margin-top: 14px;
    background: #d6d6d647;
    display: inline-block;
    padding: 7px 17px;
    border: 3px dashed #d6d6d6;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table-icon-btn{
    font-size: 16px;
    border: 1px solid #d6d6d6;
    padding: 6px 9px 3px 9px;
    border-radius: 1000px;
    color: #292b2c;
    display: inline-block;
}

.table-icon-btn:hover{
    background-color: #ff6600;
    color: #ffffff;
    border-color: #ff6600;
}

.btn-tsm{
    padding: 4px 16px !important;
    font-size: 14px;
}

.clr-field {
    display: block !important;
    overflow: hidden;
    border-radius: 5px;
}

.clr-field .form-control{
    padding-left: 40px;
}

.clr-field button{
    position: absolute;
    left: 0;
}

.image-uploader-preview{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.home-page-second-title{
    font-size: 43px;
    margin-top: 43px;
    border-left: 4px solid #f60;
    padding-left: 27px;
}

.logo_dark{
    position: relative;
    top: 2px;
}

.boujee-text {
    --bg-size: 400%;
    --color-one: #fbbc04;
    --color-two: #ea4335;
    font-family: sans-serif;
    background: linear-gradient(
        90deg,
        var(--color-one),
        var(--color-two),
        var(--color-one)
        )
        0 0 / var(--bg-size) 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.homepage-search-input{
    width: 100%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  
@media (prefers-reduced-motion: no-preference) {
    .boujee-text {
        animation: move-bg 8s linear infinite;
    }

    @keyframes move-bg {
        to {
        background-position: var(--bg-size) 0;
        }
    }
}

.create-custom-page-container{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.create-custom-page-business-box{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.create-page-sample-link{
    color: #ff6600;
    border-bottom: 2px solid #ff6600;
}

.g-recaptcha{
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-profile-image{
    height: 73px;
}

.dashboard-user-name{
    font-size: 22px;
}

.select2-container .select2-selection--single{
    height: 44px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.select2-results__option{
    color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 7px 16px;
    font-size: 16px;
    color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
    right: 4px !important;
}

.link-spinner{
    position: absolute;
    right: 9px;
    font-size: 28px;
    top: 5px;
    color: #999;
    animation: link-spinne-anime 2s infinite;
    animation-timing-function: linear;
    animation-direction: normal;
    z-index: 500;
}

@keyframes link-spinne-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.link-check{
    position: absolute;
    right: 9px;
    font-size: 28px;
    top: 5px;
    color: #28a745;
    z-index: 500;
}

.link-close{
    position: absolute;
    right: 9px;
    font-size: 28px;
    top: 5px;
    color: #dc3545;
    z-index: 500;
}

.homepage-top-section{
    background-image: url('../images/pattern-bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.label-info-badge{
    font-weight: 500;
    border-radius: 10000px;
    color: #ff6500;
    background-color: #ff650029 !important;
    letter-spacing: 0.041em;
}

.label-info-badge a{
    color: #ff6500 !important;
    text-decoration: underline;
}

#code-editor{
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 10px;

    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    height: 180px;
    letter-spacing: normal;
    line-height: 20px;
    padding: 10px;
    resize: none !important;
    tab-size: 4;
}

.homepage-help-video{
    width: 90%;
    max-width: 715px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid rgba(33, 37, 41, 0.16) 1px !important;
    padding: 3px 8px !important;
}

.select2-selection__choice__remove{
    scale: 1.3 !important;
    position: relative !important;
    left: -3px !important;
}

.select2-selection__choice{
    border: none !important;
    padding: 5px 11px !important;
    border-radius: 6px !important;
    background: #ebebeb !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.theme-radio-card{
    width: 100%;
    max-width: 200px;
    padding: 10px;
    padding-top: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}

.theme-radio-card h6{
    font-size: 18px;
}

.theme-radio-card p{
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
}

.theme-radio-card input{
    position: relative;
    scale: 1.3;
    top: -7px;
}

.theme-radio-card .form-check-input:checked {
    background-color: #ff6500;
    border-color: #ff6500;
}

.form-check-input:focus {
    border-color: #ff6500;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 101, 0, 0.25);
}

@media only screen and (max-width: 600px){
    .home-page-second-title{
        margin-bottom: 45px !important;
    }
}

.custom-page-card{
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 25px;
    height: 100%;
    position: relative;
    padding-bottom: 35px;
}

.custom-page-card-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-page-card-image{
    height: 115px;
    width: 100%;
    object-fit: cover;
}

.custom-page-card-logo{
    width: 75px;
    height: 75px;
    border-radius: 16px;
    padding: 7px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    object-fit: cover;
    margin-top: -40px;
    background: #fff;
    z-index: 1000;
    display: block;
    position: relative;
    margin-left: 12px;
}

.custom-page-card-details{
    padding: 13px;
}

.custom-page-card .verifed-badge{
    color: #13ca1f;
    position: relative;
    cursor: pointer;
    scale: 1.4;
    display: inline-block;
    left: 4px;
}

.custom-page-card .unverifed-badge{
    color: #d61920;
    scale: 1.4;
    display: inline-block;
    position: relative;
    left: 4px;
}

.custom-page-card-address{
    font-size: 13px;
    line-height: 21px;
    margin: 0px;
}

.custom-page-card-footer{
    padding: 13px;
    border-top: 1px solid #d6d6d678;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.custom-page-card-footer p{
    margin: 0px;
}

.custom-page-card-footer span{
    pointer-events: none;
    font-weight: 500;
    background: #ffffff !important;
    color: #4d5154 !important;
    border: 1px solid #d6d6d6;
    border-radius: 10000px;
    padding: 0px 9px;
    text-decoration: none !important;
    display: inline-block;
    transition-duration: 0.3s;
    width: max-content;
    font-size: 14px;
    margin-right: 3px;
}

.search-page-header h1{
    font-size: 30px;
    text-align: center;
}

.search-page-box{
    width: 400px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 1000px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    position: relative;
}

.search-page-box input{
    border: none;
    padding: 12px 22px;
}

.search-page-box button{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: none;
    background: #f60;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 7px;
}

@media only screen and (max-width: 600px){
    .search-page-box {
        width: 100%;
    }

    .search-page-header h1 {
        font-size: 24px;
    }

    .search-page-box button {
        top: 4px;
    }
}

.empty-result-container img{
    height: 115px;
    opacity: 0.3;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.empty-result-container h4{
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
}

.empty-result-container p{
    text-align: center;
}

.search-result-count{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: 400;
    opacity: 0.7;
}

.subpage-title{
    font-size: 28px !important;
    color: #292b2c;
    font-family: 'Roboto';
    margin-bottom: 28px;
}

.subpage-title span{
    font-weight: 900;
    color: #f60;
}

@media only screen and (max-width: 600px){
    .subpage-title{
        font-size: 22px !important;
    }
}

.form-control[type="file"]{
    height: 40px;
}

.bg-orange{
    background-color: #FF6600;
}

.ratings-container{
    font-size: 13px;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #292b2c !important;
}

.ratings-container span{
    color: #292b2c !important;
}

.ratings-container i{
    font-size: 16px;
    opacity: 0.25;
}

.ratings-container i.active{
    color: #ffc108;
    opacity: 1;
}