﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/** {
    border: 1px solid red !important;
}*/

html {
    scroll-behavior: smooth;
}
.form-control{
    color:dimgray!important;
}
.menu-border-bottom{
    border-bottom:1px solid dimgray;
}
.navbar {
    z-index: 555555;
}

.bg-black{
    background-color:black!important;
}
.modal-backdrop{
    opacity:0!important;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.create-sub-gallery{
    height:32px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
#main-left-menu {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9;
    border-right:1px solid black;
}
#multi-menu-collapse {
    border-top: 1px solid dimgray;
    background-color: #2e353d!important;
}
#single-menu-collapse {
    border-top: 1px solid dimgray;
    background-color: #2e353d !important;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.icon-wrap-border {
    border: 2px solid orange;
    padding: 2px;
    border-radius: 5px;
}
.circled-icon {
    border: 2px solid orange !important;
    border-radius: 20px;
    padding: 5px;
}
.icon-wrap {
    border: 2px solid orange;
    padding: 5px;
    border-radius: 15px;
    vertical-align:bottom;
}
.grid-icon {
    border: 2px solid orange;
    padding: 2px;
    border-radius: 50%;
    width: 22px;
}
.icon-wrap-white {
    border: 1px solid white;
    padding: 2px;
    border-radius: 5px;
}
.gallery-type-wrapper{
    border-radius:10px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.comp-nav-link{
    color:gray;
    text-decoration:none;
}
.nav-link:focus, .nav-link:hover {
    color: orange !important;
    background-color:black!important;
    border-radius:unset!important;
}
.comp-nav-pills .comp-nav-link.active, .comp-nav-pills .show > .comp-nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.comp-nav-link:focus, .comp-nav-link:hover {
    color: orange !important;
}


.sub-sub-link:hover {
    color: orange !important;
}
.profile-img {
    height: 75px;
    width: 75px;
    border-radius: 50% !important;
}
.main-menu-list li {
    line-height: 1.5em;
}
.diary-icons
{
    width:30px!important;
}
.main-menu-list li a {
    color: white;
    display: inline;
    padding-left: 0;
}
.top-grid-dropdown {
    width: 10em;
    margin-left: .2em;
}
.no-boxshadow {
    box-shadow: none !important;
}
/*#menu-wrapper ul li a {
    color: lightgray!important;
}*/
.icon-pad{
    padding-bottom:0.1em!important;
    margin-right:.3em;
}
.second-menu-wrap{
    padding-left:2.5em!important;
}
.plus-minus-icon {
    padding-bottom: 0.1em !important;
    display:inline;
}
.selected-menu-link{
    color:orange!important;
}
.menu-text{
    color:lightgray!important;
    font-weight:400!important;
}
.selected-block {
    border: 1px solid #404040;
}
.menu-link {
    color: lightgray;
    font-weight: 400 !important;
    text-decoration:none;
    display:block;
}
.menu-link:hover {
    color: orange !important;
}
.no-hover:hover{
    color:maroon!important;
}
.pencil-edit{
    padding-bottom:0.1em!important;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;  
    padding: 0.3em 0.5em;
}
.icon-pad-bottom{
    padding-bottom:0.1em;
}
.solid-square-fill {
    margin-right: -0.5em;
    margin-left: -0.5em;
}
.grid-btn-link{
    background-color:transparent!important;
    border:none!important;
}
.solid-sub-dash {
    margin-right: -0.5em;
    margin-left: 0.2em;
}
.btn-toggle::after {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='gray' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    position: absolute;
    right: 0.6em;
}
.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}
.li-menu-up-down-pad{
    padding:0.1em 0;
}
.btn-toggle-left::after {
    left: 1.7em !important;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='0' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}
.btn-toggle-minus::after {
    left: 1em !important;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='0' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z");
}

.btn-toggle-child::after {
    left: 2.6em !important;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='0' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.menu-li-border-top{
    border-top:1px solid dimgray;
}
.html-conent-box {
    width: 100%;
    min-height: 75vh;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
}
.full-screen-div {
    width: 100vw;
    height: 90vh;
    min-height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 55px; 
  left:0;
}
.footer-text {
    text-align: center;
}
.me-2 {
    fill: white;
}
.bb-orange-thick{
    border-bottom:2px solid orange;
/*    z-index:2;*/
}
#main-left-menu {
    background-color: #2e353d;
}
#master-menu {
    bottom: 0;
    z-index: 2;
    border-top:2px solid orange;
}

.lbl-header{
    color:maroon;
}
.thumb-radius{
    border-radius:20px;
    height:40px;
    width:50px;
}

