@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;500;600&display=swap');

@font-face {
    font-family: Freeroad Black;
    src: url('/Fonts/Freeroad Black.ttf');
}

@font-face {
    font-family: Freeroad Light;
    src: url('/Fonts/Freeroad Light.ttf');
}

@font-face {
    font-family: Freeroad Regular;
    src: url('/Fonts/Freeroad Regular.ttf');
}

#mainRow {
    width: 100%;
    height: 100vh;
    overflow: auto;
    margin: 0;
}

/*Left Pannel*/
.hideShow {
    position: relative;
    z-index: 5;
    float: right;
    margin-top: 9px;
}

.lineEffect {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: hsl(0, 0%, 80%);
    box-shadow: 1px 5px 5px 0px rgba(50, 50, 50, 0.49);
}

.navLiStyle {
    width: 100%;
    height: auto;
    display: inline-flex;
    border: groove;
    border-color: green;
    border-radius: 12px;
}
    .hideShow i {
        margin-left: -30px;
        font-size: 1em;
        cursor: pointer;
    }
.centreDiv {
    align-items: center;
    text-align: center;
}
#divStyle1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#divStyle2 {
    padding: 10px 0;
}

#linkStyle {
    float: right;
    font-family: 'Montserrat', sans-serif;
}

.labelStyle {
    color: #262626 !important;
    font-family: 'Freeroad Bold', 'Roboto', sans-serif !important;
    font-size: 15px !important;
    float: left !important;
}

.fieldsetHeader {
    font-family: 'Freeroad Bold', 'Roboto', sans-serif !important;
    font-size: 18px !important;
}

.inputStyle {
    width: 100%;
    height: 40px;
    border: none;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

/*devextreme overrides*/
.dx-texteditor-input {
    font-family: 'Freeroad Bold', 'Roboto', sans-serif !important;
    font-size: 15px !important;
    float: left !important;
}

.dx-button {
    background-color: #5197FB !important;
}

.dx-button-mode-contained .dx-icon {
    color: #fff !important;
}

.dx-button-text {
    background-color: #5197FB !important;
    color: #fff !important;
}

.dx-datagrid {
    font-family: 'Freeroad Bold', 'Roboto', sans-serif !important;
}

.dx-widget {
    font-family: 'Freeroad Bold', 'Roboto', sans-serif !important;
}

/*****************************/
form {
    height: auto;
    text-align: center;
    margin: 20px;
}

.fancyHeader {
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    color: black;
    font-family: 'Freeroad Regular', Arial, sans-serif;
    text-align: center;
    font-size: 30px;
}

.headerMedium {
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    color: black;
    text-align: center;
    font-size: 15px;
}
#leftColLogin {
    background-color: rgb(53 144 92 / 22%) !important;
    width: 100vh;
    height: 100vh;
    overflow: auto;
    text-align: justify;
}

#loginLogo {
    width: fit-content;
    height: auto;
    text-align: center;
}

.custLinkDiv {
    text-align: center;
}

.custLink {
    background: linear-gradient(144deg, rgba(0,68,10,1) 0%, rgba(9,121,29,1) 37%, rgba(84,207,158,1) 100%);
    border: none;
    border-radius: 20px;
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.55);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #1d1d1d;
    font-weight: bold;
    transition: 0.3s ease-in-out all;
}

    .custLink:hover {
        text-decoration: none;
        box-shadow: none;
        color: #0e0e0e;
        transform: scale(0.98);
    }

/*Right Pannel*/
#rightColLogin {
    background: url("../../Images/Ampacity/Right_Col_SVG.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    overflow: auto;
    text-align: justify;
    color: #e8e8e8;
    display: flex;
    justify-content: start;
    align-items: center;
}

#innerRightDiv {
    margin: 20px;
    padding: 20px;
}

#headerInnerDiv {
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
}

#innerRightDiv p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1147px) {
    #rightColLogin {
        display: none;
    }
}

.first-group,
.second-group {
    padding: 20px;
}

.second-group {
    background-color: rgba(191, 191, 191, 0.15);
}
.tdbreak {
    word-break: break-all
}
.form-avatar {
    height: 128px;
    width: 128px;
    margin-right: 10px;
    border: 1px solid #d2d3d5;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ordersDiv1 {
    z-index: 0;
}
/* Report Styles */
.report-card-styles {
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 700px) {
    .report-card-styles {
        overflow: scroll;
    }
}