@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.main {
    margin: 0px 20px;
}
.g-recaptcha > div {
    margin: auto;
}
.justify-content {
    justify-content: center !important;
}
.btn-facebook .fa-facebook,
.btn-twitter .fa-twitter,
.btn-google .fa-google-plus,
.btn-github .fa-github,
.btn-youtube .fa-youtube,
.btn-twitch .fa-twitch,
.btn-instagram .fa-instagram {
    font-family: Font Awesome\5 Brands;
    font-weight: 400;
    font-size: 1.3em;
}

.btn-facebook .fa-facebook:before {
    content: "\f39e";
}

.btn-twitter .fa-twitter:before {
    content: "\f173";
}

.btn-google .fa-google-plus:before {
    content: "\f0d5";
}

.btn-youtube .fa-youtube:before {
    content: "\f167";
}

.btn-twitch .fa-twitch:before {
    content: "\f1e8";
}

.btn-instagram .fa-instagram:before {
    content: "\f16d";
}

.btn.btn-twitch {
    color: #fff;
    background-color: #643fa6;
    border-color: #643fa6;
}

.btn.btn-twitch.focus,
.btn.btn-twitch:focus,
.btn.btn-twitch:hover {
    color: #fff;
    background-color: #432a6f;
    border-color: #432a6f;
}

.btn.btn-basecamp.focus,
.btn.btn-basecamp:focus,
.btn.btn-basecamp:hover {
    color: #fff;
    background-color: #379a3b;
    border-color: #379a3b;
}

.btn.btn-basecamp {
    color: #fff;
    background-color: #5ac45e;
    border-color: #5ac45e;
}

.btn-pay {
    margin-top: 0.5rem !important;
}

#avatar_container {
    height: 202px;
}

.user-avatar {
    width: 80px;
    height: 80px;
    margin: 2em auto;
    display: block;
}

.user-avatar,
.user-avatar-nav {
    border-radius: 50%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.dropzone {
    position: relative;
}

#avatar_container .dz-preview {
    display: none;
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

#avatar_container .dropzone {
    border: 1px dashed rgba(0, 0, 0, 0.3);
    background: hsla(0, 0%, 100%, 0.05);
    height: 180px;
    padding: 0;
    border-radius: 3px;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

#avatar_container .dz-message {
    margin-top: -20px 1em 0;
    padding: 0;
    text-align: center;
}

#avatar_container .dz-message.dz-default {
    margin: 0 2em;
}

.tx-left {
    text-align: left;
}

.tx-center {
    text-align: center;
}

.tx-right {
    text-align: right;
}

#user_profile_form .right-btn-container,
#user_profile_form .left-btn-container {
    padding-right: 0px;
    padding-left: 0px;
}

#delete-panel .form-check-input:checked {
    background-color: #bf5329;
    border-color: #bf5329;
}

.modal-body {
    background-color: #fff;
}

.modal-footer {
    background-color: #fff;
}

.modal-dialog.stripe-dialog {
    width: 35% !important;
}

.modal-dialog .modal-header p {
    margin: auto;
    text-align: center;
}

.modal-dialog .modal-body .btn-payment {
    width: 100% !important;
    padding: 10px;
    margin: 3px 0;
}

.list-group .badge,
.table .badge {
    color: #000;
}

.sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: #ffffff !important;
    background: #153d77 !important;
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover {
    background: #ced6e2 !important;
}

.table.roles-table thead th {
    text-align: center;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #3097d1;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.list-group .badge-dark,
.table .badge-dark,
.list-group .badge-primary,
.table .badge-primary,
.list-group .badge-secondary,
.table .badge-secondary {
    color: #fff;
}

.btn i,
.btn span {
    display: inline;
}

.btn-link-upload {
    text-shadow: 0 1px 0 #f3f3f3;
    color: #373a3c;
    background-color: #fff;
    border: 1px solid #d7dcdf;
    border-radius: 0.3125em;
    font-size: 12.5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    line-height: 1.3;
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
    padding: 0.6em 1em;
}

.btn-link-upload:hover {
    background-color: #070a0e;
    border-color: #d7dcdf;
    color: #373a3c;
}

#loading-icon {
    display: none;
    margin: -0.5rem 0px 0px 1rem;
}

