/* Button style */ button, .link-btn { max-width: 100%; padding: 12px 15px; } .btn-blue-bg { color: #ffffff; background: #00b5ef; border: 2px solid #00b5ef; display: inline-flex; align-items: center; justify-content: center; } .btn-blue-bg:hover { background: #49df43; border: 2px solid #49df43; } .btn-blue-border { color: #00b5ef; background: transparent; border: 2px solid #00b5ef; display: inline-flex; align-items: center; justify-content: center; } .btn-blue-border:hover { color: #ffffff; background: #00b5ef; } .btn-dark-blue-bg { color: #ffffff; background: #475eab; border: 2px solid #475eab; display: inline-flex; align-items: center; justify-content: center; } .btn-dark-blue-bg:hover { background: transparent; color: #475eab; } .btn-dark-blue-border { color: #475eab; background: transparent; border: 2px solid #475eab; display: inline-flex; align-items: center; justify-content: center; } .btn-dark-blue-border:not(.no-hover):hover { color: #ffffff; background: #475eab; } .btn-gradient-blue-bg { color: #ffffff; background: linear-gradient(to right, #475eab, #038cb7); background-clip: padding-box; border: 2px solid transparent; position: relative; display: inline-flex; align-items: center; justify-content: center; } .btn-gradient-blue-bg:hover { color: #475eab; background: #ffffff; border: 2px solid #475eab; } .btn-gradient-blue-border { color: #475eab; background: #ffffff; background-clip: padding-box; border: 2px solid transparent; position: relative; display: inline-flex; align-items: center; justify-content: center; } .btn-gradient-blue-border.has-outer-bg span { z-index: 1; position: relative; } .btn-gradient-blue-border.has-outer-bg::after { z-index: 0; } .btn-gradient-blue-border:hover { color: #ffffff; background: linear-gradient(to right, #475eab, #038cb7); } .btn-gradient-blue-border:after, .btn-gradient-blue-bg:after, .btn-gradient-blue-bg:hover:after, .btn-gradient-blue-border:hover:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; margin: -2px; border-radius: inherit; background: linear-gradient(to right, #475eab, #038cb7); } .btn-green-bg { color: #ffffff; background: #49df43; border: 2px solid #49df43; display: inline-flex; align-items: center; justify-content: center; } .btn-green-bg:not(.no-hover):hover { background: transparent; color: #49df43; } .btn-gray-border { color: #373742; border: 2px solid #7b7b88; background: transparent; display: inline-flex; align-items: center; justify-content: center; } .btn-gray-border:hover { color: #ffffff; background: #373742; border-color: #373742; } .nav-tabs { border: none; } .nav-tabs .nav-item { padding: 0; margin: 0 0 13px; } .nav-tabs .nav-link { position: relative; border: none; margin: 0 30px 0 0; padding: 0; } .nav-tabs .nav-item:last-child .nav-link { margin: 0; } .nav-tabs .nav-link:after { position: absolute; content: ""; width: 0; height: 4px; bottom: -10px; background-image: linear-gradient(to right, #475eab, #038cb7); left: 50%; transform: translateX(-50%); transition: all 0.5s; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item:hover .nav-link, .nav-tabs .nav-link.active { border: none; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .nav-link { color: #373742; } .nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after, .nav-tabs .nav-link:hover:after { width: 107px; } .msme-form input, .msme-form select { height: 55px; border-radius: 10px; border: 1px solid #7b7b88; padding: 15px; outline: none; box-shadow: none; border-color: none; } .msme-form input:focus, .msme-form select:focus { outline: none; box-shadow: none; border-color: none; } .msme-form .msme-form-button { height: 55px; } .search-field, .select-field { position: relative; } .search-field .field-suffix, .select-field .field-suffix { position: absolute; top: 49%; transform: translateY(-50%); right: 15px; z-index: 9; cursor: pointer; } .select-field .field-suffix { pointer-events: none; } .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-radius: 10px; } label.is-invalid { width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #dc3545; } .feedback-form input, .feedback-form select { height: 55px; border-radius: 10px; border: 1px solid #7b7b88; padding: 15px; outline: none; box-shadow: none; border-color: none; } .feedback-form .form-group { margin-bottom: 30px; } .feedback-form textarea { border-radius: 10px; border: 1px solid #7b7b88; padding: 15px; outline: none; box-shadow: none; border-color: none; resize: none; } .feedback-form input:focus, .feedback-form select:focus, .feedback-form textarea:focus { outline: none; box-shadow: none; border-color: none; } .feedback-form .form-select { background-image: url("../../images/frontend/svg/drop-icon.svg") !important; background-size: 16px 8px !important; } .large-circle-bullet-list .list-item { position: relative; padding-left: 110px; min-height: 100px; margin: 0 0 40px; } .large-circle-bullet-list .list-item:before { position: absolute; content: ""; height: 80px; width: 80px; background: #038cb7; border-radius: 100%; opacity: 0.3; top: 7px; left: 0; } .large-circle-bullet-list .list-item .item-title { margin: 0 0 12px; } .vertical-nav-pills { width: 310px; flex: 0 0 310px; margin-right: 30px; } .nav-pills.vertical-nav-pills .nav-link.active, .nav-pills.vertical-nav-pills .show > .nav-link { background: #475eab; color: #ffffff !important; } .nav-pills.vertical-nav-pills { border: 1px solid rgba(123, 123, 136, 0.6); overflow: hidden; } .nav-pills.vertical-nav-pills .nav-link { border-radius: 0; padding: 23px 15px; } .vertical-tabbing .tab-content { flex: 1 1 auto; display: flex; flex-flow: row nowrap; position: relative; width: 100%; min-height: 100%; min-width: 0; } .vertical-tabbing .tab-content .tab-pane { width: 100%; } @media (max-width: 1399px) { .msme-form input, .msme-form select { height: 45px; padding: 10px; } .msme-form .msme-form-button { height: 45px; } button, .link-btn { padding: 10px 15px; } .vertical-nav-pills { flex: 0 0 280px; width: 280px; margin-right: 25px; } .nav-pills.vertical-nav-pills .nav-link { padding: 15px 10px; } } @media (max-width: 1199px) { .vertical-nav-pills { flex: 0 0 210px; width: 210px; margin-right: 20px; } .nav-pills.vertical-nav-pills .nav-link { padding: 10px; } } @media (max-width: 991px) { .vertical-tabbing { flex-wrap: wrap; } .vertical-nav-pills { flex: 0 0 100%; width: 100%; margin-right: 0; margin-bottom: 15px; flex-direction: row !important; } .nav-pills.vertical-nav-pills .nav-link { width: 20%; } } @media (max-width: 767px) { .msme-form input, .msme-form select { height: 40px; padding: 5px 10px; } .msme-form .msme-form-button { height: 40px; } button, .link-btn { padding: 5px 15px; font-size: 15px !important; height: auto !important; } .nav-tabs .nav-link { margin: 0 16px 0 0; } }