﻿.border-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
    padding: 10px 14px 10px 14px;
    border-radius: 10px;
    border: 1px solid #D5D7DA;
    background: #fff;
    font-weight: 600;
}

.btn-tertiary {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #494D55;
    padding: 10px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: none !important;
    border-radius: 10px;
}
    .btn-tertiary:hover, .btn-tertiary:focus {
        background: #FAFAFA;
        color: #535862;
    }
.btn-tertiary-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #494D55;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: none !important;
    border-radius: 99px;
}

    .btn-tertiary-sm:hover, .btn-tertiary-sm:focus {
        background: #FAFAFA;
        color: #535862;
    }
.btn-black {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #182230;
    border: 1px solid #182230;
    border-radius: 10px;
    cursor: pointer;
}
    .btn-black:hover, .btn-black:focus {
        background: #000000e3 !important
    }
.btn-step {
    border: 1px solid #FAC515;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
    background:#fff;
    border-radius:10px;
}
    .btn-step:hover {
        border: 1px solid #a891dab8;
        background: #F9F5FF;
    }
.link-btn {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #0A67EB;
    cursor:pointer;
}
.btn-primary {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    padding: 11px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7F56D9;
    border: 1px solid #7929FE !important;
    background-color: #7929FE !important;
    border-radius: 99px !important;
    box-shadow: none !important;
    transition: all 0.8s;
}
    .btn-primary:hover, btn-primary:focus {
        border: 1px solid #6b3dd1 !important;
        background-color: #6b3dd1 !important;
        color: #fff !important;
    }
.btn-primary-sm {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7929FE !important;
    background-color: #7929FE !important;
    border-radius: 99px !important;
    box-shadow: none !important;
    transition: all 0.8s;
}

    .btn-primary-sm:hover, .btn-primary-sm:focus {
        border: 1px solid #6b3dd1 !important;
        background-color: #6b3dd1 !important;
        color: #fff !important;
    }
    .btn-primary-sm:disabled {
      opacity:0.7 !important;
      cursor:none !important;
    }
.btn-primary-sm-white {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7929FE;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    border-radius: 99px !important;
    transition: all 0.8s;
    box-shadow: 0px 1px #0000001c;
}

    .btn-primary-sm-white:hover, .btn-primary-sm-white:focus {
        border: 1px solid #fff !important;
        background-color: #fff !important;
    }


.step-tab-link {
    display:flex;
    background: #E9EAEB;
    width:68px;
    height:6px;
    border-radius:3px;
}
    .step-tab-link.active {
        background: #7F56D9;
    }
/* Form Label & Input */
.form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #414651;
}

.input-group-merge, .input-group-merge:focus {
    border: 1px solid #D5D7DA;
    border-radius: 8px;   
}
.form-select {
    border: 1px solid #D5D7DA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
    box-shadow: none !important;
    outline: none !important;
}
.form-control {
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
    box-shadow: none !important;
    outline: none !important;
}
    .form-control.is-invalid{
        /*border-color: #ed4c78 !important;*/
    }
.form-control-location{
    padding-right:7rem !important;
}
.input-group-text {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: none;
    right: 1px;
}
::placeholder {
    color: #747B87 !important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #747B87 !important;
}
/* Form Label & Input */
input.search-with-icon {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    display: block;
    outline: none !important;
    padding: 10px 20px 10px 40px;
    background: #fff url("../images/icon/search-lg.svg") no-repeat 10px center;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414651;
    box-shadow: none !important;
    outline: none !important;
}
.location-change-btn{
    position:absolute;
    top:3px;
    right:4px;
}
    .location-change-btn .btn-black {
        padding: 6px 6px;
    }
.switch {
    position: relative;
    display: inline-block;
    /*width: 60px;
    height: 34px;*/
    min-width: 36px;
    min-height: 20px;
    max-width: 36px;
    max-height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        min-height: 16px;
        min-width: 16px;
        max-height: 16px;
        max-width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #7F56D9;
}

input:focus + .slider {
    box-shadow: 0 0 1px #7F56D9;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.accordion-item{
    border:none;
    border-radius:12px;
}
.accordion-button {
    background: #F9F5FF;
    padding: 20px;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    /*border-radius: 12px !important;*/
    z-index:0;
}
    .accordion-button:not(.collapsed) {
        background: #F9F5FF;
    }
.accordion-body {
    background: #F9F5FF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0px 50px 20px 20px;
    /*margin-top:-18px !important;
    z-index:1;*/
}
.accordion-button::before {
    background-image: url('../images/icon/accordion-chevron-up.svg') !important;
    background-size: 24px 24px;
    object-fit: contain;
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.accordion-button::after {
    background-image: url('../images/icon/accordion-chevron-down.svg') !important;
    background-size:24px 24px;
    object-fit:contain;
    width:1.5rem !important;
    height:1.5rem !important;
}
.disabled {
    background: #dddddd !important;
    cursor: not-allowed !important;
    border:none !important
}
.detail-info-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    background: #fff !important;
    padding:0px;
}
.info-accrodion-button{
    background:#fff;
    padding:0px !important;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    align-items:center;
}
.info-accordion-body{
    background:#fff;
    padding-top:1rem !important;
}
.form-back-btn{
    cursor:pointer;
}