.btn-icon-outline {
    border-radius: 30px;
    border: 2px solid orange;
}
.round-edge-textbox {

    border-radius: 20px !important;
 /*   height: 40px;*/
    padding-left: 20px;
}
.round-edge-textbox:focus {
    outline: none;
    border-color: orange;
    box-shadow: 0 0 10px #9ecaed;
}

.round-edge-textarea {
    border-radius: 20px !important;
    padding-left: 20px;
}

.round-edge-textarea:focus {
    outline: none;
    border-color: orange;
    box-shadow: 0 0 10px #9ecaed;
}
.round-edge-Upload {
    border-radius: 20px !important;
}
.btn-round-orange {
    border: 2px solid orange;
    border-radius: 20px;
    padding-bottom: 5px;
}
.btn-circle-orange {
    border: 2px solid darkorange;
    border-radius: 30px;
    padding-bottom: 5px;
    height:40px;
}
.btn-round-red {
    border: 2px solid red;
    border-radius: 20px;
    padding-bottom: 5px;
}
.custom-tooltip.tooltip > .tooltip-inner  {
    background-color: whitesmoke;
    color:maroon;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: maroon;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: maroon;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: maroon;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: maroon;
}

.div-table {
    display: table;
    width: auto;
    border: 1px solid whitesmoke;
    border-spacing: 5px;
}

.table-header-style {
    background-color: #d4ecf4 !important;
    height: 40px;
    border-bottom: 1px solid orange;
}
.table-header-center {
    text-align:center!important;
    color:maroon!important;
    font-weight:500;
}
.table-header {
    color: maroon !important;
    font-weight: 500;
}
.table-row-style {
    border-bottom: solid 1px lightgray !important;
    background-color:whitesmoke;
    cursor: move;
}
.table-row-style-non-drop {
    border-bottom: solid 3px white !important;
    background-color: whitesmoke;
}

#grid-tab.active{
    font-weight:bold!important;
}
#gallery-tab.active {
    font-weight: bold !important;
}
.gall-image {
    display: table;
    position: relative;
}
.gall-img-actions {
    display: table-caption;
    caption-side: bottom;
    background-color: bisque;
    height: 45px;
    line-height: 40px;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right:10px;
    opacity: .6;
}
.control-label {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 12px;
    color: maroon;
    margin-left:20px;
    margin-top:10px
}
.centered-control-label {
	font-weight: bold!important;
	margin-bottom: 2px!important;
	font-size: 12px!important;
	color: maroon!important;
	text-align: center;
}
.header-control-label {
    font-weight: bold;
    color: maroon;
}
.form-card-header {
    font-size: 1em;
    color: maroon;
    font-weight: normal;
    line-height:2em;
}
.btn-action {
    border-radius: 20px !important;
    background-color: orange !important;
    line-height: 20px !important;
    padding: 8px 20px;
    border: 2px solid black;
}
.btn-action :hover{
    opacity:.8!important;
}
.btn-spin-delete {
    cursor: pointer;
    width: 100px;
    position: relative;
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
    border-radius: 20px !important;
    line-height: 20px !important;
    padding: 8px 20px;
    border: 2px solid red;
    color:red!important;
}
    .btn-spin-delete:hover{
        background-color:red;
        color:white!important;
        border:2px solid dimgray;
    }
    .btn-spin-save {
        position: relative;
        padding: 8px 16px;
        border-radius: 2px;
        cursor: pointer;
        width: 100px;
        border-radius: 20px !important;
        background-color: orange !important;
        line-height: 20px !important;
        padding: 8px 20px;
        border: 2px solid black;
    }
.btn-spin-save-local {
    position: relative;
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
    width: 100px;
    border-radius: 20px !important;
    background-color: #5c020e !important;
    line-height: 20px !important;
    padding: 8px 20px;
    border: 2px solid black;
/*    color:white;*/
}
.btn-spin-save-local:hover {
    opacity:.7;

}
.spnsv{
    color:white;
}
.loading-action::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35%;
    left: 32%;
    border: 8px solid transparent;
    border-top-color: green;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    background-color: white;
}
.loading-action-green::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 35%;
    left: 10%;
    border: 8px solid transparent;
    border-top-color: green;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    background-color: white;
}
.loading-action-sm::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    height: 20px;
    border: 8px solid transparent;
    border-top-color: maroon;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    background-color: white;
}
.btn-spin-save:hover{
    background-color:lightgray!important;
    border:2px solid green!important;
}


