/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 30, 2025, 3:11:34 PM
    Author     : vijay
*/

.repository_items {
    margin-left: 0px;
    margin-right: 0px;
}
@media only screen and (max-width: 1024px) {
    .content_carbon-second {
        margin: 0px 15px;
    }
    .content_carbon-second .mt-4 {
        margin-top: 0.5rem !important;
    }
    .repository_items_contentarea .icon_repository_item {
        max-height:120px;
    }
    .title_repository_item {
        font-size: 22px;
    }
    .repository_items {
        margin-left: 0px;
        margin-right: 0px;
        min-height: 500px;
    }
    #bp_repository-section1 .content_carbon {
        text-align: center;
    }	
    .repository_items.rounded-box {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:992px) {  
    /*    .repository_items-outer {
            width: 100%;
        }*/

    .contact-page-form .gform_heading, .contact-page-form form {
        text-align: left;
        width: 100%;
        margin-bottom: 35px;
    }
}
@media (max-width:840px) { 
    .col-md-6.repository_items-outer {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .password-protected-field, .password-protected-content {
        padding: 10px 0px;
    }

    .password-protected-content {
        flex-wrap: wrap;
    }

    .password-protected-content input#pwbox-113 {
        margin: 0;
        width: 100%;
    }

    .password-protected-input input#pwbox-113 {
        margin: 0;
        margin-top: 15px;
    }

    .password-protected-field {
        padding-top: 0;
        padding-bottom: 30px;
        justify-content: center;
    }

    .password-protected-input, .password-protected-input, .password-protected-submit {
        margin: 10px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .repository_items {
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
    }
    .title_repository_item {
        font-size: 23px;
    }

    #bp_repository-section1 .content_carbon {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }
    img.icon_repository_item {
        max-height: 70px;
    }

    .repository_items.rounded-box {
        border-radius: 35px;
    }
    .repository_items-outer {
        margin-top: 0 !important;
    }
}	
@media only screen and (max-width: 480px) {
    .repository_items_overlay .content_repository_item {
        padding: 5px 0px 15px;
    }
    .repository_items {
        min-height: 380px;
    }
}