.custom_info {
    width: 48%;
    background-color: rgb(255 200 200 / 12%);
    padding: 15px 20px;
    color: #b34545ed;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    animation: warning 1.5s ease-in-out infinite;
	text-align: center;
}
@keyframes warning {
  0%{
    background-color: rgb(200 69 69 / 5%);
  }
  50%{
    background-color: rgb(255 200 200 / 15%);
  }
  100%{
    background-color: rgb(200 69 69 / 5%);
  }
}
@media (max-width: 770px) {
    .custom_info {
        width: 90%;
    }
}
@media (min-width: 481px) {
    .form-group.accept {
        display: flex;
        text-align: center;
        padding: 20px 20px 5px 20px;
        position: relative;
        transition: all .1s ease-in-out;
        white-space: normal;
        max-height: 100px;
        justify-content: center;
    }
}
.smalltext_bitch {
    text-align: center;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: -19px;
}
.btn_disabled {
  cursor: pointer;
  opacity: .8;
}
.gateways-label {
    position: relative;
    float: unset !important;
    width: 100px !important;
    display: inline-block;
    height: 100px;
    border-radius: 8px;
    transition: .7s;
}
#inpuammo:invalid + #btn {
  pointer-events: none;
}
.rowed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.card {
    border-radius: 16px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 0px;
    background-color: rgb(29 34 48 / 72%);
}
.profile_user_card {
    overflow: hidden;
    border-radius: 16px;
    padding: 5px;
}
.user_third_block {
    background: rgb(41 44 52 / 55%);
    padding: 5px;
    flex-direction: column;
    border-radius: 12px;
    gap: 5px;
}
@media (min-width: 1300px) {
    .general_info {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
}
.fill_blocks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.badger {
    padding: 10px 10px 20px 10px;
}
.card-container
{
    padding: 20px;
    margin: 10px 0 0;
    display: flex !important;
    flex-direction: column;
    border-radius: 12px;
}
.modern_table {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.punish_content {
    display: flex;
    flex-direction: column;
    gap: 3px;

    /*mask-image: linear-gradient(rgb(0, 0, 0) 63.9%, rgba(0, 0, 0, 0) 92.73%);*/
}

.punish_content li {
	display: grid;
	grid-template-columns: 0.2fr 0.0fr 0.3fr 2fr 0.7fr 1fr;
	padding: 15px 20px;
	background: #26262fc4;
	border-radius: 12px;
	justify-items: right;
	gap: 5px;
	align-items: center;
	cursor: pointer;
	transition: 0.2s;
}
.punish_content li span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a6aab4b8;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.punish_header li {
	display: grid;
	grid-template-columns: 0.2fr 0.2fr 1fr 2fr 0.7fr 1fr;
	padding: 10px 20px;
	justify-items: right;
	gap: 5px;
	background-color: #252635d6;
	border-radius: 12px;
}

.punish_header li span {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    display: flex;
    align-items: center;
}

.punish_content li:hover {
    filter: brightness(115%);
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

@media (max-width: 991px) {
.punish_header li {
		grid-template-columns:  0.0fr 0.9fr 1fr 2fr 0.7fr 1fr;
	}

}
@media (max-width: 768px) {
.punish_content li span#hide {
		display: none;
	}
.punish_header li span#hide {	
		display: none;
	}
.punish_content li span {
		width: 22px;
		margin-right: 10px;
	}	
.punish_header li span {
		width: 30px;
		margin-right: 60px;
	}	
}

@media (max-width: 500px) {
.punish_content li span#hide_ {	
		display: none;
	}

.punish_header li span#hide_ {	
		display: none;
	}
	
.punish_content li span#top {	
		margin-right: 155px;
		width: 127px;
	}

.punish_header li span#top {	
		margin-right: -6px;
	}	
}

.moderb_table {
	display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
}
.bunish_content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bunish_content li {
    display: grid;
    padding: 15px 20px;
    background: #26262fc4;
    border-radius: 12px;
    gap: 5px;
    cursor: pointer;
    transition: 0.2s;
    justify-content: start;
    justify-items: center;
}
.bunish_content li span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a6aab4b8;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.bunish_header li {
	display: grid;
	padding: 10px 20px;
	justify-items: right;
	gap: 5px;
	background-color: #252635d6;
	border-radius: 12px;
}

.bunish_header li span {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    display: flex;
    align-items: center;
}

.bunish_content li:hover {
    filter: brightness(115%);
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

tr:hover td {
  background: #282f37;
}

div.teste {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  width: 4em
}

.modal#ModalResSer::-webkit-scrollbar {
  display: none;
}
.modal#ModalUser::-webkit-scrollbar {
  display: none;
}