.sq-spin-save {
    position: relative;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    width: 100px;
    border-radius:4px;

}
.sq-spin-save:hover {
    background-color: lightgray !important;
    border: 2px solid green !important;
}
.sq-spin-save-local {
    position: relative;
    padding: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    width: 100px;
    border-radius: 4px;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.btn-cancel {
    border-radius: 20px !important;
    line-height: 20px !important;
    padding: 8px 20px;
    border: 2px solid dimgray;
}

.public-switch{
    height:30px!important;
    width:60px!important;
}

.control-label-check {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 12px;
    color: maroon;
    margin-left: 10px;
}
.form-check-input:checked {
    background-color: orange;
    border-color: orange;
}
.form-check-input:focus {
    outline: none;
    border-color: orange;
    box-shadow: 0 0 10px #9ecaed;
}
.form-check-input {
   cursor:pointer;
}

.green-switch:checked {
    background-color: green!important;
    border-color: green!important;
}

.green-switch:focus {
    outline: none;
    border-color: green!important;
    box-shadow: 0 0 10px #9ecaed;
}

.green-switch {
    cursor: pointer;
    height:30px!important;
    width:60px!important;
}

.red-switch:checked {
    background-color: darkred !important;
    border-color: darkred !important;
}

.red-switch:focus {
    outline: none;
    border-color: red;
    box-shadow: 0 0 10px #9ecaed;
}

.red-switch {
    cursor: pointer;
    height: 30px !important;
    width: 60px !important;
}

.sm-grn-sw:checked {
    background-color: green !important;
    border-color: green !important;
}

.sm-grn-sw:focus {
    outline: none;
    border-color: green !important;
    box-shadow: 0 0 10px #9ecaed;
}

.sm-grn-sw {
    cursor: pointer;
    height: 20px !important;
    width: 30px !important;
}
.sm-red-sw:checked {
    background-color: red !important;
    border-color: red !important;
}

.sm-red-sw:focus {
    outline: none;
    border-color: red !important;
    box-shadow: 0 0 10px #9ecaed;
}

.sm-red-sw {
    cursor: pointer;
    height: 20px !important;
    width: 30px !important;
}

.min-height-100 {
    min-height: 75px!important;
}
::placeholder {
    color: gainsboro !important;
}
.cursor-hand{
    cursor:pointer!important;
}
.selected-tab{
    font-weight:bold!important;
}
.btn-span :hover{
    opacity:.5!important;
    cursor:pointer;
}


#search-input {
    background-image: url('/Images/Icons/search.svg');
    background-position: 10px 7px;
    background-repeat: no-repeat;
}
#search-input-country {
    background-image: url('/Images/Icons/search.svg');
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

th {
    position: -webkit-sticky!important;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color:lightblue;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color:black;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

.ui-helper {
    width: 100% !important;
}

.ui-sortable {
    width: 100% !important;
}

.accordion-button:focus {

    box-shadow: inset 0 0 5px orange;
}
.textarea-description{
    min-height: 6em !important;
}

.secondary-refresh {
    position: absolute!important;
    right: 0.5em;
}


/*/* GLOBAL STYLES
-------------------------------------------------- */
    /* Padding below the footer and lighter body text */
    body {
    /*    padding-bottom: 3rem;*/
    color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
    margin-bottom: 4rem;
}*/
/* Since positioning the image, we need to help out the caption */
/*.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}*/

/* Declare heights because of positioning of img element */
.carousel-item {
   /* height: 32rem;*/
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.carousel-item-mob {
    height: 185px!important;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}



.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
}

    .icon-link > .bi {
        margin-top: .125rem;
        margin-left: .125rem;
        transition: transform .25s ease-in-out;
        fill: currentColor;
    }

    .icon-link:hover > .bi {
        transform: translate(.25rem);
    }

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.table-row-style:hover{
    background-color:gainsboro;
}


.chk-delete-image {
    vertical-align: text-bottom;
    cursor: pointer;
}

#help-canvas {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 60px;
    border-top-left-radius: 60px;
    background-color: orange;
    width: 60px;
    padding-left:10px;
}
.circle-list-type {
    list-style-type: circle;
}

#circle-list-type :link {
    list-style-type: circle;
}

.btn-outline-success {
    border-radius: 30px;
    padding:8px 20px!important;
}
/*.btn-outline-danger{
    border-radius:30px;
    border-width:2px;
    padding:6px 20px!important;
}
*/
.btn-outline-danger {
    color: red!important;
    border-color: #dc3545!important;
    border-radius: 20px !important;
}

.btn-outline-danger:hover {
    color: white!important;
    border-color: #dc3545;
    background-color: #dc3545!important;
}

.btn-outline-secondary {
    border-radius: 30px;
    padding:7px 20px!important;
}
.btn-danger {
    border-radius: 30px;
    border:2px solid red;
}
.btn-outline-info {
    border-radius: 30px;
    border-width: 2px;
}
.btn-secondary {
    border-radius: 30px;
    border: 2px solid red;
}
.library-icon{
    margin-bottom:-1px;
}
.icon-btn-single{
    width:30px;
}
.icon-btn-double {
    width: 50px;
}
.btn-orange-outline{
    color:orange;
    border-color:orange;
    border-radius:20px;
}

