﻿.fssdropdownlayout ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.fssdropdowncontainer::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 19px;
}

.fssdropdowncontainer::-webkit-scrollbar-track {
    background: #e2e2e2;
    margin: 26px 0px 0px 26px;
}
.fssdropdownlayout:focus {
    border: 2px solid #0097cf;
  
}
.fssdropdownlayout ::-webkit-scrollbar-thumb {
    background: #CCD0D5;
    border-radius: 19px;
}
.fssdropdowncontainer::-webkit-scrollbar-thumb:hover {
    background: #000fa3;
}
.fssdropdowncontainer td
{
    border:0px;
}
.fssdropdowncontainer {
    max-height: 231px;
    overflow: auto;
    z-index: 9999;
    position: absolute;
    width: 450px !important;
    box-shadow: -5px 1px 38px -8px black;
    background: #e2e2e2;
    top: 32px;
 }
 .fssdropdowncontainer .fa {
        font-size: 12px;
        position: sticky;
        bottom: 24px;
        left: 90%;
        padding: 7px 11px;
        border-radius: 50%;
        background: gray;
        color: white;
 }
    .fssdropdowncontainer i:hover {
        font-size: 12px;
        position: sticky;
        bottom: 24px;
        left: 90%;
        padding: 7px 11px;
        border-radius: 50%;
        background: #008857;
    }

.fssdropdowncontainer tr:hover 
{
        background: #0097cf;
        color: white;
        cursor: pointer;
        border-radius: 10px;
}
.fssdropdowncontainer tr:nth-child(even):hover
{
        background-color: #0097cf;
        color: white;
}
.fssddnewsearch_icon
{
    display: none;
    color: #5d6269;
    position: absolute;
    top: 27%;
    right: 0px;
}
.fssddarrow 
{
    position: absolute;
    top: 5px;
    font-size: medium !important;
    right: 0px;
}
.fssdropdowncontainer td.active {
   
    font-weight: bold;
    color: yellow;
    background-color: red
}
.fssdropdowncontainer td {
    padding: 5px;
    text-align: center
}
.fssdropdowncontainer .hidden {
    display: none;
}
.fssddchild-div {
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
    background: white;
}
.fssddchild-div th {
    background: #868683;
    color: black;
    font-weight: normal;
    position: sticky;
    top: -1px;
    text-align: center;
}
 .fssddchild-div td {
    border-collapse: collapse;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 119px;
}
.fssdropdowncontainer .tool-tip[title-new]:hover:after {
    content: attr(title-new);
    position: absolute;
    border: #c0c0c0 1px solid;
    padding: 6px 25px;
    display: block;
    background: #008857;
    font-family: system-ui;
    color: #ffffff;
    max-width: 200px;
    text-decoration: none;
    text-align: center;
    right: 28px;
    width: max-content;
    bottom: 0px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    font-weight: bolder;
}
