.input-group.smd-hero-input-group {
    background: #f7f7f700;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

input.btn.btn-info.smd-hero-submit-btn {
    background: #ffffff;
    position: relative;
    z-index: 99;
    margin-left: -56px;
    color: black;
    border: unset;
    box-shadow: unset;
}

.smd-url-input {
    height: 60px;
    background: #ffffff42 !important;
    box-shadow: none;
    border: none;
    font-size: 21px;
    padding-left: 26px;
    box-shadow: 0px 0px 11px #b3b3b3;
    color: #828282;
    margin-right: -25px;
    border-radius: 40px !important;
}
.smd-url-input:focus {
    box-shadow: 0px 0px 5px #393594;
}
input.btn.btn-info.smd-hero-submit-btn{
outline: none;
    color: #fff;
    width: 78px;
    height: 60px;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0 5px 5px 0;
    background: url('../img/search-btn.png') center center no-repeat;
    opacity: .6;
	filter: invert(1);
	font-size: 0px;
}

input.btn.btn-info.smd-hero-submit-btn:focus , input.btn.btn-info.smd-hero-submit-btn:hover{
	opacity: 1;
}
.smd-video-details {
    width: 100%;
    display: block;
}

.smd-video-details-inner img {
    width: 100%;
    display: block;
    margin: auto;
}

.smd-video-details-inner {
    display: block;
    width: 70%;
    margin: auto;
    position: relative;
}

span.smd-video-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: #000000a1;
    color: white;
    padding: 10px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.smd-tabs-holder label {
    background: #f7f7f7;
    color: #a8a8a8;
    border: none;
    border-radius: 100px;
    padding: 8px 22px;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
}

.smd-tabs-holder input{
    display:none;
}

.smd-tabs-holder label:hover {
    background: #403495;
    color: #fff;
    border: none;
    border-radius: 100px;
	cursor:pointer;
}

.smd-tabs-holder input:checked + label {
    background: #403495;
    color: #fff;
    border: none;
    border-radius: 100px;
}


@keyframes inUp {
  0%{
    opacity: 0;
    transform: translateY(100px)
  }
    90%{
    transform: translateY(-10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.smd-tabs-content-holder > div {
    display: none;
}
.smd-tabs-holder {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.smd-tabs-holder label img {
    width: 17px;
    margin-right: 10px;
}
table.table.smd_tabs_table th {
    font-weight: 700;
    padding: 20px 14px;
    border-bottom: 1px solid #ececec;
    color: #4a4a4a;
}

table.table.smd_tabs_table {
    max-width: 95% !important;
    margin: auto;
    box-shadow: 0px 0px 10px #cecece;
}

table.table.smd_tabs_table td {
    padding: 20px 14px;
    color: #616161;
    border-bottom: 1px solid #ececec;
}

table.table.smd_tabs_table tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
a.smd-download-btn {
    background: #393594;
    color: #fff;
    padding: 7px 12px;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #393594;
    transition: 0.2s all ease;
}
.smd-error {
    display: block;
    text-align: center;
    box-shadow: 0px 0px 5px #f1f1f1;
    padding: 20px;
}

img.smd-error-img {
    width: 70px;
    filter: opacity(0.5);
}

h1.smd-error-text {
    font-size: 18px;
    color: #8c8c8c;
}
a.smd-download-btn:hover {
    color: #393594;
    border: 1px solid #393594;
    background: white;
}
.cssProgress .progress1, .cssProgress .progress2, .cssProgress .progress3 {
    position: relative;
    overflow: hidden;
    width: 95%;
    font-family: "Roboto", sans-serif;
    margin: auto;
}

.progress1 {
    background-color: #f9f9f9;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
	    border-radius: 5px;
}

.cssProgress .cssProgress-active {
    -webkit-animation: cssProgressActive 2s linear infinite;
    -ms-animation: cssProgressActive 2s linear infinite;
    animation: cssProgressActive 2s linear infinite;
}

.cssProgress .cssProgress-stripes, .cssProgress .cssProgress-active, .cssProgress .cssProgress-active-right {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent) !important;
    background-size: 35px 35px !important;
}
.cssProgress .cssProgress-bar {
    display: block;
    float: left;
    width: 0%;
    height: 100%;
    background: #393594;
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    height: 30px;
    border-radius: 5px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.smd-results .close {
    right: 0px;
    color: black !important;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 8px 10px;
    margin: 0 0 10px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert {
    padding-left: 30px;
    margin-left: 15px;
    position: relative;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@keyframes cssProgressActive{
0% {
    background-position: 0 0;
}
100% {
    background-position: 35px 35px;
}
}