a:hover {
    text-decoration: none;
    opacity: .95
}

.bb-grey {
    border-bottom: 1px solid #eff2f8 !important
}

.handle {
    cursor: move
}

[data-bs-toggle] .feather-more-horizontal,
[data-bs-toggle] .feather-more-vertical {
    width: 20px;
    height: 20px
}

.custom-alert {
    padding: 10px
}

.custom-alert p {
    display: block;
    padding-bottom: 5px
}

.alert-danger {
    color: #fff;
    background-color: rgba(209, 27, 89, 0.8);
    border-color: #d11b59;
}

.alert-success {
    color: #fff;
    background-color: rgba(114, 18, 193, 0.8);
    border-color: #7212c0;
}

.alert-warning {
    color: #fff;
    background-color: rgba(209, 163, 27, 0.8);
    border-color: #d1a71b;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: .25rem .25rem;
    height: 40px
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3b7ddd;
    color: #fff;
    border: 0
}

.select2-container--open {
    z-index: 1056
}

.bootstrap-tagsinput {
    display: block;
    max-width: 100%;
    cursor: default;
    vertical-align: middle;
    color: #718096;
    border: 0 solid transparent;
    border-radius: .375rem;
    background-color: transparent;
    margin-bottom: 10px
}

.bootstrap-tagsinput input {
    display: block;
    width: 100%;
    max-width: inherit;
    margin: 0;
    padding: 0;
    color: #4a5568;
    border: 0;
    outline: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.bootstrap-tagsinput input:-ms-input-placeholder {
    opacity: 1;
    color: #a0aec0
}

.bootstrap-tagsinput input::-ms-input-placeholder {
    opacity: 1;
    color: #a0aec0
}

.bootstrap-tagsinput input::placeholder {
    opacity: 1;
    color: #a0aec0
}

.bootstrap-tagsinput input:focus {
    border-bottom: 1px solid #b23bdd;
    box-shadow: none
}

.bootstrap-tagsinput [data-role=remove] {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    cursor: pointer;
    transform: translate(0, -50%);
    opacity: 0;
    color: #fff
}

.bootstrap-tagsinput [data-role=remove]:after {
    font-size: 16px;
    content: '×'
}

.bootstrap-tagsinput .badge {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: .125rem;
    padding: .625rem .625rem .5rem;
    transition: all .2s ease;
    color: #fff;
    border-radius: .375rem;
    background: #b23bdd;
    box-shadow: 0 1px 2px rgba(31, 45, 61, .25)
}

body.dark .bootstrap-tagsinput input {
    color: #fff
}

@media (prefers-reduced-motion:reduce) {
    .bootstrap-tagsinput .badge {
        transition: none
    }
}

.bootstrap-tagsinput .badge:hover {
    padding-right: 1.675rem
}

.bootstrap-tagsinput .badge:hover [data-role=remove] {
    opacity: 1
}

.editor {
    height: 300px
}

.pagination {
    display: flex;
    margin: 10px;
    list-style: none
}

.pagination a {
    position: relative;
    display: block;
    color: #b23bdd;
    padding: 5px 8px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#code-editor {
    height: 300px
}

.cke_bottom,
.cke_top {
    background-color: #fff !important
}

.progress {
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: right;
    padding-right: 5px;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.inline-copy {
    position: relative;
    background: #8b7d89;
    color: #fff !important;
    text-decoration: none;
    font-size: 11px;
    top: -2px;
    margin-left: 2px;
    padding: 0 3px 1px;
    border: 1px solid #8a8a8a;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
}

.inline-copy:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 120, 222, 0);
    border-right-color: #8a8a8a;
    border-width: 4px;
    margin-top: -4px
}
body.dark{
    .inline-copy{
        background: #423941;
        border: 1px solid #5b4e4e;
    }
    .inline-copy:before {
        border-right-color: #5b4e4e;
    
    }
}
.float-away {
    position: relative;
    display: inline-block;
}

.float-away::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: rgb(170, 66, 202, .5);
    bottom: 2px;
    animation: float-away .5s ease-out infinite;
}


