/* START: GLOBAL */
html {
    min-width: 700px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: rgb(237, 237, 237);
    padding-top: 50px;
    width: 100%;
    position: relative;
}

body .button {
    font-family: 'Poppins', sans-serif;
}

*:focus {
    outline: none;
}

.striped-table tbody tr:nth-child(odd) {
    background-color: transparent;
}

.striped-table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

input[type=checkbox] {
    cursor: pointer;
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin: 10px;
}

form label {
    margin: 0 0 0.3rem 0;
}

.hiddenElement {
    display: none;
}

.vis-hidden {
    display: none;
}

.d-flex {
    display: flex;
}

.unclick {
    opacity: 0.7;
    cursor: not-allowed;
}

.home-page-logo {
    display: block;
    margin: 50px auto;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select {
    max-height: 42px;
}

.button:not(.muted-button) {
    border: 1px solid rgb(43, 108, 176);
    background: rgb(43, 108, 176);
}
.button:not(.muted-button):hover {
    border: 1px solid rgb(34, 86, 140);
    background: rgb(34, 86, 140);
}

body.filters-sidebar-open .full-page-container {
    padding-right: 415px;
}

body.filters-sidebar-open .filters-sidebar {
    display: block;
}

body #filters-sidebar-open-button svg {
    display: none;
    margin-right: 5px;
}

body.filters-sidebar-open #filters-sidebar-open-button svg {
    display: inline;
}

.button {
    max-height: 42px;
    transition: all 0.3s ease;
}

.disabled-button {
    cursor: not-allowed!important;
    opacity: 0.5;
    pointer-events: none;
}

.hide-button {
    display: none;
}

.hide-div {
    display: none;
}

.button-icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    position: relative;
    vertical-align: top;
    width: 20px;
}

.button-delete:hover {
    background-color: rgba(10, 10, 10, .3);
}

.button-minus::before {
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 5px;
    position: absolute;
    top: 9px;
    transform-origin: center center;
}

.button-plus::before {
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform-origin: center center;
}

.button-plus::after {
    height: 50%;
    width: 2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform-origin: center center;
}

