body {
    font-family: 'Comfortaa', 'Changa'!important;
    background: #fcfcfc
}
.notification {
    position: absolute; /* Adjust positioning as needed */
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
    margin-top: 5px;
}

.brand-link {
    white-space: inherit!important;
    text-align: center;
    border-bottom: 0!important;
}

.font1 {
    font-family: 'Changa', sans-serif;
}

.font2 {
    font-family: 'Comfortaa', sans-serif!important;
}
.text-muted2{
    color: #c9c9c9;
}
.page-footer {
    position: relative !important;
    padding: 20px !important;
    z-index: 1; /* Ensure footer content is above pseudo-elements */
}
.select-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.select-key {
    padding-right: 25px; /* Adjust the padding to make space for the arrow */
    -webkit-appearance: none; /* Remove default arrow in Chrome/Safari */
    -moz-appearance: none; /* Remove default arrow in Firefox */
    appearance: none; /* Remove default arrow in other browsers */
    background-size: 15px; /* Adjust the size of the arrow icon */
    cursor: pointer;
}
.page-footer::before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #201E50 !important;
    opacity: 0.5 !important;
    z-index: -1 !important;
}

.page-footer::after {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('/public/imgs/background-footer.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    opacity: 0.05 !important;
    z-index: -2 !important;
}
.main-bg {
    background: #201E50
}

.main-bg-grad {
    background: rgb(32, 30, 80);
    background: linear-gradient(40deg, rgba(32, 30, 80, 1) 0%, rgba(32, 30, 80, 0.6446953781512605) 100%);
}

.main-bg-grad2 {
    background: rgb(32, 30, 80);
    background: linear-gradient(270deg, rgba(32, 30, 80, 1) 0%, rgba(32, 30, 80, 0.6446953781512605) 100%);
}

.text-white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.main-color {
    color: rgba(15, 41, 130, 1)!important;
}

.br-20 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.br-50 {
    border-radius: 50%!important;
}

.sec-color {
    color: #EE3036;
}

.sec-bg {
    background-color: #EE3036;
}

.option-card {
    position: relative;
    background-color: #ffffff;
    margin-top: 4px;
    border-radius: 20px;
    display: inline-block;
    padding: 20px;
}

.option-card::before,
.option-card::after,
.option-card .vertical-line {
    content: '';
    position: absolute;
    background-color: #000000;
    /* لون الخطوط يمكن تغييره حسب الرغبة */
    width: 1px;
    /* سمك الخطوط يمكن تغييره حسب الرغبة */
    height: 100%;
}

.option-card::before {
    top: 0;
    left: 0;
    transform: skew(-45deg);
    transform-origin: top left;
}

.option-card::after {
    bottom: 0;
    right: 0;
    transform: skew(45deg);
    transform-origin: bottom right;
}

.option-card .vertical-line {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.layout {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000062;
    width: 100%;
    height: 100%;
    transition: .2s;
    transform: scale(0);
    border-radius: 5px 5px 0px 0px;
}

.info-product {
    transition: .2s;
}
/*
.info-product:hover {
    transform: scale(.98);
    box-shadow: 0 0 9px #999!important;
}
*/
.info-product:hover .layout {
    transform: scale(1);
}

.cursor {
    cursor: pointer!important;
}

.session-msg {
    position: fixed!important;
    top: 80px;
    right: 21px;
    z-index: 555555;
    transition: .2s;
    transform: scale(0);
}
.session-msg-success {
    position: fixed!important;
    transform: scale(0);
    top: 100px;
    right: 21px;
    z-index: 55555;
    transition: .2s;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    border: 0;
    box-shadow: 0 0 5px #ccc;
}

.fail-msg {
    transform: scale(0);
    position: fixed !important;
    top: 100px;
    right: 21px;
    z-index: 55555;
    transition: .2s;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    border: 0;
    box-shadow: 0 0 5px #ccc;
    border-right: 5px solid #e52525 !important
}
.filter-box {
    border: 1px solid #cccccccf;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 10px;
    margin: 5px;
}

#selectedPhotosPreview {
    border-radius: 5px;
    background: #7e5f02;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#selectedPhotosPreview img {
    width: 100px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
}

#selectedPhotosPreviewmy360 {
    border-radius: 5px;
    background: #67487e;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#selectedPhotosPreviewmy360 img {
    width: 100px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
}

#selectedPhotosPreviewmymore {
    border-radius: 5px;
    background: #7e5f02;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#selectedPhotosPreviewmymore img {
    width: 100px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
}

.preview-title {
    color: #fff;
    display: block;
}

#selectedPhotosPreview2 {
    border-radius: 5px;
    background: #67487e;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#selectedPhotosPreview2 img {
    width: 100px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
}

.frames360 {
    width: 100%!important;
}

.frames360 img {
    object-fit: cover!important;
}

.btn-close {
    background-color: #fff!important;
}

.br-50 {
    border-radius: 50%;
}

.report-title {
    cursor: pointer;
    transition: transform 0.3s ease-out;
    padding: 10px;
    background-color: #fff!important;
    /* Change this color to your desired background color */
    color: #333;
    border: 0;
    /* Change this color to your desired text color */
}