.btn-orange-outline:hover {
    color: orange;
    opacity:.6;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f7e3ab;
}

.btn-action:hover {
    color: #fff;
    background-color: white!important;
    border-color: darkorange;
    color:maroon!important;
}


.action-icon {
    width: 20px;
    line-height: 35px;
    border: none;
    background-color: transparent;
    color: #337ab7
}

#errors-summary li{
    color:red;
    font-weight:normal;
}
#errors-summary-header {
    border-bottom:1px solid gainsboro;
    font-weight:500;  
}

select {
    background-position-x: 98%;
    background-position-y: 50%;
    background-image: url('/Images/Icons/arrows-up-down.svg');
    background-repeat: no-repeat;
}

.bottom-label{
    font-weight:500;
    vertical-align:middle;
}

.copy-link-btn {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 2;
    cursor:pointer;
}
.left-round-edge-textbox {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    height: 40px;
    padding-left: 20px;
}

.left-round-edge-textbox-only {
    border-bottom-left-radius: 20px!important;
    border-top-left-radius: 20px!important;
}
.right-round-edge-textbox-only {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.breadcrumb-item a{
    text-decoration:none!important;
}
.breadcrumb-item :hover {
    color: orange !important;
}
.circle {
    border: 2px solid orange;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline;
    float: left;
    margin-left: .2em;
}
.gall-circle {
    border: 2px solid orange;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline;
    float: left;
    margin-left: .2em;
    margin-right:.2em;
}
.tool-icon{
    vertical-align:middle!important;
}
.lh-25 {
    line-height: 25px;
}
.lh-30 {
    line-height: 30px;
}
.lh-40 {
    line-height: 40px;
}
.lh-50 {
    line-height: 50px;
}
.bg-orange{
    background-color:darkorange;
}
.bg-light-orange {
    background-color: #FFD580;
}
.font-orange {
    color: orange!important;
}
.fire-font {
    color: #f45c19 !important;
}
.fire-font-light{
    color: #ff8c00 !important;
}
.bg-gainsboro {
    background-color: gainsboro;
}
.bg-dimgray {
    background-color: dimgray;
}
.bg-nuanca {
    background-color: #FAD5A5;
}
.bg-darkish {
    background-color: #2e353d;
}
.bg-light-blue {
    background-color: lightblue!important;
}
.bg-local {
    background-color: #5c020e !important;
    color: white;
}
.bg-local:hover {
    opacity:.7 !important;
    color: white;
}
.font-local {
    color: #5c020e !important;
}
.font-local {
    color: #ad0235!important;
}
.font-maroon{
    color:maroon!important;
}
.font-lightgray {
    color: lightgray !important;
}
.dot-no {
    height: 12px;
    width: 12px;
    border: 1px solid steelblue;
    border-radius: 50%;
    display: inline-block;
}
.dot-yes {
    height: 15px;
    width: 15px;
    background-color: lightblue;
    border-radius: 50%;
    display: inline-block;
}
.dot-no-red {
    height: 12px;
    width: 12px;
    border: 1px solid red;
    border-radius: 50%;
    display: inline-block;
}

.dot-yes-red {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.dot-warn {
    height: 15px;
    width: 15px;
    background-color: darkorange;
    border-radius: 50%;
    display: inline-block;
}
.img-dot-yes {
    height: 22px;
    width: 22px;
    background-color: forestgreen;
    border-radius: 50%;
    display: inline-block;
}
.img-dot-no {
    height: 20px;
    width: 20px;
    border: 1px solid black;
    border-radius: 50%;
    display: inline-block;
}
.big-dot-yes {
    height: 20px;
    width: 20px;
    background-color: #C1DFD5;
    border-radius: 50%;
    display: inline-block;
}
.dot-number-circle {
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    border:2px solid orange!important;
    font-size:13px;
}
.big-dot-no {
    height: 18px;
    width: 18px;
    border: 1px solid gainsboro;
    border-radius: 50%;
    display: inline-block;
}
.mt-n1{
    margin-top:-.25em!important;
}
.mt-n2 {
    margin-top: -.5em !important;
}
.mt-n3 {
    margin-top: -1.5em !important;
}
.mt-n4 {
    margin-top: -1em !important;
}
.mt-n5 {
    margin-top: -3em !important;
}

.no-top-border{
    border-top:none!important;
}
.no-pad-right{
    padding-right:0!important;
}
.no-pad-left{
    padding-left: 0 !important;
}
.orange-border{
    border:1px solid orange!important;
}

.fw-500{
    font-weight:500;
}

.tool-pt{
    padding:7px;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}

.v-align-middle {
    vertical-align: middle !important;
}
/*End of custom utilities*/

/*FIAP Section*/
#scores-table tbody, td, tfoot, th, thead, tr {
/*    border: none !important;*/
/*    padding:5px!important;*/
}
#scores-table {
    border: 1px solid gainsboro !important;
    padding: 5px !important;
}
#bills-table tbody, td, tfoot, th, thead, tr {
    border: none !important;
    line-height: normal !important;
}
#salon-scores-table {
  width:85%;
}

