@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');
body {
    background: #eef3fd;
    font-family: "TikTok Sans", sans-serif;
}
header.header {
    /*background: #fff;*/
}
.header-section {
    /*background: #002e48;*/
}

header.header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}


.login-logo img {
    width: 230px;
}
a.header-logo img {
    width: 195px;
}
.login-logo {
    margin: 50px 0 0;
    text-align: center;
}
.forgot-group {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}
.forgot-group div {
    font-weight: 500;
    display: flex;
    align-items: center;
}
.forgot-group input {
    height: 18px;
    width: 18px;
    margin: 0 7px 0 0;
}
.forgot-group a {
    color: #0069a7;
}
.registion-form {
    background: #fff;
    margin: 60px 0;
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #06060617;
}
.registion-form .head {
    margin: 0 0 30px;
}
.registion-form .head h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}
.registion-form .head p {
    margin: 0 0;
    text-align: center;
}
.registion-form form .form-group {
    margin: 0 0 20px;
}
.registion-form form .form-group label {
    font-weight: 600;
    font-size: 15px;
}
.registion-form form button.btn {
    width: 100%;
    background: #0069a7;
    border-color: #0069a7;
    font-weight: 500;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.registion-form form button.btn:hover {
    background: #0097f1;
    border-color: #0097f1;
}
.registion-form form p {
    text-align: center;
}
.registion-form form p a {
    color: #0069a7;
    font-weight: 500;
}
.registion-form form .form-group .sub-text {
    font-size: 14px;
}

.registion-form form .form-group input {
    font-size: 14px;
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
}
.registion-form form .form-group textarea{
    font-size: 14px;
    border: 1px solid #e2e8f0;
    padding: 10px 12px; 
    height: 90px;
}
.registion-form form .form-group input:focus, .registion-form form .form-group textarea:focus {
    outline: none;
    box-shadow: 0px 0px 5px #0069a72b;
    border-color: #0069a785;
}


.dashboard {
    margin: 24px 0;
    padding: 0 9px;
    min-height: calc(100vh - 265px);
}
.dashboard .head h2 {
    font-size: 28px;
    font-weight: 600;
}
.group-buttons {
    background: #fff;
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617;
}
.group-buttons ul.list-group {
    flex-direction: row;
    gap: 15px;
}
.group-buttons ul.list-group li {
    padding: 0;
    border: none;
    margin: 0;
}
.group-buttons ul.list-group li a {
    border: 1px solid #0069a7;
    padding: 7px 17px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    color: #0069a7;
    background: #fff;
    box-shadow: 0px 1px 3px #0000002e;
    transition: 0.3s;
    font-size: 14px;
}
.group-buttons ul.list-group li a:hover{
    background: #0069a7;
    color: #fff;
    text-decoration: none;
}
.booking-url {
    background: #fff;
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617;
}

.sub-head h3 {
    font-size: 24px;
    margin: 0 0 4px;
}
.sub-head p {
    margin: 0;
    font-size: 14px;
    color: #6e6e6e;
}
.sub-head {
    margin: 0 0 20px;
}
.copy-url {
    display: flex;
    gap: 12px;
}
.copy-url input {
    width: 100%;
}
.copy-url input {
    font-size: 14px;
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    background: #f9fafb;
}
.copy-url button.copy-btn {
    border: 1px solid #e2e8f0;
    padding: 6px 16px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}
.copy-url a.btn {
    border: 1px solid #0069a7;
    padding: 7px 17px;
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff;
    background: #0069a7;
    box-shadow: 0px 1px 3px #0000002e;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.copy-url a.btn:hover {
    background: #54c7d6;
    border-color: #54c7d6;
}
.tiles-row {
    gap: 24px;
}
.tiles-row .tiles-collunm {
    background: #fff;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617;
    width: 33.333%;
    min-height: 160px;
}
.tiles-row .tiles-collunm span {
    font-weight: 500;
    display: block;
    margin: 0 0 4px;
}
.tiles-row .tiles-collunm .amount {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}

.tiles-row .tiles-collunm .currency {
    position: absolute;
    right: 20px;
    top: 20px;
}
.tiles-row .tiles-collunm button.btn {
    background: #54C7D6;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 14px;
}
.tiles-row .tiles-collunm button.btn:hover{
    background: #0069a7;
    border-color: #0069a7;
}
.recent-booking {
    background: #fff;
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617;
}
.booking-list {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 6px;
    align-items: center;
    margin: 0 0 20px;
}
.booking-list .left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.booking-list .left i {
    font-size: 20px;
    color: #d1d1d1;
}
.booking-list .left h6 {
    margin: 0 0 3px;
}
.booking-list .left p {
    margin: 0;
    font-size: 14px;
}

.booking-list .right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.booking-list .right .price {
    font-weight: 500;
}
.booking-list .right p {
    color: #16a34a;
    font-size: 14px;
    margin: 0;
}
.status {
    color: #fff;
    font-size: 13px;
    padding: 2px 13px 4px;
    border-radius: 100px;
    background: #000;
}
.status.pending {
    background: #ddd;
    color: #000;
}

.profile-information {
    background: #fff;
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617;
}
.profile-information .heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 24px;
}
.profile-information .heading .icon {
    height: 45px;
    width: 45px;
    background: #54c7d62e;
    color: #54c7d6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 6px;
}
.profile-information .heading .sub-head {
    margin: 0;
}
.profile-collunm {
    margin: 0 0 20px;
}
.profile-collunm form input {
    font-size: 14px;
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
}
.profile-collunm form textarea {
    font-size: 14px;
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    height: 90px;
}
.profile-collunm form input:focus, .profile-collunm form textarea:focus{
    outline: none;
    box-shadow: 0px 0px 5px #0069a72b;
    border-color: #0069a785;
}

