.sections{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;background-color:#eaf5fa;position:relative}.sections .left{width:calc(100% - 360px);-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out}@media screen and (min-width:1600px){.sections .left{width:calc(100% - 460px)}}.sections .left.loading{width:100%!important}.sections .right{margin-left:10px;width:350px;padding:20px;min-width:350px;position:absolute;right:0;height:100%;-webkit-transition:right .4s ease-in-out;transition:right .4s ease-in-out;overflow-y:auto}@media screen and (min-width:1600px){.sections .right{min-width:450px;width:450px}}.sections .right.loading{display:none}.sections .left,.sections .right{background:#fff}