@media (max-width: 767.98px){
	.dropdown-lg {
	    width: 330px!important;
	}

}

@media (max-width: 320px){
	.dropdown-lg {
	    width: 290px!important;
	}

}

@media (min-width: 1200px){
    .modal-xl {
        max-width: 1397px;
    }
}


.table-bordered td, .table-bordered th {
    border: 1px solid #d1d1d4;
}


#sidebar-menu>ul>li>ul {
    padding-left: 12px;
}

#sidebar-menu>ul>li>a {
    padding: 12px 13px;
}

#sidebar-menu .menu-arrow {
    right: 18px;
}


.btn-red{
    background-color: red;
}

.text-red {
    color: red;
}


.h6, h6 {
    font-size: .975rem;
}

.approval-lable{
    display: inline-block;
    height: 18px !important;
    width: 18px !important;
    border-radius: 10px !important;
    margin-top: 2px;
}

.t-min-width td{
    min-width: 150px;
}

.report-table td, th{
    min-width: 100px;
}

.nav-pills .nav-link.active{
    color: #ffffff;
    background-color: #ae7a0e;
}

.nav-pills .nav-link:hover {
    color: #ffffff;
    background-color: #ae7a0e;
}


.popup {
    position: absolute;
    z-index: 999999;
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 400px;
  }

  .popup-close{
    float: right;
    font-size: 16px;
    cursor: pointer !important;
  }


@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: center!important;
    }
}





.add-shadow{
    -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
}



.add-shadow-login{
    -webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 20%);
}

.add-shadow-bodal {
    -webkit-box-shadow: 0 12px 13px 13px rgb(0 0 0 / 20%);
    box-shadow: 0 12px 13px 13px rgb(0 0 0 / 20%);
}



.file-preview{
	border-radius: 5px;
    border: none !important;
    padding: 31px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview .fileinput-remove {
    top: 1px;
    right: 20px;
    line-height: 10px;
}

.file-preview-frame{
	/*overflow: scroll;*/
}

.file-preview-image{
	max-width: 100%;
	height: unset !important;
	max-height: 200px;
}

.wysiwyg-editor .wysiwyg-toolbar, .wysiwyg-editor .btn-toolbar {
    background-color: #2b2b2b !important;
}




.small-vertical{
    width: 20px;
    height: 30px;
    border: 1px solid #6d3f10;
    border-radius: 2px;
    margin-top: 13px;
    float: right;
    background: linear-gradient(
		45deg
		, transparent 0%, transparent 57%, #f5f0f7 100%), linear-gradient(
		-45deg
		, #fdb14a 0%, #fdb14a 0.3%, #e53e0a 112%, transparent 11% ), linear-gradient(
		-90deg
		, #df7d11 100%, #e8e2e1 65%, transparent 20% );
}



.small-horizontal{
    width: 30px;
    height: 20px;
    border: 1px solid #6d3f10;
    border-radius: 2px;
    margin-top: 23px;
    float: right;
    background: linear-gradient(
		45deg
		, transparent 0%, transparent 57%, #f5f0f7 100%), linear-gradient(
		-45deg
		, #fdb14a 0%, #fdb14a 0.3%, #e53e0a 112%, transparent 11% ), linear-gradient(
		-90deg
		, #df7d11 100%, #e8e2e1 65%, transparent 20% );
}



.small-square{
    width: 25px;
    height: 25px;
    border: 1px solid #6d3f10;
    border-radius: 2px;
    margin-top: 18px;
    float: right;
    background: linear-gradient(
		45deg
		, transparent 0%, transparent 57%, #f5f0f7 100%), linear-gradient(
		-45deg
		, #fdb14a 0%, #fdb14a 0.3%, #e53e0a 112%, transparent 11% ), linear-gradient(
		-90deg
		, #df7d11 100%, #e8e2e1 65%, transparent 20% );
}

.hr-m-0{
	margin-top: 0rem;
}


#video-input .file-preview-frame{
	width: unset !import;
}





/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}


.topbar-nav .metismenu li a {
    color: #4b4b5a;
    font-size: 0.9rem;
    position: relative;
    padding: 1rem;
    display: block;
    border-right: 1px solid #f5eaead6;
}


.invalid-feedback {
    display: block !important;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff5c75;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    min-height: 37px;
    padding: 5px 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}



.pulse {
  animation: pulse-animation 2s 10;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}


