html, body, .form-control, body .btn {
    font-size: 16px;
}
.row {
    margin-left: -12px;
    margin-right: -12px;
}
.row>* {
    padding-left:12px ;
    padding-right:12px ;
}
a {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 12px;
}
h4 {
    font-size: 20px;
}
.login-page {
    height: 100vh;
}
.login-flex {
    display: flex;
}
.login-left {
    width: 40%;
    background: #25a0e1;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.login-left .login-logo {
    position: absolute;
    left: 25px;
    top: 20px;
}
.login-left .login-img {
    width: 100%;
}
.login-right {
    display: flex;
    justify-content: center;
    width: 60%;
    position: relative;
    align-items: center;
}
.login-right ul {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    list-style: none;
    padding: 15px;
}
.login-right ul li span {
    color: #878A99;
    margin-right: 15px;
}
.login-right h2,h4 {
    color: #25a0e1;
}
.login-form {
    width: 50%;
}
.login-form form button {
    width: 100%;
    background-color: #25a0e1;
    border: none;
}
.form-group {
    margin-bottom: 15px;
}
.login-page .form-group {
    position: relative;
    margin-bottom: 28px;
}
.login-form .form-check {
    margin-bottom: 60px;
}
.forget-password {
    position: absolute;
    right: 0;
    top: 0;
    color: #25a0e1;
    text-decoration: none;
}
.form-group p a {
    color: #25A0E2;
    font-weight: 500;
}
.navbar {
    padding: 0 20px;
    background: #fff !important;
    border-bottom: 1px solid #878a9933;
    position: sticky;
    top: 0;
    z-index: 999;
}
.user-drop {
    margin-left: 15px;
}
.navbar .nav-link {
    margin-right: 5px;
    padding: 0.5rem;
}
.user-drop .nav-link {
    
    margin-right: 0;
}
.navbar .navbar-brand {
    padding: 0;
}
.navbar .navbar-brand img {
    width: 60px;
}
.user-drop .nav-link img {
    width: 40px;
    margin-right: 5px;
    border-radius: 50px;
}
.user-drop .nav-link {
    background: #F3F3F9;
    padding: 15px !important;
}
.content {
    height: calc(100% - 68px);
}
main {
    padding: 10px 20px;
    background: #f6f8fa;
    height: 100%;
}
.btn-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.btn.btn-light.blue {
    background: #25a0e126;
    color: #25A0E1;
}
.btn.btn-light.green {
    background: #00bd9d26;
    color: #00BD9D;
}
.software-main {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #878a9933;
    margin-bottom: 1%;
    height: 32.33%;
}
.software-main:last-child {
    margin-bottom: 0;
}
.software-main .software-img {
    width: 235px;
    object-fit: cover;
}
.software-box {
    width: 100%;
    padding: 16px;
    display: grid;
}
.software-profile {
    display: flex;
    gap: 10px;
    align-items: center;
}
.software-header .btn-box {
    justify-content: end;
}
.software-header .btn img {
    margin-right: 5px;
}
.software-profile-photo {
    width: 64px;
    height: 64px;
    background: #878A9933;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.software-profile-text h4 {
    margin-bottom: 5px;
}
.software-profile-text p {
    margin-bottom: 0;
}
.software-details {
    border: 1px solid #878a9933;
    background: #878A990D;
    border-radius: 10px;
    margin: 12px 0;
    align-items: center;
    display: flex;
}
.software-details .row{
    width: 100%;
}
.software-details .software-details-box {
    text-align: center;
    border-right: 1px solid #878a9933;
    padding: 12px;
}
.software-details-box p {
    text-align: center;
}
.software-details .col-md-4:last-child  .software-details-box {
    border: none;
}
.software-details .software-details-box p {
    margin-bottom: 0;
}
.btn {
    background: #25A0E1;
    color: #fff;
}
.modal-footer .btn {
    padding: 7px 20px;
}
.btn:hover {
    background: #158bc9;
    border-color: transparent;
    color: #fff;
}
.btn.full-btn {
    width: 100%;
}
.gst-profile {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
ul.point-teble {
    text-align: left;
}
ul.point-teble li {
    display: flex;
    margin-bottom: 14px;
    font-size: 16px;
    text-align: left;
}
ul.point-teble li:last-child {
    margin-bottom: 0;
}
ul.point-teble li p {
    margin-bottom: 0;
    width: 50%;
}
ul.point-teble li p:first-child {
    font-weight: 600;
}
ul.point-teble li span {
    width: 50%;
}
footer {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.backup-tab .accordion-button {
    background: #25A0E1;
    color: #fff;
    font-weight: 600;
    box-shadow: none !important;
}
.backup-tab .accordion-button::after {
    filter: brightness(100);
}
.backup-card p {
    margin-bottom: 10px;
    color: #878A99;
}
.backup-card .software-profile {
    margin-bottom: 10px;
}
.backup-card {
    background: #25A0E10D;
    border: 1px solid #25A0E10D;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px;
}
.backup-tab .accordion-item {
    border-radius: 10px;
}
.backup-card p span {
    color: #00BD9D;
    font-weight: 600;
}
.backup-card .progress {
    height: 4px;
}
.mobile-footer {
    display: none;
}
.software-right {
    overflow: auto;
    height: calc(100vh - 90px);
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.software-right::-webkit-scrollbar {
    display: none;
}
.btn.green {
    background: #00BD9D;
}
.btn.red {
    background: #F06548;
}
.license-box .btn {
    margin-top: 12px;
}
.license-box {
    margin-bottom: 15px;
}
.license-box .card-header {
    border: none;
    background: #25A0E1;
    color: #fff;
    font-size: 20px;
    padding: 24px;
}
.password-group {
    position: relative;
}
.password-group i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
footer {
    padding: 12px;
}
.software-left {
    height: calc(100% - 60px);
    margin-bottom: 10px;
}
.software-main.active {
    border: 1px solid #25a0e19e;
    box-shadow: 0 0 3px 3px #25a0e12e;
}
.license-box .card-header {
    text-transform: capitalize;
    font-weight: 500;
}
.registered .modal-footer{
    flex-wrap: nowrap;
    gap: 5px !important;
}
.registered .modal-body{
    text-align: center;
}
.registered h3 {
    color: #25A0E1;
    font-size: 24px;
}
.registered p {
    margin-bottom: 5px;
}
.registered img {
    margin-bottom: 15px;
}
.modal .modal-content{
    border-radius: 8px;
}
.modal .modal-content .modal-footer .btn {
    border-radius: 5px;
}
.modal-header, .modal-footer {
    background: none !important;
}
.modal-header .close{
    background: none;
    padding: 0;
    border: none;
}
form .form-control:required {
    background: none !important;
}
.modalFullscreenSize {
    top: auto;
    bottom: 0;
    height: auto;
    overflow: visible;
}
.modalFullscreenSize .modal-body {
    max-height: calc(100vh - 280px);
    min-height: 50vh;
}
.modalFullscreenSize .modal-content {
    overflow: visible;
}
.modalFullscreenSize .modal-dialog {
    max-width: 100%;
    margin: 0;
}
.gst-table th, .gst-table td {
    padding: 13px;
}
.gst-table th {
    background: #F3F6F9;
    font-weight: 400;
    color: #878A99;
}
.gst-table tr td:first-child {
    text-align: center;
}
.modal-footer p {
    margin-bottom: 0;
}
.modal-header h6, .modal-header p {
    margin-bottom: 0;
}
.modal-header h6 {
    font-size: 20px;
}
.modal-header p {
    font-size: 12px;
}
.modal-header .btn-close {
    padding: 5px;
    background-size: 0.7em;
}
.modalFullscreenSize  .btn-close {
    margin-top: -135px;
    margin-right: 1px;
    background-color: #fff !important;
    opacity: 1;
}
.modal-body::-webkit-scrollbar {
    width: 8px;
}
.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.modal-body::-webkit-scrollbar-thumb {
    background: #a4a4a4; 
}
.modal-body::-webkit-scrollbar-thumb:hover {
    background: #818181; 
}
.point-ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.point-ul li b {
    width: 120px;
}
.point-ul li span {
    width: 80%;
    text-align: left;
}
.card-header {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f6f9;
}
.card-header {
    padding: 1rem !important;
    height: auto !important;
    border-radius: 0 !important;
}
.card {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    box-shadow: none !important;
}

.user-card li {
    display: flex;
    gap: 16px;
}
.user-card li b {
    width: 50%;
}
ul.user-card {
    padding: 15px;
    border: 1px solid #878a9980;
    margin-bottom: 15px;
    border-radius: 5px;
}
.offcanvas-footer {
    padding: 15px;
    border-top: 1px solid #86899833;
}
.offcanvas-header {
    border-bottom: 1px solid #86899833;
}
h5.offcanvas-title {
    margin-bottom: 0;
}
.input-group.user-search {
    margin-bottom: 15px;
}
ul.user-card.active {
    border: 1px solid #25a0e1;
    background: #f3f6f9;
}
.restoreDb .card {
    background: #F3F6F9;
}
.mobile-logo {
    display: none;
}
.form-control {
    border-radius: 5px !important;
}
.accordion-button::after {
    background: none !important;
    content: url("../images/menu-arrow.svg");
}

.loginPageFlag{
    margin: 10px 5px 0 0 !important;

}

@media only screen and (max-width: 1600px) {
html, body, .form-control, body .btn {
    font-size: 12px;
}
.form-group {
    margin-bottom: 10px;
}
.login-page .form-group {
    margin-bottom: 18px;
}
.login-form .form-check {
    margin-bottom: 40px;
}
h4 {
    font-size: 16px;
}
h6, p, span, label {
    font-size: 12px;
}
.btn {
    font-size: 12px;
}
.software-profile-photo {
    width: 40px;
    height: 40px;
}
.software-profile-photo img {
    width: 32px;
}
.software-box {
    padding: 18px 16px;
}
.software-main {
    /* margin-bottom: 15px; */
}
.software-details-box h6 {
    margin-bottom: 3px;
}
.software-main .software-img {
    width: 190px;
}
.software-details .software-details-box {
    padding: 6px;
}
.software-details {
    margin: 18px 0;
}
.user-drop .nav-link {
    padding: 12px !important;
    font-size: 12px;
}
.navbar .navbar-brand img {
    width: 50px;
}
.navbar .nav-link {
    margin-right: 0;
}
.navbar .nav-link img {
    width: 20px;
}
.user-drop .nav-link img {
    width: 24px;
    margin-right: 5px;
}
.backup-tab .accordion-button {
    padding: 10px 15px;
    font-size: 14px;
}
.form-control {
    font-size: 12px;
    padding: 4px 10px;
}
.license-box .card-header {
    font-size: 16px;
}
.software-left {
    height: calc(100% - 44px);
    margin-bottom: 10px;
}
.software-right {
    height: calc(100vh - 80px);
}
}
@media only screen and (max-width: 1440px) {
.software-main {
    margin-bottom: 10px;
}
.software-details {
    margin: 12px 0;
}
.software-box {
    padding: 8px 16px;
}
.software-main .software-img {
    width: 160px;
}
.content {
    height: calc(100% - 47px);
}
}
@media only screen and (max-width: 1199px) {
.login-form {
    width: 65%;
}
.login-left .login-logo {
    width: 50px;
}
.software-main .software-img {
    width: 150px;
}
.software-box {
    padding: 9px 16px;
}
.software-details {
    margin: 8px 0;
}
footer {
    padding: 8px;
}
}
@media only screen and (max-width: 991px) {
body {
    height: auto !important;
}
.login-left {
    display: none;
}
.login-right {
    width: 100%;
    padding-top: 20px;
    height: 100vh;
}
.navbar {
    padding: 5px 0;
}
main {
    padding: 10px 0;
}
.software-right {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.gst-profile {
    width: 50%;
    margin-bottom: 0 !important;
}
.backup-tab {
    width: 50%;
}
.desktop-footer {
    display: none;
}
.mobile-footer {
    display: flex;
}
.software-right {
    height: auto;
}
.license-box {
    width: 100%;
}
.mobile-logo {
    display: block;
    margin: auto;
    margin-bottom: 32px;
}
.login-dis {
    text-align: center;
}
.login-form h4 {
    text-align: center;
}
.login-page {
    height: 100%;
}
}
@media only screen and (max-width: 767px) {
.login-form {
    width: 100%;
}
.login-page {
    padding: 0 !important;
}
.login-right {
    padding: 30px 15px;
}
.login-right h2 {
    font-size: 20px;
}
.software-main .software-img {
    display: none;
}
.software-right {
    display: block;
}
.gst-profile {
    width: 100%;
    margin-bottom: 15px !important;
}
.backup-tab {
    width: 100%;
}
.software-profile {
    justify-content: left;
}
.software-header {
    margin-bottom: 10px;
}
.software-box {
    padding: 16px;
}
.navbar-brand {
    margin-left: 10px !important;
}
.login-form .form-control {
    padding: 8px 10px;
}
.login-form .btn-primary {
    padding: 8px 10px;
}
.software-details-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #878a9933;
    border-right: none !important;
}
.software-header .btn span {
    display: none;
}
.software-header .btn img {
    width: 20px;
    margin-right: 0;
}
.software-header .btn {
    padding: 8px;
}
.user-drop span {
    display: none;
}
.software-main {
    height: auto;
}
.software-main .software-details {
    border-radius: 5px;
}
.dropdown-menu {
    right: 0;
    left: auto !important;
}
.user-drop .nav-link {
    padding: 16px 12px !important;
}
}

/**orbit start **/
.orbit {
    position: absolute;
    top: 40px;
    right: 40px;
}
.orbit-icon {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 1.2em;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
    text-align: center;
    display: block;
}
.orbit-wrap > li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
}

ul[class^=ring] {
    transition: all 300ms ease-in-out;
}
ul[class^=ring] li {
    transition: all 300ms ease-in-out;
}
.ring-0 {
    width: 25em;
    height: 25em;
    animation: clockwiseRotate 35s linear infinite;
}
.ring-0 i {
    animation: counterClockwiseRotate 35s linear infinite;
}
.ring-0 > *:nth-of-type(1) {
    transform: rotate(95deg) translate(12.5em) rotate(-95deg);
}
.ring-0 > *:nth-of-type(2) {
    transform: rotate(277deg) translate(12.5em) rotate(-190deg);
}
.ring-0 > *:nth-of-type(3) {
    transform: rotate(285deg) translate(12.5em) rotate(-285deg);
}
.ring-0 > *:nth-of-type(4) {
    transform: rotate(380deg) translate(12.5em) rotate(-380deg);
}
.ring-1 {
    width: 20em;
    height: 20em;
    animation: clockwiseRotate 30s linear infinite;
}
.ring-1 i {
    animation: counterClockwiseRotate 30s linear infinite;
}
.ring-1 > *:nth-of-type(1) {
    transform: rotate(126.6666666667deg) translate(10em) rotate(-126.6666666667deg);
}
.ring-1 > *:nth-of-type(2) {
    transform: rotate(311.333333deg) translate(10em) rotate(-253.3333333333deg);
}
.ring-1 > *:nth-of-type(3) {
    transform: rotate(380deg) translate(10em) rotate(-380deg);
}
.ring-2 {
    width: 15em;
    height: 15em;
    animation: clockwiseRotate 25s linear infinite;
}
.ring-2 i {
    animation: counterClockwiseRotate 25s linear infinite;
}
.ring-2 > *:nth-of-type(1) {
    transform: rotate(47.5deg) translate(7.5em) rotate(-47.5deg);
}
.ring-2 > *:nth-of-type(2) {
    transform: rotate(229deg) translate(7.5em) rotate(-95deg);
}
.ring-2 > *:nth-of-type(3) {
    transform: rotate(142.5deg) translate(7.5em) rotate(-142.5deg);
}
.ring-2 > *:nth-of-type(4) {
    transform: rotate(190deg) translate(7.5em) rotate(-190deg);
}
.ring-2 > *:nth-of-type(5) {
    transform: rotate(237.5deg) translate(7.5em) rotate(-237.5deg);
}
.ring-2 > *:nth-of-type(6) {
    transform: rotate(285deg) translate(7.5em) rotate(-285deg);
}
.ring-2 > *:nth-of-type(7) {
    transform: rotate(332.5deg) translate(7.5em) rotate(-332.5deg);
}
.ring-2 > *:nth-of-type(8) {
    transform: rotate(380deg) translate(7.5em) rotate(-380deg);
}
.ring-3 {
    width: 10em;
    height: 10em;
    animation: clockwiseRotate 20s linear infinite;
}
.ring-3 i {
    animation: counterClockwiseRotate 20s linear infinite;
}
.ring-3 > *:nth-of-type(1) {
    transform: rotate(80.666667deg) translate(5em) rotate(-126.6666666667deg);
}
.ring-3 > *:nth-of-type(2) {
    transform: rotate(253.3333333333deg) translate(5em) rotate(-253.3333333333deg);
}
.ring-3 > *:nth-of-type(3) {
    transform: rotate(380deg) translate(5em) rotate(-380deg);
}
ul[class^=ring] {
    border: solid 1px #fff;
    position: relative;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    box-sizing: content-box;
}
ul[class^=ring] li {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6em;
    height: 1.6em;
    margin: -0.8em;
}
.orbit-center {
    z-index: 5;
    font-size: 2em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    background: hotpink;
    border-radius: 50%;
    color: #fff;
    padding: 20px;
}
.orbit-center:hover .orbit-center__icon {
    transform: rotateZ(0deg);
}
.orbit-center__icon {
    transform: rotateZ(-360deg);
    transition: all 300ms ease-in-out;
}
.orbit-wrap img {
    width: 30px;
}
/* animations */
@keyframes clockwiseRotate {
    from {
        transform: rotate(0deg);
   }
    to {
        transform: rotate(360deg);
   }
}
@keyframes counterClockwiseRotate {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(-360deg);
   }
}
/**orbit end **/