
.select-office-button {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.select-office-button .back-to-old-office button {
    background-color: green;
    color: white;
    font-family: var(---roboto-font);
    font-size: var(---top-menus);
    padding: 5px 5px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.select-office-button .select-office {
    background-color: green;
    color: white;
    font-family: var(---roboto-font);
    font-size: var(---top-menus);
    padding: 5px 5px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}


.select-office-modal{
}

.select-office-modal .modal-content{
}

.select-office-modal .modal-content .modal-header{
    background-color: green;
    color: white;
}

.custom-select {
    border: 3px solid green;
  }

  .custom-select:focus {
    border: 3px solid green !important;
    box-shadow: none !important;
    outline: none !important;
  }


/* Top Navigation Starts */
.top-header {
    background-color: var(---top-nav-bg);
}

.top-nav {
    /* border: 4px solid green; */
    padding: 5px;
}

.top_content {
    display: flex;
    justify-content: space-between;
    align-item: center;
    gap: 20px;
    padding: 5px 0;
}

.top_content .date {
    font-family: var(---roboto-font);
}

.top_content .date #clock {
    color: var(---date-color);
}

.accessibility {
    display: flex;
    justify-content: center;
    align-item: center;
    gap: 20px;
}

.top-btn {
    font-family: var(---roboto-font);
    font-size: 10px;
    color: var(---accessibilities-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    border: none;
    background-color: white;
    border-radius: 3px;
    gap: 5px;
    font-weight: bold;
    cursor: pointer;
}

.date-flag {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.date-flag .date-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.top-btn .fa-sitemap,
.fa-eye,
.fa-signal {
    font-size: 16px !important;
}

.fa-sitemap,
.fa-eye,
.fa-signal,
.fa-adjust {
    color: var(---icons-color);
}

.top-btn p {
    font-size: 14px;
}

.lang {
    border: 3px solid green;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    position: relative;
    border: none;
    height: 25px;
    background-color: white;
    border-radius: 3px;
}

.language-toggle {
    height: 25px;
    display: flex;
    width: 50px;
    flex-direction: row;
}

.lang a {
    color: black;
    text-decoration: none;
    padding: 0.5rem;
    display: flex;
}

.lang__chevron {
    display: inline-block;
    float: right;
    transform: rotate(90deg);
    transition: transform 0.2s;
}

.lang__list {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: none;
}

.lang__option {
    padding: 0.5rem;
}

.lang__option:hover,
.lang__option:focus {
    background-color: white;
}

.is-open .lang__list {
    display: block;
}

.is-open .lang__chevron {
    transform: rotate(270deg);
}

#clock {
    font-weight: bold;
    color: var(---accessibilities-color);
}

.top_socialicons a {
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
}

.main-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.main-header .top-right {
    /* grid-column: span 6; */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.main-header .top-right ul {
    padding: 0;
    margin: 0;
}

.top-right .logo img {
    width: 89px;
    height: 75px;
}

.top-right .narc-logo img {
    width: 89px;
    height: 75px;
}

.top-right .logo-text ul {
    list-style: none;
    color: #b20000;
    font-size: large;
}

.top-right .logo-text .first {
    font-family: var(---roboto-font);
    color: var(---gov-color);
    font-size: var(---GON);
    font-weight: bold;
}

.top-right .logo-text .second {
    font-family: var(---roboto-font);
    color: var(---header-text-color);
    font-size: 24px;
    font-weight: bold;
}

.top-right .logo-flag img {
    height: 65px;
    width: 40px;
}

.top-left-content {
    flex:1;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.main-header .top-slogan {
    width: 350px;
    display: flex;
    align-items: center;
}

.main-header .top-slogan ul {
    list-style: none;
    display: flex;
    gap: 50px;
    margin-bottom: 0px;
}

.main-header .top-slogan ul li {
    display: flex;
    color: black;
    font-size: 14px;
    font-family: var(---roboto-font);
    text-align: center;
    font-weight: bold;
    font-style : italic;

}

.top-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top-left .nepal-flag img {
    height: 79px;
    width: auto;
}


/* Media Query for Mobile View */
/* @media screen and (max-width: 768px) {
  .head {
    display: none;
  }

  .smaller-screen {
    display: block;
  } 
} */

/* Media Query for Mobile View */
@media screen and (max-width: 768px) {
    .top-header {
        display: block;
    }
    .head {
        display: block;
    }

    .smaller-screen {
        display: block;
    }

    .top-nav,
    .top_content {
        display: block;
    }

    .top-header {
        padding: 10px;
        text-align: center;
    }

    .main-header {
        flex-direction: column;
        align-items: center;
        padding: 5px;
    }

    .main-header .top-right {
        flex: 1;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .main-header .top-right .logo img,
    .main-header .top-right .narc-logo img,
    .main-header .top-right .logo-flag img {
        height: 50px;
        width: auto;
    }

    .main-header .top-right .logo-text ul {
        text-align: center;
    }

    .main-header .top-slogan {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .main-header .top-slogan ul {
        flex-direction: column;
        gap: 10px;
    }

    .main-header .top-slogan ul li {
        font-size: 12px;
    }

    .top-left {
        flex-direction: column;
        align-items: center;
    }

    .top-left .nepal-flag img {
        height: 50px;
        margin-bottom: 5px;
    }

    .accessibility {
        flex-direction: column;
        gap: 10px;
    }

    .top-btn {
        font-size: 12px;
        height: 30px;
        padding: 0 10px;
    }

    .lang {
        width: 100%;
        justify-content: center;
    }

    .lang .lang__list {
        width: 100%;
    }

    .lang__option {
        text-align: center;
    }

    .top_socialicons a {
        font-size: 20px;
        margin: 5px;
    }

    .menu {
        padding: 10px;
    }

    .top-left-content {
        /* border: 2px solid red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

/* HEAD ENDS */
.menu {
    background-color: #027f30;
}

/* MOBILE VIEW */
@media screen and (max-width: 768px) {
    .top-nav,
    .top_content {
        /* border: 3px solid red; */
        display: block;
    }
    .mobile-accessibility {
        display: none;
    
    }

    .top_content .accessibility {
        display: flex;
        flex-direction: row;
        /* justify-content: space-between; */
        align-items: center;
        justify-content: flex-start;
    }

    .farmers-employee {
        font-size: 10px;
        width: 305px;
    }

    #TIME_IN_NEPALI {
        text-align: left;
    }
    .top-btn p {
        font-size: 12px;
    }

    .btn-increase,
    .btn-default,
    .btn-decrease,
    .invert-button {
        display: none;
    }
    .btn-low-bandwidth {
        display: none;
    }

    /* .top-btn {
        display: none;
    }

    .invert-button {
        display: block;
    } */
}

/* Media Query for Tablet View */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .top-header {
        display: block;
    }
    .head {
        display: block;
    }

    .smaller-screen {
        display: block;
    }

    .top-nav,
    .top_content {
        display: block;
    }

    .top_content {
        display: flex;
    }
    .mobile-accessibility {
        display: none;
    }

    .top_content .accessibility {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        /* justify-content: space-between; */
    }

    .farmers-employee {
        width: 200px;
    }

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

    .main-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .main-header .top-right {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .main-header .top-right .logo img,
    .main-header .top-right .narc-logo img,
    .main-header .top-right .logo-flag img {
        height: 65px;
        width: auto;
    }

    .main-header .top-right .logo-text ul {
        text-align: left;
    }

    .top-left-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
    }

    .main-header .top-slogan {
        width: 70%;
        justify-content: center;
        text-align: center;
    }

    .main-header .top-slogan ul {
        flex-direction: row;
        gap: 30px;
    }

    .main-header .top-slogan ul li {
        font-size: 12px;
    }

    .top-left {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .top-left .nepal-flag img {
        height: 65px;
        margin-bottom: 0;
    }

    .accessibility {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .top-btn {
        font-size: 14px;
        height: 35px;
        padding: 0 15px;
    }

    .lang {
        width: auto;
        justify-content: center;
    }

    .lang .lang__list {
        width: auto;
    }

    .lang__option {
        text-align: left;
    }

    .top_socialicons a {
        font-size: 22px;
        margin: 0 10px;
    }

    .menu {
        padding: 15px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    /* Styles for laptops */
    .top-btn{
        font-size: 10px;
    }
    .mobile-accessibility {
       
        font-size: 10px;
    }
}

@media only screen and (min-width: 1201px) {
    /* Styles for large desktops */
    .top-btn{
        font-size: 12px;
    }
    .mobile-accessibility {
        
        font-size: 10px;
    }
}
