html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

html {
  position: relative;
  min-height: 100%;
}

body {

}

.monsieur-la-doulaise-regular {
    font-family: "Monsieur La Doulaise", cursive;
    font-weight: 400;
    font-style: normal;
}

.lavishly-yours-regular {
    font-family: "Lavishly Yours", cursive;
    font-weight: 400;
    font-style: normal;
}

.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

/*.form-check-custom.form-check-solid .form-check-input:active, .form-check-custom.form-check-solid .form-check-input:focus,
.form-check-custom.form-check-solid .form-check-input {
    filter: none;
    background-color: #3E97FF;
}*/
/*input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: none !important;
    color: fieldtext !important;
}*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: none !important;
    -webkit-background-clip: text;
}

.app-header {
    z-index: 999 !important;
}

/*---input-field-floating---*/
.input-field-floating {
    height: 42px;
    width: 100%;
    position: relative;
}

.input-field-floating input {
    height: 100%;
    width: 100%;
    border: none;
    color: #5e6278;
    border: 1px solid #E4E6EF;
    outline: none;
    padding: 0.775rem 1rem;
    border-radius: 0.85rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    -webkit-background-clip: text;
     -moz-background-clip: text;
}

/*.input-field-floating input:focus ~ label,
.input-field-floating input:valid ~ label {
    transform: translateY(-20px);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}*/

.input-field-floating label {
    position: absolute;
    bottom: 30px;
    left: 15px;
    background: #fff;
    color: #a1a5b7;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

/*---Selectbox floating---*/

.select-floating-label-content {
    position: relative;
    /*margin-bottom: 20px;*/
}

.select-floating-label {
    color: #a1a5b7;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: -10px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

.floating-select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 14px;
    background: #fff;
    color: #5e6278;
    border: 1px solid #E4E6EF;
    box-sizing: border-box;
    border-radius: 0.85rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    /*-webkit-background-clip: text;*/
}

.bi-currency-pound::before {
    width: 12px;
}

/*.floating-select:focus ~ .select-floating-label {
    top: -8px;
}

.floating-select:focus {
    outline: none;
}

select.floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.floating-select::-ms-expand {
    display: none;
}

.floating-select:not([value=""]):valid ~ .select-floating-label {
    top: -8px;
}

.floating-select[value=""]:focus ~ .select-floating-label {
    top: 11px;
}*/

.floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
    height: 42px;
}

/*.organization_card_body, .user_card_body {
    padding: 40px !important;
}*/
.denied {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.pointer{
    cursor:pointer !important;
}

.tranparent-loader {
    background-color: transparent !important;
    opacity: 1 !important;
}

.image-input .image-input-wrapper img {
    width: 114px;
    height: 114px;
    border-radius: .85rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.select_tag {
    top: 10px;
    left: 0px;
}

.select_tag span {
    position: absolute;
    left: 17px;
    top: 3px;
    color: #1BC5BD;
    font-size: 11px;
    font-weight: bold;
}

.swal2-icon {
    margin: 1em auto .6em !important;
}

.swal2-popup .swal2-actions {
    margin: 1rem auto 1rem auto;
}

.multiselect_cancle_btn {
    width: 24px !important;
    height: 24px !important;
    font-size: 20px !important;
    padding: 2px !important;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background-color: #F4F6FA;
}

li.paginate_button.page-item{
    margin-bottom: 2px;
}

.information_icon_hover:hover {
    color: #3E97FF;
}

.drawer {
    z-index: 999;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 10em;
    max-width: 13em;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
        border-radius: 5px;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #000;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #000;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #000;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #000;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}


@media screen and (max-width: 1440px) {
    /*.organization_card_body, .user_card_body {
        padding: 2rem 2rem !important;
    }*/
}

@media only screen and (max-width: 428px) {
    .DivTableBody {
        display: block !important;
    }
    .app-header-mobile-drawer {
        z-index: 9999 !important;
    }
}