.digemy-title {
    color: #b1b1b1;
	font-size: 35px;
    line-height: 35px;
	font-weight: normal;
	text-transform: lowercase;
}

.digemy-sub-title {
    color: #b1b1b1;
	font-size: 20px;
	font-weight: bold;
	text-transform: lowercase;
}

.player .vp-player-layout {
    top: 0px !important;
}

@media (max-width: 991px){
    .videoWrapper {
        position: relative;
        padding-bottom: 50%;
        padding-top: 50%;
        height: 0;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.sidebar-toggle:hover {
    cursor: pointer;
}

.sidebar-container {
    display: none;
}
.modal-xl .modal-dialog {
    width: 85%;
    height: calc(100% - 30px);
}
.modal-xl .modal-dialog .modal-content {
    height: 100%;
}
.key-take-out-block__drag-icon:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
}
.key-take-out-block__drag-icon {
    position: absolute;
    margin-top: 7px;
}
.key-take-out-block:active .key-take-out-block__drag-icon:before{
    content: "\f0b2";
}
.key-take-out-number-block {
    margin-left: 7px;
}