@keyframes float-away {
    0% {
        transform: scale(0, 1);
        transform-origin: left top;
        opacity: 1;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: left top;
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        transform-origin: left top;
        opacity: 0
    }
}

.no-checkbox input[type=checkbox] {
    display: none
}

.icon-45 {
    width: 45px;
    height: 45px
}

.icon-36 {
    width: 36px;
    height: 36px
}

.contact-box {
    padding: 15px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.contact-box .contact-label {
    font-size: 22px;
    font-weight: 700;
    color: #000
}

.contact-box .contact-description {
    color: #000;
    opacity: .9;
    margin: 15px 0 !important
}

.contact-box .form-group {
    margin-top: 20px
}

.contact-box .form-group .control-label {
    color: #000
}

.contact-box .form-group textarea {
    color: #000;
    border-color: rgba(0, 0, 0, .2);
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.contact-box .form-group input {
    color: #000;
    border-color: rgba(0, 0, 0, .2);
    padding: 5px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.contact-box button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.poll-box {
    padding: 15px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.poll-box .poll-question {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.poll-box ol.poll-answers {
    padding: 0;
    margin: 10px 0
}

.poll-box ol.poll-answers>li {
    list-style: none;
    border: 0 !important;
    color: #000;
    opacity: .95;
    padding: 10px 0;
    font-size: 1.1em;
    font-weight: 700
}

.poll-box ol.poll-answers>li div {
    margin-right: 5px
}

.poll-box button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.custom-overlay {
    overflow: hidden
}

.custom-overlay .custom-message {
    position: relative;
    margin: 10px;
    background-color: #0067f4;
    color: #fff;
    padding: 15px 35px 15px 15px;
    max-width: 320px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.custom-overlay .custom-message .custom-label {
    position: absolute;
    background-color: #fff;
    top: 13px;
    right: -20px;
    color: #000;
    padding: 0 20px;
    font-size: 11px;
    font-weight: 700;
    width: 75px;
    height: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-overlay .custom-message p {
    margin: 0 !important
}

.custom-overlay .custom-message .custom-img {
    float: left;
    margin-right: 10px
}

.custom-overlay .custom-message .custom-img img {
    max-height: 50px;
    max-width: 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.custom-overlay .custom-message .custom-text {
    display: block;
    color: #fff
}

.custom-overlay .custom-message .btn {
    background-color: #fff;
    font-weight: 700;
    margin-top: 5px
}

.custom-overlay .custom-message .btn:hover {
    color: #000
}

#main-overlay {
    position: relative
}

#main-overlay #site {
    position: absolute;
    z-index: 0
}

#main-overlay .clickable {
    cursor: pointer
}

#main-overlay .custom-message.custom-bg {
    background-size: cover
}

#main-overlay .custom-message {
    z-index: 99999;
    bottom: -500px;
    position: absolute;
    margin: 10px;
    background-color: #0067f4;
    color: #fff;
    padding: 15px 35px 15px 15px;
    max-width: 320px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

#main-overlay .custom-message.tl {
    top: 0;
    left: 0;
    bottom: auto;
    transform: translatey(10px);
    animation: showdown 1s ease-in
}

#main-overlay .custom-message.tr {
    top: 0;
    right: 0;
    bottom: auto;
    transform: translatey(10px);
    animation: showdown 1s ease-in
}

#main-overlay .custom-message.br {
    bottom: 0;
    right: 0;
    transform: translatey(-10px);
    animation: showup 1s ease-in
}

#main-overlay .custom-message.bl {
    bottom: 0;
    left: 0;
    transform: translatey(-10px);
    animation: showup 1s ease-in
}

#main-overlay .custom-message .custom-label {
    position: absolute;
    background-color: #fff;
    top: 13px;
    right: -20px;
    color: #000;
    padding: 0 20px;
    font-size: 11px;
    font-weight: 700;
    width: 75px;
    height: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#main-overlay .custom-message a.remove {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 3px
}

#main-overlay .custom-message p {
    margin: 0 !important
}

#main-overlay .custom-message .custom-img {
    float: left;
    margin-right: 10px
}

#main-overlay .custom-message .custom-img img {
    max-height: 50px;
    max-width: 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

