﻿@media screen and (min-width:992px) {
    .cl-sidebar {
        height: calc(100vh - 90px);
        left: 15px;
        width: 250px;
        position: fixed;
        top: 70px;
        background-color: rgba(255,255,255,1);
        overflow-x: hidden;
        padding-top: 16px;
        border-radius: 12px;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
        backdrop-filter: blur(10px);
        display: flex;
    }

    .cl-topbar {
        left: 0px;
        z-index: 10;
    }

    .cl-sidebar-toggler {
        display: none;
    }

    .cl-sidebar-shown {
        animation-duration: 0.7s;
        transition-timing-function: ease-in-out;
        animation-name: cl-ani-sidebar-in;
        animation-fill-mode: forwards;
    }



    @keyframes cl-ani-sidebar-in {
        from {
            left: -285px;
        }

        to {
            left: 15px;
        }
    }

    .cl-main {
        padding-left: 20px;
    }

    .cl-iconbar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 900;
        width: 60px;
    }

    .cl-wrap {
        padding-top: 50px;
        padding-left: 280px;
    }

    /*.cl-contante
        app {
        flex-direction: row;
    }

    .sidebar {
        width: 100%;
        position: fixed;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    /*    .cl-sidebar .collapse {
        transform: translateX(-100%);
        position: absolute;
    }*/
}

@media screen and (max-width: 992px) {
    .cl-sidebar {
        height: calc(100vh - 90px);
        left: -285px;
        width: 250px;
        position: fixed;
        top: 70px;
        background-color: rgba(255,255,255,1);
        overflow-x: hidden;
        padding-top: 16px;
        border-radius: 12px;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
        backdrop-filter: blur(10px);
        display: flex;
        z-index: 100;
    }

    .cl-content {
        padding: 2rem 1.5rem;
        margin-left: 10px;
    }

    .cl-sidebar-collapse {
        animation-duration: 0.7s;
        transition-timing-function: ease-in-out;
        animation-name: cl-ani-sidebar-out;
        animation-fill-mode: forwards;
    }

    .cl-sidebar-shown {
        animation-duration: 0.7s;
        transition-timing-function: ease-in-out;
        animation-name: cl-ani-sidebar-in;
        animation-fill-mode: forwards;
    }


    .cl-iconbar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1099;
        width: 60px;
    }

    .cl-topbar {
        left: 0px;
        z-index: 900;
    }

    .cl-topbar-wrap {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .cus-card-inq {
        min-height: 400px;
    }

    .cus-card-file {
        min-height: 400px;
    }

    @keyframes cl-ani-sidebar-out {
        from {
            left: 15px;
        }

        to {
            left: -380px;
        }
    }

    @keyframes cl-ani-sidebar-in {
        from {
            left: -380px;
        }

        to {
            left: 15px;
        }
    }
}

@media screen and (max-width: 770px) {

    .cl-chat-info-card {
        display: none;
    }
}

@media screen and (max-width: 630px) {
    .cl-sidebar {
        height: calc(100vh - 90px);
        left: -390px;
        width: 350px;
        position: fixed;
        top: 70px;
        background-color: rgba(255,255,255,1);
        overflow-x: hidden;
        padding-top: 16px;
        border-radius: 12px;
        box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
        backdrop-filter: blur(10px);
        display: flex;
        z-index: 800;
    }

    .cl-content {
        padding: 2rem 1.5rem;
        margin-left: 0px;
    }

    .cl-sidebar-collapse {
        animation-duration: 0.7s;
        transition-timing-function: ease-in-out;
        animation-name: cl-ani-sidebar-out;
        animation-fill-mode: forwards;
    }

    .cl-sidebar-shown {
        animation-duration: 0.7s;
        transition-timing-function: ease-in-out;
        animation-name: cl-ani-sidebar-in;
        animation-fill-mode: forwards;
    }

    .cl-iconbar {
        display: none;
    }

    .cl-topbar {
        left: 0px;
        z-index: 1000;
    }

    .cl-sidebar-toggler {
        display: flex;
        margin-top: 6px;
    }

    .cl-folder-box_wrap, .cl-file-box_wrap {
        justify-content: center;
    }

    .cl-searchbydate-top-item {
        display: flex;
        flex-flow: column;
    }

    .cl-searchbydate-sm-align {
        display: flex;
        flex-flow: column;
    }

    @keyframes cl-ani-sidebar-out {
        from {
            left: 10px;
        }

        to {
            left: -380px;
        }
    }

    @keyframes cl-ani-sidebar-in {
        from {
            left: -380px;
        }

        to {
            left: 10px;
        }
    }
}

