﻿.modal-fullscreen {padding: 10px 10px 50px 10px !important;}
.modal-fullscreen > div.modal-content {border-radius: var(--bs-modal-border-radius);}
.tm-form-check{background-color: transparent;}
/*START - CHECKBOX ADD TICK(✓) ICON ON CHECK*/
.cust-chk-btn-grp .chk-pdct-filter {position: relative;}
.cust-chk-btn-grp input:checked + label::before {font-family: "Font Awesome 7 Free";font-weight: 900; content: "\f058"; margin-right: 6px;}
.cust-chk-btn-grp input:checked + label {background-color: #0d6efd;color: #fff;}
/*END - CHECKBOX ADD TICK(✓) ICON ON CHECK*/
/*START - TOASTR WARNING TEXT COLOR WHITE TO BLACK DEFAULT IS WHITE*/
.toastr.toastr-warning .toastr-close-button{background-color: #000000;}
.toastr.toastr-warning>div{color: #000000;}
#toastr-container > .toastr-warning {background-image: none !important;}
#toastr-container > .toastr-warning:before {font-family: "Font Awesome 7 Free";font-weight: 900;content: "\f071";color: #000000;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);font-size: 22px;}
/*END - TOASTR WARNING TEXT COLOR WHITE TO BLACK DEFAULT IS WHITE*/
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}