#main-overlay .custom-message .custom-text {
    display: block;
    color: #fff
}

#main-overlay .custom-message .btn {
    background-color: #fff;
    font-weight: 700;
    margin-top: 5px
}

#main-overlay .custom-message .btn:hover {
    color: #000
}

#main-overlay .contact-overlay {
    position: fixed;
    z-index: 9999
}

#main-overlay .contact-overlay.br {
    bottom: 10px;
    right: 15px;
    transform: translatey(-10px);
    animation: showup 1s ease-in
}

#main-overlay .contact-overlay.bl {
    bottom: 10px;
    left: 10px;
    transform: translatey(-10px);
    animation: showup 1s ease-in
}

#main-overlay .contact-event {
    background: #fff;
    color: #000;
    padding: 8px;
    display: block;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 700;
    text-decoration: none
}

#main-overlay .contact-event i {
    background: #000;
    color: #fff;
    padding: 5px 6px;
    border-radius: 20px;
    margin-right: 5px
}

#main-overlay .contact-event i.success {
    background: #82e26f !important
}

#main-overlay .contact-box {
    display: none;
    width: 320px;
    position: relative
}

#main-overlay .contact-box a.contact-close {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #000;
    opacity: .4
}

#main-overlay .contact-box a.contact-close:hover {
    opacity: .6
}

#main-overlay .poll-overlay {
    position: fixed;
    z-index: 9999
}

#main-overlay .poll-overlay.br {
    bottom: 10px;
    right: 15px;
    transform: translatey(-10px);
    animation: showup 1s ease-in
}

#main-overlay .poll-overlay.bl {
    bottom: 10px;
    left: 10px;
    transform: translatey(-10px);
    animation: showup 1s ease-in
}

#main-overlay .poll-overlay .poll-box {
    width: 320px;
    position: relative
}

.sp-replacer.sp-light {
    background: #fff;
    border-color: #e0e0e0
}

.sp-container.sp-light {
    background: #fff;
    color: #000;
    border-color: #ccc
}

.sp-input {
    color: #000
}

.close {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    float: right;
    opacity: .5;
    color: rgba(0, 0, 0, .6);
    text-shadow: none
}

.close:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .6)
}

.alert-danger .close,
.alert-success .close,
.alert-warning .close{
    opacity: .8;
    color: #fff;
}

.alert-danger .close:hover,
.alert-success .close:hover,
.alert-warning .close:hover{
    opacity: 1;
    color: #fff;
}

button.close {
    padding: 0;
    border: 0;
    background-color: transparent
}

[data-notify=container] {
    padding: 10px
}

.input-select span.select2 {
    flex: 1 1 auto;
    width: 1%;
    display: flex
}

.input-select span.select2 span.selection {
    width: 100%
}

.input-select span.select2 span.select2-selection {
    border-radius: 0 .25rem .25rem 0 !important;
    border-color: #ced4da !important;
    height: 40px;
    padding: .25rem
}

.input-select span.select2 span.select2-selection.select2-selection--multiple {
    height: auto
}

.input-select .select2-container .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 7px
}

.input-select span.select2 span.select2-selection {
    border-radius: .25rem !important
}

.select2-container .select2-search--dropdown .select2-search__field {
    outline: 0;
    border-radius: 2px
}

.autocomplete-suggestions {
    background: #fff;
    padding: 5px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%)
}

.btn.btn-default {
    background: #e9ebef;
    color: #5b677e
}

.btn.btn-default:hover {
    background: #f2f3f5
}

.badge-primary {
    color: #fff;
    background-color: #008aff;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #006ecc;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 138, 255, .5);
}

.badge-success {
    color: #fff;
    background-color: #4f9863;
}

.badge-warning {
    color: #fff;
    background-color: #ca7322;
}

.badge-danger {
    color: #fff;
    background-color: #ba2b37;
}

body.dark .dropdown-menu,
body.dark .main {
    background: #1f2933
}

body.dark .dropdown-item,
body.dark .main {
    color: #fff
}

body.dark .dropdown-item:hover {
    color: #1f2933
}