.salon-scores-table tr {
    border-bottom: 1px solid gainsboro !important;
}
.salon-scores-table tr:last-child {
    border-bottom: none!important;
}
.fiap-results-switch{
    width:50%!important;
    height:35px;
    float:right!important;
}
.fiap-circuit-results-switch {
    height: 32px;
    float: right !important;
    margin-top:-2px;
}

.lbl-fiap-image-no {
    width: 35px;
    height: 35px;
    line-height: 32px;
}
.table-upload-from-library td{
    padding:0!important;
}
.fiap-lib-title {
    width: 100%;
    padding: .4em;
    background-color: whitesmoke;
}
.fiap-stats-table tr{
    border-bottom:1px solid gainsboro!important;
}
.img-gallery-img {
    max-width: 100%;
    height: 225px;
}
#stats-table td {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
.register-fiap-warning{
    background-color:yellow;
    padding:15px;
}
#tb-fiap-salon-details tr{
    border-bottom: 1px solid whitesmoke !important;
}
.offcanvas-start{
    width:280px;
}
.offcanvas{
    visibility:visible!important;
    z-index:55555!important;
}

.offcanvas-start{
    transform:none;
}
.offcanvas-header {
   border-bottom:2px solid orange;
   z-index:44444;
   height:57px;
}
#master-menu ul{
    transform:none!important;
    width:100%;
    bottom:55px!important;
}
#acc-dropdown-ul ul{
    border-color:dimgray;
    color:dimgray;
}
/*.btn-toggle::after 
{
    line-height:2em;
}*/
.gallery-view-tab {
    padding-bottom: 60px;
    height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.search-wrapper{
    margin:10px 0;
}
.lib-search-wrapper {
    margin: 5px 0 !important;
}
#gall-actions{
    float:right;
}
#gall-actions td {
    padding:0;
    line-height:30px;
}
#gall-actions-table td{
    padding:1px!important;
}
#gall-actions-table {
    float:right;
}
#btn-refresh-grid-mobile{
    display:inline!important;
    vertical-align:bottom;
}
#Add-Multiple-Images-To-Library {
    padding:3.5px 0;
}
.icon-pad-bot{
    padding-bottom:3.5px;
}
/*#myTabContent {
    height: 100vh;
}*/
.icon-pad-6{
    padding:6px;
}
.gall-icon{
    width:25px;
}
.gall-icon-small {
    width: 20px;
}

element.style {
}

/*#prices-table tbody, td, tfoot, th, thead, tr{
    padding-top:0!important;
    padding-block:0!important
}*/
.prices-table-label{
    color:maroon;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}

#comp-setup-table tr{
    border-top:1px solid whitesmoke!important;
}

.profile-img-lg {
    border-radius: 50% !important;
}
#loading-indicator {
    display: none !important;
}

#loading-indicator.htmx-request {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
}
#table-packages tr{
    border-bottom:1px solid gainsboro!important;
    vertical-align:middle;
}
#table-packages td {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
#judges-table tr {
    border-bottom: 1px solid gainsboro !important;
    vertical-align: middle;
}
#judges-table td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left:5px!important;
}
.btn-orange {
    color: #fff;
    background-color: orange;
    border-color: darkorange;
}
.last-login {
    position: absolute;
    right: 0;
    bottom: 0;
    color: maroon;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}
/*.form-check-input:checked {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.form-check-input {
    width: 1.3em !important;
    height: 1.3em !important;
    cursor: pointer !important;
}
.form-check-danger:checked {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}*/

.rad-50{
    border-radius:50%!important;
}

.form-check-danger {
    width: 1.1em !important;
    height: 1.1em !important;
    cursor: pointer !important;
}
.form-check-danger:checked {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

#img-gall-table td {
    line-height:35px;
}
.circle-gall {
    border: 1px solid orange;
    border-radius: 50%;
    text-align: center;
    display: inline;
    padding:0 6px;
}
.circle-gall-fill {
    border: 1px solid orange;
    background-color:forestgreen;
    border-radius: 50%;
    text-align: center;
    display: inline;
    padding: 0 6px;
}