.profile-collunm form label {
    font-weight: 600;
    font-size: 15px;
}

.profile-collunm h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}
.profile-collunm h4 i {
    font-size: 16px;
}
.registion-form form .form-group label img {
    width: 17px;
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
}

.profile-collunm button.btn {
    border: 1px solid #0069a7;
    padding: 7px 17px;
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff;
    background: #0069a7;
    box-shadow: 0px 1px 3px #0000002e;
    transition: 0.3s;
    font-size: 14px;
}
.profile-collunm button.btn:hover {
    background: #54c7d6;
    border-color: #54c7d6;
}
.agent-profile {
    background: #0069a7;
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617, inset 0px -91px 0px #fff;
    display: flex;
    align-items: end;
    gap: 20px;
}
.agent-profile .profile-image {
    background: #fff;
    padding: 5px;
    box-shadow: 1px 0px 10px #ddd;
    border-radius: 100%;
}
.agent-profile .profile-image img {
    width: 130px;
    height: 130px;
}
.agent-profile .detail ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
    align-items: center;
}
.agent-profile .detail ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}
.registion-form form button.btn img {
    width: 20px;
    margin: 0 6px 0 0;
    position: relative;
}
.agent-profile .detail ul li i {
    font-size: 15px;
}
.agent-profile .detail ul li i.fas.fa-phone {
    transform: rotate(90deg);
}

.agent-profile h2 {
    font-size: 28px;
    margin: 0 0 2px;
    color: #fff;
}
.agent-profile p {
    margin: 0 0 10px;
}
.agent-profile .detail ul li img {
    width: 19px;
    position: relative;
    top: 1px;
}



