/* /Pages/CargoHandling/Features/Cargo/Cargo.razor.rz.scp.css */
.main-container[b-5r1vkhwnwd] {
    padding-left: 50px;
    padding-right: 50px;
}

.header[b-5r1vkhwnwd] {
    /*padding-bottom: 20px;*/
}

.row[b-5r1vkhwnwd] {
/*    padding-left: 20px;
    padding-right: 20px;*/
}

.col[b-5r1vkhwnwd] {
    padding: 0;
}


.back-link[b-5r1vkhwnwd] {
    color: #0073EC;
    text-align: justify;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}


.title-container[b-5r1vkhwnwd] {
 /*   margin-bottom: 10px;*/
}

    .title-container .title[b-5r1vkhwnwd] {
        font-family: Open Sans, sans-serif;
        color: #191919;
        font-size: 35px;
        font-weight: 700;
        padding-right: 15px;
        border-right: 2px solid #E9E9E9;
    }

    .title-container .vessel-voyage[b-5r1vkhwnwd] {
        color: #0073EC;
        font-size: 21px;
        font-family: Open Sans, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.365px;
        padding-left: 15px;
    }

.add-upload-container[b-5r1vkhwnwd] {
    display: inline-block;
/*    border: 1px solid black;*/
   /* margin-bottom: -30px;*/
    z-index: 1;
}

.addcargo-btn[b-5r1vkhwnwd] {
    font-family: Open Sans, sans-serif;
    margin-right: 20px;
    height: 40px;
    color: #0073EC;
    background-color: #FFFF;
    border: 2px solid #0073EC;
    border-radius: 40px;
    width: 180px;
}

    .addcargo-btn:hover[b-5r1vkhwnwd] {
        filter: drop-shadow(2px 1px 3px #989898);
    }


.addcimg[b-5r1vkhwnwd] {
    height: 22px;
    width: 22px;
}


.upload-cargo-btn[b-5r1vkhwnwd] {
    font-family: Open Sans, sans-serif;
    height:40px;
    background-color: #F3E600;
    border-radius: 40px;
    border:none;
    color: #191919;
    width: 180px;
    margin-right:20px;
}

    .upload-cargo-btn:hover[b-5r1vkhwnwd] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

/*Mobile style*/
.main-container-mobile[b-5r1vkhwnwd] {
    padding-left: 30px;
    padding-right: 30px;
}


.deleteloadlistbtn[b-5r1vkhwnwd] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    background-color: rgb(201, 54, 54);
    width: 180px;
    border-radius: 40px;
    text-align: center;
    color: #FFFFFF;
}

.deleteimg[b-5r1vkhwnwd] {
    height: 22px;
    width: 22px;
  /*  margin-right: 3px;*/
}
/* /Pages/CargoHandling/Features/Cargo/CargoListRevamp/CargoList.razor.rz.scp.css */
.status-col[b-4u6hhbafqz] {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.126px;
    border-radius: 5px;
    padding:5px;
    width: 90%;
}

#loaddiscb[b-4u6hhbafqz] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #0073EC;
    width: 165px;
    border-radius:40px;
    text-align:center;
}
img.uploadcimg[b-4u6hhbafqz] {
    width: 20px;
    height: 20px;
   /* margin-right: 8px;*/
}
.status-red[b-4u6hhbafqz] {
    color:#FFFFFF;
    background-color: rgba(201, 54, 54, 1);
}

.status-green[b-4u6hhbafqz] {
    color: #FFFFFF;
    background-color: #21A226;
}

.status-blue[b-4u6hhbafqz] {
    color: #005AE1;
    background-color: #65D8E8;
}

.is-empty-img[b-4u6hhbafqz]{
    height: 250px;
    width:280px
}

.is-empty-title[b-4u6hhbafqz] {
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #F30000;
}

.is-empty-info[b-4u6hhbafqz] {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}
/* /Pages/CargoHandling/Features/Cargo/Components/AddCargo/AddCargo.razor.rz.scp.css */
#add-bttn[b-5zce58jury], #close-bttn[b-5zce58jury] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#add-bttn[b-5zce58jury] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-5zce58jury] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-5zce58jury], #add-bttn:hover[b-5zce58jury] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

.cargo-details-label[b-5zce58jury], .port-details-label[b-5zce58jury] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

label[b-5zce58jury],
#TleCapacity[b-5zce58jury],
#PortOfLoading[b-5zce58jury],
#PortOfDischarge[b-5zce58jury],
#bookingno[b-5zce58jury], #blno[b-5zce58jury],
#containerno[b-5zce58jury],
#ContainerType[b-5zce58jury],
#TleCapacity[b-5zce58jury],
#TonsCapacity
#IsEmpty[b-5zce58jury] {
    font-family: Open Sans, sans-serif;
}

.is-empty-label[b-5zce58jury] {
    margin-right: 15px;
}
/* /Pages/CargoHandling/Features/Cargo/Components/EditCargo/EditCargo.razor.rz.scp.css */
div.modal-body[b-8fohl05epc], div.modal-header[b-8fohl05epc], div.modal-footer[b-8fohl05epc] {
    border: none;
}

div.modal-footer[b-8fohl05epc] {
    align-content: center;
}

div.modal-content[b-8fohl05epc] {
    margin: auto;
    border: 1px solid #000000;
    border-radius: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

div#body-content[b-8fohl05epc] {
    margin: auto;
    width: 100%;
}

#lndivider[b-8fohl05epc] {
    height: 1px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

h5#titleLabel[b-8fohl05epc] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

#update-bttn[b-8fohl05epc], #close-bttn[b-8fohl05epc] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#update-bttn[b-8fohl05epc] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-8fohl05epc] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-8fohl05epc], #add-bttn:hover[b-8fohl05epc] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

.cargo-details-label[b-8fohl05epc], .port-details-label[b-8fohl05epc] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

label[b-8fohl05epc],
#TleCapacity[b-8fohl05epc],
#PortOfLoading[b-8fohl05epc],
#PortOfDischarge[b-8fohl05epc],
#bookingno[b-8fohl05epc], #blno[b-8fohl05epc],
#containerno[b-8fohl05epc],
#ContainerType[b-8fohl05epc],
#TleCapacity[b-8fohl05epc],
#TonsCapacity
#IsEmpty[b-8fohl05epc] {
    font-family: Open Sans, sans-serif;
}

.is-empty-label[b-8fohl05epc] {
    margin-right: 15px;
}
/* /Pages/CargoHandling/Features/Cargo/Components/UploadCargo/ExportLoadListPreview/ExportLoadlistPreview.razor.rz.scp.css */
.center-text[b-afajmgiwyl] {
    text-align: center;
}
.export-table[b-afajmgiwyl] {
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
}
.export-table[b-afajmgiwyl], th[b-afajmgiwyl], td[b-afajmgiwyl] {
    border: 1px solid #C8C8C8;
    padding:3px;
}

p[b-afajmgiwyl]{
    margin:0;
}
/* /Pages/CargoHandling/Features/Cargo/Components/UploadCargo/LoadListPreview/LoadListPreviewSummary/LoadListPreviewSummary.razor.rz.scp.css */
.center-text[b-8biskbt878] {
    text-align: center;
}

.summary-table[b-8biskbt878], th[b-8biskbt878], td[b-8biskbt878] {
    border: 1px solid black;
}
.summary-table2[b-8biskbt878], td[b-8biskbt878]{
    min-width:50px;
}

    .yellow[b-8biskbt878] {
        background-color: #F3E600;
    }

.light-yellow[b-8biskbt878] {
    background-color: #F7F4B9;
}

.testclass[b-8biskbt878] {
    font-family: Open Sans, sans-serif;
    font-size: 10px;
    
}
/* /Pages/CargoHandling/Features/Cargo/Components/UploadCargo/UploadCargo.razor.rz.scp.css */
.modal-xl[b-w5p09g7xta] {
    width: 90%;
    max-width: 1200px;
}


#upload-bttn[b-w5p09g7xta], #close-bttn[b-w5p09g7xta] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#upload-bttn[b-w5p09g7xta] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-w5p09g7xta] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}
#print-bttn[b-w5p09g7xta] {
    /* color: #0073EC;*/
    border: 2px solid #0073EC;
    background: #0073EC;
    color: #FFFFFF;

    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 150px;
}

#close-bttn:hover[b-w5p09g7xta], #upload-bttn:hover[b-w5p09g7xta] {
    filter: drop-shadow(2px 1px 3px #989898);
}

div.modal-body[b-w5p09g7xta], div.modal-header[b-w5p09g7xta], div.modal-footer[b-w5p09g7xta] {
    border: none;
}

div.modal-footer[b-w5p09g7xta] {
    align-content: center;
}

div.modal-content[b-w5p09g7xta] {
    margin: auto;
    border: 1px solid #000000;
    border-radius: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

div#body-content[b-w5p09g7xta] {
    margin: auto;
    width: 100%;
}

#lndivider[b-w5p09g7xta] {
    height: 1px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

h5#titleLabel[b-w5p09g7xta] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

span.modal-form-title[b-w5p09g7xta], label.port-label[b-w5p09g7xta] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

input#vesselno.k-input-inner[b-w5p09g7xta], input#voyageno.k-input-inner[b-w5p09g7xta] {
    font-family: Open Sans, sans-serif;
}


/* /Pages/CargoHandling/Features/Cargo/Components/ViewCargo/ViewCargo.razor.rz.scp.css */
div.modal-body[b-vaik2zyrhg], div.modal-header[b-vaik2zyrhg], div.modal-footer[b-vaik2zyrhg] {
    border: none;
}

div.modal-footer[b-vaik2zyrhg] {
    align-content: center;
}

div.modal-content[b-vaik2zyrhg] {
    margin: auto;
    border: 1px solid #000000;
    border-radius: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

div#body-content[b-vaik2zyrhg] {
    margin: auto;
    width: 100%;
}

#lndivider[b-vaik2zyrhg] {
    height: 1px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

h5#titleLabel[b-vaik2zyrhg] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

#confirm-bttn[b-vaik2zyrhg], #close-bttn[b-vaik2zyrhg] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#confirm-bttn[b-vaik2zyrhg] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-vaik2zyrhg] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-vaik2zyrhg], #add-bttn:hover[b-vaik2zyrhg] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

.cargo-details-label[b-vaik2zyrhg], .port-details-label[b-vaik2zyrhg] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

label[b-vaik2zyrhg],
#PortOfLoading[b-vaik2zyrhg],
#PortOfDischarge[b-vaik2zyrhg],
#bookingno[b-vaik2zyrhg], #blno[b-vaik2zyrhg],
#containerno[b-vaik2zyrhg],
#ContainerType[b-vaik2zyrhg],
#TeusCapacity[b-vaik2zyrhg],
#TonsCapacity
#IsEmpty[b-vaik2zyrhg] {
    font-family: Open Sans, sans-serif;
}

.modal-data[b-vaik2zyrhg] {
    font-weight:bold;    
}
/* /Pages/CargoHandling/Features/Summary/CargoHandlingSummary.razor.rz.scp.css */
.title-container[b-v4h09x8k2h] {
    margin-bottom: 10px;
}

    .title-container .title[b-v4h09x8k2h] {
        font-family: Open Sans, sans-serif;
        color: #191919;
        font-size: 35px;
        font-weight: 700;
        padding-right: 15px;
        border-right: 2px solid #E9E9E9;
    }

    .title-container .vessel-voyage[b-v4h09x8k2h] {
        color: #0073EC;
        font-size: 21px;
        font-family: Open Sans, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.365px;
        padding-left: 15px;
    }

.summary-card-parent[b-v4h09x8k2h] {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
    padding-left: 40px;
    padding-right:40px;
    padding-bottom:40px;
    padding-top:30px;
}