@media screen and (min-width: 630px) {
    .cl-ibar-toggler {
        display: none;
    }
}


/*iconbar*/

.cl-iconbar-logo {
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

.iconbar-logo-img {
    width: 45px;
    margin-top: 10px;
    margin-left: 8px;
}

.list-apps {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    padding: 0;
    margin-top: 15px;
    height: 83%;
}

    .list-apps ul {
        width: 100%;
    }

.cl-iconbar {
    /* display: block;*/
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 100vh;
    background-color: rgba(255,188,0,0.5);
    border-color: #400d8a;
    text-align: center;
}

    .cl-iconbar a {
        padding-top: 0;
        margin-top: 15px;
        display: block;
        background-color: rgb(252 190 190 / 0.00);
    }

/*        .cl-iconbar a:hover {
            background-color: rgba(230,230,230,1);
            margin-left: 5px;
            border-radius: 10px 0px 0px 10px !important;
        }*/


.iconbar-app {
    height: 45px;
    padding: 10px 5px;
}

.cl-navitem-wrap { /*전체 UL에 적용해야할 클래스*/
    /*box-shadow: 0 2px 3px 0px rgba(0,0,0,0.25);*/
    /*border-radius: 3px;*/
    transition: .3s all;
}

.cl-navitem { /*UL안의 LI에 적용해야할 클래스*/
    transition: .3s all;
    /*color:powderblue;*/
}
/*UL에 호버가 되었을경우 UL전체에 적용될 클래스*/
.cl-navitem-wrap:hover .cl-navitem {
    /*filter: blur(3px);*/
    /*transform: scale(.9);*/
    /*box-shadow: none;*/
}

.cl-navitem-wrap .active {
    background-color: rgba(230,230,230,1) !important;
    /*display: block;*/
    margin-left: 5px;
    border-radius: 10px 0px 0px 10px !important;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.4)*/
}

/*iconbar end*/



/*topbar*/

.topbar-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.topbar-logo_cl {
    color: rgba(50,50,50,1);
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 6px;
    margin: 0;
}


.cl-topbar-user {
    display: inline-flex;
    position: relative;
}

.cl-topbar-wrap {
    position: relative;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}

.cl-sidebar-icon {
    width: 30px;
    margin: 10px;
    cursor: pointer;
}

.cl-sidebar-toggler:hover {
    background-color: #efefef;
    border-radius: 40px;
}


.cl-topbar-icon {
    width: 30px;
    margin: 5px 10px;
}

.cl-topbar-tools {
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 14px;
}

