*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #00316e;
    border-radius: 0px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #00316e;
}

.office701-logo{
	width: 100px;
}

.hide{
	display: none !important;
}

.w-100{
	width: 100% !important;
}

.h-100{
	height: 100% !important;
}

.w-50{
	width: 50% !important;
}

.h-50{
	height: 50% !important;
}

.w-auto{
	width: auto !important;
}

.h-auto{
	height: auto !important; 
}

.has-error{
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success{
    border-color: #50cd89;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555555;
    background: rgba(255, 255, 255, 0.9);
}

.show {
    display: block !important;
}

.closecookies {
    z-index: 2;
    position: absolute !important;
    right: 5px !important;
    top: -5px;
    border: none;
    background: transparent;
    font-size: 17px;
    padding: 0px;
}

.closeBtn {
    font-weight: bold;
    color: black
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: .9;
    border-style: none;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555;
    background: #fff;
    box-shadow: 0 0 10 0 rgb(0 0 0 / 24%);
    padding: 15px 10px 15px 5px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert a:hover {
    color: var(--theme-color2);
}

.cookiealert .cookiealert-text{
    z-index: 1;
    padding: 15px 0px 0px 10px;
    margin: 0;
    width: 100%;
    font-size: 12px;
}

.cookiealert .cookiealert-text p{
    font-size: 13px;
    line-height: 1.5;
}

.cookiealert .full-width{
    width: 100%;
}

.cookiealert .pull-rightleft{
    text-align: center;
}

@media screen and (min-width: 991px){
    .cookiealert{
        bottom: 10px;
        left: 18px;
        width: 385px;
        border-radius: 10px;
    }

    .cookiealert .cookiealert-text{
        width: 350px;
        line-height: 2;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px){
    .cookiealert .pull-rightleft {
        float: none;
        text-align: center;
    }
}

.ak-about-desc p{
    margin-bottom: 1rem;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

/*
#radio-cards-container {
    margin-top: 5rem;
    width: 75vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}*/

.radio-card {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 0rem;
    margin-bottom: 1rem;
    padding: 1rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.radio-card:hover {
    border: 2px solid #016787;
    cursor: pointer;
}

.radio-card-check {
    display: none;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}

.radio-card-check i {
    font-size: 1.6rem;
    color: #016787;
}

.text-center {
    text-align: center;
}

.radio-card-icon{
    width: 80px;
    height: 35px;
    margin: 0 auto;
}
.radio-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.radio-card-label {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.radio-card-label.delivery-label{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.radio-card-label-description {
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.7);
}

.radio-card.selected {
    border: 2px solid #016787;
}

.radio-card.selected .radio-card-check {
    display: inline-flex;
}

.ak-adr{
    border: 1px solid #DDE4F0;
    padding: 20px;
    border-radius: 5px;
    margin-right: 10px;
    max-width: 320px;
}

@media (max-width: 768px){
    .home6-style .card-grid-inner .image-box{height: auto;}
    .home6-style .card-grid-inner .info-right {min-height: auto;}
}

.proBoxContentList{
    max-height: 300px;
    overflow-y: auto;
}

#pro_reviews{z-index: 99999999;}

.comment-form-rating { 
    border: none;
    float: left;
    margin-bottom: 15px;
}
.comment-form-rating > input { display: none; } 
.comment-form-rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.comment-form-rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.comment-form-rating > label { 
    color: #ddd; 
    float: right; 
}
.comment-form-rating > input:checked ~ label,
.comment-form-rating:not(:checked) > label:hover,
.comment-form-rating:not(:checked) > label:hover ~ label { color: #FFD700;}

.comment-form-rating > input:checked + label:hover,
.comment-form-rating > input:checked ~ label:hover,
.comment-form-rating > label:hover ~ input:checked ~ label,
.comment-form-rating > input:checked ~ label:hover ~ label { color: #FFED85;}

.akl-pro-info{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 11px;
    border: 1px solid #ccc;
    background: #00316e;
    padding: 4px;
    border-radius: 5px;
    font-weight: bolder;
    color: #fff;
}

.akl-cargo-info{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #00316e;
    padding: 5px;
    border-radius: 3px;
    font-weight: bolder;
    color: #fff;
    width: 30px;
    height: 30px;
}

.location-modal {
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.location-modal .modal-header {
    padding-top: 20px;
    padding-bottom: 0;
}

.location-modal .modal-title {
    font-size: 1.25rem;
    color: #333;
}

.location-modal .modal-body {
    padding: 20px 30px;
}

.location-modal .form-label {
    font-weight: 500;
    margin-bottom: 5px;
}

.location-modal .form-select {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.location-modal .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 12px;
    font-size: 1rem;
    border-radius: 10px;
    transition: 0.3s;
}

.location-modal .btn-primary:hover {
    background-color: #0056b3;
}

.header-location-btn {
    padding: 2px 8px;
    font-size: 12px;
    margin-right: 5px;
}

#locationModal{z-index: 99999 !important;}
.swal-overlay{z-index: 99999 !important;}