.switch {
  position: relative;
  display: inline-block;
  min-width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.ecc-option {
    margin: auto;

}

.ecc-accept-btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 0;
    margin-top: 35px;
    padding: 20px;
}

.ecc-accept-btn:disabled {
    background-color: grey;
}

.bcw-cookie-bg {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    transition: 0.5s all;
    opacity: 0;
    pointer-events: none;
}

.bcw-cookie-bg.moved-in {
    opacity: 1;
    pointer-events: all;
}

.bcw-cookie-popup {
    padding: 20px;
    max-width: 400px;
    margin: auto;
    background-color: white;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.5s all;
    transform: translate(0, -5000px);
}

.bcw-cookie-popup.moved-in {
    transform: translate(0, 0);
}

.ecc-option-div {
    display: flex;
    margin: auto;
    margin-top: 20px;
    width: 200px;
}

.bcw-cookie-input {
    display: flex;
    min-width: 200px;
    margin: auto;
    margin-bottom: 15px;
}

.bcw-cookie-input-label {
    margin: auto;
    font-size: 14px;
}

.bcw-cookie-input-checkbox {

}

.bcw-cookie-info-link {
    margin: auto;
}

.cookies_link_style {
    color: #004F9F;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: auto;
}

.cookies_link_style:hover {
    text-decoration: underline;
}


.bcw-pp-link {
    color:#004F9F;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: auto;
}

.bcw-tos-link {
    color:#004F9F;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.bcw-tos-approval {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    max-width: 700px;
    margin: auto;
    transition: 0.5s all;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    overflow-y: auto;
}

.bcw-tos-approve-btn {
    font-size: 20px;
}

.bcw-tos-approval.moved-in {
    opacity: 1;
    pointer-events: all;
}

.bcw-tos-approval-box {
    position: absolute;
    min-height: 50%;
    width: 100%;
    background: white;
    transition: 0.5s all;
    transform: translate(0, -5000px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.bcw-tos-approval-info {
    margin: 15px;
    margin-bottom: auto;
    line-height: 1.4;
}

.bcw-tos-approval-box.moved-in {
    transform: translate(0, 0);
}

.bcw-tos-approval-title {
    margin: 0;
    margin-bottom: 15px;
    padding: 25px;
    background: #3d79ae;
    color: white;
    font-size: 25px;
}

.bcw-tos-approval-selector {
    display: flex;
    margin-left: 25px;
    margin-right: 25px;
}

.bcw-tos-approval-selector-title {
    margin: auto;
    margin-left: 0;
}

.account-remove-popup-bg {
    position: fixed;
}

.account-remove-popup {
    left: 0;
    right: 0;
    position: fixed;
    top: 20px;
    z-index: 101;
}

.account-remove-popup-body {
    font-size: 20px;
    font-weight: bold;
}

.account-remove-result {
    margin-top: 20px;
}

.account-remove-result.fail {
    color: red;
}

.account-remove-result.success {
    color: green;
}


.bcw-remove-account-popup-message {
    line-height: 1.5;
    margin-top: 20px;
}

.bcw-remove-account-popup-title {
    font-weight: bold;
    font-size: 20px;
}

.bcw-remove-account-message {
    margin-top: 20px;
}

.account-remove-approvals {
    margin-top: 20px;
    font-weight: bold;
    color: red;
}

.bcw-account-pw-input {
    max-height: 40px;
    margin-top: 5px;
    margin-left: 0px;
    max-width: none;
    margin-right: 0px;
    width: auto;
}

@media (max-width: 1000px) {
    .bcw-tos-approval {
        max-width: 1000px;
    }
}

@media (max-width: 800px) {

    .bcw-tos-approval {
        max-width: 1000px;
    }

    #tos_link_div {
        margin-top: 25px;
    }
}

@media screen and (max-height: 1000px) {
    .bcw-tos-approval-box {
        min-height: 100%;
    }
}

@media screen and (min-height: 800px) {
    .bcw-tos-approval-box {
        height: 70%;
    }
}

@media screen and (max-width: 600px) {

}

@media (max-width: 400px) {
    .bcw-cookie-popup {
        margin-left: 20px;
        margin-right: 20px;
    }
}
