﻿.cursor-no-drop {
    cursor: no-drop;
}

.cursor-alias {
    cursor: alias;
}

.cursor-all-scroll {
    cursor: all-scroll;
}

.cursor-auto {
    cursor: auto;
}

.cursor-cell {
    cursor: cell;
}

.cursor-col-resize {
    cursor: col-resize;
}

.cursor-context-menu {
    cursor: context-menu;
}

.cursor-copy {
    cursor: copy;
}

.cursor-crosshair {
    cursor: crosshair;
}

.cursor-e-resize {
    cursor: e-resize;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-grab {
    cursor: grab;
    cursor: -webkit-grab;
}

.cursor-grabbing {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.cursor-help {
    cursor: help;
}

.cursor-inherit {
    cursor: inherit;
}

.cursor-initial {
    cursor: initial;
}

.cursor-move {
    cursor: move;
}

.cursor-n-resize {
    cursor: n-resize;
}

.cursor-ne-resize {
    cursor: ne-resize;
}

.cursor-nesw-resize {
    cursor: nesw-resize;
}

.cursor-none {
    cursor: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-ns-resize {
    cursor: ns-resize;
}

.cursor-nw-resize {
    cursor: nw-resize;
}

.cursor-nwse-resize {
    cursor: nwse-resize;
}

.cursor-progress {
    cursor: progress;
}

.cursor-revert {
    cursor: revert;
}

.cursor-row-resize {
    cursor: row-resize;
}

.cursor-s-resize {
    cursor: s-resize;
}

.cursor-se-resize {
    cursor: se-resize;
}

.cursor-sw-resize {
    cursor: sw-resize;
}

.cursor-text {
    cursor: text;
}

.cursor-unset {
    cursor: unset;
}

.cursor-vertical-text {
    cursor: vertical-text;
}

.cursor-w-resize {
    cursor: w-resize;
}

.cursor-wait {
    cursor: wait;
}

.cursor-zoom-in {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}

.cursor-zoom-out {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
}
@media (min-width:425px) {
    .cursor-xs-pointer {
        cursor: pointer;
    }

    .cursor-xs-default {
        cursor: default;
    }

    .cursor-xs-no-drop {
        cursor: no-drop;
    }

    .cursor-xs-alias {
        cursor: alias;
    }

    .cursor-xs-all-scroll {
        cursor: all-scroll;
    }

    .cursor-xs-auto {
        cursor: auto;
    }

    .cursor-xs-cell {
        cursor: cell;
    }

    .cursor-xs-col-resize {
        cursor: col-resize;
    }

    .cursor-xs-context-menu {
        cursor: context-menu;
    }

    .cursor-xs-copy {
        cursor: copy;
    }

    .cursor-xs-crosshair {
        cursor: crosshair;
    }

    .cursor-xs-e-resize {
        cursor: e-resize;
    }

    .cursor-xs-ew-resize {
        cursor: ew-resize;
    }

    .cursor-xs-grab {
        cursor: grab;
        cursor: -webkit-grab;
    }

    .cursor-xs-grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .cursor-xs-help {
        cursor: help;
    }

    .cursor-xs-inherit {
        cursor: inherit;
    }

    .cursor-xs-initial {
        cursor: initial;
    }

    .cursor-xs-move {
        cursor: move;
    }

    .cursor-xs-n-resize {
        cursor: n-resize;
    }

    .cursor-xs-ne-resize {
        cursor: ne-resize;
    }

    .cursor-xs-nesw-resize {
        cursor: nesw-resize;
    }

    .cursor-xs-none {
        cursor: none;
    }

    .cursor-xs-not-allowed {
        cursor: not-allowed;
    }

    .cursor-xs-ns-resize {
        cursor: ns-resize;
    }

    .cursor-xs-nw-resize {
        cursor: nw-resize;
    }

    .cursor-xs-nwse-resize {
        cursor: nwse-resize;
    }

    .cursor-xs-progress {
        cursor: progress;
    }

    .cursor-xs-revert {
        cursor: revert;
    }

    .cursor-xs-row-resize {
        cursor: row-resize;
    }

    .cursor-xs-s-resize {
        cursor: s-resize;
    }

    .cursor-xs-se-resize {
        cursor: se-resize;
    }

    .cursor-xs-sw-resize {
        cursor: sw-resize;
    }

    .cursor-xs-text {
        cursor: text;
    }

    .cursor-xs-unset {
        cursor: unset;
    }

    .cursor-xs-vertical-text {
        cursor: vertical-text;
    }

    .cursor-xs-w-resize {
        cursor: w-resize;
    }

    .cursor-xs-wait {
        cursor: wait;
    }

    .cursor-xs-zoom-in {
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
    }

    .cursor-xs-zoom-out {
        cursor: zoom-out;
        cursor: -webkit-zoom-out;
    }
}

@media (min-width:576px) {
    .cursor-sm-pointer {
        cursor: pointer;
    }

    .cursor-sm-default {
        cursor: default;
    }

    .cursor-sm-no-drop {
        cursor: no-drop;
    }

    .cursor-sm-alias {
        cursor: alias;
    }

    .cursor-sm-all-scroll {
        cursor: all-scroll;
    }

    .cursor-sm-auto {
        cursor: auto;
    }

    .cursor-sm-cell {
        cursor: cell;
    }

    .cursor-sm-col-resize {
        cursor: col-resize;
    }

    .cursor-sm-context-menu {
        cursor: context-menu;
    }

    .cursor-sm-copy {
        cursor: copy;
    }

    .cursor-sm-crosshair {
        cursor: crosshair;
    }

    .cursor-sm-e-resize {
        cursor: e-resize;
    }

    .cursor-sm-ew-resize {
        cursor: ew-resize;
    }

    .cursor-sm-grab {
        cursor: grab;
        cursor: -webkit-grab;
    }

    .cursor-sm-grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .cursor-sm-help {
        cursor: help;
    }

    .cursor-sm-inherit {
        cursor: inherit;
    }

    .cursor-sm-initial {
        cursor: initial;
    }

    .cursor-sm-move {
        cursor: move;
    }

    .cursor-sm-n-resize {
        cursor: n-resize;
    }

    .cursor-sm-ne-resize {
        cursor: ne-resize;
    }

    .cursor-sm-nesw-resize {
        cursor: nesw-resize;
    }

    .cursor-sm-none {
        cursor: none;
    }

    .cursor-sm-not-allowed {
        cursor: not-allowed;
    }

    .cursor-sm-ns-resize {
        cursor: ns-resize;
    }

    .cursor-sm-nw-resize {
        cursor: nw-resize;
    }

    .cursor-sm-nwse-resize {
        cursor: nwse-resize;
    }

    .cursor-sm-progress {
        cursor: progress;
    }

    .cursor-sm-revert {
        cursor: revert;
    }

    .cursor-sm-row-resize {
        cursor: row-resize;
    }

    .cursor-sm-s-resize {
        cursor: s-resize;
    }

    .cursor-sm-se-resize {
        cursor: se-resize;
    }

    .cursor-sm-sw-resize {
        cursor: sw-resize;
    }

    .cursor-sm-text {
        cursor: text;
    }

    .cursor-sm-unset {
        cursor: unset;
    }

    .cursor-sm-vertical-text {
        cursor: vertical-text;
    }

    .cursor-sm-w-resize {
        cursor: w-resize;
    }

    .cursor-sm-wait {
        cursor: wait;
    }

    .cursor-sm-zoom-in {
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
    }

    .cursor-sm-zoom-out {
        cursor: zoom-out;
        cursor: -webkit-zoom-out;
    }
}

@media (min-width:768px) {
    .cursor-md-pointer {
        cursor: pointer;
    }

    .cursor-md-default {
        cursor: default;
    }

    .cursor-md-no-drop {
        cursor: no-drop;
    }

    .cursor-md-alias {
        cursor: alias;
    }

    .cursor-md-all-scroll {
        cursor: all-scroll;
    }

    .cursor-md-auto {
        cursor: auto;
    }

    .cursor-md-cell {
        cursor: cell;
    }

    .cursor-md-col-resize {
        cursor: col-resize;
    }

    .cursor-md-context-menu {
        cursor: context-menu;
    }

    .cursor-md-copy {
        cursor: copy;
    }

    .cursor-md-crosshair {
        cursor: crosshair;
    }

    .cursor-md-e-resize {
        cursor: e-resize;
    }

    .cursor-md-ew-resize {
        cursor: ew-resize;
    }

    .cursor-md-grab {
        cursor: grab;
        cursor: -webkit-grab;
    }

    .cursor-md-grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .cursor-md-help {
        cursor: help;
    }

    .cursor-md-inherit {
        cursor: inherit;
    }

    .cursor-md-initial {
        cursor: initial;
    }

    .cursor-md-move {
        cursor: move;
    }

    .cursor-md-n-resize {
        cursor: n-resize;
    }

    .cursor-md-ne-resize {
        cursor: ne-resize;
    }

    .cursor-md-nesw-resize {
        cursor: nesw-resize;
    }

    .cursor-md-none {
        cursor: none;
    }

    .cursor-md-not-allowed {
        cursor: not-allowed;
    }

    .cursor-md-ns-resize {
        cursor: ns-resize;
    }

    .cursor-md-nw-resize {
        cursor: nw-resize;
    }

    .cursor-md-nwse-resize {
        cursor: nwse-resize;
    }

    .cursor-md-progress {
        cursor: progress;
    }

    .cursor-md-revert {
        cursor: revert;
    }

    .cursor-md-row-resize {
        cursor: row-resize;
    }

    .cursor-md-s-resize {
        cursor: s-resize;
    }

    .cursor-md-se-resize {
        cursor: se-resize;
    }

    .cursor-md-sw-resize {
        cursor: sw-resize;
    }

    .cursor-md-text {
        cursor: text;
    }

    .cursor-md-unset {
        cursor: unset;
    }

    .cursor-md-vertical-text {
        cursor: vertical-text;
    }

    .cursor-md-w-resize {
        cursor: w-resize;
    }

    .cursor-md-wait {
        cursor: wait;
    }

    .cursor-md-zoom-in {
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
    }

    .cursor-md-zoom-out {
        cursor: zoom-out;
        cursor: -webkit-zoom-out;
    }

}

@media (min-width:992px) {
    .cursor-lg-pointer {
        cursor: pointer;
    }

    .cursor-lg-default {
        cursor: default;
    }

    .cursor-lg-no-drop {
        cursor: no-drop;
    }

    .cursor-lg-alias {
        cursor: alias;
    }

    .cursor-lg-all-scroll {
        cursor: all-scroll;
    }

    .cursor-lg-auto {
        cursor: auto;
    }

    .cursor-lg-cell {
        cursor: cell;
    }

    .cursor-lg-col-resize {
        cursor: col-resize;
    }

    .cursor-lg-context-menu {
        cursor: context-menu;
    }

    .cursor-lg-copy {
        cursor: copy;
    }

    .cursor-lg-crosshair {
        cursor: crosshair;
    }

    .cursor-lg-e-resize {
        cursor: e-resize;
    }

    .cursor-lg-ew-resize {
        cursor: ew-resize;
    }

    .cursor-lg-grab {
        cursor: grab;
        cursor: -webkit-grab;
    }

    .cursor-lg-grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .cursor-lg-help {
        cursor: help;
    }

    .cursor-lg-inherit {
        cursor: inherit;
    }

    .cursor-lg-initial {
        cursor: initial;
    }

    .cursor-lg-move {
        cursor: move;
    }

    .cursor-lg-n-resize {
        cursor: n-resize;
    }

    .cursor-lg-ne-resize {
        cursor: ne-resize;
    }

    .cursor-lg-nesw-resize {
        cursor: nesw-resize;
    }

    .cursor-lg-none {
        cursor: none;
    }

    .cursor-lg-not-allowed {
        cursor: not-allowed;
    }

    .cursor-lg-ns-resize {
        cursor: ns-resize;
    }

    .cursor-lg-nw-resize {
        cursor: nw-resize;
    }

    .cursor-lg-nwse-resize {
        cursor: nwse-resize;
    }

    .cursor-lg-progress {
        cursor: progress;
    }

    .cursor-lg-revert {
        cursor: revert;
    }

    .cursor-lg-row-resize {
        cursor: row-resize;
    }

    .cursor-lg-s-resize {
        cursor: s-resize;
    }

    .cursor-lg-se-resize {
        cursor: se-resize;
    }

    .cursor-lg-sw-resize {
        cursor: sw-resize;
    }

    .cursor-lg-text {
        cursor: text;
    }

    .cursor-lg-unset {
        cursor: unset;
    }

    .cursor-lg-vertical-text {
        cursor: vertical-text;
    }

    .cursor-lg-w-resize {
        cursor: w-resize;
    }

    .cursor-lg-wait {
        cursor: wait;
    }

    .cursor-lg-zoom-in {
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
    }

    .cursor-lg-zoom-out {
        cursor: zoom-out;
        cursor: -webkit-zoom-out;
    }

}

@media (min-width:1200px) {
    .cursor-xl-pointer {
        cursor: pointer;
    }

    .cursor-xl-default {
        cursor: default;
    }

    .cursor-xl-no-drop {
        cursor: no-drop;
    }

    .cursor-xl-alias {
        cursor: alias;
    }

    .cursor-xl-all-scroll {
        cursor: all-scroll;
    }

    .cursor-xl-auto {
        cursor: auto;
    }

    .cursor-xl-cell {
        cursor: cell;
    }

    .cursor-xl-col-resize {
        cursor: col-resize;
    }

    .cursor-xl-context-menu {
        cursor: context-menu;
    }

    .cursor-xl-copy {
        cursor: copy;
    }

    .cursor-xl-crosshair {
        cursor: crosshair;
    }

    .cursor-xl-e-resize {
        cursor: e-resize;
    }

    .cursor-xl-ew-resize {
        cursor: ew-resize;
    }

    .cursor-xl-grab {
        cursor: grab;
        cursor: -webkit-grab;
    }

    .cursor-xl-grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .cursor-xl-help {
        cursor: help;
    }

    .cursor-xl-inherit {
        cursor: inherit;
    }

    .cursor-xl-initial {
        cursor: initial;
    }

    .cursor-xl-move {
        cursor: move;
    }

    .cursor-xl-n-resize {
        cursor: n-resize;
    }

    .cursor-xl-ne-resize {
        cursor: ne-resize;
    }

    .cursor-xl-nesw-resize {
        cursor: nesw-resize;
    }

    .cursor-xl-none {
        cursor: none;
    }

    .cursor-xl-not-allowed {
        cursor: not-allowed;
    }

    .cursor-xl-ns-resize {
        cursor: ns-resize;
    }

    .cursor-xl-nw-resize {
        cursor: nw-resize;
    }

    .cursor-xl-nwse-resize {
        cursor: nwse-resize;
    }

    .cursor-xl-progress {
        cursor: progress;
    }

    .cursor-xl-revert {
        cursor: revert;
    }

    .cursor-xl-row-resize {
        cursor: row-resize;
    }

    .cursor-xl-s-resize {
        cursor: s-resize;
    }

    .cursor-xl-se-resize {
        cursor: se-resize;
    }

    .cursor-xl-sw-resize {
        cursor: sw-resize;
    }

    .cursor-xl-text {
        cursor: text;
    }

    .cursor-xl-unset {
        cursor: unset;
    }

    .cursor-xl-vertical-text {
        cursor: vertical-text;
    }

    .cursor-xl-w-resize {
        cursor: w-resize;
    }

    .cursor-xl-wait {
        cursor: wait;
    }

    .cursor-xl-zoom-in {
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
    }

    .cursor-xl-zoom-out {
        cursor: zoom-out;
        cursor: -webkit-zoom-out;
    }
}

@media (min-width:1540px) {
    .cursor-xxl-pointer {
        cursor: pointer;
    }

    .cursor-xxl-default {
        cursor: default;
    }

    .cursor-xxl-no-drop {
        cursor: no-drop;
    }

    .cursor-xxl-alias {
        cursor: alias;
    }

    .cursor-xxl-all-scroll {
        cursor: all-scroll;
    }

    .cursor-xxl-auto {
        cursor: auto;
    }

    .cursor-xxl-cell {
        cursor: cell;
    }

    .cursor-xxl-col-resize {
        cursor: col-resize;
    }

    .cursor-xxl-context-menu {
        cursor: context-menu;
    }

    .cursor-xxl-copy {
        cursor: copy;
    }

    .cursor-xxl-crosshair {
        cursor: crosshair;
    }

    .cursor-xxl-e-resize {
        cursor: e-resize;
    }

    .cursor-xxl-ew-resize {
        cursor: ew-resize;
    }

    .cursor-xxl-grab {
        cursor: grab;
        cursor: -webkit-grab;
    }

    .cursor-xxl-grabbing {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .cursor-xxl-help {
        cursor: help;
    }

    .cursor-xxl-inherit {
        cursor: inherit;
    }

    .cursor-xxl-initial {
        cursor: initial;
    }

    .cursor-xxl-move {
        cursor: move;
    }

    .cursor-xxl-n-resize {
        cursor: n-resize;
    }

    .cursor-xxl-ne-resize {
        cursor: ne-resize;
    }

    .cursor-xxl-nesw-resize {
        cursor: nesw-resize;
    }

    .cursor-xxl-none {
        cursor: none;
    }

    .cursor-xxl-not-allowed {
        cursor: not-allowed;
    }

    .cursor-xxl-ns-resize {
        cursor: ns-resize;
    }

    .cursor-xxl-nw-resize {
        cursor: nw-resize;
    }

    .cursor-xxl-nwse-resize {
        cursor: nwse-resize;
    }

    .cursor-xxl-progress {
        cursor: progress;
    }

    .cursor-xxl-revert {
        cursor: revert;
    }

    .cursor-xxl-row-resize {
        cursor: row-resize;
    }

    .cursor-xxl-s-resize {
        cursor: s-resize;
    }

    .cursor-xxl-se-resize {
        cursor: se-resize;
    }

    .cursor-xxl-sw-resize {
        cursor: sw-resize;
    }

    .cursor-xxl-text {
        cursor: text;
    }

    .cursor-xxl-unset {
        cursor: unset;
    }

    .cursor-xxl-vertical-text {
        cursor: vertical-text;
    }

    .cursor-xxl-w-resize {
        cursor: w-resize;
    }

    .cursor-xxl-wait {
        cursor: wait;
    }

    .cursor-xxl-zoom-in {
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
    }

    .cursor-xxl-zoom-out {
        cursor: zoom-out;
        cursor: -webkit-zoom-out;
    }
}