.tools-box {
    background-color: #f4f3f4;
    min-height: 500px;
    border-radius: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#editor {
    border-radius: 10px;
    border: 1px solid #4a494a;
    margin: auto;
    display: block;
}

.insert-img-btn {
    font-size: 60px;
    cursor: pointer;
    color: #4a494a;
}

.insert-img-btn:hover {
    color: #3b7ddd;
}

.insert-text-btn.feather {
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #4a494a;
}

.insert-text-btn:hover {
    color: #3b7ddd;
}

.remove-img-btn {
    font-size: 58px;
    cursor: pointer;
    color: #4a494a;
}

.remove-img-btn:hover {
    color: #dc3545;
}

.glyphicon-upload,
.glyphicon-trash,
.glyphicon-zoom-in,
.glyphicon-repeat,
.glyphicon-download,
.glyphicon-resize-vertical,
.glyphicon-fullscreen,
.glyphicon-resize-full,
.glyphicon-remove {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-align: center;
    width: 1.25em;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
}

.glyphicon-resize-vertical,
.glyphicon-fullscreen,
.glyphicon-resize-full,
.glyphicon-remove {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-upload:before {
    content: "\f093";
}

.glyphicon-trash:before {
    content: "\f2ed";
}

.glyphicon-zoom-in:before {
    content: "\f06e";
}

.glyphicon-repeat:before {
    content: "\f01e";
    box-sizing: border-box;
}

.glyphicon-download:before {
    content: "\f019";
}

.glyphicon-resize-vertical:before {
    content: "\f3d0";
}

.glyphicon-fullscreen:before {
    content: "\f1a8";
}

.glyphicon-resize-full:before {
    content: "\f1ff";
}

.glyphicon-remove:before {
    content: "\f2c0";
}

.kv-hidden.fileinput-cancel.fileinput-cancel-button {
    display: none;
}

.form-label {
    color: #376cb9;
}

.center {
    width: 240px;
    margin: auto;
    padding: 20px;
}

#editor {
    box-shadow: #8a8a8a 2px 2px 8px;
}

.tool-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0px;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.flex-3 {
    flex: 3;
}
.flex-4 {
    flex: 4;
}
#frameList > li {
    display: inline-block;
}
.pri-btn {
    padding: 10px;
    border-radius: 5px;
    margin-right: 20px;
}

.breadcrumb,
.breadcrumb-item {
    font-size: 0.7rem;
}

.content {
    margin-top: 1.1rem !important;
}

.header {
    margin-bottom: 1.1rem !important;
}

.card-title {
    font-size: 1.1rem !important;
    font-weight: bold !important;
}

#unscreen_list_panel {
    text-align: center;
}

.google-search-result {
    border: solid 1px #dfe1e5;
    border-radius: 10px;
    padding: 10px;
}

#google-result {
    padding: 5px;
}
/*
.download-btn{
  margin: 5px auto 0px auto;
  width: 38px;
  height: 38px;
  background: url('../images/download-btn.png') no-repeat;
  cursor: pointer;
}

.download-btn:hover, .download-btn:active{
  background: url('../images/download-btn-active.png') no-repeat;
}

.save-btn{
  margin: 5px auto;
  width: 34px;
  height: 29px;
  background: url('../images/save-btn.png') no-repeat;
  cursor: pointer;
}

.save-btn:hover, .save-btn:active{
  background: url('../images/save-btn-active.png') no-repeat;
}
*/
.preview-img-btn {
    font-size: 54px;
    cursor: pointer;
    color: #4a494a;
}

.preview-img-btn:hover {
    color: #3b7ddd;
}

.google-search-label {
    text-align: right;
    line-height: 63px;
}

.tooltipobject .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipobject:hover .tooltiptext {
    visibility: visible;
}

