.stmt_new_dropupbtn_thumbnail{
    font-size: 14px;
    justify-self: center;
    align-self: center;
    /* padding: 6px 0 0 10px; */
    color: rgba(255,255,255,0.87);
}
#stmt_new_dropUPnew_thumbnail{
    display: none;
}
.stmt_new_dropupbtnContainer_thumbnail{
    display: grid;
    grid-template-rows: 35px 1fr;
}
.stmt_new_dropupblocks{
    display: grid;
    /* background: #414141; */
    grid-template-columns: 50px 1fr;
    /* align-items: center; */
    grid-auto-flow: row;
    /* justify-items: center; */
    height: 70px;
    /*background: #4F4F4F;*/
    /*opacity: .5;*/
    background: rgba(44,44,44,0.5);

}
.dropupdataimg{
    display: grid;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 10px;
    width: 60px;
    background-size: 100% 100%;
}
.dropupdatadiv{
    display: grid;
    align-items: center;
    padding-top: 10px;
    justify-self: center;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.75px;
}
.new_dropup-containernew{
    position: absolute;
    bottom: 46px;
    /*background: white;*/
    width: 270px;
    grid-gap: 1px;
    border-radius: 4px;
    display: grid;
    left: 15px;
	
}

.topbordersdropup{
    border-radius: 4px 4px 0 0;
}
.bottombordersdropup{
    border-radius: 0 0 4px 4px;
}
.new_Dropubox_thumbnail{
    /*position: absolute; */
    display: inline-block;
    /* top: 400px; */
    bottom: 19px;
    left: 45%;
    width: 190px;
    height: 35px;
    color: rgba(0,0,0,0.54);
    background: rgba(0,0,0,0.38);
    /*border: 1px solid #979797;*/
    border-radius: 4px;
}
.new_imagePrevSTMTdropup{
    background-image: url("../images/icons/magiktour/previous copy.svg");
    width: 32px;
    height: 32px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 39%;
    cursor: pointer;
}
.new_imageNextSTMTdropup{
    background-image: url("../images/icons/magiktour/previous copy 2.svg");
    width: 32px;
    height: 32px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 60%;
    cursor: pointer;
}

.stmt_new_show_dropupthumbnail{
    display: grid !important;
}
.dropupContainerCls{
    grid-column-gap: 25px !important;
}
#selectedDropupicon{
    background-image: url("../images/icons/magiktour/Menu tick.svg");
    width: 24px;
    height: 24px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 60%;
    cursor: pointer;
}
.changeColorhighlight{
    /*background: #2C2C2C !important;*/
    /*opacity: 0.87;*/
    background: rgba(44,44,44,0.87);

}
.stmt_new_dropupblocks:hover{
    /*background: #2C2C2C !important;*/
    /*opacity: 0.87;*/
    background: rgba(44,44,44,0.87);

}
.stmt_new_dropupbtnContainer_thumbnail:hover{
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    border-radius: 4px;
}
.new_imagePrevSTMTdropup:hover{
    background-image: url("../images/icons/magiktour/previous hover.svg");
}
.new_imageNextSTMTdropup:hover{
    background-image: url("../images/icons/magiktour/Next hover.svg");

}

@media screen and (max-width:800px) {
	.new_dropup-containernew{
		overflow-y:scroll;
		max-height:58vh;
	}
}
