.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFFCF9;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CUSTOM CSS FOR UI BUG CORRECTION */






/*************************************************************************************************************************************************/

/*HOME*/

/*you tube video play icon*/

.fr-about-video .bla-2 {
    top: 40%;
    left: 40%;
}

/* "heart icon" in "Verified & Ready-to-use AI Gigs"*/
.fr-serv-2 .fr-top-rating {
    left: 85.5%;
}



/*************************************************************************************************************************************************/


/*AI ACADEMY*/

/*The styling of the instructor's name on the AI Academy page is inherited from 'LearnPress Courses' */

.learn-press-courses .course-instructor-category > div > *{
    display: inline-block !important;
}



/*bottom margin to checkout page from ai Academy */
.lp-terms-and-conditions {
    /*margin-bottom: 60px ;*/
}



/*************************************************************************************************************************************************/


/*BLOG*/


/*paragraph of discription of blog box */
@media (min-width: 566px){
    .fr-latest-sm .fr-latest-container p{
        height: 5rem;
    }
}



/*blog cards on blog page and blog detail page shares ".fr-latest-sm .fr-latest-container p" so we added parent ".fr-blog-f-details .fr-latest-sm .fr-latest-container p"
such that other elements' height remains unaffected*/

.fr-blog-f-details .fr-latest-sm .fr-latest-container p{ 
        height: auto;
    
}


/* h3 in blog card */
@media (min-width: 566px){
    .fr-latest-content h3{
        height:5rem;
    }
}




/*************************************************************************************************************************************************/



/*DASHBOARD*/

/*four boxes in dashboard*/

.info-boxes .metric{
    /*background-color: red !important;*/
    height: 6rem;
}




/*four boxes in dashboard correct formatting of heading and numbers*/

@media (max-width: 1390px){
    
    .info-boxes .metric p{
        /*background-color:blue;*/
         display: flex;
         flex-wrap: wrap;
        overflow: hidden;
    }
    
    .info-boxes .metric{
        height: 7rem;
    }
    
}



/*p tag in employer profile has unrequired padding*/
.card.tips p{
    padding-left: 0;
}


/*current plan detail box on dashboard in freelance as well as employer*/
.card-body .view-more-btn {
    top: 48px;
    left: 30px;
}




/*creat project btn on dashboard*/
.navbar-menu-wrapper .fr-list .style-1{
    padding: 12px 20px;
}




/*four colored boxes (edit, cancel, expired, bump up) in dashboard-employer posted projects*/

.pro-box .pro-coulmn .pro-btns a{
    margin: 5px;
}




/* alignment of "Bank IBAN" and "Swift Code" in "payouts" in "freelancer" in "dashboard" */

@media (min-width:1200px) and (max-width:1390px){
    
    #bank_pm_form div:nth-child(5) {
        flex-direction:column;
    }
    
     #bank_pm_form div:nth-of-type(5) div:first-child {
         max-width:100%;
    }
    
    #bank_pm_form div:nth-of-type(5) div:last-child {
         max-width:100%;
    }
}


/* size of image in "followed employers" in "freelancer" in dashboard */

.pro-box .pro-title img{
    width: 70px;
}


/*************************************************************************************************************************************************/


/*ABOUT US*/

/* "our mission section" in "about-us" page*/
@media (min-width:1200px){
    .fr-buisness-xt ul li{
        width: 48%;
    }    
}



/* "our mission section" in "about-us" page*/
@media (max-width:566px){
    
    .fr-buisness-xt ul{
        display:flex;
        flex-direction:column;
    }
    .fr-buisness-xt ul li{
        width: auto;
    }

}



/*************************************************************************************************************************************************/



/*The text 'Select Here' in the "home search" bar and search bar on "ai gig" page */

@media (min-width:566px){
    .select2-container .select2-selection--single .select2-selection__rendered{
        padding: 0px 0.5rem ;
    }
}



/*project description on "Ai project page*/

.about-fr-descrip{
    color: #777777 ;
}





/*on "https://gignaati.com/lp-checkout/lp-order-received" page "Ready To Get Started" element gap*/

.lp-archive-courses .lp-content-area {
    margin-bottom: 100px
}




/* "AI Gigs" page - alignment of cards of gigs*/

.fr-top-contents .fr-top-details .fr-style-5{
    height: 3rem;
}/* End custom CSS */