body, html {

    background: #161616;

    scrollbar-color: #67d951 #161616;

    scrollbar-width: thin;

}

/* width */

::-webkit-scrollbar {

    width: 8px;

}



/* Track */

::-webkit-scrollbar-track {

    background: #161616;

}



/* Handle */

::-webkit-scrollbar-thumb {

    background: #67d951;

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

    background: #3e7c30;

}

.uk-text-primary {

    color: #5aba47 !important

}

.btg-background {

    height: 100vh;

    box-sizing: border-box;

    background-image: url(https://www.btglogistics.com.au/templates/yootheme/vendor/assets/uikit-themes/master-tomsen-brody/images/styles/dark-yellow/section-dark-background.svg);

    background-position-x: 50%;

    background-repeat: repeat-y;

}

.uk-card-primary {

    background: #5aba47;

    padding: 4px;

    font-size: 17px;

    font-weight: bold;

    text-align: center;

}

.uk-card-primary span {

    color: white !important;

}

th > .uk-input {
height: 32px;
padding-left: 5px;
}

.uk-table-small th {
 padding: 2px;
padding-top: 10px;
}

.vline1 {

    left: 50%;

    position: absolute;

    height: 480px;

    width: 1px;

    background: #5aba47;

}

.vline2 {

    left: 50%;

    position: absolute;

    height: 166px;

    width: 1px;

    background: #5aba47;

}

.show-small {

    display:none;

}

.reciever1, .reciever2{

    margin-top: 0 !important;

}

@media screen and (max-width: 959px) {

    .vline1 {

        height: 715px;

    }

}

@media screen and (max-width: 639px) {

    .hide-small {

        display: none;

    }

    .show-small {

        display: block;

    }

    .reciever1 {

        margin-top: 20px !important;

    }

    .send_container {

        margin-bottom: 20px;

    }

}

* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {

    margin-top: 10px;

}

.submit:hover {

    cursor: pointer;

    background: #535353 !important;

    border-color: #5aba47 !important;

}