.btn-success {
    font-weight: bold;
    background-color: #ddae2a !important;
    border-color: #ddae2a !important;
}

.btn-success:hover {
    background-color: #f5d640 !important;
    border-color: #f5d640 !important;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    background-color: #21283b;
    color: white;
    border-color: rgba(33, 40, 59, 0.8);
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {

    outline: thin dotted rgba(33, 40, 59, 0.8) !important;
}

.btn-gray {
    background-color: #21283b;
    color: white;
    border-color: rgba(33, 40, 59, 0.8);
}

.btn-gray:focus, .btn-gray.focus, .btn-gray:hover {
    outline: 0;
    color: #f3f3f3;
    box-shadow: 0 0 0 0.2rem rgba(33, 40, 59, 0.8);
}

.video-wrapper {
    position: relative;
}

#video-message-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: rgb(33, 43, 60);
    border-radius: 10px;
    border-width: 1px;
    border-color: rgb(39, 48, 65);
}

.video-message-icon-wrapper {
    color: #f5d640;
    font-size: 40px;
}