.button-delete::before {
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.button-delete::after {
    height: 50%;
    width: 2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.full-page-container {
    background-color: white;
    border-radius: 6px;
    box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 20%);
    height: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 15px;
}

.full-page-title {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
}

.full-page-title > div {
    display: flex;
    margin: 0 20px;
}

.full-page-title > div > * {
    margin-left: 5px;
}

.full-page-container-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.full-page-container-header > h1 {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    margin-right: 15px;
}

.full-page-container-header > a.button {
    margin-top: -15px;
    margin-left: 5px;
}

.full-page-container-header-buttons {
    margin-top: 15px;
}

.tag {
    box-sizing: border-box;
    margin: 0 8px 0 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    text-transform: uppercase;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    display: inline-block;
    height: auto;
    padding: 0 7px;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.3s ease;
}

.tag.tag-blue {
    color: #0066ff;
    background: #e6f7ff;
    border-color: #0066ff;
}

/* END: GLOBAL */

/* START: FORM */
.contain-table-search-form {
    position: relative;
    margin: 10px 0;
}

.contain-table-search-form input, .contain-table-search-form textarea, .contain-table-search-form select {
    margin: 0;
    margin-bottom: 10px;
}

/* END: FORM */

/* START: TABLE */
thead th {
    border-bottom: 1px solid #dedede;
}

table.table {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

table.table thead th {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table.table a {
    display: block;
    color: #000;
    text-align: center;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: all 0.3s ease;
}

table.table a:hover {
    background: rgba(0,0,0,0.1);
    opacity: 1;
}

table.table tbody td a {
    padding: 3px 0;
}

table.table .tableButton {
    padding: 5px 0;
}

table.table .smallButton .tableButton img {
    height: 18px;
    width: 18px;
}

table.table > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.6em;
    background-color: #0000000f;
    transform: translateY(-50%);
    transition: background-color .3s;
    content: "";
}

.contain-table {
    display: block;
    overflow-x: auto;
    margin-bottom: 20px;
}

.contain-table .table input {
    padding: 7px;
}

@media (min-width: 600px) {
    .contain-table {
        width: 100%;
    }
}

.contain-table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.contain-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.contain-table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.contain-table::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.contain-table thead a {
    text-decoration: underline;
}

.contain-table thead a:hover {
    cursor: pointer;
}

.contain-table thead a {
    color: black;
}

.transfer-details-full-data {
    display: none;
}

.transfer-details-data.active {
    display: flex;
}

.transfer-details-data p {
    margin: 0;
    color: rgb(100,100,100);
    font-size: 16px;
    line-height: 24px;
}

.transfer-details-data p span {
    margin: 0;
    color: #000;
    font-weight: 700;
}

.transfer-details-full-data > div {
    width: 50%;
    flex-basis: 50%;
    padding-right: 10px;
}

.transfer-details-table-data {
    display: flex;
    text-align: left;
    margin-left: 10px;
}

.transfer-details-table-data > div {
    margin-right: 15px;
}

.transfer-details-table-data p {
    color: rgb(100,100,100);
}

.transfer-details-table-data span {
    color: black;
    font-weight: 700;
}
/* END: TABLE */

/* START: REST STYLES */
.highlight-red-background {
    color: #fff !important;
    background-color: #ff6961 !important;
    border-color: #ff6961 !important;
    font-weight: bold !important;
}

.red-text {
    color: red;
    font-weight: bold !important;
}

.gray-background {
    background-color: lightgray !important;
}

/* END: REST STYLES */

/* START: MESSAGE */
.message {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 0.375em;
    font-size: 1rem;
    margin-bottom: 10px;
}

.message .message-body-inner {
    display: none;
}

.message.active .message-body-inner {
    display: block;
}

.message.active .message-header {
    display: none;
}

.message .button-minus {
    display: none;
}

.message.active .button-minus {
    display: block;
}

.message.active .button-plus {
    display: none;
}

.message.active {
    display: block;
}

.message.hide {
    display: none;
}

.message-body {
    font-size: 14px;
    line-height: 20px;
    border-color: #4a4a4a;
    border-radius: 0.375em;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 0.6em 1.5em;
    text-align: justify;
}

.message.is-info .message-body {
    border-color: #0366ee;
}

.message.active .message-body {
    padding: 1em 5em 1em 1.5em;
}

.message .button-delete, .message .button-minus, .message .button-plus {
    position: absolute;
    right: 10px;
    top: 8px;
}

.message .button-delete {
    right: 10px;
}

.message .button-minus, .message .button-plus {
    right: 35px;
}
/* END: MESSAGE */

/* START: TABLE LISTING*/
.table-listing-clickable-image {
    text-align: center;
    justify-content: center;
}

.table-listing-clickable-image img {
    width: 25px;
    height: 25px;
}

.table-listing-clickable-image a:link, .table-listing-clickable-image a:visited {
    text-decoration: none;
}
/* END: TABLE LISTING*/

/* START: TABLE LISTING*/
.table-listing-clickable-image-many {
    display: flex;
    text-align: center;
    justify-content: center;
}

.table-listing-clickable-image-many img {
    width: 25px;
    height: 25px;
}

.table-listing-clickable-image-many a:link, .table-listing-clickable-image-many a:visited {
    text-decoration: none;
    width: 50px;
}
/* END: TABLE LISTING*/

/* START: HIDDEN*/
.hidden {
    display: none;
}
/* END: HIDDEN*/

/* START: ACTIONS RESULTS*/
.error-action {
    color: white;
    background-color: #ed6969;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.success-action {
    color: darkgreen;
    background-color: lightgreen;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
/* END: ACTIONS RESULTS*/

/* START: FILTERS SIDEBAR */
.filters-sidebar {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0px 8px -8px rgb(66 68 90);
    -moz-box-shadow: -5px 0px 8px -8px rgb(66 68 90);
    box-shadow: -5px 0px 8px -8px rgb(66 68 90);
}

.filters-sidebar .button-delete {
    position: absolute;
    background: white;
    top: 20px;
    right: 15px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
    z-index: 1;
}

.filters-sidebar .button-delete::before {
    background-color: #000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.filters-sidebar .button-delete::after {
    background-color: #000;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.filters-sidebar .button-delete:hover::before {
    opacity: 1;
}

.filters-sidebar .button-delete:hover::after {
    opacity: 1;
}

.filters-sidebar input.button {
    display: block;
    width: 100%;
    margin-top: 15px;
}

/* END: FILTERS SIDEBAR */

/* START: PAGE TRANSFERS */
.page-transfers .tableButton {
    padding: 5px 0;
}

.page-transfers .tableButton img {
    height: 20px;
}

.page-transfers select.records-size {
    width: auto;
}

.page-transfers a.download-csv img {
    height: 34px;
    padding: 8px 0 0px;
}

.page-transfers a.persistent-specification-redirect:hover{
    cursor: pointer;
}
/* END: PAGE TRANSFERS */

/* START: PAGE CUSTOMER */
.page-customers a.download-csv img {
    height: 34px;
    padding: 8px 0 0px;
}

.page-customers select.records-size {
    width: auto;
}

/* END: PAGE CUSTOMER */


/* START: MESSAGES */
.messages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
    animation: hideAnimation 0s ease-in 15s;
    animation-fill-mode: forwards;
}

@keyframes hideAnimation {
    to {
        visibility: hidden;
        width: 0;
        height: 0;
    }
}

.success {
    font-size: 16px;
    color: darkgreen;
    background-color: lightgreen;
    padding: 20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
}

.error {
    font-size: 16px;
    color: white;
    background-color: #ed6969;
    padding: 20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
}

.warning {
    font-size: 16px;
    color: black;
    background-color: orange;
    padding: 20px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
}

.formError {
    color: red;
    font-weight: 200;
    margin-left: 5px;
    font-size: 12px;
}

.page {
    box-sizing: border-box;
    background-color: white;
    width: calc(100% - 40px);
    height: 100%;
    margin: 20px;
    padding: 30px;
    -webkit-box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.75);
}

.bigPage {
    background-color: white;
    width: 100%;
    height: 100%;
    margin: 0 0;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 2px 8px -4px rgba(0, 0, 0, 0.75);
}
/* END: MESSAGES */

/* START: MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.modal.show-modal {
    display: flex;
}

.modal > div {
    background: #fff;
    padding: 0 0.2rem;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 30px;
    width: 580px;
}
/* END: MODAL */

/* START: TABS */
.tabs-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 15px;
}