body.dark .border-top,
body.dark .modal-footer,
body.dark .modal-header {
    border-color: #2d3d4d !important
}

body.dark .card,
body.dark .modal-content {
    background: #1a2127
}

body.dark .card-footer,
body.dark .card-header {
    background: #1a2127;
    color: #fff
}

body.dark .list-group a.list-group-item:not(.active) {
    background: #1a2127;
    color: #fff
}

body.dark .navbar-light .text-dark {
    color: #fff !important
}

body.dark .card-title {
    color: #fff
}

body.dark {
    color: #fff;
    background: #1a2127
}

body.dark input[type=file]::file-selector-button {
    background-color: #4e5e71;
    color: #aec0d6
}

body.dark input[type=file]::file-selector-button:hover {
    background-color: #6a788a
}

body.dark .form-control,
body.dark .form-select {
    background-color: #1a2127;
    color: #fff;
    border-color: #4e5e71 !important
}

body.dark .adminserach .form-select {
    background-color: #222e3c;
}

body.dark .form-control:focus {
    background-color: #1a2127;
    color: #fff
}

body.dark .input-group-text {
    background: #1a2127;
    color: #fff;
    border-color: #4e5e71 !important
}

body.dark .form-text {
    color: #aec0d6 !important
}

body.dark footer {
    background: #2b3238;
    color: #fff
}

body.dark .text-muted {
    color: #aec0d6 !important
}

body.dark .border {
    border-color: #4e5e71 !important
}

body.dark .bg-white {
    background: #1a2127 !important
}
body.dark .bg-light {
    background: #232e38 !important
}


body.dark .h1,
body.dark .h2,
body.dark .h3,
body.dark .h4,
body.dark .h5,
body.dark .h6,
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #fff
}

body.dark .navbar-light {
    background: linear-gradient(4deg, rgba(64, 29, 95, 0.6), rgba(71, 11, 82, 0.6));
}

body.dark .navbar-light .navbar-nav .nav-link {
    color: #fff
}

body.dark .hamburger,
body.dark .hamburger:after,
body.dark .hamburger:before {
    background: #fff
}

body.dark .btn.btn-default {
    background: #1f2933;
    color: #fff
}

body.dark .btn.btn-default:hover {
    background: #12181d
}

body.dark .table tbody,
body.dark .table td,
body.dark .table tfoot,
body.dark .table th,
body.dark .table thead,
body.dark .table tr,
body.dark .table>:not(:last-child)>:last-child>* {
    border-color: #222e3c !important;
    color: #fff
}

body.dark .input-group-navbar .btn,
body.dark .input-group-navbar .form-control {
    background: #222e3c
}

body.dark .input-select span.select2 span.select2-selection {
    border-color: #4e5e71 !important;
    background: #1a2127
}

body.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important
}

body.dark .select2-dropdown {
    background: #1a2127;
    border-color: #4e5e71
}

body.dark .select2-search__field {
    color: #fff !important
}

body.dark .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
    background: #29323a;
    border-color: #4e5e71
}

body.dark .datepicker-panel>ul>li {
    background: #222e3c
}

body.dark .datepicker-dropdown {
    box-shadow: 0 3px 6px #14181c;
    border: transparent
}

body.dark .autocomplete-suggestions {
    background: #222e3c
}

.datepicker-container {
    z-index: 2000 !important
}

.btn-primary.active {
    color: #fff
}

.sidebar-light {
    background: #fff;
    color: #000
}

body.dark .sidebar-light {
    background-color: transparent;
    color: rgba(233, 236, 239, .5)
}

.sidebar-light .sidebar-link {
    background: #fff;
    color: #000
}

body.dark .sidebar-light .sidebar-link {
    background-color: transparent;
    color: rgba(233, 236, 239, .5)
}

.sidebar-light .sidebar-item.active .sidebar-link,
.sidebar-light .sidebar-item:hover .sidebar-link {
    color: #222e3c;
    background: #fff
}

body.dark .sidebar-light .sidebar-item.active .sidebar-link,
body.dark .sidebar-light .sidebar-item:hover .sidebar-link {
    background: #222e3c;
    color: rgba(233, 236, 239, .5)
}

