.MainLogin {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 70px;
}

.Customdiv {
    width: 100%;
}

.dropdown-item {
    width: 100%;
    text-align: left;
}

.dropdown-menu {
    background-color: #ffffff30;
}

.toplink {
    width: 100%;
    float: left;
    background: #faf7f20d !important;
    text-align: right;
    color: #FFF;
    font-size: 14px;
    text-align: right;
    padding-top: 5px;
}

    .toplink ul {
        float: right;
        margin: 0;
    }

        .toplink ul li {
            float: left;
            padding-left: 15px;
        }

            .toplink ul li a {
                color: #4AC3F0
            }

                .toplink ul li a:hover {
                    color: #1199CC;
                    text-decoration: none;
                }

    .toplink .fa {
        color: #626262 !important;
    }

.toplink {
    width: 100%;
    float: left;
    background: #F1F1F1;
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .toplink h3 {
        text-align: left;
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 24px;
        cursor: pointer;
        display: inline-block;
        float: left;
        animation-name: blinking;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }

    .toplink ul {
        float: right;
        margin: 0;
        list-style: none;
        padding-top: 10px;
    }


        .toplink ul li {
            float: left;
            padding-left: 15px;
        }

            .toplink ul li a {
                color: #000
            }

                .toplink ul li a:hover {
                    color: #01445E;
                    text-decoration: none;
                }

            .toplink ul li select {
                color: #000;
            }

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 1000000000;
    background: #ffffff80;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px)
    }

.searchdiv1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.Searchdivsection {
    width: 100%;
    padding-left: 100px;
    padding-top: 20px;
}

.label-wrapper {
    display: flex;
    gap: 10px;
}

.error {
    color: #b00020;
    font-size: 0.9em;
}

.valid {
    color: #007700;
    font-size: 0.9em;
}

.dropdown-container {
    position: relative;
    width: 250px;
}

.dropdown-list {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 99;
}

    .dropdown-list li {
        padding: 10px;
        cursor: pointer;
        list-style: none;
        margin-left: 0px !important;
    }

        .dropdown-list li:hover {
            background: #f0f0f0;
        }

input[type="checkbox"] {
    width: auto !important;
    transform: scale(1);
}

select option {
    padding: 5px;
}

.form-control {
    text-transform: capitalize;
}

.Indicator {
    display: flex;
    /*justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;*/
    justify-content: center;
    margin-bottom: 25px;
}

.indmain {
    display: flex;
    gap: 10px;
    align-items: center;
}

.indcolor span {
    width: 50px;
    height: 8px;
    display: inline-block;
}

.indmainsubdiv span._ancestor {
    /*background-color: #21aaeb;*/
    color: #21aaeb;
}

.indmainsubdiv span._spouse {
    /*background-color: #198c19;*/
    color: #198c19;
}

.indmainsubdiv span._dead {
    /*background-color: #808080;*/
    color: #808080;
}

.indcolor span._ancestor {
    background-color: #21aaeb;
}

.indcolor span._spouse {
    background-color: #198c19;
}

.indcolor span._dead {
    background-color: #808080;
}

.indcolor span._Claimer {
    background-color: #e93c15;
}

.indmainsubdiv span._Claimer {
    color: #e93c15;
}

.indcolor span._Spouseoffspring {
    background-color: #d7d114;
}

.indmainsubdiv span._Spouseoffspring {
    color: #d7d114;
}

.indmainsubdiv {
    font-weight: 600;
}

.spancolor {
    color: #1548bb;
}

.indicatorsubdiv {
    border: 1px solid #c8c5c5;
    padding: 8px;
    display: flex;
    gap: 10px;
}


.getchatwindow {
    width: 350px;
    position: fixed;
    right: 20px;
    bottom: 15px;
    padding-bottom: 75px;
    background: #FFFF;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #CCCCCC;
    z-index: 10000;
    display: none;
}

    .getchatwindow p {
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
        text-align: left;
    }

.getchatwindow-header {
    width: 100%;
    display: flex;
    background: #5A189A;
    background: linear-gradient(to right,#184f87,#2f4255);
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

    .getchatwindow-header .chatlogo {
        width: 30px;
        height: 30px;
        display: flex;
        border-radius: 100%;
        background: #FFF;
        padding: 6px;
        justify-content: center;
        align-items: center;
    }

    .getchatwindow-header .fa {
        position: absolute;
        right: 11px;
        top: 17px;
        color: #FFF;
        font-size: 18px;
        cursor: pointer;
    }

    .getchatwindow-header .chatlogo img {
        width: 100%;
        height: 100%;
    }

.getchatwindow-detail {
    width: 100%;
    height: 60vh;
    padding: 20px;
    background: #F8F9FA;
    box-shadow: inset 0 -4px 4px 4px #eff2f5;
    overflow-y: auto;
}

.getchatwindow-bottom-row {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 10px;
}

.getchatwindow-bottom-col {
    width: 100%;
    background: #E8EBF0;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

    .getchatwindow-bottom-col input[type="text"] {
        flex: 1 0 auto;
        border: none;
        outline: 0;
        padding: 10px;
        background: none;
        transition: all 0.5s ease 0s;
    }

    .getchatwindow-bottom-col button {
        border: none;
        background: none;
        padding: 8px;
        border-radius: 5px;
        cursor: pointer;
        transition: all .3s ease;
        font-size: 18px;
        color: #2632DD;
    }

        .getchatwindow-bottom-col button:hover {
            background: #2632DD;
            color: #FFF;
        }

.getchatwindow-qus-row {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
    position: relative;
}

.getchatwindow-qus-col {
    flex: 0 0 90%;
    background: #ededed;
    padding: 12px;
    border-radius: 30px;
    border-bottom-right-radius: 0px;
}

.getchatwindow-qus-user {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100%;
    background: #DEE2E6;
    padding: 6px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -16px;
    right: -10px;
}

    .getchatwindow-qus-user img {
        width: 100%;
        height: 100%;
    }

.getchatwindow-ans-row {
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}

.getchatwindow-ans-col {
    flex: 0 0 90%;
    background: #e3e7c4;
    color: #141414;
    padding: 12px;
    border-radius: 30px;
    border-bottom-left-radius: 0px;
    word-wrap: anywhere;
}

.getchatwindow-ans-user {
    width: 25px;
    height: 25px;
    display: flex;
    border-radius: 100%;
    background: #108CF1;
    padding: 6px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -16px;
    left: -10px;
}

    .getchatwindow-ans-user img {
        width: 100%;
        height: 100%;
    }

.getchatwindow-qus-check {
    position: absolute;
    bottom: 1px;
    right: 10px;
}
.getchatwindow-ans-check {
    position: absolute;
    bottom: 8px;
    right: 46px;
    color: #626262;
}
.chatloader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -91px;
}

.chatloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}
.preview-box {
    display: none;
    padding: 8px;
    border-top: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
}

    .preview-box img {
        max-width: 60px;
        margin-top: 5px;
        border-radius: 4px;
    }

.attach-btn {
    cursor: pointer;
    font-size: 20px;
    padding-top: 10px;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 6px;
}

    .image-wrapper img {
        max-width: 180px;
        border-radius: 6px;
        display: block;
    }

.download-icon {
    position: absolute;
    top: 2px;
    right: 6px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-box {
    margin-top: 6px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
}

    .file-box a {
        text-decoration: none;
        color: #007bff;
    }

/*.indmainsubdiv{
    width:100px;
}*/

/*@media (max-width: 600px) {
    .Indicator {
        position: static;
    }
}*/
