.hide {
    display: none;
}

.mrg-t60 {
    margin-top: 60px;
}

#travelform .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(214, 214, 214, 0.25);
    border-radius: 25px;
    border: 0px;
}

#travelform .card-body {
    padding: 20px;
}

#travelform h3 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

#travelform .heading-part {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
}

.mrg-b15 {
    margin-bottom: 15px;
}

.form-control {
    height: 52px;
    border-radius: 6px;
    font-size: 14px;
}

.form-select {
    height: 52px;
    border-radius: 6px;
    font-size: 14px;
}

.form-label {
    font-size: 14px;
}

input::placeholder {
    font-size: 14px;
}

.form-label span {
    color: #ff0018;
}

.btn.btn-primary {
    font-size: 14px;
    height: 52px;
    background-color: #470377;
    width: 160px;
    border-color: #470377;
    border-radius: 6px;
    color: #FFFFFF;
}

.custom .form-check {
    display: inline-block;
    margin-right: 15px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #470377
}

.form-select:focus {
    box-shadow: none;
    border-color: #470377
}

.mrg-t30 {
    margin-top: 30px;
}

.date-range {
    width: 300px;
    float: right;
}

svg.dtrg {
    position: absolute;
    top: 18px;
    right: 30px;
}

.daterangepicker .drp-buttons .btn {
    height: auto;
    width: auto;
}

#detailstravel table {
    font-size: 13px;
    border: 1px solid #dddddd;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-left: 0px;
    border-right: 0px;
}

.navbar .user {
    display: flex;
}

.navbar .username {
    background: #470377;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    padding: 8px;
    color: #ffffff;
}

.logout {
    margin-left: 16px;
}

.logout a {
    color: #460377;
    text-decoration: none;
    line-height: 40px;
    font-size: 16px;
}

.btn-outline-primary {
    border-color: #470377;
    color: #470377;
}

.btn-outline-primary:hover {
    border-color: #470377;
    background-color: #470377;
    color: #ffffff;
}

#detailstravel button.btn {
    padding: 3px 7px;
}

td.success {
    color: #11ca3f;
    font-size: 13px;
    font-weight: 600;
}

td.danger {
    color: #ff0018;
    font-size: 13px;
    font-weight: 600;
}

body {
    font-family: 'Poppins', sans-serif;
}

th {
    font-weight: 500;
}

td {
    color: #555;
}

.loadenv {
    position: relative;
    background: #000000;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: .7;
    transition: 5s 0.4s;
}

.loader.text-center {
    width: 50px;
    background: #fff;
    display: inline-table;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 47%;
    right: 0;
    z-index: 9999;
}

.text-small{
    padding: 3px 10px; margin-top: 10px; border-radius: 6px; font-size: 13px; border: 1px solid rgba(255, 190, 0, 0.25); background: #FDF6E7;inline-size: fit-content;
}

