:root {
    --theme-red: #E31837; 
    --theme-light-red: #e31836b7; 
}
.layout-builder {
    position: fixed;
    width: 400px;
    background: white;
    z-index: 1000;
    right: -400px;
    top: 0;
    bottom: 0;
    box-shadow: 8px 0 10px 3px rgba(0, 0, 0, 0.50);
    overflow: auto;
    transition: right .2s;
}

.layout-builder.show {
    right: 0;
}

.cursor_pointer{
    cursor: pointer!important;
}

.layout-builder .layout-builder-toggle.shw i {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    100% {
	  -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
	  -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
	  transform: rotate(360deg);
    }
}

.layout-builder .layout-builder-toggle.hdn {
    display: none;
}

.layout-builder.show .layout-builder-toggle.hdn {
    display: flex;
}

.layout-builder .layout-builder-toggle {
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: white;
    background: black;
    position: fixed;
    top: 50%;
    margin-left: -50px;
    display: flex;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
}

.layout-builder .layout-builder-body {
    padding: 30px;
}

.layout-builder .layout-builder-body .custom-control input[type="checkbox"]:checked + label {
    color: black;
}

.layout-builder .layout-colors {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.layout-builder .layout-colors .layout-color-item {
    width: 40px;
    height: 40px;
    background: red;
    margin: 10px;
    border-radius: 3px;
    overflow: hidden;
    border: 5px solid transparent;
    cursor: pointer;
}

.layout-builder .layout-colors .layout-color-item.active {
    box-shadow: 0px 0px 0px 1px black
}

.layout-builder .layout-colors .layout-color-item span {
    display: block;
    height: 45%;
}

.layout-builder .layout-colors .layout-color-item span:first-child {
    background: black;
    transform: rotate(15deg);
    width: 110%;
    height: 70%;
    margin-top: -5px;
}

.layout-alert {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
}

@media (max-width: 992px) {
    .layout-builder {
	  display: none;
    }
}
@media screen and (max-width:524px) {
	.play-btn {
		position: absolute;
		top: 44%;
		margin-left: 7.6%;
	}
}
@media screen and (min-width:524px) and (max-width:768px) {
	.play-btn {
		position: absolute;
		top: 44%;
		margin-left: 12vw;
	}
}
td.current-status-0{
	border-left: 5px solid #ea4141;
}
td.current-status-1{
	border-left: 5px solid #0abb87;
}
.form-control-file{
	display: block;
	width: 100%;
	padding: 0.25rem 0.2rem;
	border: 1px solid #ced4da;
	border-radius: .3rem;
}
/*.table-bordered td:last-child, .table-bordered th:last-child {
    text-align: right;
}*/
/*.table-bordered th:last-child {
	text-align: left;
}
.table-bordered td:last-child {
    text-align: left;
}*/
.table-sm th {
    color: var(--theme-red);
}
.unpublish-btn {
	position: absolute;
	top: 0px;
	right: 0;
}
.v-unpublish-btn {
    position: absolute;
    top: -10px;
    right: 5px;
    height: 20px !important;
    width: 20px !important;
}
.unpublish-btn {
    position: absolute;
    top: -10px;
    right: 0;
}

.make-cover {
    position: absolute;
    bottom: -10px;
    margin-left: 10px;
    left: -5px;
    height: 20px !important;
    width: 20px !important;
}
.image-box{
     height: 75px;
    width: 100%;
    display: block;
    position: relative;
}
.vertical-center.video-box {
    height: 75px;
    width: 100%;
    display: block;
    position: relative;
    border: none !important;
    background: rgba(242,246,248,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(242,246,248,1)), color-stop(0%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
background: radial-gradient(ellipse at center, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
}
.img-div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px;
}
.img-div img{
    /*height: 100%;*/
}
.play-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.video-div{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 15px;
}
.img-div {
    display: block;
    position: relative;
    overflow: visible;
}
.add-more-btn,.remove-btn{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 20px;
}
iframe#src_url {
	width: 100%;
	height: 245px;
}
.vertical-center{
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box; /* OLD - Firefox 19- */
   display: -ms-flexbox; /* TWEENER - IE 10 */
   display: -webkit-flex; /* NEW - Chrome */
   display: flex; /* NEW, Opera 12.1, Firefox 20+ */
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;

}
.vertical-center {
border: 1px solid #9E9E9E;
border-radius: 8px;
padding: 5px;
overflow: hidden;
}
.follow-label{
    position: absolute;
    right: 10px;
    top: 10px;
}
@media screen and (min-width:769px){
    .pagination{
        float: right !important;
    }
}
.btn-right-top{
position: absolute;
right: 20px;
top: 20px;
}
.btn-right-top-0{
position: absolute;
right: 20px;
top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 38px;
}



.btn-red{
    background-color: var(--theme-red);
    color: white;
}
.btn-red:hover {
    background-color: var(--theme-light-red);
    color: white;
}
.form-control:focus {
    border-color: var(--theme-red) !important;
}
/* .form-control {
    border: 1px solid var(--theme-light-red);
} */
.page-loader .spinner-border {
    color: var(--theme-red) !important;
}
.side-menu>.side-menu-body>ul li a.active{
    color:  var(--theme-red) !important;
}
.btn.btn-info {
    border-color:var(--theme-red) !important;
}
.page-link {
    color: var(--theme-red) !important;
}
.pagination .page-item.active .page-link{
    background: var(--theme-red) !important;
    color: white !important;
}
.page-header .breadcrumb .breadcrumb-item.active{
    color: var(--theme-red) !important;
}
.add_btn {
    color: var(--theme-red) !important;
}
.btn-remove{
    color: var(--theme-red) !important;
}
.kaabil-bg:after {
    content: '';
    display: block;
    background: #FEF5E4;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.edit-red-btn{
    color: var(--theme-red) !important;
}