.lib-header {
    position: fixed;
    top: 55px;
    z-index: 2;
    background: white;
    width: 100%;
    padding-left:0;
}
.help-page-list {
    padding-left: 0.8em !important;
}
.help-page-list li {
    list-style: none;
}

.bg-opacity{
    opacity:0.4!important;
}
.nav-link a {
    font-weight:400!important;
    font-size:1.1em!important;
}
#btn-presenter :hover{
    opacity:.7;
}
.home-link {
    text-decoration: none !important;
    font-size: 24px !important;
    color: maroon !important;
    font-weight:bold;
}

.home-link:hover {
    color: orange!important;
}
.btn-outline-orange{
    color:orange;
    border-color:orange;
    border-radius:20px!important;
}
.btn-outline-orange:hover {
    color: white;
    border-color: orange;
    background-color:orange;
}
.btn-outline-green {
    color: green;
    border-color: green;
    border-radius: 20px !important;
}

.btn-outline-green:hover {
    color: white;
    border-color: green;
    background-color: green;
}
.btn-outline-green-orange {
    color: green;
    border-color: green;
    border-radius: 20px !important;
}

.btn-outline-green-orange:hover {
    color: white;
    background-color: green;
}
.btn-portal:hover{
    opacity:.4;
}
.li-border-top-bottom {
    border-top: 1px solid dimgray;
    border-top: 1px solid dimgray;
}
.li-border-top {
    border-top: 1px solid dimgray;
}
.scores-mini-table {
    width:100%!important
}
.scores-mini-table tr {
    border-bottom: 1px solid whitesmoke !important;
}
.scores-mini-table td  {
    padding:5px 0!important;
}
.score-presenter-style {
    color: black;
    text-align: center;
    padding:0.5rem 1.5rem;
    margin-right:1rem;
    font-size:30px!important;
    font-weight:500;
    display:inline;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#presenter-table{
    border:1px solid silver;
    margin-top:15px;
    margin-left:15px;
}
#presenter-table tr {
    border-bottom: 1px solid silver !important;
}
    #presenter-table td {
        padding:0.4rem!important;
        text-align: left;
        border: 1px solid silver!important;
        width:200px;
    }
#presenter-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: whitesmoke;
    z-index:3;
}
.btn-judge-cont{
    /*width:720px;*/
}
#btn-start-judging {
    border-radius: 15px;
}
#btn-start-judging :hover{
    opacity:0.6;
}
.btn-start-preview {
    border-radius: 5px;
    background-color: #212529 !important;
    border-color:dimgray;
}

.btn-start-preview :hover {
    opacity: 0.6;
}
#comp-master-wrap {
    width: 800px;
    margin: auto;
    padding-bottom:20px;

}
#section-parts{
    border:1px solid black;
}
    #section-parts td {
        padding: 7px 30px!important;
        border:1px solid dimgray!important;
    }

    #section-parts tr {
        padding: 5px !important;
    }

#in-out-table tr {
    border-bottom: 1px solid dimgray!important;
}
.validation-summary-errors{
    margin-top:15px!important;
    font-weight:bold;
}
.btn-checkout :hover{
    border-color:orange!important;
    color:green!important;
    background-color:orange!important;
}
.std-lh {
    line-height: 1.4em!important;
}
.switch-buttons {
    width: 270px!important;
    position: fixed;
    bottom: 10px;
}
.rules-ok:hover{
    color:green!important;
}
.home-ctrls {
    position: absolute;
    right: 0;
    bottom: 5px;
}
.home-ctrls-lg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.btn-switches {
    position: absolute!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 44!important;
    width: 100%;
    background-color: black;
}
.form-card-header{
    line-height:normal;
}
.btn-primary-orange {
    color: #fff;
    background-color: orange !important;
    border-color: #0d6efd;
}
.btn-primary-fire {
    color: #fff;
    background-color: #ff8c00 !important;
    border-color: #ff8c00;
}
.btn-primary-local {
    color: #fff;
    background-color: #5c020e !important;
    border-color: #0d6efd;
}
.btn-primary-local:hover {
    opacity: .7 !important;
    color:white!important;
}
.btn-primary-local:hover {
    opacity: .7 !important;
    color:white!important;
}
.profile-square:hover {
    color: white !important;
    opacity:.7;
    border:2px solid orange;
}
.pub-comp-header {
    font-size: 30px;
    line-height: 34px;
    color: #f7882f;
    font-weight: 400;
}
.font-small{
    font-size:14px;
    color:whitesmoke;
}
.border-orange{
    border:1px solid orange;
}
.ft-orange{
    color:orange!important;
}
.carousel-caption {
    border-left: 20px solid orange;
    opacity: .7;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.aboutArea {
    color: dimgray!important;
    text-align: center;
    padding:1.4em;
}
.dot-pix {
    height: 12px;
    width: 12px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}
.why-span {
    vertical-align: text-bottom;
    margin-left:7px;
}
.text-font{
    font-family:Arial,Verdana, sans-serif;
    font-size:18px;
}
.border-dimgray{
    border-bottom:1px solid dimgray!important;
}
.top-stick{
    background-color:lightblue!important;
}
.tr-header {
    background-color: lightblue !important;
}
.lh-normal{
    line-height:normal!important;
}
table tr, td {
    line-height:normal!important;
    padding:5px!important;
}
#demographics-table td{
    padding:2px 0;
}
#ent-management-page
{
    width:80%!important;
}
.judge-button {
    padding: 20% 0;
    border: none !important;
    background-color: transparent;
    font-size: 60px;
}
.judge-button-wrapper {
    border: 2px solid orange !important;
    border-radius: 5%;
    background-color: #212529 !important;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn-border{
    border:5px solid orange!important;
    opacity:.7!important;
}

