/* Colors go here */
:root {
    color: #00000029;
    color: #E5E5E5;
    color: #222B36;
    color: #25A1F4;
    color: #000;
}

/* .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
} 

.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
  
/* The following can always be included but the styles like colors can be changed */
body {
    margin: 0;
	padding: 0;
    color: #221F1F;
    font-weight: 400;
    font-style: normal;
    font-family: "Urbanist", sans-serif;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 500;
}

h1, .h1 {
    font-size: 50px;
}

h2, .h2 {
    font-size: 40px;
}

.h3, h3 {
    font-size: 30px;
}

.h4, h4 {
    font-size: 22px;
}

p, li, a {
	font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

b, strong {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}

a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
}

/* General */
.text-muted {
    color: #D1D1D1;
}

.rounded {
    border-radius: 10px!important;
}

.rounded-30 {
    border-radius: 30px!important;
}

.mobile-brand {
    display: none;
}

.lrg-num {
    color: #00072A;
    font-size: 80px;
    font-weight: 600;
    line-height: 100px;
}

.dark-txt {
    color: #00072A;
}

.l-blue-bg {
    background-color: #C0E5F9;
}

.l-blue-txt {
    color: #20FFFF;
}

.d-blue-txt {
    color: #25A1F4;
}

.fz20 {
    font-size: 20px;
}

.bold-txt {
    font-weight: 500!important;
}

.h-100vh {
    margin: auto 0;
    height: 100vh;
}

.card {
    border-radius:30px;
}

.card.dark-bg {
    background-color: #00072A;
    border-radius: 10px;
    color: #fff;
}

.manage-card i {
    color: #20FFFF;
    font-size: 30px;
    padding-right: 20px;
}

.small-icons {
    padding-top: 15px;
}

.small-icons i {
    font-size: 20px;
    padding-left: 20px;
    color: #000000;
    font-weight: 300;
}

.blue-txt {
    color: #25A1F4;
}

.body-scroll {
    overflow-y: scroll;
    max-height: 40vh;
    margin-right: 4px;
}

.body-scroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 4px;
}

.body-scroll::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 4px;
}

.body-scroll::-webkit-scrollbar-thumb {
    background-color: #25A1F4;
    outline: 1px solid #25A1F4;
    border-radius: 4px;
}

.list-group-item {
    border-right: 0;
}

.list-group {
    padding-right: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.list-group-item-secondary {
    border: 0;
    background-color: #E5E5E5;
}

/* Modal */
button.btn-close {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
}

button.btn-close i {
    font-size: 25px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.modal-body {
    padding: 20px 30px;
}

/* Buttons */
button:focus {
    outline: none;
}

.btn-primary {
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    min-width: 30%;
    width: auto;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: inherit!important;
    border: inherit;
    box-shadow: none!important;
    background-color: #20FFFF;
}

.btn-primary.blue {
    color: #fff!important;
    border: 2px solid #25A1F4;
    background-color: #25A1F4;
}

.btn-primary.blue:hover {
    color: #25A1F4!important;
    border: 2px solid #25A1F4;
    background-color: transparent;
}

.btn-primary.blue:not(:disabled):not(.disabled).active, .btn-primary.blue:not(:disabled):not(.disabled):active {
    color: #25A1F4!important;
    border: 2px solid #25A1F4;
    background-color: transparent;
    box-shadow: none!important;
}

.btn-primary.dark {
    color: #fff!important;
    border: 2px solid #00072A;
    background-color: #00072A;
}

.btn-primary.dark:hover {
    color: #00072A!important;
    border: 2px solid #00072A;
    background-color: transparent;
}

.btn-primary.dark:not(:disabled):not(.disabled).active, .btn-primary.dark:not(:disabled):not(.disabled):active {
    color: #00072A!important;
    border: 2px solid #00072A;
    background-color: transparent;
    box-shadow: none!important;
}

.btn-primary.inv {
    color: #020202!important;
    border: 2px solid #00072A;
    background-color: transparent;
    border-radius: 50px;
    width: 100%;
    font-weight: 600;
}

.btn-primary.inv i {
    padding-left: 20px;
    font-weight: 500;
}

.btn-primary.inv:not(:disabled):not(.disabled).active, .btn-primary.inv:not(:disabled):not(.disabled):active {
    color: #020202 !important;
    border: 2px solid #00072A;
    box-shadow: none !important;
    background-color: transparent;
}

/* Menu Header */
.header.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: auto;
    background-color: #222B36;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    font-size: 17px;
    width: 50%;
}

.navbar-brand img {
    width: 50%;
}

.nav-link {
    display: block;
    padding: 0 0 0 2.5rem;
    color: #fff;
    font-size: 15px;
}

.nav-item {
    color: #fff!important;
    font-weight: 600;
    font-size: 16px;
}

.nav-link.active .nav-item, .nav-link .nav-item:hover {
    font-weight: 600;
    color: #fff;
    border-bottom: 4px solid #25A1F4;
    padding-bottom: 24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 60px;
}


.nav-link:focus, .nav-link:hover {
    color: inherit;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff!important;
}

.navbar-nav .dropdown.active .nav-link {
    color: #fff!important;
    border-bottom: 4px solid #20FFFF;
    padding-bottom: 0;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    font-weight: 500;
    padding-left: 10px;
    color: #fff;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 0;
    clear: both;
    font-weight: 400;
    color: #00072A;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 4px solid #25A1F4;
}

.dropdown-item a {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    outline: none;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent;
    text-decoration: none;
    outline: none;
}

.navbar-collapse .dropdown-item i {
    font-weight: 500;
    padding-left: 10px;
}

.second-dropdown .dropdown-item, .second-dropdown .dropdown-item:hover, .second-dropdown .dropdown-item.active, .second-dropdown .dropdown-item:active {
    font-weight: 500;
    padding-left: 30px!important;
}

.navbar-collapse .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu[data-bs-popper], header .dropdown-menu {
    top: 47px;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    z-index: 99999;
    padding: 10px 30px 10px 20px;
    background-color: #222B36;
}
.dropdown-menu {
    padding: 10px;
}

.dropdown-toggle::after {
    display: none;
}

/* Dashboard */
.dashboard-page {
    padding: 15vh 0;
}

.top-img {
    /* margin-top: -50px;
    width: 20%;
    margin-left: auto;
    margin-right: auto; */

    width: 20%;
    margin: -40px auto -44px auto;
    z-index: 998;
    display: block;
    position: relative;
}

.card-icon {
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    background-color: #25A1F4;
    border-radius: 100%;
    width: 95px;
    height: 95px;
    text-align: center;
    vertical-align: middle;
}

.card-icon i {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 45px;
    width: 95px;
    line-height: 95px;
}

.dashboard-page .card .card-header {
    background-color: transparent;
    padding-bottom: 20px;
    padding-top: 60px;
}

.earn-list i {
    color: #25A1F4;
    vertical-align: middle;
    line-height: 20px;
}

.dashboard-cards {
    margin-top: 5%;
}

/* Dropzone */
.dropzone {
    min-height: 180px;
    border: 0!important;
    background: #E5E5E5!important;
    padding: 20px 20px;
    background-color: #E5E5E5!important;
    border-radius: 10px!important;
    position: relative;
}

.dz-clickable {
    border: 0!important;
    border-radius: 10px !important;
    margin-top: 20px;
    padding: 0;
}

.dropzone.dz-clickable i {
    font-size: 60px;
    position: absolute;
    top: 14%;
    left: 34%;
    opacity: 0.1;
}

.dropzone.dz-clickable * {
    /* cursor: pointer; */
    /* background: transparent; */
    /* border: 0; */
    /* padding: 30px 50px; */
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    display: none;
}

/* Tables */
.table-actions i {
    padding: 0 6px;
    color: #000;
    font-size: 20px;
}

.table-actions img {
    width: 13%;
    height: auto;
}

th {
    font-size: 15px;
}

tbody, td, tfoot, th, thead, tr {
    border-top: 0 !important;
    border-left: 0;
}

th:last-child, td:last-child {
    border-right: 0;
}

.links-table a {
    color: #000;
}

.links-table td {
    align-items: center;
    vertical-align: middle;
}

/* .links-table img {
    width: 50%;
    height: auto;
} */

/* Login and forgot password pages */
.login-page {
    height: 100vh;
    background-image: url('https://files.crtgroupstorage.com/truhome/symbol.png');
    background-color: #222B36;
    background-position: right;
    background-size: 47%;
    background-repeat: no-repeat;
}


/* Forms */
label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #020202;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
}

