.bg-color img, .banner img {
    width: 100%;
}

.bg-color .row-content {
    top: 9%;
    position: absolute;
    margin: 0 auto;
    width: 42%;
}

.row-content .text-content {
    width: 80%;
}

.bg-color {
    background-color: rgba(12, 145, 148, 0.2);
}

.bg-color .row-content .content-title {
    font-size: 73px;
    font-family: Segoe_UI_Bold;
    color: #189699;
}

.bg-color .row-content .content p {

    color: #189699;
    font-size: 20px;
}

.row-content .content {
    margin-bottom: 60px;
    margin-top: 31px;
}

.bg-color .row-content .create-shipment-btn {
    background-color: #0C9194;
    color: white;
    font-size: 18px;
    font-family: Segoe_UI_Bold;
    border-radius: 15px;
    text-align: center;
    padding: 15px 20px;
}

.banner {
    padding: 0 !important;
}

.banner .title-create-shipment {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-family: Segoe_UI_Bold;
    font-size: 60px;
    color: #189699;
    text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
    width: 100%;
    text-align: center;
}

.create-shipment {
    padding-bottom: 40px;
}

.create-shipment .hr {
    background-color: rgba(12, 145, 148, 0.2);
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
}

.margin {
    margin-top: -30px;
}

.sender-info .short-div, .receiver-info .short-div {
    /*width: 78%;*/
    /*float: right;*/
}

.flatpick-disable.form-control[readonly] {
    background-color: #ffffff;
}

.station-info .note {
    background-color: #ffc107;
    padding: 20px;
    margin-bottom: 20px;
}

.station-info .note p {

    font-size: 15px;
}

.sender-info-title {
    color: #189699;
    font-family: Segoe_UI_SemiBold;
    font-size: 24px;
    margin-bottom: 25px;
}

.station-info, .receiver-info, .package-info, .sender-info {
    background-color: white;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 30px 40px !important;
}

.bg-color .sender-info label, .receiver-info .form-group label, .station-info p.address, .package-info label, .package-info .package-info-table th {
    font-size: 15px;
    color: #777777;
}


.center-button {
    width: fit-content;
    margin: 0 auto;
}

.center-button button {
    background-color: #189699;
    font-family: Segoe_UI_SemiBold;
    font-size: 20px;
    color: white;
    border-radius: 15px;
    padding: 8px 20px;
}

.package-info-table td {
    vertical-align: middle !important;
}

.btn-add-item {
    color: #1662ae;
    cursor: pointer;
    font-family: "Segoe UI Semibold";
}

.error {
    color: red !important;
}

@media only screen and (max-width: 766px) {
    .bg-color {
        padding-bottom: 50px;
    }

    .bg-color img {
        width: 90%;
        margin: 5% auto;
    }

    .bg-color .row-content {
        width: 73%;
        position: unset;
        text-align: center;
    }

    .bg-color .row-content .create-shipment-btn {
        font-size: 12px;
        padding: 10px 15px;
        border-radius: 8px;
    }

    .bg-color .row-content .content p, .bg-color .sender-info label, .receiver-info .form-group label, .bg-color .package-info label {
        font-size: 13px;
    }

    .row-content .content {
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .bg-color .row-content .content-title {
        font-size: 35px;
    }

    .row-content .text-content {
        padding-left: 0;
        width: unset;
    }

    .banner .title-create-shipment {
        font-size: 22px;
        top: 35%;
    }

    .sender-info-title {
        font-size: 15px;
    }

    .center-button button {
        font-size: 12px;
    }

    .station-info, .receiver-info, .package-info, .sender-info {
        padding: 20px !important;
    }

    .form-control {
        font-size: 15px !important;
    }

    /*.table tr:first-child {*/
    /*    border-top: 1px solid #dee2e6;*/
    /*}*/
    .first-row-of-item {
        border-top: 1px solid #dee2e6;
    }

    .table td, .table th {
        border-top: unset !important;
        padding: 5px!important;
    }
    .table th{
        width: 40%;
    }
    .table td{
        width: 60%;
    }

    .number {
        color: #0C9194;
        font-family: "Segoe UI Semibold";
        font-size: 15px;
    }
}

@media only screen and (min-width: 766px) and (max-width: 990px) {
    .bg-color {
        padding-bottom: 50px;
    }

    .bg-color img {
        width: 70%;
        margin: 5% auto;
    }

    .bg-color .row-content {
        width: 35%;
        position: unset;
        text-align: center;
    }

    .bg-color .row-content .text-content {
        width: unset;
    }

    .bg-color .row-content .content-title {
        font-size: 35px;
    }

    .bg-color .row-content .content {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .bg-color .row-content .content p {
        font-size: 15px;
    }

    .bg-color .row-content .create-shipment-btn {
        font-size: 14px;
        width: 287px;
        padding: 10px 25px;
        border-radius: 12px;
    }

    .banner .title-create-shipment {
        font-size: 22px;
    }

    .center-button button {
        font-size: 12px;
    }

    .sender-info-title {
        font-size: 15px;
    }

    .bg-color .sender-info label, .receiver-info .form-group label {
        font-size: 15px;
    }
}