/* Reemplazar colores de pages */

.vue_quickview .scroll-wrapper > .scroll-content {
    height: calc(100vh - 20px) !important;
    width: 300px !important;
}

.select2-container.select2-container-multi {
    height: inherit;
    min-height: 35px;
}

/* Estilos de tablas*/

.gm-style-mtc {
    transform: scale(.67);
}

[v-cloak] {
    display: none;
}

#data_edit_vehicle {
    width: 100%;
}

.btn-buscador.input-group-addon:hover {
    background-color: #2f2a28;
    border: 2px solid #2f2a28;
    cursor: pointer;
}

.btn-buscador.input-group-addon {
    border: 2px solid #5a5b65;
    background-color: #5a5b65;
    border-radius: 5px;
}

.tab_notshow {
    display: none;
}

.form-group-default-select2 .select2-container-multi {
    width: calc(100% - 7px);
    float: right;
}

.form-group-default.input-group.form-group-default-select2 > label {
    margin-top: 0px;
}

.swal-text {
    text-align: center;
}
.swal2-image{
    display: flex;
    align-self: self-end;
}
.swal-button-container {
    margin-right: 50%;
    transform: translate(50%);
}
.swal2-container.swal2-center>.swal2-popup {
    display: contents!important;
}
.table-responsive td .btn {
    padding: 5px 7px;
}

.input-geofence-name {
    width: 100%;
}

.div-geofence-around {
    display: flex;
    justify-content: space-around;
}

.div-geofence-center {
    display: flex;
    justify-content: center;
}

.accuracy-flex {
    margin-top: 16%;
    margin-bottom: auto;
    margin-left: unset;
}

@media (min-width: 1200px) {
    .btn-ed-geofence {
        width: 100%;
    }

    .btn-save-geofence {
        width: 46%;
    }

    .col-flex-responsive {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .btn-ed-geofence {
        width: 22%;
    }

    .btn-save-geofence {
        width: 22%;
    }

    .col-flex-responsive {
        display: flex;
        justify-content: space-evenly;
    }
}

/* VUE TABLE*/

.btn.page.active {
    background-color: rgba(0, 135, 245, 0.57);
    color: white;
}

.btn.page.active:hover {
    background-color: rgba(0, 135, 245, 1);
    color: white;
}

/**/

.remove_all_alerts, .remove_all_alerts2 {
    float: right;
    margin-right: 10px;
    /*margin-top: -16px;*/
    color: #d5d5d5;
}

.remove_all_alerts:hover, .remove_all_alerts2:hover {
    color: #000;
    cursor: pointer;
}

.swal-button {
    background-color: #1c1918;
}

/*Datatables*/

.dataTables_wrapper select {
    -moz-appearance: none;
    border: 1px solid #aeaeae;
    border-radius: 3px;
}

.dataTables_filter input {
    -moz-appearance: none;
    border: none;
    border-bottom: 1px solid #aeaeae;
}

.paginate_button {
    background: none !important;
    border: medium none !important;
}

.paginate_button.current {
    color: dodgerblue !important;
}

/* Estilos Botones */

.btn-margin {
    margin-bottom: 10px;
    margin-top: 10px;
}

.btn-margin2 {
    margin-bottom: 4px;
    margin-top: 4px;
}

.quit-comptrip {
    padding-right: 10px;
}

.flex-title {
    justify-content: flex-start !important;
}

.form-control.input-activate {
    width: 66%;
}

.btn.btn-activate {
    padding: 5px 0;
    width: 25px;
}

.btn-confirm {
    min-width: 100px;
}

.btn-grupo.btn-active {
    background-color: #0087f7;
    color: #fff;
}

.btn-grupo {
    margin-right: 5px;
}

.btn-arega {
    background-color: #414249;
    color: #fff;
}

.btn-arega:hover {
    background-color: #2f2a28;
    color: #fff;
}

.btn-form {
    height: 54px;
}

/* Wizard Menu*/

.wizard-steps {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 0;
}

.step-content {
    padding: 15px;
}

.wizard-steps .badge {
    margin-right: 4px;
}

.wizard-steps ul li.complete, .wizard-steps ul li.complete:hover {
    background: #f1f5f9 none repeat scroll 0 0;
    cursor: pointer;
}

.wizard-steps ul li.complete::after {
    border-left-color: #f1f5f9;
}

.wizard-steps ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.wizard-steps ul li {
    color: #999999;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px 0 25px;
    position: relative;
}

.wizard-vertical {
    border-bottom: medium none;
    float: left;
}

.wizard-vertical + .step-content {
    overflow: hidden;
    padding-left: 40px;
}

.wizard-vertical ul li {
    border-bottom: 1px solid #e8e8e8;
    float: none;
    padding-left: 15px;
    position: relative;
}

.wizard-steps ul li:first-child {
    border-radius: 4px 0 0;
    padding-left: 15px;
}

.wizard .actions {
    float: right;
    margin: 8px 10px 0 0;
}

.wizard-steps ul li::before, .wizard-steps ul li::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent -moz-use-text-color transparent rgba(0, 0, 0, 0.05);
    border-image: none;
    border-width: 20px 0 20px 10px;
    content: "";
    position: absolute;
    right: -10px;
    z-index: 1;
}

