/*RESET*/
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, button {
    outline: none !important
}

.badge {
    text-transform: inherit !important;
}

.page-item.active .page-link {
    z-index: 3;

    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
}

.btn-gradient-warning {
    background: linear-gradient(35deg, #ffa101, #ff7304) !important;
}

.has-success:after {
    display: none !important;
}

.dropzone {
    display: block !important;
    border: 1px dashed #ccc !important;
    border-radius: 5px !important;
    background: white !important;
    text-align: center !important;
}

.dropzone .dz-message, .dropzone .dz-preview {
    border: 0 !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.noUi-handle {
    width: 1rem !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
}

.noUi-handle:before {
    left: 50% !important;
    margin-left: -2px;
    border-color: #ddd !important;
}

.noUi-handle:after {
    left: 50% !important;
    margin-right: -2px;
    border-color: #ddd !important;
}

.noUi-connect {
    background: #fa0 !important;
}

.noUi-tooltip {
    display: none !important;
}

.noUi-active .noUi-tooltip {
    display: block !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-item::after {
    transform: rotate(-90deg);
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item > i, .dropdown-menu .dropdown-item > svg {
    font-size: 1rem;
    margin-right: .3rem;
    vertical-align: -8%;
}

/*public*/
.br {
    white-space: normal !important;
    word-break: break-all !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.rounded-1 {
    border-radius: 1rem !important
}

.rounded-2 {
    border-radius: 2rem !important
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 14px;
}

.text-lg {
    font-size: 18px;
}

.img-hover {
    cursor: pointer;
    transition: all 0.3s;
}

.img-hover:hover {
    transform: scale(1.1);
}

@font-face {
    font-family: 'Segoe Script';
    src: url('https://cdn.cache.zaaprint.com/fonts/SegoeScript.woff2') format('woff2'),
    url('https://cdn.cache.zaaprint.com/fonts/SegoeScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://cdn.cache.zaaprint.com/fonts/Poppins-Bold.woff2') format('woff2'),
    url('https://cdn.cache.zaaprint.com/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.my-font-segoe {
    font-family: 'Segoe Script';
    font-weight: normal;
    font-style: normal;
}

.my-font-poppins {
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 2;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-30 {
    font-size: 30px;
}

/*MY*/
.my-hideAll {
    visibility: hidden
}

.my-hideAll * {
    visibility: hidden
}

.my-hide {
    visibility: hidden
}

.my-show {
    visibility: visible
}

.my-color-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.my-color-list > li {
    display: block;
    width: 29px;
    height: 29px;
    border: #ddd 1px solid;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 3px 3px 0;
    padding: 0;
    position: relative;
}

.my-color-list.large > li {
    width: 43px;
    height: 43px;
}

.my-color-list.small > li {
    width: 22px;
    height: 22px;
}

.my-color-list > li span,
.my-color-list > li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background: linear-gradient(45deg, transparent 49.5%, deeppink 49.5%, deeppink 50.5%, transparent 50.5%);
}

.my-color-list > li span:hover:before,
.my-color-list > li a:hover:before,
.my-color-list > li.active > span:before,
.my-color-list > li.active > a:before {
    content: "";
    width: 100%;
    height: 100%;
    border: #fff 4px solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.my-color-list > li span:hover:after,
.my-color-list > li a:hover:after,
.my-color-list > li.active > span:after,
.my-color-list > li.active > a:after {
    content: "";
    width: 100%;
    height: 100%;
    border: #000 2px solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.my-color-list > li.add {
    background-image: linear-gradient(to top, currentColor, currentColor), linear-gradient(to top, currentColor, currentColor);
    background-size: 10px 2px, 2px 10px;
}

.my-color-list > li.none {
    background-image: linear-gradient(45deg, transparent 49.5%, deeppink 49.5%, deeppink 50.5%, transparent 50.5%);
}