a:hover {
    color: inherit;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    color: inherit;
}

.card .card-header {
    padding: 30px;
}

body {
    font-family: 'NanumSquare', sans-serif;
    font-size: 16px !important;
}

.user_name {
    word-break: keep-all;
}

.flex-1 {
    flex: 1;
}

.menu-title {
    font-size: 16px;
}

.login_logo {
    width: 237px;
}

.login_wrapper {
    width: 492px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input_group {
    padding: 2.5rem 0;
}

.login_input {
    display: block;
    outline: none;
    background-color: #f2f2f2;
    border: none;
    height: 50px;
    width: 100%;
    font-size: 1.375rem;
    padding: 0 1rem;
}

.login_btn {
    width: 100%;
    background-color: #87b570;
    color: #fff;
    text-align: center;
    padding: 18px 0;
    cursor: pointer;
}

.header-fixed .header {
    background-color: #fff;
    height: 60px;
}

.header_logo {
    width: 132px;
}

.aside {
    background-color: #1e1e2d;
    width: 230px;
    padding: 25px 0;
    left: 0;
    top: 0;
    padding-top: 60px;
    border-radius: 0;
    height: 100%;
}

.shadow_card {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 6px;
}

.btn_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.header-fixed .wrapper {
    padding-left: 230px;
    padding-top: 60px;
}

.btn.btn-color-white .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #000;
}

table.dataTable {
    border-collapse: collapse !important;
}

.sub_nav {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
    height: 40px;
    padding: 0;
    background-color: #424248;
}

#kt_wrapper #kt_header {
    z-index: 1000;
}

#map {
    width: 60%;
}

#map.w-100 {
    width: 100%;
}

.top-150px {
    top: 150px;
}

.ptop-150px {
    padding-top: 150px !important;
}

.bgc {
    background-color: #69696e !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin-top: 0.3rem;
}

.minibox {
    width: 2rem !important;
    height: 2rem !important;
}

.mt12 {
    margin-top: 0.12rem;
}

.sBboxFcard {
    background-color: #b5b5b5;
    color: #fdfdfd;
}

.bgcr {
    background-color: #ed3c3c;
}

.w1p1 {
    width: 1.1rem;
    text-align: left;
}

.dangerAni {
    align-self: center;
    animation-name: dangerAniBlink;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.iconh21 {
    height: 21px;
}

.w16 {
    width: 16px;
}

.w32 {
    width: 32px;
}

.w50 {
    width: 50px;
}

.lh-1 {
    line-height: 1;
}

.lh-18px {
    line-height: 18px;
}

.lh-20px {
    line-height: 20px;
}

.lh-22px {
    line-height: 22px;
}

.lh-32px {
    line-height: 32px;
}

.lh-50px {
    line-height: 50px;
}

.w-22px {
    width: 22px;
}

.w-30px {
    width: 30px;
}

.w-60 {
    width: 60%;
}

.w-115px {
    width: 115px;
}

.w-160px {
    width: 160px;
}

.w-165px {
    width: 165px;
}

.w-55vw {
    width: 55vw;
}

.w-58vw {
    width: 58vw;
}

.h-183px {
    height: 183px;
}

.h-90 {
    height: 90%;
}

.login_illust {
    background: url(/static/img/login_illust.svg) no-repeat 0 100% / contain;
    left: 0;
}

@keyframes dangerAniBlink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.hover-target-bolder:hover .hover-target {
    font-weight: 700;
}

.hover-shadow {
    transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.after-flex::after {
    content: '';
    flex: auto;
}

@media (max-width: 991.98px) {
    .aside {
        margin-top: 10px !important;
        box-shadow: none;
        border-radius: 0;
        display: none;
    }


    .header-fixed .wrapper {
        padding-left: 0;
    }
}

.color-2b73ba {
    color: #2b73ba;
}

.text-bold {
    font-weight: 800;
}

.radius-5px {
    border-radius: 5px;
}

.radius-50 {
    border-radius: 50%;
}

.radius-40 {
    border-radius: 40%;
}

.status_lack,
.status_middle,
.status_normal,
.not_applicable {
    position: relative;
    padding-left: 0.5rem;
    width: calc(115px + 0.5rem);
}

.status_lack:before,
.status_middle:before,
.status_normal:before,
.not_applicable:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    top: 38%;
    left: -0.5rem;
}

.status_lack:before {
    background-color: #bb5e5e;
}

.status_middle:before {
    background-color: #f7c16f;
}

.status_normal:before {
    background-color: #87b570;
}

.not_applicable:before {
    background-color: #2a2a2a;
}

.footer {
    background-color: #fff;
}

.dataTables_scrollHeadInner {
    width: auto !important;
}

.index_table_wrapper,
.status_table_wrapper {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    background-color: #fff;
}

.index_table thead {
    background-color: rgba(30, 30, 45, 0.05);
    font-weight: 800;
    font-size: 18px;
}

.index_table tbody {
    background-color: #fff;
    font-size: 14px;
}

.index_table#device_table tbody,
.index_table#abnormal_device_table tbody {
    font-size: 18px;
}