.wizard-steps ul li.wizard-menu::before, .wizard-steps ul li.wizard-menu::after {
    border-style: solid none solid solid;
}

.wizard-steps ul li::after {
    border-left-color: #f5f5f5;
    right: -9px;
    top: 0;
    z-index: 2;
}

.wizard-steps ul li.active {
    background: #fff none repeat scroll 0 0;
    color: #3a87ad;
}

.wizard-steps ul li.active::after {
    border-left-color: #fff;
}

.step-content .step-pane {
    display: none;
}

.step-content .step-pane.active {
    display: inherit;
}

.wizard-menu p, .wizard-menu-view p {
    display: inline;
}

/* modal wizard menu */

.modal .modal-body .wizard {
    padding: 0;
}

.wizard-menu1.close {
    float: right;
    border-style: none !important;
}

.close .badge {
    background-color: red;
    color: white;
}

.wizard-menu1 .badge {
    position: absolute;
    transform: translate(-37px, 11px);
}

.div-msg.form-response {
    background-color: #0087f7;
    border-radius: 5px;
    color: white;
    /*margin-top: 10px;*/
    text-align: center;
}

.div-msg.form-response > p {
    margin-top: 10px;
}

.modal-open .modal {
    overflow-x: auto;
}

/* Wizard like modal */

.wizard-btns {
    display: inline-flex;
    margin-left: 50%;
    transform: translate(-50%, 0px);
}

.wizard-btn-menu.cont-pasos {
    display: block;
    height: 40px;
    position: relative;
    width: 100%;
}

.wizard-menu-view .badge {
    transform: translate(-3px, -2px);
}

.wizard-menu1.close {
    padding: 0;
    width: 0px;
}

/* forms */

.form-group.logo_empresa {
    margin-left: 5%;
    width: 90%;
}

.form-group.aline-select {
    height: 72px;
}

.form-emu {
    margin-top: 27px;
}

.form-emu-select {
    margin-top: 27px;
}

.m-b {
    margin-bottom: 10px;
}

.m-t {
    margin-top: 5px;
}

.form-control {
    padding: 8px;
}

.modal-form-margin-up {
    margin-top: 15px;
}

.form-control.v-center {
    padding: 0;
}

.required.missing {
    border-color: #0087f7;
}

.form-control[readonly] {
    color: rgba(98, 98, 98, 1);
}

label.v-center.form-label-foot {
    font-family: "Segoe UI";
    font-size: 8pt;
}

.form-control.form-activate {
    width: calc(100% - 50px);
}

.active-confirm > * {
    float: left;
}

.close.badge {
    background-color: #ff0000;
    color: white;
    cursor: pointer;
}

.inner-form {
    padding: 10px;
}

.form-control.m-b.form-text-response {
    padding: 5px;
    min-height: 45px;
    transform: translate(0px, 8px)
}

.input-group-addon.bg-transparent.sm-group-addon {
    height: 25px;
}

/* tickets
 #new_ticket {
 background-color: #ffffff;
 border: 2px solid #eeeeee;
 transform: translate(0px, -51px);
 }*/

.chat-bubble.from-them.full-width.text-answer {
    text-align: left;
    max-width: calc(100% - 60px);
}

.chat-bubble.from-me.full-width.text-answer {
    max-width: calc(100% - 34px);
    text-align: left;
    background-color: rgba(0, 135, 245, 0.57);
    color: white;
}

.message-image {
    height: auto;
    max-width: 100%;
}

.message-anchor {
    color: black;
    cursor: pointer;
}

.message-anchor:hover {
    color: white;
    cursor: pointer;
}

.row_ticket.Alta td {
    background-color: #f0c4c3;
}

.row_ticket.Media td {
    background-color: #fff1c7;
}

.row_ticket.Media td {
    background-color: #fff1c7;
}

.table-responsive .red_row td {
    background-color: #ffdddc;
}