.port[b-v4h09x8k2h] {
    color: #1C273C;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.back-link[b-v4h09x8k2h] {
    color: #0073EC;
    text-align: justify;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

/* Style The Dropdown Button */
.dropbtn[b-v4h09x8k2h] {
    background-color: #FFFFFF;
    color: #0073EC;
    border: none;
    cursor: pointer;
    border: 2px solid #0073EC;
    border-radius: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

/* The container <div> - needed to position the dropdown content */
.dropdown[b-v4h09x8k2h] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-v4h09x8k2h] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a[b-v4h09x8k2h] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover[b-v4h09x8k2h] {
            background-color: #FCF68D;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content[b-v4h09x8k2h] {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn[b-v4h09x8k2h] {
    background-color: #A2E8FC;
}
/* /Pages/CargoHandling/Features/Summary/Components/DischargedTeuDetails/DischargedTeuTonsSummary.razor.rz.scp.css */
p[b-d7tba7qfq7] {
    margin: 0;
    padding: 0;
}

.accordion-container[b-d7tba7qfq7] {
    /* border: 1px solid green;*/
    margin-bottom: 20px;
    border-radius: 10px;
    border: #CDD4E0 solid thin;
}

.accordion-parent[b-d7tba7qfq7] {
    /*    padding:15px;*/
    /*  border: thin solid #CDD4E0;*/
    font-family: Open Sans,sans-serif;
    width:100%;
}

.accordion-parent-label[b-d7tba7qfq7] {
    /* border: 1px solid black;*/
    font-family: Open Sans,sans-serif;
    background-color: #CA3636;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    border-top-left-radius: 10px;


}

.faccordion-parent-date-arrow[b-d7tba7qfq7] {
    color: #DEA907;
}

.accordion-parent-start-end[b-d7tba7qfq7] {
    padding-right: 20px;
}

.accordion-start-time[b-d7tba7qfq7] {
    padding: 20px;
}

.accordion-end-time[b-d7tba7qfq7] {
    padding: 20px;
}

.parent-btn-arrow[b-d7tba7qfq7] {
    margin-left: auto;
    color: #F3E600;
    font-size: 25px;
}

.btn-arrow[b-d7tba7qfq7] {
    color: #191919;
    font-size: 17px;
    float: right;
}

table[b-d7tba7qfq7] {
    border-collapse: collapse;
    width: 100%;
    /*   border-spacing: 20px;*/
    /*border: #CDD4E0 solid thin;*/
}

.val-display[b-d7tba7qfq7] {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #191919;
}

.label-display[b-d7tba7qfq7] {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #404040;
}

.t-col[b-d7tba7qfq7] {
    padding-left: 20px;
    padding-right: 20px;
}

td[b-d7tba7qfq7] {
}

th[b-d7tba7qfq7] {
    border-top: #ADADAD solid thin;
    padding-top: 15px;
    padding-bottom: 15px;
}

.port-accordion-row[b-d7tba7qfq7] {
    cursor: pointer;
}

.port-accordion[b-d7tba7qfq7] {
    padding-top: 15px;
    padding-bottom: 8px;
    letter-spacing: 0.27352941036224365px;
    border-top: #ADADAD solid thin;
}

.port-accordion-title[b-d7tba7qfq7] {
    /*border: 1px solid red;*/
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.port-name[b-d7tba7qfq7] {
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
}

.total-tue-tons[b-d7tba7qfq7] {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #191919;
}

.total-tue-tons-label[b-d7tba7qfq7] {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #404040;
}

.port-accordion-content[b-d7tba7qfq7] {
   /* display: none;*/
}

.header-row[b-d7tba7qfq7] {
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}


.align-right[b-d7tba7qfq7] {
    text-align: right;
}

.align-center[b-d7tba7qfq7] {
    text-align: right;
}

.day-value[b-d7tba7qfq7] {
  
    padding-right: 5px;
    border-right: 2px solid #E9E9E9;
}
/* /Pages/CargoHandling/Features/Summary/Components/Export/DischargeSummaryExport.razor.rz.scp.css */
.pdf-container[b-m4d5rqk3tn] {
    position: relative;
}
.page-no[b-m4d5rqk3tn] {
    position: absolute;
    bottom: 0;
    right: 0;

   /* border: 1px solid black;*/

    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.27352941036224365px;
    text-align: left;
}
.logo[b-m4d5rqk3tn] {
    padding-bottom: 50px;
}
    .logo img[b-m4d5rqk3tn] {
        width: 99%;
    }
.title-container[b-m4d5rqk3tn] {
    margin-bottom: 10px;
}

    .title-container .title[b-m4d5rqk3tn] {
        font-family: Open Sans, sans-serif;
        color: #191919;
        font-size: 35px;
        font-weight: 700;
        padding-right: 15px;
        border-right: 2px solid #E9E9E9;
    }

    .title-container .vessel-voyage[b-m4d5rqk3tn] {
        color: #0073EC;
        font-size: 21px;
        font-family: Open Sans, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.365px;
        padding-left: 15px;
    }

.summary-card-parent-export[b-m4d5rqk3tn] {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 30px;
    margin-bottom:50px;
}

.port[b-m4d5rqk3tn] {
    color: #1C273C;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* /Pages/CargoHandling/Features/Summary/Components/Export/EmptiesReportExport.razor.rz.scp.css */
.pdf-container[b-m5lkhtxqq6] {
    position: relative;
}

.logo[b-m5lkhtxqq6] {
    padding-bottom: 50px;
}

    .logo img[b-m5lkhtxqq6] {
        width: 99%;
    }

.title-container[b-m5lkhtxqq6] {
    margin-bottom: 10px;
}

    .title-container .title[b-m5lkhtxqq6] {
        font-family: Open Sans, sans-serif;
        color: #191919;
        font-size: 35px;
        font-weight: 700;
        padding-right: 15px;
        border-right: 2px solid #E9E9E9;
    }

    .title-container .vessel-voyage[b-m5lkhtxqq6] {
        color: #0073EC;
        font-size: 21px;
        font-family: Open Sans, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.365px;
        padding-left: 15px;
    }

.empties-table[b-m5lkhtxqq6] {
    width: 50%;

    border-collapse: collapse;
}

    .empties-table td[b-m5lkhtxqq6] {
/*        padding*/
        padding-left:10px;
    }
    .empties-table thead[b-m5lkhtxqq6] {
        border-top: #ADADAD solid thin;
        border-bottom: #ADADAD solid thin;
        border-left: #ADADAD solid thin;
        border-right: #ADADAD solid thin;
        background-color: #FFF8A7;
    }

    .empties-table tbody[b-m5lkhtxqq6] {
        border-left: #ADADAD solid thin;
        border-right: #ADADAD solid thin;
        border-bottom: #ADADAD solid thin;
    }
        .empties-table th[b-m5lkhtxqq6] {
           
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 10px;
        }

.port-col-header[b-m5lkhtxqq6] {
    padding-top: 10px;
/*    padding-bottom: 5px;*/
    font-family: Open Sans, sans-serif;
    font-size: 19px;
    font-weight: 700;
 /*   line-height: 46px;*/
}
.container-row-detail[b-m5lkhtxqq6] {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #191919;
}

.align-center[b-m5lkhtxqq6] {
    text-align: center;
}
/* /Pages/CargoHandling/Features/Summary/Components/Export/LoadedSummaryExport.razor.rz.scp.css */
.pdf-container[b-ue8f5cho53]{
    position:relative;
}

.logo[b-ue8f5cho53] {
    padding-bottom: 50px;
}
.logo img[b-ue8f5cho53]{
    width:99%;
}

.title-container[b-ue8f5cho53] {
    margin-bottom: 10px;
}

    .title-container .title[b-ue8f5cho53] {
        font-family: Open Sans, sans-serif;
        color: #191919;
        font-size: 35px;
        font-weight: 700;
        padding-right: 15px;
        border-right: 2px solid #E9E9E9;
    }

    .title-container .vessel-voyage[b-ue8f5cho53] {
        color: #0073EC;
        font-size: 21px;
        font-family: Open Sans, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.365px;
        padding-left: 15px;
    }

.summary-card-parent-export[b-ue8f5cho53] {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 30px
}

.port[b-ue8f5cho53] {
    color: #1C273C;
    font-family: Open Sans, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* /Pages/CargoHandling/Features/Summary/Components/LoadedTeuDetails/LoadedTeuTonsSummary.razor.rz.scp.css */
p[b-9kqfr85dce] {
    margin: 0;
    padding: 0;
}
.accordion-container[b-9kqfr85dce] {
    /* border: 1px solid green;*/
    border-radius: 10px;
    border: #CDD4E0 solid thin;
    position:relative;
}
.accordion-parent[b-9kqfr85dce] {
    font-family: Open Sans,sans-serif;
}

.accordion-parent-label[b-9kqfr85dce] {
    /* border: 1px solid black;*/
    font-family: Open Sans,sans-serif;
    background-color: #DEA907;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    border-top-left-radius: 10px;
}

.faccordion-parent-date-arrow[b-9kqfr85dce] {
    color: #DEA907;
}
.accordion-parent-start-end[b-9kqfr85dce] {
    padding-right: 20px;

}
.accordion-start-time[b-9kqfr85dce]{
    padding:20px;
}
.accordion-end-time[b-9kqfr85dce]{
    padding:20px;
}
.parent-btn-arrow[b-9kqfr85dce] {
    margin-left: auto;
    color: #F3E600;
    font-size:25px;
}
.btn-arrow[b-9kqfr85dce] {
    color: #191919;
    font-size: 17px;
    float: right;
}

table[b-9kqfr85dce] {
    border-collapse: collapse;
    width: 100%;
    /*   border-spacing: 20px;*/
    /*border: #CDD4E0 solid thin;*/
}

.val-display[b-9kqfr85dce] {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #191919;
}
.label-display[b-9kqfr85dce] {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #404040;
}
.t-col[b-9kqfr85dce] {
    padding-left: 20px;
    padding-right: 20px ;
}

td[b-9kqfr85dce] {
    
}
 th[b-9kqfr85dce] {
    background-color: #FFF8A7;
    border-top: #ADADAD solid thin;
    border-bottom: #ADADAD solid thin;
    padding-top: 15px;
    padding-bottom: 15px;
}

.port-accordion-row[b-9kqfr85dce] {
    cursor: pointer;
}

.port-accordion[b-9kqfr85dce] {
    padding-top: 15px;
    padding-bottom: 8px;
    letter-spacing: 0.27352941036224365px;
    border-top: #ADADAD solid thin;
}

.port-accordion-title[b-9kqfr85dce] {
    /*border: 1px solid red;*/
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.port-name[b-9kqfr85dce] {
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 46px;
}

.total-tue-tons[b-9kqfr85dce] {
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #191919;
}
.total-tue-tons-label[b-9kqfr85dce] {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    color: #404040;
}
.port-accordion-content[b-9kqfr85dce] {
    display: none;
}

.header-row[b-9kqfr85dce] {
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}


.align-right[b-9kqfr85dce] {
    text-align: right;
}
.align-center[b-9kqfr85dce] {
    text-align: right;
}

.day-value[b-9kqfr85dce] {
    padding-right: 5px;
    border-right: 2px solid #E9E9E9;
}
/* /Pages/CargoHandling/Features/Summary/Components/SummaryFooterRow.razor.rz.scp.css */
.summary-footer-container[b-w8vsxsnn9g] {
    border-radius: 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
}


table[b-w8vsxsnn9g] {
    width: 100%;
}



.flex-item[b-w8vsxsnn9g] {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    color: #191919;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.126px;
}

.item-label[b-w8vsxsnn9g] {
    color: #404040;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.126px;
}

.load-factor[b-w8vsxsnn9g] {
    text-align:center;
    background-color: #FCF68D;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #404040;
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
/* /Pages/CargoHandling/Features/Summary/Components/SummaryHeaderRow.razor.rz.scp.css */
.summary-header-container[b-kkwd31w2nd] {
    border-radius: 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
}

table[b-kkwd31w2nd] {
    width: 100%;
}

.flex-item[b-kkwd31w2nd] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    /*flex-grow: 1;*/
    flex-direction: column;
    /*flex-basis: 1;*/
    /*flex-wrap: wrap;*/
    color: #191919;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.126px;
    /*    padding: 30px;*/
}

.item-label[b-kkwd31w2nd] {
    color: #404040;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.126px;
}

.value[b-kkwd31w2nd] {
    color: #191919;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.day-value[b-kkwd31w2nd] {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.27352941036224365px;
    text-align: left;
    padding-right: 5px;
    border-right: 2px solid #E9E9E9;
    letter-spacing: 0.3px;
}
/* /Pages/CargoHandling/Features/Voyage/Components/EditVoyage/EditVoyage.razor.rz.scp.css */
div.modal-body[b-tlrs97k80n], div.modal-header[b-tlrs97k80n], div.modal-footer[b-tlrs97k80n] {
    border: none;
}

div.modal-footer[b-tlrs97k80n] {
    align-content: center;
}

div.modal-content[b-tlrs97k80n] {
    margin: auto;
    border: 1px solid #000000;
    border-radius: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

div#body-content[b-tlrs97k80n] {
    margin: auto;
    width: 100%;
}

#lndivider[b-tlrs97k80n] {
    height: 1px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

h5#titleLabel[b-tlrs97k80n] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

#update-bttn[b-tlrs97k80n], #close-bttn[b-tlrs97k80n] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#update-bttn[b-tlrs97k80n] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-tlrs97k80n] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-tlrs97k80n], #add-bttn:hover[b-tlrs97k80n] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

/*.voyage-details-label {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}*/

label[b-tlrs97k80n],
#TleCapacity[b-tlrs97k80n],
#TonsCapacity[b-tlrs97k80n] {
    font-family: Open Sans, sans-serif;
}
/* /Pages/CargoHandling/Features/Voyage/Components/SyncVoyage/SyncVoyage.razor.rz.scp.css */
#sync-bttn[b-zw0diky52b], #close-bttn[b-zw0diky52b] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#sync-bttn[b-zw0diky52b] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-zw0diky52b] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-zw0diky52b], #sync-bttn:hover[b-zw0diky52b] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

div.modal-body[b-zw0diky52b], div.modal-header[b-zw0diky52b], div.modal-footer[b-zw0diky52b] {
    border: none;
}

div.modal-footer[b-zw0diky52b] {
    align-content: center;
}

div.modal-content[b-zw0diky52b] {
    margin: auto;
    border: 1px solid #000000;
    border-radius: 15px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

div#body-content[b-zw0diky52b] {
    margin: auto;
    width: 100%;
}

#lndivider[b-zw0diky52b] {
    height: 1px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

h5#titleLabel[b-zw0diky52b] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

span.modal-form-title[b-zw0diky52b] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}
/* /Pages/CargoHandling/Features/Voyage/Components/VoyageRouteLine.razor.rz.scp.css */
/* /Pages/CargoHandling/Features/Voyage/Voyage.razor.rz.scp.css */
.row[b-ikbqrrb5f5] {
    /*padding: 20px;*/
    /*  border: 1px solid black;*/
}
.main-container[b-ikbqrrb5f5]{
    padding-left:50px;
    padding-right:50px;
}
.col[b-ikbqrrb5f5] {
    padding: 0;
}
.header[b-ikbqrrb5f5]{
    padding-bottom:20px;
}
p.title[b-ikbqrrb5f5] {
    font-family: Open Sans, sans-serif;
    color: #191919;
    font-size: 35px;
    font-weight: 700;
}

#sync[b-ikbqrrb5f5] {
    padding: 12px, 24px, 12px, 24px;
    background-color: #F3E600;
    border-radius: 40px;
    width: 160px;
}

    #sync:hover[b-ikbqrrb5f5] {
        filter: drop-shadow(2px 1px 3px #989898);
    }


#syncimg[b-ikbqrrb5f5] {
    height: 22px;
    width: 16px;
}

hr[b-ikbqrrb5f5] {
    margin: 0;
}

.tb-icon-container[b-ikbqrrb5f5] {
    position: relative;
    background-color: #ffff;
    width: 57%;
    border-radius: 10px;
}

    .tb-icon-container .k-icon[b-ikbqrrb5f5] {
        position: absolute;
        z-index: 1;
        top: 7px;
        left: 0;
        margin-left: calc(100% - 30px);
    }


#lndivider[b-ikbqrrb5f5] {
    margin: auto;
    height: 1.5px;
    width: 99%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

.search-container[b-ikbqrrb5f5] {
    width: 57%;
}

#search-input[b-ikbqrrb5f5] {
    height: 42px;
    border-radius: 8px;
}