.tooltip-bottom {
    margin-top: 56px;
    margin-left: -90px;
}

.tooltip-text {
    margin-top: 58px;
    margin-left: -80px;
}

.tab .nav-tabs .nav-link.active {
    color: white !important;
    border-bottom: solid 2px white;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-primary {
    border-color: #337ab7;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-success {
    border-color: #70a75b;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #70a75b;
    border-color: #70a75b;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: black;
}

.panel-warning {
    border-color: #a78956;
}

.panel-warning > .panel-heading {
    color: #fff;
    background-color: #a78956;
    border-color: #8a6d3b;
}

.remove-bg-btn {
    font-size: 50px;
    cursor: pointer;
    color: #4a494a;
}

.remove-bg-btn:hover {
    color: #3b7ddd;
}

.preview_panel {
    border: solid 1px #dee2e6;
    border-radius: 10px;
    padding: 10px;
}

.close_btn {
    float: right;
    font-size: 20px;
    margin: 3px;
    cursor: pointer;
}

.download_btn {
    float: right;
    font-size: 20px;
    margin: 3px;
    cursor: pointer;
}

.save_btn {
    float: right;
    font-size: 20px;
    margin: 3px;
    cursor: pointer;
}

.lmask {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.4;
    display: none;
}

.lmask .spinner-border {
    left: 50%;
    top: 50%;
    position: fixed;
}

#background-img {
    max-width: 100%;
}

#source_img {
    max-width: 100%;
}

#preview-panel {
    text-align: center;
}

/* credit history */
.card-with-shadow {
    -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-width: 0;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

div.hide {
    display: none;
}

.save-file-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.save-file-panel label {
    margin-bottom: 0px;
    margin-right: 3px;
}

.save-file-panel input[type="text"] {
    width: 50%;
}

.stripe-input,
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
#stripe_panel {
    background-color: #153d77;
    padding: 20px;
    color: #fff;
}
#stripe_panel .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 10px;
}
#stripe_panel .radio {
    margin: 5px 0px;
    font-size: 14px;
}
#stripe_panel.green-bg {
    background-color: #65bf7a;
}
#tab-4 {
    text-align: center;
}

.price-part {
    margin: 10px;
    background-color: #fff;
    padding: 10px;
    color: #000;
    border-radius: 5px;
}

.price-part label {
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}

.price-part .form-control {
    width: 40%;
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.price-part .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aab7c4;
    opacity: 1; /* Firefox */
}

.price-part .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aab7c4;
}

.price-part .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aab7c4;
}

#price-errors {
    text-align: right;
    display: none;
    color: #dc3545;
}

.stripe-open-btn {
    margin: 20px auto;
}

#stripe-loading-icon {
    display: none;
    margin-right: 10px;
}

.cost-number {
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #2699fb;
    line-height: 1;
}

.cost-unit {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
    color: #2699fb;
    line-height: 1;
}

#list-part {
    text-align: center;
}

.price-selected {
    margin: 5px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.price-part table tr {
    cursor: pointer;
}

#payment_form .modal-header p {
    margin: 5px 0px;
}

#payment_form .btn-outline-secondary {
    color: #28a745;
    border-color: #28a745;
}

#payment_form .btn-check:active + .btn-outline-secondary,
#payment_form .btn-check:checked + .btn-outline-secondary,
#payment_form .btn-outline-secondary.active,
#payment_form .btn-outline-secondary.dropdown-toggle.show,
#payment_form .btn-outline-secondary:active,
#payment_form .btn-outline-secondary:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.unit_price_part {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
    color: #707070;
}

