.back-button__d-flex .back-button__wrapper{display:flex}
.back-button--relative{position:relative;z-index:101}
.back-button__wrapper{position:absolute;cursor:pointer;align-items:center;justify-content:center;height:48px;width:48px;padding:0;border-radius:50%;background:transparent;font-style:normal;text-align:center;z-index:101;display:none}
.back-button__wrapper--default{top:24px;left:24px;height:48px;width:48px;background:rgba(169,169,169,0.53);justify-content:center;align-items:center}
.back-button__wrapper--default a{display:flex;align-items:center;justify-content:center;height:100%;width:100%;border-radius:50%}
.dark-theme .back-button__icon path{fill:#f3f3f3}
.dark-theme .back-button .back-button__wrapper{background-color:#3b3d43;border-color:#3b3d43}
.dark-theme .back-button .back-button__wrapper:hover{background-color:#3b3d43}