.cl-quick-nav {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.cl-topbar {
    display: flex;
    /*overflow: hidden;*/
    border-style: solid;
    border-top: 5px;
    border-left: 0;
    border-right: 0;
    border-width: 5px;
    border-image: linear-gradient(90deg, rgba(255,188,0,0.5) 0%, rgba(210,78,1,0.5) 49%, rgba(111,22,162,0.5) 100%);
    border-image-slice: 1;
    position: fixed;
    top: 0;
    right: 0;
    backdrop-filter: blur(15px);
    background-color: rgba(200, 200, 200, 0.5);
}


    .cl-topbar a {
        float: left;
        display: block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }


        .cl-topbar a:hover {
            background: #ddd;
            color: black;
        }


.dropdown-icon:hover {
    background-color: #efefef;
    border-radius: 40px;
}

.dropdown-menu {
    /*width:150kpx !important;*/
}

.dropdown-item {
    /*float: left;*/
    /*width: 50%;*/
    /*helps to determine number of columns, for instance 33.3% displays 3 columns*/
}
    /*.dropdown-item:active{
    background-color:#fb8d8d !important;
}*/
    .dropdown-item:hover {
        background-color: rgba(230,230,230,0.5) !important;
        cursor: default;
    }

    .dropdown-item:active {
        background-color: rgba(230,230,230,0.8) !important;
    }

    .dropdown-item:visited {
        background-color: rgba(230,230,230,1) !important;
    }

.drop-list-item {
    min-width: 4.5rem !important;
}

.drop-icon-img {
    display: inline-block;
    width: 30px;
}
/*topbar end*/



/*sidbar*/


.cl-list {
    left: 40px;
}


/* Style sidebar links */
.cl-sidebar-wrap {
    margin: 0;
    padding: 1em 1.5em;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /*padding: 5px 5px 5px 5px;*/
    width: 348px;
}

.cl-sidebar-header {
    z-index: 800;
    /*position: sticky;*/
    width: 100%;
    line-height: 17px;
    padding: 5px 8px;
}

.cl-sidebar-content-wrap {
    /*position: relative;*/
    overflow-y: auto;
    margin-left: -10px;
}

.cl-sidebar-content {
    /*display: block;*/
    padding-right: 9px;
}

.cl-sidebar-content_header {
    padding-left: 1em;
    padding-top: 0.8em;
}



.cl-sidebar a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    display: block;
}

/* Style links on mouse-over */
/*    .cl-sidebar a:hover {
        color: rgba(210,78,1,1);
    }
*/

.cl-sidebar-nav-wrap p:hover {
    color: rgba(200,70,1,1);
}

.cl-sidebar-nav-wrap .active {
    color: rgba(200,70,1,1);
}
/*LI에 호버가 되었을경우 LI에 적용될 클래스*/

.cl-navitem-wrap:hover .cl-navitem:hover {
    /*        background-color: rgba(255,255,255,0.05) !important;
        filter: blur(0px);*/
    /*box-shadow: 0 8px 20px 0px rgba(0,0,0,0.2);*/
    background-color: rgba(230,230,230,0.8);
    margin-left: 5px;
    border-radius: 10px 0px 0px 10px !important;
}


.cl-sidebar-footer {
    position: absolute;
    bottom: 0;
    right: 21px;
}

.cl-sidebar-footer-drive {
    font-size: 20px;
    font-weight: 600;
}
/*sidebar end*/


/*card*/

.cl-card {
    /* border: 1px solid gray;*/
    /*backdrop-filter:blur(15px);*/
    margin: 10px 0 27px;
    padding: 0;
    background-color: rgba(255,255,255, 0.65);
    border-radius: 7px;
    box-shadow: 0 0 15px 1px rgb(95 95 95 / 0.44);
}

.card-title {
    font-size: 25px;
    font-weight: 400;
    margin-left: 15px;
}

.card-inner {
    padding: 1.2rem 1.5rem;
}

.cus-card {
    /*width: 500px;*/
    margin: 10px 0 27px 15px;
    padding: 0;
    background-color: rgba(255,255,255, 0.65);
    border-radius: 7px;
    box-shadow: 0 0 15px 1px rgb(160 142 187 / 0.63);
}


/*card end*/

/*page*/
.cl-page-title {
    margin: 7px 10px 10px;
}

/*page end*/


/*table*/


/*table end*/


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 38px;
    font-weight: 600;
}

h3 {
    font-size: 25px;
    font-weight: 600;
}

thead tr th {
    position: sticky;
    top: 0px;
}

