﻿:root {
    --body-font-color: #3f3e3e;
    --liteBlue: #F4F7FE;
    --primaryclr: #006F87;
    --yellowLine: #ff9800;
    --greenSucess: #82ee74;
    --redError: #fc7676;
    --btnHover: #1435e1;
    --accent: #2964FF;
    --hoverAccent: #1435E1;
    --body-font-color: #1F1F1F;
    --white: #FFFFFF;
    --bgmain: rgb(0, 111, 135);
    --bgmaingradiant: linear-gradient(180deg, rgba(0, 111, 135, 1) 0%, rgba(0, 27, 33, 1) 100%);
    --bgfootergradient: linear-gradient(180deg, rgba(170, 218, 230, 1) 0%, rgba(175, 191, 196, 1) 100%);
}

html,
body {
    font-size: 0.9rem !important;
    height: 100%;
    letter-spacing: 0.5px;
    color: var(--body-font-color) !important;
}
#components-reconnect-modal {
    display: none !important;
}
.home-layout{

}
.bg-half {
    background: rgba(255, 255, 255, 0.6) !important;
}
.custom-pre {
    font-family: 'Kanit', sans-serif;
    text-wrap:auto !important;
}
.hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
}
/*.btn-home-page:hover {
    text-decoration: none !important;
    background-color: rgba(0, 111, 135, 1) !important;
    color:white !important;
}*/

.btn-register:hover{
    text-decoration:none !important ;  
}
.btn-login, .btn-login:hover {
    text-decoration: none !important;
    color:#484848 !important;
}
/*=================== Footert : Start ===========================*/
.custom-footer {
    background: var(--bgmaingradiant);
    color: #f1f1f1;
    padding: 5px;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
}
.custom-footer-login {
    background: #d3eaf0;
    color: black;
    padding: 5px;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    padding:5px 10px;
    font-size: 14px;
    z-index: 99;
}

.footer-content a {
    color: #9cdcff;
    text-decoration: none;
    /*font-weight:600;*/
    font-size:14px;
}

    .footer-content a:hover {
        text-decoration: underline;
    }

.footer-heading {
    font-weight: 600 !important;
   /* margin-bottom: 0.5rem !important;
    font-size:15px !important;*/
}

.text-right {
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    text-align: end;
    margin-bottom: 1rem !important;
}
.text-right p {
    /*font-weight: 600;*/
    font-size: 14px;
}

.contact-line {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}
.custom-footer-login .contact-line a {
    color: black;
}

.divider {
    color: #ccc;
}
.cms-logo {
    background-image: url("../images/cmsLogo.svg");
    background-repeat: no-repeat;
    background-size: 50px 20px;
    background-position: center;
    width: 50px;
    height: 20px;
}
.authview {
    /*background-image: url("../images/banner.jpg");*/
    position: relative;
    padding: 60px;
    height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    min-height: 700px;
    padding-bottom: 50px;
}
/*=================== Footert : End ===========================*/
.mud-disabled {
    font-weight: 600;
    color: black !important;
}
.main-container {
    background-color: var(--liteBlue) !important;
    min-height: 100vh;
    padding-bottom:70px;
}
.header-title{
    color:#343334;
}
h1:focus {
    outline: none;
}

a,
.btn-link {
    color: #0071c1;
}

html,
body * {
    scrollbar-color: unset !important;
    scrollbar-width: unset !important;
}

/*------------------helper--------------------------------------------*/
.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.text-dark {
    color: #212529 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.bg-success {
    background-color: #198754 !important;
    color: var(--white) !important;
}

.bg-light {
    background-color: #F7FBFF !important;
}

.bg-primary {
    background-color: var(--primaryBlue) !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #C0FCF0 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-success {
    background-color: var(--greenSucess) !important;
}

.bg-clr1 {
    background-color: #e3f2fd !important
}

.bg-clr2 {
    background-color: #A4A4A4 !important
}

