﻿/*patentdashboard and detail page*/
.p-30 {
    padding: 30px;
}

.h-684 {
    height: 684px !important;
}
.underline-text {
    color: #26C0E2;
    font-family: Nunito;
    font-size: 1rem !important; /* 16px / 16px */

    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

/*Patent Application start*/

.sticky-header {
    position: relative;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    z-index: 1000;
}

.office-letter-svg {
    width: 1.25rem
}
.span-version-history {
    color: #030229;
    font-family: Nunito;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-import-application {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #030229;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #26C0E2;
    padding: 12px 14px;
    height: 44px;
}
.application-card {
    /* width: 530px;*/
    height: 291px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
}
@media(min-width:300px )and (max-width:332px) {
    .application-card {
        height: 335px;
    }
}
@media(min-width:280px )and (max-width:299px) {
    .application-card {
        height: 425px;
    }
}

@media(max-width:575px) {
    .application-card {
        margin-top: 18px;
    }
}

.text-align-left {
    text-align: left !important;
}
.h-561 {
    height: 616px;
}
@media(max-width:575px) {
    .mt-9 {
        margin-top: 6rem;
    }

    .h-561 {
        height: 895px;
    }
}
.uploaded-files-container-height {
    height: 384px;
}
.horizontal-line-file {
    border-bottom: 1px solid #E3E3F1;
}

.application-heading {
    font-size: 0.875rem !important;
    display: flex;
    border-radius: 10px;
    background: #F4F4F8;
    font-weight: 400;
    padding: 12px 16px;
    color: #000;
    gap: 2px;
}

.image-default-dashbard {
    height: 28vh;
    margin-top: 11vh;
}
/*Patent Application end*/


/*office letter css stast*/
.color-patent {
    color: #71717A;
}
  
.h-566 {
    height: 566px !important;
}
.f-roboto-16-400 {
    font-size: 1rem; /* 16px / 16px */
    color: #6D6D79;
    font-weight: 400;
    line-height: 1.5rem; /* 24px / 16px */
    font-family: Roboto;
}
.detail-text-sidebar-height {
    height: 1024px;
}
/*media queries*/
@media(max-width:425px) {
    .align-item-425 {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media(max-width:416px) {
    .viewguid-text-sidebar-height {
        overflow-y: auto;
        height: 692px;
        display: block;
    }
}
@media(max-width:451px) {
    .titleOfInvention-text-sidebar-height {
        overflow-y: auto;
        height: 692px;
        display: block;
    }
}
/*office letter css end*/
.patent-application-header {
    color: #030229;
    font-family: Nunito;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.btn-import-application {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #030229;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #26C0E2;
    padding: 12px 14px;
    height: 44px;
} 
.h-615 {
    height: 645px;
}

@media(max-width:590px) {
    .buttonadjustment {
        margin-top : 16px;
    }
}
.summery-svg {
    align-items: center;
    display: flex;
    height: 30px;
    background: #efefff;
    width: 30px;
    justify-content: center;
    background: #efefff;
}
.dropdown-icon-bg-position {
    background-position: 94% 20px !important;
}