.activ__form-container{
	max-width: 960px;
}
.activ__form-wrapper{
  padding: 0 15px;
}
.row .row-two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.row-two .form-group{

}

.activ__aseet-items{
	/*width: calc(100% / 15);*/
  width: 40px;
  height: 40px;
	text-align: center;
	padding: 6px;
	background-color: white;
	cursor: pointer;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.1);
}

.activ__aseet-items .icon {
	font-size: 22px;
	height: 22px;
	width: 22px;
	line-height: 1.6;
}

.active-type{
	color: #3ba9b2;
}


.left-margin-15{
	margin-left: 15px !important;
}

.left-padding-25{
	padding-left: 25px !important;
}

.top-edit{
	top: 10px !important;
}

.show-payment{
	display: block !important;
}

#paymentWrapper{
	display: none;
}

/* Customize the label (the container) */
.inner {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.inner:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.inner input:checked ~ .checkmark {
  background-color: white;
  border: 2px solid #3ba9b2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.inner input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.inner .checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3ba9b2;
}







/* Customize the label (the container) */
.inner-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.inner-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.inner-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.inner-checkbox input:checked ~ .checkmark-checkbox {
  background-color: #3ba9b2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.inner-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.inner-checkbox .checkmark-checkbox:after {
  left: 5px;
  top: 3px;
  width: 8px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}









.emergensy-arrow{
	width: 15px;
	height: 15px;
	transition: .3s all;
}




#headingTwo{
	padding-bottom: 35px;
}



.activ__form .card-type{
	justify-content: flex-start;
}

.activ__form h2{
	font-size: 22px;
    font-family: "museo_sans_cyrl700";
    text-transform: uppercase;
    color: #383838;
    padding: 0px 0 25px 0;
    margin: 0;
}

.activ__form h3{
	font-size: 16px;
    font-family: "museo_sans_cyrl700";
    /*text-transform: uppercase;*/
    color: #3ba9b2;
    padding: 0px 0 25px 0;
    margin: 0;
}



.activ__form label{
	font-size: 16px;
    font-family: "museo_sans_cyrl300";
    /*text-align: center;*/
    color: #898989;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: normal;
}

.activ__form .section-inner{
	padding-bottom: 35px;
}

.form-control{
	border: 1px solid #e8e8e8;
	box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.1);
}

.activ__form .btn-group > .btn:first-child{
	border: 1px solid #e8e8e8 !important;
	height: 38px;
	border-radius: 4px;
	padding: 8px 15px;
}


.activ__form .btn[data-id="country"]{
	height: 38px !important;
}
#note{
	resize: none;
	height: 100px;
}

.assetType-inner{
	padding-bottom: 15px;
}

.card-type{
	/*padding-top: 30px;*/
}

.emergensy-btn{
	padding: 0;
	margin: 0;
	width: 100%;
    text-align: left;
    border-bottom: 1px solid #dcdcdc !important;
    display: flex;
    justify-content: space-between;
}

.emergensy-btn.collapsed .emergensy-arrow{
	transform: rotate(180deg);
	transition: .3s all;
}
.emergensy-btn:hover{
	text-decoration: none!important;
}

.emergensy-btn:focus, .emergensy-btn:active{
	outline: none !important;
	text-decoration: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret{
	background-image: url(../img/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.activ__submit{
	position: relative;
	padding: 14px 60px;
  font-size: 16px;
	background-color: #3ba9b2;
	font-family: "museo_sans_cyrl700";
	text-transform: uppercase;
	color: white;
	border-radius: 50px;
}

.preloader{
	position: absolute;
}

.activ__form .bootstrap-select.btn-group .dropdown-menu.inner{
	padding-left: 0 !important;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: #f5f5f5;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled{
  background-color: #f5f5f5;
}

label>span {
  color: #3ba9b2;
}

.caret{
  height: 12px;
  width: 12px;
  background-image: url(../img/arrow-black.svg) !important;
  background-position: center;
  background-size: cover;
  border: none;
  transform: rotate(0deg);
  transition: .3s all;

}

.open .caret{
  border: none ;
  transform: rotate(180deg);
  transition: .3s all;
}


.bootstrap-select.btn-group .dropdown-toggle .caret{
/*    transform: rotate(0deg);
  transition: .3s all;*/
  border: none;
  margin-top: -5px;
}

.errors{
    font-family: "museo_sans_cyrl700";
}

#accordion .btn{
	border: none;
}

.exPhoneCode {
    width: 30%;
}

.exPhone {
    width: 65%;
}