#search-icon[b-ikbqrrb5f5] {
    width: 17px;
    margin-left: -25px;
}
/* /Pages/Configuration/Features/ContainerThreshold/Components/AddBranch/AddBranch.razor.rz.scp.css */
h5#titleLabel[b-kzb6bs1gas] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

div.modal-content[b-kzb6bs1gas] {
    border-radius: 15px;
}

#add-bttn[b-kzb6bs1gas], #close-bttn[b-kzb6bs1gas] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#add-bttn[b-kzb6bs1gas] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-kzb6bs1gas] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-kzb6bs1gas], #add-bttn:hover[b-kzb6bs1gas] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

label[b-kzb6bs1gas],
#branchcode[b-kzb6bs1gas],
#color[b-kzb6bs1gas],
#dryvan20[b-kzb6bs1gas],
#dryvan40[b-kzb6bs1gas],
#reefer20[b-kzb6bs1gas],
#reefer40[b-kzb6bs1gas],
#steelrack20[b-kzb6bs1gas],
#steelrack40[b-kzb6bs1gas] {
    font-family: Open Sans, sans-serif;
}
/* /Pages/Configuration/Features/ContainerThreshold/Components/EditBranch/EditBranch.razor.rz.scp.css */
h5#titleLabel[b-dihkhtrb7l] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

div.modal-content[b-dihkhtrb7l] {
    border-radius: 15px;
}

#save-bttn[b-dihkhtrb7l], #close-bttn[b-dihkhtrb7l] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#save-bttn[b-dihkhtrb7l] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-dihkhtrb7l] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-dihkhtrb7l], #save-bttn:hover[b-dihkhtrb7l] {
        filter: drop-shadow(2px 1px 3px #989898);
    }



label[b-dihkhtrb7l],
#branchcode[b-dihkhtrb7l],
#branchname[b-dihkhtrb7l],
#color[b-dihkhtrb7l],
#dryvan20[b-dihkhtrb7l],
#dryvan40[b-dihkhtrb7l],
#reefer20[b-dihkhtrb7l],
#reefer40[b-dihkhtrb7l],
#steelrack20[b-dihkhtrb7l],
#steelrack40[b-dihkhtrb7l] {
    font-family: Open Sans, sans-serif;
}

span#branchname[b-dihkhtrb7l] {
    width:100%;
    border:1px solid black;
    border-radius: 10px;
}
/* /Pages/Configuration/Features/ContainerThreshold/ContainerThreshold.razor.rz.scp.css */
div#header[b-b0tfkjemas] {
    margin-top: 20px;
    padding-bottom: 15px;
}

div#column_name[b-b0tfkjemas] {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#column_data[b-b0tfkjemas] {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.column_data_inner[b-b0tfkjemas] {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #948E8E;
    background-color: #E1E1E1;
}

p.title[b-b0tfkjemas] {
    margin-top: auto;
    margin-bottom: auto;
    font-family: Open Sans, sans-serif;
    color: #191919;
    font-size: 35px;
    font-weight: 700;
}

#lndivider[b-b0tfkjemas] {
    margin: auto;
    height: 1.5px;
    width: 99%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

#addbranch[b-b0tfkjemas] {
    padding: 12px, 24px, 12px, 24px;
    background-color: #F3E600;
    border-radius: 40px;
    width: 160px;
}

    #addbranch:hover[b-b0tfkjemas] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

#addbranchimg[b-b0tfkjemas] {
    height: 22px;
    width: 16px;
}

button#editbranch[b-b0tfkjemas] {
    color: #0073EC;
    background-color: #FFFF;
    border: 2px solid #0073EC;
}

    button#editbranch:hover[b-b0tfkjemas], div#column_data:hover[b-b0tfkjemas] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

span.column_data[b-b0tfkjemas], button[b-b0tfkjemas] {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
}

span.column_data[b-b0tfkjemas] {
    padding-left: 5px;
    width: 100%;
    color: #929292;
}

span.column_name[b-b0tfkjemas] {
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
}

div.pager-wrap[b-b0tfkjemas] {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
/* /Pages/Configuration/Features/VesselCapacityConfig/Components/AddVessel/AddVessel.razor.rz.scp.css */
h5#titleLabel[b-jxzvou2g2m] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

div.modal-content[b-jxzvou2g2m] {
    border-radius: 15px;
}

#add-bttn[b-jxzvou2g2m], #close-bttn[b-jxzvou2g2m] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#add-bttn[b-jxzvou2g2m] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-jxzvou2g2m] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-jxzvou2g2m], #add-bttn:hover[b-jxzvou2g2m] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

.cargo-details-label[b-jxzvou2g2m], .port-details-label[b-jxzvou2g2m] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

label[b-jxzvou2g2m],
#vesselcode[b-jxzvou2g2m],
#vesselname[b-jxzvou2g2m],
#grosstonnage[b-jxzvou2g2m],
#nettonnage[b-jxzvou2g2m],
#teucapacity[b-jxzvou2g2m],
#titleLabel[b-jxzvou2g2m] {
    font-family: Open Sans, sans-serif;
}
/* /Pages/Configuration/Features/VesselCapacityConfig/Components/EditVessel/EditVessel.razor.rz.scp.css */
h5#titleLabel[b-yfub6jeb27] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: auto;
}

div.modal-content[b-yfub6jeb27] {
    border-radius: 15px;
}

#save-bttn[b-yfub6jeb27], #close-bttn[b-yfub6jeb27] {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    border-radius: 40px;
    height: 40px;
    width: 50%;
}

#save-bttn[b-yfub6jeb27] {
    border: none;
    background-color: #F3E600;
    margin-right: auto;
}

#close-bttn[b-yfub6jeb27] {
    color: #0073EC;
    border: 2px solid #0073EC;
    background-color: #ffffff;
}

    #close-bttn:hover[b-yfub6jeb27], #save-bttn:hover[b-yfub6jeb27] {
        filter: drop-shadow(2px 1px 3px #989898);
    }

.cargo-details-label[b-yfub6jeb27], .port-details-label[b-yfub6jeb27] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

label[b-yfub6jeb27],
#vesselcode[b-yfub6jeb27],
#vesselname[b-yfub6jeb27],
#grosstonnage[b-yfub6jeb27],
#nettonnage[b-yfub6jeb27],
#teucapacity[b-yfub6jeb27],
#titleLabel[b-yfub6jeb27] {
    font-family: Open Sans, sans-serif;
}
/* /Pages/Configuration/Features/VesselCapacityConfig/VesselCapacityConfig.razor.rz.scp.css */
div#header[b-zam6f8bsdb] {   
   margin-top:20px;
   padding-bottom:15px;
}   

div#column_name[b-zam6f8bsdb] {    
    margin-top: 20px;
    margin-bottom: 20px;
}

div#column_data[b-zam6f8bsdb] {    
    margin-top: 5px;
    margin-bottom: 5px;
}

div.column_data_inner[b-zam6f8bsdb] {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #948E8E;
    background-color: #E1E1E1;
}

p.title[b-zam6f8bsdb] {
    margin-top:auto;
    margin-bottom: auto;
    font-family: Open Sans, sans-serif;
    color: #191919;
    font-size: 35px;
    font-weight: 700;
}

#lndivider[b-zam6f8bsdb] {
    margin: auto;
    height: 1.5px;
    width: 99%;
    border-radius: 5px;
    box-shadow: 0 3px 3px -3px #333 inset;
}

#addvsl[b-zam6f8bsdb] {
    padding: 12px, 24px, 12px, 24px;
    background-color: #F3E600;
    border-radius: 40px;
    width: 160px;
}

#addvsl:hover[b-zam6f8bsdb] {
    filter: drop-shadow(2px 1px 3px #989898);

    
}

#addvslimg[b-zam6f8bsdb] {
    height: 22px;
    width: 16px;
}

button#editvsl[b-zam6f8bsdb] {
    color: #0073EC;
    background-color: #FFFF;
    border: 2px solid #0073EC;
}

button#editvsl:hover[b-zam6f8bsdb], div#column_data:hover[b-zam6f8bsdb] {
    filter: drop-shadow(2px 1px 3px #989898);
}

span.column_data[b-zam6f8bsdb], button[b-zam6f8bsdb] {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
}

span.column_data[b-zam6f8bsdb] {
    padding-left: 5px;
    width: 100%;
    color: #929292;
}

span.column_name[b-zam6f8bsdb] {
    width:100%;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
}

div.pager-wrap[b-zam6f8bsdb] {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
/* /Pages/ControlCenter/ControlCenterHeaderTitle/ControlCenterHeaderTitle2.razor.rz.scp.css */
p[b-lvj1ohxol1]{
    margin:0;
    padding:0;
}

.header-container[b-lvj1ohxol1]{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.title-container[b-lvj1ohxol1]{
    display:flex;
    align-items:center;
    cursor: pointer;
}

.title[b-lvj1ohxol1] {
    color: #191919;
    font-family: Open Sans, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
    letter-spacing: 2.0661933422088623px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 15px;
    border-right: 2px solid #B3B3B3;
}

.title-branch-name[b-lvj1ohxol1] {
    font-family: Open Sans;
    font-size: 60px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 0.364705890417099px;
    text-align: left;
    color: #0073EC;
    padding-left: 15px;
}

.updated-asof-label[b-lvj1ohxol1] {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.6032804250717163px;
    text-align: right;
    color: #0073EC;
    margin-bottom:30px;
}

.updated-asof[b-lvj1ohxol1] {
    font-family: Open Sans;
    font-size: 50px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C273C;
}
/* /Pages/ControlCenter/ControlCenterLayoutWithProgress.razor.rz.scp.css */


.page[b-v2p9chx18w]{
    display:flex;
}
/* /Pages/ControlCenter/CYControlCenter/CYControlCenter.razor.rz.scp.css */
.main-container[b-0kslhb5kyk]{
    padding-top:10px;
    padding-left:40px;
    padding-right:40px;
    /*padding-bottom:40px;*/
}

.dot-container-col[b-0kslhb5kyk] {
    position: relative;
    top: 30px;
    z-index: 999;
}

.dot-container[b-0kslhb5kyk] {
    position: absolute;
    right: 5px;
}
/* /Pages/ControlCenter/CYControlCenter/Features/BranchList/BranchList.razor.rz.scp.css */
.branch-list-content[b-cit9c041ou] {
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius: 12px;
}
.content-row[b-cit9c041ou] {

    min-height: 1980px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.loc-blue-lable[b-cit9c041ou] {
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.364705890417099px;
    text-align: left;
    color: #0073EC;
}

#grid[b-cit9c041ou] {
    display: grid;
    grid-gap: 35px;
}

p[b-cit9c041ou] {
    margin: 0;
    padding: 0;
}

#containers-grid[b-cit9c041ou] {
    display: grid;
    grid-gap: 20px;
    grid-auto-rows: 1fr;
}
#containers-grid2[b-cit9c041ou] {
}
.available-container[b-cit9c041ou] {
    padding:15px;
    border: 3px solid #0073EC;
    border-radius:10px;
    padding-bottom:20px;
}

