/*-------------------------------
Contents:
1. Fonts
2. Header





------------------------------------*/

@font-face {
    font-family: "Avenir-Book";
    src: url("../fonts/Avenir-Book.ttf") format("truetype");
}
@font-face {
    font-family: "Avenir-Medium";
    src: url("../fonts/Avenir-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "AvenirNextMedium";
    src: url("../fonts/AvenirNextMedium.otf") format("opentype");
}

@font-face {
    font-family: "AvenirNextRegular";
    src: url("../fonts/AvenirNextRegular.otf") format("opentype");
}
input::-ms-clear, input::-ms-reveal {
    display: none !important;
}
input:focus::-webkit-contacts-auto-fill-button{
    opacity: 0;
}
#allprevsession .modal-body table td
{
    color: #dedede;
}
button:focus
{
    outline: none !important;
}
.gray-text{
	color:#ccc;
	font-size:16px;
}
.btn-primary{
    background: #bd00ff;
    background-color: #bd00ff !important;
    border-color: #bd00ff !important;
    font-family: Avenir-Book;
    font-size: 16px;
    padding: 11px 15px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #bd00ff;
    border-color: #bd00ff;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #bd00ff;
    border-color: #bd00ff;
}
.btn-outline-secondary{
    color: #fff;
    border-color: #bd00ff;
    font-family: Avenir-Medium;
    letter-spacing: 0.5px;
        font-size: 16px;
    padding: 11px 15px;

}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #bd00ff;
    border-color: #bd00ff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: none;
}
.main-heading{
    color: #eee;
    font-family: Avenir-Book;
    font-size: 24px;
    margin-bottom: 20px;
}
.text-gray{
	color:#eee;
}				  
body{
    background: #000;
    padding: 0px;
	position: relative;
    height:100vh;
}
input:focus{
    outline: none;
}
#root, 
.App{
	height:100%;
}



img.logo{
	width:135px;
}
.top-header{
	align-items: center;	
}

.user-info h3{
	    color: #fff;
    font-size: 22px;
    font-family: Avenir-Medium;
	    margin-bottom: 2px;
}
.user-info img.user-avtar{
	border: 2px solid #BD00FF;
    border-radius: 10px;
    padding: 5px;
}
.user-info p{
	color: #9B9B9B;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-family: "Avenir-Medium";
}
.member-sec img.user-avtar
{
    border: 2px solid #474747;
    border-radius: 5px;
    padding: 10px;
    background-color: #262626;
}