.tabs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #fff;
    color: #000;
    background: rgb(255,255,255);
    width: calc(100% / 3 - 10px);
    padding: 0;
    margin: 5px;
    box-shadow: 0 0 1px 0 rgb(23 52 110 / 8%), 4px 8px 16px 0 rgb(31 46 77 / 12%);
    transition: box-shadow .3s ease-in-out,border .3s ease-in-out;
}

.tabs a {
    padding: 30px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1400px) {
    .tabs {
        width: calc(100% / 2 - 10px);
    }
}

@media screen and (max-width: 778px) {
    .tabs {
        width: calc(100% - 10px);
    }
}

.tabs:hover, .tabs:active, .tabs:focus {
    background: rgb(255,255,255);
    border-color: rgb(43, 108, 176);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 2%), 0 0 8px 0 rgb(0 0 0 / 1%), 2px 8px 16px 0 rgb(0 48 111 / 32%);
}

.tabs a:hover, .tabs a:active, .tabs a:focus, .tabs:hover a, .tabs:active a, .tabs:focus a {
    text-decoration: none;
}

.tabs svg {
    color: black;
    margin-right: 5px;
}

.tabs h3 {
    margin: 0!important;
    margin-bottom: 0.5rem!important;
    line-height: 2rem;
    font-size: 1.375rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabs p {
    color: #242628!important;
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    margin: 0;
    font-weight: 300;
}
/* END: TABS */

/* START: INSERT FILE */
.insertFile thead th {
    border-bottom: none;
    padding: 0;
}

.insertFile thead label {
    margin: 0;
}
/* END: INSERT FILE */

/* START: SELECTABLE SECTION */
.selectable-section {
    display: none;
}

.selectable-section.active {
    display: block;
}

.selectable-section-columns {
    display: flex;
    flex-wrap: wrap;
}

.selectable-section-columns > * {
    width: 50%;
}
/* END: SELECTABLE SECTION */

/* START: TAB-LIST */
.tab-list {
    margin: 20px 0 10px;
    padding-bottom: 20px;
    overflow-y: scroll;
}

.tab-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #e2e8f0;
}

.tab-list ul li a {
    outline: transparent solid 2px;
    outline-offset: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(45, 55, 72);
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: transparent;
    margin-bottom: -2px;
    white-space: nowrap;
}

.tab-list ul li a:hover {
    text-decoration: none;
}

.tab-list ul li.disabled a {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}

.tab-list ul li a {
    border-color: #e2e8f0;
}

.tab-list ul li:hover a {
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.2);
}