.bad-order-container[b-cit9c041ou] {
    padding: 15px;
    border: 3px solid #0073EC;
    border-radius: 10px;
    padding-bottom:15px;
}


.container-detail-wrapper[b-cit9c041ou] {
    display:flex;
}
.container-table[b-cit9c041ou]{
    flex-grow:1;
}
.container-detail-wrapper .container-table:not(:first-child)[b-cit9c041ou] {
    margin-left: 10px;
}


.container-loc[b-cit9c041ou] {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.4223580062389374px;
    text-align: center;
    text-align: center;
    
    border-top-left-radius: 10px;
    border-top-right-radius:10px;
}
.container-val[b-cit9c041ou] {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #1C273C;
}
.container-label[b-cit9c041ou] {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    color: #1C273C;
    margin-top:8px;

}

.card-label[b-cit9c041ou] {
    font-family: Open Sans;
    font-size: 55px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    height:5%;
}

.container-details-wrapper[b-cit9c041ou] {
    display: flex;
    margin-top: 25px;
    align-self: center;
    height:92%;
}

.chart-wrapper[b-cit9c041ou]{
    position:relative;

}

.center-donut-label[b-cit9c041ou] {
    position: absolute;
    z-index: 999;
    top: 50%;  
    left: 50%;  
    transform: translate(-50%,-50%);  
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C273C;
}

.center-donut-label-total[b-cit9c041ou] {
    font-family: Open Sans, sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}
/* /Pages/ControlCenter/CYControlCenter/Features/BranchList/BranchListItem/BranchListItem.razor.rz.scp.css */
p[b-dn8u97nanx] {
    margin: 0;
    padding: 0;
}
table[b-dn8u97nanx]{

   width:95%;
   /*margin-bottom:30px;*/
/*   height:95%;*/
}
table td[b-dn8u97nanx] {
    /*height: 10vh;*/
   height:195px;
/*   border: 2px solid black;*/
}

.item-box[b-dn8u97nanx] {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;

}

.item-box-active[b-dn8u97nanx] {
    background-color: #F7F4B9;
    border-radius: 8px;
    border: 3px solid #0073EC;
    cursor: pointer;
}


.item-detail-col[b-dn8u97nanx] {
    font-family: Open Sans;
    font-size: 55px;
    font-weight: 600;
    line-height: 74.9px;
    letter-spacing: 0.12643878161907196px;
    text-align: left;
}

.item-detail-col-label[b-dn8u97nanx] {
    font-family: Open Sans;
    font-size: 45px;
    font-weight: 400;
    line-height: 61.28px;
    letter-spacing: 0.12643878161907196px;
    text-align: left;
}
.below-threshold[b-dn8u97nanx] {
    color: #950D0F;
}
.flex-item[b-dn8u97nanx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;/
   
}

.branch-code[b-dn8u97nanx] {
    width:200px;
    background-color: #E6E6E6;
}

    .branch-code p[b-dn8u97nanx] {
        text-align: center;
        font-family: Open Sans;
        font-size: 55px;
        font-weight: 600;
        line-height: 54px;
        letter-spacing: 0.12643878161907196px;
    }

.branch-code-active[b-dn8u97nanx] {
    background-color: #0073EC;
    width: 200px;
}

    .branch-code-active p[b-dn8u97nanx] {
        color: #FFFFFF;
        text-align: center;
        font-family: Open Sans;
        font-size: 55px;
        font-weight: 600;
        line-height: 54px;
        letter-spacing: 0.12643878161907196px;
    }
/* /Pages/ControlCenter/CYControlCenter/Features/BranchList/ContainerDetailTable/ContainerDetailsTable.razor.rz.scp.css */
.container-details-table[b-56s6twbd2t] {
    border-collapse: separate;
    border-spacing: 5px 0;
}

    .container-details-table td[b-56s6twbd2t] {
        font-family: Open Sans, sans-serif;
        font-size: 55px;
        font-weight: 700;
        line-height: 54px;
        letter-spacing: 0em;
        padding-top: 3px;
        padding-bottom: 3px;
        border-bottom: 1px solid #ACACAC;
        padding-left: 8px;

    }

    .container-details-table th[b-56s6twbd2t] {
        height: 105px;
        font-family: Open Sans;
        font-size: 55px;
        font-weight: 600;
        line-height: 74.9px;
        letter-spacing: 0.4223580062389374px;
        text-align: center;
    }

.location-table-header[b-56s6twbd2t] {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0.4223580062389374px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ACACAC;
}

.available-header[b-56s6twbd2t] {
    color: #333333;
    background: #FFF319
}

.badorder-header[b-56s6twbd2t] {
    color: #FFFFFF;
    background: #F17774;
}

.available-total-light[b-56s6twbd2t] {
    background: #FFFCCC;
}

.badorder-total-light[b-56s6twbd2t] {
    background: #FFE6E5;
}

.available-total-solid[b-56s6twbd2t] {
    color: #333333;
    background: #FFF319;
}

.badorder-total-solid[b-56s6twbd2t] {
    color: #FFFFFF;
    background: #950D0F;
}

.single-tandem-divider[b-56s6twbd2t] {
    height: 30px;
}

.location-table-header-total[b-56s6twbd2t] {
    background-color: #333333;
    color: #FFFFFF;
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0.4223580062389374px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.below-threshold-warning-th[b-56s6twbd2t] {
    background-color: #950D0F;
    color: #FFFFFF;
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: center;
}

.below-threshold-contype-td[b-56s6twbd2t] {
    background-color: #950D0F;
    color: #FFFFFF;
}

.available-total-solid-below-threshold[b-56s6twbd2t] {
    color: #950D0F;
    background: #FFF319;
}
/* /Pages/ControlCenter/SharedComponents/ArcGaugeChart/ArcGauge.razor.rz.scp.css */
.gauge-chart-wrapper[b-7lh96q6gou] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    width: 800px;
}

.pointer-value[b-7lh96q6gou] {
    font-family: Open Sans;
    font-size: 50px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: center;
    color: #333333;
}

.gauge-title[b-7lh96q6gou] {
    font-family: Open Sans;
    font-size: 55px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: center;
    color: #1C273C;
}

p[b-7lh96q6gou] {
    margin: 0;
    padding: 0;
}
/* /Pages/ControlCenter/TransportControlCenter/Features/DailyBookings/BookingBreakdown/BookingBreakdown.razor.rz.scp.css */

p[b-3fz723921u] {
    margin: 0;
    padding: 0;
}


.booking-breakdown-section[b-3fz723921u] {
    border-radius: 10px 0px 0px 0px;
    background-color: #FFFFFF;
    padding: 30px;
    border: 2px solid #CDD4E0;
    position:relative;

}

.dot-container[b-3fz723921u] {
    position: absolute;
    right: 30px;
    top: 50px;
}

.booking-breakdown-title[b-3fz723921u] {
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: left;
    color: #1C273C;
    margin-bottom: 40px;
}

.origin-branch-container[b-3fz723921u] {
    display: flex;
    flex-wrap: wrap;
    height: 220px;
    background: #E6E6E6;
}
    .origin-branch-container h1[b-3fz723921u] {
        font-weight: 600;
        font-family: Open Sans;
        font-size: 60px;
        text-align: center;
    }

