@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-SemiBolditalic.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-SemiBolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Italic.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Thin.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* 
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-SemiBolditalic.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-SemiBolditalic.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Book.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */

body {
    margin: 0;
    font-family: 'PP Neue Montreal';
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

svg {
    cursor: pointer;
}

.otr-logo-tab {
    padding: 20px 0;
    color: #FFFFFF;
    border-right: 1px solid #EDF0F3;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.logo-otr {
    padding: 0px 20px;
}

.otr-section-main {
    display: grid;
    grid-template-columns: auto auto;
    min-height: 100vh;
}

.tab-button-otr {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* padding: 0px 20px; */
}

.common-tab-otr {
    display: flex;
    padding: 8px 8px;
    gap: 8px;
    font-family: 'PP Neue Montreal';
    font-size: 13px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
    align-items: center;
    color: #090909;
    cursor: pointer;
}

.active {
    background: #F6F8FA;
    border-radius: 8px;
    font-weight: 600;
}

.tab-button-otr-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px;
    height: 100%;
}

.client-main-otr-button {
    display: flex;
    justify-content: space-between;
    background: #F6F8FA;
    border-radius: 8px;
    padding: 8px 15px;
}

.client-btn-otr-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.client-btn-otr-text p {
    margin: 0;
    color: #090909;
    font-family: 'PP Neue Montreal';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
}

.client-btn-otr-icon {
    display: flex;
    align-items: center;
}

.client-btn-otr-text span {
    color: #090909;
    font-family: 'PP Neue Montreal';
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
}

.otr-info-main-inner {
    background: #F8FAFC;
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 30px;
}

.otr-info-main-inner h3 {
    margin: 0;
    font-family: 'PP Neue Montreal';
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: left;
    color: #090909;
}