.bg-clr3 {
    background-color: #FFB74D !important
}

.bg-opaclr1 {
    background-color: rgb(60,220,0, 0.4) !important;
}

.border-clr1 {
    border-color: #e3f2fd !important
}

.border-clr2 {
    border-color: #A4A4A4 !important
}

.border-clr3 {
    border-color: #FFB74D !important
}

.text-success {
    color: var(--greenSucess) !important;
}

.text-clr1 {
    color: #7A7A7A !important
}

.text-clr2 {
    color: #A4A4A4 !important
}

.text-clr3 {
    color: #1976d2 !important
}

.lh-normal {
    line-height: normal !important;
}


.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

.text-white {
    color: white !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.radius-25 {
    border-radius: 25px !important;
}

.radius-30 {
    border-radius: 30px !important;
}

.radius-35 {
    border-radius: 35px !important;
}

.radius-40 {
    border-radius: 40px !important;
}

.radius-45 {
    border-radius: 45px !important;
}

.radius-50 {
    border-radius: 50px !important;
}

.radius-50p {
    border-radius: 50% !important;
}


.mxh-50 {
    max-height: 50px;
}

.w-100 {
    width: 100% !important;
}

.ws-nowrap {
    white-space: nowrap !important
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.fs-large {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.w-25px {
    min-width: 20px
}

.lh-medium {
    line-height: 1.3 !important
}

.text-left {
    text-align: left !important;
}

.bg-whitesmoke {
    background: whitesmoke !important;
    background-color: whitesmoke !important;
}

.bg-white {
    background: white !important;
    background-color: white !important;
}


::-webkit-scrollbar {
    width: 3px !important;
    height: 7px !important;
    z-index: 1;
}

::-webkit-scrollbar-thumb {
    background: #2964ff !important;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: white !important;
}

.inputWithIcon .mud-icon-root.mud-svg-icon {
    fill: var(--greenSucess) !important;
}
/*------------------helper--------------------------------------------*/
/*---------------------sidebar css start -------------------------------*/
.sidebar-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px !important;
}

    .sidebar-nav .mud-nav-item .mud-nav-link {
        line-height: normal;
        border-radius: 30px;
        padding: 13px 16px !important;
        margin: 0 8px !important;
    }

        .sidebar-nav .mud-nav-item .mud-nav-link .mud-icon-root {
            fill: var(--white) !important;
        }

.mud-nav-link .fas {
    color: var(--white) !important;
    font-size: 16px;
}

.mud-nav-link:hover .fas {
    color: var(--primaryclr) !important;
}

.sidebar-nav .mud-nav-item .mud-nav-link .mud-nav-link-text {
    font-size: 14px;
    font-weight: 600;
}

.sidebar-nav .mud-nav-item .mud-nav-link.active,
.sidebar-nav .mud-nav-item .mud-nav-link:hover {
    background-color: var(--white) !important;
}

    .sidebar-nav .mud-nav-item .mud-nav-link.active .mud-icon-root,
    .sidebar-nav .mud-nav-item .mud-nav-link:hover .mud-icon-root {
        fill: var(--primaryclr) !important;
    }

    .sidebar-nav .mud-nav-item .mud-nav-link.active .mud-nav-link-text,
    .sidebar-nav .mud-nav-item .mud-nav-link:hover .mud-nav-link-text {
        color: var(--primaryclr) !important;
    }

.mud-drawer--closed .sidebar-nav .mud-nav-item .mud-nav-link {
    padding: 10px 9px !important
}

.mud-drawer .sidebar-toggler-icon {
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 999;
    height: 30px;
    background: var(--bgmaing);
    background: var(--bgmaingradiant);
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 225ms cubic-bezier(0, 0, 0.2, 1);
}

    .mud-drawer .sidebar-toggler-icon:hover {
        background: var(--bgmaing) !important;
        background: var(--bgmaingradiant) !important;
    }

.mud-drawer--closed .sidebar-toggler-icon {
    transform: translate(-50%, -50%) rotate(180deg);
    right: -50%;
}

.mud-drawer--open .sidebar-toggler-icon {
    transform: translate(-25%, -50%);
    right: -10%;
}

.sidebar-toggler-icon:hover {
    background: #0d1d59 !important;
}

.sidebar-toggler-icon .mud-icon-root.mud-svg-icon {
    fill: white !important
}

/*---------------------sidebar css start -------------------------------*/

/*=================================Loader CSS===========================================*/
.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 600%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

header.mud-appbar {
    background-color: white !important;
}

.mud-container-background {
    background-image: url('../images/32.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
}

.progress-container {
    width: 80%;
    background-color: rgba(13, 29, 89, 0.3);
    /* Fixed invalid property here */
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.progress-bar {
    height: 15px;
    width: 0%;
    /* Start at 0% */
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    transition: width 0.3s ease-in-out;
    animation: progressBarMove 2s linear infinite;
    /* Add animation */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease-in-out;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.spinner {
    border: 6px solid rgba(13, 29, 89, 0.3);
    border-top: 6px solid rgba(13, 29, 89, 1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.loading-text {
    color: #0D1D59;
    font-size: 1.2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    animation: pulse 1.5s infinite;
}



.mud-drawer .mud-drawer-content {
    background: var(--bgmaing);
    background: var(--bgmaingradiant);
    color: #FFF !important;
    font-size: 0.9rem !important;
}

/*-----------------------table design start--------------------------------------------*/
.admin-dash .column-header {
    font-weight: bold !important;
}

.admin-dash .mud-table-root .mud-table-head th {
    background-color: #D8EAFF !important;
}

.admin-dash .mud-table-container {
    border-radius: 25px !important;
    border: 1px solid #D8EAFF !important;
}

.admin-dash .mud-table-pagination-toolbar {
    border-top: none !important;
}

.no-breakpoint {
    max-height: 350px
}

    .no-breakpoint .mud-table-row {
        display: table-row !important;
    }

    .no-breakpoint .mud-table-cell {
        display: table-cell !important;
    }

    .no-breakpoint .mud-table-head {
        display: table-header-group !important;
    }

    .no-breakpoint .mud-table-cell:before {
        display: none !important;
    }

/*-----------------------table design end--------------------------------------------*/




.nav-scoll {
    height: 450px !important;
    overflow-y: auto !important
}

.btn-refresh {
    border: none;
    cursor: pointer;
    background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAADAFBMVEUAAAAAAAAAAAAAAAA/Pz8zMzMqKiokJCQfHx8cHBwZGRkuLi4qKionJyckJCQiIiIfHx8eHh4cHBwoKCgmJiYkJCQiIiIhISEfHx8eHh4nJyclJSUkJCQjIyMiIiIgICAfHx8mJiYlJSUkJCQjIyMiIiIhISEgICAfHx8lJSUkJCQjIyMiIiIhISEhISEgICAlJSUkJCQjIyMjIyMiIiIhISEhISElJSUkJCQjIyMjIyMiIiIiIiIhISElJSUkJCQjIyMjIyMiIiIiIiIhISEhISEkJCQjIyMjIyMiIiIiIiIhISEhISEkJCQjIyMjIyMjIyMiIiIiIiIhISEkJCQkJCQjIyMjIyMiIiIiIiIhISEhISEkJCQjIyMjIyMiIiIiIiIiIiIhISEkJCQjIyMjIyMjIyMiIiIiIiIhISEkJCQjIyMjIyMjIyMiIiIiIiIiIiIkJCQjIyMjIyMjIyMiIiIiIiIiIiIiIiIjIyMjIyMjIyMiIiIiIiIiIiIiIiIjIyMjIyMjIyMjIyMiIiIiIiIiIiIjIyMjIyMjIyMjIyMiIiIiIiIiIiIiIiIjIyMjIyMjIyMhISEiIiIiIiIiIiIjIyMjIyMjIyMhISEiIiIiIiIiIiIjIyMjIyMjIyMjIyMhISEiIiIiIiIjIyMjIyMjIyMjIyMhISEiIiIiIiIiIiIjIyMjIyMjIyMhISEhISEiIiIiIiIjIyMjIyMjIyMjIyMhISEiIiIiIiIjIyMjIyMjIyMjIyMhISEhISEiIiIiIiIjIyMjIyMjIyMhISEhISEiIiIiIiIjIyMjIyMjIyMjIyMhISEhISEiIiIjIyMjIyMjIyMjIyMhISEhISEiIiIjIyMjIyMjIyMjIyMhISEhISEhISEiIiIjIyMjIyMjIyMhISEhISEhISEiIiIjIyMjIyMjIyMjIyMhISEhISEhISEjIyMjIyMjIyMjIyMhISEhISEhISEiIiIjIyMjIyMjIyMhISEhISEhISEhISEjIyMjIyMjIyMjIyN1tKTdAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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) no-repeat center center;
    background-size: 100%;
    width: 30px;
    position: relative !important;
    background-position: 100% 10% !important;
    height: 30px !important;
}

    .btn-refresh:active {
        animation: spin 0.5s ease-in-out;
    }

.divCaptcha {
    display: flex;
    gap: 5px;
}

.has-line-after:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #9E9E9E;
}

.has-line-after > span.content {
    background-color: white;
    display: inline-block;
    padding: 0 10px;
}

.has-line-after > * {
    position: relative;
    z-index: 9;
}



.custom-stepper .mud-stepper-nav-connector {
    max-width: 80px;
}

.mud-icon-button:disabled {
    opacity: .5;
}
/*=================Not found page strt=====================================*/
.not-found-img {
    max-width: 450px;
    width: 100%;
}

.not-found-title {
    font-size: 100px !important;
    font-weight: bold !important;
    color: #1A237E;
}

.not-found-subtitle {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1A237E;
    text-transform: uppercase !important;
    border-bottom: 1px solid #1A237E;
    padding-bottom: 10px;
    margin-bottom: 8px !important;
}

.not-found-des {
    font-size: 14px !important;
    color: #888;
    font-weight: 600 !important;
}
/*=================Not found page end=====================================*/

/*=================card=====================================*/
.cus-card {
    background-color: var(--white);
    border-radius: 30px;
    padding: 20px !important;
}


/* Animations */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {

    0%, 100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}
/* Animations */


/*=====================form start==========================================================*/
/*.authview {*/
    /*background-image: url("../images/banner.jpg");*/
    /*background-image: url("/uploads/banners/banner.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 20px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
}*/

    /*.home-layout:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--bgmaingradiant);
        opacity: 0.5;
    }*/
.home-img {
    background-image: url("../images/shipyard-img.png"); 
    width:630px; 
    height:320px; 
    background-position:center; 
    background-repeat:no-repeat;
}
.home-layout > * {
    position: relative;
    z-index: 9;
}

.authview__container {
    /*display: flex;*/
    align-items: center;
    flex-direction: column;
    gap: 200px;
    justify-content: center;
    padding-top: 100px;
    width:100%;
}

.authview__container--item {
    width: 100%;
    padding:1%;
}

.authview-logo {
    position: absolute;
    left: 0px;
    top: 20px;
    min-width: 200px;
    background: white;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

    .authview-logo img {
        height: 40px;
    }

.main-title1 {
    font-size: 20px !important;
    color: #646466;
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-align: center;
    position: relative;
    /*padding-bottom: 20px;*/
}
.main-title {
    font-size: 30px !important;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

    .main-title:after,
    .main-title:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100%;
        background: white;
        transform: translate(-50%, 0%);
        z-index: 999;
        height: 2px;
        max-width: 70%;
    }

    .main-title:after {
        background: #e57715;
        height: 6px;
        max-width: 100px;
        bottom: -2px;
        border-radius: 10px;
    }

.mud-input.mud-disabled {
    opacity: .4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #9e9e9e63 !important;
}



.c-form {
    position: relative;
    width: 47%;
    max-width: 500px;
    margin: auto;
}

.c-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border-radius: 30px !important;
    padding: 20px 20px;
    background: white;
    width: 100%;
}


.hw .hw__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--primaryclr) !important;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 10px;
}



.u-button {
    border-radius: 30px !important;
    color: #000000 !important;
    height: 35px;
    box-shadow: unset;
    font-weight: 600 !important;
    background-size: 100% 200%;
    transition: background 1s !important;
}

    .u-button:hover {
        background-position: 100% 100%;
    }

    .u-button.primary {
        color: #fff !important;
        background-image: linear-gradient( #006f87, #006f87 50%, #007b9b 50%, #007b9b ) !important;
    }

    .u-button.secondary {
        color: #fff !important;
        background-color: unset !important;
        background-image: linear-gradient( #00000089, #00000089 50%, #000000 50%, #000000 ) !important;
    }

.c-form__info {
    text-align: right !important;
    margin: 10px 0px;
    display: block;
}

.c-form__link {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--primaryclr) !important;
    text-decoration: none !important;
}

.c-form__info p {
    color: #9e9e9e;
    font-size: 14px;
}

.uploadwrapper {
    padding: 10px;
    margin-top: 0px !important;
    border: 1px dashed var(--mud-palette-lines-default) !important;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    cursor: pointer !important;
    border-radius: 10px
}

    .uploadwrapper.row {
        flex-direction: row;
        min-height: auto !important
    }

    .uploadwrapper:hover {
        background: var(--mud-palette-lines-default)
    }

    .uploadwrapper.mt-4 {
        margin-top: 0px !important;
    }

.mud-file-upload input:hover + div .uploadwrapper {
    background: #00000005
}

/*================form css end====================================================*/

/*===============accordian==============================*/
.cus-accordian .mud-expand-panel {
    border: 1px solid var(--mud-palette-lines-default) !important;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden
}

    .cus-accordian .mud-expand-panel .mud-expand-panel-header {
        font-size: 1rem;
        font-weight: 700;
    }

    .cus-accordian .mud-expand-panel.mud-panel-expanded .mud-expand-panel-header {
        background-color: var(--liteBlue);
        color: var(--primaryclr);
    }

.cus-accordian .mud-expand-panel-gutters {
    padding: 20px !important
}
/*===============accordian==============================*/

/*===========activity end================================*/

.appdetailsheader {
    /*background-color: #F0F1F8;
    padding: 25px;
    border-bottom: 1px solid;
    border-color: darkgray;
    align-items: center*/
}

.appdetailsBody .mud-grid-item {
    width: 100%
}

.mudexp-appdetails .mud-expansion-panels {
    border-radius: 15px !important
}

.mudpanl-appdetails .mud-expand-panel-content {
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    border-right: 0;
    padding-top: 20px;
}

.box-item .mud-list {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    border: 1px solid whitesmoke;
    border-radius: 10px;
    background: #f7fbff;
}

.apptrackermudcard {
    background-color: #F7FBFF !important;
    border-radius: 15px !important;
    position: sticky;
    top: 70px;
    padding-bottom: 50px;
}

.bold-icon svg {
    font-weight: bold;
}

.radius-30px {
    border-radius: 30px !important;
}

.h-auto {
    height: auto !important;
}


.apptrackstepper .mud-timeline-vertical.mud-timeline-position-start .mud-timeline-item-content, .mud-timeline-vertical.mud-timeline-position-end .mud-timeline-item-content {
    max-width: calc(100% - 20px);
    margin-right: 30px;
    border-radius: 20px;
    box-shadow: 0px 2px #C0FCF0;
}

.apptrackstepper .mud-timeline-vertical .mud-card-content {
    flex-grow: 1;
    padding: 16px;
    border: 1px solid #c0fcf0;
    border-radius: 13px;
}

.apptrackstepper .mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-start:not(.mud-timeline-rtl) .mud-timeline-item-content .mud-card::before, .mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-start:not(.mud-timeline-rtl) .mud-timeline-item-content .mud-card::after, .mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-end.mud-timeline-rtl .mud-timeline-item-content .mud-card::before, .mud-timeline-modifiers.mud-timeline-vertical.mud-timeline-position-end.mud-timeline-rtl .mud-timeline-item-content .mud-card::after {
    display: none !important;
}

.apptrackermudcard .secHeaderapp, .apptrackermudcard .apptrackermudcard {
    border-radius: 15px 15px 0 0 !important;
}

.apptrackstepper .mud-timeline-vertical.mud-timeline-position-start::before {
    right: auto;
    left: 31px;
}

.apptrackstepper .mud-timeline-vertical .mud-timeline-item .mud-timeline-item-divider {
    min-width: 63px;
}

.apptrackstepper .mud-timeline-item-dot .mud-timeline-item-dot-inner.mud-timeline-dot-success {
    background-color: #8EB9FF;
    border: 3px solid white
}
/*===========activity end================================*/

/*===========media query=============================================*/
@media only screen and (min-width: 768px) {
    .authview__container {
        flex-direction: row;
        padding-top: 0px
    }

    .authview__container--item {
        width: 100%
    }

    .main-title {
        font-size: 30px;
    }

    .authview {
        min-height: unset;
    }

    .hw .hw__title {
        font-size: 24px;
    }
}


/*===================form css===============================================================================*/
.cus-form .mud-input-control-input-container .mud-input-label,
.cus-form .mud-input-label {
    position: relative !important;
    transform: unset !important;
    order: 1;
    font-size: 0.875rem !important;
    margin-bottom: 8px;
    color: var(--primaryclr) !important;
    line-height: 1.25rem;
    font-weight: 500 !important;
    padding: 0 !important;
    text-wrap: wrap;
}

.cus-form .mud-input-control-input-container .mud-input {
    order: 2 !important;
    background: #f9fafb;
    border: 1px solid #c4c4c400;
    border-radius: 5px !important;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

    .cus-form .mud-input-control-input-container .mud-input:not(textarea) {
        height: auto
    }

.cus-form.withborder .mud-input-control-input-container .mud-input {
    border-color: #c4c4c4 !important;
}

.cus-form.withshadow .mud-input-control-input-container .mud-input {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.cus-form.lbl-clr1 .mud-input-control-input-container .mud-input-label,
.cus-form .mud-input-label {
    color: #000;
}

.cus-form .mud-input-error .mud-input-control-input-container .mud-input {
    border-color: var(--mud-palette-error) !important
}

.mud-input-error {
    font-weight: 600 !important
}



input:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.cus-form .mud-input-outlined-border {
    display: none !important;
}

.mandatory {
    position: relative;
}

    .mandatory label::after {
        content: "*";
        color: red;
        font-weight: bold;
        margin-left: 4px;
    }

.upper-case input {
    text-transform: uppercase !important;
}
/*===================form css===============================================================================*/
/*===================list view===============================================================================*/

.cus-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .cus-list.v2 .cus-list-item .label {
        font-weight: 500 !important;
    }

    .cus-list.v2 .cus-list-item .value {
        font-size: 12px !important;
        color: black !important;
        /*background: #1f334d !important;*/
        padding: 3px 5px !important;
        display: inline-block !important;
        border-radius: 5px !important;
        line-height: 1 !important;
        font-weight: 600;
    }

    .cus-list .cus-list-item {
        background: #e9f3ff;
        border-radius: 10px;
        padding: 5px;
        transition: all .3s ease;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center
    }

        .cus-list .cus-list-item:hover {
            background: #f9fafb;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        }

.cus-list-item-btn {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    /*background-color: #9E9E9E !important;*/
    background: var(--bgmaingradiant) !important;
    box-shadow: unset !important;
}

.cus-list .cus-list-item.fullWidth {
    width: 50% !important;
    flex: 1 1 auto !important;
}

.cus-list .cus-list-item .label {
    font-size: 12px;
    font-weight: 500;
    color: rgb(0,0,0,0.6);
    margin-bottom: 3px !important
}

.cus-list .cus-list-item .value {
    font-size: 14px;
    color: black;
}

/*===================list view===============================================================================*/

/*===================================Modal===================================================================*/
.cus-modal {
    border-radius: 20px !important;
    background: white;
}

    .cus-modal .mud-dialog-title {
        padding: 10px 20px !important;
        border-bottom: 2px solid #c4c4c4;
        color: var(--white);
        background: var(--bgmaingradiant)
    }

    .cus-modal .mud-button-close {
        background-color: white;
        padding: 5px !important
    }

        .cus-modal .mud-button-close:hover {
            background-color: white;
        }

.cus-modal-content {
    padding: 20px 10px !important
}

.cus-modal-action {
}
/*===================================Modal===================================================================*/
@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .cus-list.col2 .cus-list-item {
        width: calc(100% / 2 - 16px)
    }

    .cus-list.col3 .cus-list-item {
        width: calc(100% / 2 - 16px)
    }

    .cus-list.col4 .cus-list-item {
        width: calc(100% / 2 - 16px)
    }

    .cus-list.col5 .cus-list-item {
        width: calc(100% / 2 - 16px)
    }

    .cus-list.col6 .cus-list-item {
        width: calc(100% / 2 - 16px)
    }
}

@media (min-width: 992px) {
    .cus-list.col3 .cus-list-item {
        width: calc(100% / 3 - 16px)
    }

    .cus-list.col4 .cus-list-item {
        width: calc(100% / 3 - 16px)
    }

    .cus-list.col5 .cus-list-item {
        width: calc(100% / 3 - 16px)
    }

    .cus-list.col6 .cus-list-item {
        width: calc(100% / 3 - 16px)
    }

    .cus-list.col6 .cus-list-item {
        width: calc(100% / 3 - 16px)
    }
}

@media (min-width: 1200px) {
    .cus-list.col3 .cus-list-item {
        width: calc(100% / 3 - 16px)
    }

    .cus-list.col4 .cus-list-item {
        width: calc(100% / 4 - 16px)
    }

    .cus-list.col5 .cus-list-item {
        width: calc(100% / 4 - 16px)
    }

    .cus-list.col6 .cus-list-item {
        width: calc(100% / 5 - 16px)
    }
}

@media (min-width: 1400px) {
    .cus-list.col5 .cus-list-item {
        width: calc(100% / 5 - 16px)
    }

    .cus-list.col6 .cus-list-item {
        width: calc(100% / 6 - 16px)
    }
}



.minw-200px td.mud-table-cell {
    min-width: 200px !important;
}


td.mud-table-cell.mx-50px, th.mud-table-cell.mx-50px {
    max-width: 70px !important;
    padding: 0 !important;
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
    min-width: 50px !important;
    text-align: center !important;
}

td.mud-table-cell.mx-110px, th.mud-table-cell.mx-110px {
    max-width: 110px !important;
    padding: 0 !important;
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
    min-width: 50px !important;
    text-align: center !important;
}

td.mud-table-cell.mx-90px, th.mud-table-cell.mx-90px {
    max-width: 90px !important;
    padding: 0 !important;
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
    min-width: 90px !important;
    text-align: center !important;
}

.bg-lightgreen {
    background-color: rgb(0,152,5,0.1) !important;
}

.bg-orange {
    background-color: rgb(255,151,0,0.1) !important;
}
.infra-main-title {
    font-size: 14px;
    font-weight: 600;
    margin-left: -5px;
}
.infra-sub-title {
    font-size: 12px;
    font-weight: 600;

}
.custom-radio-label {
    color: var(--primaryclr) !important;
    font-size: 0.875rem !important;
}

.verify-process
{
    padding-bottom:5px;
    border-top-left-radius:5px !important;
    border-top-right-radius:5px !important;
}
.vp-header {
    background: var(--bgmaingradiant);
    color: white;
    font-weight: 600 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.vp-item {
    border-left: 5px solid rgba(0, 111, 135, 1);
}
.vp-sec-item {
    display: grid;
    justify-content: flex-end
}
.vp-sec-item span {
    color: gray;
    font-weight: 600;
    direction: rtl;
}
.committee-status-table .mud-table-head {
    background-color: #D8EAFF !important;
    color: black;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    
}
.committee-status-table .mud-table-head tr th {
    font-weight: 600 !important;
}
.committee-status-table {
    border: 1px solid lightgray;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.committee-status-head{
    font-size:16px !important;
    font-weight:600 !important;
    padding-bottom:5px;
}
.border-bottom {
    border-bottom: 2px solid #495057; /* customize color and thickness */
}
.btn-export{
    margin-top:12px !important;
}
.align-righ-bottm-fixed {
    position: fixed;
    bottom: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 600px;
}
.btn-report-back {
    padding:10px 20px !important;
}
.tab-custom-background {
    background: rgba(0, 111, 135, 1);
    
}
.tab-custom-background.mud-tab-active {
    color: white !important;
    font-weight: bold;
}
.tab-custom-background.mud-tab-active:hover {
    color: gray !important;
}
.mud-tab-slider {
    background: var(--bgmaingradiant) !important;
}
.paper-total {
    background-color: #005765 !important;
    color: whitesmoke !important;
    font-weight: 600 !important;
}
.paper-ap {
    background-color: #1f840b !important;
    color: whitesmoke !important;
    font-weight: 600 !important;
}
.paper-up {
    background-color: #006ca5 !important;
    color: whitesmoke !important;
    font-weight: 600 !important;
}
.paper-rej {
    background-color: #ea3900 !important;
    color:whitesmoke !important;
    font-weight:600 !important;
}
/*============== Bar Chart : Start ===============*/
.animated-bar-chart svg g {
    transform-origin: bottom;
    transform-box: fill-box;
    animation: grow-bar 1s ease-out forwards;
}

/* Keyframe: scale height from 0 to 1 */
@keyframes grow-bar {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}
/*============== Bar Chart : End ===============*/

/*.my-donut-chart {
    position: relative;
    width: 300px;
    height: 300px;
}

    .my-donut-chart::after {
        content: "You can overlay values with absolute divs here.";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/
@keyframes scaleUp {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.my-donut-chart path {
    animation: scaleUp 0.8s ease-in-out forwards;
    transform-origin: center;
}

.donut-inner-text {
    opacity: 0;
    animation: fadeInText 1s ease-in-out forwards;
    animation-delay: 0.5s;
}

@keyframes fadeInText {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.chart-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: auto;
}

.mud-chart {
    width: 100%;
    height: 100%;
}

.chart-label {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    pointer-events: none;
    white-space: nowrap;
}

.header-align {
    padding-left: 120px;
}
.fixed-table th, .fixed-table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixed-table th {
    color: rgba(0, 111, 135, 1) !important;
}
.th-align-center .column-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
}
.action-buttons{
    display:flex !important;
}
.modal-no-scroll{
    overflow-y:unset !important;
}
.info-align {
    display: -webkit-box;
}
.no-spinner input::-webkit-outer-spin-button,
.no-spinner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
.cus-list-item-btn-1 {
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    /*background-color: #9E9E9E !important;*/
    background: var(--bgmaingradiant) !important;
    box-shadow: unset !important;
}