.rotate-icon {
    transform: rotate(180deg);
}

.bg-change {
    background: #f1f1f1;
    transition: .2s;
}

.report-table {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.report-title {
    cursor: pointer;
    transition: transform 0.3s ease-out;
}

.rotate-icon {
    transform: rotate(180deg);
    transition: .2s;
}

hr {
    background: #201e5054;
}

.car-brand {
    transition: .1s;
}

.car-brand:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px #ccc;
}

.car-brand-list {
    transition: .1s;
}

.car-brand-list:hover .overlay2 {
    transform: scale(1)!important;
}

.car-brand-list:hover img {
    filter: blur(2px);
}

.overlay2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: .1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
    background-color: #00000087;
}

.overlay2 h5 {
    color: white;
    /* Adjust text color as needed */
}

.brands-models-style,
.the-year {
    transition: .1s;
    cursor: pointer;
}

.brands-models-style:hover,
.hover-bg:hover,
.the-year:hover {
    background-color: #201E50;
    color: #fff;
}

.selected-btn {
    font-size: 13px;
}

.selected-btn:hover {
    background-color: #EE3036;
    color: #fff;
    font-weight: bold;
}

.progress-bar {
    transition: .2s;
}


/* Additional styling for custom cards */

.custom-card {
    border-radius: 10px;
    /* Customize border-radius */
    margin-bottom: 20px;
    /* Add any additional styling you need */
}

.br-20-2 {
    border-radius: 20px!important;
}

.custom-card-info {
    font-family: 'Changa', sans-serif;
    background-color: #4caf50;
    /* Green color, you can change it */
    color: #fff;
    /* White text */
    border-radius: 10px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Box shadow for depth */
    transition: transform 0.2s ease-in-out;
    /* Smooth transition on hover */
}

.custom-card-info:hover {
    transform: scale(.95);
    /* Zoom in a bit on hover */
}

.admin-nav .nav-link:hover {
    color: #fff!important;
}

.gradient-bg-1 {
    background: linear-gradient(to right, #43cea2, #407665);
    font-weight: bold;
}

.gradient-bg-2 {
    background: linear-gradient(to right, #3494e6, #1a4b76);
    font-weight: bold;
}

.gradient-bg-3 {
    background: linear-gradient(to right, #a3a1ff, #198a57);
    font-weight: bold;
}

.gradient-bg-4 {
    background: linear-gradient(to right, #3a3897, #a3a1ff);
    font-weight: bold;
}

.gradient-bg-5 {
    background: linear-gradient(to right, #e72bce, #4774dd2f);
    font-weight: bold;
}

.gradient-bg-6 {
    background: linear-gradient(to right, #c8e72b, #728221);
    font-weight: bold;
}

.form-floating>label {
    right: 0!important;
    left: 50%!important;
    top: -5px;
    font-size: 11px;
    text-align: right;
}

.form-floating>input {
    height: 45px!important;
}

.car-price .offcanvas-end {
    left: 0;
    transform: translateX(-100%);
}

.car-price .offcanvas.show {
    transform: translateX(-0%)!important;
}


/* 4 */

.frame {
    width: 90%;
    margin: 40px auto;
    text-align: center;
}

button {
    margin: 20px;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-14 {
    background: rgb(255, 151, 0);
    border: none;
    z-index: 1;
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #eaf818;
    background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-14:hover {
    color: #000;
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-14:active {
    top: 2px;
}


/* 3 */

.btn-3 {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-3:before,
.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3:before {
    height: 0%;
    width: 2px;
}

.btn-3:after {
    width: 0%;
    height: 2px;
}

.btn-3:hover {
    background: transparent;
    box-shadow: none;
}

.btn-3:hover:before {
    height: 100%;
}

.btn-3:hover:after {
    width: 100%;
}

.btn-3 span:hover {
    color: rgba(2, 126, 251, 1);
}

.btn-3 span:before,
.btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: rgba(2, 126, 251, 1);
    transition: all 0.3s ease;
}

.btn-3 span:before {
    width: 2px;
    height: 0%;
}

.btn-3 span:after {
    width: 0%;
    height: 2px;
}

.btn-3 span:hover:before {
    height: 100%;
}

.btn-3 span:hover:after {
    width: 100%;
}

.selected {
    transition: .1s;
    transform: scale(.95);
    border: 1px solid #ccc;
}

.dropdown-toggle::after {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 30px;
    height: 30px;
    border:1px solid #ccc!important;
    border-radius: 50%;
    color:#333!important;
    background-color: #cccccc66!important;
}

.main-outline-bg {
    border: 1px solid #2c28a47f;
    border-radius: 5px;
    color: #201E50!important;
}
.main-border {
    border: 1px solid #2c28a47f!important;
}
.nav-link {
    color: #201E50!important;
    font-weight: bold!important;
}
.active-link {
    color: #EE3036!important;
    border-radius: 5px;
}



.editcar-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index:9999;
}

.main-border {
    border-color: #201E50!important
}