.font-10{
    font-size:10px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 1rem!important;
}
.font-18 {
    font-size: 1.12rem !important;
}
.font-20 {
    font-size: 1.25rem !important;
}
.font-22 {
    font-size: 1.37rem !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-34 {
    font-size: 34px !important;
}
.select-deselect :hover{
    border:2px solid gray!important;
}

@media print {
    .hidden-print {
        display: none !important;
    }
    .main-content-width {
        margin-left: 0px!important;
    }
    #sum-report{
        width:1000px!important;
    }
    .div-overflow-80 {
        border:none!important;
    }
    header {
        display: none !important;
    }
    footer {
        display: none !important;
    }
    #print-results{
        margin:auto!important;
    }
    #offcanvasAdminMenu {
        display: none !important;
    }
}
@media screen {
    .onlyPrint {
        display: none;
    }
    .div-overflow-80 {
        height: 80vh;
        overflow-y: auto;
    }
    .prnt-only{
        display:none;
    }
}
.std-font {
    font-size: 1.2em!important;
    font-weight: 300!important;
    line-height:normal!important;
}
.std-font-sm {
    font-size: 1.1em !important;
    font-weight: 300 !important;
    line-height: normal !important;
}
#sum-table p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1vw;
    font-weight: bold;
    color: #CFC547;
    letter-spacing: 5px;
    text-shadow: 0px 11px 10px rgba(81,67,21,0.8);
    margin-bottom: 0;
}

#sum-table td {
    padding: 0px !important;
}

#sum-table-mob p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #CFC547;
    letter-spacing: 5px;
    text-shadow: 0px 11px 10px rgba(81,67,21,0.8);
    margin-bottom: 0;
}

#sum-table-mob td {
    padding: 0px !important;
}
.slide-lnk {
    font-size: 16px;
    color:orange;
}
.slide-lnk-lg {
    font-size: 24px;
    color: orange;
}
.validation-summary-errors ul li {
    list-style: none !important;
}
.validation-summary-errors ul {
    padding-left: 0 !important;
}

.profile-img {
    height: 75px;
    width: 75px;
    border-radius: 50% !important;
}

.my-indicator {
    display: none;
}

.htmx-request .my-indicator {
    display: inline;
}

.htmx-request.my-indicator {
    display: inline;
}

footer a:hover {
    color: orange !important;
}

.text-gray {
    color: silver;
}

.border-top-gray {
    border-top: 1px solid dimgray;
}
.text-gray {
    color: silver;
}

.border-top-gray {
    border-top: 1px solid dimgray;
}
.download-circled {
    border: 2px solid orange;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 10px;
    display:inline;
    margin-right:15px;
    float:right;
}
.download-circled:hover{
    border-color:green;
}
.btn-action-green {
    font-weight: 700;
    color: #198754;
    border-color: #198754;
    border-radius:20px;
    background-color:white;
    padding: 7px 20px;
}
.btn-action-green:hover {
    color: white;
    background-color: #198754;
}

.btn-action-outline {
    font-weight: 700;
    color: #198754;
    border:2px solid green;
    border-radius: 20px;
    background-color: white;
    padding: 7px 20px;
}

    .btn-action-outline:hover {
        color: white;
        background-color: #198754;
    }