.index_table tbody::-webkit-scrollbar-track {
    background-color: #fff;
}

.index_table>:not(caption)>*>*,
.report_table>:not(caption)>*>* {
    padding-top: 20px;
    padding-bottom: 20px;
}

.index_table th:nth-of-type(1),
.index_table td:nth-of-type(1),
.report_table th:nth-of-type(1),
.report_table td:nth-of-type(1) {
    padding-left: 20px;
}

.index_table th:last-of-type,
.index_table td:last-of-type,
.report_table th:last-of-type,
.report_table td:last-of-type {
    padding-right: 20px;
}

.index_table#monitor_table tbody {
    font-size: 18px;
}

.form-select-409px {
    width: 409px;
}

.form-select {
    line-height: 1.1;
}

.form-control {
    line-height: 1.1;
}

.keyword_search {
    width: 613px;
    padding: 14px 0 14px 59px;
    background: #fff url(/static/img/search.svg) no-repeat 3.5% 50% / 4%;
}

.filter_btn_group {
    position: relative;
}

.filter_detail {
    padding: 20px 30px;
    position: absolute;
    background-color: #fff;
    width: 184px;
    border-radius: 3px;
    box-shadow: 0 0.5px 3px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #fff 0%, #fff);
    top: 34px;
    left: -133px;
    z-index: 999;
}

.filter_btn span.active {
    color: #87b570;
}

input[name="filter_radio"]+label {
    background: url(/static/img/radio_not_checked.svg) no-repeat 0 50% / 20px;
    cursor: pointer;
}

input[name="filter_radio"]:checked+label {
    background: url(/static/img/radio_checked.svg) no-repeat 0 50% / 20px;
}

.w-19 {
    width: 19%;
}

.w-40 {
    width: 40%;
}

