﻿/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 370px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: hidden;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 0;
    height: 100%;
    overflow: auto;
}
    .modal.left .modal-body::-webkit-scrollbar{
      display:none;
    }
/*Left*/
.modal.left.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
h4.modal-title, .modal-header .close {
    padding: 1rem;
}
.hearder_side {
    background-color: #fffdfd00;
    flex-direction: row-reverse;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    display:block;
    padding: 0rem 0rem;
   
}


.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }
.setcolumn .nav-item .list-soft {
    color: black;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem !important;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #eceff1;
    border-radius: 0;
    border-left: 5px solid #49505700;
}
.setcolumn .nav-item:nth-child(1) .list-soft {
    border-top: unset;
}

.list-soft.active {
    border-left: 5px solid #495057 !important;
    padding: 1rem !important;
}

.text-menu-side {
    text-decoration: none;
    color: black;
}

.modal-body .setcolumn {
    flex-direction: column;
    border-bottom: unset;
}
.soft_apply {
    border-bottom: 1px solid #f5f6f6;
}
    .soft_apply .tag_apply {
        margin: 0rem 1rem;
        display: flex;
        flex-wrap: wrap;
    }
        .soft_apply .tag_apply .tag_soft {
            margin: 0 1rem 1rem 0;
            color: #000000;
            background-color: #f5f6f6;
            border: 1px solid #f5f6f6;
        }
            .soft_apply .tag_apply .tag_soft .iconmoon-Close {
                color: #000000;
            }
    .soft_apply .title_soft {
        margin:1rem;
    }
    .soft_apply .title_soft span {
        font-weight: 500;
        font-size: 16px;
    }
/*.menu_softLabel{
    font-size:18px;
}*/

    .form-check-input:checked {
    background-color: #705DD3;
    border-color: #705DD3;
}
hr{
    margin: 0 !important;
}

.iconmoon-Close{
    font-size:11px;
}
/*.accordion-button {
    position: absolute !important;
    background-size: 1rem;
    right: 1rem !important;
    top: 22px !important;
}*/
.accordion-item {
    border-right: unset;
    border-radius: unset !important;
}
.active_tab {
    border-left: 5px solid #495057 !important;
    width: 100%;
    margin-bottom: 0;
    margin-left: -1px;
}
.accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus-within {
    border-bottom: unset !important;
}
.label_selected {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.button_catg_filter {
    padding: 1rem;
    font-size: 18px;
    flex-wrap: wrap;
}
.title_catg{
    font-size:16px;
    /*padding-bottom:16px;*/
    width:100%;
}
.content_catg_filter{
    margin-bottom:0;
}
.accordion-button::after {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
    background-size: 1rem;
    top: 35%;
}
.soft_choose {
    font-style: normal;
    font-style: normal;
    font-weight: 500;
}