/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.profile-thumb img {
    width: 100px;
    height: 100px;
}

.dropdown.profile img {
    width: 40px;
    height: 40px;
}
#serviceList {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    display: none;
    margin-top: -5px;
}
#serviceList ul {
    background-color: #f9f9f9;
    border-top: none;
    z-index: 1;
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
}

#serviceName {
	border: 1px solid #cfcdcd;
	padding: 12px;
	border-radius: 5px;
	color: #171919;
	width: 100%;
	box-sizing: border-box;
}

#serviceList li {
	list-style-type: none;
	padding: 10px;
	cursor: pointer;
	border-bottom: solid 1px #cec4c4;
}

#serviceList li:last-child {
	border: 0px;
}

#serviceList li:hover {
	background-color: #ddd;
}

.input-row {
	text-align: left;
}

.btn:not(:hover) .fa-spin.fa-refresh {
   animation: none;
}
.form-control.form-control-color{
    width: 100%;
    padding: 0;
    font-size: 24px;
}

.modal-body .icons{
    margin: 15px 0px 20px 0px;
}

.modal-body .icons a{
    text-decoration: none;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.modal-body .icons a:nth-child(1){
    color: #1877F2;
    border-color: #B7D4FB;
}

.modal-body .icons a:nth-child(1):hover{
    background-color: #1877F2;
    color: #fff;
}

.modal-body .icons a:nth-child(2){
    color: #46C1F6;
    border-color: #b6e7fc;
}

.modal-body .icons a:nth-child(2):hover{
    background-color: #46C1F6;
    color: #fff;
}

.modal-body .icons a:nth-child(3){
    color: #e1306c;
    border-color: #f5bccf;
}

.modal-body .icons a:nth-child(3):hover{
    background-color: #e1306c;
    color: #fff;
}

.modal-body .icons a:nth-child(4){
    color: #25d366;
    border-color: #bef4d2;
}

.bwkd-otp-inputs {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
}

.bwkd-otp-input {
    width: 48px;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #D6E6E6;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #071A1D;
    background: #fff;
}

.bwkd-otp-input:focus {
    outline: none;
    border-color: #00EAD9;
    box-shadow: 0 0 0 0.2rem rgba(0, 234, 217, 0.18);
}

.bwkd-otp-inputs.is-invalid .bwkd-otp-input {
    border-color: #dc3545;
}

@media (max-width: 480px) {
    .bwkd-otp-inputs {
        gap: 0.4rem;
    }
    .bwkd-otp-input {
        width: 40px;
        height: 50px;
        font-size: 1.1rem;
    }
}

.modal-body .icons a:nth-child(4):hover{
    background-color: #25d366;
    color: #fff;
}


.modal-body .icons a:nth-child(5){
    color: #0088cc;
    border-color: #b3e6ff;
}

.modal-body .icons a:nth-child(5):hover{
    background-color: #0088cc;
    color: #fff;
}

.modal-body .icons a:hover{
    border-color: transparent;
}

.modal-body .icons a span{
    transition: all 0.09s ease-in-out;
}

.modal-body .icons a:hover span{
    transform: scaleX(1.1);
}

.modal-body .copy-field{
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px;
}

.modal-body .copy-field.active{
    border-color: #19d3dc;
}

.copy-field span{
    width: 50px;
    font-size: 1.1rem;
}

.copy-field.active span{
    color: #19d3dc;
}

.copy-field input{
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%;
}

.copy-field button{
    padding: 5px 16px;
    color: #fff;
    background: #19d3dc;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
}

@media (max-width: 330px) {
    .modal-body .icons a{
        margin-right: 15px;
        width: 35px;
        height: 35px;
    }
}

/* Members list */
.status-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}
.status-icon.is-on {
    background: #198754;
    color: #fff;
}
.status-icon.is-off {
    background: #e9ecef;
    color: #6c757d;
}
.status-icon i {
    line-height: 1;
}
.members-table-wrap .dropdown-menu {
    z-index: 1080;
}
