.agent_search_box.myModalshoot {
    border: 4px solid #1dc3a6;
    padding: 20px;
    width:100%;
    background: #fff;
}
.agent_search_box.myModalshoot h2.title{
    font-weight: bold;
    color:#1dc3a6;
    font-size: 28px;
    font-family: montserrat,Sans-serif;
    margin-bottom: 30px;
}
.agent_search_box.myModalshoot .desc{
    font-size: 20px;
    font-family: montserrat,Sans-serif;
    line-height: 28px;
}
.agent_search_box .row.row-center{
    justify-content: center;
}
.launcher_search{
    margin-bottom: 15px;
}
.search-agent-results .agent-details h3:nth-child(3) {
    min-height: 40px;
    margin-bottom: 10px;
}
.step-wait {
    display: table;
    text-align: center;
    margin: 10px auto 0;
}
.agent_search_launcher_form .help-inline-error{
    color:#fff;
}
.agent_search_box.myModalshoot .form-card .box{
    border: 3px solid #d2d2d2;
}
.agent_search_box.myModalshoot .form-card .box:hover, .agent_search_box.myModalshoot .form-card .box.active {
    box-shadow: 0px 15px 25px rgb(78 96 91 / 8%);
    border: 3px solid #1DC3A6;
}
.search-agent-results h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.search-agent-results h3.agent-title {
    font-size: 22px;
    margin-bottom: 10px;
}
.search-agent-results h4 {
    margin-bottom: 15px;
    font-size: 14px;
}
.agent_search_box.myModalshoot form fieldset .input-group{
    margin-bottom: 30px;
}
.agent_search_box.myModalshoot .form-card .box h3 {
    font-size: 22px;
    margin: 5px 0;
}
.agent_search_box.myModalshoot .form-card .box.option{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}
.agent_search_box.myModalshoot .form-card .box.option.button-s{
    background: #1dc3a6;
    border-color: #1dc3a6 !important;
}
.agent_search_box.myModalshoot .form-card .box.option.button-s:hover{
    background: #489a86;
    border-color: #489a86 !important;
}
.agent_search_box.myModalshoot .agent-radio-button {
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0;
    display: block;
} 
.agent_search_box.myModalshoot .agent-radio-button li {
    position: relative;
    margin: 0 0 10px 0;
    display: block;
}  
.agent_search_box.myModalshoot .agent-radio-button label,
.agent_search_box.myModalshoot .agent-radio-button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}  
.agent_search_box.myModalshoot .agent-radio-button input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    height: 25px;
    width: 25px;
}  
.agent_search_box.myModalshoot .agent-radio-button input[type="radio"]:checked+label, .Checked+label {
    background: #1dc3a6;
    color: #fff;
} 
.agent_search_box.myModalshoot .agent-radio-button input[type="radio"]:checked+label:before {
    content: "✔";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    top: 0;
    right: 9px;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    color: #1dc3a6;
    font-size: 20px;
}
.agent_search_box.myModalshoot .agent-radio-button label:hover{
    background: #1dc3a6;
    color: #fff;
} 
.agent_search_box.myModalshoot .custom-css{
    vertical-align: baseline;
    margin: 0 5px 0 0;
}
.agent_search_box.myModalshoot .agent-radio-button label {
    padding: 10px 45px;
    border: 1px solid #1dc3a6;
    cursor: pointer;
    z-index: 90;
    text-align: center;
    line-height: 27px;
    position: static;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}
.agent_search_box.myModalshoot .agent-radio-button label:after {
    content: "";
    background: #ffffff;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -45px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
  }
  
.agent_search_box.myModalshoot .agent-radio-button label:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
  }

.agent_search_box.myModalshoot .loader {
    border: 5px solid #1dc3a6;
    border-radius: 50%;
    border-top: 5px solid #489A86;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 15px auto 0;
}  
.loader:after {
    position: absolute;
    content: "";
    background: #ffffff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    margin: auto;
    vertical-align: middle;
}
.agent_search_box.myModalshoot .text-left{
    text-align: left;
}
.agent_search_box.myModalshoot .form-card .box.option.button-s h3{
    color: #ffffff;
}
.agent_search_box.myModalshoot .msform .action-button-previous{
    top: -25px;
}
.agent_search_box.myModalshoot .msform .action-button{
    width: auto;
    height: 45px;
    padding: 5px 15px;
}
.agent_search_box.myModalshoot .msform #agentModal .action-button{
    margin: 0 10px 0 0;
}
.agent_search_box.myModalshoot span.help-inline-error {
    color: red;
    margin: 7px 0 15px 0;
    display: block;
}
.agent_search_box.myModalshoot .msform input[type="text"] {
    height: 45px;
}
.agent_search_box.myModalshoot .wait-message{
    margin-top: 10px;
}
.agent_search_box.myModalshoot .box.option .radio-round {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.agent_search_box.myModalshoot .agent-details {
    border: 2px solid #1dc3a6;
    margin-bottom: 20px;
    padding: 20px;
}
.agent_search_box.myModalshoot div.agent-image {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #1dc3a6;
    object-fit: cover;
    margin: 0 auto 18px;
}
.agent_search_box.myModalshoot .agent-details img {
    margin-bottom: 15px;
    background: none !important;
    max-width: 120px;
    height: 120px;
    object-fit: cover;
}
.form-group.agent-search-box  button.action-button.agent_launcher_button, .form-group.agent-search-box button.action-button.agent_search_address_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid #1DC3A6;
    height: 52px;
    width: 80px;
    font-size: 24px;
    padding: 10px;
}
.form-group.agent-search-box input.launcher_search[type="text"] {
    height: 62px;
    padding-right: 90px;
}
.form-group.agent-search-box  button.action-button.agent_launcher_button:hover, .form-group.agent-search-box  button.action-button.agent_launcher_button:focus, .form-group.agent-search-box  button.action-button.agent_launcher_button:active{
    border-color:#489A86;
    background-color:#489A86;
}
.form-group.agent-search-box {
    position: relative;
}
@media screen and (max-width:767px){
    .agent_search_box.myModalshoot .form-card .box h3 {
        font-size: 18px;
        margin: 5px 0;
    }
    .agent_search_box.myModalshoot .msform fieldset:not(:first-of-type){
        padding-top: 40px;
    }
    .agent_search_box.myModalshoot .msform .action-button-previous {
        top: -25px;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }