html {
    height: 100%;
    user-select: none;
}

body {
    background-color: #f4f6f9;
    overflow-x: hidden;
    height: fit-content;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
}
.container{
    padding: 15px;
   /*  height: 50vh; */
}
[type=search] {
    outline-offset: unset;
}
input:focus
{
    outline: none !important;
    border:1px solid #007bff;
    box-shadow: 0 0 10px #719ECE;
}
.noPadding{
    padding: 0;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.dropdownBtn {
    display: block;
    text-align: inherit;
    color: #495057;
    border-color: #ced4da;
}

.dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 0, 0px) !important;
    top: unset !important;
    left: 0px;
    will-change: transform;
}

.dropdownBtn:hover {
    background-color: white;
    cursor: pointer;
    color: #495057;
}

.dropdown-toggle::after {
    float: right;
    display: flex;
    align-items: baseline;
    margin-top: 1.5vh;
}

/*back to top*/
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
}


/*table style*/
tr{
    text-align: center;
  }
label {
    display: inline-flex;
}

#dataTable_filter {
    text-align: end;
}

.table td,
.table th {
    vertical-align: middle !important;
    cursor: pointer;
}

.chip {
    color: #007bff;
    font-weight: bold;
    padding: 0 20px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #f1f1f1;
    text-align: center;
}


/*font icon*/

.fa {
    margin-right: initial;
    font-size: 1.5em;
}

.icon,
.saveIcon {
    padding: 10px;
    color: green;
    /* position: absolute; */
    height: 36px;
    font-size: 17px;
    font-weight: bold;
    /* right:25%; */
    /*  border-top-right-radius:16px;
    border-bottom-right-radius:16px; */
    margin-top: 6.1px;
    /* background-color: lightgray; */
}

.deleteIcon {
    color: black;
}
