/* .position{
    position: unset;
} */

.nav-link {
    height: 9px; /* Button height */
    width: 141px; /* Button width */
    padding: 0; /* Remove padding */
    text-align: center; /* Center content */
    display: inline-block;
    /*border-color: rgb(13 247 15) !important;*/
    border: 2px solid rgb(13, 247, 15) !important;

    background-color: white;
}

.nav-link::after {
    content: ""; /* Remove text */
}

.nav-link.active {
    background-color: rgb(
        21,
        227,
        21
    ) !important; /* Green border for active tabs */
}

.nav-tabs .nav-item {
    margin-right: 10px; /* Optional, add margin between buttons */
}
.custom-border {
    border-width: 2px !important; /* Adjust thickness as needed */
}

.input-width-small {
    width: 59px !important;
}

.phone-input-group {
    display: flex;
}

.phone-input-group select {
    width: 100px; /* Fix the width of the select box */
    flex: 0 0 auto; /* Prevent the select box from resizing */
}

.phone-input-group input {
    flex: 1; /* Allow the input box to take up the remaining space */
}
.time-select {
    display: inline-block;
    width: auto;
}
.colon {
    display: inline-block;
    padding: 0 5px;
    font-weight: bold;
}

/* Custom styling for the down arrow */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"%3E%3Cpath fill="%23666" d="M5 6L0 0h10z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px; /* Adjust padding for the arrow */
}

.otp-message {
    text-align: center;
    margin-top: 50px;
}

.otp-message p {
    margin: 0;
}

.otp-message .secondary-text {
    font-size: 0.9rem;
    color: #888;
    margin-top: 10px;
}

.my-form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Hover effect */
/* .custom-borderi:hover {
    background-color: #f0f8ff; 
    transform: scale(1.05);
    transition: all 0.3s ease-in-out; 
    cursor: pointer; 
} */

/* Click effect */
/* .custom-borderi:active {
    background-color: #e6f7ff; 
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2); 
    transform: scale(0.98);
} */

/* Hover effect */
.custom-borderi:hover {
    background-color: #f0f8ff;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* Click effect */
.custom-borderi:active {
    transform: scale(0.98);
}

/* Active/selected effect */
.custom-borderi.active {
    background-color: #e6f7ff; /* Highlight the selected item */
    border: 2px solid #007bff; /* Add a border to indicate selection */
}


/* Style for the custom alert box */
.alert-box {
    position: fixed;            /* Fix the alert to the screen */
    bottom: 20px;               /* Distance from the bottom of the page */
    right: 20px;                /* Distance from the right side of the page */
    background-color: #c95343;  /* Background color */
    color: white;               /* White text color */
    padding: 15px 30px;         /* Add some padding */
    border-radius: 5px;         /* Round the corners */
    font-size: 16px;            /* Make the text a little bigger */
    z-index: 9999;              /* Ensure the alert is on top of other content */
    display: none;              /* Initially hide the alert */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow effect */
}

.alert-box button {
    background: transparent;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
}

.alert-box button:hover {
    background-color: #f1f1f1;
    color: #333;
}

button.nav-link {
    pointer-events: none;
}

.business_detail-sec{
    padding: 5.9rem;
}

.up-busi-head{
    background-color: #0a3758; 
    color: #fff; 
    padding: 5px; 
    text-align: center;
}

.up-page-btn{
    background-color: #d3d3d3; 
    color: #000; 
    padding: 10px 20px; 
    border: none; 
    cursor: pointer;
}

.sub-form{
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 20px;
}

.busi-user-id{
    font-size: 20px; 
    font-weight: bold; 
    color: #01bef3;
}

.rem-user-btn{
    background-color: #f44336; 
    color: #fff; 
    padding: 10px 20px; 
    border: none; 
    cursor: pointer;
}

.busi-content{
    padding: 1.9rem;
}

.prod-sec{
    margin-bottom: 30px;
}

.social-up-sec{
    background-color: #eee;
    padding: 20px;
}

.up-msg-txt{
    color: #01bef3;
}

.dec-head{
    margin-top: 30px;
}

.next-sec {
    border-top: 1px solid #aaa;
    margin-top: 1rem;
    padding: 1rem 1rem 1rem 0;
}

.add-video-icon{
    width: 145px;
} 

.add-icon{
    background: #fff;
    color: #0dcaf0;
    font-size: 30px;
    margin: 60px;
}

.up-card{
    margin-bottom:10px;
}

.content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.title-lst{
    color: inherit;
    text-decoration: none;
}

.cookie-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.cookie-modal-content {
    background-color: yellow;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: "Colossalis";
}

.cookie-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cookie-text {
    font-size: 20px;
    font-weight: 700;
    color: black;
    background-color: #fff;
    margin-bottom: 15px;
    padding:30px;
}

.cookie-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.btn {
    padding: 10px 65px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.accept-btn {
    background-color: blue;
    color: white;
}

.accept-btn:hover {
    background-color: white;
    color: blue;
    border: 2px solid blue;
}

.reject-btn {
    background-color: blue;
    color: white;
}

.reject-btn:hover {
    background-color: white;
    color: blue;
    border: 2px solid blue;
}
.loc-dropdown-item{
    padding:10px;
    border-bottom: 1px solid #ccc;
}

.btn-light {
    background-color: #fff;
    width: 40px;
    height: 46.5px;
    border-left: 2px solid #141715;
}


.searchbar .input-group .form-control-lg {
    padding: .7rem 1rem;
    border-right: 1px solid #dee2e6;
}

.sear-drop-ul{
    position: fixed; 
    background: white; 
    border: 1px solid #ddd; 
    list-style: none; 
    margin: 0; 
    padding: 0;
    z-index: 1000;
}
.sear-drop-li{
    padding:10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.ser-country-list {
    color: #Fff;
    margin-top: 10px;
    margin-bottom: -20px;
}

@media (max-width: 480px) {
  .ser-country-list {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 12px;
	margin-bottom: -8px;
  }
}