.input_price_part {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.input_price_part .ctl {
    width: 80%;
}

.input_price_part .lbl {
    padding-left: 5px;
    color: #707070;
}

.unit_price_part .label {
    padding-right: 10px;
}

.invoice_part h4 {
    text-align: left;
}

.invoice_part ul li {
    list-style: none;
    text-align: left;
    margin: 10px 0px;
}

.pagination {
    justify-content: center;
}

.save-btn {
    font-size: 56px;
    cursor: pointer;
    color: #4a494a;
}

.download-btn {
    font-size: 46px;
    cursor: pointer;
    color: #4a494a;
}
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
}
.bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.w-full {
    width: 100%;
}
.w-16 {
    width: 4rem;
}
.shadow-neutral-700 {
    --tw-shadow-color: #404040;
    --tw-shadow: var(--tw-shadow-colored);
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.rounded {
    border-radius: 0.25rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.h-24 {
    height: 6rem;
}
.h-20 {
    height: 5rem;
}
.flex {
    display: flex;
}
.w-4 {
    width: 1rem;
}
.w-40 {
    width: 10rem;
}
.z-10 {
    z-index: 10;
}
.top-2 {
    top: 0.5rem;
}
.right-16 {
    right: 4rem;
}
.absolute {
    position: absolute;
}
.cursor-pointer {
    cursor: pointer;
}
.block {
    display: block;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-md {
    font-size: 1.2rem;
}
.pb-0\.5 {
    padding-bottom: 0.125rem;
}
.mb-0\.5 {
    margin-bottom: 0.125rem;
}
.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 1.5rem;
}
.h-12 {
    height: 3.5rem;
}
img, video {
    max-width: 100%;
    height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
.whitespace-pre-line {
    white-space: pre-line;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
    transition-duration: 300ms;
}
.shadow-neutral-600 {
    --tw-shadow-color: #525252;
    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.flex-col {
    flex-direction: column;
}
.transform {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
    --tw-translate-x: 0px;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.w-64 {
    width: 16rem;
}
.h-full {
    height: 100%;
}
.flex {
    display: flex;
}
.z-40 {
    z-index: 40;
}
.top-0 {
    top: 0px;
}
.left-0 {
    left: 0px;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.justify-between {
    justify-content: space-between;
}
.text-center {
    text-align: center;
}
.p-0 {
    padding: 0px;
}
.relative {
    position: relative;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.pt-3 {
    padding-top: 0.75rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-dashed {
    border-style: dashed !important;
}
.border {
    border-width: 1px;
}
.h-10 {
    height: 2.5rem;
}
.border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-2 {
    border-width: 2px;
}
input[type=number] {
    -moz-appearance: textfield;
}
.outline-0 {
    outline-width: 0px;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.bg-transparent {
    background-color: transparent;
}
.border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
}
.rounded-md {
    border-radius: 0.375rem;
}
.inline-block {
    display: inline-block;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
button, [role="button"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
    display: grid;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.border-cyan-500 {
    --tw-border-opacity: 1;
    border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.layout-width{
    width: 22rem;
}
.layout-backcolor{
    background-color: #E9E7FF;
}
.board-backcolor{
    background-color: #BEF3FA;
}
.greybtn{
    background: gray;
    border-color: gray;
}
.puplebtn{
    background: rgb(100,35,255) !important;
    border-color: rgb(100,35,255);
}
.text-black{
    color: black;
}
.text-white{
    color: white;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.img-widget{
    object-fit: cover;margin:15px 10px;
}
.img-button {
    height:50px;
    width:50px;
    /* margin-top:22px; */
    margin-left: 10px;
    border: none;
}
.widget-box {
    background-color: #f4f3f4;
    min-height: 97px;
    border-radius: 1em;
    display: flex;
}
.add-button {
    width: 50px !important;
    height: 50px;
    border: none;
}
.background-black{
    background-color: rgb(33, 33, 33) !important;
}
.logo-text {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
}
.widget-table-img {
    width: auto;
    height: 30px;
}
.widget-table-icon {
    cursor: pointer;
    margin: 0px 5px;
    width:30px;
    height:30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-btn:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-btn {
    background-color: rgb(96,12,255);
}

input:focus + .slider-btn {
    box-shadow: 0 0 1px rgb(96,12,255);
}

input:checked + .slider-btn:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-btn.round {
    border-radius: 34px;
}

.slider-btn.round:before {
    border-radius: 50%;
}
.image-close-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    right: -12%;
    top: 0px;
    cursor: pointer;
}
.image-close-btn-swiper {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 8px;
}
.video-log {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    left: calc(50% - 17px);
}
.video-log-edit {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(0%, -50%);
    left: calc(50% - 15px);
}
.video-log-edit.video-log-edit-2 {
    transform: translate(0%, -50%);
    left: calc(25% - 15px);
}
.video-log-edit.video-log-edit-3 {
    transform: translate(0%, -50%);
    right: calc(25% - 15px);
    left: unset;
}
.video-log-dlg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 42%;
    left: 70px;
}
.slick-track{ margin-left: 0 !important; }
.slick-img {
    /* height: 100%; */
    margin: auto;
}
#imgInWidet {
    border-radius: 1rem;
    margin:10px auto;
    /* height: 125px; */
}
.prev_buynow {
    position: absolute;
    bottom: 10px;
    background: white;
    width: 80%;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    overflow: hidden;
}
.sizeBtn {
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}
.hw-label_bold {
    font-size: 16px;
    font-weight: bold;
}
.hw-label {
    font-size: 10px;
    font-weight: 500;
}
.right-alignment {
    margin-right: 0px;
    margin-left: auto;
}
.upload-btn {
    width:70px;height:70px;display:block;margin:auto;
}
.align-right {
    margin-right: 0px;
    margin-left: auto;
}
.slider_logo {
    position: absolute;
    left: 15%;
    top: 10px;
    width:15px;
    height:15px;
}
.align-center {
    margin: 0px auto;
}
.modal {
    margin-top:200px;
}
.sidebar-link:hover {
    background: rgb(8,145,178) !important;
    color: #c7c7c7 !important;
}
.sidebar-link:hover i {
    color: white !important;
}
.layout-input {
    border:none;
    height:30px;
    padding-left: 10px;
}
.save-input {
    border:none;
    height:30px;
    background: gainsboro;
    border-radius: 5px;
    padding-left: 10px;
}
.layout-set-bold {
    margin-left: 20px;
    background-color: white;
    border-radius: 5px;
    font-size: 12px;
    padding: 0px 10px;
    border: none;
}
.bold-text {
    font-weight: 600;
}
.delete-button {
    margin-left:20px;
}
.gowidget {
    font-size: 14px;
    font-weight: bold;
}
.c_layout {
    font-size: 16px;
    font-weight: bold;
    margin-left: 19%;
}
/* .slick-track li {
    max-width:80px;
} */
.vertical_widget {
    display:flex;
    align-items: center;
}
.box-resize {
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px black;
    left: 0px;
    top: 0px;
}
.menu:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.menu i {
    color: white !important;
}
.margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.prev_icon {
    min-width:30px;
    max-width:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next_icon {
    min-width:30px;
    max-width:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#prev_widget {
    display: flex;
    justify-content: end;
    align-items: center;
}
#next_widget {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 75px;
}
.childwidget {
    border-radius: 10px;
}
.locked {
    pointer-events: none;
}
.rounded-circle-30 {
    object-fit: contain;
    background: white;
    border-radius: 50%;
}
.btn-cyan {
    background-color: #59FFC3 !important;
}
.bg-black {
    background-color: #000 !important;
}
.menu-logo {
    width: 3.2rem;
    margin-bottom: 9px;
}
.header-title {
    font-size: 20px !important;
    font-weight: bold;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #fff;
    color: #000;
    font-size: 18px;
    position: absolute;
    padding: 10px;
    top: 1.4em;
    left: 75%;
    white-space: pre;
    border: 1px solid #111111;
    z-index: 999 !important;
    visibility: hidden;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
}
[data-title] {
    position: relative;
}

.widget_list_row_active {
    border: 2px solid #59ffc3 !important;
}

.text-black {
    color: black !important;
}
.bold {
    font-weight: bold !important;
}
.header-parent {
    display: flex;
}
.header-user-info {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-left: auto;
}

#leftnav *:not(.fas):not(.far),
#rightnav *:not(.fas):not(.far)
{
    font-family: Inter, sans-serif;
}