body {
    font-family: montserrat;
    color: rgb(255, 255, 255);
}
@font-face {
    font-family: montserrat;
    src: url("../../fonts/montserrat-regular-webfont.woff2");
}
@font-face {
    font-family: montserrat;
    src: url("../../fonts/Montserrat-SemiBold.ttf");
    font-weight: bold;
}
.bg {
    width: 100%;
    height: 100%;
    background-image: url(../../images/background/background5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-right: 0px !important;
    /* filter: blur(8px); */
}
.bg::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.modal-header {
    background-color: #e86773;
    color: white;
}
.link {
    color: #478ef3;
    text-decoration: underline;
}
.link:hover {
    color: blue;
    cursor: pointer;
}

.table_content {
    padding-top: 15px;
}

table th {
    text-align: center;
}

.err-msg {
    color: red;
}

.red {
    color: red;
}

table tbody .no {
    text-align: center;
}
.td-txt-center {
    text-align: center;
}

.td-txt-right {
    text-align: right;
}

.label_font_none {
    font-weight: normal;
}

/* content align */
.content-left {
    text-align: left;
}
.content-right {
    text-align: right;
}
.content-center {
    text-align: center;
}
/* padding and margin */
.no-padding {
    padding: 0px;
}
.no-margin {
    margin: 0px;
}

button.standard {
    width: 100px;
    margin-right: 15px;
}

.btn-delete {
    padding: 0px 5px 0px 5px;
}

[contenteditable]:focus {
    background-color: aquamarine;
}

.material-icons:hover {
    cursor: pointer;
}
.material-icons.save {
    color: cornflowerblue;
}
.material-icons.add {
    color: green;
}
.material-icons.delete {
    color: red;
}

.flexdatalist-results {
    min-width: 280px !important;
    border-top: 1px solid #ccc !important;
    font-size: 12px;
}
.flexdatalist-results li {
    font-size: 12px !important;
}
.flexdatalist-results .item-label {
    display: inline-block;
    font-style: italic;
    margin-left: 15px;
}
#login input[type="text"]:focus,
#login input[type="password"]:focus {
    /* box-shadow: 0 0 5px #2E9AFE; */
    padding: 3%;

    /* border: 1px solid #2E9AFE; */
    color: #fff;
    background-color: transparent;
}

#login input[type="text"],
#login input[type="password"] {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border: none;
    font-weight: bold;
    background-color: transparent;
    padding: 3%;

    color: #fff;
}

#login input[type="submit"] {
    width: 100%;
    background-color: #e86773;
    color: white;
    padding: 10px 20px;
    margin: 20px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#login input[type="submit"]:hover {
    background-color: #a22961;
}
/* scrollbar custom */
body::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: white;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #e86773;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #e86773;
    border-color: #e86773;
}
.pagination > li > a,
.pagination > li > span {
    color: rgb(70, 74, 87);
    border-color: #e1e5f5;
    box-shadow: none !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination>li>a:hover, .pagination>li>span:hover{
    color: #e86773;
}

/* scrollbar custom */
.table-fixed::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: transparent;
}

.table-fixed::-webkit-scrollbar {
    height: 14px;
    background-color: rgb(228, 229, 231);
}

.table-fixed::-webkit-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #e86773;
}
.table-fixed {
    scrollbar-color: rgba(255, 254, 254, 0.5);
}

/* scrollbar custom */
.search-result::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: transparent;
}

.search-result::-webkit-scrollbar {
    height: 14px;
    background-color: rgb(228, 229, 231);
}

.search-result::-webkit-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #e86773;
}
.search-result {
    scrollbar-color: rgba(255, 255, 255, 0.5);
}