.origin-branch-block[b-3fz723921u] {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.selected[b-3fz723921u] {
    background: #0073EC;
   
}

.destin-breakdown-container[b-3fz723921u] {
    display: flex;
    flex-wrap: wrap;
    gap:.85%;
    justify-content:center;

}

.destin-breakdown-block[b-3fz723921u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     width: 13.45%;
    height: 280px;
    gap: 10px;
    border-radius: 18px;
    border: 2px solid #626262;
    margin-bottom: 16px;
    
}

    .destin-breakdown-block h1[b-3fz723921u] {
        font-family: Open Sans;
        font-size: 50px;
        text-align: center;
    }

/* /Pages/ControlCenter/TransportControlCenter/Features/DailyBookings/BookingsPerBranch/BookingsPerBranch.razor.rz.scp.css */

p[b-hq59y8hr8p] {
    margin: 0;
    padding: 0;
}

.booking-perbranch-section[b-hq59y8hr8p] {
    border-radius: 10px 0px 0px 0px;
    background-color: #FFFFFF;
    padding: 30px;
    border: 2px solid #CDD4E0;
}

.booking-perbranch-section-title[b-hq59y8hr8p] {
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: left;
    color: #1C273C;
    margin-bottom: 10px;
}

.booking-perbranch-table[b-hq59y8hr8p] {
    width: 100%;
    height: 97%;
}


    .booking-perbranch-table td[b-hq59y8hr8p] {
        font-family: Open Sans, sans-serif;
        font-size: 50px;
        font-weight: 600;
        line-height: 66.73px;
        text-align: left;
        color: #1C273C;
    }

        .booking-perbranch-table td:not(:last-child)[b-hq59y8hr8p] {
            padding-right: 10px;
        }

.col-item[b-hq59y8hr8p] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.total[b-hq59y8hr8p]{
    display:flex;
    align-items:center;
}
.total-bar[b-hq59y8hr8p] {
    display: flex;
    justify-content:center;
    align-items:center;

}
    .total[b-hq59y8hr8p], .total-bar[b-hq59y8hr8p]{
        padding:5px;
    }
    .total[b-hq59y8hr8p], .total-bar[b-hq59y8hr8p], .col-item[b-hq59y8hr8p] {
        height: 100%;
    }

.stripped[b-hq59y8hr8p] {
    background-color: #E6E6E6;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}

.bar[b-hq59y8hr8p] {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: end;
    padding: 0.25rem 0.5rem;
}

    .bar span[b-hq59y8hr8p] {
        font-weight: bold;
    }


/* /Pages/ControlCenter/TransportControlCenter/Features/DailyBookings/BookingsSummary/BookingsSummary.razor.rz.scp.css */

p[b-dqldqyptin]{
    margin:0;
    padding:0;
}
.booking-summary-section[b-dqldqyptin] {
    border-radius: 10px 0px 0px 0px;
    background-color: #FFFFFF;
    padding: 30px;
    border: 2px solid #CDD4E0;
    
}

.booking-summary-section-title[b-dqldqyptin] {
    font-family: Open Sans, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: left;
    color: #1C273C;
    margin-bottom: 10px;
}

.booking-summary-table[b-dqldqyptin] {
    width: 100%;
    height: 93%;
}

    .booking-summary-table td[b-dqldqyptin] {
        font-family: Open Sans,sans-serif;
        font-size: 50px;
        font-weight: 600;
        line-height: 54.47px;
        text-align: left;
        color: #1C273C;
    }

        .booking-summary-table td:not(:last-child)[b-dqldqyptin] {
            padding-right: 10px;
        }


.col-item[b-dqldqyptin] {
    display:flex;
    align-items:center;
   /* height: 110px;*/
   height:100%;
    padding:15px;
}
.stripped[b-dqldqyptin] {
    background-color: #E6E6E6;
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}
.date-today[b-dqldqyptin] {
    font-family: Open Sans,sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 68.09px;
    text-align: left;
    color: #1C273C;
    border-bottom: 1px solid #ACACAC;
}

.bar[b-dqldqyptin] {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: end;
}

    .bar span[b-dqldqyptin] {
        font-weight: bold;
    }

/* /Pages/ControlCenter/TransportControlCenter/Features/DailyBookings/DailyBookings.razor.rz.scp.css */
.main-container[b-lq0u0mwk9q] {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom:10px;
}

#grid[b-lq0u0mwk9q] {
    display: grid;
    grid-gap: 18px;
    grid-auto-rows: 1fr;
}

.card-container[b-lq0u0mwk9q] {
    height: 1990px;
}
/* /Pages/ControlCenter/TransportControlCenter/Features/TransportStatusRevamp/PickupDeliveryTable/PickupDeliveryTable.razor.rz.scp.css */
.content-card-container[b-wo4sax4n2g] {
    height: 1270px;
    padding-top:50px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:10px;
    border-radius: 10px 0px 0px 0px;
    border: 2px solid #CDD4E0;
    background-color: #FFFFFF;
}

    .content-card-container .content-card-title[b-wo4sax4n2g] {
        font-family: Open Sans, sans-serif;
        font-size: 55px;
        font-weight: 700;
        line-height: 54.47px;
        text-align: left;
        color: #1C273C;
    }

p[b-wo4sax4n2g]{
    margin:0;
    padding:0;
}

.container-details-table[b-wo4sax4n2g] {
    border-collapse: separate;
    border-spacing: 6px 0;
    margin-top:40px;
    height:88.3%;
}

    .container-details-table td[b-wo4sax4n2g] {
        font-family: Open Sans;
        font-size: 55px;
        font-weight: 700;
        line-height: 54.47px;
        padding: 15px;
    }

    .container-details-table th[b-wo4sax4n2g] {
        padding: 17px;

    }



.location-table-header[b-wo4sax4n2g] {
    font-family: Open Sans, sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 54.47px;
    letter-spacing: 0.4223580062389374px;
    text-align: center;
    color: #333333;
    background-color: #FFF319;
}

.location-table-header-total[b-wo4sax4n2g] {
    font-family: Open Sans;
    font-size: 55px;
    font-weight: 600;
    line-height: 54.47px;
    letter-spacing: 0.4223580062389374px;
    text-align: center;

    color:#FFFFFF;
    background-color: #333333;
}

.stripped[b-wo4sax4n2g] {
    background-color: #E6E6E6;
}

.border-bottom[b-wo4sax4n2g] {
    border-bottom: 2px solid #ACACAC;
}
/* /Pages/ControlCenter/TransportControlCenter/Features/TransportStatusRevamp/TotalPickupDeliveryDonut/TotalPickupDeliveryDonut.razor.rz.scp.css */
.content-card-container[b-kb09es1olo] {

    padding: 20px;
    border-radius: 10px 0px 0px 0px;
    border: 2px solid #CDD4E0;
    background-color: #FFFFFF;
}

    .content-card-container .content-card-title[b-kb09es1olo] {
        font-family: Open Sans, sans-serif;
        font-size: 55px;
        font-weight: 700;
        line-height: 54.47px;
        text-align: center;
        color: #1C273C;
    }

p[b-kb09es1olo] {
    margin: 0;
    padding: 0;
}

.content-row[b-kb09es1olo] {
    margin-top: 20px;
}

.chart-wrapper[b-kb09es1olo] {
    position: relative;
    padding: 0;
    margin-left: 20px;
}


.center-donut-label[b-kb09es1olo] {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 47.66px;
    text-align: center;
    color: #333333;
}

.category-label[b-kb09es1olo] {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Open Sans;
    font-size: 50px;
    font-weight: 600;
    line-height: 54.47px;
    text-align: left;
    margin-bottom: 22px;
}

.category-color-label[b-kb09es1olo] {
    height: 10px;
    width: 50px;
}

.chart-categories[b-kb09es1olo]{
    padding-top: 130px;
}
/* /Pages/ControlCenter/TransportControlCenter/Features/TransportStatusRevamp/TransportStatusRevamp.razor.rz.scp.css */
.main-container[b-usf31ghprb] {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.gauge-charts-section[b-usf31ghprb] {
    height: 695px;
    border-radius: 10px 0px 0px 0px;
    border: 2px solid #CDD4E0;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
}
.total-orders[b-usf31ghprb]{
    height:695px;
}
/* /Pages/ControlCenter/TransportControlCenter/Features/TransportStatusRevamp/TruckReqTable/TruckReqTable.razor.rz.scp.css */
.content-card-container[b-95u97t28sh] {
    height: 1270px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    border-radius: 10px 0px 0px 0px;
    border: 2px solid #CDD4E0;
    background-color: #FFFFFF;
}

    .content-card-container .content-card-title[b-95u97t28sh] {
        font-family: Open Sans, sans-serif;
        font-size: 55px;
        font-weight: 700;
        line-height: 54.47px;
        text-align: left;
        color: #1C273C;

    }

p[b-95u97t28sh] {
    margin: 0;
    padding: 0;
}

.container-details-table[b-95u97t28sh] {
    border-collapse: separate;
    border-spacing: 6px 0;
    margin-top: 40px;
    height: 88.3%;
}

    .container-details-table td[b-95u97t28sh] {
        font-family: Open Sans, sans-serif;
        font-size: 55px;
        font-weight: 700;
        line-height: 54.47px;
        padding: 15px;
    }

    .container-details-table th[b-95u97t28sh] {
        /* height:84px;*/
        padding: 17px;
    }



.location-table-header[b-95u97t28sh] {
    font-family: Open Sans, sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 54.47px;
    letter-spacing: 0.4223580062389374px;
    text-align: center;
    color: #333333;
    background-color: #FEBC80;
}

.location-table-header-total[b-95u97t28sh] {
    font-family: Open Sans;
    font-size: 55px;
    font-weight: 600;
    line-height: 54.47px;
    letter-spacing: 0.4223580062389374px;
    text-align: center;
    color: #FFFFFF;
    background-color: #333333;
}

.stripped[b-95u97t28sh] {
    background-color: #E6E6E6;
}

.border-bottom[b-95u97t28sh] {
    border-bottom: 2px solid #ACACAC;
}
/* /Pages/ControlCenter/VesselControlCenter/Features/VoyageList/VoyageItemDetail/VoyageListItemDetail.razor.rz.scp.css */
p[b-79c1vi4vta]{
    margin:0;
    padding:0;
}

.route-details-container[b-79c1vi4vta] {
    background-color: #FFFFFF;
    border: 3px solid #0073EC;
    height: 100%;
    border-radius: 8px;
    padding-top: 20px;
    position: relative;
}
.route-capacity-title[b-79c1vi4vta] {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 33.78px;
    text-align: left;
    color: #1C273C;
    margin-left: 20px;
}

.vessel-voyage-title[b-79c1vi4vta] {
    padding-top:20px;
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.47px;
    letter-spacing: 0.364705890417099px;
    text-align: left;
    color: #0073EC;
    margin-left: 20px;
}

.item-list-container[b-79c1vi4vta]{
    padding:0 20px 20px 20px;
}

.item-box[b-79c1vi4vta] {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.voyage-details-table[b-79c1vi4vta] {
    margin-top:15px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px;
}
    .voyage-details-table td[b-79c1vi4vta] {
    padding: 25px;
    text-align: center;
}
    .voyage-details-table th[b-79c1vi4vta] {
        font-family: Open Sans;
        font-size: 30px;
        font-weight: 600;
        line-height: 40.85px;
        letter-spacing: 0.12643878161907196px;
        text-align: center;
        color: #333333;
        padding: 15px;
        border-top: 1px solid #CCCCCC;
    }
        .voyage-details-table th:first-child[b-79c1vi4vta] {
            border-left: 1px solid #CCCCCC;
        }
        .voyage-details-table th:last-child[b-79c1vi4vta] {
            border-right: 1px solid #CCCCCC;
        }
        .col-item[b-79c1vi4vta] {
        }

.item-detail-col[b-79c1vi4vta] {
    font-family: Open Sans;
    font-size: 45px;
    font-weight: 600;
    line-height: 54.47px;
    letter-spacing: 0.12643878161907196px;
}

.item-detail-col-label[b-79c1vi4vta] {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.12643878161907196px;
}

.branch-code[b-79c1vi4vta] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.branch-code p[b-79c1vi4vta]{
    text-align:center;
}

.loadfactor-totalbookings-section[b-79c1vi4vta] {
    padding: 0 20px 20px 20px;

    position:absolute;
    bottom:0;
    width:100%;
}

.box-container[b-79c1vi4vta] {

    width: 100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.box-details[b-79c1vi4vta]{

}
.box-title[b-79c1vi4vta] {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 33.78px;
    text-align: left;
    color: #333333;
}

.box-icon[b-79c1vi4vta] {
    margin-right:10px;
}

.box-detail-value[b-79c1vi4vta] {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: left;
    color: #333333;
}
.box-detail-label[b-79c1vi4vta] {
    font-family: Open Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 40.85px;
    text-align: left;
    color: #333333;
}
/* /Pages/ControlCenter/VesselControlCenter/Features/VoyageList/VoyageItem/VoyageListItem.razor.rz.scp.css */
.voyage-item-box-active[b-9cx4fhzq58] {
    background-color: #F7F4B9;
    cursor: pointer;
}

td .col-item[b-9cx4fhzq58] {
    /*    padding-left: 10px;
    padding-top: 45px;
    padding-bottom: 45px;*/
    display: flex;
    align-items: center;
    height: 215px;
    padding-left: 10px;
    margin-top: 40px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

td:first-child .col-item[b-9cx4fhzq58] {
    border-left: 1px solid #CCCCCC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

td:last-child .col-item[b-9cx4fhzq58] {
    border-right: 1px solid #CCCCCC;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.active-td .col-item[b-9cx4fhzq58] {
    background-color: #F7F4B9;
    cursor: pointer;
    border-top: 3px solid #0073EC;
    border-bottom: 3px solid #0073EC;
}

.active-td:first-child .col-item[b-9cx4fhzq58] {
    border-left: 3px solid #0073EC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.active-td:last-child .col-item[b-9cx4fhzq58] {
    border-right: 3px solid #0073EC;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

    td p[b-9cx4fhzq58] {
        margin: 0;
        padding: 0;
    }

.voyage-item-col[b-9cx4fhzq58] {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.47px;
    letter-spacing: 0.12643878161907196px;
    text-align: left;
    color: #333333;
}



.etd-day-value[b-9cx4fhzq58] {
    border-right: 2px solid #E9E9E9;
    padding-right: 5px;
}
.route-col[b-9cx4fhzq58] {
    border-left: 1px solid black;
}
/* /Pages/ControlCenter/VesselControlCenter/Features/VoyageList/VoyageList.razor.rz.scp.css */
.voyagelist-content[b-nz1oiafi3n] {
    height: 100%;
padding:40px;
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius:12px;
}

p[b-nz1oiafi3n] {
    margin: 0;
    padding: 0;
}

.voyage-list-title[b-nz1oiafi3n] {
    font-family: Open Sans, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: left;
    color: #333333;

}

.voyage-list-table[b-nz1oiafi3n] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .voyage-list-table th[b-nz1oiafi3n] {
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
        font-family: Open Sans, sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 40.85px;
        letter-spacing: 0.12643878161907196px;
        text-align: left;
        color: #333333;
    }

.gauge-charts-section[b-nz1oiafi3n] {
    border: 2px solid #CDD4E0;
    border-radius:8px;
    margin-top:25px;
    height:456px;
    display:flex;
    justify-content:center;
}

.gauge-chart-wrapper[b-nz1oiafi3n] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    width: 800px;
}

.pointer-value[b-nz1oiafi3n] {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: center;
    color: #333333;
}

.gauge-title[b-nz1oiafi3n] {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 54.47px;
    text-align: center;
    color: #1C273C;
}



th p[b-nz1oiafi3n] {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 40.85px;
    letter-spacing: 0.12643878161907196px;
    text-align: left;
}
/* /Pages/ControlCenter/VesselControlCenter/VesselControlCenter.razor.rz.scp.css */
.main-container[b-691qk6vaxc] {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 10px;
    position: relative;
}
.title-header-section[b-691qk6vaxc] {
   /* height: 5vh;*/
   /* border: 2px solid black;*/
}

.main-content-section[b-691qk6vaxc] {
   /* height:90vh;*/
    /*border:2px solid black;*/
}

.dot-container-col[b-691qk6vaxc] {
    position: relative;
    top: 80px;
    z-index: 999;
}
.dot-container[b-691qk6vaxc]{
    position:absolute;
    right:18px;
}

/* /Pages/Profile.razor.rz.scp.css */
.c-remove--padding[b-ipkt6qm9k1] {
    margin: -1.1rem -1.5rem;
}
.c-board[b-ipkt6qm9k1] {
    display: block;
    position: relative;
    clear: both;
}
.c-board--account[b-ipkt6qm9k1] {
    background-color: #E9EBF3;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.c-board--nav[b-ipkt6qm9k1] {
    background-color: #E9EBF3;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.c-board--details[b-ipkt6qm9k1] {
    background-color: #FFFFFF;
    padding: 48px 12px;
    overflow: hidden;
}
.c-profile-pic[b-ipkt6qm9k1] {
    width: 145.15px;
    height: 145.15px;
    background-color: #FFFFFF;
    padding: 5px;
    margin: 51px auto 11.19px auto;
    border-radius: 16px;
    border: solid 3px #0069DE;
}
.c-profile-pic img[b-ipkt6qm9k1] {
    border-radius: 16px;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.c-profile-name[b-ipkt6qm9k1] {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    /*font-weight: bolder;*/
    text-align: center;
}
.c-profile-position[b-ipkt6qm9k1] {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
}
.c-tab-container[b-ipkt6qm9k1] {
    text-align: center;
    padding: 0;
    margin: 0;
}
.c-tab[b-ipkt6qm9k1] {
    display: inline-block;
    margin: 0 12px;
    /*border-bottom: solid 5px transparent;*/
    padding: 0;
    cursor: pointer;
}
.c-tab--selected[b-ipkt6qm9k1] {
    /*border-bottom: solid 5px #0029BC;*/
    color: #0029BC;
    font-weight: bolder;
}
.c-tab--liner[b-ipkt6qm9k1] {
    background-color: transparent;
    height: 4px;
    margin-top: 2px;
    top: 2px;
    position: relative;
    z-index: 10;
}
.c-tab--selected .c-tab--liner[b-ipkt6qm9k1] {
    background-color: #0029BC;
    height: 4px;
    border-radius: 4px;
}
.c-box-container[b-ipkt6qm9k1] {
    display: block;
    position: relative;
    margin: 0 auto 48px auto;
    border: solid 2px #DADCE0;
    border-radius: 12px;
    max-width: 800px;
    padding: 24px 24px 36px 24px;
    overflow: hidden;
}
.c-box-container h3[b-ipkt6qm9k1] {
    font-size: 18px;
    font-weight: 500;
    font-weight: bolder;
}
.c-button[b-ipkt6qm9k1] {
    background-color: #FFFFFF;
    border: solid 3px #011E83;
    border-radius: 16px;
    height: 50px;
    color: #011E83;
    font-weight: bolder;
    padding: 0 24px;
}
.c-half[b-ipkt6qm9k1] {
    display: block;
    position: relative;
    width: 50%;
    float: left;
}
.c-group[b-ipkt6qm9k1] {
    margin: -12px 0 0 0;
    padding: 0 12px;
}
.c-group label[b-ipkt6qm9k1] {
    display: inline-block;
    position: relative;
    clear: both;
    color: #737373;
    font-size: .8em;
    top: 14px;
    left: 8px;
    padding: 4px 4px 0 4px;
    background-color: #FFFFFF;
    width: auto;    
}
    .c-group.c-disabled label[b-ipkt6qm9k1] {
        background: linear-gradient( to bottom, #FFFFFF, #FFFFFF 40%, #ECECEC 40%, #ECECEC ) !important;
    }
    .c-group.c-disabled.c-readonly label[b-ipkt6qm9k1] {
        background: none;
        background-color: #FFFFFF;
    }
    .c-group input[b-ipkt6qm9k1] {
        width: 100%;
        border: 1px solid #E0E0E0;
        border-radius: 12px;
        padding: 8px 12px;
        color: #2F2F2F;
    }
.c-group input[readonly][b-ipkt6qm9k1] {
    /*border: none;*/
    border-color: transparent;
    /*padding: 0;*/
    background-color: none;
    font-weight: bolder;
}
        .c-group input[disabled][b-ipkt6qm9k1] {
            background-color: #ECECEC;
        }
            .c-group input[disabled][readonly][b-ipkt6qm9k1] {
                background-color: transparent;
            }
.c-paragraph[b-ipkt6qm9k1] {
    font-size: 14px;
}
.c-profile-design[b-ipkt6qm9k1]{
    width: 200px;
    float: right;
}
.c-button-profile-edit[b-ipkt6qm9k1] {
    width: 24px;
    height: 24px;
    background: url("./images/profile-edit.png");
    background-size: contain;
    border: none;
    float: right;
}
@media only screen and (max-width: 800px) {
    .c-half[b-ipkt6qm9k1] {
        width: 100%;
    }
}
/* /Pages/TransportDashboard/Features/Bookings/Bookings.razor.rz.scp.css */
.bookings-container[b-4kcj1w2trq] {
    position: relative;
    padding-top: 25px;
}

#ca_button_cont[b-4kcj1w2trq] {
    position: absolute;
    top: 25px;
    right: 0;
    width: 240px;
    height: 41px;
    border-radius: 10px;
    border: 1px solid #948E8E;
}

#ca_button1[b-4kcj1w2trq], #ca_button2[b-4kcj1w2trq] {
    padding-top: 7px;
    text-align: center;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
}

#ca_button1[b-4kcj1w2trq] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#ca_button2[b-4kcj1w2trq] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #948E8E;
}

span[b-4kcj1w2trq] {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}
/* /Pages/TransportDashboard/Features/Bookings/BookingsPerBranch/BookingsPerBranch.razor.rz.scp.css */
.per-branch-container[b-yntfxtvzg9]{

}

.datepicker[b-yntfxtvzg9] {
    width: 200px;
}

.total-summary-per-destin-container[b-yntfxtvzg9] {
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    border: 2px solid #D1D1D1;
}

.total-bookings[b-yntfxtvzg9] {
    font-family: Open Sans;
    font-size: 45px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 2.0661933422088623px;
    text-align: left;
    color: #1C273C;
}

.total-label[b-yntfxtvzg9] {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #4D4D4D;
}
/* /Pages/TransportDashboard/Features/Bookings/BookingsSummary/BookingsSummary.razor.rz.scp.css */
.summary-container[b-jdtv9fyn38]{
    margin-top: 50px;
}
/* /Pages/TransportDashboard/Features/BranchSelection/SelectBranch.razor.rz.scp.css */

/*.dashboard-greetings p:nth-child(1) {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    color: #191919;
    margin: auto;
    letter-spacing: 2.066px;
}*/

/*.dashboard-greetings p:nth-child(2) {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-top: 5px;
    letter-spacing: 0.859px;
}*/

.branch-selection-container[b-n0pjuksyvx] {
    height: 60px;
    padding-right: 70px;
}

.branch-selection[b-n0pjuksyvx] {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    margin-top: auto;
    margin-bottom: auto;
    border-left: 1px solid #CDD4E0;
}

    .branch-selection p[b-n0pjuksyvx] {
        margin-left: 18px;
        margin-bottom: 0;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #97A3B9;
    }

.btn-arrow[b-n0pjuksyvx] {
    color: #0073EC;
    margin-left: 10px;
    font-size: 14px;
}
/* /Pages/TransportDashboard/Features/PickupAndDelivery/PickupAndDelivery.razor.rz.scp.css */
#pd-main[b-dbwk2qu0hd] {
    height: 100%;
}

.route-cap[b-dbwk2qu0hd] {
    border-radius: 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.title-container[b-dbwk2qu0hd] {
    padding-bottom: 10px;
    padding-top: 10px;
}

.title[b-dbwk2qu0hd] {
    color: #1C273C;
    font-size: 28px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 15px;
    border-right: 2px solid #E9E9E9;
}

.branch-name[b-dbwk2qu0hd] {
    color: #0073EC;
    font-size: 28px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.365px;
    padding-left: 15px;
}

#first-panel[b-dbwk2qu0hd], #second-panel[b-dbwk2qu0hd] {
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#third-panel[b-dbwk2qu0hd] {
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
}

#third-panel-title[b-dbwk2qu0hd] {
    padding-left: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
}

.title-first-panel[b-dbwk2qu0hd] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #191919;
}

#refresh-bttn[b-dbwk2qu0hd] {
    margin-right: 0;
    margin-left: auto;
    font-family: Open Sans, sans-serif;
    height: 40px;
    color: #0073EC;
    background-color: #FFFF;
    border: 2px solid #0073EC;
    border-radius: 40px;
    width: 180px;
}

.addcargo-btn:hover[b-dbwk2qu0hd] {
    filter: drop-shadow(2px 1px 3px #989898);
}

#pd-h1[b-dbwk2qu0hd] {
    margin-top: 20px;
    margin-bottom: 29px;
}

#ca_button_cont[b-dbwk2qu0hd] {
    margin-right: 0;
    margin-left: auto;
    width: 240px;
    height: 41px;
    border-radius: 10px;
    border: 1px solid #948E8E;
}

