﻿.arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    fill: #5c8baf;
    cursor: pointer;
}

.arrowLeft {
    left: 5px;
}

.arrowRight {
    left: auto;
    right: 5px;
}

.arrowDisabled {
    fill: #969696;
}