.sidebar-light .sidebar-link:hover,
.sidebar-light .sidebar-link:hover i,
.sidebar-light .sidebar-link:hover svg {
    color: #222e3c !important
}

body.dark .sidebar-light .sidebar-link:hover,
body.dark .sidebar-light .sidebar-link:hover i,
body.dark .sidebar-light .sidebar-link:hover svg {
    color: rgba(233, 236, 239, .75) !important
}

.sidebar-light .sidebar-link svg {
    color: #25303a !important
}

body.dark .sidebar-light .sidebar-link svg {
    color: rgba(233, 236, 239, .5) !important
}

.sidebar-light .sidebar-header {
    color: #25303a
}

body.dark .sidebar-light .sidebar-header {
    color: rgba(233, 236, 239, .5)
}

.daterangepicker {
    color: #000 !important
}

.pagination a {
    padding: 8px 15px
}

body.dark .pagination a {
    background: #1a2127;
    border-color: #25303a;
    color: #fff
}

body.dark .text-dark {
    color: rgba(233, 236, 239, .5) !important
}

body.dark .font-select-active>span,
body.dark .font-select>span {
    background-color: #25303a !important;
    color: #fff !important
}

body.dark .font-select .fs-drop {
    background: #1a2127;
    color: #fff
}

body.dark .sp-container,
body.dark .sp-input,
body.dark .sp-replacer.sp-light {
    background: #25303a;
    color: #fff;
    border: #000
}

.pagination li.active a {
    background: #0d6efd;
    color: #fff;
    border-color: transparent
}

.iconpicker-popover.popover {
    opacity: 1 !important
}

body.dark .iconpicker-popover.popover {
    background: #1f2933
}

body.dark .iconpicker-popover.popover .popover-title {
    background: #1f2933;
    border-color: #000
}

body.dark .iconpicker .iconpicker-items {
    background: #1f2933
}

body.dark .iconpicker .iconpicker-item:hover {
    background: #3e4955
}

[data-scheme=dark] {
    color-scheme: dark
}

.input-group-navbar .form-select {
    background-color: rgb(250, 248, 250);
}

table.table-styled {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%
}

table.table-styled tr td {
    background: #fff;
    padding: 20px
}

body.dark table.table-styled tr td {
    background: #1a2127
}

table.table-styled tr td:first-child {
    border-radius: .3rem 0 0 .3rem
}

table.table-styled tr td:last-child {
    border-radius: 0 .3rem .3rem 0
}

.note-toolbar {
    background: 0 0 !important;
    border-color: #a5b4c3 !important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background: 0 0 !important;
    border-color: #a5b4c3 !important
}

.note-editor.note-frame {
    border-color: #a5b4c3 !important
}

body.dark .note-editor.note-frame {
    border-color: #4e5e71 !important
}

body.dark .note-editor.note-airframe .note-statusbar,
body.dark .note-editor.note-frame .note-statusbar {
    background: 0 0 !important;
    border-color: #4e5e71 !important;
    color: #fff !important
}

body.dark .note-toolbar {
    background: 0 0 !important;
    border-color: #4e5e71 !important
}

body.dark .note-btn {
    background: #1a2127 !important;
    border-color: #1a2127 !important;
    color: #fff !important
}

body.dark .note-editable {
    color: #fff !important
}

body.dark .note-modal-content {
    color: #fff !important;
    background: #222e3c !important
}

.note-modal-content {
    padding: 10px 0 !important
}

.note-modal-header {
    border: 0 !important
}

body.dark .note-form-label {
    color: #fff !important
}

.avatar-xs {
    height: 20px;
    width: 20px
}

.card-preview {
    border-width: 15px !important;
    border-radius: 50px;
    min-height: 720px;
    max-width: 380px;
    margin-left: auto;
    overflow: hidden
}

.card-preview iframe {
    height: 100%;
    position: absolute
}

.nav-link.text-muted.active {
    color: #fff !important
}

.adminserach input {
    width: 120px !important;
}

.adminserach select {
    width: 100px !important;
}

.splogo {
    display: none;
}

