﻿.hs-box-md {
    width: 100%;
    margin-bottom: 30px;
    min-height: 400px;
}

.hs-divide-between {
    display: flex;
    flex-direction: column;
}

.hs-divide-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hubspot-send-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.hubspot-send-view {
    width: 100%;
}

.hubspot-overview-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hs-heading {
    display: flex; 
    justify-content: space-between;
    margin-bottom: 15px;
}

.hs-status-icon {
    font-size: 22px;
}

.hs-checkbox {
    width: 20px; 
    height: 20px;
}

.hs-checkbox:hover {
    cursor: pointer;
}

.hs-checkall-checkbox {
    display: flex;
}

.hs-failed-transfer-modal-top {
    display: flex;
    justify-content: space-between;
}

.hs-order-details {
    width: 30%;
    margin-bottom: 20px;
}

.hs-ready-for-transfer-overview {
    padding: 10px;
    border-radius: 4px;
    border: 1.5px solid rgba(0, 0, 0, 0.12);
    margin-left: 10px;
    margin-bottom: 35px;
    margin-left: 0px;
}

.hs-icon-clock {
    color: var(--nkprofile);
}

.hs-show-ready-for-transfer-overview {
    display: flex;
    justify-content: space-between;
}

.hs-order-details-products {
    width: 80%;
}

.hs-show-ready-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

.hs-order-overview-search {
    margin-top: 25px;
    margin-bottom: 10px;
}

.hs-year-select {
    width: 200px;
}

.hs-year-top {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.hs-transfered-overview-buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.hs-transfered-overview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.hs-transfered-overview > hr {
    width: 100%;
}

.hs-transfered-overview > .rz-chart {
    width: 100%;
}

.hs-charts-box {
    min-height: unset;
}

.hs-charts-box {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
    .hs-box-md {
        width: 80%;
    }
}

@media screen and (min-width: 1600px) {
    .hs-box-md {
        width: 45%;
    }

    .hs-charts-box {
        width: 45%;
    }

    .hs-divide-between {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}
