

.admin_pdf_sec .row {
    /* max-width: 1600px; */
    max-width: 1820px;
}

.admin_pdf_sec .wrap_inputs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-bottom: 40px;
} 

.admin_pdf_sec .wrap_input{
    margin: 0;
    max-width: auto;
}

.admin_pdf_sec .wrap_inputs .flex_wrap{
    display: flex;
    align-items: center;
}
.admin_pdf_sec .wrap_inputs .flex_wrap span{
    color: #fff;
    text-align: center;
    font-family: "Almoni DL AAA";
    font-size: 22px;
    margin-left: 0;
}
.admin_pdf_sec .wrap_inputs .flex_wrap .wrap_input{
    margin-right: 15px;
}

.admin_pdf_sec .project_input input{
    width: 300px;
}

.admin_pdf_sec .wrap_input input{
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    font-size: 30px;
    font-size: 22px;
    height: 55px;
    text-align: right;
    padding-right: 15px;
}

.admin_pdf_sec .wrap_input textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    height: 55px;
    text-align: right;
    padding-right: 15px;
    color: #fff;
    font-family: "Almoni DL AAA";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    border-radius: 0;
    padding: 16px;
    resize: none;
    width: 300px;
}
.admin_pdf_sec .wrap_input textarea::placeholder{
    opacity: 1;
    color: #fff;
}

.admin_pdf_sec .wrap_title{
    margin-bottom: 15px;
}
.admin_pdf_sec .wrap_title h3{
    color: #fff;
    text-align: center;
    font-family: "Almoni DL AAA";
}

.accordion-title:focus, .accordion-title:hover{
    background: rgba(255, 255, 255, 0.1);
}


.admin_pdf_sec .products_list{
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 10px 30px;
    height: 348px;
    list-style: none;
}
.admin_pdf_sec .products_list .produt_row .flex_wrap .wrap_img a img{
    height: 50px;
}
.admin_pdf_sec .products_list .produt_row .flex_wrap .add_to_project{
    width: 125px;
}
.admin_pdf_sec .products_list .product_item{
    border-bottom: 1px solid #7b838a;
}

.admin_pdf_sec .products_list .produt_row .flex_wrap{
    min-height: 80px;
}

.favorite_col .fav_list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favorite_col .fav_list ul li img{
   margin: 0;
   height: 60px;
   width: auto;
}

.favorite_col .fav_list ul li:after,
.favorite_col .fav_list ul li:before{
    display: none;
}
.favorite_col .favorites-list{
    height: 564px;
    overflow-y: scroll;
    padding-left: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 30px;
}
.favorite_col .favorites-list li{
    border-top: 0;
    border-bottom: 1px solid #7b838a;
    min-height: 90px;
    padding: 0;
}
.favorite_col .favorites-list li:last-child {
    border: 0;
}

.favorite_col .favorites-list li a{
    color: #fff;
    font-size: 19px;
}

.favorite_col .fav_list ul li p:nth-child(2){
    width: 280px;
    text-align: right;
}

.favorite_col .favorites-list li .simplefavorite-button {
    background: #fcb116;
    color: #252729;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 0 5px;
    width: 125px;
    height: 35px;
    border-radius: 0;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
}

.admin_pdf_sec .products_list .produt_row .flex_wrap .project_title a{
    font-size: 19px;
}

.admin_pdf_sec .products_list .produt_row .flex_wrap .add_to_project button{
    font-size: 17px;
    width: 125px;
    height: 35px;
}

.admin_pdf_sec .products_list::-webkit-scrollbar,
.favorite_col .favorites-list::-webkit-scrollbar {
  width: 8px; /* width of the vertical scrollbar */
}

.admin_pdf_sec .products_list::-webkit-scrollbar-thumb,
.favorite_col .favorites-list::-webkit-scrollbar-thumb {
  background: #636363; /* color of the scroll thumb */
  border-radius: 0; /* round the scroll thumb */
}

.admin_pdf_sec .products_list::-webkit-scrollbar-track,
.favorite_col .favorites-list::-webkit-scrollbar-track {
  background: #f1f1f1; /* color of the scrollbar track */
}




   

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-title {
    padding: 14px;
    cursor: pointer;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    padding-right: 25px;
    font-family: "Almoni DL AAA";
    border: 0;
    border-radius: 0;
}

.accordion-title::before{
    left: 19px;
    right: auto;
    top: 21px;
}

.accordion-item.active .accordion-title::before{
    content: '-';
}

.accordion-content {
    display: none;
    /* background: rgba(255, 255, 255, 0.1);  */
    background: #2c2c2c;
    padding: 0;
    border: 0;
}

:last-child>.accordion-content:last-child,
:last-child:not(.is-active)>.accordion-title {
    border: 0;
}

/* .accordion-item.active .accordion-content{
    display: block;
} */



/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  margin: 0 auto;
  margin-top: 20px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#dbdbdb  90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
  opacity: 0;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}
.loader.show{
    opacity: 1;
}

.admin_pdf_sec #pdf-result a{
    background: #fcb116;
    color: #252729;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 0 5px;
    width: 250px;
    height: 50px;
    border-radius: 0;
    display: -moz-flex;
    display: flex;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    cursor: pointer;
    border: 0;
}

.admin_pdf_sec #pdf-result a svg{
    width: 24px;
    margin-right: 8px;
}

.admin_pdf_sec{
    padding: 40px 0;
}


.fav_list .no-favorites{
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    text-align: center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}


@media only screen and (max-width: 1024px) {
    .admin_pdf_sec {
        padding-left: 15px;
        padding-right: 15px;
    }
    .admin_pdf_sec .wrap_inputs{
        display: block;
    }
    .admin_pdf_sec .wrap_input{
        margin: 0 auto;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .admin_pdf_sec .wrap_inputs{
        max-width: 420px;
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }
    .admin_pdf_sec .wrap_inputs .flex_wrap .wrap_input{
        margin-right: 0;
    }
    .admin_pdf_sec .wrap_inputs .flex_wrap{
        display: block;
        margin-top: 30px;
    }

    .admin_pdf_sec .project_input input{
        width: 100%;
        height: 60px;
        font-size: 25px;
        text-align: center;
        padding: 0;
    }
    .admin_pdf_sec .wrap_input textarea{
        width: 100%;
        height: 100px;
    }

    .admin_pdf_sec .wrap_title h3{
        font-size: 26px;
    }
    .favorite_col .favorites-list,
    .admin_pdf_sec .products_list{
        padding: 10px 20px;
    }
    .favorite_col .favorites-list li .simplefavorite-button,
    .admin_pdf_sec .products_list .produt_row .flex_wrap .add_to_project button{
        width: 115px;
        font-size: 16px;
    }
    .favorite_col{
        margin-top: 40px;
    }
    .favorite_col .favorites-list li a{
        font-size: 19px;
    }
    .admin_pdf_sec .wrap_submit{
        margin-top: 40px;
    }
    .favorite_col .fav_list ul li p:nth-child(2){
        padding: 0 20px
    }
    .favorite_col .favorites-list li a{
        font-size: 17px;
        line-height: 1.2;
        display: block;
    }
}