﻿* {
    margin: 0;
    padding: 0px;
}

:root {
    --black: #000;
    --white: #fff;
    --primarycolor: #0071a8;
    --seccolor: #005b87;
    --thirdcolor: #00b0f0;
    --borderradius10: 10px;
    --dshcrdbox-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}
.d-flex{
    display:flex;

}
.h-100{
    height:100%;
}
.mb-15{
    margin-bottom:15px;
}
.m-0{
    margin:0px;
}
.mt60{
    margin-top:60px;
}
.p-15 {
    padding: 15px !important;
}
.bgtrans {
    background: transparent;
}
.mardeskright{
    margin-right:10px;
}
.rowfitmar {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*dashbanner start here*/
.dashbanner {
    display: flex;
    flex-wrap: wrap;
}

.dshcrd {
    border-radius: var(--borderradius10);
    padding: 15px;
    box-shadow: var(--dshcrdbox-shadow);
    font-family: 'Manrope', sans-serif;
    height:100%;
}

.dshcrd h4, h5 {  font-family: 'Manrope', sans-serif; font-weight:600}

.yrErncrd {
    background: var(--seccolor);
    color: var(--white);
}

    .yrErncrd h4, .boxcrd-header h4{
        text-transform: capitalize;
        margin-top: 0px;
    }

.yrErncrdivider {
    display: flex;
    flex-wrap: wrap;
}

    .yrErncrdivider .yrErncrdbox {
        width: 100%;
        max-width: 20%;
    }

.yrErncrd span {
    font-size: 20px;
    font-weight: 600;
}

/*assignjobcrd start here*/
.boxcrd{
    padding: 0px;
    overflow: hidden;
}
.boxcrd-header {
    padding: 11px 15px;
    background: var(--seccolor);
    color: Var(--white);
}
.boxcrdbody{
    padding:15px;
}


/*assignedjob crds here*/
.MainJobBox{
    box-shadow:none;
}
.categories-list-page .comp-logo {
    width: unset;
}
.comp-logo img {
    max-width: 100%;
}
.sharingbtn {
    margin: 15px 3px 10px 5px !important;
}
.shringPlus-viewd {
    /*flex-wrap: wrap;
    display: flex;
    flex-direction: column;*/
    display:inline-block;
    text-align:right
}



/*freelnceCrd start here*/
.freelnceCrd {
    background: var(--white);
    border-radius: var(--borderradius10);
    overflow: hidden;
    font-family: 'Mulish', sans-serif;
    position: relative;
    margin-bottom: 15px;
    transition: .3s all;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 0px solid transparent;
}
    .freelnceCrd:hover {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        
        overflow: hidden;
    }
        .freelnceCrd:hover .border-white {
            border:1px solid #fff;
        }
.border-white {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    content: '';
    z-index: 5;
    width: 94.65%;
    height: 94.5%;
    margin: 8px;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.freelnceCrd_heading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.freelnceCrd_heading h4 {
    padding: 15px;
    font-family: 'Inter', sans-serif;
    margin: 0px;
    color: var(--seccolor);
    text-transform: capitalize;
    font-size: 35px;
    transition: .3s ease-in-out;
    font-weight: 700;
    text-align: center;
    width: inherit;
    line-height:50px;
}

.freelnceCrd_heading h4 span { font-size:30px; }

.freelnceCrd:hover .freelnceCrd_heading h4 {
    color: var(--white);
}
.freelnceCrd_hvrcontent {
    padding: 15px;
    position: absolute;
    top: 110px;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    font-family:'Inter',sans-serif,serif
}

    .freelnceCrd_hvrcontent p {
        color: var(--white);
        text-wrap: wrap;
        word-break: auto-phrase;
        text-align:justify;
    }
    .freelnceCrd:hover .freelnceCrd_hvrcontent {
        right: 0%;
    }
.freelnceCrd:before {
    position: absolute;
    width: 100%;
   /* border: 2px solid #fff;*/
    border-radius: var(--borderradius10);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    background: var(--primarycolor);
    transition: 0.3s;
}
.freelnceCrd:hover:before {
    opacity:1;
}

.freelnceCrd_img img {
    transition: .3s ease-in-out;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}


.freelnceCrd:hover .freelnceCrd_img img {
    transform: scale(2.5);
    filter: blur(100px);
}
.clickherebtn{
    color:var(--primarycolor);
    margin:0 auto;
    display:flex;
    justify-content:center;

}
    .clickherebtn p{
        background: var(--white);
        width: fit-content;
        margin-top:25px;
        color:var(--primarycolor);
        transition:.3s ease-in-out;
        padding: 5px 15px !important;
        border-radius: 5px !important;
    }
        .clickherebtn p:hover{
            color:var(--primarycolor);
        }
.overflow-height .boxcrdbody {
    height: 100%;
    overflow-y: scroll;
    overflow-x: clip;
    max-height: 584px;
}
.pstDate-box p{
    position:static;
}

.whatsapp-btn {
    /*display: inline-flex;*/
    align-items: center;
    justify-content: center;
    background-color: #25D366; /* WhatsApp Green */
    color: white;
    font-size: 12px;
    font-weight: 600;
    font-family:'Inter',sans-serif,serif;
    text-decoration: none;
    padding: 8px 13px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

    .whatsapp-btn:hover, .whatsapp-btn:focus {
        background-color: #1ebe5d; /* Darker Green */
        text-decoration: none;
        color: #FFF;
    }

    .whatsapp-btn i {
        margin: 8px 0px 0px 0px; /* Space between icon and text */
        font-size: 13px;
    }


/*media query start here*/
@media(max-width:1400px) {
    h4, .freelnceCrd_heading h4 {
                font-size: 17px;
            }
            .freelnceCrd_hvrcontent{
                top:37px;
            }
            .freelnceCrd_hvrcontent p{
                font-size:12px;
            }
        }
    @media(max-width:1302px) {
    .freelnceCrd_heading h4 {
        padding: 8px;
    }

    .freelnceCrd_hvrcontent {
        top: 115px;
    }

        .freelnceCrd_hvrcontent p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            line-clamp: 4;
            -webkit-box-orient: vertical;
        }
}
                          }
    @media (max-width:991px) {
        .yrErncrdivider .yrErncrdbox {
            max-width: 50%;
        }

        .brdr-row .col-sm-2 {
            padding: 0 15px;
        }

        .freelnceCrd_heading h4 {
            font-size: 17px;
        }
    }