
.btn.btn-golden-black {
    background: #573b17 !important;
    color: #fff !important;
    border: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.btn.btn-grey-black {
    background: grey !important;
    color: #fff !important;
    border: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.btn.btn-red-black {
    background: #8F0D0D !important;
    color: #fff !important;
    border: 0;
    font-size: 18px;
    border-radius: 7px;
    text-transform: capitalize;
}

.btn-golden-black:hover, .btn-golden-black:active, .btn-golden-black:focus {
    background: #000 !important;
    color: #fff !important;
}
.btn-grey-black:hover, .btn-grey-black:active, .btn-grey-black:focus {
    background: #000 !important;
    color: #fff !important;
}

.btn-red-black:hover, .btn-red-black:active, .btn-red-black:focus {
    background: #000 !important;
    color: #fff !important;
}

button.btn.btn-grey-black:disabled {
    background: black !important;
    cursor: not-allowed;
}

.svg-icons {
    width: 30px;
}
.search-input:focus-visible,
	.search-input:focus {
		outline: 0 !important;
		border-color: none !important;
		box-shadow: none;
		-webkit-appearance: none;
		/* Remove default Safari styles */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0px 0px 3px 1px rgba(110, 77, 35, 0.79) !important;
		-moz-box-shadow: 0px 0px 3px 1px rgba(110, 77, 35, 0.79) !important;
		box-shadow: 0px 0px 1px 1px rgb(110 77 35 / 86%) !important;
		border-color: #6e4d23 !important;
	}

h2.media-title {
    text-transform: capitalize;
    text-align: center;
    color: #705025;
    font-family: 'Avenir-Black';
    font-size: 24px;
}


.media-info .form-group > .title-info, .media-page .form-group > .title-info {
    font-family: 'AVENIR-BLACK';
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}
.media-info .form-group > .description-info {
    font-family: 'AVENIR-MEDIUM';
    font-size: 16px;
    text-transform: unset !important;
    line-height: normal;
    margin-bottom: 25px;
    word-wrap: break-word;
}

/* .form-group>label {
    font-family: 'AVENIR-BLACK';
    font-size: 15px;
} */
.form-control {
    color: #565656 !important;
    font-size: 16px !important;
    font-family: 'AVENIR-MEDIUM' !important;
    border-color: #666666 !important;
}
.bootstrap-tagsinput {
    border-color: #666666 !important;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 5px !important;
}

textarea {
    resize: none;
}

textarea#media-link {
    font-size: 13px;
}

.media-icons-section {
    /* display: ruby-text; */
    text-align: center;
}
.media-icons-section .custom-file-input{
    display: none;
}
.image-pview, .image-pview img {
    width: 85%;
    border-radius: 7px !important;
    margin: auto;
}
.image-pview .image-popup {
    cursor: pointer;
}
.back-icon{
    padding: 8px 10px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.media-files-icons {
    width: 85px;
    height: auto;
    margin: 0 15px;
    cursor: pointer;
}

.media-files-icons img {
    border: 0 !important;

}

.media-files-icons p {
    text-align: center;
    color: #705025;
    font-size: 14px;
    font-family: 'AVENIR-BLACK';
    margin-top: 5px;
}

button.save-btn, button.update-btn {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
button.save-btn > span{
    margin-left: 18px;
}
button.update-btn > span{
    margin-left: 15px;
}
/* button.common-btn {
    padding: 10px;
    font-size: 14px;
} */
/* .save-btn:hover, .update-btn:hover, button.common-btn:hover, button.cancel-btn:hover, button.back-btn:hover,
.save-btn:active, .update-btn:active, button.common-btn:active, button.cancel-btn:active, button.back-btn:active,
.save-btn:focus, .update-btn:focus, button.common-btn:focus, button.cancel-btn:focus, button.back-btn:focus
 {
    color: #fff;
    background-color: black;
} */

.save-btn .fa-chevron-right, .update-btn .fa-chevron-right {
    opacity: 0;
    transition: 0.5s;
    margin-left: 5px;
    position: relative;
    left: 0px;
    /* Add space between text and icon */
}

.save-btn:hover .fa-chevron-right, .update-btn:hover .fa-chevron-right {
    opacity: 1;
    left: 25%;
    /* Show the icon when button is hovered */
}


/* button.cancel-btn {
    margin: 10px auto;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    background-color: black;
    color: white;
    border: unset;
}

.cancel-btn:hover {
    color: #fff;
    background-color: black;
} */


.u-tagsinput .bootstrap-tagsinput .tag {
    position: relative;
    display: inline-block;
    font-size: .875rem;
    color: #77838f;
    background-color: rgba(119, 131, 143, 0.1);
    border-radius: 1rem;
    padding: .25rem .75rem;
    margin-bottom: .25rem;
    margin-right: 0;
}

.bootstrap-tagsinput{
    display: block !important;
}
.bootstrap-tagsinput input{
    height: 30px;
}
/* media list page */

h2.product-title {
    font-size: 18px;
    text-transform: unset !important;
    font-family: 'AVENIR-BLACK';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

h4.product-title {
    /* font-size: 14px;
    text-transform: capitalize;
    font-family: 'AVENIR-LIGHT'; */
}

.product-discussion {
    font-size: 14px;
    font-family: 'Avenir-Medium';
    margin: 0;
    color: grey;
}


img.rounded.mx-auto.d-block.img-thumbnail {
    width: 80px;
}

a.icon, button.icon, i.icon {
    color: unset;
    cursor: pointer;
}

.product-discussion span{
    width: 85%; /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0px;
}

/* search icons */
.parent-search {
    height: 51px !important;
}
.smooth-hide {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.search-container {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .fixed-search {
    position: fixed;
    top: 55px;
    /* left: 0; */
    width: inherit;
    z-index: 1000;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    display: none;
}
.search-container input {
    background-color: #f2f2f2;
    border: 1px solid #a0a0a0;
    font-size: 14px;
}
.search-container i {
    color: #525252;
    font-size: 20px;
}
  .search-icon,
  .mic-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .fixed-search .search-icon,
  .fixed-search .mic-icon {
    /* margin-top: 5px; */
  }
  
  .search-icon {
    left: 10px;
  }
  
  .mic-icon {
    right: 10px;
  }
  
  .search-input {
    padding: 10px 40px; /* Adjust padding as needed */
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%; /* Adjust width as needed */
    padding-left: 30px; /* Ensure text is not hidden under the left icon */
    padding-right: 30px; /* Ensure text is not hidden under the right icon */
  }
  
/* search icons */

button#dropdownMenuButton, button.btn.btn-view.btn-link {
    color: #000;
    font-family: 'AVENIR-MEDIUM' !important;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 100px;
    width: 100%;
    font-weight: 600;
}
.dropdown{
    display: block !important;
}
.dropdown a:hover{
    color: #16181b !important; 
}
.dropdown-toggle::after{
    display: none;
}
.paginate-style {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.paginate-style{
    font-size: 16px;
    font-family: 'AVENIR-MEDIUM' !important;
    font-weight: 600;
    padding-top: 13px !important;
}
.paginate-style i{
    font-size: 28px;
    padding: 0;
    line-height: 22px;
}
.paginate-style span{
    padding: 0 10px;
}


.fa.fa-search.search-icon,
.fa-angle-left, 
.fa-angle-right,
.fa-clone 
{
    cursor: pointer;
}
.fa.fa-search.search-icon:hover, 
.fa-microphone:hover,
.fa-clone:hover,
.fa-pencil:hover,
.fa-trash-o:hover
{
    color: #705225;
}

.product-discussion .clone-popup {
    position: absolute;
    background: #f0f0f0f0;
    padding: 10px;
    border-radius: 4px;
    color: #222;
    font-family: 'AVENIR-BLACK';
    font-size: 16px;
    top: -39px;
    right: 0;
}
.clone-parent .clone-popup {
    background: #f0f0f0f0;
    padding: 10px;
    border-radius: 4px;
    color: #222;
    font-family: 'AVENIR-BLACK';
    font-size: 16px;
    margin-bottom: 13px !important;
}

.bootstrap-tagsinput input {
    max-width: 150px !important;
}

.site-footer__top {
    display: none !important;
}

@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.flashing {
    animation: flash 1s infinite;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #705025 !important;
}

.blockUI::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fa-spin .75s linear infinite;
    font-size: 30px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.grey-ban {
    color: #ccc;
    cursor: not-allowed;
}

i.fa.fa-clone {
    /* font-size: 13px; */
    transform: scaleX(-1);
    margin-left: 5px;
    color: #222;
}

.custom-tags {
    background-color: #fff;
    display: inline-block;
    padding: 4px 0px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.custom-tags .tag {
    position: relative;
    display: inline-block;
    color: #000;
    background-color: #efefef;
    border-radius: 1rem;
    padding: .35rem .7rem .3rem;
    margin-bottom: .25rem;
    margin-right: 4px;
    font-size: 14px;
    font-family: 'Avenir-Black';
}

.popup-img .modal-content {
    background-color: unset;
    border: unset;
}

.popup-img .modal-body {
    padding: 10px 0 !important;
}
.close:focus {
    outline: unset !important;
    border: unset !important;
    text-shadow: unset !important;
}
.popup-img .close:not(:disabled):not(.disabled):focus, .popup-img .close:not(:disabled):not(.disabled):hover {
    opacity: 1 !important;
}
.popup-img .close {
    opacity: 1 !important;
}

@media only screen and (max-width: 320px) {
    .media-files-icons {
        width: 60px;
        margin: 0px 10px;
    }
    .paginate-style {
        font-size: 14px;
    }
    .paginate-style i {
        font-size: 20px;
    }
    .paginate-style span {
        padding: 0 6px;
    }
    button#dropdownMenuButton, button.btn.btn-view.btn-link {
        font-size: 14px;
        min-width: 60px;
        padding: 9px !important;
    }
    h2.product-title {
        font-size: 14px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .media-files-icons {
        width: 60px;
        margin: 0px 10px;
    }
    button#dropdownMenuButton, button.btn.btn-view.btn-link {
        font-size: 15px;
        min-width: 75px;
        padding: 10px !important;
    }
    .paginate-style {
        font-size: 15px;
    }
    .paginate-style i {
        font-size: 20px;
    }
    .paginate-style span {
        padding: 0 7px;
    }
    h2.product-title {
        font-size: 16px;
    }
}
@media only screen and (min-width: 376px) and (max-width: 768px) {
    .media-files-icons {
        width: 75px;
        margin: 0px 10px;
    }
}

/* CSS for default styles */

/* Media query for Extra small devices (phones - portrait orientation, less than 576px) */
@media (max-width: 575.98px) {
    /* CSS for extra small devices */
  }
  
  /* Media query for Small devices (phones - landscape orientation, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS for small devices */
  }
  
  /* Media query for Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    /* CSS for medium devices */
  }
  
  /* Media query for Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* CSS for large devices */
  }
  
  /* Media query for Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    /* CSS for extra large devices */
  }
  