.ps-home-middle-right{
    width: 100%;
    height: 168px;
    background-color: #F5F8FB;
    border: 1px solid #E6E6E6;
    background-repeat: no-repeat;
    background-position-y: bottom !important;
    background-position: right;
    display: flex;
    /* float: right; */
}

#mobile-app .mobile-app-box {
    display: flex;
}

.mobile-app-internal-box {
    width: 50%;
}

#mobile-app .download-app {
    border: 1px solid #000;
    margin: 30px 0;
    width: 78%;
    padding: 15px;
    background: #fff;
}

#mobile-app .download-app h3 {
    margin: 34px 30px;
    text-align: center;
}

#mobile-app .google-logo {
    border-radius: 8px;
}

.ps-mobile-notice {
    display: flex;
    padding: 15px 0;
}

.ps-mobile-notice-content span {
    color: #00B888;
}
.ps-mobile-notice-content{
    margin-left: 8px;
    width: 305px;
    color: #455CB2;
    height: 24px;
}

.ps-mobile-notice-content p{
    font-style: Inter;
    font-weight: 500;
    font-size: 16px;
}

.ps-mobile-notice-content a {
    color: #404aa4;
    font-size: 19px;
}

.ps-mobile-notice-img {
    padding: 28px 40px;
}
.ps-mobile-notice-features{
    display: flex;
    height: 66px;
    width: 100%;
    font-size: 12px;
    color: #231F20;
}
.ps-mobile-feature-left{
    width: 198px;
}
.ps-mobile-feature-right{
    width: 166px;
}
.ps-app-download-button {
    width: 140px;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
    margin-top: 10px;
    margin-left: 4px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.ps-app-download-button a{
    text-decoration: none;
    color: #231F20!important;
    font-size: 12px;
    font-weight: 600;
    display:flex !important;
    align-items:center;
}

.ps-app-download-button div{
    margin-left: 6px; 
    text-align:justify;
}
.ps-app-download-button p{
    margin: 0px; 
}

/* Custom style for the Add New Connection button */
.postman-add-connection-btn {
    background-color: #2271B1 !important;
    color: #fff !important;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.postman-add-connection-btn:hover {
    background-color: #006ba1 !important;
}

.postman-button-gif {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Custom style for the transparent select dropdown */
#postman_primary_connection {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

/* Optional: Styling for hover and focus states */
#postman_primary_connection:hover {
    border-color: #007cba;
}

#postman_primary_connection:focus {
    outline: none;
    border-color: #007cba;
}

/* For browsers that support ::-ms-expand (IE/Edge) */
#postman_primary_connection::-ms-expand {
    display: none;
}
