﻿/*Custom styles*/
.roundedCorners {
    border-radius: 20px !important;
}

.roundedTopCorners {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.roundedBottomCorners {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.roundedRightCorners {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.roundedLeftCorners {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.text-green {
    color: #34A853 !important;
}

.btn, .form-control {
    border-radius: 15px !important;
}

.btn.rounded-pill {
    border-radius: 9999px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#profileMenu {
    border: 1px solid #cecece;
}