td {
    vertical-align: middle;
}

textarea {
    border: 1px solid #d4d4d4 !important;
}

    textarea:focus {
        box-shadow: none !important;
    }

.cl-root {
    outline: none;
    /*height: 100vh;*/
}

.cl-app-root {
    /*height: 100vh;*/
}

body {
    background-repeat: repeat;
    background-size: cover;
    background-color: rgba(240,240,240,1);
    background-attachment: scroll;
    font-family: 'Nanum Gothic', sans-serif;
}

.cl-background {
    background-repeat: repeat;
    background-size: cover;
    background-color: rgba(230,230,230,1);
    /*background: linear-gradient(90deg, rgba(246,235,188,0.4374124649859944) 0%, rgba(215,193,172,0.4206057422969187) 37%, rgba(157,103,176,0.2777485994397759) 100%);*/ /*background-image: url('https://images.unsplash.com/photo-1588345921586-7408ea1b2c3c?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1500&q=80');*/
    background-attachment: scroll;
}

.cl-main {
    position: relative;
}

.cl-sidebar, .cl-iconbar, .cl-topbar {
    user-select: none;
}

.cl-wrap {
    /*margin-left: 60px;*/
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.cl-block {
    display: flex;
}

.cl-content {
    padding: 1.5rem 1rem;
}

.container-block {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
}

.img-card {
    border-radius: 10px;
}

.img-card_text {
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    /* height: 300px; */
    width: 100%;
    /*backdrop-filter: blur(10px);*/
    /* z-index: 99; */
    text-align: center;
    font-size: 8vw;
    font-family: 'Train One', cursive;
    position: absolute;
    bottom: 28%;
    color: white;
}

.card-scrollbar {
    overflow: auto;
    position: relative;
}

    .card-scrollbar::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .card-scrollbar::-webkit-scrollbar-thumb {
        width: 11px;
        background-color: rgb(115 105 133 / 0.25);
        border-radius: 7px;
        background-clip: padding-box;
        /* border: 2px solid transparent;*/
    }

        .card-scrollbar::-webkit-scrollbar-thumb:hover {
            width: 11px;
            border-radius: 8px;
            background-color: rgb(115 105 133 / 0.4);
        }

        .card-scrollbar::-webkit-scrollbar-thumb:active {
            border-radius: 8px;
            background: rgb(115 105 133 / 0.6);
        }

    .card-scrollbar::-webkit-scrollbar-track {
        background-color: rgba(164, 163, 186, 0);
        border-radius: 8px;
        /* box-shadow: inset 0px 0px 5px white;*/
    }

.notice-header {
    /*justify-content: center;*/
    /*align-items: center;*/
    /* height: 300px; */
    width: 100%;
    /*backdrop-filter: blur(10px);*/
    /*z-index: 99;*/
    text-align: center;
    /*font-size: 8vw;*/
    position: absolute;
    top: 3%;
    color: black;
    font-weight: 500;
    font-size: 25px;
}

.notice-text {
    position: absolute;
    width: 84%;
    top: 18%;
    left: 9%;
    font-size: 18px;
}

.cl-refrsh-img {
    margin-top: 7px;
    margin-right: 7px;
    color: royalblue;
    border: none;
    transition: .5s all;
    cursor: pointer;
}

    .cl-refrsh-img:hover {
        transform: rotate(0.5turn);
        transition: .5s all;
    }



.cl-search-icon {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    width: calc(1rem + 24px);
    height: calc(1rem + 24px);
}

.cl-search-wrap {
    margin: 10px 0px;
    position: relative;
}


.cl-search-form {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding-left: 40px;
}


.cl-file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}


.cl-board-cb_text {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    align-items: center;
    word-break: break-all;
}

.cl-board-title {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-content: center;
}

.cl-board-cb_img {
    display: flex;
    justify-content: center;
}

.cl-filedetail_name {
    background-color: steelblue;
    font-weight: 600;
    height: 48px;
    border-bottom: 2px solid;
    color: whitesmoke;
    border-radius: 7px;
}

.cl-filedetail_name1 {
    margin-bottom: 0 !important;
    line-height: 45px;
    padding-left: 7px;
}

.cl-filedetail_text {
    font-size: 23px;
    font-weight: 700;
    word-break: break-all;
    text-align: center;
}

.date-width {
    margin-top: 8px;
}

.date-text {
    font-size: 20px;
    padding: 12px;
    margin: 0;
}

.date-box {
    background-color: white;
    margin-top: 10px;
}


/*기간별 검색 css*/
.cl-searchbydate-sm-align {
    display: flex;
    flex-flow: row;
}

.cl-searchbydate-top-item {
    display: flex;
}
/*.cl-searchbydate-itemgroup{
    display:flex;
    justify-content:space-between;
}*/
.cl-searchbydate-datepicker {
    display: flex;
    margin: 8px 10px 5px;
}

.cl-searchbydate-date {
    margin: 8px 10px 5px;
    display: flex;
    flex-wrap: nowrap;
}

.cl-searchbydate-lookup {
    display: flex;
    margin: 8px 10px 5px;
}

.cl-searchbydate-lookup_drdn {
    height: 40px;
    width: 180px;
    border: 1px solid gray;
    border-radius: 5px;
}

    .cl-searchbydate-lookup_drdn:hover {
        background-color: lightgray;
    }

    .cl-searchbydate-lookup_drdn:active {
        border: 1px solid gray;
        background-color: lightgray;
        outline: none;
    }

.cl-searchbydate-lookup_btn {
    height: 40px;
    width: 60px;
    background-color: lightgray;
    border: 1px;
    margin-left: 10px;
    border-radius: 5px;
}

    .cl-searchbydate-lookup_btn:hover {
        background-color: darkgray;
    }

/*기간별 검색 css 끝*/

.pfx-index-card {
    height: 110px;
    width: 90%;
    margin: auto;
    border: 1px solid;
    border-radius: 15px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDD23E;
    color: white;
    cursor: pointer;
}

.title-st {
    color: black;
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 25px;
    font-weight: 700;
}

    .title-st:hover {
        color: #895a32;
    }

.frmdec-img {
    width: 80px;
    height: auto;
}


.page-footer {
    display: flex;
    flex-flow: row;
}

.page-footer_card {
    border-radius: 5px;
    height: 50px;
    width: 150px;
    background-color: lightgray;
    cursor: pointer;
    box-shadow: 1px 1px 3px 3px darkgrey;
}

    .page-footer_card:hover {
        background-color: darkgray;
    }

.page-footer_card_text {
    font-size: 19px;
    text-align: center;
    line-height: 30px;
}


.pfx-datepicker_style {
    width: 200px;
}

/*Message css*/