.form-control:focus {
    color: #020202;
    background-color: #fff;
    border-color: #D1D1D1;
    outline: 0;
    box-shadow: none;
}

.custom-select, select.form-control, select{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    vertical-align: middle;
    background:#fff url('https://files.crtgroupstorage.com/angle-down-light.png') no-repeat right 1rem center/12px 8px;
    appearance: none;
}

select.form-control, select {
    font-size: 15px;
}

.selectBox {
    position: relative;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: 0;
}

#checkBoxes {
    display: none;
    border: 1px #D1D1D1 solid;
    padding: 10px 20px;
    border-radius: 10px;
    padding-top: 8%;
    margin-top: -20px;
    vertical-align: middle;
}

#checkBoxes label {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
}

#checkBoxes input {
    float: right;
    vertical-align: middle;
}

/* Checkboxes */
input[type=checkbox]{
    display: grid;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 100%;
    vertical-align: middle;
}

input[type=checkbox]::before,
input[type=checkbox]::after{
    grid-area: 1/1;
    border-radius: 40px;
    mix-blend-mode: hard-light;
    pointer-events: none;
}

input[type=checkbox]::before{
    transform: translate(10px, 10px);
    text-indent: -20px;
    font-size:20px;
}

input[type=checkbox]::after{
    background: transparent;
    font-size: 20px;
    content: '';
}

input[type=checkbox]:checked::after{
    mix-blend-mode: unset;
    color: transparent;
    background: #25A1F4;
    border: 1px solid #25A1F4;
}  

.form-label {
    margin-bottom: .5rem;
    position: absolute;
    top:20%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 500;
}

.form-label i {
    color: #20FFFF;
    background-color: #00072A;
    padding: 17px 13px;
    border-radius: 100%;
    font-size: 26px;
    margin-bottom: 10px;
}

.file-upload {
    height: 30vh;
    width: 100%;
    background-color: #F2F2F2;
}

.formfile-section {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#formFile {
    background-color: transparent;
    width: 113px;
    border: 0;
    position: relative;
}

#formFile:after {
    content: 'Select a file';
    position: absolute;
    left: 0;
    z-index: 9999999;
    background-color: #F2F2F2;
    right: 0;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    top: 4px;
    height: 43px;
    width: 113px;
}


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #31AAC9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #31AAC9;
}

.flatpickr-monthDropdown-months {
    text-align: center!important;
    width: auto!important;
}

/* Select 2 */
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 99999!important;
    top: 0;
}

.select2-container {
    width: auto;
    padding: 9px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #020202;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    outline: 0;
    padding: 0;
}

input, .form-control:focus, select:focus, input:focus, select:focus, textarea:focus, button:focus {
    color: #202536;
    font-size: 15px;
}