.tab-list ul li.active a {
    opacity: 1;
    color: rgba(3, 102, 238, 1);
    border-color: rgba(3, 102, 238, 1);
}
/* END: TAB-LIST */

.page-navigation{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

table th {
    margin: 0!important;
    padding: 0.2rem 0.4rem;
}

table.table-details td {
    padding: 4px;
}

table.table-details tbody tr td:last-child {
    font-weight: 700;
}

table.table-details .tableButton img {
    height: 24px;
    box-sizing: content-box;
    margin-top: 5px;
}

table.table-details input {
    margin: 0;
}

.form-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-element {
    width: calc(100% / 2 - 10px);
}

.full-page-form {
    margin: 0;
}

.full-page-form form {
    margin-top: 0;
}

.full-page-form table input {
    /* width: 100%; */
}

.menu {
    margin-top: 30px;
}

.transfersTransfersStatisticsRoot {
    margin: 10px 0;
}

.transfersTransfersStatisticsRoot p {
    margin-bottom: 0;
    line-height: 20px;
}

.downloadImage {
    width: 25px;
    height: 25px;
}

.details-content {
    display: flex;
    flex-wrap: wrap;
}

.details-content .details-key-value-box {
    font-size: 15px;
    width: calc(100% / 3);
    padding-right: 20px;
    margin-bottom: 14px;
}

.details-content .details-key-value-box a {
    cursor: pointer;
    display: block;
    color: #000;
    text-align: center;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.details-content .details-key-value-box a:hover {
    background: rgba(0,0,0,0.1);
    opacity: 1;
}

.details-content .details-key-value-box p {
    margin: 0;
}

.details-content .details-key-value-box .detail-box:first-child {
    color: rgb(66, 81, 107);
    font-size: 15px;
}

.details-content .details-key-value-box .detail-box:last-child {
    font-weight: 700;
}

input.fileForm {
    margin-top: 20px;
}

.confirmation .button {
    margin-right: 5px;
}

.packages-actions {
    max-width: 650px;
    margin: 0 auto;
}

.packages-actions input[type='file'] {
    display: block;
    margin-bottom: 10px;
}

.packages-actions input[type='submit'] {
    width: 100%;
    margin-top: 20px;
}

.center{
    text-align: center;
}

.main {
    margin-top: 2%;
    margin-left: 20%;
    font-size: 28px;
    padding: 0 10px;
    width: 58%;
}

.main h2 {
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.main .card {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 1px 1px 8px 0 grey;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0 20px 50px;
}

.main .card table {
    border: none;
    font-size: 16px;
    height: 270px;
    width: 80%;
}
/* End */

.container{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.5%;
    padding-bottom: 5%;
}
.form-horizontal {
    width: 600px;
    background-color: #ffffff;
    padding: 25px 38px;
    border-radius: 12px;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}
.control-label {
    text-align: left !important;
    padding-bottom: 4px;
}
.progress {
    height: 10px !important;
}
.form-group {
    margin-bottom: 10px;
}
.form-group-center{
    text-align: center;
    margin-bottom: 10px;
}
.show-pass{
    position: absolute;
    top:20%;
    right: 5%;
}
.progress-bar-1-5{
    background-color: #e90f10 !important;
}

.progress-bar-2-5{
    background-color: #fd9900 !important;;
}

.progress-bar-3-5{
    background-color: #fece00 !important;;
}

.progress-bar-4-5{
    background-color: #8dd200 !important;;
}

.progress-bar-5-5{
    background-color: #01bf11 !important;;
}
.login-btn{
    width: 180px !important;
    font-size: 18px;
    color: #fff;
    margin: 0 auto 5px;
    padding: 8px 0;
}

.fa-eye{
    color: #022255;
    cursor: pointer;
}
.ex-account p a{
    color: #f6086e;
    text-decoration: underline;
}
.fa-circle{
    font-size: 6px;
}
.fa-check{
    color: #02b502;
}

.fa-times{
    color: #e90f10;
}

.userNameLink{
    color:white;
}

.userNameLink:hover{
    color:white;
}

.register{
    padding-top: 50px;
    padding-bottom: 50px;
}


.left-column, .right-column {
    box-sizing: border-box;
    padding: 10px;
}

.left-column {
    width: 70%;
    float: left;
    display: flex;
    flex-direction: column;
}

.right-column {
    width: 30%;
    float: right;
}

.form-columns::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 768px) {
    .left-column, .right-column {
        width: 100%;
        float: none;
    }
}

.form-element input[type="text"],
.form-element select,
.form-element textarea {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.form-element label {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.right-column .form-element select#subReasonsSelect {
    width: 100%;
    height: auto;
}

.left-column .form-element,
.right-column .form-element {
    margin-bottom: 15px;
}


.full-page-form.form-columns .left-column .form-element,
.full-page-form.form-columns .right-column .form-element {
    width: 100% !important;
    max-width: 100% !important;
}

.full-page-form.form-columns .left-column .form-element input[type="text"],
.full-page-form.form-columns .left-column .form-element select,
.full-page-form.form-columns .left-column .form-element textarea,
.full-page-form.form-columns .right-column .form-element select#subReasonsSelect {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .full-page-form.form-columns .left-column,
    .full-page-form.form-columns .right-column {
        width: 100% !important;
        float: none !important;
    }
}

.full-page-form.form-columns .left-column .form-element,
.full-page-form.form-columns .right-column .form-element {
    width: 100% !important;
    max-width: 100% !important;
}

.sub-reason-group > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.sub-reason-group > div input[type="checkbox"] {
    margin-right: 10px;
}

.sub-reason-group > div label {
    margin: 0;
    display: inline;
}

.form-element input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
}

.form-element input[type="text"]::-webkit-scrollbar {
    height: 6px;
}

.form-element input[type="text"]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.form-element input[type="text"]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.form-element input[type="text"]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.full-page-form.form-columns .left-column .form-element,
.full-page-form.form-columns .right-column .form-element {
    width: 100% !important;
    max-width: 100% !important;
}

.sub-reason-group > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.sub-reason-group > div input[type="checkbox"] {
    margin-right: 10px;
}

.sub-reason-group > div label {
    margin: 0;
    display: inline;
}

.form-element label {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.form-element textarea {
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 60px;
}

.form-element input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-element input[type="text"]::-webkit-scrollbar {
    height: 6px;
}

.form-element input[type="text"]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.form-element input[type="text"]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.form-element input[type="text"]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

input[type="radio"] {
    cursor: pointer;
    transform: scale(1.5);
    margin: 10px;
}

.suspicious-section .fold-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
    table-layout: fixed;
}

.suspicious-section .fold-table th,
.suspicious-section .fold-table td {
    padding: 0.6em;
    border-bottom: 1px solid #eee;
    white-space: normal;
    overflow-wrap: break-word;
}

.suspicious-section .fold-table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    background-color: #f2f2f2;
}