.table-responsive .table-hover > tbody > tr:nth-of-type(2n).red_row td {
    background-color: #f9b3b1;
}

.table-responsive .table.table-hover .red_row:hover td {
    background-color: #f0a4a2 !important;
}

/* Dropzone */

/*.dz-preview.dz-processing.dz-complete.dz-image-preview {
 margin-left: 50%;
 position: relative;
 transform: translate(-50%, 0%);
 }*/

.dz-remove {
    background-color: white;
}

.drop-imagen {
    min-height: 150px;
    /*position: relative;*/
}

/* Slider */

.slider_container > * {
    float: left;
}

.slider_elements {
    min-height: 20px;
    overflow: hidden;
    width: 88%;
}

.slider_prev, .slider_next {
    width: 6%;
}

.btn.btn-slider-next {
    float: right;
}

.slider_elements_container {
    height: 35px;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: nowrap;
}

/* FLEX TABS */

.h-tabs-container {
    display: flex;
}

.h-tab {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    padding: 2px;
}

/* Inputs Outputs */

.input-vehicle {
    border-bottom: 2px solid #aeaeae;
    padding: 4px;
}

/* Notificaciones*/

.overflow-ellipsis.notif-title {
    max-width: 177px;
    white-space: normal;
}

.alert-list {
    position: relative;
    border-block: inherit;
}

.alert-time {
    left: 66%;
}

.trip-bar {
    position: sticky;
    left: 0px;
    bottom: 0;
}

.flex-bar {
    display: flex;
    justify-content: space-between;
}

.flex-span {
    min-width: 69px;
}

.flex-icon {
    display: flex;
    align-items: center;
}

.font-icon {
    font-size: x-small!important;
    font-weight: bold;
    height: 10px;
}

.nav-child{
    background-color:#5a5b65;
}
.share-link{
    display: flex!important;
}
.input-link{
    width: 140%;
    color: #fff!important;
}
.icon-group{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.row-group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pinned_veh{
    color: #0ac30a!important;
}
.space-icon{
    margin-top: 4px;
}
.col-xs-height.col-middle.alert-btn {
    margin-right: 10px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
}

.col-xs-height.col-middle.alert-btn:hover {
    font-size: 20px;
}

.list-view-fake-header {
    display: none;
}

.notif-number {
    min-width: 13px;
    height: 14px;
    background-color: red;
    position: absolute;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    transform: translate(25px, -24px);
    font-size: 10px;
    padding: 0 3px;
}

.notif-number.notif-number2 {
    transform: translate(-9px, -7px);
    height: 20px;
    width: 20px;
}

/*Estilo generales*/

.full-width {
    width: 100%;
}

.float-container-right > * {
    float: right;
    margin-left: 4px;
}

.float-container-left > * {
    float: left;
    margin-right: 4px;
}

.v-left {
    text-align: left;
}

.v-center {
    text-align: center;
}

.align-campos {
    padding: 0;
}

.v-right {
    text-align: right;
}

.v_icon {
    border-radius: 25px;
    height: 25px;
    width: 25px;
}

.x_scroll {
    overflow-x: scroll;
}

.y_scroll {
    overflow-y: scroll;
}

.btn p {
    margin: 0;
}

.select2-drop.select2-display-none.select2-with-searchbox.select2-drop-active {
    z-index: 1050;
}

.tooltip-inner {
    white-space: normal;
}

.checkbox.check-success.checkbox-inline-block {
    margin-bottom: 0;
    margin-left: 12px;
    margin-top: 16px;
}

.vue-overlay, .form-overlay {
    background: hsla(0, 0%, 39%, 0.45) none repeat scroll 0 0;
    color: white;
    font-size: 27pt;
    position: absolute;
    text-align: center;
    z-index: 4;
}

.table.table-hover tbody .row_inner:hover td {
    background: #ffffff !important;
}

.small-td {
    max-width: 100px;
    text-align: center;
}

.checkbox.check-success input[type="checkbox"]:checked + label::after, .checkbox.check-primary input[type="checkbox"]:checked + label::after, .checkbox.check-complete input[type="checkbox"]:checked + label::after, .checkbox.check-warning input[type="checkbox"]:checked + label::after, .checkbox.check-danger input[type="checkbox"]:checked + label::after, .checkbox.check-info input[type="checkbox"]:checked + label::after {
    text-align: center;
}

/* Custom checkbox */

.checkbox input[type="checkbox"]:checked + label::after {
    transform: translate(-3px, 0px);
}

.container {
    width: 100%;
    overflow: hidden;
}

.encabezado.nivel1 {
    background: #626262 none repeat scroll 0 0;
    color: #d0d6e3;
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0;
    padding: 10px;
}

.inline.input-title {
    border: none;
    border-bottom: 1px solid #aeaeae;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 600;
    margin: 14px;
    text-transform: uppercase;
    width: calc(100% - 11px);
}

.last_complete .col-xs-6:last-child.odd {
    padding-right: 7px;
}

.last_complete .col-xs-6:last-child {
    width: 100% !important;
}

.col-xs-5.v-left > p {
    white-space: pre;
}

.btn.btn-arega {
    background-color: #5a5b65;
    border-color: #5a5b65;
}

.btn.btn-arega:hover {
    background-color: #2f2a28;
}

/*configuraciones */

.sensors_del_repeater .btn {
    height: 55px !important;
}

/*LOGIN*/

.login-wrapper {
    height: 100%;
    background-color: #faf8ed;
    position: relative;
}

.login-wrapper .bg-pic > img {
    height: auto;
    width: calc(-496px + 100%);
    opacity: 0.8;
    bottom: 0;
    position: fixed;
    transition: 3s ease;
}

.text-arega {
    color: #414652;
}

.login_image_container {
    background-size: cover;
    height: 100vh;
    opacity: 0.6;
    width: 100%;
}

/*Loader*/

.normal-loader {
    display: table;
    font-size: 30px;
    min-height: 100px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

/*Theme picker*/

.theme-image {
    height: 126px;
    margin-left: 5%;
    width: 90%;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
}

.theme-container:hover, .theme-container.active {
    background-color: #aeaeae;
}

.header-inner .btn-link.icon-set.m-l-20.sm-no-margin.hidden-sm.hidden-xs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#modal-theme.modal-dialog {
    position: fixed;
}

/*Modal*/

#modal_report_list.modal {
    padding: 0;
}

