html {
    font-family: Roboto;
    font-size: 14px;
    position: relative;
}


html, body {
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
}


.form-wrapper {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-align: left;
}

h3 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15px;
    text-align: left;
}

.content ol {
    margin-top: 0;
}

.card {
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: none;
    padding: 4px;
}

.card-body{
    padding: 24px;
}

.ant-typography {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.ant-typography-secondary {
    font-size: 14px;
    color: #28282899;
}

.ant-card-bordered {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 6px;
    padding-left: 16px;
}

input.form-control {
    width: 100%;
}

.input-group .form-control{
    padding: 12px;
}

.vertical-separator {
    display: inline-block;
    margin: 0 5px;
}



.btn-block {
    display: block !important;
    width: 100%;
}

.text-left {
    text-align: left;
}


.btn-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 40px;
}

.content--no-capigs {
    max-width: 540px;
    margin: 70px auto 0;
}

.content--no-capigs-image {
    margin-bottom: 30px;
}

svg {
    fill: currentColor;
}

.pointer {
    cursor: pointer;
}

.status-new {
    background: #FFE0B2;
    color: #663D00;
}

.status-deactivated {
    background: #FECDD1;
    color: #4E1612;
}

.badge {
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.4px;
    border-radius: 12px;
}

.anc-col svg {
    vertical-align: middle;
}

.status-active {
    background: #C8E6D7;
    color: #1E4620;
}

.status-suspended {
    background: #FDE2E4; 
    color: #721C24;       
}


.btn svg {
    margin-top: -1px;
}

.table {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin: 0px;
}

.table tr {
    height: 4rem;
    border: 0px 0px 1px 0px;
}

.table th {
    font-size: 1rem;
    vertical-align: middle; 
    font-weight: 500;
    text-align: left;
}

.table td {
    height: 1rem;
    vertical-align: middle; 
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}

.modal-dialog{
    min-width: 560px;
}

.modal-header {
    height: 72px;
    padding: 20px;
    justify-content: space-between;
}

.modal-body {
    padding: 20px;
}

.modal-header .btn-close {
    margin: 0px;
}

.modal-body form{
    width: 100%;
}


.table .account-actions-td {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    vertical-align: middle;
    width: 12%;
}

.account-actions {
    visibility: hidden
}

.table tr:hover .account-actions,
.table tr:active .account-actions,
.table tr:focus .account-actions {
    visibility: visible;
}

.popover {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 200px;
}

form {
    display: inline-block;
}

.navbar-nav .dropdown-menu a, .navbar-nav .dropdown-menu a:hover {
    color: #282828;
}

.dropdown-menu-lang {
    min-width: 85px;
    width: 85px;
}

.dropdown-menu-status {
    width: 100%;
    box-shadow: 0px 8px 10px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 0px 8px 0px;
}

.dropdown-menu.show {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}

.dropdown-menu .dropdown-item:first-child {
    border-radius: 0px;
}

.dropdown-item-current {
    margin-left: 5px;
}


.dropdown-menu-status li {
    height: 40px;
}
.dropdown-menu-status li a{
    display: flex;
    justify-content: space-between;
}

/*.status-dropdown*/
.dropdown-toggle::after
{
    color: #0000008A;
}

.dropdown-item {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: left;
}
.dropdown-item:hover, .dropdown-item:focus{
    color: black;
}

.btn-link-not-round {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav .nav-item:last-child .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.globe-icon {
    background: url(../img/globe-dark.svg) center no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background-size: cover;
}


.form-switch .form-check-input[type=checkbox] {
    background-color: rgba(0, 0, 0, 0.38);
}

.form-switch .form-check-input:checked[type=checkbox]:active {
    background-color: #C8E6D7;
}
.form-switch .form-check-input:checked[type=checkbox]:after {
    background-color: #4CAF7E;
}

.form-switch .form-check-input[type=checkbox]:checked {
    background-color: #C8E6D7;
}

.form-switch .form-check-input[type=checkbox]:active {
    background-color: #C8E6D7;
}

.form-switch .form-check-input[type=checkbox]:checked:focus:before {
    box-shadow: 3px -1px 0px 13px #4CAF7E;
}

.tooltip-inner {
    font-size: 10px;
    background-color: #616161E5;
    color: #fff;
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    margin-bottom: 7px;
    transition: opacity 1s ease-in-out;
}

.layout-gap {
    gap: 20px;
}

.policy-title{
    padding: 15px 0 15px;
}