.color-red
{
    color : #ED4040;
}
.color-yellow2
{
    color : #fccc00;
}
.mouse-none
{
    pointer-events: none;
    -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none; 
}
.con_step
{
    border-radius : 10px;
}
.img_step
{
    max-width:65px;
    width:100%;
    display:block;
    margin : auto;
}
.hr_success:after
{
    content:'หรือ';
    padding : 0 20px;
    background :#fff;
    color : #0050A0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-control, .form-select
{
    border-radius : 10px;
    padding: 0px 15px;
}
.select2-container--default .select2-selection--single
{
   border-radius : 10px !important;
   padding-left:8px; 
}
.form-select
{
    padding-right:30px;
    }
#sec_form
{
    margin-top:2.5rem;
}
.text-box-flex
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr
{
    background-color : #EBF1F8;
}
#success_svg
{
    width : 35px;
    height:35px;
    border-radius : 50%;
    background-color : #5AB350;
    position:relative;
    display:block;
}
#sk-success-svg
{
    width : 150px;
    height:150px;
    border-radius : 50%;
    background-color : #5AB350;
    position:relative;
    display:block;
}
#sk-success-svg svg
{
    width:70px;
    max-width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qrcode-line
{
    width: 180px;
    max-width:100%;
    height:auto;   
}
.line-reminder-image
{
    max-width:250px;
    width:100%;
}
.icon-line
{
    width: 70px;
    max-width:100%;
    height:auto; 
}
.btn-addline {
    background-color: #5AB350;
    color: #FFF;
    border: none;
    padding: 9px;
    border-radius: 25px;
    width: 180px;
    transition: 0.2s;
}

.btn-addline:hover {
    background-color: #70ba68;
}
#success_svg svg
{
    width:20px;
    height:20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#img_mobile_sms
{
    width:auto;
    height:21px;
    display : inline;
}
.form-label
    {
       font-size : 14px;
    }
.sk-success
{
    display: none;
    text-align: center;
    position: fixed;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 9999;
}
.sk-success-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.next-step
{
    background: linear-gradient(#EBF1F8, #EBF1F8) center/100% 1px no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
img.next
{
    width:18px;
    margin : auto;
    display:block;
    background:#fff;
    padding:10px 0;
    transform: rotate(90deg);
}
.num-step
{
    display:inline-block;
    background : #5AB350;
    color : #fff;
    height:30px;
    width:30px;
    border-radius:50%;
    margin-right:5px;
}
@media (min-width: 992px)
{
    .img_step
    {
        margin-left:auto;
        margin-right:0;
    }
    .next-step
    {
        background: linear-gradient(#EBF1F8, #EBF1F8) center/1px 100% no-repeat;
        width:auto;
    }
    img.next
    {
        transform: rotate(0);
    }
    .img-container{
        height: 100% !important;
    }
    .content-garage-detail {
        width: 100% !important;
    }
    .content-garage-detail .body{
        height: 65px !important;
    }
}
@media (min-width: 768px)
{
    .mobile-break { 
        display: none; 
    }
    .form-label
    {
       font-size : 16px;
    }
    .topadding{
       padding-top: 50px; 
    }
    .toname {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    }
    .garagetype button {
        height: auto !important;
        font-size: 22px !important;
    }
    .garagetype img {
        padding-right: 10px !important;
    }
}
.search-garage-form{
background: #0050A0 0% 0% no-repeat padding-box;
color: #ffffff
}
.search-garage-form label
{
    text-align:start;
    width:100%;
}
.search-garage-form input, .search-garage-form select {
border: 1.5px solid #1772B8;;
border-radius: 10px;
background: #0050A0;
color: #ffffff
}

.search-garage-form input:disabled, .search-garage-form select:disabled {
    background: #004386;
}

.form-accept .form-check-input {
    width: 1.5em;
    height: 1.5em;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #ECF1F7;
    opacity: 2;
}
.garagetype button {
    width: 100%;
    height: 65px;
    font-size: 16px;
    padding-bottom: 5px;
    background: #004A99;
    color: #fff;
    border: none;
    box-shadow: 0 0 6px #0000002a;
    border-bottom-style: solid;
    border-bottom-color: #1772B8;
    transition: 0.2s;
}
.garagetype button:hover {
    border-bottom-color: #5AB350;
}
.garagetype .active {
    background: #003D79;
    border-bottom-color: #5AB350;
}
.garagetype .left {
    border-radius: 10px 0 0 0;
}
.garagetype .right {
    border-radius: 0 10px 0 0;
}
.garagetype img {
    padding-right: unset;
}
.content-search-detail {
    overflow: auto;
}
.img-container{
    float: left;
    height: auto;
    max-width: 60px;
}
.img-container img{
    width: 50px;
    height: auto;
    padding-right: 10px;
    display: block;
    max-width: 100%;
}
.content-garage-detail{
    width: 100%;
    border-bottom: 1px solid #979797;
}
.content-garage-detail .head{
    color: #0050A0;
    font-weight: bold;
    font-size: 19px;
}
.content-garage-detail .body{
    height: auto;
    max-height: 65px;
}