.success-check {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: green;
    border-radius: 60%;
}
.home-card {
    color: #8b8888 !important;
    font-family: Arial;
}
.home-card p {
    line-height: 1.3em !important;
}
.home-card:hover {
    opacity:.7!important;
}
.border-top-bottom-left {
    border-left: 1px solid gainsboro !important;
    border-top: 1px solid gainsboro !important;
    border-bottom: 1px solid gainsboro !important;
}
.border-top-left-right {
    border-left: 1px solid gainsboro !important;
    border-top: 1px solid gainsboro !important;
    border-right: 1px solid gainsboro !important;
}
.border-top-right-bott {
    border-bottom: 1px solid gainsboro !important;
    border-top: 1px solid gainsboro !important;
    border-right: 1px solid gainsboro !important;
}
.border-left-right {
    border-left: 1px solid gainsboro !important;
    border-right: 1px solid gainsboro !important;
}
#last-salon:hover{
    border:2px solid orange;
}
.btn-orange-outline:hover{
    opacity:.5;
}
#btn-refresh-accscore{
    background-color:black!important;
    color:white!important;
}
#btn-refresh-accscore:hover {
    opacity: .5 !important
}
.icon-round-border{
    padding:0.25em;
    border:1px solid gainsboro;
    border-radius:50%;
}
.font-transparent{
    color:transparent!important;
}
.bg-radial {
    background: linear-gradient(60deg, black, transparent);
}
.portal-lnk:hover{
    background-color:gainsboro;
}
.avatar-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.display-24 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}
.open-comps-li:hover{

    background-color:orange!important;
}
#offcanvasExample {
    background-color: #2e353d!important;
    color:silver!important;
}
.bg-lg {
    background-color: #E8E8E8!important;
}
.bg-slg {
    background-color: #F8F8F8!important
}
.nav-link:focus, .nav-link:hover {
    background-color: transparent !important;
}
#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.8;
    background-color: #fff;
    z-index: 99;
}
.judge-ctrl
{
    width:600px;
}
.text-silver{
    color:silver!important;
}
.font-fiap {
    color: #191970 !important;
}
.bg-fiap {
    background-color: #A7C7E7!important;
}
.actions-table td{
    padding:2px!important;
}
.destyled-btn{
    cursor:pointer!important;
}
.destyled-btn:hover {
    cursor: pointer !important;
    opacity:.5!important;
}

//summernote
.note-toolbar {
    border-bottom: 1px solid gainsboro;
    background: whitesmoke;
}

.note-editable {
    min-height: 200px !important;
}

.note-style {
    display: none !important;
}

.note-table {
    display: none !important;
}

.note-fontname {
    display: none !important;
}

.btn-codeview {
    display: none;
}

.note-icon-question {
    display: none;
}

.note-view {
    display: none;
}

.note-icon-align-left {
    display: none;
}

.note-para :nth-child(3) {
    display: none !important;
}

.note-font :nth-child(3) {
    display: none !important;
}

.note-color {
    display: none !important;
}

.note-modal {
    margin-top: 50px;
}
.tox-statusbar__branding
{
    display:none;
}
.public-switch-half {
    height: 20px !important;
    width: 35px !important;
}
.tr-link:hover {
    background-color: orange !important;
}
.font-lightblue{
    color:lightblue!important
}
.icon-spin {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid green;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
#LinkToolTip:hover{
    background:gainsboro;
    border:1px solid orange;
}
.footer-col-width{
    width:20%;
}
.no-radius{
    border-radius:5px;
}
#page-banner {
    margin-top: 60px;
    border-bottom: 1px solid orange;
}
.radius-50
{
    border-radius:50%!important;
}
.body-wrapper {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
.season-header
{
    background:orange!important;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#btnActionSpin {
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: white;    
    border: 1px solid darkorange;
    color: darkorange;
    cursor: pointer;
}
#btnRegSpin {
    position: relative;
    height: 50px;
    border: none;
    background: darkorange;
    border: 1px solid darkorange;
    color: white;
    cursor: pointer;
    font-size:20px;
}
#btnActionSpinOne {
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: white;
    border: 1px solid darkorange;
    color: darkorange;
    cursor: pointer;
}
#btnActionSpin:hover {
    background-color: orange;
    color: white;
}
#btnRegSpin:hover {
    background-color: white;
    color: darkorange;
}
.wheel {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 20px;
    height: 20px;
    border: 6px solid orange;
    border-top-color: green;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.reg-wheel {
    position: absolute;
    top: 50%;
    left: 38%;
    width: 20px;
    height: 20px;
    border: 6px solid white;
    border-top-color: green;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.del-wheel {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 20px;
    height: 20px;
    border: 6px solid red;
    border-top-color: orange;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.spinning .wheel {
    display: block;
    animation: spin 1s linear infinite;
}
.spinning .reg-wheel {
    display: block;
    animation: spin 1s linear infinite;
}
.form-post {
    margin-top: .5rem !important;
}
.toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    z-index:55555;
}
.lnk:hover{
    color:orange!important;
}
@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-inline-grid {
        display: inline-grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}