﻿/*trademark application starts*/
.h-vh-80 {
    height: 80vh;
}
.mt-30 {
    margin-top: 30px;
}
.zip-w{
    width:40%;
}
@media(min-width:1108px) and (max-width:1326px){
    .zip-w{
        width:47%;
    }
}
@media(min-width:1064px) and (max-width:1107px) {
    .zip-w {
        width: 53%;
    }
}
@media(min-width:860px) and (max-width:944px) {
    .zip-w {
        width: 47%;
    }
}

/*trademark application ends*/

#fee-signature-info th,
#fee-signature-info td {
    background-color: #F4F4F8;
    border: none;
}

/*trademark shared starts*/

.custom-bullets {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

    .custom-bullets li {
        position: relative;
        padding-left: 20px; /* Adjust padding to make space for custom bullets */
    }

        .custom-bullets li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 16%;
            transform: translateY(-50%);
            width: 9px;
            height: 9px;
            background-color: black; /* Change to desired color */
            border-radius: 50%; /* Makes the bullet a circle */
        }
 
.view-trademark-guid {
    width: 700px;
    height: 100%;
    z-index: 1111;
    top: 0px;
    left: 370px;
    position: absolute;
    background-color: #fff;
}
.lh-25 {
    line-height: 1.56rem !important;
}
.color-getblack {
    color: #000000 !important;
}
.color-red {
    color: #E71D36;
}
.typegraphy-16 {
    color: #000;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pl-30 {
    padding-left: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.trademark-class-fee-structure {
    background: #F4F4F8;
    border-radius: 10px;
    padding: 15px;
}
/*trademark shared ends*/

.custom-tooltip .tooltip-inner {
    background-color: #fff; /* White background */
    color: #000; /* Black text */
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    max-width: 360px;
    border-radius: 10px;
    text-align: justify;
    position: relative; /* Set position to relative to allow absolute positioning of arrow */
}

    .custom-tooltip .tooltip-inner::after {
        content: "";
        position: absolute;
        top: 100%; /* Position the arrow at the bottom of the tooltip */
        left: 50%; /* Position the arrow horizontally at the center of the tooltip */
        transform: translateX(-50%); /* Center the arrow horizontally */
        border-width: 5px; /* Size of the arrow */
        border-style: solid; /* Border style */
        border-color: #fff transparent transparent transparent; /* Color of the arrow */
    }
.bg-color-default {
    background: #f4f4f8;
}
.bullet {
    display: inline-block;
    width: 9px; /* Adjust size as needed */
    height: 8px; /* Adjust size as needed */
    border-radius: 50%;
    background-color: black; /* Adjust color as needed */
    margin-right: 8px; /* Adjust spacing between bullet point and text */
}
.btn-yellow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 11px 28px;
    border-radius: 10px;
    background-color: #FFC727;
    color: #fff;
    font-size: 0.875rem !important;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: normal;
}


.h-200 {
    height: 200px;
}

.w-200 {
    width: 200px;
}
@media(max-width:350px){
    .w-200 {
        width: 136px;
    }
}

.gap-7 {
    gap: 7px;
}
.gap-14 {
    gap: 14px;
}
.gap-17{
    gap:17px;
}
.justfy-normal{
    justify-content:normal !important;
}
.p-15 {
    padding: 15px;
}

.p-22 {
    padding: 22px;
}
@media(min-width:280px) and (max-width:355px){
    .padd-step-2{
        padding:0px;
    }
}
.h-36{
    height:36px;
}

.pl-34 {
    padding-left: 34px;
}

.tab-padding {
    padding: 0.1rem 0.3rem !important;
}

.gap-20 {
    gap: 20px;
}

.color-red {
    color: #E71D36 !important;
}
.gap-0{
    gap: 6px !important;
}

.gap-33 {
    gap: 33px;
}

.gap-29 {
    gap: 29px;
}

.gap-43 {
    gap: 43px;
}

.gap-47 {
    gap: 47px;
}

.h-72 {
    height: 72px !important;
}

.h-70 {
    height: 74px !important;
}
.ml-26{
    margin-left:26px;
}
.ml-6{
    margin-left:6px !important;
}

.h-60 {
    height: 60px !important;
}
.width-54{
    width:54px;
}
.width-155{
    width:155px;
}
.width-677{
    width:677px;
}
.width-184{
    width:184px;
}
.width-784{
    width:784px;
}
.width-89{
    width:89px;
}
.width-176{
    width:176px;
}
.width-819{
    width:819px;
}

.border-radius-left {
    border-radius: 10px 0px 0px 10px;
    
}
.tab-column-spacing{
    border-spacing:4px 0px !important;
}
.bt-0{
    border-top:none !important;
   
}
.bb-0 {
    border-bottom: none !important;
}

.border-radius-right {
    border-radius: 0px 10px 10px 0px;
    
}

.border-1-grey {
    border: 1px solid #f4f4f8;
}

.tble-spaceing {
    border-collapse: separate;
    border-spacing: 0px 4px; /* 4px spacing between rows */
    width: 100%;
}