.header-right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}
.header-right ul.list-group {
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.header-right ul.list-group li {
    padding: 0;
    border: none;
    margin: 0;
}
.header-right ul.list-group li a {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}
.header-right ul.list-group li a:hover {
    color: #0069a7;
    text-decoration: none;
}
.user-profile {
    display: flex;
    align-items: center;
    /* background: #f9fafb; */
    border-radius: 10px;
    padding: 8px 14px;
    width: fit-content;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.user-profile img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.user-info h6 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.user-info span {
    color: #8b8b8b;
    font-size: 14px;
}
.user-profile i {
    font-size: 16px;
    color: #8b8b8b;
    margin-left: 10px;
}

.table-wrapper {
    background: #fff;
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617;
}
.table-wrapper thead th {
    border: none;
    background: #f1f4f7;
}
.table-wrapper thead th:first-child {
    border-radius: 6px 0px 0px 6px;
}
.table-wrapper thead th:last-child {
    border-radius: 0px 6px 6px 0px;
}

.table-wrapper td {
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 500;
}
.table-wrapper td:first-child {
    border-left: 1px solid #e2e8f0;
    border-radius: 6px 0px 0px 6px;
}
.table-wrapper td:last-child {
    border-right: 1px solid #e2e8f0;
    border-radius: 0px 6px 6px 0px;
}
.table-wrapper td a.btn {
    font-weight: 500;
    font-size: 14px;
    background: #0069a7;
    border-color: #0069a7;
}
.table-wrapper td a.btn:hover {
    background: #54c7d6;
    border-color: #54c7d6;
}
.table-wrapper .head p {
    margin: 0;
    font-size: 14px;
    color: #6e6e6e;
}
.table-wrapper .head {
    margin: 0 0 20px;
}
.table-wrapper table {
    border-spacing: 0 8px;
    border-collapse: separate;
    margin-bottom: 10px;
}
.info-row {
    display: none;
}
.tile.payout-collunm {
    background: #fff;
    padding: 20px 20px 40px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #06060617;
    margin: 0;
}
.payout-collunm h4 {
    font-weight: 500;
    display: block;
    margin: 0 0 4px;
    color: #212529;
    font-size: 16px;
}
.payout-collunm h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #212529;
}
.table-wrapper ul.nav-tabs {
    margin: 10px 0 0;
} 


.table-wrapper ul.nav-tabs li.nav-item a {
    border: 1px solid #e2e8f0;
    padding: 7px 17px;
    border-radius: 6px 6px 0px 0px;
    font-weight: 500;
    color: #6e6e6e;
    background: #f1f4f7;
    transition: 0.3s;
    font-size: 14px;
    border-bottom: none;
}
.table-wrapper ul.nav-tabs li.nav-item a.active {
    border-color: #0069a7;
    color: #fff;
    background: #0069a7;
}
.table-wrapper .tab-content .table-responsive {
    margin: 0;
    padding-top: 10px;
}
.table-wrapper .tab-content {
    border-left: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    border-radius: 0px 0px 6px 6px;
    padding: 0 16px;
    margin: 0 !important;
}

.sidebar {
    background: #fff;
    padding: 12px 0 0;
}
.sidebar ul.list-group li {
    margin: 0;
    border: none;
    padding: 0px 20px 6px 12px;
}
.sidebar ul.list-group li a {
    padding: 10px 9px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #212529;
}
a.logo-sidebar {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 20px 0px;
}
.logo-sidebar img {
    width: 150px;
}
.col-lg-2.px-0.bg-white.sidebar-container {
    height: 100vh;
}
.sidebar {
    padding-top: 0;
}
.sidebar ul.list-group li a.active{
    color: #0069a7;
    background: #eef3fd;
}
.sidebar ul.list-group li a i {
    width: 22px;
}
.sidebar ul.list-group li a:hover {
    text-decoration: none;
    color: #0069a7;
    background: #eef3fd;
}
.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.sidebar .logo {
    padding: 0 20px 20px;
}
.sidebar .logo img {
    width: 200px;
}
.recent-booking .table-wrapper {
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0;
}
.table-wrapper td .commission {
    margin: 0;
    font-weight: normal;
    color: #16a34a;
}

.table-wrapper button.view-detail {
    background: transparent;
    border: none;
    font-size: 20px;
    -webkit-text-stroke: 1px #fff;
    cursor: pointer;
}
.table-wrapper button.view-detail:focus{
    outline: none;
}
.table-wrapper span.badge {
    font-size: 85%;
    font-weight: 600;
    border-radius: 12px;
    padding: 6px 11px 4px;
}

.table-wrapper .info-row td {
    padding: 5px 10px;
    border: none;
    background: #f9f9f9;
    vertical-align: text-top;
    border-radius: 6px;
}
.info-row p {
    margin: 0 0 3px;
    font-weight: 400;
}
.info-row button.btn {
    padding: 7px 10px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    margin: 12px 0 0;
}

.swal2-container .swal2-html-container {
    padding-top: 9px;
    font-size: 16px;
}
.swal2-container h2.swal2-title {
    font-size: 22px;
    padding-top: 20px;
}
.swal2-popup.swal2-modal {
    width: 460px;
}
.swal2-container .swal2-actions button {
    padding: 7px 29px;
    margin: 0;
}
.swal2-container .swal2-actions button:focus{
    outline: none;
}

.swal2-container .swal2-icon.swal2-error {
    width: 3em;
    height: 3em;
    border: none;
    background: #dc354526;
    margin-top: 25px;
}
.swal2-container .swal2-icon.swal2-error .swal2-x-mark-line-right {
    right: 8px !important;
    height: 3px !important;
    width: 30px !important;
    top: 23px !important;
}
.swal2-container .swal2-icon.swal2-error .swal2-x-mark-line-left {
    left: 10px !important;
    height: 3px !important;
    width: 30px !important;
    top: 23px !important;
}





.swal2-container .swal2-icon.swal2-success {
    width: 65px;
    height: 65px;
    margin-top: 25px;
}
.swal2-container .swal2-icon.swal2-success .swal2-success-ring {
    background: #a5dc8647;
    border: none;
    top: 0;
    left: 0;
}
.swal2-container .swal2-icon.swal2-success .swal2-success-line-long {
    top: 34px;
    height: 4px;
    width: 34px;
    left: 24px;
}
.swal2-container .swal2-icon.swal2-success .swal2-success-line-tip {
    top: 38px;
    left: 14px;
    height: 4px;
    width: 18px;
}

/*




.swal2-container .swal2-popup {
    width: 440px;
}



.swal2-container .swal2-icon .swal2-success-line-tip {
    left: 10px !important;
    height: 3px !important;
    width: 30px !important;
    top: 22px !important;
}
.swal2-container .swal2-icon .swal2-success-line-long {
    right: 8px !important;
    height: 3px !important;
    width: 30px !important;
    top: 23px !important;
}*/


.toggle-button {
    display: none;
    background: transparent;
    margin: 0 20px 0 0;
    border: 1px solid #0069a7;
    padding: 2px 8px 0px;
    border-radius: 4px;
    color: #0069a7;
    cursor: pointer;
}
button.close-menu {
    display: none;
}
.view-all-btn a {
    border: 1px solid #0069a7;
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: 500;
    color: #0069a7;
    background: #ffffff;
    box-shadow: 0px 1px 3px #0000002e;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}
.view-all-btn a:hover{
    background: #0069a7;
    color: #fff;
    text-decoration: none;
}
.header-section.not-logged-in button.toggle-button {
    display: none;
}
.login-panel {
    display: flex;
    align-items: center;
    background-image: url(https://trust-transfers.co.uk/wp-content/uploads/2025/06/businesswoman-opening-her-car-door-2048x1153.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 90px 0 0;
}

.login-panel:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #002e48d9;
}

.footer .footer_content{
    background: #0097f1;
}
.home-btn.active a {
    background: #0097f1;
    box-shadow: 0px 3px 0px #0069a7;
}
.header-section a.header-logo {
    padding-top: 10px;
}
@media (max-width: 1100px){
.sidebar ul.list-group li {
    margin: 0;
    border: none;
    padding: 6px 10px 6px 6px;
}
}


@media (max-width: 991px){
.sidebar-container {
    position: fixed;
    z-index: 9;
    top: 0;
    height: 100%;
    width: 250px;
    max-width: 250px;
    left: -250px;
    transition: 0.5s; 
}
.toggle-button {
    display: block;
}
.sidebar-container.open {
    left: 0;
    box-shadow: 70px 0px 800px #0000007d;
}
button.close-menu {
    background: #0069a726;
    border: none;
    height: 30px;
    width: 30px;
    color: #0069a7;
    border-radius: 100%;
    -webkit-text-stroke: 1px #d9e9f2;
    line-height: 30px;
    font-size: 19px;
    cursor: pointer;
}
button.close-menu:focus{
    outline: none;
}
button.close-menu {
    display: block;
}
.header-right {
    gap: 14px;
}
.home-btn a {
    padding: 8px 20px;
    font-size: 13px;
}
}
@media (max-width: 767px){
.table-wrapper thead th {
    padding: 10px;
    font-size: 14px;
    white-space: nowrap;
}
.table-wrapper table {
    min-width: 640px;
}
.dashboard {
    margin: 15px 0;
    padding: 0 0;
    min-height: auto;
}
.table-wrapper {
    margin: 15px 0;
    padding: 16px;
}
.dashboard .head h2 {
    font-size: 24px;
    margin: 0 0 2px;
}
.table-wrapper .head {
    margin: 0 0 15px;
}
.tiles-row {
    gap: 15px;
}
.tiles-row .tiles-collunm {
    padding: 15px;
    min-height: 140px;
}
.recent-booking {
    margin: 16px 0;
    padding: 15px;
}
.sub-head {
    margin: 0 0 15px;
}
.booking-url {
    margin: 16px 0;
    padding: 15px;
}
.view-all-btn {
    margin: 10px 0 0;
}
}

@media (max-width: 640px){
.header-section .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
}
.header-section .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
}
.header-right {
    gap: 10px;
    justify-content: center;
    margin: 13px 0 0;
}
}

@media (max-width: 575px){
.registion-form {
    margin: 40px 0;
    padding: 20px;
}
.tiles-row {
    flex-wrap: wrap;
}
.tiles-row .tiles-collunm {
    width: 100%;
}
.table-wrapper ul.nav-tabs li.nav-item a {
    padding: 5px 12px;
}
.copy-url {
    flex-wrap: wrap;
}
.copy-url input {
    width: calc(100% - 62px);
}
.home-btn a {
    padding: 8px 14px;
    font-size: 12px;
    text-align: center;
}
}