/* ===================================
   TOP BAR & LOGO
   =================================== */

.topa_bar {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 1050;
    background-color: var(--renkbeyaz);
}

.a_logo {
    height: 50px;
    float: left;
    padding: 4px;
    width: 50px;
}

/* ===================================
   G_CONTROLS - Sağ Üst Menü
   =================================== */

.g_controls {
    display: block;
    max-width: 350px;
    width: 100%;
    float: right;
    margin: 4px 4px;
    height: 42px;
    overflow: hidden;
}
@media screen and (max-width: 400px) {
    .g_controls {
        max-width: 213px;
    }
}

.g_controls ul {
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.g_controls_ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.menu_scroll{
    overflow-x:auto;
    overflow-y:hidden;

    scrollbar-width:thin;
    scrollbar-color:#999 transparent;
    scrollbar-width:none;        /* Firefox: gizle */
    -ms-overflow-style:none;     /* eski */

    white-space:nowrap;  /* alt satıra düşmeyi engeller */
}

/* Chrome, Edge, Safari */
.menu_scroll::-webkit-scrollbar,
.g_controls.menu_scroll::-webkit-scrollbar{
    height: 4px; /* ince */
}

.menu_scroll::-webkit-scrollbar-track,
.g_controls.menu_scroll::-webkit-scrollbar-track{
    background: transparent;
}

.menu_scroll::-webkit-scrollbar-thumb,
.g_controls.menu_scroll::-webkit-scrollbar-thumb{
    background: linear-gradient(90deg, #ff2a2a, #b80000);
    border-radius: 10px;
}

.menu_scroll::-webkit-scrollbar-thumb:hover,
.g_controls.menu_scroll::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(90deg, #ff4444, #cc0000);
}

.menu_scroll::-webkit-scrollbar{
    height:4px;
}

.menu_scroll::-webkit-scrollbar-track{
    background:transparent;
}

.menu_scroll::-webkit-scrollbar-thumb{
    background:#999;
    border-radius:10px;
}

.menu_scroll::-webkit-scrollbar-thumb:hover{
    background:#666;
}

.g_controls_li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.g_controls_buton {
    margin: 0;
    height: 40px;
    color: #bdbdbd;
    text-align: center;
    width: 40px;
    font-size: 22px;
    padding: 4px 0 0 0;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    display: block;
}

.g_controls_buton::after {
    content: none;
}

.g_controls_buton i {
    font-size: 20px;
    color: #3a5f8c;
}

.g_controls_buton img {
    width: 32px;
    margin: 4px;
}

.g_controls_buton a {
    color: #bdbdbd;
    display: block;
}

.g_controls_buton:hover {
    color: #cb0000;
}

.g_controls_buton:hover a {
    color: #cb0000;
}

.g_controls_buton:hover i {
    color: #cb0000;
}

/* Aktif Menü */
.g_controls_buton.menu-active {
    background-color: #3d618d;
    box-shadow: 0 2px 8px rgba(61, 97, 141, 0.3);
}

.g_controls_buton.menu-active i {
    color: #fff;
}

/* ===================================
   DROPDOWN MENU
   =================================== */




.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    width: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.dropdown-menu.show {
    display: block;
    padding: 0px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.yukari1 {
    width: 188px;
}

/* ===================================
   DROPDOWN MENU A (Ok Sağda)
   =================================== */

.dropdown-menua {
    position: relative;
    background: var(--renkbeyaz);
    border: 1px solid var(--renkortagri);
    padding: 2px;
    border-radius: 10px;
}

.dropdown-menua .dropdown-divider {
    margin: 0;
    padding: 0;
}

.dropdown-menua:after,
.dropdown-menua:before {
    bottom: 100%;
    right: 178px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menua.dropdown-menu-right:after,
.dropdown-menua.dropdown-menu-right:before {
    left: 31px;
    right: auto;
}

.dropdown-menua:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--renkbeyaz);
    border-width: 7px;
    margin-right: -7px;
}

.dropdown-menua:before {
    border-color: #ffffff00;
    border-bottom-color: var(--renkortagri);
    border-width: 8px;
    margin-right: -8px;
}

/* ===================================
   DROPDOWN MENU B (Ok Solda)
   =================================== */

.dropdown-menub {
    position: relative;
    background: var(--renkbeyaz);
    border: 1px solid var(--renkortagri);
    padding: 2px;
    border-radius: 10px;
}

.dropdown-menub .dropdown-divider {
    margin: 0;
    padding: 0;
}

.dropdown-menub:after,
.dropdown-menub:before {
    bottom: 100%;
    right: 18px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menub.dropdown-menu-right:after,
.dropdown-menub.dropdown-menu-right:before {
    left: 19px;
    right: auto;
}

.dropdown-menub:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--renkbeyaz);
    border-width: 7px;
    margin-right: -7px;
}

.dropdown-menub:before {
    border-color: #ffffff00;
    border-bottom-color: var(--renkortagri);
    border-width: 8px;
    margin-right: -8px;
}

/* ===================================
   DROPDOWN ITEM
   =================================== */

.dropdown-item {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 300;
    margin: 3px;
    width: 178px;
    padding: 0px 0px;
    height: 32px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: var(--renkturuncu);
    color: var(--renkbeyaz);
}

.dd-item-resim {
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    margin-right: 4px;
    margin-top: 0;
    font-size: 18px;
}

.dd-item-resim i {
    font-size: 16px;
    margin-top: 7px;
}

.dd-item-resim img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.dd-item-info {
    width: calc(100% - 36px);
    float: left;
    height: 26px;
    position: relative;
    display: block;
}

.dd-item-info div {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 5px;
}
.g_controls_li .fa-hand-point-ribbon{
    color: #3a5f8c;
}
.g_controls_buton:hover .fa-hand-point-ribbon{
    color: #cb0000;
}
.g_controls_li .fa-calendar{
}
.g_controls_buton:hover .fa-calendar{
    color: #cb0000;
}
