﻿
/*SACHIN START */
.access-drawer {
    /*width: 0px !important;*/
    position: relative;
    display: inline !important;
    /*transform: translateX(-1rem);*/
    z-index: 9999;
}

    .access-drawer:hover .access-tools {
        display: block;
    }

.access-tools {
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    width: 345px;
    right: 0;
    text-align: center;
    display: none;
    box-shadow: 1px 0px 6px 0px #e5e5e5;
    z-index: 9999;
}

.nav-link:focus-visible {
    -webkit-box-shadow: 0 0 0 0.25rem;
    box-shadow: 0 0 0 0.25rem #ff0000;
}

.access-tools button {
    background-color: #fff;
    font-size: 16px;
    border: 0;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 5px;
    padding: 8px;
}

.access-tools .row {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 15px;
}

    .access-tools .row button {
        width: auto;
        height: auto;
        position: relative;
    }

    .access-tools .row .icon-main {
        width: 25px;
        height: 25px;
    }

    .access-tools .row .link-name {
        display: block;
        font-size: 12px;
        font-weight: bold;
    }

.icon-check {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
}

.access-tools.visible {
    display: block; /* Show when the class is added */
}
/*SACHIN END */

.light-btn {
    background-color: #fff !important;
    padding: 4px 10px;
    border: 1px solid #000;
}

.dark-btn {
    background-color: #000;
    padding: 5px 11px;
    color: #fff;
}

.single-newli .brief strong {
    color: white !important;
}

.counter-number {
    background-color: #fff;
    color: #000 !important;
}

.counter-title {
    background-color: #fff;
    color: #000 !important;
}