/*Drag campos*/

.campos li {
    list-style-type: none;
}

.campos li p {
    cursor: hand;
}

.campos li p span {
    cursor: pointer;
}

.input-group-addon.btn-ignore {
    float: right;
    transform: translate(0px, -3px);
    width: 34px;
}

.campos p {
    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 3px 0 4px 3px;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.filtros_reportes .m-b:not(.col-sm-12) .select2-choices {
    max-height: 34px;
}
.historic-select .select2-container-multi .select2-choices .select2-search-field input {
    color: #90918f;
}
.report_content .vue-overlay {
    display: none;
}

.auto-height {
    height: auto;
}

.input-big {
    height: 81px;
    border: none;
}

.label_permisos {
    width: 25%;
    float: left;
}

.change_capabilities {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.change_capabilities_admin {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.change_capabilities:hover {
    font-weight: bold;
}

.map-container {
    height: 401px;
}

/*#map, .map-container {
    width: calc(100% + 28px);
    height: 401px;
    transform: translate(0, -20px);
}
.btn-map-ed, .btn-map-ed2 {
    transform: translate(11px, 3px);
}*/

.form-control.route {
    color: #fff;
}

[v-cloak] {
    display: none;
}

.translatey .select2-chosen {
    transform: translatey(-6px);
}

.v-center > .select2-container .select2-chosen {
    transform: translatex(12px);
}

/*SCHEDULER*/

.div-table.div-table-scheduler {
    margin: 10px;
    padding: 1px;
}

.div-table-header.scheduler-header {
    display: block;
    width: 100%;
    height: 25px;
}

.div-table-row {
    width: 100%;
    display: block;
    height: 25px;
}

.scheduler-header > *, .div-table-scheduler .div-table-row > .div-table-td {
    display: block;
    min-height: 25px;
    border: 1px solid #aeaeae;
    float: left;
    cursor: pointer;
}

.div-table-header.scheduler-header > .div-table-td, .div-table-scheduler .div-table-row > .div-table-td {
    width: calc(4% - 0px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-table-scheduler .div-table-row > .div-table-td.scheduler-select {
    width: calc(2% - 0px);
}

.div-table-row {
    width: 100%;
    display: block;
}

.div-table-scheduler .div-table-row > .div-table-td.scheduler-select.scheduler-active, .div-table-scheduler .div-table-row > .div-table-td.scheduler-select.scheduler-activating {
    background-color: #6ebbf9;
}

.div-table-scheduler .div-table-row > .div-table-td.scheduler-select.scheduler-active.scheduler-activating {
    background-color: #fff;
}

.div-table-td.scheduler-select:hover {
    background-color: #6ebbf9;
}

#vue_alertas .checkbox.check-success.v-center {
    margin-top: 27px;
}

.blue-square {
    height: 9px;
    width: 9px;
    border: 1px solid #aeaeae;
    background-color: #6ebbf9;
    display: inline-block;
}

.white-square {
    height: 9px;
    width: 9px;
    border: 1px solid #aeaeae;
    background-color: #fff;
    display: inline-block;
}

.vehicle_icon_preview img {
    width: 82px;
    transform: translate(-50%);
    margin-left: 50%;
}

.vehicle_icon_preview.edit img {
    margin-top: 30px;
}

.mr-2 {
    margin-right: 4px;
}

a.btn.btn-primary {
    color: #FFF;
    text-transform: none;
}

.btn-primary.hover, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    background-color: #2a2b33;
    border-color: #2a2b33;
    color: #FFF;
}

.img-flag {
    width: 41px;
    margin-right: 10px;
}

.icon-check {
    cursor: pointer;
}

.icon-cont i {
    z-index: 0;
}

.mt-2 {
    margin-top: 5px;
}

.mb-2 {
    margin-bottom: 2rem;
}

.p-0 {
    padding: 0;
}

.d-center {
    display: flex;
    justify-content: center;
}

.card.col-xs-12 {
    width: 100%;
    padding: 10px !important;
}

.select2-container.form-control {
    padding: 0;
    border: none;
}

.input-group-addon.v-icon.v-icon-small {
    padding: 2px;
}

.v-icon-small .v_icon {
    height: 26px;
    width: 28px;
    padding: 0;
    transform: translateY(0px);
}

.section {
    padding: 5px 0px;
    display: inline-block;
    border-bottom: 1px dotted #909197;
    width: 100%;
}

.pac-container {
    z-index: 1050;
}

.info.direction {
    width: 100%;
    padding: 5px 13px;
    border-bottom: 1px solid #414249;
}

.m-0 {
    margin: 0;
}

.btn.btn-arega.btn-toogle {
    float: right;
    font-size: 10px;
    padding: 0px 8px;
}

.btn.btn-arega.btn-toogle.active {
    background-color: #414249;
}
.btn-add-child {
    margin-bottom: 3px;
    margin-top: 3px;

}

.btn-add-parent {
    margin-left: 13px;
}
.align-checkbox {
    margin-top: 14px;
}
.align-row-org{
    display: flex;
    align-items: center; 
    height: 100%;
}
body > .pgn-wrapper {
    z-index: 1200;
}

.archivo .dz-preview .dz-success-mark svg, .archivo .dz-preview .dz-error-mark svg {
    background-color: #f00;
    border-radius: 27px;
}

.col-sm-4.m-t.checkbox.check-success.v-center.c-form {
    margin-top: 39px;
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
}

#myUL ul {
    list-style-type: none;
}

#myUL input {
    margin-right: 10px;
}

/* Style the caret/arrow */
.caret1 {
    cursor: pointer;
}

/* Create the caret/arrow with a unicode, and style it */
.caret1::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active1 {
    display: block;
}


.btn.btn-warning.reset_map_ruler.btn-route {
    transform: translate(173px);
}


.v-treeview-node .v-treeview-node__root {
    min-height: 30px;
}

.row.in-panel {
    border: solid 1px #ededed;
    min-height: 250px;
    max-height: 400px;
    overflow-y: scroll;
    margin: 0;
}

.row.head-report {
    padding-bottom: 5px;
    border-bottom: 2px solid #aeaeae;
}

.campos.align-campos2 {
    display: flex;
    padding: 0 12px;
    overflow-x: scroll;
    justify-content: space-between;
    width: 100%;
}

.campos.align-campos2 li span {
    float: unset;
}

.campos.align-campos2 .btn-ignore, .campos.align-campos2 .btn-ignore:hover {
    background: #FFF;
    color: #000;
    margin: 0 2px;
}

.campos.align-campos2 li p {
    display: inline-block;
    text-align: center;
    padding: 4px;
}

p.v-center.input-group {
    margin-bottom: 0;
}

.campos .removed {
    opacity: .5;
}

.stitle_1, .stitle_2, .stitle_3, .stitle_4 {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 12px;
    font-weight: bold;
}
.encabezado.nivel2 {
    padding: 8px;
    background: #aeaeae;
    font-weight: bold;
}
td.col{
    padding: 8px;
}

.col.green {
    background: #090;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.col.yellow {
    background: #FFE600;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.col.red {
    background: #FF3333;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.mb-0 {
    margin-bottom: 0;
}

.form-v {
    margin-left: 16px;
}