.nav-item {
    text-align: center;
}

.navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link {
    min-width: 5em;
}

@media (max-width:768px) {

.navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link {
    min-width: 16vw;
}
    .content {
        padding: 4rem .5rem .75rem;
    }

    .navbar {
        position: fixed;
        bottom: 0;
        height: 4em;
        top: auto;
    }

    .navbar .navbar-collapse {
        display: block !important
    }

    .navbar .navbar-nav {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .navbar .logoblock {
        display: none;
    }

    .splogo {
        display: block;
        position: absolute;
        top: 0;
        background: rgba(191, 137, 241, 0.6);
        width: 100%;
        left: 0;
        padding: .5em;
        background: linear-gradient(4deg, rgba(191, 137, 241, 0.6), rgba(141, 39, 160, 0.6));
        background-size: 600% 600%;
        animation: AnimationName 9s ease infinite;
        border: none;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -webkit-backdrop-filter: saturate(1.8) blur(10px);
        backdrop-filter: saturate(1.8) blur(10px);
        z-index: 10;
    }

    .splogo .sidebar-brand {
        text-align: center;
    }

    .splogo .logo {
        height: 20px;
    }

    body.dark .splogo {
    background: linear-gradient(4deg, rgba(64, 29, 95, 0.6), rgba(71, 11, 82, 0.6));
    }

    .navbar .navbar-align {
        margin-left: 0;
    }

    .navbar .dropdown-menu.dropdown-menu-end.show {
        bottom: 4em;
        top: auto;
    }

    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>span {
        font-size: 12px;
        zoom: 0.6;
    }
}

@media (max-width:1092px) {

    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>svg,
    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>span {
        display: block;
    }

    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>svg {
        margin: 0 auto !important;
    }

    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>span {
        font-size: 12px;
        padding-top: 5px;
    }

    .adminserach input {
        width: 100px;
    }

    .navbar .navbar-collapse .adminserach {
        margin-top: 6px;
    }

    .navbar>.navbar-collapse>.navbar-nav>.nav-item.dropdown>.dropdown-toggle {
        padding-top: 15px;
    }
}

@media (max-width:992px) {
    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>span {
        font-size: 10px;
    }

    .navbar select.form-select {
        border-radius: 0 3.2px 3.2px 0 !important;
    }
}

@media (max-width:768px) {
    footer.footer {
        padding-bottom: 6em;
    }

    body.tablet .navbar {
        padding-bottom: 1.5em !important;
        height: 5.5em;
    }

    body.tablet footer.footer {
        padding-bottom: 7em;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .logblock small {
        width: auto;
        margin-right: 15px;
        display: inline-block;
    }


}

@media (max-width:576px) {
    .logblock small {
        width: 32%;
        display: inline-block;
    }

    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>span {
        width: 120%;
        margin-left: -10%;
    }

    footer {
        font-size: .8em;
    }

    footer .feather {
        width: 14px;
        height: 14px;
    }

}

@media (max-width:420px) {
    .navbar>.navbar-collapse>.navbar-nav>.nav-item>.nav-link>span {
        font-size: 9px;
    }
}

.max20 {
    max-width: 20%;
}

.api_contents {
    margin-top: 4.5em;
}

.api_contents .hljs,
.api_contents .bg-dark {
    background-color: #373537 !important;
}

.api_contents .card-body {
    border-radius: 0 0 .25rem .25rem;
    background: #fff;
}

body.dark .api_contents .card-body {
    background: #1a2127
}

body.dark .col-md-3.col-lg-2.bg-dark {
    background: #1a2127 !important
}

.api_contents .list-group-item {
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.ifborder {
    position: relative;
    padding: 0 25%;
    text-align: center;
}

.ifborder:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #afb2b6;
}

.ifborder span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}
body.dark .ifborder span{
    background: #1a2127;

}

.grecaptcha-badge {
    display: none;
}

.otheruser {
    top: 65px;
    position: relative;
}

@media (max-width:768px) {
    .otheruser {
        top: 40px;
    }
}




.catch {
    background: #b23bdd;
    color: #FFF;
    display: initial;
    position: relative;
    border-radius: 30px;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
}

.catch::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 1em;
    bottom: -5px;
    border-left: 10px solid #b23bdd;
    border-top: 10px solid #b23bdd;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.catch::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(225deg);
    left: 1.5em;
    bottom: -10px;
    border-left: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.urlsample {
    display: inline-block;
    vertical-align: top;
    margin-right: 3.5em;
}

.longsample {
    top: -2px;
    position: relative;
}

.urlsample .word {
    position: absolute;
    width: 6em;
    opacity: 0;
}

.shorensample {
    font-size: 1.4em;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(15px);
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.1s cubic-bezier(0.15, 0.05, 0.07, 0.19);

}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);

}