.border-tl {
    border-top-left-radius: 6px;
}

.border-bl {
    border-bottom-left-radius: 6px;
}

.border-tr {
    border-top-right-radius: 10px;
}

.border-br {
    border-bottom-right-radius: 10px;
}

.border-4-white {
    border: 4px solid white;
}

.border-b-4 {
    border-bottom: 4px solid white !important;
}

.color-yellow {
    color: #FFC727 !important;
}
 
.resize-0 {
    resize: none;
}

.gap-14 {
    gap: 14px;
}
 
.h-80 {
    height: 80px !important;
}
.w-5{
    width:6% !important;
}

@media(min-width:900px) and (max-width:1200px){
    .w-5 {
        width: 10%;
    }
}
@media(min-width:610px) and (max-width:899px) {
    .w-5 {
        width: 13%;
    }
}
@media(min-width:501px) and (max-width:609px) {
    .w-5 {
        width: 20%;
    }
}
@media(min-width:280px) and (max-width:500px) {
    .w-5 {
        width: 27%;
    }
}
.w-190 {
    width: 190px;
}
.w-80 {
    width: 80%;
}
.h-108{
    height:108vh;
}

@media(max-width:767px) {
    .w-80 {
        width: 100%;
    }
}
.h-76{
    height:82vh;
}

.custom-radio-rectangle {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px !important; /* Fixed width */
    height: 24px !important; /* Fixed height */
    border-radius: 20% !important;
    border: 3px solid #B0B7BD !important; /* Circle border color */
    outline: none !important;
    cursor: pointer !important;
    position: relative !important;
}

    .custom-radio-rectangle:checked {
        border: 3px solid #1AC7DE !important; /* Circle border color */
    }

        .custom-radio-rectangle:checked::after {
            content: '' !important;
            display: block !important;
            width: 12px !important; /* Adjust size relative to parent */
            height: 12px !important; /* Adjust size relative to parent */
            border-radius: 20% !important;
            background-color: #1AC7DE !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
        }

.view-trademark-guid {
    width: 700px;
    height: 100%;
    z-index: 1111;
    top: 0px;
    left: 370px;
    position: absolute;
    background-color: #fff;
}


.view-markinfo-guid {
    width: 700px;
    height: 100%;
    z-index: 1111;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: #fff;
}

.view-additionalstatement-guid {
    width: 700px;
    height: 100%;
    z-index: 1111;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #fff;
}

.view-goodsandservices-guid {
    width: 700px;
    height: 129vh;
    z-index: 1111;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: #fff;
}
@media(min-width:668px) and (max-width:768px){
    .view-goodsandservices-guid {
        width:600px;
    }
    .view-additionalstatement-guid {
        width: 600px;
    }
    .view-markinfo-guid {
        width: 600px;
    }
    .view-trademark-guid {
        left: 0px;
        width: 600px;
    }
}
@media(min-width:468px) and (max-width:667px) {
    .view-goodsandservices-guid {
        width: 400px;
    }

    .view-additionalstatement-guid {
        width: 400px;
    }

    .view-markinfo-guid {
        width: 400px;
    }

    .view-trademark-guid {
        left: 0px;
        width: 400px;
    }
}
@media(min-width:270px) and (max-width:467px) {
    .view-goodsandservices-guid {
        width: 210px;
    }

    .view-additionalstatement-guid {
        width: 210px;
    }

    .view-markinfo-guid {
        width: 210px;
    }

    .view-trademark-guid {
        left: 0px;
        width: 210px;
    }
}
@media(max-width:1070px) {
    .view-trademark-guid {
        left: 0px;
        
    }
}
.btn-transparent-lg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 13px 80px;
    border-radius: 10px;
    border: 1px solid #B6B6BC;
    background-color: transparent;
    color: #030229;
    font-size: 0.875rem !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    line-height: normal;
}
@media(max-width:345px) {
    .btn-transparent-lg {
        padding:3px 55px;
    }
}
/******** blue Checkbox ************/



.font-color-black {
    color: #000;
}
.under-line-text-black {
    color: #000;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration : underline;

}
.back-ground-color {
   background : #F4F4F8;
}
.border-right {
    border-right: 1px solid white !important; /* Add a white border on the right side of each column */
}

/*cutum date picker*/

.Trademark-date-picker {
    display: flex;
    gap: 10px;
}

.Trademark-date-part {
    color: #030229;
    font-size: 0.875rem;
    line-height: normal;
    font-weight: 400;
    background-color: #f4f4f8;
    padding: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 10px;
    text-align: center;
    width: 60px;
    height: 50px;
    flex-shrink: 0;
}
@media(max-width:348px){
    .Trademark-date-part{
        width:38px;
    }
}

    .Trademark-date-part::-ms-expand {
        display: none;
    }

    .Trademark-date-part:focus-visible {
        outline: none;
    }

.invalid {
    border: 2px solid red;
}

.valid {
    border: none;
}

.error-message {
    color: red;
    font-size: 0.75rem;
    display: none;
}
.w-165{
    width:165px;
}