@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
.block {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.block p {
  text-align: center;
  animation: text 16s infinite linear;
  /* color: rgb(43, 71, 139); */
  color: white;
  font-size: 28px;
  /* padding-left: 100%; */
  white-space: nowrap;
  font-weight: 500;
  margin: 0;
}

/* @keyframes text {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
} */

.editable-cell {
    position: relative;
  }
  
  .editable-cell-value-wrap {
    padding: 5px 12px;
    cursor: pointer;
  }
  
  .editable-row:hover .editable-cell-value-wrap {
    padding: 4px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
  }
  
  [data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
    border: 1px solid #434343;
  }

  .addInvoice {
    width: 100%;
    border: none;
}
.ui-selected {
    background-color: blue;
}

.time-slots-row {
    height: 18px;
}

.time-slot-cell {
    padding: 5px !important;
}

.blocked {
    background-color: gray !important
}

/* .time-slot-cell:hover {
    background-color: lightsteelblue
} */

.time-slot-cell>.ant-card {
    text-align: left;
}

.ant-table-cell-row-hover {
    background-color: rgb(230, 230, 230) !important
}

.selected_slot {
    background-color: darkseagreen !important
}

.state_list li:hover {
    background-color: aliceblue;
}

.state_table tr:hover {
    background-color: aliceblue;
}

.selected_item {
    background-color: aliceblue;
}
.state_list li:hover {
    background-color: aliceblue;
}

.state_table tr:hover {
    background-color: aliceblue;
}

.selected_item {
    background-color: aliceblue;
}
.working {
    background-color: lightgreen !important;
}

.schedule-cell {
    padding: 5px !important;
    width: 40px;
    justify-content: center;
    text-align: center;
}

.weekend {
    padding: 5px !important;
    background-color: lightgray;
    width: 40px;
}
.hovered_row:hover {
    background-color: thistle
}

.hovered_cell:hover {
    background-color: thistle !important
}

.summary_cell {
    border-color: black !important;
    text-align: center;
    font-weight: bold;
    padding: 2px !important;
}

.summary_cell_record_name {
    text-align: right;
}
.time_slots_mobile span,
.time_slots_mobile label,
.time_slots_mobile p,
.mobile_modal span,
.mobile_modal label {
    font-size: 16px;
}

.date-switcher {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: aquamarine;
}

.date-switcher span {
    font-size: 24px;
}

.date-switcher>button {
    height: auto;
    background-color: inherit !important;
    width: 15%;
    border: none;
}

.date-switcher>button:first-of-type {
    margin-left: 10px;
}

.date-switcher>button:first-of-type {
    margin-right: 10px;
}

.time_slots_item {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.time_slots_item_time {
    min-width: 50px;
    height: 60px;
    margin-right: 15px;
    text-align: right;
}

.time_slots_item_content {
    padding-left: 20px;
    border-left: 2px solid black;
}

.request-card .ant-card-body {
    padding: 10px;
}

/* .request-card span:last-child {
    display: block;
} */

.mobile_modal {
    width: 90% !important;
}

.mobile_modal label {
    font-weight: bold;
}

.mobile_modal .ant-comment-content-author span {
    font-size: 14px;
    line-height: 22px;
}

.mobile_modal .ant-comment-content {
    font-size: 16px;
}

/* self classes start*/

.slotsContener {
    display: flex;
}

.timeColomn {
    width: 15%;
}

.times_cell {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.requestColumn {
    width: 85%;
}

.request-card {
    border-radius: 15px;
    border-width: 2px;
    text-align: left;
    background-color: bisque;
    width: 100%;
    display: flex;
    align-items: center;
}

.request-card p {
    margin: 0;
}

.intervals {
    /* border-left: 1px solid black; */
    width: 100%;
}

.intervals>div {
    /* border-bottom: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.intervals>div:last-child {
    border-bottom: none;
}

/* self classes end */

@media screen and (max-width: 900px) {
    .request-card span:not(:last-child) {
        display: block;
    }

    .mobile_modal .ant-row {
        flex-direction: column !important;
    }

    .mobile_modal .ant-row>.ant-col {
        max-width: 100% !important;
    }

    .mobile_modal .ant-form-item-label,
    .mobile_modal .ant-form-item-control {
        padding: 0 0 8px;
        line-height: 1.5715;
        white-space: initial;
        text-align: left;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1450px) {
    .mobile_modal {
        width: 100% !important;
    }
}
body{margin:0}.ant-layout-sider-children{background-color:#ff008c !important}.ant-layout-sider-trigger{background-color:#ff008c !important}

/*# sourceMappingURL=application-83624c77.css.map*/