.bg-color{background: linear-gradient(180deg, rgba(112,32,24,1) 0%, rgba(174,47,38,1) 100%);}
.bg-color-first{background-color:rgba(112,32,24);}
.bg-border{border: 1px solid #999999;border-radius: 5px;}

.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:rgba(112,32,24) !important}

.btn-outline-danger{color:rgba(174,47,38,1);border-color:rgba(174,47,38,1) !important}
.btn-outline-danger:hover{color:#fff;background: linear-gradient(180deg, rgba(112,32,24,1) 0%, rgba(174,47,38,1) 100%);border-color:rgba(174,47,38,1) !important}
.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(174,47,38,.5) !important}

.carusel-item-img{max-width: 300px; max-height: 300px;}

.txt-just{text-align: justify;text-justify: inter-word;}

hr{margin:1rem 0;color:inherit;background-color:#6c757d;border:0;opacity:.25 !important}

.bor-der-pop{border-radius: 25px;color: white;text-shadow: 2px 2px 4px #000000;}

.form-check-input{cursor: pointer; !important}
.form-check-input:checked{background-color:rgba(174,47,38,1);border-color:rgba(174,47,38,1) !important}
.form-check-input:focus{border-color:rgba(174,47,38,.25);outline:0;box-shadow:0 0 0 0 rgba(174,47,38,.25) !important}