@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');

body {
    background-color: #F9F9F9;
}

.header {
    background-color: var(--primary-color);
    font-family: 'Roboto', sans-serif;
}

.logo-container h4 {
    color: white;
    font-size: 22px;;
    margin-bottom: 0;
    padding: 0;
}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .logo {
    height: 60px;
}


.social {
    display: flex;
    justify-content: end;
    list-style: none;
    margin: 0px;
    gap: 5px;
    flex-wrap: wrap;
}

.social li a {
    color: #fff;
    font-size: 20px;
    background-color: var(--primary-color);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    filter: brightness(120%);
}

.action {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.actionbar {
    display: flex;
    align-items: center;
}

.actionbar__title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.actionbar__extension{
    color: var(--primary-color);
    font-style: italic;
}
.actionbar__description {
    padding: 0;
    margin: 0;
}

.search-bar {
    justify-content: end;
    display: flex;
    list-style: none;
    margin: 0px;
    align-items: center;
}

.search-bar li button, .search-bar li a {
    appearance: none;
    border: 0;
    background-color: transparent;
    font-size: 28px;
    padding: 5px;
    border-radius: 50%;
    transition: all linear 200ms;
    margin-left: 5px;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.search-bar li button:hover, .search-bar li a:hover {
    background-color: var(--primary-color);
    filter: brightness(120%);
}

.search-bar li a {
    color: #333333;
}

.search__input {
    display: flex;
    align-items: center;
    background-color: #EEEEEE;
    border-radius: 30px;
    padding: 3px 0 3px 0;
    width: 55px;
    overflow: hidden;
}

.search__input input {
    appearance: none;
    border: 0px;
    padding: 10px 10px 10px 10px;
    background-color: transparent;

}

.search__input button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: #EEEEEE;
}

.copyright {
    font-size: 13px;
    text-align: center;
    padding: 10px;
    color: #222222;
    margin: 0;
    text-decoration: none;
}

.copyright a{
    font-weight: normal;
    font-size: 14px;
    color: #ed3b47;
    text-decoration: none;
}

.content {

}

.content .item {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all linear 100ms;
    position: relative;
}

.content .item:hover {
    box-shadow: inset 0 0 0 4px var(--primary-color);
    transform: scale(1.02);
    transition: all ease-in 200ms;
}

.content .item .item__holder {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4a4df008;
    border-radius: 17px;
    background-size: cover;
}

.content .item .item__holder__image {
    height: 250px;
    width: 100%;
    background-image: url('images/photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.content .item .item__holder__icon {
    position: relative;
}

.content .item .item__holder__icon i {
    font-size: 60px;
    color: var(--icon-color);
}

.grid-label {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    width: 130px;
}

.grid-label a {
    margin: 0 !important;
    padding: 0 !important;
}

.grid-label a, .grid-label span {
    display: block;
    margin-bottom: 3px;
    padding: 5px;
    border-radius: 7px;
    font-size: 12px;
}

.icon-folder-open, .icon-folder-open {
    color: #EFCE4A !important;
}

.content .item__holder__icon span {
    position: absolute;
    background-color: #f9f9fff2;
    color: var(--primary-color);
    padding: 4px 10px;
    border-radius: 14px;
    bottom: 3px;
    left: 50px;
    font-size: 11px;
    border: 2px solid var(--icon-color);
}

.content .item .item__download {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
}

.content .item .item__title {
    font-size: 16px;
    margin-top: 10px;;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 550;
}

/* List Items */
.item-list {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all linear 100ms;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-list i {
    font-size: 32px;
    color: var(--icon-color);
}

.btn-active {
    background-color: var(--icon-color) !important;
    color: white !important;
    filter: brightness(120%);
}

.item-list .item__download {
    font-size: 15px;
}

.pdf_preview{
    margin: 5px;
}
.item-list:hover {
    box-shadow: inset 0 0 0 2px var(--primary-color);
    transition: all ease-in 200ms;
}

.item-list .item__title {
    font-size: 16px;
    font-weight: 550;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}

.item-list .item__extension {
    font-size: 13px;
    font-style: italic;
    font-weight: 550;
    color: var(--primary-color);
    filter: brightness(120%);
}

.item-list .item__icon {
    background-color: rgba(121, 121, 121, 0.07);
    border-radius: 17px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.item-list .item__icon i {
    color: var(--icon-color);
    font-size: 30px;
}

.item-list .item__icon .folder-color {
    color: #EFCE4A;
}

.item-list .item__action {
    color: rgba(0, 0, 0, 0.5);
}

.item_info {
    margin-left: 7px;
    margin-right: 7px;
    width: 80%;
}
.item-preview{
    padding: 10px;
}
.item-preview video{
    width: 100%;
}

.videoWrapper {
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-preview-bg-photo {
    position: relative;
    overflow: hidden;
}

.item-preview-bg-photo img {
    max-width: 100%;
    border-radius: 15px;
    z-index: 2;
}

.item-preview .label-item {
    position: absolute;
    right: 20px;
    z-index: 2;
}

.item-preview .label-item ul {
    list-style: none;
}

.item-preview .label-item ul li {
    background-color: var(--primary-color);
    padding: 8px 10px;
    text-align: center;
    margin-bottom: 8px;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    min-width: 120px;
}

.item-preview-bg-photo .photo-water {
    content: "";
    height: auto;
    width: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    z-index: 0;
}

.remove-pointer {
    cursor: default !important;
}

.modal-share {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    left: auto;
    right: auto;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.modal-share .modal-title {
    padding: 30px 30px;
    border-bottom: 1px solid #EEEEEE;
}

.modal-share .modal-title h4 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    line-height: 40px;
}

.modal-share .modal-title h4 span {
    color: var(--primary-color);
    font-weight: 600;
}

.modal-share .modal-title .close-icon {
    font-size: 22px;
    text-align: center;
    color: #969393;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #EEEEEE;
    cursor: pointer;
    transition: all 200ms;
}

.modal-share .modal-title .close-icon:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.modal-share .ul-share {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px 20px;
    gap: 10px;
}

.modal-share .ul-share li {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background-color: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #f1f1f1;
}

.modal-share .ul-share li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.facebook-gradient {
    background: rgb(1, 119, 180);
    background: linear-gradient(139deg, rgba(80, 164, 212, 1) 0%, rgba(1, 119, 180, 1) 100%);
}

.instagram-gradient {
    background: rgb(209, 87, 252);
    background: linear-gradient(139deg, rgba(209, 87, 252, 1) 0%, rgba(137, 3, 142, 1) 100%);
}

.twitter-gradient {
    background: rgb(11, 128, 195);
    background: linear-gradient(139deg, rgba(29, 161, 242, 1) 0%, rgba(11, 128, 195, 1) 100%);
}

.linkedin-gradient {
    background: rgb(1, 119, 180);
    background: linear-gradient(139deg, rgba(80, 164, 212, 1) 0%, rgba(1, 119, 180, 1) 100%);
}

.whatsapp-gradient {
    background: rgb(31, 162, 1);
    background: linear-gradient(139deg, rgba(182, 255, 164, 1) 0%, rgba(31, 162, 1, 1) 100%);
}

.telegram-gradient {
    background: rgb(1, 119, 180);
    background: linear-gradient(139deg, rgba(80, 164, 212, 1) 0%, rgba(1, 119, 180, 1) 100%);
}

.pinterest-gradient {
    background: rgb(255, 114, 123);
    background: linear-gradient(139deg, rgba(255, 114, 123, 1) 0%, rgba(223, 26, 38, 1) 100%);
}

.digg-gradient {
    background: rgb(125, 125, 125);
    background: linear-gradient(139deg, rgba(125, 125, 125, 1) 0%, rgba(51, 51, 51, 1) 100%);
}

.google-plus-gradient {
    background: rgb(249, 131, 114);
    background: linear-gradient(139deg, rgba(249, 131, 114, 1) 0%, rgba(220, 74, 56, 1) 100%);
}

.modal-share .ul-share li a i {
    font-size: 38px;
    color: white;
}

.share-footer {
    padding: 30px 30px;
    border-top: 1px solid #EEEEEE;
    gap: 10px;
}

.share-footer .input-holder {
    position: relative;
    width: 80%;
}

.share-footer .input-holder input {
    height: 57px;
    border: 2px dashed var(--primary-color);
    border-radius: 15px;
    width: 100%;
    padding-left: 75px;
}

.share-footer .input-holder span {
    position: absolute;
    line-height: 57px;
    width: 70px;
    text-align: center;
    background-color: var(--primary-color);
    color: white;
    border-radius: 15px 0px 0 15px;
}

.share-footer .btn-copy {
    width: 20%;
    height: 57px;
    background-color: var(--primary-color);
    border: 0px;
    appearance: none;
    color: white;
    border-radius: 15px;
    font-weight: 700;
}
/* Theme 1 */
header.theme-1{
    height: 370px;
    position: relative;
    background-image: url("../images/bg-theme-1.jpg");
    background-size: cover;
    background-position: 50% 50%;
}
header.theme-1::before{
    /*content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(104,0,255);
    background: linear-gradient(0deg, rgba(104,0,255,0.8029412448573179) 0%, rgba(0,0,0,0.1698880235688025) 100%);*/
}
header.theme-1 .logo-holder{
    height: 250px;
}
header.theme-1 .logo-holder img{
    height: 50px;
}

header.theme-1 .logo-holder h4{
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 30px;
    font-weight: 900;
}
@media (max-width: 576px) {
    header.theme-1 .logo-holder{
        height: 250px;
    }
}
/* Theme 2 */
.theme-2 .bg-hero{
    background-color: #f9f9f9;
}

.theme-2 h1.slug{
    font-weight: bolder;
}

.btn-theme-2{
    text-decoration: none;
    padding: 10px 14px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 20px;
    border: 0px;
}
.btn-theme-2:hover{
    color: white;
}

.theme-2 .photo-hero{
    height: 400px;
}

.theme-personal-photo{
    min-height: 200px;
    align-self: center;
}
.theme-personal-photo img{
    border-radius: 50%;
    height: 150px !important;
    width: 150px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 576px) {
    .item_info{
        width: 80%;
        margin-left: 7px;
        margin-right: 7px;
    }

    .theme-personal-photo{
        min-height: 220px;
    }

    .theme-personal-photo img{
        height: 180px !important;
        width: 180px;
    }

 }

.btn-pdf-controller{
    background-color: var(--primary-color);
    color: white;
    border: 0;
    appearance: none;
    padding: 8px 16px;
    border-radius: 5px;
}
@media (min-width: 768px) {

    .item_info{
        width: 70%;
        margin-left: 7px;
        margin-right: 7px;
    }

    .theme-personal-photo{
        min-height: 300px;
    }
    .theme-personal-photo img{
        height: 220px !important;
        width: 220px;
    }
 }
@media (min-width: 992px) {
    .item_info{
        width: 70%;
        margin-left: 7px;
        margin-right: 7px;
    }

    .theme-personal-photo{
        min-height: 400px;
    }
    .theme-personal-photo img{
        height: 300px !important;
        width: 300px;
    }
 }
@media (min-width: 1200px) {
    .item_info{
        width: 73%;
        margin-left: 5px;
        margin-right: 5px;
    }
 }
@media (min-width: 1400px) {
    .item_info{
        width: 75%;
        margin-left: 5px;
        margin-right: 5px;
    }
 }
#breadcrumb_container a{
    text-decoration: none;
    margin-right: 5px;
    background-color: #eee;
    color: #222222;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
