#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader::after {
    content: "";
    border: 16px solid #f3f3f3;
    border-top: 16px solid #0087be;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.nav-image {
    height: 80px;
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
}



#main .navbar {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#mySidebar .navbar {
    background-color: #332584 !important;
    color: #fff;
    /* padding: 0 !important; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.close-btn {
    color: #fff !important;
    text-decoration: none !important;
}

* {
    box-sizing: border-box;
}

.col-md-6 {
    padding-left: 0 !important;
}

.col-md-12 {
    padding-right: 0 !important;
}

.tab {
    float: left;
    background-color: #f1f1f1;
    width: 15%;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#c1c1c1));
    /* box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25); */
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
    background: linear-gradient(to right, #f1f1f1, #f1f1f1 1px, #f1f1f1 1px, #f1f1f1);
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.tab button:hover {
    background-color: #0087be;
    color: #fff;
}

.tab button.active {
    background-color: #0087be;
    color: #fff;
}

.tabcontent {
    float: left;
    width: 85%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding-left: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: none;
}


.custom-slide {
    margin-bottom: 20px;
}


.product-img {
    height: 250px;
    width: 80%;
}

.slide {
    position: relative;
    cursor: pointer;
    padding-top: 10px;
}

.icon-overlay {
    position: absolute;
    top: 0px;
    right: 20px;
    background-color: #0087be;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    font-size: 20px;
    display: none;
}

.slide.selected .icon-overlay {
    display: block;
}

#selectedImage {
    text-align: center;
    height: 100vh;
    padding-top: 50px;
}

.selected-image {
    max-width: 100%;
    max-height: 70%;
    display: inline-block;
}

.row {
    margin-right: 0 !important;
}



/* .custom-scroll-container {
    max-height: 640px;
    overflow-y: auto;
}

.custom-scroll-content {
    padding-right: 15px;
} */

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}




.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
}



.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #0087be;
    border-color: #0087be;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #0087be;
}

#main {
    transition: margin-left .5s;
    /* padding: 16px; */
}

.outside-view-btn {
    background-color: #0087be !important;
    font-size: 12px !important;
}

.bottom-buttons {
    text-align: center;
    display: flex;
    /* border-top: 1px solid #e4e4e4; */
    /* background-color: #fff; */
    position: fixed;
    bottom: 0;
    border-collapse: separate;
    border-spacing: 30px 10px;
    height: 60px;
    width: 40%;
}

.bottom-buttons button {
    width: 50%;
    margin: 10px;
    border-radius: 0;
}


/* .bottom-buttons {
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
}

.bottom-buttons button {
    flex: 1;
    width: 50%;
    margin: 10px;
    border-radius: 0;
} */

.inquiry-btn {
    background-color: #0087be !important;
    border-color: #0087be !important;
}

.inquiry-btn:hover {
    background-color: #332584 !important;
    border-color: #332584 !important;
}

.download-btn {
    background-color: #332584 !important;
    border-color: #332584 !important;
}

.download-btn:hover {
    background-color: #0087be !important;
    border-color: #0087be !important;
}

.submit-btn {
    background-color: #332584 !important;
    border-color: #332584 !important;
}

.submit-btn:hover {
    background-color: #0087be !important;
    border-color: #0087be !important;
}

button:focus {
    outline: none !important;
}

.navigation {
    position: fixed;
    right: 0;
    top: 91%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
}

.navigation button {
    background-color: #0087be;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

#main-div {
    background-color: #f1f1f1;
}

.copyright {
    position: fixed;
    right: 0;
    top: 99%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
}

.copyright p {
    font-size: 12px;
}

#Color p,
#Glass p,
#Handle p,
#Locks p{
    text-align: center;
    width: 80%;
    margin-top: 5px;
    font-weight: 500;
}

.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}


.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.5em;
    font-weight: 500 !important;
    color: #0087be;
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #0087be;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





@media screen and (max-height: 450px) {

    .sidebar a {
        font-size: 18px;
    }
}

@media screen and (max-width: 700px) {
    .tabcontent {
        float: left;
        padding-left: 12px;
        width: 78%;
        border-left: none;
        height: 800px;
    }

    .tab {
        float: left;
        background-color: #f1f1f1;
        width: 22%;
        height: calc(100vh - 60px);
    }

    .product-img {
        height: 150px;
        width: 80%;
    }

    .col-md-4 {
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }

    .icon-overlay {
        position: absolute;
        top: 0px;
        right: 15px;
        background-color: #0087be;
        color: #fff;
        border-radius: 50%;
        padding: 6px;
        font-size: 18px;
        display: none;
    }

    .bottom-buttons {
        width: 60%;
    }
}