/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.iti .iti__selected-dial-code {
    margin-left: 4px;
    font-size: 15px;
}

/* Base transition for smooth scaling */
.copy-button {
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* The "Click" animation */
.copy-button:active {
    transform: scale(0.9);
}

/* Success state: Green glow and pop */
.copy-button.copied {
    background-color: #28a745 !important; /* Success Green */
    color: #fff !important;
    border-color: #28a745 !important;
}

.copy-button.copied i {
    transform: scale(1.2);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
