@import "./slickSlider.css";

@mixin line-clamp($line-clamp) {
    display: -webkit-box;
    -webkit-line-clamp: $ line-clamp;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.react-draggable-dragging {
    cursor: grabbing !important;
}

.react-draggable, .cursor {
    cursor: move;
}

.no-cursor {
    cursor: auto;
}

.cursor-y {
    cursor: ns-resize;
}

.cursor-x {
    cursor: ew-resize;
}

.box {
    /*background: #fff;*/
    /*border: 1px solid #999;*/
    border-radius: 3px;
    /*width: 180px;*/
    transition: transform .2s ease;
    /*height: 180px;*/
    /*margin: 10px;*/
    /*padding: 10px;*/
    float: left;
}

.react-draggable strong {
    background: #ddd;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    padding: 3px 5px;
    text-align: center;
}

.container-fluid {
    overflow: auto;
}

.container {
    width: 100% !important;

    /* min-width: px !important; */
    /* overflow: auto; */
}

.ant-layout {
    background-color: #ffff;
}

.ant-form-explain {
    font-size: 22px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .container {
        max-width: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1920px;
    }
}

/* config table - ant */
table {
    font-family: "HelveticaNeue";
}

.Table-device table tr th {
    background-color: #333333;
    color: #ff6600 !important;
    font-family: "HelveticaNeue";

}

table tr th, td {
    text-align: center !important;
    font-family: "HelveticaNeue";
}

/*device page*/
.Device .btn-add {
    background-color: #ffcc33;
    border: none;
    color: white
}

.Device .btn-del {
    background-color: #ff6600;
    border: none;
    color: white
}

.Device .btn {
    border-radius: 15px !important;
    font-size: 14px;
    height: 32px;
    min-width: 100px;
    line-height: 1;
}

body {
    font-family: "HelveticaNeue";
}

.ant-modal {
    font-family: "HelveticaNeue";
}

.ant-modal-body {
    font-family: "HelveticaNeue";

}

.ant-modal-body .ant-form-item-label {
    font-family: "HelveticaNeue-Bold";
    font-weight: 400;
}

.Device .theme-select {
    width: 100%;

}

.Device .ant-select-lg .ant-select-selection--single {
    height: 56px;
}

.Device .ant-select-selection {
    border: none !important;
}

.Device input {
    background-image: url(/static/images/login/bg_input.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 55px;
    background-color: transparent;
    border: none;
}

.Device .form-control:focus {
    box-shadow: none;
}