.otr-dashboard-btn-main {
    padding: 12px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.btn-text-desh {
    padding: 6px 16px 6px 16px;
    color: #6A6F72;
    font-family: 'PP Neue Montreal';
    font-size: 13px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
}

.dash-active {
    background-color: #F8FAFC;
}

.search-filter-icon-otr {
    display: inline-flex;
    padding: 4px;
    border: 1px solid #E5E4E3;
    border-radius: 8px;
    height: fit-content;
}

.arrow-down-up-icon {
    padding: 4px;
    border: 1px solid #E5E4E3;
    border-radius: 8px;
    height: fit-content;
    display: inline-flex;
}

.otr-dashboard-btn-right {
    display: flex;
    gap: 8px;
}

table {
    border-spacing: 0px;
}

tr td,
tr th {
    border-bottom: 1px solid #EDF0F3;
    text-align: left;
}

tr th {
    color: #616161;
    font-family: PP Neue Montreal;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
}

tr td {
    padding: 16px 0px 16px 2px;


}

tr th {
    padding: 8px 0px 8px 2px;
    text-align: left;
    color: #616161;
    font-family: PP Neue Montreal;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;

}

table td:nth-child(1),
table th:nth-child(1) {
    max-width: 100%;
    width: 46px;
    padding: 16px 6px 16px 16px;
    display: flex;
    justify-content: end;
}

table td:nth-child(2),
table th:nth-child(2) {
    max-width: 100%;
    width: 310px;
    /* font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    color: #090909; */
}

table td:nth-child(2) {
    font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    color: #090909;
}

table td:nth-child(3),
table th:nth-child(3) {
    max-width: 100%;
    width: 350px;
    /* font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #616161; */
}

table td:nth-child(3) {
    max-width: 100%;
    width: 350px;
    font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #616161;
}

table td:nth-child(4),
table th:nth-child(4) {
    max-width: 100%;
    width: 264px;
}

table td:nth-child(5),
table th:nth-child(5) {
    max-width: 100%;
    width: 150px;
    /* font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #616161; */
}

table td:nth-child(5) {
    max-width: 100%;
    width: 150px;
    font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #616161;
}

.btn-active-inner {
    color: #4EA36F;
    font-family: PP Neue Montreal;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    background-color: #EFF5E8;
    border-radius: 8px;
    padding: 2px 8px;
    display: inline-flex;
}

.btn-canceled-inner {
    background-color: #FCEBEB;
    font-family: PP Neue Montreal;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    color: #C2150A;
    border-radius: 8px;
    padding: 2px 8px;
}

.btn-left-right {
    padding: 16px 20px;
    display: flex;
    justify-content: flex-end;
    background: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}

.btn-left-right-inner {
    display: flex;
    gap: 0;

}

.left-chevron {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 4px;
    background: #F8FAFC;
    display: inline-flex;
    width: fit-content;
    height: fit-content;
}

.right-chevron {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 4px;
    background: #F8FAFC;
    display: inline-flex;
    width: fit-content;
    height: fit-content;
}

.click-event svg:hover .dropdown-otr {
    display: block;
}

.otr-table {
    background: #FFFFFF;
}

.dropdown-otr {
    position: absolute;
    top: 41px;
    left: 23px;
    display: none;
    box-shadow: 0px 4px 6px -2px #1A1A1A33;
    padding: 6px;
    border: 1px solid #E5E4E3;
    background: #FFFFFF;
    width: 175px;
    max-width: 100%;
    border-radius: 12px;
    z-index: 5;
}


.dropdown-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dropdown-content {
    padding: 6px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 450;
    line-height: 20px;
    text-align: left;
    border-radius: 8px;
    cursor: pointer;
    color: #6A6F72;
    /* font-variation-settings: 'slnt' 0; */
}

.dropdown-content:hover {
    background: #F9F9F9;
}

.hello-active svg {
    background-color: #F8FAFC;
    border-radius: 4px;
}

.hello-active .dropdown-otr {
    display: block !important;
}

tr {
    position: relative;
}


/* login-page css start*/

label{
    cursor: pointer;
}

.login-page-main {
    background-color: #F8FAFC;
    padding: 150px 0px;
}

.login-page-main-inner {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

.login-page-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.otr-login {
    /* padding: 150px 140px 150px 140px; */
    gap: 30px;
    padding: 50px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
}

.otr-login h3 {
    margin: 0;
    color: #090909;
    font-family: PP Neue Montreal;
    font-size: 24px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: center;
}

.otr-input-inner-first {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.otr-input-inner-first label,
.otr-label-password {
    font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
    color: #090909;
}

.otr-input,
.input-password {
    border: 0.66px solid #E6E9EC;
    background: #FFFFFF;
    padding: 10px 12px 10px 12px;
    border-radius: 6px;
    position: relative;
    width: 100%;
}

input:focus-visible {
    border: 0.66px solid #E6E9EC !important;
}

.otr-login-input-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 15px;
}

.otr-password-forge_pass {
    display: flex;
    justify-content: space-between;
}

.otr-input-width-eye-icon {
    position: relative;
}

.otr-input-width-eye-icon svg {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
}

.otr-label-forget-password {
    cursor: pointer;
    color: #090909;
    font-family: PP Neue Montreal;
    font-size: 11px;
    font-weight: 600;
    line-height: 15.4px;
    text-align: left;
}

.otr-password-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login-btn-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-btn-main {
    display: inline-flex;
    color: #FFFFFF;
    padding: 8px 14px 9px 14px;
    border-radius: 6px;
    background: #090909;

    font-family: PP Neue Montreal;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.2px;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.login-text-dont-account a{
    color: #090909;
    font-family: PP Neue Montreal;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
}

.login-text-create-account a{
    font-family: PP Neue Montreal;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    color: #090909;
}

.login-btn-text-inner {
    text-align: center;
}

/* login-page css end*/

.otr-table thead tr {
    background: #F6F8FA;
    border-bottom: 1px solid #EDF0F3;
}
