.background-section{
    background: #f8f8f8;
    padding: 15px;
    border-radius: 13px;
    margin-bottom: 25px;
}
.align-title{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: -webkit-fill-available;
}
.align-title>input{
    margin-left:6px;
}
.dot{
    height:10px;
    width:10px;
    background-color: black;
    border-radius: 50%;
    display: inline-flex;
}
.hr{
    margin-top:0px;
}
.Correct-title{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
.tbl-cursor-move td:first-child{
    cursor: move;
}
.tbl-cursor-move-select-all td:nth-child(2){
    cursor: move;
}
.my_quick_links{
    display: none !important;
}
.quick_links_text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 768px) {
    .my_quick_links{
        display: block !important;
    }
    #librayr a{
        width: 152px !important;
    }
}    

/* media gallery start */
#librayr a{
	float:left;
	position:relative;
	border: 1px solid #e7e7e7;
    width: 120px;
    height: 120px;
    margin-left: 5px;
    margin-bottom: 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

/*==================== styles........ =========================*/
.product-img{
	float:left;
	position:relative;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
    width: 120px;
    height: 120px;
}

.product-images img{
	width: 100%;
    
}

.product-img .btn{
	position: absolute;
	right: 0;
	bottom: 0;
}

#librayr img{
	max-width: 100%;
}

#librayr input{
	position:absolute;
	right: 0;
	bottom: 0;
}
#librayr a.selected_media_box{
	border: 2px solid #009EF7;
}


/* end media gallery */

.form_error_design{
    list-style-type: disc;
    text-align: left;
    line-height: 20px;
    color: var(--kt-danger);
    font-size: 13px;
}

.table.dataTable thead .sorting_disabled.sorting:after,
.table.dataTable thead .sorting_disabled.sorting_asc:after,
.table.dataTable thead .sorting_disabled.sorting_desc:after {
    display: none !important;
}
.header-logo .logo-default{
    height: 90px !important;
}
.header-logo .logo-sticky{
    height: 80px !important;
}
.text-dot {
    float: left;
    font-family: Arial;
    margin: 5px 0;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    height: 17px;
    text-overflow: ellipsis;
    color: var(--kt-warning) !important;
}

.cropImagePopup h1{
    font-weight: bold;
    font-size:23px;
}
.cropImagePopup img {
    display: block;
    max-width: 100%;
}
.cropImagePopup .preview {
    text-align: center;
    overflow: hidden;
    width: 160px; 
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}
.cropImagePopup input{
    margin-top:40px;
}
.cropImagePopup .section{
    margin-top:150px;
    background:#fff;
    padding:50px 30px;
}
.cropImagePopup .modal-lg{
    max-width: 1000px !important;
}