.overflow-hidden{
    overflow: hidden !important;
  }
  .hide{
    display: none;
  }
  .in-block{
    display: inline-block;
  }
  .right{
    float: right
  }  
  #modal-custom .modal-custom-header{
    background: #eee;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%;
  }
  #modal-custom .modal-custom-header a{
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    background: #ddd;
    color: #999;
    height: 65px;
    vertical-align: middle;
    text-decoration: none;
    line-height: 65px;
    font-size: 15px;
    transition: all 0.3s ease;
  }
  
  #modal-custom .modal-custom-header a:not(.active):hover{
    box-shadow: inset 0 -10px 20px -10px #aaa
  } 
  #modal-custom .modal-custom-header a.active{
    background: #fff;
    color: #777;
  }
  #modal-custom .iti{
    width: 100%;
  }
  #modal-custom section{
    padding: 30px;
  }   
  #modal-custom .iti,.iti--separate-dial-code{
    color: #333;
  }
  #modal-custom .icon-close{
    background: #FFF;
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
  }
  #modal-custom .icon-close:hover, #modal-custom .icon-close:focus{
    color: black;
  }
  #modal-custom.hasScroll .icon-close{
    display: none;
  }
  .iziModal .iziModal-header-title{
    font-weight: 500;
  }