.suspicious-section .fold-table th:nth-child(1),
.suspicious-section .fold-table td:nth-child(1) {
    width: 5%;
}


.suspicious-section .fold-table th:nth-child(2),
.suspicious-section .fold-table td:nth-child(2) {
    width: 15%;
}


.suspicious-section .fold-table th:nth-child(3),
.suspicious-section .fold-table td:nth-child(3) {
    width: 10%;
}


.suspicious-section .fold-table th:nth-child(4),
.suspicious-section .fold-table td:nth-child(4) {
    width: 10%;
}


.suspicious-section .fold-table th:nth-child(5),
.suspicious-section .fold-table td:nth-child(5) {
    width: 10%;
}


.suspicious-section .fold-table th:nth-child(6),
.suspicious-section .fold-table td:nth-child(6) {
    width: 8%;
}


.suspicious-section .fold-table th:nth-child(7),
.suspicious-section .fold-table td:nth-child(7) {
    width: 8%;
}


.suspicious-section .fold-table th:nth-child(8),
.suspicious-section .fold-table td:nth-child(8) {
    width: 15%;
}


.suspicious-section .fold-table th:nth-child(9),
.suspicious-section .fold-table td:nth-child(9) {
    width: 15%;
}


.suspicious-section .fold-content table {
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 0.5em;
    table-layout: fixed;
}

.suspicious-section .fold-content table th,
.suspicious-section .fold-content table td {
    padding: 0.4em;
    border: 1px solid #ddd;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
}

.suspicious-section .fold-content table th {
    background-color: #e9e9e9;
}

.suspicious-section .fold-content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.verified-button {
    border: 1px solid gray !important;
    background: gray !important;
    color: white;
    transition: background 0.3s ease, border 0.3s ease;
}

.verified-button:hover {
    border: 1px solid #6e6e6e !important;
    background: #6e6e6e !important;
}

.imageGroup {
    display: flex;
    gap: 5px;
    align-items: center;
}