﻿.modal-header {
    border-bottom:0px;
}
.modal-content {
    border-radius: 1rem;
}
.p-b-55 {
    padding-bottom: 55px;
}
.plr-10{
    margin-left:10px;
    margin-right:10px;
}
.loginlabel {
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}
.result{
    color:red;
    font-size:14px;
    text-align:center;
    margin-bottom:20px;
}
#resultmsg, #resultmsg1 {
    color: red;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.p-t-55 {
    padding-top: 55px;
}

.mobile-only-link {
    display: none;
}

.leftnav li {
    padding-bottom: 30px;
}

.leftnav li a{
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

/*.editor-container.uploadDocument {
    padding: 10px 25px;
}*/

.editor-container {
    margin-top: 1rem;
    background: #fff;
    border: 1px solid #DDDDDD;
    position: relative;
    text-align: left;
    padding: 10px 25px;
}
.file-upload {
    width: 100%;
    display: flex;
    background-color: var(--file-container-bg);
    border-radius: var(--file-rounded);
    transition: all 0.3s;
}
.supportedText {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
    margin-top: 2rem;
}

.formheading {
    font-size: 18px;
    font-weight: 800;
    color: var(--color-primary-1);
}

#fetched-data{
    margin-top:-30px;
    padding-top:0px;
}

.gap-right-2 {
    gap: 2rem;
}

@media (max-width: 767px) {
    .mobile-only-link {
        display: list-item;
    }
    .mb-w-0 {
        display: none;
    }
    .mb-w-100{
        width:100%;
    }
}
