﻿/*--------------------------------------------------------------
    BackEnd developer add css for Portal UI
--------------------------------------------------------------*/

.ajax-loader {
    top: 50%;
    left: 50%;
    border: 0;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    position: fixed;
    z-index: 9999999;
    /*    background: url(../image/ajax-loader.gif) no-repeat;*/
}

.mt-240 {
    margin-top: 240px;
}

.hide {
    display: none;
}

.error-msg {
    color: var(--red) !important;
    font-size: 14px;
}

.valid-msg {
    color: #017901;
}

input.error {
    border: 1px solid #FF7C7C;
}

.form-check-input:disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.pad-top-100 {
    padding-top: 100px;
}

.share-dropdown .dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.share-dropdown .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.share-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: auto;
    right: 0;
}

    .share-dropdown .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .share-dropdown .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.share-dropdown .dropdown:hover .dropdown-content {
    display: block;
}

.fa-stacks[data-count]::after {
    position: absolute;
    right: -10%;
    top: -10%;
    content: attr(data-count);
    font-size: 70%;
    padding: .6em;
    border-radius: 50%;
    line-height: .75em;
    color: white;
    background: rgb(12 97 231);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.pushnotifications {
    max-height: 90%;
    overflow-y: scroll;
    width: 400px;
    position: absolute;
    z-index: 1;
    right: 20px;
    min-height: 200px;
}


.info-block-ui {
    background: #f3f9f1;
    padding: 10px 15px 10px 45px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    margin: 20px 0px 10px;
    position: relative;
}

    .info-block-ui:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url('https://cdn-icons-png.flaticon.com/512/545/545674.png');
        left: 12px;
        top: 12px;
        background-position: center center;
        background-size: contain;
    }

.info-block-title {
    font-weight: 600;
    margin-bottom: 0px;
}

.info-block-desc {
    font-weight: 400;
    margin-bottom: 0px;
}

.info-block-close {
    position: absolute;
    border: 0;
    background: transparent;
    padding: 0;
    right: 7px;
    top: 5px;
    font-size: 16px;
}

.ai-button-layout {
    background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC05 100%);
    border: none;
    color: white !important;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-right: 10px;
}