.card_custom {
    padding: 30px 30px 25px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(113, 113, 113, 0.32);
    border-radius: 6px;
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-39px {
    padding-bottom: 39px;
}

.pb-40px {
    padding-bottom: 40px;
}

.memo_wrapper {
    position: relative;
}

.memo_detail {
    position: absolute;
    width: 345px;
    height: 208px;
    left: -235px;
    z-index: 9;
    /*background: url(/static/img/speech_bubble.svg) no-repeat 100% / contain;*/
    top: 0;
}

.profile_img {
    width: 140px;
    height: 140px;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.profile_wrapper {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.menu-link {
    border-left: 4px solid transparent;
}

.menu-link.active {
    border-left: 4px solid #87b570;
}

.memo_detail_wrapper {
    padding: 30px 23px 0;
}

.memo_textarea {
    background-color: #f5f8fa;
    padding: 10px;
    /*height: 118px;*/
}

.modal .bin_info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.p-40px{
    padding: 40px;
}

.pt-5px {
    padding-top: 5px;
}

.pt-7px {
    padding-top: 7px;
}

.pt-8px {
    padding-top: 8px;
}

.pt-10px {
    padding-top: 10px;
}

.pt-14px {
    padding-top: 14px;
}

.pt-15px {
    padding-top: 15px;
}

.pt-20px {
    padding-top: 20px;
}

.pt-25px {
    padding-top: 25px;
}

.pt-27px {
    padding-top: 27px;
}

.pt-28px {
    padding-top: 28px;
}

.pt-29px {
    padding-top: 29px;
}

.pt-30px {
    padding-top: 30px;
}

.pt-40px {
    padding-top: 40px;
}

.pt-60px {
    padding-top: 60px;
}

.pt-70px {
    padding-top: 70px;
}

.pt-80px {
    padding-top: 80px;
}

.ps-9px {
    padding-left: 9px;
}

.ps-10px {
    padding-left: 10px;
}

.ps-15px {
    padding-left: 15px;
}

.ps-18px {
    padding-left: 18px;
}

.ps-20px {
    padding-left: 20px;
}

.ps-24px {
    padding-left: 24px;
}

.ps-25px {
    padding-left: 25px;
}

.ps-29px {
    padding-left: 29px;
}

.ps-30px {
    padding-left: 30px;
}

.ps-32px {
    padding-left: 32px;
}

.ps-33px {
    padding-left: 33px;
}

.ps-40px {
    padding-left: 40px;
}

.ps-120px {
    padding-left: 120px;
}

.ps-131px {
    padding-left: 131px;
}

.pe-9px {
    padding-right: 9px;
}

.pe-20px {
    padding-right: 20px;
}

.pe-25px {
    padding-right: 25px;
}

.pe-30px {
    padding-right: 30px;
}

.py-130px {
    padding-top: 130px;
    padding-bottom: 130px;
}

.bin_cancel,
.bin_edit,
.bin_delete,
.quantity_add_btn {
    padding: 12px 40px;
    border-radius: 1px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.bin_edit {
    background-color: #cccccc;
    color: #fff;
}

.bin_edit.active {
    background-color: #87b570;
    cursor: pointer;
}

.bin_delete {
    background-color: #bb5e5e;
    color: #fff;
}

.bin_modal .modal-dialog {
    min-width: 625px;
}

#delete_silo_modal .modal-dialog {
    max-width: 800px;
}

.w-82px {
    width: 82px;
}

.w-88px {
    width: 88px;
}

.w-134px {
    width: 134px;
}

.w-191px {
    width: 191px;
}

.w-347px {
    width: 347px;
}

.w-367px {
    width: 367px;
}

.w-409px {
    width: 409px;
}

.w-95px {
    width: 95px;
}

.w-95 {
    width: 95%;
}

.menu-item .menu-link .menu-icon {
    margin-right: 1.25rem;
}

.index_status_count {
    border-bottom: 2px solid transparent;
}

.index_status_count.active {
    border-bottom: 2px solid #2B73BA;
    color: #2B73BA;
}

.min-w-64px {
    min-width: 64px;
}

.w-60px {
    width: 60px;
}

.w-64px {
    width: 64px;
}

.w-74px {
    width: 74px;
}

.h-32px {
    height: 32px;
}

.h-50px {
    height: 50px;
}

.h-99px {
    height: 99px;
}

.h-400px {
    height: 400px;
}

.h-446px {
    height: 446px;
}

.w-122px {
    width: 122px;
}

input[name="selected_del"]+label,
.delete_item {
    word-break: keep-all;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 157px; */
    padding: 12px 0;
    text-align: center;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.32);
    border-radius: 4px;
}

input[name="selected_del"]+label {
    cursor: pointer;
}

input[name="selected_del"]:checked+label {
    background-color: #bb5e5e;
    color: #fff;
}

.text-red {
    color: #bb5e5e !important;
}

.text-green {
    color: #87b570;
}

.text-yellow {
    color: #f7c16f;
}
.text-blue {
    color: #010b69;
}

.border-radius-4px {
    border-radius: 4px;
}

.monitoring_percent {
    position: absolute;
    top: 45%;
    left: 50%;
    font-weight: 600;
    font-size: 23px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.monitoring_capacity {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 11px;
    color: #666;
    z-index: 1;
    line-height: 1.4;
}

.monitoring_capacity .capacity-kg {
    display: block;
    font-weight: 500;
}

.fs-14px {
    font-size: 14px;
}

.fs-16px {
    font-size: 16px;
}

.fs-18px {
    font-size: 18px;
    line-height: 20px;
}

.fs-20px {
    font-size: 20px;
    line-height: 22px;
}

.fs-21px {
    font-size: 21px;
}

.fs-22px {
    font-size: 22px;
}

.fs-26px {
    font-size: 26px;
}

.fs-28px {
    font-size: 28px;
}

.fs-30px {
    font-size: 30px;
}

.fs-32px {
    font-size: 32px;
}

.fs-35px {
    font-size: 35px;
}

.fs-15px {
    font-size: 15px;
}

.gap-5px {
    gap: 5px;
}

.gap-6px {
    gap: 6px;
}

.gap-8px {
    gap: 8px;
}

.gap-10px {
    gap: 10px;
}

.gap-12px {
    gap: 12px;
}

.gap-15px {
    gap: 15px;
}

.gap-20px {
    gap: 20px;
}

.gap-25px {
    gap: 25px;
}

.gap-30px {
    gap: 30px;
}

.gap-35px {
    gap: 35px;
}

.gap-40px {
    gap: 40px;
}

.gap-50px {
    gap: 50px;
}

.w-248px {
    width: 248px;
}

.w-274px {
    width: 274px;
}

.bg-white {
    background-color: #fff;
}

.bg-yellow {
    background-color: #f7c16f;
}

.bg-green {
    background-color: #87b570;
}

.bg-red {
    background-color: #bb5e5e;
}

.bg-light-gray {
    background-color: #f5f6fa;
}

.bg-gray {
    background-color: #fafafa;
}

.bg-darkgray {
    background-color: #9c9c9c;
}

.bd-bottom-gray {
    border-bottom: 1px solid #c1c1c1;
}

.bd-left-red-dashed {
    border-left: 1px dashed #bb5e5e;
}

.bd-light-gray {
    border: 1px solid #edeff5;
}

.bd-delivery {
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(to bottom, #fff 0%, #fff);
}

.white-nowrap {
    white-space: nowrap;
}

.monitoring_container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.monitoring_outline {
    font-size: 18px;
    /*width: 342px;*/
    /* padding: 30px; */
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail_memo_wrapper {
    background-color: #fafafa;
    padding: 14px 20px;
}

.detail_memo_textarea {
    border: none;
    resize: none;
    outline: none;
    width: 100%;
    height: 60px;
    font-size: 14px;
    background-color: #fafafa;
}

input[name="graph_tabs"]+label {
    background-color: #f5f6fa;
    color: #9ca3b4;
    padding: 7px 50px;
    font-size: 14px;
    cursor: pointer;
}

input[name="graph_tabs"]:checked+label {
    background-color: #fff;
    color: #000;
}

.detail_box_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    border: solid 1px #d6dae1;
    border-radius: 6px 6px 0 0;
    background-color: rgba(30, 30, 45, 0.05);
}

/* .index_table thead.detail_box_shadow{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
} */

.index_table thead.detail_box_shadow th,
.index_table thead.detail_box_shadow tr {
    border: none;
}

#farm_list_table th,
#farm_list_table td {
    text-align: center;
}

#farm_list_table th {
    font-size: 20px;
}

#agency_list_table td {
    font-size: 18px;
}

#farm_list_table th:nth-child(1),
#farm_list_table td:nth-child(1),
#agency_list_table th:nth-child(1),
#agency_list_table td:nth-child(1) {
    width: 4%;
    padding-left: 15px;
    padding-top: 23px;
}

