* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    /* font-family: 'Roboto', sans-serif; */
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

h3 {
    font-size: 18px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-align-space-btw {
    justify-content: space-between;
}

.header {
    border-bottom: 1px solid silver;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.cm-wd-45 {
    width: 45%;
}

.cm-wd-50 {
    width: 50%;
}

.cm-wd-25 {
    width: 25%;
}

.cm-wd-30 {
    width: 30%;
}

.cm-wd-33 {
    width: 32.33%;
}

.cm-wd-15 {
    width: 200px;
}

.cm-wd-40 {
    width: 40%;
}

.cm-wd-20 {
    width: 20%;
}

.cm-wd-3 {
    width: 3%;
}


.cm-wd-60 {
    width: 60%;
}

.cm-wd-65 {
    width: 65%;
}

.cm-wd-70 {
    width: 70%;
}

.cm-wd-75 {
    width: 75%;
}

.cm-wd-85 {
    width: 80%;
}

.cm-wd-85 {
    width: 100%;
}

.cm-wd-90 {
    width: 90%;
}

.cm-wd-100 {
    width: 100%;
}

.booking-section {
    /* background: #f4f6f9; */
    padding: 20px 10px;
}

/* .booking-section.active{
    width: 79%;
} */
.title-head.flex {
    align-items: center;
    justify-content: space-between;
}

.title-head h2 {
    font-weight: 400;
    /* margin-bottom: 20px; */
}

.title-head ul li {
    display: inline-block;
}

.cm-page-center {
    width: 1170px;
    margin: auto;
    position: relative;
}

/* Margin global */
.cm-mtb-3 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cm-mb-2 {
    margin-bottom: 20px;
}

.cm-mt-50 {
    margin-top: 50px;
}

.cm-mt-100 {
    margin-top: 100px;
}

.cm-mt-80 {
    margin-top: 80px;
}

.cm-mb-3 {
    margin-bottom: 30px;
}

.cm-mt-3 {
    margin-top: 30px;
}

.cm-mt-2 {
    margin-top: 20px;
}

/* Button Style */
.cm-prim-btn {
    background: #2196f3;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}

.cm-prim-sm-btn {
    background: #2196f3;
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}

.cm-prim-btn:hover {
    box-shadow: 0px 0px 5px grey;
    color: #fff;
}

.title-head li a {
    color: #7e7bff;
}

.acc-wrapper {
    margin-bottom: 20px;
}

.acc-content {
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 0px 0px 5px 6px;
    box-shadow: 0 1px 4px #ccc;
    display: block;
}

input.btn-submit {
    padding: 11px 10px;
    border: 1px solid gray;
    background: #f2f6f9;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
}

.acc-head {
    background-color: #7467ef;
    padding: 10px 20px;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    cursor: pointer;
}

.acc-head::after {
    content: "";
    right: 20px;
    top: 50%;
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #fff;
    transform: translateY(-50%);
}

.acc-head::before {
    content: "";
    right: 26px;
    top: 50%;
    position: absolute;
    width: 3px;
    height: 15px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: .3s;
}

.active .acc-head::before {
    height: 0px;
}

.acc-head span {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
}

.form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-field .form_group {
    width: 48%;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

label.error {
    width: 100% !important;
    color: red;
}

.form_group label {
    font-weight: 600;
    width: 30%;
}

.form_group label sup {
    color: red;
    vertical-align: baseline;
}

.form_group .form-control {
    border: 1px solid #b5c0d1;
    padding: 10px;
    border-radius: 5px;
    width: 70%;
}

.form_group span {
    color: #58ec58;
}

.form_group textarea.form-control {
    width: 100%;
}

.green-btn {
    background: #008000;
    color: #fff;
    padding: 10px 14px;
    border-radius: 5px;
    display: inline-block;
    align-self: end;
}

.or-text {
    text-align: center;
    margin: 20px 0 0px;
}

.or-text strong {
    font-size: 26px;
    text-transform: uppercase;
    color: #ff0000;
}

.acc-content .note-editor {
    margin-bottom: 100px;
}

.field-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.inner-field input {
    margin-right: 10px;
    border: 1px solid #b5c0d1;
    padding: 10px;
    border-radius: 5px;
}

.inner-field select {
    min-width: 60px;
    margin-right: 10px;
    border: 1px solid #b5c0d1;
    padding: 10px;
    border-radius: 5px;
}

.inner-field.date-birth {
    display: flex;
    flex-wrap: wrap;
}

.inner-field.date-birth label {
    width: 100%;
}

a.add-more-btn,
.go-listing a {
    display: inline-block;
    padding: 8px 15px;
    background: #222a44;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #222a44;
    transition: .3s;
}

.text-right {
    text-align: right;
    width: 100%;
}

a.add-more-btn:hover,
.go-listing a:hover {
    background-color: transparent;
    color: #222a44;
}

.go-listing {
    text-align: center;
}

.coments-row {
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 1px 4px #ccc;
}

.coments-row h3 {
    color: #7467ef;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.coments-row .flex {
    padding: 20px;
}

.coments-row .user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.coments-row .user-photo img {
    width: 100%;
    border-radius: 505;
}

.coments-row textarea {
    width: 100%;
    border: 1px solid #b5c0d1;
    padding: 10px;
}

.coments-row .text-right a {
    color: #000;
    border: 1px solid #b5c0d1;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f3f6f9;
    font-size: 14px;
}

.delete-row {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 9px;
}

.delete-row span {
    display: block;
    height: 25px;
    width: 100%;
    background-color: #000;
    transform: rotate(45deg);
    position: relative;
    top: 6px;
}

.delete-row span:last-child {
    transform: rotate(-45deg);
    top: -20px;
}

.add-row .field-group:first-of-type .delete-row {
    opacity: 0;
    pointer-events: none;
}

.alert.alert-success {
    font-size: 20px;
    width: 50%;
    padding: 10px 20px;
    background: #8bc34a;
    margin: 10px 0px 10px;
    border-radius: 5px;
    color: #fff;
}

.alert.alert-danger {
    width: 100%;
    padding: 10px 10px;
    background: #ff0d0db0;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
}

/* Login Form Style */
.login-form {
    border: 1px solid white;
    width: 500px;
    margin: auto auto;
    margin-top: 30px;
    border-radius: 5px;
    background: #ffffff4d;
    transform: translate(10px, 50%);
    padding: 20px 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input[type=text] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid gray;

}


.form-group input[type=email] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid gray;

}

.form-group input[type=password] {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid gray;
}

.form-group input[type=submit] {
    width: 200px;
    padding: 10px 10px;
    text-align: center;
}

.text-center {
    text-align: center;
}

.login-form h2 {
    margin: 10px 0px 10px;
    text-align: center;
}

/* End login form Style */

/* Start dashboard Style */
.dashboard-item-box {
    width: calc(33.33% - 30px);
    /* border: 1px solid #2196f3; */
    margin-right: 30px;
    padding: 20px 15px;
    color: #000;
    box-shadow: 0px 0px 3px #2196f3;
    border-radius: 5px;
    margin-top: 30px;
}

.dashboard-item-box a {
    text-decoration: none;
    color: #000;
}

.comments-users:nth-child(odd) {
    padding: 5px 20px;
    background: #d9d9ff;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.comments-users:nth-child(even) {
    padding: 5px 20px;
    background: #d9d9ff;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.comments-users img {
    width: 30px;
    margin-right: 16px;
}

/* Text Danger */
.text-danger {
    color: #e91e63;
}


/* Alert danger */
span.alert-danger {
    background: #e91e63;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 15px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}

input[name='submit_comment'] {
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: #003195;
    color: #fff;
    cursor: pointer;
}

.image-flight img {
    width: 150px;
    margin-right: 30px;
}

.flex.alignt-center {
    align-items: center;
}

/* Side Bar */

.sidenavbar img {
    width: 130px;
    margin-top: 20px;
}

.sidenavbar ul li {
    cursor: pointer;
    margin: 10px 0;
}

.sidenavbar ul li i {
    margin-right: 5px;
    font-size: .8125rem;
}

.sidenavbar ul li a {
    padding: 7px 15px;
}

li.dropdown-nav .fa.fa-angle-down {
    font-size: 16px;
}

.sidenavbar ul li:last-child {
    border-bottom: none;
}

.sidenavbar h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
}

.sidenavbar ul {
    padding: 0;
    margin-top: 20px;
}

.sidenavbar ul li a {
    display: block;
    color: #a9baca;
}

.sidenavbar ul li a:hover {
    background: hsl(217.86deg 100% 49.41%);
    transition: 0.4s ease-out;
    color: #fff;
}

.sidenavbar ul h3 {
    color: #a9baca;
    padding: 5px 15px 10px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidenavbar ul h3:not(:first-of-type) {
    border-top: 1px dashed #a9baca;
    margin-top: 20px;
    padding-top: 25px;
}

/* .sidenavbar ul li:hover {
    background: #ffc5d6;
} */

.sidebar ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebar ::-webkit-scrollbar-track {
    background: #0070e0;
}

/* Handle */
.sidebar ::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.sidebar ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


.body-content-dash {
    padding: 0px 20px;
    background-color: #F7F7F7;
    position: relative;
}

.cm-bg-white {
    background: #fff;
    box-shadow: 0px 0px 3px 2px #dbdbdb;
    bottom: 0;
    top: 0;
    position: sticky;
    height: 100vh;
}

.sidenavbar {
    overflow: auto;
    height: 100%;
    background: #0c213a;
    width: 200px;
    padding-bottom: 80px;
}

/* Ticket Upload */
.upload-ticket {
    border-radius: 10px;
    border: 1px solid #7367ee;
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.upload-ticket input[type='submit'] {
    padding: 8px 22px;
    cursor: pointer;
}

/* Dashboard Style */
input[name='rebooking'] {
    padding: 10px 20px;
    border: none;
    background: lightblue;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.form_group textarea {
    padding: 10px 10px;
    margin-top: 15px;
}


.my-margin {
    margin-top: 20px;
}

.toggle i {
    font-size: 22px;
    margin-bottom: 10px;
    cursor: pointer;
}

.main-head {
    font-size: 18px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
}

/* .body-content-dash {
    width: calc(100% - 200px);
} */

/* .report-box {
    width: calc(20% - 10px);
    margin-right: 10px;
    border-radius: 5px;
    padding: 15px;
    color: #000;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #e3ebf6;
} */

.report-box p {
    font-size: 20px;
    display: inline;
    font-weight: 600;
    color: #000;
}

.report-box h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.report-box i {
    font-size: 30px;
    background-color: #fbfbfb;
    border-radius: 50%;
    padding: 10px;
    color: #a4abc5;
}

.report-box span {
    display: block;
    font-size: 14px;
    color: #03d87f;
    margin-bottom: 10px;
}

.report-box .red-down {
    color: #f5325c;
}

.positive .fa-arrow-up {
    font-size: 14px;
    margin-right: 5px;
    background: none;
    color: #03d87f;
    padding: 0;
}

.red-down .fa-arrow-down {
    font-size: 14px;
    margin-right: 5px;
    background: none;
    color: #f5325c;
    padding: 0;
}

.booking-section.active .body-content-dash {
    width: 100%;
}

.booking-section.active .sidebar {
    transform: translateX(-100%);
    position: absolute;
}

.cards-icon {
    margin-top: auto;
}

div#example_wrapper {
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 20px 20px;
    overflow: scroll;
}

.cm-mt-3.change-status-ticket select[name='status'] {
    width: 300px;
    padding: 10px 10px;
    margin-right: 30px;
    border-radius: 5px;
}

/* Dropdown Menu */
ul.cm-dropdown-menu {
    margin: 0;
    display: none;
}

/* Passenger */

.passenger-info {
    /* border: 1px solid gray; */
    /* background: #f9f9f9; */
    padding: 20px 20px;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 2px 1px #cdcdcd;
}

.passenger-info .inner-field {
    width: calc(33.33% - 30px);
    margin-right: 30px;
}

.passenger-info input {
    width: 100%;
}

.email-send-width {
    padding: 12px 10px;
    border-radius: 5px;
}

/* Modal Body */

.Modal {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    display: none;
}

/* .modal-content {
    width: 70%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.modal-footer {
    text-align: center;
}

.send-mail input[type=submit] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-body {
    width: 100%;
    height: 90vh;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

span.close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 50%;
}

/* Scroll Modal */
/* width */
.Modal ::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.Modal ::-webkit-scrollbar-track {
    background: #dfdfdf;
}

/* Handle */
.Modal ::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
}

/* Handle on hover */
.Modal ::-webkit-scrollbar-thumb:hover {
    background: #bebebe;
}

input[name='edit_form'] {
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
    background-color: #003195;
    color: #fff;
    cursor: pointer;
}

.login-form input {
    border-radius: 5px;
    padding: 15px 10px !important;
    border: none !important;
}

body.booking-section>.flex {
    align-items: flex-start;
}


.cm-btn-sm {
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
}

.cm-Complete,
.cm-Complete-Authorized,
.cm-Complete-Unauthorized {
    background: #00ae1b !important;
}

.cm-Acknowledge {
    background: #e97e04 !important;
}

.cm-Pending {
    background: #fbff12 !important;
    color: #000;
}

.cm-Chargeback {
    background: #4DBDDD !important;
}

.cm-Partial.Refund {
    background: #C27AC0 !important;
}

.cm-Void {
    background: #9518e2 !important;
}

.cm-Refund {
    background: #f23c3c !important;
}

.cm-Denied {
    background: #50556f !important;
}

tr[user_confirm='yes'] td.payment_status span {
    background: #e97e04 !important;
}


tr[user_confirm='refund'] td.payment_status span {
    background: #f23c3c !important;
}

tr[user_confirm='chargeback'] td.payment_status span {
    background: #4DBDDD !important;
}

tr[user_confirm='pending'] td.payment_status span {
    background: #fbff12 !important;
    color: #000;
}

tr[user_confirm='partial-refund'] td.payment_status span {
    background: #C27AC0 !important;
}

tr[user_confirm='void'] td.payment_status span {
    background: #9518e2 !important;
}

tr[user_confirm='complete'] td.payment_status span {
    background: #00ae1b !important;
}

td.payment_status span {
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.account-info .form_group {
    /* display: flex; */
    margin-bottom: 20px;
}

.account-info input,
.account-info select {
    width: 100% !important;
}

.account-info .cm-wd-50 {
    padding-right: 30px;
}

ul.cm-dropdown-menu li {
    margin-left: 20px;
}

.report-box.filterclick.filter {
    box-shadow: 0px 5px 5px 0px gray;
    border: 2px solid #000;
}

.btn.btn-primary.btn-sm {
    background-color: rgba(13, 110, 253, 0.919);
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-success.btn-sm {
    background-color: #009688;
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-info.btn-sm {
    background-color: #03A9F4;
    padding: 4px 10px;
    color: #fff;
    border-radius: 5px;
}

.btn.btn-sm.btn-danger {
    background-color: #F44336;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

table.table {
    border-collapse: collapse;
}


.table tr th,
.table tr td {
    padding: 5px 10px;
}

.filter-box {
    width: calc(20%);
    margin-right: 25px;
}

.filter-box select,
.filter-box input {
    width: 100%;
    padding: 8px 10px;
}

/* Datatable Button Css */
button.dt-button.buttons-excel.buttons-html5 {
    padding: 5px 25px;
    height: 35px;
    line-height: 10px;
    background-color: #00ae1b;
    color: #ffff;
    border-radius: 5px;
    border: none;
}

button.dt-button.buttons-pdf.buttons-html5 {
    padding: 5px 25px;
    height: 35px;
    line-height: 10px;
    background-color: #F44336;
    color: #ffff;
    border-radius: 5px;
    border: none;
}

.navbar-wedgeshow .search {
    margin-left: 20px;
    display: flex;
}

.navbar-wedgeshow {
    justify-content: space-between;
}

.navbar-wedgeshow .search input[type=submit] {
    padding: 7px 14px;
    border-radius: 0px 17px 17px 0px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-left: 0px;
    background: white;
}

.navbar-wedgeshow .search input[type=text] {
    padding: 10px 10px;
    width: 300px;
    border-radius: 15px 0px 0px 15px;
    outline: none;
    border: 1px solid gray;
    border-color: #dedede;
    border-right: 0;
}

.toggle svg {
    cursor: pointer;
    font-size: 20px;
}

.report-box .cards-icon img {
    width: 45px;
}

/* Footer Upcomming Flight */
.modalToolkit {
    text-align: center;
    width: 25%;
    bottom: 0;
    position: fixed;
    background: #0c213abd;
    box-shadow: 0px 0px 4px gray;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.modalToolkit ul li a {
    color: #59ff0f;
}

.text-flight h3 {
    padding: 10px 10px;
}


.modalToolkit ul li {
    border-bottom: 2px dotted #59ff0f;
    padding: 5px 5px;
}

.modalToolkit .arrowDown {
    display: none;
}

.tookitModal {
    text-align: center;
    width: 40px;
    position: absolute;
    top: -31px;
}

ul.modaltookitShow {
    display: none;
    /* opacity: 0; */
}

.tookitModal svg {
    z-index: 99;
    cursor: pointer;
    background-color: #2b7bf0;
    /* color: blue; */
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px 5px 0px 0px;
}

.modalToolkit ul {
    padding-top: 30px;
    height: 100vh;
    max-height: 400px;
    overflow-y: auto;
}

/* width */
.modalToolkit ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.modalToolkit ::-webkit-scrollbar-track {
    background: #0070e0;
}

/* Handle */
.modalToolkit ::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
.modalToolkit ::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.cm-mt-3.change-status-ticket form {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.change-status-ticket input[type=text] {
    width: 300px;
    padding: 10px 10px;
    margin-right: 30px;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
}

.coments-row-viewlog {
    padding: 10px 10px;
    box-shadow: 0px 0px 5px 0px #d7d7d7;
    border-radius: 10px;
}

.coments-row-viewlog .header {
    padding: 10px 0px;
}

.coments-row-viewlog textarea {
    padding: 10px 0px;
}

.comment-box {
    margin-top: 20px;

}

.coments-row-viewlog textarea {
    padding: 10px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}


/* notepad */

.notepad {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.notepad span {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    background-color: #005dfc;
}

.boxsize {
    height: 500px;
    width: 950px;
    border: 1px solid grey;
    margin: 50px 100px;
}

.boxbutton {
    width: 10%;
    margin-left: 100px;
    padding: 6px;
    margin-top: -100px;
}

.pencils {
    margin-left: 10px;
    text-align: center;
    margin-top: 10px;
    color: #ffff;
}

.notepad-text textarea {
    width: 100%;
    resize: none;
    outline: none;
    padding: 10px;
}


.modal-not {
    position: fixed;
    right: 0;
    top: 0;
    width: 440px;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}

.notepad_modal {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    padding: 1rem;
    width: 400px;
    border-radius: 0.5rem;
    z-index: 999;
    height: 100%;
}

/* .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
    z-index: 999;
} */
.modal-content {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    /* padding: 20px 20px; */
    position: relative;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.dataTables_filter input[type="search"] {
    width: 250px;
    outline: none;
    border-radius: 30px;
    padding: 10px;
}
.dropdown-menu{
    position: relative;
}
.dropdown-content{
    display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content li{
    display: inline-block;
  }

  .dropdown-menu:hover .dropdown-content {display: block;}