.msg-footer {
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.msg-preview-card {
    border: 1px solid lightgray;
    background-color: white;
    width: 400px;
    height: fit-content;
    resize: none;
    font-size: 20px;
    border-radius: 10px;
    margin:auto;
}

.msg-preview-card h4 {
    margin-bottom:15px;
}
.msg-preview_img {
    width: 100%;
    height:auto;
}

.msg-footer_card {
    border-radius: 5px;
    height: 50px;
    width: 180px;
    cursor: pointer;
    box-shadow: 1px 1px 6px 1px darkgrey;
    background-color: lightgray;
}

    .msg-footer_card:hover {
        background-color: darkgray;
    }

.msg-footer_card_text {
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
}


.msg-card_wrap {
    margin: 0 auto;
    width: fit-content;
}

.msg-text_wrap {
    width: 400px;
    height: 460px;
}

.msg-text-card {
    border: 1px solid gray;
    background-color: white;
    width: 400px;
    height: 400px;
    resize: none;
    font-size: 20px;
    border-radius: 10px;
}

    .msg-text-card:active {
        outline: none;
    }

    .msg-text-card:focus {
        outline: none;
    }

.msg-img-card {
    width: auto;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}

.msg-img {
    font-size: 25px;
}

.msg-img-card label {
    display: inline-block;
    padding: .5em .75em;
    color: white;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #c0c8bf;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
}

.msg-img-card input[type="file"] { /* 파일 필드 숨기기 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.msg-img-card_filename {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 76%;
    color: #999999;
    user-select: none;
    cursor: default;
}

    .msg-img-card_filename:focus {
        border: 1px solid #dddddd;
        outline: none;
    }
/*Message end*/
/*Frame css*/
/*.frame-itemgroup{
    display:flex;
    justify-content:space-between;
}*/
.pfx-savedate {
    margin-top: 17px;
    border-radius: 10px;
    background-color: whitesmoke;
    height: 40px;
}

.pfx-savedate_text {
    font-size: 20px;
    margin-left: 10px;
    line-height: 40px;
}

.frame-date {
    margin-top: 8px;
}

.frame-lookup {
    display: flex;
    margin-top: 15px;
}

.frame-lookup_drdn {
    height: 40px;
    width: 180px;
    border: 1px solid gray;
}

    .frame-lookup_drdn:hover {
        background-color: lightgray;
    }

    .frame-lookup_drdn:active {
        border: 1px solid gray;
        background-color: lightgray;
        outline: none;
    }

.frame-lookup_btn {
    height: 40px;
    width: 60px;
    background-color: lightgray;
    border: 1px;
    margin-left: 10px;
}

.frame-footer {
    display: flex;
    flex-flow: row;
}

.frame-footer_card {
    border: 1px solid gray;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    height: 50px;
    width: 150px;
    background-color: lightgray;
}

.frame-footer_card_text {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 19px;
    margin-top: 10px;
}


/*Frame end*/

/*Deco css*/


/*.deco-itemgroup{
    display:flex;
    justify-content:space-between;
}*/

.deco-date {
    margin-top: 8px;
}

.deco-lookup {
    display: flex;
    margin-top: 15px;
}

.deco-lookup_drdn {
    height: 40px;
    width: 180px;
    border: 1px solid gray;
}

    .deco-lookup_drdn:hover {
        background-color: lightgray;
    }

    .deco-lookup_drdn:active {
        border: 1px solid gray;
        background-color: lightgray;
        outline: none;
    }

.deco-lookup_btn {
    height: 40px;
    width: 60px;
    background-color: lightgray;
    border: 1px;
    margin-left: 10px;
}

.deco-footer {
    display: flex;
    flex-flow: row;
}

.deco-footer_card {
    border: 1px solid gray;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    height: 50px;
    width: 150px;
    background-color: lightgray;
}

.deco-footer_card_text {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 19px;
    margin-top: 10px;
}

/*Deco end*/

/*Branch css*/
.bd-card-article {
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0px;
    border-radius: 3px;
    width: 25%;
    text-align: center;
    height: 50px;
    background-color: burlywood;
    border-radius: 8px;
}

.bd-card-content {
    margin-top: 3px;
    text-align: center;
    width: 70%;
    font-size: 20px;
}

p {
    margin-top: 12px;
}

.container {
    height: calc(100vh - 100px);
}

.bd-card-info {
    height: 600px !important;
    margin: 10px 0 27px 15px;
    padding: 0;
    background-color: rgba(255,255,255, 0.65);
    border-radius: 7px;
    box-shadow: 0 0 15px 1px rgb(95 95 95 / 0.44);
}

.bd-card-inq {
    height: 600px;
    margin: 10px 0 27px 15px;
    padding: 0;
    background-color: rgba(255,255,255, 0.65);
    border-radius: 7px;
    box-shadow: 0 0 15px 1px rgb(95 95 95 / 0.44);
}

/*Branch end*/
