
.micros-convertor-input:focus {
    outline: none !important;
    box-shadow: none;
    border-bottom: 1px solid #0066ff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.micros-convertor-input {
    outline: none;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-right: 0px;
}

.micros-convertor-element {
    cursor: pointer;
    background-color: #ecf1f7;
}

.c-header {
    background-color: white;
}

.c-header a {
    color: #5b5b5b;
    font-weight: 700;
}

.card, .card-header {
    border-radius: 10px !important;
}
.card-header {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.fr-wrapper {
    height: calc(100% - 50px) !important;
    padding-bottom: 80px !important;
    /* white-space: nowrap; */
}
/* .fr-toolbar.active~.fr-wrapper {
    height: calc(100% - 95px) !important;
} */



.fr-box.fr-basic .fr-wrapper {
    border: none !important;
}

.fr-toolbar.fr-top {
    border: none !important;
}

.fr-toolbar {
    /* display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; */
}

/* .fr-toolbar.active {
    display: block;
    opacity: 1;
} */

.fr-second-toolbar {
    border: none !important;
}

/*.fr-wrapper table>tbody>tr>td {*/
/*    border: 1px dashed #adb5bd !important;*/
/*}*/

table {
    width: 100% !important;
}

/* .fr-wrapper table td,
.fr-wrapper table tr {
    padding: 0.75rem !important;
} */

label {
    color: #1111118A;
    font-size: .86667em;
    line-height: calc(1em + 7px);
    color: #999;
}

body {
    /*background-color: #ebeff2;*/
}


/* width */
.fr-wrapper::-webkit-scrollbar, #accordion::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.fr-wrapper::-webkit-scrollbar-track,#accordion::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */
.fr-wrapper::-webkit-scrollbar-thumb, #accordion::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.fr-wrapper::-webkit-scrollbar-thumb:hover, #accordion::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#fr-logo, .fr-counter{
    display: none !important;
}

.fr-wrapper > div:first-of-type{
    display: none !important;
}
#accordion{
    overflow: scroll;
}

/*.fr-wrapper{*/
/*    background: white;*/
/*    padding: 20px 20px;*/
/*    border-radius: 15px;*/
/*    margin-bottom: 20px;*/
/*}*/


@media (max-width:459px){
    .fr-wrapper {
        height: calc(100% - 220px);
    }
}