#ca_button1[b-dbwk2qu0hd], #ca_button2[b-dbwk2qu0hd] {
    padding-top: 7px;
    text-align: center;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
}

#ca_button1[b-dbwk2qu0hd] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#ca_button2[b-dbwk2qu0hd] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #948E8E;
}

span[b-dbwk2qu0hd] {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}


@media only screen and (max-width: 600px) {
    #ca_button_cont[b-dbwk2qu0hd] {
        margin-top:10px;
        margin-right: auto;
        margin-left: 0;
    }    
}
/* /Pages/TransportDashboard/Features/PickupAndDelivery/PickupAndDeliverySub/PickupAndDeliverySub.razor.rz.scp.css */
body[b-nrr5aey4bm] {
}
/* /Pages/TransportDashboard/Features/PickupAndDelivery/PickupAndDeliveryToday/PickupAndDeliveryToday.razor.rz.scp.css */
#no-rec[b-spcwpn7yd3] {
    font-family: Open Sans, sans-serif;
    color: red;
    font-size: 20px;
    display: flex;
    height: fit-content;
    width: fit-content;
    margin-top: 30%;
    margin-left: auto;
    margin-right: auto;
}
/* /Pages/TransportDashboard/Features/TruckRequirements/Features/Pickup/PickupTruckRequirements.razor.rz.scp.css */
div#treq_first-panel[b-2ps696jyfc] {
    padding-bottom: 20px;
}

div#treq_second-panel[b-2ps696jyfc] {
    text-align: center;
}

button#bttn-pickup[b-2ps696jyfc] {
    background-color: #08C1F7;
}

button#bttn-delivery[b-2ps696jyfc] {
    background-color: #E3E7ED;
}

button#bttn-pickup[b-2ps696jyfc], button#bttn-delivery[b-2ps696jyfc] {
    border: none;
    width: 68.5px;
    height: 68.5px;
    border-radius: 8px;
    padding: 20px;
    gap: 10px;
}

.bttn-details[b-2ps696jyfc] { 
    padding:3px 5px;
    text-align:left;     
}

.pd-caption[b-2ps696jyfc], .pd-values[b-2ps696jyfc] {
    display: inline-block;
    width: 100%;
}

.pd-caption[b-2ps696jyfc] {
  font-size:18px;
}

.pd-values[b-2ps696jyfc] {
    font-weight: 700;
    font-size: 24px;
}

span#treq-title[b-2ps696jyfc] { 
    display:block;
    margin-top:20px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight:700;    
}

@media only screen and (max-width: 600px) {
    #treq_second-panel-del[b-2ps696jyfc] {
        padding-top:10px;
    }
}
/* /Pages/TransportDashboard/TransportDashboard.razor.rz.scp.css */
#main-container[b-3f07do9zzw] {
    padding-left: 30px;
    padding-right: 30px;
}

.route-cap[b-3f07do9zzw] {
    border-radius: 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.title-container[b-3f07do9zzw] {
    /*padding-bottom: 10px;*/
    /*padding-top: 20px;  */  
}

.title[b-3f07do9zzw] {
    color: #1C273C;
    font-size: 28px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 15px;
    border-right: 2px solid #E9E9E9;
    margin-top:auto;
    margin-bottom:auto;
}

.branch-name[b-3f07do9zzw] {
    color: #0073EC;
    font-size: 28px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.365px;
    padding-left: 15px;
}

#first-panel[b-3f07do9zzw], #second-panel[b-3f07do9zzw] {
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

#third-panel[b-3f07do9zzw] {
    height:100%;
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;   
}

#third-panel-title[b-3f07do9zzw] {
    padding-left: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
}

.title-first-panel[b-3f07do9zzw] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #191919;
}

#refresh-bttn[b-3f07do9zzw] {
    margin-right: 0;
    margin-left: auto;
    font-family: Open Sans, sans-serif;
    height: 40px;
    color: #0073EC;
    background-color: #FFFF;
    border: 2px solid #0073EC;
    border-radius: 40px;
    width: 180px;
}

.addcargo-btn:hover[b-3f07do9zzw] {
    filter: drop-shadow(2px 1px 3px #989898);
}

#pd-h1[b-3f07do9zzw] {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ca_button_cont[b-3f07do9zzw] {
    margin-right: 0;
    margin-left: auto;
    width: 240px;
    height: 41px;
    border-radius: 10px;
    border: 1px solid #948E8E;
}

#ca_button1[b-3f07do9zzw], #ca_button2[b-3f07do9zzw] {
    padding-top: 7px;
    text-align: center;
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
}

#ca_button1[b-3f07do9zzw] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#ca_button2[b-3f07do9zzw] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #948E8E;
}

span[b-3f07do9zzw] {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}
/* /Pages/VesselDashboard/Components/DarkBarIcon.razor.rz.scp.css */
.chart-bar-container[b-pua9frosc6] {
    display: inline-block;
    padding:0;
}

.chart-bar[b-pua9frosc6] {
    float: left;
    width: 3.76px;
    background-color: #0259DA;
    margin: 0.5px;
}
/* /Pages/VesselDashboard/Components/LightBarIcon.razor.rz.scp.css */
.chart-bar-container[b-bl6bh5dfs2] {
    display: inline-block;
    padding: 0;
}

.chart-bar[b-bl6bh5dfs2] {
    float: left;
    width: 3.76px;
    background-color: #FFFFFF;
    margin: 0.5px;
}
/* /Pages/VesselDashboard/Features/BranchSelection/BranchSelection.razor.rz.scp.css */