#farm_list_table th:nth-child(2),
#farm_list_table td:nth-child(2) {
    width: 10%;
}

#farm_list_table th:nth-child(3),
#farm_list_table td:nth-child(3) {
    width: 15%;
}

#farm_list_table th:nth-child(4),
#farm_list_table td:nth-child(4) {
    width: 10%;
}

#farm_list_table th:nth-child(5),
#farm_list_table td:nth-child(5) {
    width: 13%;
}

#farm_list_table th:nth-child(7),
#farm_list_table td:nth-child(7) {
    width: 20%;
}

#farm_list_table th:nth-child(8),
#farm_list_table td:nth-child(8) {
    width: 6%;
}

/* #farm_list_table th:nth-child(8), #farm_list_table td:nth-child(8){flex-grow: 1;} */
#farm_list_table td:nth-child(9) {
    padding: 10px 20px;
}

#farm_list_table tbody,
#agency_list_table tbody {
    height: auto;
}

#farm_list_table td {
    font-size: 18px;
}

.form-check-input:checked {
    background-color: #87b570;
    border-color: #87b570;
}

.form-check-input:checked[type=checkbox] {
    background-size: 60% 60%;
}

.delete_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#agency_list_table th:nth-child(2),
#agency_list_table td:nth-child(2) {
    width: 3%
}