.inactive-form {
    pointer-events: none;
    opacity: 0.3;
}


.custom-form dd {
    float: left;
    width: 20%;
    text-align: left;
    clear: both;
    margin-top: 5px;
}

.custom-form dt {
    float: left;
    width: 80%;
    text-align: left;
}


.custom-form dd,
.custom-form dt {
    text-align: left;
    margin-bottom: 30px;
}

.custom-form dd span {
    color: #B70000;
}

.formtxt {
    font-weight: normal;
}

.custom-form dd {
    font-weight: bold;
    font-size: 1.1em;
}

.custom-form dt .formtxt {
    margin-top: 3px;
    line-height: 1.6;
    color: #555;
}

.custom-form .customer_fee input {
    pointer-events: none;
}

.inactive-form {
    pointer-events: none;
    opacity: 0.3
}

.active-form {
    pointer-events: visible;
    opacity: 1
}


.privacy_policy {
    background: #eaeaea;
    max-height: 8em;
    border: .82px solid #eee;
    border-radius: 5px;
    overflow: auto;
    text-align: left !important;
    padding: 12px;
    font-size: 10px
}

.privacy_policy h2,
.privacy_policy h3,
.privacy_policy h4 {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    text-align: left;
    margin-bottom: 5px;
}

.privacy_policy h3:before,
.privacy_policy h3:after {
    width: 0;
}

.privacy_policy h3 {
    padding: 0;
    margin-top: 0;
}

.checkbox-field-text {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    padding-bottom: 5px;
    display: inline-block;
}

.checkbox-field-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}

.cus_check {
    display: none;
}

.cus_check:checked+.checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #633991;
    border-right: 3px solid #633991;
}

.select-group .selecter {
    position: relative;
    display: block;
    font-weight: normal;
}

.select-group .selecter:after,
.min_selecter:after {
    position: absolute;
    top: -3px;
    right: 15px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #adadad #adadad;
    transform: rotate(-45deg);
}

@media (max-width:420px) {
    .btn.px-3.py-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
}

li.page-item{
    line-height: 1;
}
@media (max-width:500px) {
    .pagination a{
        padding: 8px 8px;
    }
    .pagination .next.page-item,
    .pagination .previous.page-item{
        display: none;
    }
}

@media (max-width:640px) {
    .custom-form dd, .custom-form dt {
        float: none;
        width: 100%;
    }
    .custom-form dd{
        margin-bottom: 5px;
    }
}
body.dark .catch::after{
    border-left: 10px solid #232e38;
    border-top: 10px solid #232e38;
}
body.dark .home-card,
body.dark .column li{
    background-color: #0f1820;
}

body.dark .card.shorten-form-outer{
    background: #846796;
}


#aff-box {
    display: none
}

#aff-box2 {
    clear: both;
}

#aff-box2 .aff-cont,
#aff-box .aff-cont {
    padding: 10px 1% 0;
    float: left;
    width: 25%;
    overflow: hidden;
}

#aff-box .aff-cont:nth-child(5) {
    clear: both;
}

#aff-box2 .aff-cont img,
#aff-box .aff-cont img {
    width: 100%;
    display: inherit;
}

@media (max-width: 700px) {

    #aff-box2 .aff-cont,
    #aff-box .aff-cont {
        width: 33.3%;
    }

    #aff-box2 {
        clear: initial;
    }

    #aff-box2 .aff-cont:last-child {
        display: none;
    }
}