.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: 130px;
    height: 130px;
    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;
}

.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;
}

.bredCrumCustomClass {
    padding: 10px 0px;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 10px;
}

.titleSection {
    font-size: 20px;
    color: black;
}

.titleSection.subtitle {
    font-size: 12px;
}

.subtitle>a {
    font-size: 12px;
}
.floatRight {
    float: right !important;
}
.floatLeft {
    float: left;
}

.btnClass {
    background-color: #25AAE2 !important;
    color: #ffffff !important;
}

.svgIcon {
    color: #ffffff !important;
}


table.fc-scrollgrid-sync-table.cellHeight {
    height: 400px !important;
}

.calanderHeight {
    height: 508px !important;
}

.logoalignment {
    margin-left: auto;
    margin-right: auto;
}

.PreviousBtn {
    background-color: grey !important;
    color: white !important;
}

.selectSection{
    display: flex;
    align-items: center;
    justify-content: center;
}
.selectrole{
    width:70% !important;
}
.selectrole.contentSelect{
    width:100% !important;
}
a.btn.btn-icon.btn-success.btn-sm.customTick,
a.btn.btn-icon.btn-danger.btn-sm.customTick
{
    height:20px;
    width:20px;
}
a.btn.btn-icon.btn-success.btn-sm.customTick>i,
a.btn.btn-icon.btn-danger.btn-sm.customTick>i
{
    font-size: 10px !important;
}
.alignCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}

.customCalander{
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:5px 10px;
}
.customCalander>li>a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right:20px;
    width:50px;
}
.custom-card{
    padding:32px 36px;
    background-color: #fff;
    border-radius: 10px;
}
.channelView{
    padding-bottom: 25px;
}
.channelView:last-child{
    padding-bottom: 0px;
}
.custom-card.newChannelweek{
    background-color: var(--kt-text-primary);
}
.custom-responsive>img{
    margin-right:10px;
    object-fit: cover;
    border-radius: 5px;
    height:60px;
    width:60px;
}
.limitline{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.align-color{
    background-color: #fff;
}
.customCalanderDrop{
    display: flex;
    align-items: center;
    justify-content: center;
}
.customCalanderDrop>div{
    padding-left:10px;
}
.activeDot{
    height:10px;
    font-size: 40px;
    line-height: 0px;
}
.btnCustomized{
    position: absolute;
    right:20px;
    top:15px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.btnCustomized button{
    margin:0px 3px;
}
.searchSection{
    position: unset !important;
    border:1px solid grey;
    border-radius: 10px;
    padding:5px;
    margin:0px 3px;
}
.channeloverflow{
    height:522px;
    overflow: scroll;
}

.message_body>p>img,
.message_body>h1>img,
.message_body>h2>img,
.message_body>h3>img,
.message_body>pre>img,
.message_body>div>img{
    height:100px !important;
    width:180px !important;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    .floatRight {
        float: none !important;
    }
    .selectSection{
        width:160px;
    }
    .channeloverflow{
        height:490px;
        margin-bottom: 20px;
        padding:20px;
    }
    .cardmobile{
        margin-bottom: 20px;
    }
}