#agency_list_table th:nth-child(3),
#agency_list_table td:nth-child(3) {
    width: 8%
}

#agency_list_table th:nth-child(4),
#agency_list_table td:nth-child(4) {
    width: 7%
}

#agency_list_table th:nth-child(5),
#agency_list_table td:nth-child(5) {
    width: 8%
}

#agency_list_table th:nth-child(6),
#agency_list_table td:nth-child(6) {
    width: 10%
}

#agency_list_table th:nth-child(7),
#agency_list_table td:nth-child(7) {
    width: 22%
}

#agency_list_table th:nth-child(8),
#agency_list_table td:nth-child(8) {
    width: 5%
}

#agency_list_table th:nth-child(9),
#agency_list_table td:nth-child(9) {
    width: 5%
}

#agency_list_table th:nth-child(10),
#agency_list_table td:nth-child(10) {
    width: 7%
}

.dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

#agency_list_table th,
#agency_list_table td {
    text-align: center;
}

.toggle_label {
    width: 66px;
    border: 1px solid #8a8a8a;
    height: 34px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    /* margin-left: 20px; */
}

.toggle_circle_btn {
    background-color: #c1c1c1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    transition: .2s;
    left: 5px;
}

.toggle_circle_btn.active {
    background-color: #87b570;
    left: 35px;
}

.api_request_table thead {
    font-weight: 800;
    background-color: #f3f3f3;
}

.api_request_table tbody tr {
    border-bottom: solid 1px #d6dae1 !important;
}

.api_request_table th,
.api_request_table td {
    text-align: center
}

.me-10px {
    margin-right: 10px;
}

.mb-3px {
    margin-bottom: 3px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-40px {
    margin-bottom: 40px;
}

.p-5px {
    padding: 5px;
}

.p-10px {
    padding: 10px;
}

.p-30px {
    padding: 30px;
}

.pb-4px {
    padding-bottom: 4px;
}

.pb-20px {
    padding-bottom: 20px;
}

.pb-35px {
    padding-bottom: 35px;
}

.pb-46px {
    padding-bottom: 46px;
}

.pb-8px {
    padding-bottom: 8px;
}

.py-6px {
    padding-top: 6px;
    padding-bottom: 6px;
}

.py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
}

.py-8px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-16px {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20px {
    padding-left: 20px;
    padding-right: 20px;
}

.px-29px {
    padding-left: 29px;
    padding-right: 29px;
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px;
}

.px-34px {
    padding-left: 34px;
    padding-right: 34px;
}

.lack_graph_per {
    left: 50%;
    top: 50%;
    transform: translate(-44%, -50%);
}

.report_option_custom {
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.36);
    background-color: #fff;
    padding: 30px;
    width: 602px;
    right: 15px;
}

.option-form-check {
    width: 20px;
    height: 20px;
    background-size: auto;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
    text-align: center !important;
}