.dashboard-greetings p:nth-child(1)[b-npq9djyt6l] {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    color: #191919;
    margin: auto;
    letter-spacing: 2.066px;
}

.dashboard-greetings p:nth-child(2)[b-npq9djyt6l] {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    margin-top: 5px;
    letter-spacing: 0.859px;
}

.branch-selection-container[b-npq9djyt6l] {

}

.telerik-dropdown-container[b-npq9djyt6l]{
    margin-left:-15px;
}

.branch-selection[b-npq9djyt6l] {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    margin-top: auto;
    margin-bottom: auto;
    /*    border-left: 1px solid #CDD4E0;*/
}

    .branch-selection p[b-npq9djyt6l] {
       /* margin-left: 18px;*/
        margin-bottom: 0;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        color: #97A3B9;

    }

.btn-arrow[b-npq9djyt6l] {
    color: #0073EC;
    margin-left: 20px;
    font-size: 14px;
}

.selected-branch[b-npq9djyt6l] {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}
/* /Pages/VesselDashboard/Features/ContainerAvailability/BadOrderPerLoc/BadOrderPerLoc.razor.rz.scp.css */
.cont-loc[b-ah3b9glu30] {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: auto;
    display: inline-block;
    /*width: 19.2%;*/
    height: 60%;
    border: 1px solid #CDD4E0;
    border-radius: 5px;
}

table[b-ah3b9glu30] {
    width: 100%;
    height: 100%;
}

.onmaxlimit[b-ah3b9glu30] {
    background-color: #FF0000;
    color: #FFFFFF;
}

.cont-loc-bx-top[b-ah3b9glu30] {
    border-bottom: 1px solid #CDD4E0;
    text-align: center;
    height: 80px;
    width: 100%;
}

.cont-loc-bx-top-loc[b-ah3b9glu30] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C273C;
}

.cont-loc-bx-top-count[b-ah3b9glu30] {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.cont-loc-bx-count[b-ah3b9glu30] {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.cont-loc-bx-type[b-ah3b9glu30] {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #1C273C;
}

.cont-loc-bx-left[b-ah3b9glu30] {
    border-right: 1px solid #CDD4E0;
    border-bottom: 1px solid #CDD4E0;
    text-align: center;
    height: 70px;
    width: 50%;
}

.cont-loc-bx-right[b-ah3b9glu30] {
    border-bottom: 1px solid #CDD4E0;
    text-align: center;
    height: 70px;
    width: 50%;
}

.cont-loc-bx-bottom-left[b-ah3b9glu30] {
    border-right: 1px solid #CDD4E0;
    text-align: center;
    height: 70px;
    width: 50%;
}

.cont-loc-bx-bottom-right[b-ah3b9glu30] {
    text-align: center;
    height: 70px;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .cont-loc[b-ah3b9glu30] {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
/* /Pages/VesselDashboard/Features/ContainerAvailability/ContainerAvailability.razor.rz.scp.css */
#ca_button_cont[b-86h409tfc1] {    
    margin-right: auto;
    margin-left: auto;
    margin-top:5px;
    margin-bottom:5px;
    width: 240px;
    height: 41px;
    border-radius: 10px;
    border: 1px solid #948E8E;
}

#ca_button1[b-86h409tfc1], #ca_button2[b-86h409tfc1] {  
    padding-top:7px;
    text-align:center;   
    width: 50%;
    height: 100%;
    float: left; 
    cursor: pointer;
}

#ca_button1[b-86h409tfc1] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;    
}

#ca_button2[b-86h409tfc1] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #948E8E;
}

span[b-86h409tfc1] {
    font-family: Open Sans, sans-serif;
    font-weight:600;
}
/* /Pages/VesselDashboard/Features/ContainerAvailability/ContainerAvailPerLoc/ContainerAvailPerLoc.razor.rz.scp.css */
.cont-loc[b-n763g65aeb] {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: auto;    
    display: inline-block;
    /*width: 19.2%;*/
    height: 60%;
    border: 1px solid #CDD4E0;
    border-radius: 5px;
}

table[b-n763g65aeb] {   
    width: 100%;
    height: 100%;
}

.onmaxlimit[b-n763g65aeb] {
    background-color: #FF0000;
    color: #FFFFFF;
}

.cont-loc-bx-top[b-n763g65aeb] {
    border-bottom: 1px solid #CDD4E0;
    text-align: center;
    height: 80px;
    width: 100%;
}

.cont-loc-bx-top-loc[b-n763g65aeb] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C273C;
}

