/*------------------------------------*/
	/* Start Download Dropdown */
/*------------------------------------*/
.tm-btn-download {
    border: 2px solid #D25130;
    display: block;
    text-decoration: none;
    width: auto;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    padding: 13.5px 12px;
    border-radius: 12px;
    position: relative;
    background-color: #F9F8F4;
    outline: none;
}
.tm-download-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 95px;
    justify-content: end;
}
.dropdown  .tm-file-size {
    width: 50px;
}
.tm-file-display {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dropdown .tm-file-display {
    width: calc(100% - 95px);
}
.tm-btn-download .tm-download-btn-img {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-right: 5px;
}
.tm-files-icons {
    width: auto;
}
.tm-btn-download .tm-download-btn-img .tm-download-icon {
    width: auto;
    height: auto;
    max-height: 100%;
	max-width: 35px;
}
.tm-btn-download__text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #D25130;
    gap: 5px;
    width: 100%;
    left: 0;
    height: 100%;
}
.tm-download-dropdown-icon .tm-dropdown-icon {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 15px;
    scale: -1 1;
    transition: all 0.2s linear;
}
.open .tm-download-dropdown-icon .tm-dropdown-icon {
    scale: -1;
}
.tm-file-list {
    display: flex;
    flex-direction: column;
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #fff;
    z-index: 9;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 0 3.65px 3.65px 0 #00000040,
				0 3.65px 8.2px 0 #39300F1A,
				0 14.58px 14.58px 0 #39300F17,
				0 33.72px 20.05px 0 #39300F0D,
				0 60.15px 23.69px 0 #39300F03;
}
.tm-file-item-wrapper {
    border-radius: 4px;
}
.tm-file-item-wrapper .tm-file-name {
    font-weight: 700;
    font-size: 14px;
}
.tm-file-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    width: 100%;
}
.tm-file-wrapper .tm-file-icon {
    height: auto;
    width: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    max-width: 32px;
}
.tm-file-info {
    display: flex;
    flex-direction: column;
}
.tm-file-item .tm-file-size {
    font-size: 15px;
}
.tm-download-content--grid .tm-file-item .tm-file-size {
    font-size: 9px;
}
.tm-file-item-wrapper:not(:last-child) {
    margin-bottom: 5px;
}
.tm-file-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 12px;
    border-radius: 8px;
    position: relative;
    justify-content: space-between;
}
.dropdown .tm-file-item-wrapper .tm-file-icon {
    max-width: 35px;
    height: auto;
    width: auto;
}
.download-item,
.url-item {
    cursor: pointer;
}
.url-item .tm-download-btn-img .tm-download-icon,
.download-item .tm-download-btn-img .tm-download-icon {
    max-width: 30px;
    height: auto;
    width: auto;
}
/*------------------------------------*/
	/* End Download Dropdown */
/*------------------------------------*/
/*------------------------------------*/
	/* Start Download Grid */
/*------------------------------------*/
.tm-download-content--grid {
    width: 100%;
}
.tm-file-grid-list .tm-download-btn-img {
    display: flex;
    align-items: center;
    height: 100%;
}
.tm-download-btn-img .tm-download-btn-img {
    height: auto;
    width: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
	max-width: 35px;
}
.tm-btn-download__text + .tm-download-dropdown-icon {
    border-left: 2px solid #D2513021;
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 78px;
    justify-content: center;
}
.d-none {
    display: none;
}
/*------------------------------------*/
	/* End Download Grid */
/*------------------------------------*/
/*------------------------------------*/
	/* Start Carousel */
/*------------------------------------*/
.tm-carousel-container .tm-carousel-items {
    position: relative;
}
.tm-carousel-container .tm-carousel-item {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 45px 0;
}
.tm-carousel-container .tm-carousel-item-0 {
    display: block;
}
.tm-carousel-container .tm-carousel-img {
    max-width: 100%;
    max-height: calc(100vh - 184px);
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 5.89px 0 rgba(0, 0, 0, 0.25);
}
.tm-carousel-thumbnails-container {
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 0;
    max-width: 100%;
    scrollbar-width: none;
}
.tm-carousel-thumbnails-container .tm-carousel-items {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    gap: 20px;
    overflow-x: auto;
}
.tm-carousel-thumbnails-container .tm-carousel-items::-webkit-scrollbar {
  display: none;
}
.tm-carousel-thumbnails-container .tm-carousel-items{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tm-carousel-thumbnails-container .tm-carousel-item {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    min-width: 80px;
}
.tm-carousel-thumbnails-container .tm-carousel-item.active {
    border-color: #2F8DEB;
}
.tm-carousel-thumbnails-container .tm-carousel-items:not(:has(.active)) .tm-carousel-item-0 {
    border-color: #2F8DEB;
}
.tm-carousel-thumbnails-container .tm-carousel-items .tm-carousel-img {
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%;
    max-height: 112px;
    max-width: 160px;
}
.tm-carousel-container .slider-nav-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: #fff;
    color: #0d1216;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 4.64px 4.64px 0 rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.2s;
    transition-property: border-color, color;
}
.slider-nav-prev .slider-nav-icon,
.slider-nav-next .slider-nav-icon{
    position: relative;
}
.slider-nav-prev .slider-nav-icon {
    left: -1px;
}
.slider-nav-next .slider-nav-icon {
    right: -1px;
}
.tm-carousel-container .slider-nav-btn:hover, 
.tm-carousel-container .slider-nav-btn:active, 
.tm-carousel-container .slider-nav-btn:focus {
    background: #fff;
    color: #0d1216;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.slider-nav-prev {
    left: 15px;
}
.slider-nav-next {
    right: 15px;
}
/*------------------------------------*/
	/* End Carousel */
/*------------------------------------*/
/*------------------------------------*/
	/* Start timer */
/*------------------------------------*/
.tm-timer-control{
    background: #fff;
    border: 1px solid #cccccc38;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 6px 30px rgba(14, 30, 62, 0.08);
}
.tm-timer-control .tm-timer {
    text-align: center;
    padding: 10px 0;
    color: #7b7d8c;
}
.tm-timer-control .tm-ip-blocked-msg {
    color: #f00;
    font-weight: 500;
    text-align: center;
}
/*------------------------------------*/
	/* End Timer */
/*------------------------------------*/
@media screen and (max-width: 767px) {
    .tm-carousel-container .slider-nav-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .tm-carousel-container .slider-nav-prev {
        left: 8px;
    }
    .tm-carousel-container .slider-nav-next {
        right: 8px;
    }
    .tm-carousel-container .tm-carousel-item {
        padding: 20px 0;
    } 
    .tm-carousel-thumbnails-container .tm-carousel-items {
        gap: 10px;
    }
    .tm-carousel-thumbnails-container {
        justify-content: flex-start;
    }
}