table.dataTable thead th.text-end,
table.dataTable thead td.text-end,
table.dataTable tbody th.text-end,
table.dataTable tbody td.text-end {
    text-align: right !important;
}

/* table.dataTable thead th:nth-child(1), #report_datatable td:nth-child(1){
    width: 30px;
} */

table.dataTable.report_table thead th {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#report_datatable td {
    font-size: 18px;
}

/* section calendar */

.sec_cal {
    width: 360px;
    margin: 0 auto;
    font-family: "NotoSansR";
}

.sec_cal .cal_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 78px;
    padding-top: 20px;
}

.sec_cal .cal_nav .year-month {
    width: 300px;
    text-align: center;
    line-height: 1;
}

.sec_cal .cal_nav .nav {
    display: flex;
    border: 1px solid #333333;
    border-radius: 5px;
}

.sec_cal .cal_nav .go-prev,
.sec_cal .cal_nav .go-next {
    display: block;
    width: 50px;
    height: 60px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_cal .cal_nav .go-prev::before,
.sec_cal .cal_nav .go-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #000;
    border-width: 3px 3px 0 0;
    transition: border 0.1s;
}

.sec_cal .cal_nav .go-prev:hover::before,
.sec_cal .cal_nav .go-next:hover::before {
    border-color: #ed2a61;
}

.sec_cal .cal_nav .go-prev::before {
    transform: rotate(-135deg);
}

.sec_cal .cal_nav .go-next::before {
    transform: rotate(45deg);
}

.sec_cal .cal_wrap {
    padding-top: 40px;
    position: relative;
    margin: 0 auto;
}

.sec_cal .cal_wrap .days {
    display: flex;
    margin-bottom: 20px;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #ddd;
}

.sec_cal .cal_wrap::after {
    top: 368px;
}

.sec_cal .cal_wrap .day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);
    text-align: left;
    color: #999;
    font-size: 12px;
    text-align: center;
    border-radius: 5px
}

.current.today {
    background: rgb(242 242 242);
}

.sec_cal .cal_wrap .dates {
    display: flex;
    flex-flow: wrap;
    height: 260px;
}

.sec_cal .cal_wrap .day:nth-child(7n -1) {
    color: #3c6ffa;
}

.sec_cal .cal_wrap .day:nth-child(7n) {
    color: #ed2a61;
}

.sec_cal .cal_wrap .day.disable {
    color: #ddd;
}

.z-index-99 {
    z-index: 99;
}

.z-index-999 {
    z-index: 999;
}

.bd-radius-6px {
    border-radius: 6px;
}

.hover-gray:hover {
    background-color: #efefef;
}

.hover-lightgray:hover {
    background-color: #f8f8f8;
}

.custom_option {
    max-height: 300px;
    overflow-y: auto;
}

.max-h-364px {
    max-height: 364px
}

.overflow-y-auto {
    overflow-y: auto;
}

.modal#spinning_modal {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}

.spinner-border {
    width: 9rem;
    height: 9rem;
    border: 0.8rem solid #87b570;
    border-right-color: transparent;
}

.stretched-link {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}

.option_list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.loading_msg {
    font-weight: 800;
    padding-top: 30px;
}

.deliveryIcon {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
    line-height: 14px;
    border-radius: 100%;
}

#recieve_email{
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 2px;
}

.custom_select_multiple.active{
    color: #87b570;
    background: url(/static/img/green_check.svg) no-repeat 90% 45% / 5%;
}

.period_date{
    background: url(/static/img/free-icon-calenda.png) no-repeat 90% 45% / 18px;
}

.chart_option_btn.active{
    color:#87b570
}

.form-check-input:checked[type=radio]{
    background-image: url(/static/img/white_check.svg);
    background-size: 10px;
}

.w-max-content{
    width: max-content;
}

.top-35px{
    top:35px;
}

.right-0{
    right:0;
}

.selected_silo_wrapper{
    padding-top: 20px;
    display: flex;
    gap: 15px;
}

.selected_silo{
    border: #cccccc 1px solid;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
}

.progress{
    height: 19px;
}