.cont-loc-bx-top-count[b-n763g65aeb] {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.cont-loc-bx-count[b-n763g65aeb] {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.cont-loc-bx-type[b-n763g65aeb] {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #1C273C;
}

.cont-loc-bx-left[b-n763g65aeb] {
    border-right: 1px solid #CDD4E0;
    border-bottom: 1px solid #CDD4E0;
    text-align: center;
    height: 70px;
    width: 50%;
}

.cont-loc-bx-right[b-n763g65aeb] {
    border-bottom: 1px solid #CDD4E0;
    text-align: center;
    height: 70px;
    width: 50%;
}

.cont-loc-bx-bottom-left[b-n763g65aeb] {
    border-right: 1px solid #CDD4E0;
    text-align: center;
    height: 70px;
    width: 50%;
}

.cont-loc-bx-bottom-right[b-n763g65aeb] {
    text-align: center;
    height: 70px;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .cont-loc[b-n763g65aeb] {
        width: 100%;  
        margin-right:0;
        margin-left:0;
    }
}
/* /Pages/VesselDashboard/Features/ContainerAvailability/TotalAvailContPerType/TotalAvailContPerType.razor.rz.scp.css */
.cont-type[b-g823iv6f85] {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;  
    margin-left:5px;
    margin-right: auto;
    display: inline-block;
    width: 15.9%;
    height: auto;
    border: 1px solid #CDD4E0;
    border-radius: 5px;
    text-align: center;
}

.onmaxlimit[b-g823iv6f85] {
    background-color: red;
    color: white;
}

.cont-type-count[b-g823iv6f85] {     
    font-family: 'Open Sans', sans-serif;    
    font-size: 30px;
    font-weight: 700;
    color: #191919;    
}

.cont-type-name[b-g823iv6f85] {    
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C273C;    
}

@media only screen and (max-width: 600px) {
    .cont-type[b-g823iv6f85] {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
/* /Pages/VesselDashboard/Features/ContainerAvailability/TotalBadOrdersPerType/TotalBadOrdersPerType.razor.rz.scp.css */
.cont-type[b-r1nhb4bdmx] {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: auto;
    display: inline-block;
    width: 15.9%;
    height: auto;
    border: 1px solid #CDD4E0;
    border-radius: 5px;
    text-align: center;
}

.onmaxlimit[b-r1nhb4bdmx] {
    background-color: red;
    color: white;
}

.cont-type-count[b-r1nhb4bdmx] {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #191919;
}

.cont-type-name[b-r1nhb4bdmx] {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C273C;
}

@media only screen and (max-width: 600px) {
    .cont-type[b-r1nhb4bdmx] {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
/* /Pages/VesselDashboard/Features/LoadFactor/LoadFactor.razor.rz.scp.css */
.title1[b-cskks4gcf6] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.364706px;
    text-align: center;
    color: #1E1E1E;
}

.title2[b-cskks4gcf6] {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #7987A1;
}
/* /Pages/VesselDashboard/Features/OpenBookingsDet/OpenBookingsDet.razor.rz.scp.css */
p[b-pvmbgkeeuq] {
    margin: 0;
    padding: 0;
}
#containers-info[b-pvmbgkeeuq] {

    margin-top: 20px;
    /*    text-align: center;
    display:flex;
    flex-wrap:wrap;

    justify-content:center;*/
    display: grid;
    gap:20px;
    grid-template-columns:auto auto auto;

}
.cont-type[b-pvmbgkeeuq] {
   /* margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 5px;
    margin-right: 5px;*/
    /* display: inline-block;*/
   /* width: 127px;*/
    
    height: 92px;
    border: 1px solid #CDD4E0;
    border-radius: 5px;
    text-align: center;

    display:flex;
    flex-direction:column;
   justify-content:center;
}

.cont-type-count[b-pvmbgkeeuq] {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #191919;
}

.cont-type-name[b-pvmbgkeeuq] {
    margin:2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C273C;
}


div#containers_bx[b-pvmbgkeeuq] {
    margin:auto;
}


.chart-wrapper[b-pvmbgkeeuq]{
    position:relative;
  /*  border:1px solid red;*/
 
}
.center-donut-label[b-pvmbgkeeuq] {

    display:flex;
    flex-direction:column;
    align-items:center;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
}
.total-booked-count[b-pvmbgkeeuq] {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.total-available-count[b-pvmbgkeeuq] {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.chart-categories[b-pvmbgkeeuq]{
  /*  border:1px solid blue;*/
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.category-label[b-pvmbgkeeuq] {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.category-color-label[b-pvmbgkeeuq] {
    height: 10px;
    width: 30px;
}
/* /Pages/VesselDashboard/Features/TotalBookings/TotalBookings.razor.rz.scp.css */
.parent[b-zpq7zbp6u6] {
    padding: 2rem 2rem;
    text-align: center;
}

.child-img[b-zpq7zbp6u6] {
    border-radius: 8px;
    width: 66px;
    height: 66px;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.child-data[b-zpq7zbp6u6] {
    display: inline-block;
    padding: 1rem 0 1rem 0;
    vertical-align: middle;
    text-align: left;
}

.child-title[b-zpq7zbp6u6] {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.child-percent[b-zpq7zbp6u6] {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.fa-bar-chart[b-zpq7zbp6u6] {
    width: 23.47px;
    height: 23.47px;
}

table[b-zpq7zbp6u6] {
    width: 100%;
}

tr td[b-zpq7zbp6u6] {
    width: 50%;
    text-align: left;
}

@media only screen and (max-width: 600px) {
    .parent[b-zpq7zbp6u6] {
        padding: 1rem 1rem;
    }

    .child-title[b-zpq7zbp6u6] {
        font-size: 16px;
    }

    .child-percent[b-zpq7zbp6u6] {
        font-size: 22px;
    }
}
/* /Pages/VesselDashboard/Features/TotalLoadFactor/TotalLoadFactor.razor.rz.scp.css */
.parent[b-h54wszolbt] {
    padding: 2rem 2rem;
    text-align: center;
}

.child-img[b-h54wszolbt] {
    border-radius: 8px;
    width: 66px;
    height: 66px;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.child-data[b-h54wszolbt] {
    display: inline-block;
    padding: 1rem 0 1rem 0;
    vertical-align: middle;
    text-align: left;
}

.child-title[b-h54wszolbt] {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.child-percent[b-h54wszolbt] {
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.fa-bar-chart[b-h54wszolbt] {
    width: 23.47px;
    height: 23.47px;
}

table[b-h54wszolbt] {
    width: 100%;
}

tr td[b-h54wszolbt] {
    width: 50%;
    text-align: left;
}

@media only screen and (max-width: 600px) {
    .parent[b-h54wszolbt] {
        padding: 1rem 1rem;        
    }

    .child-title[b-h54wszolbt] {        
        font-size: 16px;
    }

    .child-percent[b-h54wszolbt] {        
        font-size: 22px;
    }
}
/* /Pages/VesselDashboard/Features/VesselVoyage/VesselVoyage.razor.rz.scp.css */
.available[b-c8p1huc64o] {
    background-color: #00A8E1;
}

.title1[b-c8p1huc64o] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.364706px;
    text-align: center;
    color: #1E1E1E;
}

.title2[b-c8p1huc64o] {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    color: #7987A1;
}

.child[b-c8p1huc64o] {
    position: absolute;
    top: 0;
    left: 0;
}

.label[b-c8p1huc64o] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 8.77966px;
    color: #FF8D8D;
    display: inline-block;
}

.label_line[b-c8p1huc64o] {
    margin-left: 12px;
    border-bottom: 1px solid #FF8D8D;
    width: 96%;
    height: 25px;
    /*top: 200px;*/
    z-index: 99;
}
/* /Pages/VesselDashboard/VesselDashboard.razor.rz.scp.css */
#main-container[b-cyairq2edi] {
   /* margin: 15px;*/
   padding-left:30px;
   padding-right:30px;
   padding-top:10px;
}

.route-cap[b-cyairq2edi] {
    border-radius: 10px;
    border: 1px solid #CDD4E0;
    background: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:30px;
    padding-top:20px;
}

.title-container[b-cyairq2edi] {
   /* padding-bottom: 10px;
    padding-top: 20px;*/
}

.updated-asof-container[b-cyairq2edi] {
    /*padding-top: 15px;*/
    color: #97A3B9;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding-bottom:15px;
 
}

.title[b-cyairq2edi] {
    color: #1C273C;
    font-size: 28px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 15px;
    border-right: 2px solid #E9E9E9;
}



.updated-asof[b-cyairq2edi] {
    color: #1C273C;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0.5px;
    margin-top: 5px;

}

.branch-name[b-cyairq2edi] {
    color: #0073EC;
    font-size: 28px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.365px;
    padding-left: 15px;
}

.container-availability[b-cyairq2edi]{
    margin-top:15px;
}
.container-availability-title[b-cyairq2edi]{
    padding-bottom:15px;
}
/* /Shared/Components/ContainerCard/ContainerCard.razor.rz.scp.css */
.container-card[b-5262g928ck] {
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: inherit;
}

.container-card-header-title[b-5262g928ck] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    color: #191919;
}
/* /Shared/Components/InfoCard/InfoCard.razor.rz.scp.css */
.info-card[b-nhewch9em6] {
    background: #FFFFFF;
    border: 2px solid #CDD4E0;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: inherit;
}

.info-card-header-title[b-nhewch9em6] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #191919;
}

/* /Shared/Components/SpoxCarousel/SpoxCarousel.razor.rz.scp.css */
/* Slideshow container */
.slideshow-container[b-w3e2v5idi9] {
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.carouselSlides[b-w3e2v5idi9] {
    display: none;
}

/* The dots/bullets/indicators */
.dot[b-w3e2v5idi9] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active[b-w3e2v5idi9], .dot:hover[b-w3e2v5idi9] {
        background-color: #F3E600;
    }

/* Faint animation */
.fade[b-w3e2v5idi9] {
    animation-name: fade-b-w3e2v5idi9;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes fade-b-w3e2v5idi9 {
    from {
        opacity: .3
    }

    to {
        opacity: 1
    }
}
/* /Shared/Footer.razor.rz.scp.css */
footer[b-snknv6fgbw] {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    float:left;
    margin-top: 30px;
    padding-top: 90px;
    height:auto;
    background-color: #F3E600;
}
.row[b-snknv6fgbw] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.column[b-snknv6fgbw] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.double-column[b-snknv6fgbw] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
}
.center-items[b-snknv6fgbw]{
    align-items:center;
}

.footer-menu[b-snknv6fgbw] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #141414;
}
    .footer-menu-link[b-snknv6fgbw] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    
    }
        .footer-menu-link li[b-snknv6fgbw] {
            font-family: 'Open Sans', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
            color: #141414;
            padding-top: 10px;
        }
.soc-med-link[b-snknv6fgbw] {
    list-style-type: none;
    padding-right: 40px;
    padding-top: 45px;
}
    .soc-med-link li[b-snknv6fgbw] {
        display: inline-block;
        padding-inline: 13px;
        margin: 3px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }
        .soc-med-link li a img[b-snknv6fgbw]{
            margin:3px;
        }
.copy-rights[b-snknv6fgbw] {
    padding-bottom: 22px;
    padding-top: 100px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #191919;
}

a:link[b-snknv6fgbw] {
    color: #141414;
    text-decoration: none;
    padding: 0;
}

a:visited[b-snknv6fgbw] {
    color: #141414;
    text-decoration: none;
}

a:hover[b-snknv6fgbw] {
    color: #141414;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #0808d4;
    text-underline-offset: 8px;
}

a:active[b-snknv6fgbw] {
    color: #141414;
    text-decoration: none;
}


/* /Shared/FooterMobile.razor.rz.scp.css */
footer[b-rryqsrmlfn] {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    float: left;
    margin-top: 30px;
    height: auto;
    background-color: #F3E600;
}

.footer-logo img[b-rryqsrmlfn] {
    height: 230px;
    width:280px;
    margin-left:18px;
    margin-top:20px;
    margin-bottom:20px
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion[b-rryqsrmlfn] {
    background-color: #F3E600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-top: 1px solid #000;
}
    .accordion span[b-rryqsrmlfn] {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #141414;
    }

    /* Add a background color to the button if it is clicked on, and when you move the mouse over it (hover) */
    .active[b-rryqsrmlfn], .accordion:hover[b-rryqsrmlfn] {
       /* background-color: #ccc;*/
    }

/* Style the accordion panel. Note: hidden by default */
.panel[b-rryqsrmlfn] {
    padding-left: 18px;
    padding-top: 0;
    background-color: #F3E600;
    display: none;
    overflow: hidden;

}

/*.accordion:after {
    font-family: 'Font Awesome';
    content: '\f077';*/ /* Unicode character for "plus" sign (+) */
    /*font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}*/

/*.active:after {
    content: "\2796";*/ /* Unicode character for "minus" sign (-) */
/*}*/

.arrow-up-down[b-rryqsrmlfn] {
    float: right;
    margin-right: 5px;
}


.footer-menu-link[b-rryqsrmlfn] {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: -15px;
}
    .footer-menu-link li[b-rryqsrmlfn] {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #141414;
        padding-top: 10px;
    }

.soc-med-link[b-rryqsrmlfn] {
    border-top: 1px solid #000;
    list-style-type: none;
    padding-left: 18px;
    padding-top: 18px;
    /*    padding-bottom: 30px;*/
    margin-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #141414;
}
    .soc-med-link li[b-rryqsrmlfn] {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        padding: 10px 5px 5px 0;
    }

.copyright p[b-rryqsrmlfn] {
    padding-left: 18px;
    padding-bottom: 22px;
    padding-top: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #191919;
}

a:link[b-rryqsrmlfn] {
    color: #141414;
    text-decoration: none;
    padding: 0;
}

a:visited[b-rryqsrmlfn] {
    color: #141414;
    text-decoration: none;
}

a:hover[b-rryqsrmlfn] {
    color: #141414;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #0808d4;
    text-underline-offset: 8px;
}

a:active[b-rryqsrmlfn] {
    color: #141414;
    text-decoration: none;
}
/* /Shared/Grid/Column/Column.razor.rz.scp.css */
p[b-axa7tr9ps3] {
    margin: 0;
    padding: 0;
}

.value[b-axa7tr9ps3] {
    color: #191919;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom:5px;
}
.day-value[b-axa7tr9ps3] {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.27352941036224365px;
    text-align: left;
    padding-right: 5px;
    border-right: 2px solid #E9E9E9;
    letter-spacing: 0.3px;
}

.label[b-axa7tr9ps3] {
    color: #404040;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.4px;
    
}
td[b-axa7tr9ps3] {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
}


@media (max-width: 700px) {
    td[b-axa7tr9ps3] {
        display: block;
        padding-bottom: 5px;
        padding-top: 5px;

    }
        td:nth-last-child(-n+2) .val-wrap[b-axa7tr9ps3] {
            border:none;
        }
}
/* /Shared/Grid/Column/ColumnDivider.razor.rz.scp.css */
.column-divider[b-c0usab39qy] {
    width: 1px;
    padding-right: 10px;
    border-right: 1px solid black;
}
/* /Shared/Grid/Command/Command.razor.rz.scp.css */
.default-btn-style[b-9bp2gon6vv] {
   /* margin-right:20px;*/
 /*   height: 50px;
    width: 48px;*/
    padding: inherit;
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    transition: 200ms;
    border: 2px solid #0073EC;
    box-shadow: 0px 20px 8px rgba(0, 0, 0, 0.01), 0px 11px 7px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.09), 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

    .default-btn-style:hover[b-9bp2gon6vv] {
        background-color: #ededed;
    }

    .default-btn-style:active[b-9bp2gon6vv] {
        background-color: #c1c1c1;
    }
button[b-9bp2gon6vv]{
    height: 45px;
    width:43px;
}
/* /Shared/Grid/Grid.razor.rz.scp.css */

table[b-aeqbvi5074] {
    border-collapse: separate;
    border-spacing: 0 18px;
    margin-left: auto;
    margin-right: auto;
}
tr[b-aeqbvi5074] {
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 2px 4px 0px rgba(0, 0, 0, 0.10), 0px 7px 7px 0px rgba(0, 0, 0, 0.09), 0px 17px 10px 0px rgba(0, 0, 0, 0.05), 0px 30px 12px 0px rgba(0, 0, 0, 0.01), 0px 47px 13px 0px rgba(0, 0, 0, 0.00);
}
td[b-aeqbvi5074] {
    text-align: center;
}


.bk-actions[b-aeqbvi5074] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.select-all-container[b-aeqbvi5074] {
    padding-left: 11px;
    color: rgba(51, 119, 255, 1);
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.20000000298023224px;
}

.checkbox-td[b-aeqbvi5074] {
    border-left: 5px solid rgba(51, 119, 255, 1);
}

.check-box[b-aeqbvi5074] {
    height: 18px;
    width: 18px;
}


@media (max-width: 700px) {
    td[b-aeqbvi5074] {
        display: block;
        text-align: start;
        padding-left:25px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
@media only screen and (max-width: 1270px) {
    /* For small screens: */

    .desktop-footer[b-yt5xxlfd5y] {
        display: none;
    }
}

@media only screen and (min-width: 1270px) {
    /* For desktop: */

    .mobile-footer[b-yt5xxlfd5y] {
        display: none;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
#navbar-revamp[b-kggmacy8my] {
    height: 92px;
    width: 100%;
    background-color: #F3E600;
    box-shadow: 0 58px 23px rgba(0, 0, 0, 0.01), 0 32px 19px rgba(0, 0, 0, 0.05), 0 14px 14px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
}

    #navbar-revamp .navbar-brand img[b-kggmacy8my] {
        max-width: 300px;
    }

    #navbar-revamp a.login[b-kggmacy8my] {
        border: 2px solid #0073EC;
        border-radius: 10px;
        padding: 5px 20px;
        text-decoration: none;
        font-weight: bold;
        text-transform: capitalize;
    }

    #navbar-revamp .rv-right-nav[b-kggmacy8my] {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }

    #navbar-revamp .rv-menus[b-kggmacy8my] {
        display: flex;
        flex-direction: row;
        margin-right: 40px;
        flex-wrap: nowrap;
    }

        #navbar-revamp .rv-menus .rv-menu-item a[b-kggmacy8my] {
            text-decoration: none;
        }

        #navbar-revamp .rv-menus .rv-menu-item:hover > p[b-kggmacy8my],
        #navbar-revamp .rv-menus .rv-menu-item.active > p[b-kggmacy8my] {
            text-decoration: underline;
            cursor: pointer;
        }

        #navbar-revamp .rv-menus .rv-menu-item p[b-kggmacy8my] {
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
            font-size: 15px;
            line-height: 150%;
            color: #191919;
            margin: 0;
            padding: 10px 20px;
            transition: 200ms;
        }

    #navbar-revamp #dropdownMenuLink[b-kggmacy8my] {
        border: 1px solid;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
    }

#rvMenuLink-medium[b-kggmacy8my] {
    width: 25px;   
    display: flex;
    align-items: center;
}

div.logout[b-kggmacy8my] {
    border-top: 1px solid #d6d6d6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #191919;
    margin: 0;
    padding: 10px 15px;
    transition: 200ms;
}

#logout-lnk[b-kggmacy8my], #rvMenuLink-medium[b-kggmacy8my], #rvMenuLink-medium-user[b-kggmacy8my] {
    text-decoration: none !important;
    color: #000000;
    text-align: center;
}

div.rv-menu-item-main[b-kggmacy8my] {
    display:flex;
    padding-left: 15px;    
    height: 40px;
}


div.rv-menu-item-user[b-kggmacy8my] {
    padding: 10px 10px;
}

div .rv-menu-item-drop-down[b-kggmacy8my] {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
}



    div.rv-menu-item-main:hover[b-kggmacy8my],
    div.rv-menu-item-drop-down:hover[b-kggmacy8my], div.rv-menu-item-drop-down:hover a[b-kggmacy8my],
    div.logout:hover[b-kggmacy8my], div.logout:hover a[b-kggmacy8my] {
        background-color: #fdfe03 !important;
        border-radius: 5px;
        color: #6068ff !important;
        cursor: pointer;
    }

div.rv-menu-item-main:hover #rv-menu-item-main-img[b-kggmacy8my],
div.rv-menu-item-drop-down:hover #rv-menu-item-drop-down-img[b-kggmacy8my] {
    filter: invert(0.5) sepia(0.4) saturate(8) hue-rotate(195deg) !important;
}

div#dropdown-menu-list[b-kggmacy8my] {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}

i.fa.fa-sign-out[b-kggmacy8my] {
    width: 30px;
}

i.fa.fa-user[b-kggmacy8my] {
    margin-right: 10px;
    margin-left: 20px;
}

img#rv-menu-item-main-img[b-kggmacy8my] {
    margin-right: 10px;     
}

span#arrow-down-box[b-kggmacy8my] {
    margin-left: 149px;
    /*margin-left: 20px;*/
}

div.user-det[b-kggmacy8my] {
    padding:0;
}

div.user-det:first-child[b-kggmacy8my] {
    text-align:left;
}
