body{
    font-family: 'Jost', sans-serif;
    letter-spacing: 1.3px;
    background: url(../img/bck.png);
}
.colgreen{
    border-color: #18611A !important;
    border-width: 5px !important;
}
.colwhite{
    border-color: white !important;
    border-width: 5px !important;
}
.colred{
    border-color: #A80B07 !important;
    border-width: 5px !important;
}
.style-border-bottom{
    max-width: 300px;
}
.style-border-bottom:before{
    content: '';
    display: block;
    border-bottom: solid 4px #1D3042;
    max-width: 200px;
    position: absolute;
    width: 100px;
    bottom: -1px;
    border-radius: 5px;
}
.style-border-bottom:after{
    content: '';
    display: block;
    border-bottom: solid 2px #d4f0ea;
    margin-top: 13px;
    border-radius: 5px;
}
.logo-container svg {
    max-width: 120px;
    max-height: 120px;
}
#madein{
    margin-top: -45px;
    max-width: 130px;
}
table tr td, table th, table{
    font-size: 14px;
}
#contactus{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.h-100{
    height: 100%;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #1D3042!important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #1D3042!important;
}
.btn-primary {
    letter-spacing: 1.3px;
    --bs-btn-bg: #1D3042!important;
    --bs-btn-border-color: #1D3042!important;
    --bs-btn-hover-bg: #d4f0ea;
    --bs-btn-hover-border-color: #d4f0ea;
    --bs-btn-hover-color: #1D3042!important;
    --bs-btn-active-bg: #1D3042!important;
    --bs-btn-active-border-color: #1D3042!important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-bg: #1D3042!important;
    --bs-btn-disabled-border-color: #1D3042!important;
}
.font-weight-bold{
    font-weight: bold;
}
.font-weight-normal{
    font-weight: normal;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}
.fs-17{
    font-size: 17px;
}
.fs-18{
    font-size: 18px;
}

table.table {
    display: block;
    empty-cells: show;
}

table.table thead {
    overflow-y: scroll;
    position: relative;
    display: block;
    width: 100%;
}

table.table tbody {
    width:100%;
    display: block;
    position: relative;
    overflow-y: scroll;
    max-height: 260px;
}

table.table tr {
    width: 100%;
    display: flex;
}

table.table td,
table.table th {
    text-align: left;
    flex-basis: 100%;
    display: block;
    flex-grow: 2;
}









/*skelton*/
.skelton__effect {
    overflow: hidden;
    position: relative;
    min-height: 100px;
}

.skelton__effect:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2f2f4;
    position: absolute;
    z-index: 1;
}

.skelton__effect:after {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    animation: shimmer 1s infinite ease-out;
    background: -moz-linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0) 80%
    );
    background: -webkit-linear-gradient(
            to right, rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0) 80%
    );
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0) 80%
    );
    z-index: 2;
}

@keyframes shimmer {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}
/*skelton*/
