﻿.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 35%;
    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 {
    height: 100%;
    overflow-y: hidden;
}

.modal.left .modal-body {
    height: calc(100vh - 172px);
    padding: 20px;
    overflow-y: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(25, 45, 82, 0.08);
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #4B4E52;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -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;
}

.modal-content {
    border-radius: 0;
    border: none;
    background: linear-gradient(180deg, #DCE8FA 0%, #FCFCFC 89.06%);
    padding: 30px;
}

.modal-header {
    border: unset;
    padding: 15px 0px;
}

.modal-title {
    position: absolute;
    width: 101px;
    height: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #25447A;
}

.tab-button {
    padding: unset;
    padding-top: 15px;
    display: flex;
}

    .tab-button button {
        align-items: center;
        height: 48px;
        background: #FAFBFC;
        border-radius: 4px;
        color: #4B4E52;
        width: 149px;
        margin-left: 0px;
    }

.tab-active {
    border: 1px solid #5E8EE0;
    box-shadow: 0px 4px 6px rgba(25, 45, 82, 0.08);
    border-radius: 4px;
}

.btn-icon-text i {
    margin-right: 15px;
}

.close {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #4B4E52;
    opacity: 1;
    padding: 3px 0px !important;
}

    .close i {
        margin-right: 0px !important;
        color: #656B70;
    }

h5.mb-0 > button {
    width: 100%;
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #5E8EE0 !important;
    line-height: 20px;
}

h5.mb-0 > button:hover, .btn-link {
    text-decoration: none !important;
    background-color: unset;
}

.card-body {
    padding-left: 15px;
}

#guide-user {
    display: none;
}