.form-control:disabled, select:disabled, .form-control[readonly], select[readonly], .email-compose-fields .select2-container--default .select2-selection--multiple[readonly], .select2-container--default .select2-selection--single[readonly], .select2-container--default .select2-selection--single .select2-search__field[readonly], .typeahead[readonly], .tt-query[readonly], .tt-hint[readonly] {
    background-color: transparent;
    opacity: 1;
    color: #202536;
    font-size: 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0!important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: #00072A;
    border: 0!important;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    vertical-align: middle;
    background:#fff url('https://files.crtgroupstorage.com/angle-down-light.png') no-repeat right 1rem center/12px 8px;
    appearance: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00072A;
    border: 1px solid #00072A;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 24px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #FFFFFF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #00072A!important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff!important;
    cursor: pointer;
    font-size: 1em;
    font-weight: 400;
    padding: 0 4px;
    position: absolute !important;
    right: 0 !important;
    top: 0;
    left: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00072A!important;
    border: 1px solid #00072A!important;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 0!important;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    color: #FFFFFF!important;
    padding-right: 20px!important;
}

.select2-selection.select2-selection--multiple:hover, .select2-search.select2-search--inline:hover, .select2-container--default .select2-selection--multiple:hover {
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #00072A!important;
    color: #fff!important;
    outline: none;
    cursor: pointer;
}

.form-control:disabled, select:disabled, .form-control[readonly], select[readonly], .email-compose-fields .select2-container--default .select2-selection--multiple[readonly], .select2-container--default .select2-selection--single[readonly], .select2-container--default .select2-selection--single .select2-search__field[readonly], .typeahead[readonly], .tt-query[readonly], .tt-hint[readonly] {
    background-color: transparent;
    opacity: 1;
    color: #D1D1D1;
    font-size: 15px;
}

.custom-select:focus {
    border-color: #686868;
    outline: 0;
    box-shadow: none;
    color: #202536;
}

.checkbox{
    padding: 5px 5px 9px 5px;
    margin: 0 0 10px;
    display: block;
}

.checkbox input[type=checkbox]{
    margin: 0;
    visibility: hidden;
    left: 1px;
    top: 1px;
}

.checkbox label {
    font-size: 15px;
    line-height: normal;
    padding-left: 35px;
    margin: 0;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.checkbox label:before, .checkbox label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #20FFFF;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.25s;
    background-color: #FFFF;
}

.checkbox label:after {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: none;
    border-top: none;
    border-right: none;
    opacity: 0;
}

.checkbox input[type=checkbox]:checked+label:before{
    opacity: 0;
    background-color: #20FFFF;
}

.checkbox input[type=checkbox]:checked+label:after{
    opacity: 1;
    background-color: #20FFFF;
}

.form-horizontal .form-control::placeholder{
    color: #D1D1D1;
    font-size: 15px;
    font-weight: 300;
}

.form-control::placeholder, .form-control::-webkit-input-placeholder, .form-control:-moz-placeholder {
    line-height: 30px;
    vertical-align: middle;
    color: #D1D1D1;
    font-size: 15px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D1D1D1;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D1D1D1;
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #D1D1D1;
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px;
}

.form-check .form-check-input {
    float: right;
}

.form-check-input:checked {
    background-color: rgb(32 255 255 / 40%);
    border-color: rgb(32 255 255 / 40%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    width: auto;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    height: fit-content;
    align-self: end;
    align-items: center;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    color: #00072A;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 10px;
    border-right:0;
}

.input-group-text i {
    font-size: 20px;
}

.custom-tooltip {
    left: 100%;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: 1px solid #00072A;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.search-wrapper>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-left: 0;
}

.search-wrapper .form-control {
    color: #020202;
    background-color: #fff;
    border: 0!important;
    border-radius: 10px;
}

.search-wrapper .input-group-text i {
    font-size: 20px;
    color: #D1D1D1;
}

.error-page {
    padding: 13% 0 14% 0;
}

.error-page i {
    font-size: 50px;
    color: #222B36;
    border: 5px solid #222B36;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    vertical-align: middle;
    text-align: center;
    line-height: 70px;
}

#otp_target .form-control {
    min-width:50px;
}

.otp-fake-input.otpdesigner__focus__ {
    border-color: #20FFFF!important;
}