381 lines
8.4 KiB
CSS
381 lines
8.4 KiB
CSS
/*Scrollbar*/
|
|
[data-scrollbar], [scrollbar], scrollbar {
|
|
display: block;
|
|
position: relative
|
|
}
|
|
|
|
/*Overlay*/
|
|
.c-overlay {
|
|
position: fixed;
|
|
z-index: 12;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
opacity: 0;
|
|
transition: all ease-in-out .4s;
|
|
background: rgb(86 83 96 / 0.32)
|
|
}
|
|
|
|
.c-overlay.show {
|
|
opacity: 1
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 10px;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.form-group label {
|
|
font-size: .8rem;
|
|
margin-bottom: 5px
|
|
}
|
|
|
|
.form-group .invalid, .form-group .invalid:focus {
|
|
border-color: #ea5455;
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ea5455'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ea5455' stroke='none'/%3E%3C/svg%3E");
|
|
background-repeat: no-repeat;
|
|
background-size: 20px;
|
|
background-position: right 0.4rem center
|
|
}
|
|
|
|
.form-group input:disabled {
|
|
background-color: #efefef
|
|
}
|
|
|
|
.form-group > .input-custom {
|
|
border: 1px solid #d8d6de;
|
|
border-radius: .357rem;
|
|
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
|
|
}
|
|
|
|
.form-group > .input-custom input {
|
|
border: none !important
|
|
}
|
|
|
|
.form-group > .input-custom:focus-within .input-append.right, .form-group > .input-custom:focus-within .input-append.left {
|
|
border-color: #7367f0
|
|
}
|
|
|
|
.form-group .minus, .form-group .plus {
|
|
cursor: pointer
|
|
}
|
|
|
|
.form-group > .input-custom .input-append {
|
|
padding: .438rem 1rem;
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border-radius: .357rem;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
|
|
}
|
|
|
|
.form-group > .input-custom .input-append.right {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-left: 1px solid #d8d6de
|
|
}
|
|
|
|
.form-group > .input-custom .input-append.left {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-right: 1px solid #d8d6de
|
|
}
|
|
|
|
.form-group input, .form-group .aselect, .form-group textarea {
|
|
font-size: .85rem;
|
|
width: 100%;
|
|
cursor: text;
|
|
padding: 8px 25px 8px 15px;
|
|
height: 38px;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #d8d6de;
|
|
border-radius: .357rem;
|
|
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
|
|
}
|
|
|
|
.form-group textarea {
|
|
height: auto !important;
|
|
resize: none
|
|
}
|
|
|
|
.custom-checkbox {
|
|
min-height: 18px;
|
|
padding-left: 25px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.custom-checkbox input[type=checkbox]:checked ~ .a-checkbox-label:before {
|
|
box-shadow: 0 2px 4px 0 rgba(115,103,240,.4) !important;
|
|
border-color: #7367f0;
|
|
background-color: #7367f0;
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
width: 18px;
|
|
height: 18px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
padding: 0;
|
|
left: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
z-index: -1;
|
|
opacity: 0
|
|
}
|
|
|
|
.a-checkbox-label {
|
|
position: static;
|
|
display: block;
|
|
margin: 0 !important
|
|
}
|
|
|
|
.a-checkbox-label::before {
|
|
background-color: #fff;
|
|
border: 1px solid #d8d6de;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.a-checkbox-label::before, .a-checkbox-label::after {
|
|
position: absolute;
|
|
display: block;
|
|
content: '';
|
|
left: 0;
|
|
border-radius: 3px;
|
|
width: 18px;
|
|
height: 18px
|
|
}
|
|
|
|
.a-checkbox-label::after {
|
|
background: no-repeat 50%/50% 50%;
|
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
|
|
background-size: 57%;
|
|
}
|
|
|
|
/*ASelect*/
|
|
.con-aselect .hide {
|
|
overflow: hidden;
|
|
height: 0px !important
|
|
}
|
|
|
|
.con-aselect .hide select:empty {
|
|
display: none;
|
|
}
|
|
|
|
.aselect {
|
|
background: #fff !important;
|
|
cursor: pointer !important
|
|
}
|
|
|
|
.aselect .icon {
|
|
position: absolute;
|
|
right: 8px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transition: .3s all ease-in-out;
|
|
color: #6e6b7b
|
|
}
|
|
|
|
|
|
.con-aselect.active > .aselect > .icon {
|
|
transform: translateY(-50%) rotate(180deg)
|
|
}
|
|
|
|
|
|
.a-s-sub {
|
|
margin-top: 10px;
|
|
max-height: 250px
|
|
}
|
|
|
|
.a-s-sub .a-search {
|
|
padding: 10px
|
|
}
|
|
|
|
.a-s-sub .noitem {
|
|
font-size: .85rem;
|
|
padding: 10px 15px
|
|
}
|
|
|
|
.a-s-sub .a-search input:focus {
|
|
border-color: #6e6b7b
|
|
}
|
|
|
|
.a-s-sub .a-option {
|
|
font-size: .85rem;
|
|
padding: 10px 15px;
|
|
cursor: default;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
.a-s-sub .a-option-group {
|
|
padding: 10px 15px;
|
|
font-weight: 600;
|
|
cursor: default
|
|
}
|
|
|
|
.a-option-group ~ .a-option {
|
|
padding-left: 25px !important
|
|
}
|
|
|
|
.a-s-sub .a-option:hover {
|
|
color: #7367f0;
|
|
background: #eeedfd
|
|
}
|
|
|
|
.a-s-sub .a-option.active {
|
|
color: white;
|
|
background: #7367f0
|
|
}
|
|
|
|
.invalid-feedback {
|
|
display: none;
|
|
font-size: .85rem;
|
|
color: #ea5455;
|
|
}
|
|
/*From Dropdonw*/
|
|
|
|
|
|
/*Text*/
|
|
.dt, .dd {
|
|
padding: 0 20px;
|
|
font-size: .85rem;
|
|
line-height: 1.45
|
|
}
|
|
|
|
.dd {
|
|
color: #6e6b7b
|
|
}
|
|
|
|
.dt {
|
|
font-weight: 500;
|
|
color: #6e6b7b
|
|
}
|
|
/*Table*/
|
|
.c-table {
|
|
width: 100%
|
|
}
|
|
|
|
.c-ta-c {
|
|
box-shadow: 0 0px 20px 0px rgb(0 0 0 / 15%);
|
|
border-radius: 10px;
|
|
}
|
|
/*@media not all and (min-resolution:.001dpcm) {
|
|
@supports (-webkit-appearance:none) {
|
|
.c-ta-c {
|
|
-webkit-mask-image: -webkit-radial-gradient(white, black);
|
|
}
|
|
}
|
|
}*/
|
|
.c-ta-scroll {
|
|
-webkit-backface-visibility: hidden;
|
|
-moz-backface-visibility: hidden;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
-moz-transform: translate3d(0, 0, 0);
|
|
overflow: hidden;
|
|
height: auto !important;
|
|
width: 100%;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.a-table {
|
|
border-radius: 10px;
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
color: #6e6b7b
|
|
}
|
|
|
|
|
|
.a-table th {
|
|
color: #fff;
|
|
background-color: #36304a;
|
|
padding: 20px 10px 20px;
|
|
font-size: .85rem;
|
|
text-transform: capitalize;
|
|
letter-spacing: .5px
|
|
}
|
|
|
|
.a-table th:first-child, .a-table td:first-child {
|
|
padding-left: 25px !important
|
|
}
|
|
|
|
|
|
.a-table tbody tr:nth-child(even) {
|
|
background: #f8f6ff
|
|
}
|
|
|
|
.a-table td {
|
|
color: #808080;
|
|
padding: 16px 10px 16px 10px;
|
|
}
|
|
/*Paging*/
|
|
.paging {
|
|
margin: 15px 0
|
|
}
|
|
|
|
.paging .item {
|
|
height: 32px;
|
|
width: 32px;
|
|
color: #6e6b7b;
|
|
border-radius: 50%;
|
|
background-color: #f3f2f7;
|
|
transition: all .3s ease-in-out
|
|
}
|
|
|
|
.paging .item.active {
|
|
font-weight: 400;
|
|
color: #fff;
|
|
background-color: #7367f0 !important
|
|
}
|
|
|
|
.c-page-link {
|
|
height: 32px;
|
|
border-radius: 32px;
|
|
background-color: #f3f2f7;
|
|
}
|
|
|
|
.paging .item:hover {
|
|
color: #fff;
|
|
background-color: #7367f0 !important
|
|
}
|
|
|
|
.item-less {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.item-more {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.c-table .inpNum {
|
|
width: 40px;
|
|
padding: 8px 10px;
|
|
margin: 15px 8px
|
|
}
|
|
|
|
/*A Overlay*/
|
|
.c-aoverlay {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 12;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
transition: all ease-out .5s
|
|
}
|
|
|
|
.c-aoverlay.show {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
background: rgb(86 83 96 / 0.32)
|
|
}
|