.required:after {
    content:" * ";
    color: red;
}
.error-text{
    font-size: 0.7rem;
    font-weight: bold;
}
.swal-footer{
    text-align: left !important;
}

.content-wrapper, .main-footer, .main-header {
    z-index: 1050 !important;
}

.select2{
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #343a40 !important;
    float: right !important;
}

.modal-header .close, .modal-header .mailbox-attachment-close{
	margin: -1rem -1rem -1rem !important;
}
.dropdown-li{
	cursor: pointer;
}
.dropdown-li:hover{
	background-color: #e5e1e1
}
.loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #d71a21;
	border-radius: 50%;
	width: 30px;
	height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.usc-btn {
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 100;
}
.usc-btn > i{
	font-weight: 500;
    font-size: 20px;
	cursor: pointer;
	color: #ffC312;
	text-shadow: 1px 1px 0px orange;
	transition: .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.usc-btn > i:hover{
	margin-top: -2px;
	font-size: 23px;
	color: orange;
	transition: .3s cubic-bezier(0.65, 0.05, 0.36, 1);
	transform: rotate(360deg);
}

.schedule-td .schedule-btn{
	display:none;
	transition: all 2s !important;
}
.schedule-td:hover .schedule-btn{
	display:block;
}
.rotated-header th {
    border-top: 0;
    padding: 20px 0;
    height: 190px;
    vertical-align: top !important;
    font-size: 0.8rem;
    text-align: center;
}

.rotated-header th span {
    display: inline-block;
    bottom: 0;
    margin: 0 0 0 10px;
    padding: 0;
    width: 5px;
    height: 20px;
    font-size: 0.8rem;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
#result .select2-selection{
	height: 48px;
	display: flex;
	justify-content: end;
	align-items: center;
}
#result .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 7px !important;
}
.fixed-table-div {
  max-width:100%;
  overflow-x:auto;
}

.fixed-table {
  min-width:100%;
}

.fixed-table thead,
.fixed-table tbody {
  display:block;
}

.fixed-table thead > tr {
  width:calc(100% - 12px);
}

.fixed-table tbody {
  max-height:300px;
  overflow-x:hidden;
 }

 .fixed-table tr {
   display:flex;
 }

.fixed-table td,
.fixed-table th {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  padding:3px 10px;
  width:100%;
  background-color:white;
}

.fixed-table th:nth-child(3),
.fixed-table td:nth-child(3) {
  min-width:30%;
}

#input_setting{

    padding:10px;
}

.edit_box {
    border: 3px dashed #dadada;
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #eeeeee6b;
}

.gap-2{
    gap: 10px;
}

.edit_box{
    position: relative;
}

.delete-mark{
    left: -11px;
    top: -11px;
    color: #dc3545;
    font-size:16px
}

.section-mark{
    position: absolute;
    cursor: pointer;
}
.edit-mark{
    left: 14px;
    font-size: 22px;
    top: -16px;
    color: #225180;
}

.order-mark{
    left: 44px;
    font-size: 22px;
    top: -17px;
    color: #373944;
}


.create-input-section{
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.pagination{
    justify-content: center;
}

#socials .fa{
    font-size: 25px;
    margin: 5px 0px 5px 10px;
    padding: 8px;
    color: #be070e;
}
.create-input-section label{
    margin-top: 15px;
}

.select2-container .select2-selection--single{
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px  !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
    right: 7px !important;
}

.image-box{
    position: relative;
}

.image-box-btn{
    font-size: 24px;
}

.gallery-box{
    flex-shrink: 0;
    flex-flow: row wrap;
    align-items: flex-end;
}

.play-box{
    position: relative;
    width: 150px;
    height: 150px;
    background-color:#ffe6e6;
    border-radius: 10px;
}

.play-button{
    position: absolute;
    left: 62px;
    top: 46px;
    font-size: 50px;
    color: #fff !important;
    text-shadow: 0 0 10px #00000042;
}

@media print
{    
    .pagination, .main-footer
    {
        display: none !important;
    }
}