.page-item .page-link
{
    border: 1px solid #878787;
    background-color: #262626;
    color: #878787;
    padding: 7px 14px;
    border-radius: 3px;
}
.page-link:focus
{
    box-shadow: none;
}
.page-item.previous .page-link, .page-item.nxt .page-link
{
    border: none;
    color: white;
}
.custom-control-input:checked~.custom-control-label::before
{
    color: #fff;
    border-color: #BD00FF;
    background-color: #BD00FF;
    box-shadow: 0px 0px 1px 2px #BD00FF;
}
.custom-control-label::before
{
    width: 1.3rem;
    height: 1.3rem;
}
.custom-control-label::after
{
    width: 1.3rem;
    height: 1.3rem;
}
.header-info-right p{
	    color: #9B9B9B;
    font-size: 13px;
    margin: 5px 0;
    padding: 0;
    line-height: normal;
    font-family: "Avenir-Medium";
}
.header-info-right h3{
	color: #fff;
    font-size: 22px;
    font-family: Avenir-Medium;
    margin-bottom: 2px;
    text-align: center;
	position: relative;
	    margin: 3px;
    padding: 3px 0;
}
.header-info-right:nth-child(1) h3::before{
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    color: #BD00FF;
    top: 5px;
}
.header-info-right:nth-child(1) h3::after{
	content: "\f0da";
	font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    color: #BD00FF;
    top: 5px;
}
.message-notification{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-count{
	position: absolute;
    background: #bd00ff;
    color: #fff;
    border-radius: 15px;
    width: 30px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    right: -19px;
    top: 3px;
    font-size: 13px;


}
.close.close-btn
{
    color: white;
    opacity: 1;
    font-weight: normal;
    background: #9b00d2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 32px;
    line-height: 2px;
    padding: 0 0 6px 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
.message-notification img{
	    width: 33px;
}
.message-notification img{
	    width: 33px;
}						  

.gray-border{
    border-color: #474747 !important;
}

.gray-box{
    margin: 0 auto;
    background: #131313;
    border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.gray-box2{
    background:#262626 !important;
	overflow: hidden;
}
.no-border-radius{
	border-radius:0 !important;
}
.gray-box3{
	background:#212121;
}
.info{
    border-left: 5px solid #bd00ff;
    color: #fff;
    font-size: 24px;
    padding: 0px 0px 0px 20px;

}
.session{
    /* height: 44px;
    height: 35px; */
    width: 100%;
    /* padding-top: 45px;
    padding: 45px 0px 65px 0px; */
    padding: 15px 0px 17px 0px;
    
}
.note
{
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;

}
#successResult p{
    color: white;
    word-break: break-all;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
select.select_input-field {
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.select_input-field
{
    border-radius: 10px;
    background: rgb(52, 33, 59);
    color: #fff;
    border:2px solid #b002ed;
    height: 62px;
    width: 100px;
    padding: 0px 10px;;
    font-size: 18px;
    position: relative;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    -o-appearance: none;
  -ms-appearance: none;
}
select.select_input-field:focus
{
    outline: none;
}
.input-field{
    border-radius: 0px 12px 12px 12px;
    background: rgb(52, 33, 59);
    color: #fff;
    border:2px solid #b002ed;
    height: 60px;
    width: 100%;
    margin-bottom: 22px;
    padding-left: 12px;
    font-size: 18px;
    position: relative;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    -o-appearance: none;
  -ms-appearance: none;
}
.input-field:focus, input:disabled.input-field:focus{
    outline: none;
    border: 1px solid white;
}
.input-field.red-outline
{
    box-shadow: 1px 7px 5px -4px red;
    border: 2px solid red !important;
}

.host-participant-form fieldset
{
    border-width: 3px;
    border-style: solid;
    border-color: #353435;
    border-image: initial;
    border-radius: 10px;
}
.host-participant-form fieldset .srv-validation-message
{
    transform: translateY(0) !important;
}
.host-participant-form legend{
    display: block;
    padding-inline-start: 12px;
    padding-inline-end: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto;
    color: white;
    font-size: 18px;
    margin-left: 30px;
    font-family: Avenir-Medium;
}
/* .input-field:-webkit-autofill,
 .input-field:-webkit-autofill:hover,
  .input-field:-webkit-autofill:focus, .input-field:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px #34213b inset;
    -moz-box-shadow: 0 0 0 1000px #34213b inset;
    box-shadow: 0 0 0 1000px #34213b inset;
    -webkit-text-fill-color: #eee !important;
} */


.input-field:-webkit-autofill,
 .input-field:-webkit-autofill:hover,
  .input-field:-webkit-autofill:focus, .input-field:-webkit-autofill:active,
  .input_field:-webkit-autofill,
 .input_field:-webkit-autofill:hover,
  .input_field:-webkit-autofill:focus, .input-field:-webkit-autofill:active {
-webkit-animation: autofill11 0s forwards;
    animation: autofill11 0s forwards;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 0 0 1000px rgb(52, 33, 59) inset;
}
@keyframes autofill11 {
    100% {
        background: #34213b;
        color: inherit;
    }
}

@-webkit-keyframes autofill11 {
    100% {
        background: #34213b;
        color: inherit;
    }
}

.input_field
{
    border-radius: 8px;
    background: #35223c;
    color: #fff;
    border:1px solid #b002ed;
    height: 50px;
    width: 280px;
    font-size: 18px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.custom--button
{
    border-radius: 8px;
    background: #35223c;
    border:2px solid #b002ed;
    padding: 9px 30px;
    color: white !important;
    font-size: 19px;
    font-family: Avenir-Medium;
    text-decoration: none !important;
    margin: 0px 6px;
    cursor: pointer;

}
textarea.input-field{
    height: 151px;
    padding: 20px 18px;
    margin-bottom: 17px;
}
select.input-field{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    -o-appearance: none;
  -ms-appearance: none;
    
}
select.input-field option
{
    color: #7e7382;
    /* background-color: rgb(52, 33, 59) !important; */
    background-image: url(../images/bg1.jpg);
}
/* #el02 { 
    color: white;
    background-color:rgb(52, 33, 59);
    } */

.cover-border::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 2.5px;
    display: none;
    float: left;
    right: 0px;
    border-radius: 0 25px 0 0;
    top: 0;
    background: #b002ed;
}
.input-field:focus, input:disabled.input-field:focus{
    outline: none;
    border: 1px solid white;
}
.input-field::placeholder{
    color:#7e7382 !important;
}
.input-field::-ms-input-placeholder{
    color:#7e7382 !important;
}


.cover-border::after{
    content: '';
    position: absolute;
    width: 19px;
    height: 2.5px;
    display: none;
    float: left;
    left: 0px;
    top: 0;
    background: #b002ed;
}
.when-icon{
    background: url(../images/cal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    width: 28px;
    height: 28px;
    float: right;
    position: absolute;
    right: 16px;
    top: 19px;
}
.clock-icon{
    background: url(../images/clock.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    width: 28px;
    height: 28px;
    float: right;
    position: absolute;
    right: 16px;
    top: 17px;
}
.dropdown-icon{
    background: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    width: 28px;
    height: 28px;
    float: right;
    position: absolute;
    right: 16px;
    top: 21px;
}
.input-field::placeholder{
    color:#ccc;
}
.input-field::-ms-input-placeholder{
    color:#ccc;
}
.cover-border::after{
    content: '';
    position: absolute;
    width: 19px;
    height: 2.5px;
    float: left;
    left: 0px;
    top: 0;
    background: #b002ed;
}
.when-icon{
    background: url(../images/cal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    width: 28px;
    height: 28px;
    float: right;
    position: absolute;
    right: 16px;
    top: 16px;
}
.clock-icon{
    background: url(../images/clock.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    width: 28px;
    height: 28px;
    float: right;
    position: absolute;
    right: 16px;
    top: 19px;
}
.dropdown-icon{
    background: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    width: 28px;
    height: 28px;
    float: right;
    position: absolute;
    right: 16px;
    top: 21px;
}					   
.input-txt{
    color: #fff;
    font-size: 21px;
    font-family: Avenir-Book;

}

.text1{
	color: #ccc;
    font-family: Avenir-Book;
    font-size: 21px;
}
.signedup_2{
    background-image: url("../images/signedup.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    float: right;
    position: absolute;
    right: 10px;
    /* top: 18px; */
    top: 14px;

}

.signedup_user
{
    width: 40px;
    border-left: none;
    border-radius: 0px 12px 12px 0px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    position: absolute;
    right: 1px;
    background: #34213b;
    top: 2px;
}
.form_email_img{
    width: 22px;
}
.form_other_img
{
    width: 8px;
}
.form_email{
    background-image: url("../images/form-email.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    float: right;
    position: absolute;
    right: 12px;
    top: 16px;
    background-size: 22px;

}

.signedup_2_svg
{
	background-image: none;
}

.others{
    background-image: url("../images/other.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    float: right;
    position: absolute;
    right: 12px;
    top: 16px;
    background-size: 9px;

}
.mobile_phone1{
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    float: right;
    position: absolute;
    right: 12px;
    top: 18px;
    background-size: 22px;

}
.pass_word{
    background-image: url("../images/passwrd.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    float: right;
    position: absolute;
    right: 12px;
    top: 15px;
    background-size: 22px;

}
.dollar{
    background-image: url("../images/dollar.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    float: right;
    position: absolute;
    right: 7px;
    top: 14px;
    /* top: 18px; */

}
.pick{
    color: #fff !important;
    font-size: 20px;
    font-family: Avenir-Book;
}
.pick:hover{
	color:#fff;
	text-decoration:none;
}
.form-group{
    position: relative;
    margin-bottom: 10px;
}
.cover-border{
    /*position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 2px;*/
    position: absolute;
    top: 0px;
    background-color: #262626;
    z-index: 2;
    left: 8px;
    width: 80%;
    height: 2.3px;
}

.label{ 
        font-family: "Avenir-Book";
    color: #eee;
    position: absolute;
    z-index: 4;
    font-size: 18px;
    left: 20px;
    top: -12px;
					
					 
    }

    .coming-soon {
        background: #000 url(../images/bg.png);
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        color: #fff;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        height: 100vh;
    }
    .black-coming-bg{
        background: rgba(0,0,0,0.2);
        position: absolute;
        width: 100%;
        bottom: 0;
        padding-bottom:20px;
    }
    @media (max-width:991px){
        .black-coming-bg{
            background: rgba(0,0,0,0.6);
        }
        .cal-backg .react-datepicker__input-container input
{
	font-size: 17px;
}
.tab-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .tab-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link

	{
        font-size: 17px !important;
        margin: 0px 10px !important;
        
	}
    }
    @media (min-width: 1200px)
    {
.black-coming-bg .container {
    max-width: 1366px;
}
    }
    .black-coming-bg .form-elements h3{
        margin: 15px 0;
        font-size: 20px;
    }
    .black-coming-bg .form-group input {
        background: rgba(176,2,237,0.25);
        border: 1.4px solid #B002ED;
        height: 60px;
        color: #fff !important;
        font-size: 16px;
        border-radius:10px;
        margin-top: 13px;
    }
    .black-coming-bg .form-group input:focus {
        box-shadow: none;
        border: 1.4px solid #B002ED;
        background: rgba(176,2,237,0.25);
    }
    .black-coming-bg .form-group input::placeholder{
        color:#fff;
    }
    .black-coming-bg .form-group input.small-input{
        height: 46px;
        font-size: 14px;
    }
    @media (min-width: 1200px){
        .black-coming-bg  .container {
        max-width: 95%;
    }
    }
    .black-coming-bg .items-collection label{
        width: auto;
        border: 1.4px solid #B002ED;
        margin: 5px;
        padding: 7px 17px;
        border-radius: 35px;
        font-size: 14px;
        font-family: "Avenir-Medium";
        color: #fff;
        text-transform: capitalize;
        cursor: pointer;
    }
    .black-coming-bg .items-collection label.active, .items-collection label:hover{
        background:#B002ED;
    }
    .black-coming-bg .form-group {
        margin-bottom: 0;
    }	
    .black-coming-bg .items-collection label input[type=checkbox]{
        height:0px;
        width:0px;
    }
    
    .black-coming-bg a.submit-btn{
    border: 1.4px solid #B002ED;
        padding: 25px 50px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        align-items: center;
        font-family: Avenir-Medium;
        text-decoration: none;
        height: 150px;
        justify-content: center;
    }
    .black-coming-bg a.submit-btn img{
            width: 45px;
        margin-bottom: 5px;
    }
    
@media only screen and (max-width: 420px) {
  .user-info img.user-avtar{
    width: 30px !important; 
    height: 30px !important;
  }

.message-count{
    position: absolute;
    background: #bd00ff;
    color: #fff;
    border-radius: 15px;
    width: 30px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    right: -19px;
    top: 14px;
    font-size: 13px;

}
}
.switch {
    vertical-align: sub;
    /*margin-right: 17px;*/
    position: relative;
    display: inline-block;
    width: 36px;							 
    height: 20px;						
}
.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:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;				  
}

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

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

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

.slider.round {		 
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.white-text{
	color: #eee;
    font-family: Avenir-Book;
    font-size: 22px;
    padding: 0 20px;
    margin-right: 20px;
    vertical-align: middle;
}
.activity-table.table th{
    border-top: 1px solid #bd00ff;
    font-family: Avenir-Medium;
    font-weight: normal;
    color: #ccc;
    font-size: 18px;
	    border-bottom: none
}

.activity-table.table td{
	font-family: Avenir-Book;
    font-size: 20px;					 
    color: #fff;
    border-top: none;
    display: inline-block;
    width: 20%;
    padding: .75rem 8px;
}
.bg-circle{
	background: #bd00ff;
    position: relative;
    width: 28px;
    overflow: hidden;
    height: 28px;
    font-size: 14px;
    border-radius: 50px;	
    color: #fff;
    text-align: center;
    vertical-align: middle;			 
    float: left;						
}
.bg-circle .fa
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-circle .fa.reorder_item
{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.activity-table, .activity-table1{
	border-bottom: 1px solid #777!important;					
}

.activity-form  .input-field{		 
	    margin-bottom: 6px;
}
.border-bottom{
	border-bottom: 1px solid #777!important;				 
}
.activity-link{
	color: #eee;
    font-family: Avenir-Book;
    font-size: 22px;				  
}
.activity-link span{
	color: #bd00ff;
    font-size: 46px;
    line-height: normal;
    vertical-align: sub;
    margin-right: 6px;
}
.activity-link:hover{
	color: #eee;
	text-decoration:none;
}
.save-btn{
	display: table;
    border-radius: 40px;
    font-size: 20px;
    padding-right: 40px;
    padding-left: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Avenir-Medium;
    font-weight: 600;
    background: #570078 !important;
    border-color: #570078 !important;
}


/*-------------------------------Popup------------------------------------*/
.white{
    color: #fff !important;
    text-shadow: none !important;
    font-size: 23px;
    font-family: "Avenir-Medium";
}
.modalbg{
    background: #343434 !important;
    /* width: 50%; */
}
.cardbg{
  background: none !important;
  border:none !important; 
  color: #fff; 
}
.labelborder{
    border-bottom: 1px solid #414141;
    padding-bottom: 20px;
     background-image: url('../images/eye.png');
    background-repeat: no-repeat;
    background-position: right;
    font-family: "Avenir-Book";
}
.footerborder{
   border:none !important;  
}
.headerborder{
   border-bottom: 1px solid #414141 !important; 
}
.dialogwidth{
max-width: 600px !important;
}


.form-radio:checked {
    background-color: #BD00FF;
    border: none;
    border-radius: 50px;
}


.form-radio {
    flex: 0 0 23px;
    top: 7px;
    margin-right: 9px;
}


.form-radio{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
        background-color: transparent;
   border: 2px solid #BD00FF;
    color: #666;
    top: 7px;
        height: 23px;
   width: 23px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
}


/*------------slide 45 Equipments list---------*/

.equipmodalbg{
    /* background: #343434 !important; */
    max-width: 850px !important;
    margin:0 auto;
    background: #2a2a2a !important;
}
.searchbar{
    width: 100%;
    height: 70px;
    /*background: #4e275d;*/
    background-image: linear-gradient(#4e275d, #613771);
    border-radius: 15px;
    border:2px solid #b002ed;
}


.switch {
    vertical-align: sub;
    /*margin-right: 17px;*/
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

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

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

.slider:before {
  position: absolute;
  content: "";
   height: 19px;
  width: 19px;
  left: 2px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

.slider.round:before {
  border-radius: 50%;
}
.white-text{
	color: #eee;
    font-family: Avenir-Book;
    font-size: 22px;
    padding: 0 20px;
    margin-right: 20px;
    vertical-align: middle;
}
.activity-table.table th{
    border-top: 1px solid #bd00ff;
    font-family: Avenir-Medium;
    font-weight: normal;
    color: #ccc;
    font-size: 18px;
        border-bottom: none;
        padding-top: 0;
}
.activity-table1.table th{
    border-top: none;
    font-family: Avenir-Medium;
    font-weight: normal;
    color: #ccc;
    font-size: 18px;
        border-bottom: none;
        
}

.activity-table.table td, .activity-table1.table td{
    font-family: Avenir-Book;
font-size: 20px;
color: #fff;
    border-top: none;
    padding-top: 0;
}
/* .bg-circle{
	background: #bd00ff;
    padding: 3px;
    width: 28px;
    overflow: hidden;
    height: 28px;
    font-size: 14px;
    display: inline;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    float: left;
} */
.activity-table{
	border-bottom: 1px solid #777!important;
}
.activity-form .label{
        left: 8px;
        font-size: 15px;
} 

.activity-form .durationLabel
{
	max-width: 100%;
	padding-right: 5px; 
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.activity-form  .input-field{
	    margin-bottom: 6px;
}
.border-bottom{
	border-bottom: 1px solid #777!important;
}
.activity-link{
	color: #eee;
    font-family: Avenir-Book;
    font-size: 22px;
}
.activity-link span{
	color: #bd00ff;
    font-size: 46px;
    line-height: normal;
    vertical-align: sub;
    margin-right: 6px;
}
.activity-link:hover{
	color: #eee;
	text-decoration:none;
}
.save-btn.btn-primary{
	display: table;
    border-radius: 40px;
    font-size: 18px;
    padding-right: 40px;
    padding-left: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Avenir-Medium;
    font-weight: 600;
    background: #570078;
    border-color: #570078;
}


.searchbar .searchbarinput{
    width: 100%;
    height: 70px;
    background: none;
    border:none;
    color: #fff;
    font-size: 18px; 
    border-radius: 15px;
    padding: 0px 60px 0px 15px;
    border-bottom:2px solid #414141;
     font-family: "Avenir-Book";
}
.searchbar .inputbtn{
    width: 55px;
    height: 70px;
    background: #bd00ff;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    border:none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
     background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.checkboxdiv{
    width: 800px;
    border-top:2px solid #414141;
    float: left;
    margin: 30px 0px 30px 0px;
    padding-bottom: 22px !important;

}
.checkboxdiv_2{
    margin: 0px 0px 0px 0px;
}
.checkboxdiv_3{
    padding: 0px 0px 0px 1px;
}
.plusicon{
    width: 33px;
    height: 34px;
    border-radius: 8px;
    border:1px solid #b002ed;
    color: #fff;
    float: right;
    position: absolute;
    right: 0;
    margin-right: 70px;
    text-align: center;
    font-weight: normal;
    padding-top: 4px;
    cursor: pointer;
}
.donebg{
    margin: 0 auto;
    width: 150px;
    height: 60px;
    }

    .done{
    border-radius: 35px;
    background: #5d067c;
    color: #fff;
    text-align: center;
    font-family: "Avenir-Book";
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border:none;
    width: 150px;
    height: 55px;
    margin-top: 80px;
}


.input-field-2 {
    border-radius: 0px 12px 12px 12px;
    background: rgb(52, 33, 59);
    color: #fff;
    border: 2px solid #b002ed;
    height: 71px;
    width: 100%;
    margin-bottom: 22px;
    padding: 0px 18px 0px 18px;
    font-size: 18px;
}
.input-field-2:focus
{
    border: 1px solid white;
}

.form-radio:checked {
    background-color: #BD00FF;
    border: none;
    border-radius: 50px;
}
.form-radio::-ms-check {
    background-color: #BD00FF;
    border: none;
    border-radius: 50px;
}
.form-radio {
    flex: 0 0 23px;
    top: 7px;
    margin-right: 9px;
}
.form-radio:checked::before {
    /* position: absolute;
    font-family: 'FontAwesome';
    left: 5px;
    top: 2px;
    font-size: 13px;
    color: #fff;
    content: '\f00c'; */
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* .form-radio::-ms-check::before {
    position: absolute;
    font-family: 'FontAwesome';
    left: 5px;
    top: 2px;
    font-size: 13px;
    color: #fff;
    content: '\f00c';
} */

.form-radio{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
        background-color: transparent;
   border: 2px solid #BD00FF;
    color: #666;
    top: 5px;
        height: 23px;
   width: 23px;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
}
 .checktxt {
    color: #878787 !important;
    font-size: 20px;
    font-family: "Avenir-Book";
    line-height: 22px;
    min-height: 25px !important;
}
.lebelheight{
    min-height: 40px !important; 
}


.chnel_type{
    width: 240px;
}
.chanel1_type{
    margin-top: -16px;
}


.create_sessionRow
{
	background: #262626 !important;
}




.create_sessionRow .info
{
	margin: 0px;
}

.create_sessionRow .col-xl-6
{
	border-right: 2px solid #bd00ff;
}

.playlists_increation
{
	display: flex;
	
	position: relative;
	
	background-image: url('../images/music_white.png');
	background-repeat: no-repeat;
	background-position: 7px center;
	background-size: 25px auto;
}

.playlists_increation .playlist_name
{
	position: relative;
	padding-right: 20px;
}

.create_sessionRow .new_plist_hold
{
	position: absolute;
	right: 10px;
	top: 50%;
	height: 50px;
	
	transform: translateY(-50%);
	
	cursor: pointer;
}

.col-xl-5.left_pink_border:before
{
	content: '';
	position: absolute;
	top: 0px;
	width: 2px;
	height: 100%;
	border-left: 2px solid #ae0eeb;
}

.playlists_increation .selected_playlist
{
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	
	padding: 7px 15px;
	margin-left: 20px;
	
	font-size: 17px;
	background-color: #ae0eeb;
	border-radius: 3px;
}

.playlists_increation .selected_playlist .remove_from_playlist
{
	position: absolute;
	top: -10px;
	right: -10px;
	
	width: 20px;
	height: 20px;
	
	background-color: #fff;
	border-radius: 100%;
	background-image: url('../images/iks_pink.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
}

.playlist_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #bd00ff;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.globeinpput
{
	background-image: url("../images/icon_globe.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 33px;
	height: 33px;
	float: right;
	position: absolute;
	right: 12px;
	top: 16px;
	background-size: 22px;
}

.iconsubdomain
{
	width: 13px;
	height: 13px;
	margin-left: 1px;
}

.iconsubdomain2
{
	width: 17px;
	height: 17px;
}

@media (max-width:768px)
{
	#successResult p{
		color: white;
		word-break: normal;
	}
}