#smsodboga-form {
    display: flex;
    flex-flow: column;
    max-width: 250px;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
  position: relative;
}

#smsodboga-form .item {
  display: flex;
  flex-flow: column;
}

#smsodboga-form .item .label {
  text-align: center;
  width: 100%;
}

#smsodboga-form .item input,
#smsodboga-form .item .input,
#smsodboga-form .item .iti {
  width: 100%!important;
}

#smsodboga-form input#phone_number {
      padding-left: 50px!important;
}

#smsodboga-form .input.amount-input {
 	display: flex;
  	flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

#smsodboga-form .input.amount-input input{
    padding-right: 50px;
}

#smsodboga-form .input.amount-input .currency {
    position: absolute;
    right: 10px;
    pointer-events: none;
}

#smsodboga-form .suggestion.amount-suggestion {
    display: flex;
    flex-flow: row wrap;
    gap: 1.2px;
    margin: 10px 0 20px;
    justify-content: space-between;
}

#smsodboga-form .suggestion.amount-suggestion .suggestion-block {
    width: calc(25% - 0.9px)!important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    padding: 7px;
    font-weight: 400;
}
  

#smsodboga-form .suggestion.amount-suggestion .suggestion-block.active {
	background-color: #7FCCE2;
}

#smsodboga-form .suggestion.amount-suggestion .suggestion-block:not(.active) {
 cursor: pointer; 
}
  

#smsodboga-form .notify.success {
 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: #fff;
  z-index: 999;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 15px;
}
#smsodboga-form .notify.success span {
  text-align: center;
}

#smsodboga-form .notify.success a {
  font-size: 13px;
}

#smsodboga-form .notify.error {
 text-align: center;
  margin: 0 auto 20px;
}

#smsodboga-form .freeSMS {
    background: #5db165;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
}

#smsodboga-form .amount-item,
#smsodboga-form .monthsub-item {
	opacity: 1;
	transition: .5s;
	height: 100%;
    max-height: 200px;
    overflow: hidden;
}

#smsodboga-form[freesms=true] .amount-item,
#smsodboga-form[freesms=true] .monthsub-item {
	opacity: .0;
	pointer-events: none;
	height: 0;
    max-height: 0;
    overflow: hidden;
}

#smsodboga-form .monthsub-item {
	display: flex;
	flex-flow: row;
}

#smsodboga-form .monthsub-item .monthsub-input {
    width: unset!important;
    display: flex;
}

#smsodboga-form .monthsub-item .monthsub-label {     
	text-align: left;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 0 5px;
}

#smsodboga-form .monthsub-item .monthsub-label label {   
    font-size: 11px;
    line-height: 16px;
}

#smsodboga-form input[type=checkbox][name=freeSMS] {
	opacity: 0;
	height: 0;
	max-height: 0;
	display: none;
}