﻿.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #050505;
    background-color: rgba(5,5,5,0.9);
    filter: blur(0px);
    z-index: 10;
    border-radius: 5px;
}

.tranny {
    transition: .6s ease opacity,.6s ease transform;
}

.m-icon {
    color: aliceblue;
    filter: glow(1px);
    position: fixed;
    top: 40%;
    left: 45%;
    text-align: center;
    z-index: 11;
}

.wide {
    background: rgba(0,0,0,.03);
}

.dept {
    white-space: nowrap;
}

label {
    margin-top: 10px;
}

.l-div {
    text-align: right;
}

.r-div {
    text-align: left;
}

.l-l-div {
    margin-left: -10px;
}

.l-s-div {
    margin-left: -25px;
}

.content-section {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
    background-image: radial-gradient(rgba(255,255,255,1),#fdfdfd);
}

.paddington {
    margin: 5px;
    padding: 0px;
    width: 45% !important;
}

.righty {
    margin-left: auto;
    margin-right: 0;
}

.acc-wide {
    background: #000000;
    background: rgba(0, 0, 0, .03) !important;
    background-color: rgba(0, 0, 0, .03) !important;
    padding-top: 2.5px;
    border-radius: 5px;
}

.acc-wide2 {
    background: #000000;
    background: rgba(0, 0, 0, .03) !important;
    background-color: rgba(0, 0, 0, .03) !important;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.acc-dept {
    margin-top: 3%;
}

.acc-body {
    margin-left: 7px;
    height: 100%;
}

.bcc-body {
    margin-left: 7px;
    height: 180px;
}

.ccc-body {
    margin-left: 7px;
    height: 215px;
}

.row {
    margin-bottom: 5px
}

.acc-bank-wide {
    width: 100%
}
