.copyButton {
    position: absolute;
    top: 1%;
    right: 20px;
    cursor: pointer;
}

.tooltip {
    width: 20px;
    height: 20px;
}

code {
    color: #040c53 !important;
    line-height: 20px;
}

.mytable td {
    border: 1px solid black;
    padding: 10px;
}

.app-pahra p {
    line-height: 20px;
    font-size: 15px;
}

.bg {
    background-color: black;
    color: white;
}

.bg-gray {
    background-color: rgba(239, 233, 233, 0.566);
}

.upload-input {
    height: 100% !important;
}

.input-group-text {
    border-radius: 4px 0px 0px 4px !important;
}

.form-control {
    border-radius: 0px 4px 4px 0px !important;
}