@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
}

body {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
a {
    text-decoration: none;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.error {
    color: red;
}

/*-- Admin header --*/
.admin-top-header {
    background:#25507d;
    padding: 15px 0;
    position: relative;
    z-index: 99;
}

.admin-top-header .login-logo {
    position: relative;
    top: 0;
    margin-right: 30px;
}

.admin-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
}

.nav-logo {
    display: flex;
    align-items: center;
}
.admin-header .admin-logo img {
    height: 41px;
}
.admin-top-header .lines-button {
    height: 20px;
    padding: 0;
    width: auto;
    background: transparent;
}

.admin-leftbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-leftbar ul li a {
    color: #222222;
    text-decoration: none;
    text-transform: uppercase;
}

.admin-leftbar ul li.active a,
.admin-leftbar ul li.active a i {
    color: #00b300;
}

.admin-leftbar ul li {
    padding: 17px 20px;
    line-height: 0;
    border-left: 4px solid transparent;
    padding-left: 30px;
}
li.need-helps {
    border-top: 1px solid #f2f2f2;
}
.admin-leftbar ul li:hover,
.admin-leftbar ul li.active {
    background: #e8eaf0;
    border-left: 4px solid #00b300;
}

.admin-leftbar {
    background: #fff;
    min-height: 100%;
    height: calc(100vh - 78px);
    position: relative;
    padding-top: 5px;
}

.admin-leftbar ul li svg,
.admin-leftbar ul li i {
    margin-right: 30px;
    color: #999999;
    font-size: 16px;
}

.profile-right .nav-link {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    border: 0;
    padding: 0.5rem 0;
}

.profile-right a.nav-link.dropdown-toggle {
    font-weight: 500;
    cursor: pointer;
}

.dropdown-toggle::after {
    margin-left: 15px;
    vertical-align: middle;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.profile-right .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px 2px rgba(0, 30, 0, 0.15);
    border-radius: 6px;
}

li.nav-item.dropdown {
    position: relative;
    perspective: 1000px;
    z-index: 100;
}


.btn.manage-btn {
    color: #fff;
    text-align: left;
    width: auto;
    margin-top: 15px;
    background: #00b300;
    border-radius: 3px;
    border-color: #00b300;
    font-size: 20px;
    padding: 19px 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    max-width: 350px;
    width: 100%;
}


.btn.manage-btn:hover {
    background: #01a301;
}
/*
ul.header_dropdown {
    height: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: all .6s ease;
    top: 35px;
      width: auto;
	  background-color: #fff;
	      padding: 0;
		      border-radius: 4px;
}
ul.header_dropdown.show_dropdown {
    height: auto;
    opacity: 1;
    transform: translateY(0);
	overflow: hidden;
}*/
ul.header_dropdown {
    position: absolute;
    transform: translateX(-20px) translateY(5px);
    width: 110px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

ul.header_dropdown.show_dropdown {
    height: 85px;
    visibility: visible;
}

.header_dropdown li {

    padding: 5px 15px;
    padding: 10px 20px;
    list-style: none;
}

.header_dropdown li:hover {
    background-color: #00b300;
    color: #fff;
}

.profile-right .nav-tabs li.dropdown:hover .dropdown_menu li {
    display: block;
}

.profile-right ul.header_dropdown.show_dropdown li {
    display: block;
}

.profile-right ul.header_dropdown.header_dropdown.show li {
    display: block;
    opacity: 1;
}

/*
.profile-right .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
	top: -7px;
	right: 5px;
    border-color: #fff;
    border-left: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    transform: translateX(-50%) rotate(135deg);
    box-shadow: -2px 2px 3px rgba(57,73,76,.1);
}*/
.profile-right .nav-tabs {
    border: 0;
    align-items: center;
}

.profile-right .nav-tabs i.icon-bell.icons {
    font-size: 24px;
    color: #fff;
}

.profile-right .nav-tabs li.noti-bell {
    margin-right: 35px;
    font-size: 0;
    position: relative;
}

span.noti-sign {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #d60000;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
}

.bottom-fixed {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.bottom-fixed .invitelink {
    border-bottom: 1px solid #f2f2f2;
}

.profile-right .nav-tabs .dropdown-item {
    padding: 0;
}

.profile-right .nav-tabs .dropdown-item:focus,
.profile-right .nav-tabs .dropdown-item:hover {
    background-color: transparent;
}

.header_dropdown li:hover a {
    color: #fff;
}

/*
.profile-right .dropdown-menu {
    min-width: 7.5rem;
    padding: 0;
    background: transparent;
	height: 0;
    overflow: hidden;
	transition: .5s ease all;
	visibility: hidden;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
	 transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
	right: 0;
	perspective: 1000px;
    z-index: -1;
}

.profile-right ul.header_dropdown.show_dropdown .dropdown_item-1 {
  transform-origin: top center;
  animation: rotateX 300ms 60ms ease-in-out forwards;
}
.profile-right ul.header_dropdown.show_dropdown .dropdown_item-2 {
  transform-origin: top center;
  animation: rotateX 300ms 120ms ease-in-out forwards;
}


.profile-right ul.header_dropdown.show_dropdown .dropdown_item-3 {
  transform-origin: top center;
  animation: rotateX 300ms 180ms ease-in-out forwards;
}
.profile-right ul.header_dropdown.show_dropdown .dropdown_item-4 {
  transform-origin: top center;
  animation: rotateX 300ms 240ms ease-in-out forwards;
}
.profile-right ul.header_dropdown.show_dropdown .dropdown_item-5 {
    transform-origin: top center;
    animation: rotateX 300ms 300ms ease-in-out forwards;
}
@-moz-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateY {
	100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }


}
*/
.admin-leftbar .invitelink a {
    background: #00b300;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 12px;
    color: #fff;
}
.admin-leftbar .invitelink a:hover {
   background: #01a301;
}

.admin-leftbar .invitelink ul li i {
    margin-right: 10px;
    color: #fff;
}

.admin-leftbar .invitelink ul li {
    border-left: 0 solid transparent;
    padding: 17px 21px;
}

.admin-leftbar .invitelink ul li:hover {
    background: transparent;
}

.footer-copyright {
    color: #808080;
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.footer-copyright a {
    color: #808080;
    text-decoration: none;
}
.profile-right {
    display: flex;
    align-items: center;
}

.darkmode {
    margin-right: 35px;
    display: flex;
}

.darkmode h4 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 24px;
    margin-right: 20px;
}

.darkmode > .switch {
    display: block;
    margin: 0;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 58px;
    height: 26px;
    padding: 0;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 12px;
    text-transform: uppercase;
    background: #858585;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 7px;
    color: #fff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked ~ .switch-label {
    background: #00b300;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked ~ .switch-handle {
    left: 35px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/*-- Admin header END --*/
.login-col {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6fa;
}

.login-right {
    background: #25507d;
    min-height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(37,80,125);
    background: linear-gradient(180deg, rgba(37,80,125,1) 0%, rgba(13,46,82,1) 100%);
}

.bck-site {

}

.bck-site a {
    font-size: 17px;
    letter-spacing: -.2px;
    color: #fff;
    text-decoration: none;
}

.left-chevron {
	position: absolute;
    left: -20px;
    top: 5px;
    height: 17px;
    width: 17px;
    background: url(../images/chevron-left-sharp-light.svg) no-repeat;
    background-size: 100% 100%;
	filter: invert(93%) sepia(93%) saturate(0%) hue-rotate(219deg) brightness(105%) contrast(100%);
}

.login-center img {
    /* height: 55px; */
    max-width: 100%;
}
.login-center.heading-cernter {
    padding: 0 40px;
}
.login-right .lines-button {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
}

.login-right .login-logo {
    top: 50px;
    left: 55px;
}
.login-left .login-logo img {
    height: 45px;
}
.login-left .login-logo {
    right: inherit;
    width: 70px;
    border-radius: 4px;
    top: -2px;
    text-align: center;
    height: 72px;
    line-height: 70px;
    margin-left: 430px;
    background: #25507d;
}

.form-floating.martop-zero {
    margin-top: -1px;
}
.login-right h3.company-analytics {
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
}
.login-center.heading-cernter h2.company-trading {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.login-center.heading-cernter h2.company-trading span {
    color: #32a965;
}
.login-center.heading-cernter img {
    margin-bottom: 20px;
}

.login-right h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-top: 30px;
}

.login-right h3 span {
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.login-left {
    width: 100%;
    max-width: 500px;
}

.login-left h2 {
    font-size: 34px;
    font-weight: 600;
    color: #222222;
}

.login-left p {
    font-size: 19px;
    color: #505050;
    font-weight: 300;
}

.bg-shadow {
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.shadow-minheight .bg-shadow {
    min-height: 460px;
    padding: 25px 30px;
	    position: relative;
}

.login-left .bg-shadow {
    padding: 0;
    margin: 0;
}

.Remember-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-left .form-check a {
    color: #00b300;
    font-weight: 500;
}

.Remember-password .form-check .form-check-input {
    margin-left: 0;
}

.form-floating > .form-control,
.form-floating > .form-select {
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 0;
    padding: 35px 23px;
    outline: none;
    /*  border-left: 2px solid #00b300;*/
}

.form-floating > .form-select {
    height: 72px;
    padding: 20px 23px 0;
}

.form-floating.martop-zero > .form-control {
    border-left: 1px solid rgb(0 0 0 / 8%);
}

.form-floating > label {
    padding: 20px 25px;
    color: #909090;
}

.form-control:focus {
    box-shadow: none;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 45px;
    padding-bottom: 25px;
    color: #222222;
    /*  border-left: 2px solid #00b300; */
}

.form-floating > .form-control.do_focus {
    border-left: 2px solid #00b300;
}

button.btn.btn-primary {
    background: #00b300;
    border-radius: 3px;
    border-color: #00b300;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 19px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

button.btn.btn-primary:hover {
       background: #01a301;
	    border-color: #01a301;
}

.login-left {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 120px 0 60px;
}

.login-left .form-check {
    margin: 20px 0 25px;
    text-align: center;
    font-size: 15px;
    color: #505050;
    padding: 0;
	    width: 50%;
    text-align: left;
	height: auto;
}

.login-left .sign-up .form-check {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
}

.login-left .form-check label.form-check-label {
    margin-left: 5px;
    font-weight: 300;
}

.login-left .form-check .form-check-input {
    float: none;
    border-radius: 5px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.forget-password a {
    font-weight: 300;
}

.form-floating {
    margin-top: 50px;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: none;
}

/*-- pin page --*/
.pin-group .form-control {
    border: 1px solid rgb(0 0 0 / 8%);
    border-radius: 0;
    padding: 23px 15px;
    outline: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    width: 96px;
    display: inline-block;
    margin-right: 25px;
}

.pin-group label {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: #909090;
}

.login-left a {
    color: #505050;
    text-decoration: none;
}


.login-left a:hover {
    color: #222;
}

.forget-pin {
    text-align: center;
    margin-top: 45px;
}

.submit-reset {
    margin-top: 60px;
}

.mrbtm-30 {
    margin-bottom: 40px;
}

/*-- togglt btn --*/
.login-logo {
    position: fixed;
    top: -98px;
    /* left: 0; */
    z-index: 9;
}

.lines-button {
    transition: .3s;
    border: 0;
    background: #441212;
    width: 85px;
    height: 163px;
    border-radius: 50px;
    padding-top: 82px;
}

.lines-button .lines {
    position: relative;
    vertical-align: middle;
}

.lines-button .lines,
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    border-radius: 0;
    background-clip: padding-box;
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #fff;
}

.mobile-menu-button-light .lines,
.mobile-menu-button-light .lines:before,
.mobile-menu-button-light .lines:after,
.mobile-menu-button-light .lines > span {
    background: #949393;
}

.lines-button .lines,
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    border-radius: 0;
    background-clip: padding-box;
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #fff;
}/*
.login-page .lines-button .lines,
.login-page .lines-button .lines:before,
.login-page .lines-button .lines:after,
.login-page .lines-button .lines > span {
	  background: #000;
}
*/
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    content: '';
    left: 0;
    position: absolute;
    transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out;
    transform-origin: 10px center;
}

.lines-button .lines:before {
    top: 8px;
    width: 16px;
}

.lines-button .lines:after {
    top: -8px;
    width: 23px;
}

.lines-button .lines > span {
    transform: translateY(-50%);
    top: 50%;
    display: none;
}

.lines-button.menu-active .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
}

.lines-button.menu-active .lines:before,
.lines-button.menu-active .lines:after {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    top: 0;
}

.lines-button.menu-active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.menu-active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.menu-active .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
}

.lines-button.menu-active .lines:before,
.lines-button.menu-active .lines:after {
    transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
    top: 0;
}

.lines-button.menu-active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.menu-active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.menu-active .lines:before {
    width: 20px;
}
.lines-button.menu-active .lines:after {
    width: 20px;
}

/*-- Admin page --*/
.admin-form .form-control,
.admin-form .form-select {
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    height: 45px;
}

.admin-form .form-label {
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 11px;
}

.admin-form .form-label.form-label.block {
    display: block;
    width: 100%;
}

label.form-label.block {
    display: block;
}

.admin-form textarea.form-control {
    height: 175px;
}

.mb-3 {
    margin-bottom: 20px !important;
}

.mb-3.radio-div {
    margin-bottom: 70px !important;
}

.admin-page {
    font-family: 'Poppins', sans-serif;
    background: #e8eaf0;
}

.admin-form .btn {
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 10px;
    outline: none;
}

button.btn.btn-submit {
    background: #0c2c47;
    color: #fff;
    width: 155px;
}

button.btn.btn-submit:hover {
    background: #113d62;
}

button.btn.btn-Cancel {
    background: #f5f5f5;
    width: 125px;
    margin-right: 15px;
    border: 1px solid #e4e5e7;
}

button.btn.btn-Cancel:hover {
    background: #e4e5e7;
    border: 1px solid #ccc;
}

.mb-3.text-right {
    text-align: right;
    margin-bottom: 12px !important;
}

.admin-form {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
}

.admin-form h3 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
}

.admin-form h3 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
}

.breadcrum h2 {
    font-size: 23px;
    color: #222222;
    font-weight: 600;
    margin: 0;
    /*text-transform: uppercase;*/
}

.breadcrum h2.uppercase {
    text-transform: uppercase;
}

.breadcrum h2 span {
    font-weight: 400;
}

.breadcrum {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    align-items: flex-end;
    margin-top: 40px;
}

.breadcrum ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrum ul li {
    display: inline-block;
    color: #808080;
    margin-left: 10px;
}

.breadcrum ul li a {
    color: #4caf50;
    text-decoration: none;
    font-weight: 600;
}

.breadcrum i.icon-arrow-right.icons {
    font-size: 14px;
}

.pin-group.inputfield .form-control {
    text-align: center;
}

ul.pagination.justify-content-end {
    margin-bottom: 0;
}

.input-group-text {
    border: 1px solid #b5b5b5;
    background-color: #b5b5b5;
    width: 45px;
    justify-content: center;
    border-radius: 3px !important;
}

span.input-group-date {
    border: 1px solid #b5b5b5;
    background-color: #b5b5b5;
    width: 45px;
    justify-content: center;
    border-radius: 3px;
    display: flex;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 45px;
    align-items: center;
    color: #000000;
}

.date-picker-group {
    position: relative;
}

.admin-leftbar ul li .menu-sub-ul {
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: -1px;
    opacity: 0;
    width: 200px;
    border-top: 1px solid #e8eaf0;
}

.menu-sub-list {
    z-index: 999;
    position: relative;
}

.admin-leftbar ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.admin-leftbar ul li .menu-sub-ul li {
    padding: 25px 20px;
    background: #fff;
}

.admin-leftbar ul li i.icon-arrow-right.icons {
    margin-right: 5px;
    float: right;
}

[type=text]:focus, [type=email]:focus, [type=url]:focus, [type=password]:focus, [type=number]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=week]:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

/*-- Dashborad --*/
.Chart-report {
    width: 69%;
    padding: 30px;
}

.Ytd-report {
    width: 31%;
    background: #67c26b;
    /* background: #67c26b url(../images/shape-ytd.png) no-repeat;*/
    background-size: cover;
    background-position: center center;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.Ytd-report.red_report {
    background: #d60000;
}

/* arrow animation */
/* @-webkit-keyframes mymove {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 0% -100%;
    }
}
@keyframes mymove {
    from {
        background-position: 0% 0%;
    }
    to {
        background-position: 0% -100%;
    }
}

.Ytd-report {
   -webkit-animation:mymove 0.1s linear;
    animation:mymove 0.1s linear;
    background-image: url(../images/shape-ytd.png);
} */

/*.arrow_img {
    position: absolute;
    right: -85px;
    bottom: 0;
    height: 392px;
    width: 420px;
    background: url(../images/upreport-arrow.png) no-repeat;
    background-size: 80% 100%;
}*/

.arrow_img {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 390px;
    width: 390px;
    background: url(../images/upreport-arrow.png) no-repeat;
    background-size: 100% 100%;
}

.sidebar-collapsed .arrow_img {
    right: 0px;
    background-size: 100% 100%;
    /* bottom: -15px; */
}

.Ytd-report.red_report .toparrow_img {
    transform: rotate(180deg);
    right: inherit;
    left: -85px;
    top: 0;
    bottom: inherit;
}

.move_arrow_totop {
    opacity: 0;
    animation-name: bottomFadeOut;
    animation-delay: 0.1s;
    animation-duration: 2800ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes bottomFadeOut {
    0% {
        position: absolute;
        bottom: -432px;
        opacity: 0;
    }
    75% {
        position: absolute;
        bottom: 0;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

}


.toparrow_img {
    position: absolute;
    right: -85px;
    bottom: 0;
    height: 392px;
    width: 420px;
    background: url(../images/upreport-arrow.png) no-repeat;
    background-size: 80% 100%;
}

.move_arrow_tobottom {
    opacity: 0;
    animation-name: topFadeOut;
    animation-delay: 0.1s;
    animation-duration: 2800ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes topFadeOut {
    0% {
        position: absolute;
        top: -432px;
        opacity: 0;
    }
    75% {
        position: absolute;
        bottom: 0;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }

}

/* .arrow_img {
    position: absolute;
    right: 0;
    bottom: -412px;
    height: 412px;
    background: url(../images/upreport-arrow.png) 0% 0% repeat;
    animation-name: MOVE-BG;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
   width: 430px;
    background-position: bottom right;
    background-size: 100% 100%;
	transition: transform 10000000s ease-in-out;
}
@keyframes MOVE-BG {
   from {
     transform: translateY(0);
   }
   to {
     transform: translateY(-412px);
   }
} */
/* //arrow animation */

.row.Chart-row .bg-shadow {
    padding: 0;
}

.Ytd-report h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.Ytd-report ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.Ytd-report ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}


.Ytd-report ul li:last-child, .sidebar-collapsed .Ytd-report ul li:last-child {
    margin-bottom: 0;
}

.Ytd-report ul li span {
    font-size: 35px;
    color: #222222;
    font-weight: 600;
    display: block;
    line-height: 48px;
}

.Chart-Yed {
    display: flex;
}

.share-left span {
    background: #c4162d;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.share-report {
    display: flex;
    align-items: center;
}

.share-left {
    margin-right: 12px;
}

.share-rht h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.share-rht h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
}

.share-rht h2 span {
    font-size: 12px;
    color: #ff9a08;
    margin-left: 5px;
    position: absolute;
}

.share-rht h3 span {
    font-size: 14px;
    color: #888;
    margin-left: 5px;
    font-weight: 400;
}

.share-rht h3 span.share-percent {
    color: #26a18b;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
}

.sharelist .bg-shadow {
    padding: 30px 20px;
}

.share-rht h3 span.share-percent.mins-precent {
    color: #f00e20;
}

h2.dash_h2, .active_market h4, .active_market h4 span {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 25px;
}

.shadow-minheight .bg-shadow h2.dash_h2 {
    margin-bottom: 30px;
}

h2.dash_h2 {
    font-weight: 500;
}

.row.major-row h2.dash_h2 {
    margin-bottom: 5px;
}

.active_market h4 span {
    font-weight: 400;
    display: block;
}

.active_market h4 {
    margin-top: 45px;
    margin-bottom: 50px;
}

.active_market a {
    color: #fff;
    background: #00b300;
    text-transform: none;
    text-decoration: none;
    border-radius: 5px;
    padding: 14px 20px;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.active_market a:hover {
       background: #01a301;
}
.funts-invest h1 {
    font-size: 52px;
    color: #00b300;
    font-weight: 600;
    margin: 0;
    margin-bottom: 29px;
}

.funts-invest.unavailable-invest h1 {
    color: #d32323;
}

.funts-invest h1 sup {
    line-height: 0;
    top: -0.25em;
}

.funts-invest p {
    font-size: 11px;
    color: #aaaaaa;
    margin: 0;
}

.top_row {
    display: flex;
    justify-content: space-between;
}

.top_row select {
    border: 1px solid #d7d7d7;
    height: 36px;
    border-radius: 5px;
    width: 100px;
    -webkit-appearance: none;
    padding: 7px;
}

.top_row select option {
    background: #fff;
    color: #000;
    background-color: #fff;
}

.hitrtae-drop:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    right: 15px;
    top: 11px;
}

.hitrtae-drop {
    position: relative;
}

.bottom_row p {
    font-size: 16px;
    margin-bottom: 0;
}

.bottom_row {
    margin-top: 40px;
    text-align: center;
}

.bottom_row.trand_plan {
    text-align: center;
    margin-top: 20px;
}

.bottom_row.trand_plan span {
    color: #aaaaaa;
    font-size: 13px;
}

.bottom_row.trand_plan span b {
    color: #222222;
    font-weight: 500;
}

.bottom_row.trand_plan h4 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 400;
    margin-top: 60px;
}

.bottom_row.trand_plan a.review_alert_btn {
    background: #00b300;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 14px 25px;
    font-size: 15px;
    display: inline-block;
    margin-top: 20px;
}
.bottom_row.trand_plan a.review_alert_btn:hover {
       background: #01a301;
}
.top_row ul {
    list-style: none;
    margin: 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    line-height: 0;
    font-size: 0;
    padding: 0;
    height: 40px;
    margin-right: 15px;
}

.top_row ul li {
    display: inline-block;
    line-height: 30px;
}

.top_row ul li span {
    color: #aaaaaa;
    font-size: 15px;
    padding: 4px 25px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.top_row ul li.active span,
.top_row ul li:hover span {
    background: #4caf50;
    color: #fff;
}

.Chart-report .top_row {
    margin-bottom: 20px;
}

.Chart-report .top_row h2.dash_h2 {
    margin: 0;
    line-height: 36px;
}

.losse-gain ul {
    padding: 0;
    list-style: none;
    margin: 0;
    line-height: 0;
    float: left;
    width: 50%;
}
.losse-gain ul.profit-rate span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #d60000;
    border-radius: 50%;
    margin-right: 10px;
}

.losse-gain ul.profit-rate li {
    font-size: 15px;
    margin-bottom: 20px;
}

.losse-gain ul.profit-rate li:last-child {
    margin-bottom: 0;
}

.losse-gain ul.profit-rate li.Gains span {
    background: #00b300;
}

.losse-gain ul.trader-number li span {
    color: #aaaaaa;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.losse-gain ul.trader-number li {
    font-size: 22px;
    font-weight: 600;
    line-height: 16px;
}

ul.trader-number {
    text-align: right;
    margin: 0;
    margin-top: 0;
}

ul.trader-number span {
    margin-bottom: 18px;
}

.hitrate-graph {
    width: 100%;
}

.losse-gain {
    /* width: 100%; */
    /* display: flex; */
    justify-content: space-between;
    margin-top: 15px;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.tradingview-widget-copyright {
    display: none;
}

.sharelist iframe .js-copyright-label {
    display: none !important;
}

.hitrate-graph canvas {
    margin-top: -5px;
}

/*-- Dashborad END --*/

/*-- Trade Plan --*/
.share-company ul {
    padding: 0;
    margin: 0;
}
.share-company-pd.col-pdshare {
    padding-bottom: 0;
}
.share-company-pd.col-pdshare ul {
    margin-bottom: 25px;
}
.share-company ul li {
    background: #f3f3f3;
    margin-bottom: 25px;
    display: flex;
    border-radius: 3px;
    padding: 10px 20px;
    justify-content: space-between;
}


.share-company ul li .share-company-name {
    width: 60%;
    padding-right: 10px;
}

.share-company ul li .share-open {
    width: 40%;
    text-align: right;
}

.share-company ul li:last-child {
    margin-bottom: 0;
}


.share-company ul li .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
.share-company ul li .form-check-input:checked[type=checkbox] {
    background-blend-mode: difference;
}
.share-company ul li .form-check-input:checked {
    background-color: #fdfdfd;
    border-color: #dcdcdc;
	box-shadow: none;
}
.share-company ul li .form-check {
    background: #22c722;
    padding: 8px;
    margin: 0;
    width: 36px;
    text-align: center;
    position: absolute;
    left: 0;
    height: 58px;
    top: 0;
	border-radius: 3px 0 0 3px;
	display: flex;
    align-items: center;
}

.share-company ul.red-color li .form-check, .share-company ul.red-color-short li .form-check {
	background: #d32323;
}
.share-company ul.blue-color li .form-check {
    background: #2382d3;
}
.share-company ul.black-color li .form-check {
    background: #222222;
}
.share-company.ulborder-left ul li {
   border-left: 5px solid #22c722;
}

.share-company.ulborder-left ul.red-color li, .share-company.ulborder-left ul.red-color-short li {
    border-left: 5px solid #d32323;
}

.share-company.ulborder-left ul.blue-color li {
    border-left: 5px solid #2382d3;
}

.font-regular-grey {
    display: inline-block;
    color: #aaaaaa;
    margin-right: 2px;
}
.share-company ul li {
    position: relative;
	padding-left: 50px;
}
.share-company.ulborder-left ul li {
    position: relative;
	padding-left: 20px;
}

.form-check .form-check-input {
   float: none;
    margin-left: 0;
}
.share-company ul li .share-company-name span {
     display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1em;
    line-height: 1em;
	margin-top: 3px;
    white-space:nowrap;
}
.share-company ul li h3 {
    font-size: 19px;
    color: #222222;
    font-weight: 600;
    margin: 0;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    white-space:nowrap;
}

.share-company ul li span {
    font-size: 10px;
    color: #222;
}

.share-company ul li h3 span.font-regular {
    font-weight: 400;
    font-size: 19px;
    color: #222222;
}

.sidebar-collapsed .share-company ul li h3,
.sidebar-collapsed .share-company ul li h3 span.font-regular {
    font-size: 15px;
}

.font-regular {
    font-weight: 400;
    text-align: right;
    font-size: 10px;
}
.font-regular a {
    color: #222222;
    text-decoration: none;
    font-weight: 600;
}

.font-regular span {
    font-weight: 600;
}

.share-company-name {
    line-height: 1;
}

.bottom-fix {
    position: absolute;
    bottom: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;

}

.bottom-fix span {
    cursor: pointer;
}

.bottom-fix i.icon-arrow-up.icons {
    display: block;
}
.market_stock i {
    position: relative;
    top: -2px;
}
.time_to_execute .time_data span {
    margin-top: 2px;
}
.unactive_market, .active_market {
    text-align: center;
    border-top: 10px solid #000;
    border-radius: 5px;
    height: 360px;
    position: relative;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.number-trade {
    text-align: center;
    border-radius: 5px;
    height: 350px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #fff;
}

.unactive_market .number-trade:before, .active_market .number-trade:before {
    content: "2";
    position: absolute;
    font-size: 660px;
    color: rgb(0 0 0 / 8%);
    right: -115px;
    top: -65px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    line-height: 500px;
    z-index: 1;
}

.mrkt_1 .number-trade:before {
    content: "1";
    right: -25px;
    top: -110px;
}

.unactive_market.mrkt_3 .number-trade:before,
.active_market.mrkt_3 .number-trade:before {
    content: "3";
    right: -115px;
    top: -30px;
}

.active_market {
    border-top: 10px solid #03b201;
}

.active_market {
    position: relative;
    border-radius: 5px 5px 0 0;
    /*box-shadow: 0 -20px 20px rgb(0 0 0 / 5%);*/
}

.mng_small_arrow i.icon-arrow-down.icons {
    transform: rotate(-180deg);
    display: inline-block;
}

.market_stock {
    cursor: pointer;
    width: 30px;
    margin: 0 auto;
}

.active_market.after-shadow:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    height: 55px;
    bottom: -40px;
    left: 0;
    -webkit-box-shadow: 10px 0 10px -10px rgb(0 0 0 / 10%), -10px 0 10px -10px rgb(0 0 0 / 10%);
}

.time_to_execute {
    background: #000;
    font-size: 15px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 8px 10px;
    font-weight: 600;
    line-height: 16px;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
}

.complete_market .time_to_execute {
    height: 50px;
    line-height: 33px;
}
/*
.detailCntnt .market-open.owl-carousel.owl-loaded {
    display: none;
}
*/
.no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: flex !important;
}

.detailCntnt .market-open.open_it.owl-carousel.owl-loaded {
    display: flex;
    width: auto;
}

.owl-carousel {
    display: flex;
}

.detailCntnt .market-open {
    height: 0;
    overflow: hidden;
    display: flex;
    width: auto;

}


.detailCntnt .market-open.open_it {
    height: auto;
    overflow: inherit;
    /*transition: all 5s;*/
}


.detailCntnt .share-company.open_record {
    height: auto;
    overflow: inherit;
    margin-bottom: 20px;
}

.detailCntnt .share-company {
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	    position: relative;
}
.detailCntnt .share-company.close_record {
    box-shadow: none !important;
}

/* .detailCntnt .share-company.close_record {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
} */
.market-open {
    margin-top: 0;
    margin-bottom: 0;
}

.time_to_execute span {
    display: block;
    font-size: 10px;
    font-weight: 400;
}

.time_to_execute span.span-inline {
    font-size: 15px;
    display: inline-block;
    color: #b1b1b1;
    font-weight: 600;
}

.unactive_market img {
    margin: 76px auto;
}

.complete_market img {
    margin: 112px;
}

.complete_market i.fa-solid.fa-check {
    font-size: 130px;
    margin: 89px auto;
}

.progress-amount {
    width: 26%;
    position: relative;
}

.progress-plan {
    width: 15%;
    margin-top: 4px;
}

.show_progress {
    width: 59%;
}

.progress-amount legend {
    color: #aaaaaa;
    font-size: 13px;
    position: absolute;
    background: #fff;
    left: 60px;
    width: auto;
    margin-top: -9px;
}

.progress-amount legend i.icon-question.icons {
    color: #222;
}

.progress-amount fieldset {
    position: relative;
}

.progress-amount input, .progress-plan select {
    border: 1px solid #2222;
    height: 55px;
    border-radius: 3px;
    margin: 0;
    width: 100%;
}

.progress-amount input {
    text-align: right;
    font-size: 40px;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 50px;
   /*border: 1px solid #f1f2f3;*/
}

.progress-plan select {
    height: auto;
    border-radius: 5px;
    padding: 10.5px 12px;
    background: url(../images/down-arrow.png) no-repeat;
    background-position: 125px 14px;
    background-position: center right 10px;
    -webkit-appearance: none;
    line-height: 12px;
    font-size: 15px;
	    height: 35px;
}

.sidebar-collapsed .progress-plan select {
    font-size: 12px;

}

.progress-amount span {
    background: #f0f0f0;
    height: 53px;
    display: inline-block;
    font-size: 32px;
    color: #222;
    border-radius: 3px 0 0 3px;
    width: 45px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
}

.first_inner_row {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 13px;
}

.show_progress label {
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 2px;
}

.progress span, .show_progress span {
    font-size: 13px;
}

.progressbar-handle span {
    color: #fff;
    font-size: 14px;
}

.market-progress-bar span {
    text-align: right;
    padding-right: 40px;
}

.progress {
    height: auto;
}

.progress-number {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #aaaaaa;
    margin-top: 0;
}

.recommended {
    color: #222;
    width: auto;
    border-right: 2px solid #ccc;
    position: relative;
    padding-right: 20px;
}

.progress-zero {
    width: 15%;
    max-width: 10px;
}

.progress-hundred {
    width: 69%;
    text-align: right;
}

.mostly-row .progress-hundred {
    width: 60%;
}

.mostly-row .progress-zero {
    width: 20%;
    max-width: 115px;
}

.recommended:after {
    content: "";
    position: absolute;
    right: -2px;
    width: 2px;
    height: 2px;
    background: #fff;
    top: 9px;
}

span.green {
    color: #00b300;
}
span.red-arrow, .down-arrow-red span.green {
    color: #d32323;
}
.down-arrow-red img {
	 -webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.row.major-row h2.dash_h2 span {
    font-size: 20px;
    font-weight: 400;
}

.row.major-row h2.dash_h2 span.green,
.row.major-row h2.dash_h2 span.red-arrow {
    font-weight: 600;
}

span.below_heading {
    font-size: 13px;
}

.row.major-row h2.dash_h2 img {
    margin-left: 9px;
    margin-right: 5px;
}

.row.major-row .bg-shadow {
    /*background: #fff url(../images/module-shape.png) no-repeat;*/
	  background: #fff url(../images/shape-market.png) no-repeat;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 50px;
}

.row.mostly-row .bg-shadow {
    background: #fff url(../images/shape-market.png) no-repeat;
    margin-bottom: 0;
}

.row.major-row .bg-shadow.pd-remove {
    padding-bottom: 50px;
}

.arrow-icon {
    background: #f3f3f3;
    text-align: center;
    padding: 7px 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 0 3px 3px;
    z-index: 1;
}

.arrow-icon img {
    cursor: pointer;
    height: 35px;
}

.row.major-row {
    margin-bottom: 30px;
}
.form-save button.btn {
    font-weight: 600;
}

.tranding-module button.btn,
.form-save button.btn {
    background: #222;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px;
}

.tranding-module button.btn:hover,
.tranding-module button.btn:hover,
.form-save button.btn:hover {
    background: #000;
}

.tranding-module {
    margin-bottom: 60px;
}

.share-company-pd {
    padding: 30px;
    border-radius: 3px;
   /* margin-bottom: 30px;*/
}

.form-floating .form-control, .broker-form .form-control {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.top_row select.drop-time {
    display: none;
}

.admin-leftbar.helpform {
    padding: 25px 15px 10px;
    border-radius: 0 3px 3px 0;
    height: calc(100vh - 105px);
}
.login-page .admin-leftbar {
    background: rgb(255 255 255 / 96%);
}
.login-logo.rightsideicon {
    left: inherit;
    top: 27px;
    height: auto;

    position: absolute;
    right: 15px;
	    display: none;
}
.sidebar-collapsed .login-logo.rightsideicon {
    right: 5px;
}
.sidebar-collapsed .login-logo.rightsideicon{
	 opacity: 1;
	 	transition: 1s ease all;
}
.login-logo.rightsideicon .lines-button {
    height: auto;
    background: none;
    width: auto;
    padding: 0;
}

.admin-leftbar.helpform h2 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 25px;
}

.admin-leftbar.helpform .form-floating {
    margin: 0;
    margin-bottom: 16px;
}

.arrow-icon img {
    transform: rotate(180deg);
}

.arrow-icon img.mng_arrow {
    transform: rotate(0);
}

.audio-progress {
    height: 35px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #2222;
    position: relative;
}

.show_progress .ui-widget-content {
    top: 0 !important;
}

.audio-progress .bar {
    height: 100%;
    background-color: #e5322b;
    border-radius: 0 50px 50px 0;
    width:4%
}

.progressbar-handle, .handle-icon {
    display: block;
    position: absolute;
    z-index: 1;
    margin-top: 1.2px;
    /*	right: 0;*/
    margin-left: -19px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    cursor: pointer;
    background: url(../images/progress-right.png) no-repeat;
}

.progressbar-handle.handle-icon {
    background: url(../images/progress-green.png) no-repeat;
}

.goingLeft .progressbar-handle,
.goingLeft .handle-icon {
    margin-left: -15px;
}

.draggable {
    float: left;
    margin: 0 10px 10px 0;
    position:absolute;
    left: 4.5%
}

.show_progress .ui-widget-content {
    border: 0;
    background: transparent;
    color: #333;
    /*margin: 0;*/
    margin-left: -15px;
}

.show_progress {
    position: relative;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    /* transition: width .1s ease;*/
    transition: inherit;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 2rem 2rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

.bg-danger {
    background-color: #e5322b !important;
}

.bg-success {
    background-color: #4dcd61 !important;
}

.heading-plan {
    width: 85%;
}

.mode-heading {
    display: flex;
    justify-content: space-between;
}

.mode-heading .darkmode {
    margin: 0;
    padding-left: 15px;
}

/*
.col-sm-4.hitrate-col .bg-shadow {
    min-height: 209px;
}*/
.mode-heading .switch {
    width: 40px;
    height: 18px;
    border-radius: 18px;
}

span.switch-label i.icon-link.icons {
    font-size: 11px;
    color: #fff;
    padding: 2px 8px;
}

.mode-heading .switch-handle {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #d32323;
}

.mode-heading .switch-label {
    background: #d32323;
}

.mode-heading .switch-input:checked ~ .switch-handle {
    left: 25px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.mode-heading .switch-label:after,
.mode-heading .switch-label:before {
    content: "\e08d";
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    margin-top: 0;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
}

.mode-heading .switch-handle:before {
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: none;
    background-image: inherit;
}

.mode-heading .switch-label:after {
    left: 7px;
}

.mode-heading .switch-label:before {
    right: 7px;
}

.form-floating textarea.form-control {
    height: 95px;
}

.close-btn.sidebar-icon {
    position: absolute;
    right: 15px;
    top: 30px;
}

.close-btn.sidebar-icon i.icon-close.icons {
    font-size: 22px;
    cursor: pointer;
}

.col-sm-4.State-funds {
    overflow: auto;
}

.col-sm-4.State-funds .bg-shadow,
.available-fund-row .bg-shadow {
    min-height: 220px;
}

/* Animation of YTD report dashboard page */

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fourth-text {
    opacity: 0;
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* //Animation of dashboard page */
.round_chart {
    position: relative;
    margin: auto;
    width: 100%;
}

/*-- Setting Page --*/
.setting-form .form-floating, .broker-form .form-floating {
    margin: 0;
    margin-bottom: 16px;
}

.form-save button.btn.btn-primary {
    width: auto;
}

.broker-form .bg-shadow {
    /*min-height: 700px;*/
}

.form-save {
    margin-top: 25px;
}

button.btn.save_btn{
    background: #00b300;
}

button.btn.save_btn:hover {
    background: #01a301;
}

.form-save button.btn.save_btn {
    margin-right: 10px;
}
.upload-btn button.btn.save_btn {
    font-size: 20px;
    padding: 20px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    width: 100%;
}

.upload-btn {
    margin-top: 0;
}
table.table.table-bordered.trade-table {
    font-size: 16px;
    font-weight: 400;
}

table.table.table-bordered.trade-table thead th {
    font-weight: 500;
    background: #f7f7f7;
	    padding: 10px .5rem;
}

table.table.table-bordered.trade-table td {
    font-weight: 400;
	    padding: 8px .5rem;
}
.upload-bg .form-floating {
    margin: 0;
}
.upload-btn {
    margin-top: 0;
}
.upload-bg .form-floating > input.form-control.file-upload {
    padding: 26px 23px 44px;
}
/*-- Darkmode --*/
body.dark_mode {
    background-color: rgb(28, 28, 33);
    color: rgb(191, 191, 191);
}

.dark_mode .admin-page {
    background: rgb(43, 43, 43);
}

.dark_mode .admin-leftbar {
    background: rgb(28, 28, 33);
}

.dark_mode .bg-shadow {
    background: rgb(28, 28, 33);
}

.dark_mode h2.dash_h2,
.dark_mode .active_market h4,
.dark_mode .active_market h4 span {
    color: rgb(191, 191, 191);
}

.dark_mode .funts-invest h1 {
    color: rgb(153, 230, 153);
}

.dark_mode .funts-invest p {
    color: rgb(191, 191, 191);
}

.dark_mode .funts-invest.unavailable-invest h1 {
    color: rgb(230, 153, 153);
}

.dark_mode .breadcrum ul li {
    color: rgb(191, 191, 191);
}

.dark_mode .breadcrum ul li a {
    color: rgb(166, 216, 168);
}

.dark_mode .admin-leftbar ul li a {
    color: rgb(191, 191, 191);
}

.dark_mode .admin-leftbar ul li svg,
.dark_mode .admin-leftbar ul li i {
    color: rgb(191, 191, 191);
}

.dark_mode .admin-leftbar ul li.active a,
.dark_mode .admin-leftbar ul li.active a i {
    color: rgb(153, 230, 153);
}

.dark_mode .switch-input:checked ~ .switch-label {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px inset, rgba(0, 0, 0, 0.2) 0px 0px 3px inset;
    background: rgb(36, 143, 36);
}

.dark_mode .mode-heading .switch-label {
    background: rgb(196, 49, 49);
}

.dark_mode .tranding-module button.btn,
.dark_mode .form-save button.btn {
    background: rgb(33, 33, 33);
}

.dark_mode .tranding-module button.btn:hover {
    background: #000;
}

.dark_mode .admin-leftbar ul li:hover,
.dark_mode .admin-leftbar ul li.active {
    background: rgb(43, 43, 43);
    border-left: 4px solid rgb(36, 143, 36);
}

.dark_mode .breadcrum h2 {
    color: rgb(191, 191, 191);
}

.dark_mode .bg-shadow {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px;
}

.dark_mode .row.major-row .bg-shadow {
    background: url(../images/module-shape.png) no-repeat rgb(28, 28, 33);
}

.dark_mode input,
.dark_mode select,
.dark_mode textarea,
.dark_mode button {
    border-color: #616161 !important;
    color: #bfbfbf;
    background-color: #1f1f1f;
}

.dark_mode .arrow-icon {
    background: rgb(38, 38, 38);
}

.dark_mode .audio-progress {
    border: 1px solid #616161;
    position: relative;
}

.dark_mode .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(28, 28, 33, 0.15) 25%, transparent 25%, transparent 50%, rgba(28, 28, 33, 0.15) 50%, rgba(28, 28, 33, 0.15) 75%, transparent 75%, transparent);
}

.dark_mode .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(28, 28, 33, 0.15) 25%, transparent 25%, transparent 50%, rgba(28, 28, 33, 0.15) 50%, rgba(28, 28, 33, 0.15) 75%, transparent 75%, transparent);
}

.dark_mode .progress-amount input {
    border-color: rgb(38, 38, 38);
}

.dark_mode .progress-amount legend {
    color: rgb(191, 191, 191);
    background: rgb(28, 28, 33);
}

.dark_mode .progress-amount span {
    color: rgb(191, 191, 191);
    background: rgb(41, 41, 41);
}

.dark_mode .progress-amount input,
.dark_mode .progress-plan select {
    border-color: rgb(31, 25, 56);
}

.dark_mode .recommended {
    color: rgb(191, 191, 191);
    border-right: 2px solid rgb(77, 77, 77);
}

.dark_mode .recommended::after {
    background: rgb(28, 28, 33);
}

.dark_mode .bottom-fixed .invitelink {
    border-bottom: 1px solid rgb(38, 38, 38);
}

.dark_mode .switch {
    background-color: rgb(28, 28, 33);
    box-shadow: rgb(28, 28, 33) 0px -1px inset, rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
    background-image: linear-gradient(rgb(43, 43, 43), rgb(28, 28, 33) 25px);
}

.dark_mode .switch-label::before {
    color: rgb(255, 255, 255);
    text-shadow: rgba(28, 28, 33, 0.5) 0px 1px;
}

.dark_mode .switch-label::after {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px;
}
/*
.dark_mode .switch-handle {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px;
    background: linear-gradient(rgb(28, 28, 33) 40%, rgb(41, 41, 41)) rgb(28, 28, 33);
}

.dark_mode .switch-handle::before {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px inset;
    background: linear-gradient(rgb(43, 43, 43), white) rgb(31, 31, 31);
}
*/
.dark_mode .header_dropdown li {
    background-color: rgb(28, 28, 33);
}

.dark_mode .progress-amount legend i.icon-question.icons {
    color: rgb(191, 191, 191);
}

.dark_mode .audio-progress .bar {
    background-color: rgb(207, 68, 63) !important;
}

.dark_mode .audio-progress .bg-success {
    background-color: rgb(76, 205, 95) !important;
}

.dark_mode span.green {
    color: rgb(153, 230, 153);
}

.dark_mode .footer-copyright {
    color: rgb(191, 191, 191);
}

.dark_mode .admin-leftbar .invitelink a {
    color: rgb(255, 255, 255);
    background: rgb(36, 143, 36);
}

.dark_mode .row.major-row .bg-shadow {
    background: url(../images/module-shape.png) no-repeat rgb(28, 28, 33);
}

.dark_mode .row.mostly-row .bg-shadow {
    background: url(../images/shape-market.png) no-repeat rgb(28, 28, 33);
}

.dark_mode .form-floating > .form-control:focus, .dark_mode .form-floating > .form-control:not(:placeholder-shown) {
    color: rgb(191, 191, 191);
}

.dark_mode .form-floating > label {
    padding: 20px 25px;
}

.dark_mode .form-floating > label {
    color: rgb(191, 191, 191);
}

.dark_mode .form-floating > .form-control {
    color: rgb(191, 191, 191);
    background-color: rgb(28, 28, 33);
    background-clip: padding-box;
    border: 1px solid rgb(59, 69, 78);
}

.dark_mode .form-control:disabled, .dark_mode .form-control[readonly] {
    background-color: rgb(43, 43, 43);
}

.dark_mode button.btn.save_btn{
    background: rgb(36, 143, 36);
}
.dark_mode .form-save button.btn:hover  {
    background: rgb(48 48 48);
}
.dark_mode button.btn.save_btn:hover {
    background: rgb(40, 159, 40);
}

.dark_mode .form-select {
    background-color: rgb(28, 28, 33);
}

.dark_mode .admin-leftbar .invitelink ul li {
    border-left: 0 solid transparent;
    padding: 17px 21px;
}

.dark_mode .admin-leftbar .invitelink ul li:hover {
    background: transparent;
}

.dark_mode .header_dropdown li {
    background-color: rgb(28, 28, 33);
}

.dark_mode .header_dropdown li:hover {
    background-color: rgb(36, 143, 36);
    color: rgb(255, 255, 255);
}

.dark_mode .dropdown-item {
    color: rgb(191, 191, 191);
}

.dark_mode .mode-heading .switch-handle::before {
    background-color: rgb(28, 28, 33);
    background: rgb(28, 28, 33);
}

.dark_mode .admin-leftbar .invitelink ul li i {
    color: #fff;
}

.dark_mode .top_row ul {
    border-color: rgb(66, 66, 66);
}

.dark_mode .bottom_row.trand_plan a.review_alert_btn {
    color: rgb(255, 255, 255);
    background: rgb(36, 143, 36);
}
.dark_mode .bottom_row.trand_plan a.review_alert_btn:hover,
.dark_mode .admin-leftbar .invitelink a:hover,
.dark_mode .active_market a:hover {
   background: rgb(44 167 44);
}

.dark_mode .tv-embed-widget-wrapper__body {
    background: rgb(28, 28, 33);
    border-color: rgb(40, 46, 62);
}

.dark_mode .unactive_market, .dark_mode .active_market {
    border-top: 10px solid rgb(0, 0, 0);
    background: rgb(28, 28, 33);
}

.dark_mode .number-trade {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background: rgb(28, 28, 33);
}

.dark_mode .unactive_market .number-trade::before, .dark_mode .active_market .number-trade::before {
    color: rgba(191, 191, 191, 0.08);
}

.dark_mode .active_market {
    border-top: 10px solid rgb(37, 143, 36);
}

.dark_mode .share-company ul li {
    background: rgb(38, 38, 38);
    border-left: 5px solid rgb(47, 188, 47);
}

.dark_mode .share-company ul.red-color li {
    border-left: 5px solid rgb(196, 49, 49);
}

.dark_mode .share-company ul li h3 {
    color: rgb(191, 191, 191);
}

.dark_mode .share-company ul li span {
    color: rgb(191, 191, 191);
}

.dark_mode .share-company ul.blue-color li {
    border-left: 5px solid rgb(49, 127, 196);
}

.dark_mode .active_market a {
    color: rgb(255, 255, 255);
    background: rgb(36, 143, 36);
}

.dark_mode .active_market.after-shadow::after {
    background: rgb(28, 28, 33);
}

img.dark-modeimg, .dark_mode img.orignal-mode {
    display: none;
}

.dark_mode img.dark-modeimg {
    display: block;
}

.dark_mode .share-company ul li h3 span.font-regular {
    color: rgb(191, 191, 191);
}

.dark_mode ul.header_dropdown {
    background-color: rgb(28, 28, 33);
}
.dark_mode .bottom_row.trand_plan span b {
    color: #fff;
}
.dark_mode  .bottom_row.trand_plan span {
   color: rgb(191, 191, 191);
}
.bottom_row, .bottom_row.trand_plan.bottom_planfix {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.bottom_row.trand_plan {
     position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
}
.Ordermodal .modal-dialog {
    max-width: 590px;
}
.Ordermodal h3.modal-title {
    color: #222222;
    font-size: 22px;
    font-weight: 500;
}
.Ordermodal .modal-body p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}
.Ordermodal .modal-header {
    margin: 0;
    padding: 15px 25px;
    border: 0;
}
.Ordermodal .modal-body {
    padding: 0 25px;
}
.Ordermodal button.btn.btn-primary {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    background: #f0f0f0;
    border: 0;
    margin: 0;
    padding: 18px 15px;
    border-radius: 5px;
}
.Ordermodal button.btn.btn-primary.execute_btn.active_execute {
    background: #00b300;
	color:#fff;
}
.Ordermodal input.form-check-input.Iacknowledge {
    box-shadow: none;
}
.Ordermodal .modal-footer {
    border: 0;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    padding-bottom: 10px;
}
.Ordermodal button.btn.btn-cancel {
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 22px;
	outline: none;
    box-shadow: none;
}
.Ordermodal .form-check {
    margin: 0;
    margin-bottom: 18px;
    width: 100%;
    text-align: center;
    padding-left: 0;
}
.Ordermodal .modal-content {
    border: 0;
    border-radius: 3px;
    outline: 0;
}
.Ordermodal .order-result {
    display: inline-block;
    color: #222;
    font-weight: 600;
}
.Ordermodal .from-group label {
    color: #aaaaaa;
    width: 100px;
}
.Ordermodal .from-group {
    font-size: 13px;
    display: flex;
    margin-bottom: 30px;
}
.Ordermodal .order-result small {
    display: block;
    font-size: 9px;
    color: #aaaaaa;
}
.modal-accout {
    margin-top: 15px;
}
span.semi-blod {
    font-weight: 600;
}
.row.flex-centre .from-group {
        align-items: center;
    min-height: 70px;
}
/*
.setup_line {
    font-size: 10px;
    color: #aaaaaa;
    position: relative;
    z-index: 9;
	margin-top: 7px;
}
.setup_line {
    font-size: 10px;
    color: #aaaaaa;
    position: relative;
    z-index: 9;
    margin-top: 0;
    top: -50px;
    left: -30px;
    text-align: center;
    width: 33.33333333%;
}
*/
.setup_line {
    font-size: 10px;
    color: #aaaaaa;
    position: relative;
    z-index: 9;
    margin-top: 0;
    top: -25px;
    left: -10px;
    text-align: center;
    width: 33%;
    position: absolute;
}
.setup_line i {
    font-size: 13px;
    color: #222222;
	margin-left:9px;
	vertical-align: text-bottom;
}

/*-- wiki_page --*/
.wiki_page_content {
    margin-top: 30px;
    border-top: 1px solid #cac8c8;
    padding-top: 22px;
}
.help_wiki_form .form-floating {
    margin: 0;
}
.row-wiki .col-12 {
    margin-bottom: 10px;
}
.wiki_page_content h1 {
    font-size: 30px;
    margin-bottom: 25px;
}
.row-wiki .row {
    margin-bottom: 20px;
}
.row-wiki .row strong {
    font-weight: 600;
}
.help_wiki_form i.icon-magnifier.icons {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 24px;
    cursor: pointer;
}
.row-wiki {
    border-bottom: 1px solid #cac8c8;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.row-wiki .row:last-child{
    margin-bottom: 0;
}
.text-justify {
    text-align: justify;
}
.row-wiki img.chart_pattern_image {
    max-width: 100%;
}
.form-floating.help_wiki_form {
    margin-top: 0;
}
.welcome-modal .btn.get-started-btn {
    background: #00b300;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 14px 25px;
    font-size: 15px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
	    font-weight: 500;
		outline:none;
}
.welcome-modal .modal-body {
    padding: 25px;
}
.welcome-modal h4 {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0;
	margin-bottom: 15px;
}
.welcome-modal p {
    font-size: 13px;
    margin-bottom: 15px;
}
.welcome-modal .modal-dialog {
    margin-top: 100px;
}
.tg-dialog .tg-dialog-body {
    padding-top: 0 !important;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}
.tg-dialog .tg-dialog-header {
    padding: 20px 25px 0 !important;
}
.tg-dialog .tg-dialog-dots>span.tg-dot.tg-dot-active {
    background: #4caf50 !important;
}

/*-- Responsive --*/
@media (min-width: 767px) {
    .line_chart {
        position: relative;
        margin: auto;
        width: 100%;
        height: 250px;
    }
}

@media (min-width: 992px) {
    .line_chart {
        position: relative;
        margin: auto;
        width: 100%;
        height: 320px;
    }

    .sidebar-menu {
        /* position: absolute; */
        float: left;
        width: 310px;
        width: 106px;
        top: 78px;
        left: 0;
        bottom: 0;
		z-index: 99;
        /*overflow: hidden;
         padding: 0; */
        /* padding-left: 15px; */
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .login-page .sidebar-menu {
        -webkit-transition: 1s ease all;
        -moz-transition: 1s ease all;
        transition: 1s ease all;
    }

    .page-container.sidebar-collapsed .sidebar-menu {
        width: 95px;
        width: 310px;

    }

    .left-content {
        width: calc(100% - 110px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    /*
    .row.row-flex {
        justify-content: flex-end;
    }
    */
    .page-container #menu span,
    .bottom-fixed .invitelink ul span {
        opacity: 0;

    }

    .page-container.sidebar-collapsed #menu span,
    .sidebar-collapsed .bottom-fixed .invitelink ul span {
        opacity: 1;
    }

    .sidebar-collapsed .left-content {
        width: calc(100% - 314px);
    }

    .login-page .sidebar-menu {
        /* width: 0;*/
        padding: 0;
        position: absolute;
        /*top: 0;*/
        overflow: hidden;
        width: 450px;
       left: -450px;
    }

    .login-page.page-container.sidebar-collapsed .sidebar-menu {
        width: 450px;
        left: 0;
    }

}
@media (min-width: 1024px) {
    .line_chart {
        height: 300px;
    }
}
@media (min-width: 1170px) {
    .share-company ul {
        padding-left: 15px;
        padding-right: 55px;
    }

    .share-company .ul-pdset,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(3n) ul
	{
        padding-right: 15px;
        padding-left: 55px;
    }

    .share-company .ul-pdset-2,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(2) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(5) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(8) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(11) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(14) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(17) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(20) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(23) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(26) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(29) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(32) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(35) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(38) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(41) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(44) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(47) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(50) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(53) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(54) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(57) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(60) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(63) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(66) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(69) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(72) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(75) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(78) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(81) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(84) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(87) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(90) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(93) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(96) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(99) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(102) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(105) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(108) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(111) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(114) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(117) ul,
	.share-company-pd.col-pdshare .col-sm-4:nth-child(120) ul
	{
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media (min-width: 1180px) {
    .line_chart {
        height: 350px;
    }

    .sidebar-collapsed .row.available-fund-row .bg-shadow {
        min-height: 220px;
    }

    .sidebar-collapsed .progress-amount legend {
        color: #aaaaaa;
        font-size: 11px;
    }

    .sidebar-collapsed .progress-hundred {
        width: 50%;
    }

    /*
.sidebar-collapsed .arrow_img {
   right: -120px;
    background-size: 70% 100%;
}*/
}

@media (min-width: 1250px) {
    .sidebar-collapsed .progress-amount legend {
        font-size: 10px;
        margin-top: -7px;
        left: 55px;
    }

    .sidebar-collapsed .progress-plan select {
        font-size: 11px;
        padding: 11px 6px;
    }

}

@media (min-width: 1480px) {
    .shadow-minheight .bg-shadow {
        min-height: 500px;
    }

    .bottom_row.trand_plan h4 {
        margin-top: 80px;
    }
}

@media (min-width: 1550px) {
    .shadow-minheight .bg-shadow {
        min-height: 545px;
    }
}

@media (min-width: 1600px) {
    .login-right h3 {
        font-size: 36px;
    }

    .login-center img {
        height: auto;
    }

    .login-left h2 {
        font-size: 34px;
    }

    .login-left p {
        font-size: 22px;
    }

    .login-left .form-check {
        margin: 25px 0;
    }

    button.btn.btn-primary {
        padding: 24px 15px;
    }

    .pin-group .form-control {
        padding: 27px 15px;
    }
}

@media (min-width: 1650px) {
    .shadow-minheight .bg-shadow {
        min-height: 570px;
    }

    .bottom_row.trand_plan h4 {
        margin-top: 105px;
    }
}

@media (min-width: 1750px) {
    .shadow-minheight .bg-shadow {
        min-height: 605px;
    }

    .bottom_row.trand_plan h4 {
        margin-top: 125px;
    }
}

@media (min-width: 1850px) {
    .shadow-minheight .bg-shadow {
        min-height: 680px;
    }

    .bottom_row.trand_plan h4 {
        margin-top: 175px;
    }
}

@media (min-width: 1950px) {
    .shadow-minheight .bg-shadow {
        min-height: 750px;
    }

}

@media (min-width: 2550px) {
    .shadow-minheight .bg-shadow {
        min-height: 890px;
    }

    .bottom_row.trand_plan h4 {
        margin-top: 255px;
    }
}

@media (min-width: 3050px) {
    .shadow-minheight .bg-shadow {
        min-height: 1000px;
    }

    .bottom_row.trand_plan h4 {
        margin-top: 415px;
    }
}

@media (max-width: 1550px) {
    .Ytd-report ul li {
        font-size: 16px;
    }
}
@media (max-width: 1450px) {
.share-company ul li h3,
.share-company ul li h3 span.font-regular {
		font-size: 17px;
	}
.share-company ul li .form-check {
       height: 55px;
}
}
@media (max-width: 1400px) {
    .share-rht h2 {
        font-size: 20px;
    }

    .share-rht h3 {
        font-size: 18px;
    }

    .share-rht h3 span.share-percent {
        font-size: 16px;
    }

    h2.dash_h2 {
        font-size: 20px;
    }

    .funts-invest h1 {
        font-size: 46px;
    }

    .bottom_row p {
        font-size: 14px;
    }

    .bottom_row.trand_plan h4 {
        font-size: 16px;
    }

    .Ytd-report ul li span {
        font-size: 30px;
    }

    .Ytd-report ul li {
        font-size: 14px;
        margin-bottom: 20px;
    }


    .sidebar-collapsed .Ytd-report ul li {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .progress-amount input {
        font-size: 36px;
    }

    /*.sidebar-collapsed .Ytd-report {
        padding: 30px;
    }*/
    .arrow_img {
        right: -120px;
        height: 360px;
        width: 390px;
        background-size: 70% 100%;
    }

    .sidebar-collapsed .arrow_img {
        right: -120px;
        background-size: 70% 100%;
        bottom: 0;
    }

    .col-sm-4.State-funds .bg-shadow, .available-fund-row .bg-shadow {
        min-height: 210px;
    }

    .sidebar-collapsed .row.available-fund-row .bg-shadow {
        min-height: 250px;
    }
	.login-page.page-container.sidebar-collapsed .sidebar-menu {
		width: 400px;
	}
	.share-company ul li h3,
.share-company ul li h3 span.font-regular	{
		font-size: 16px;
	}
	.share-company ul li {
		padding: 10px 15px;
		padding-left: 50px;
	}
	.share-company.ulborder-left ul li {
		padding-left: 15px;
	}
	.share-company ul li .share-open {
		width: 45%;
	}
	.share-company ul li .share-company-name {
		width: 55%;
	}

}
@media (max-width: 1300px) {
.progress-plan select {
   padding: 10.5px 8px;
    background-position: center right 8px;
	 font-size: 13px;
}
.share-company ul li {
    padding: 10px;
    padding-left: 45px;
}
.share-company.ulborder-left ul li {
	padding-left: 10px;
}
}
@media (max-width: 1250px) {
    .col-sm-4.State-funds .bg-shadow, .available-fund-row .bg-shadow {
        min-height: 227px;
    }

    .funts-invest h1 {
        font-size: 40px;
    }
	.shadow-minheight .bg-shadow {
    min-height: 445px;
}
.progress-amount legend {
    font-size: 11px;
    margin-top: -6px;
}
.share-company ul li h3, .share-company ul li h3 span.font-regular {
    font-size: 15px;
}
.share-company ul li .form-check {
    height: 53px;
}
.share-company ul li {
	    padding: 10px;
    padding-left: 45px;
}

.share-company ul li .share-company-name,
.share-company ul li .share-open {
    width: 50%;
}
.share-company ul li .form-check {
    width: 35px;
    height: 53px;
}
.Ordermodal .form-check {
    height: auto;
}
.share-company ul li .form-check {
    width: 30px;
}
.share-company ul li {
    padding-right: 10px;
    padding-left: 40px;
}
}

@media (max-width: 1212px) {
    .col-sm-4.State-funds .bg-shadow, .available-fund-row .bg-shadow {
        min-height: 250;
    }
		.shadow-minheight .bg-shadow {
    min-height: 440px;
}
.login-page.page-container.sidebar-collapsed .sidebar-menu {
    width: 320px;
}
}

@media (max-width: 1180px) {
    .funts-invest h1 {
        font-size: 34px;
    }

    .Ytd-report ul li span {
        font-size: 26px;
        line-height: 36px;
    }

    .Ytd-report ul li {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .Ytd-report h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Chart-report .top_row h2.dash_h2 {
        font-size: 18px;
    }

    .top_row ul li span {
        padding: 4px 20px;
        border-radius: 4px;
    }

    .row.available-fund-row .bg-shadow {
        min-height: 250px;
    }
	.shadow-minheight .bg-shadow {
		min-height: 430px;
	}
	h2.dash_h2 {
		font-size: 17px;
	}
	.progress-plan select {
	 font-size: 11px;
}
.progress-amount legend {
    font-size: 10px;
    margin-top: -6px;
}
.share-company ul li .share-company-name,
.share-company ul li .share-open {
    width: 50%;
}
}
@media (max-width: 1120px) {
	.shadow-minheight .bg-shadow {
    min-height: 440px;
}
.progress-amount legend {
    font-size: 9px;
    margin-top: -6px;
    left: 55px;
}
.share-company ul li .share-company-name,
.share-company ul li .share-open {
    width: 50%;
}
.share-company ul li .form-check{
      height: 55px;
    width: 30px;
}
}
@media (max-width: 1080px) {
	.shadow-minheight .bg-shadow {
    min-height: 422px;
}
.bottom_row.trand_plan h4 {
    margin-top: 40px;
}
.progress-plan select {
    padding: 10.5px 4px;
    background-position: center right 4px;
    font-size: 10px;
}
}
@media (max-width: 1050px) {
	.shadow-minheight .bg-shadow {
    min-height: 412px;
}
.bottom_row.trand_plan h4 {
    margin-top: 40px;
}
h2.dash_h2 {
    font-size: 16px;
}
.progress-amount span {
     width: 40px;
}
.progress-amount legend {
    font-size: 9px;
    left: 50px;
}
}
@media (max-width: 1024px) {
    .Ytd-report {
        width: 35%;
        padding: 25px 20px;
    }

    .Chart-report {
        width: 65%;
        padding: 25px 20px;
    }

    .Ytd-report ul li span {
        font-size: 26px;
        line-height: 36px;
    }

    .Ytd-report ul li {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .Ytd-report h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Chart-report .top_row h2.dash_h2 {
        font-size: 18px;
    }

    .top_row ul li span {
        padding: 4px 10px;
        border-radius: 4px;
    }

    .shadow-minheight .bg-shadow {
        padding: 25px 20px;
    }

    h2.dash_h2 {
        font-size: 17px;
    }

    .breadcrum h2 {
        font-size: 20px;
    }

    .funts-invest h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .sidebar-collapsed .funts-invest h1 {
        font-size: 30px;
    }

    .sidebar-collapsed .progress-amount legend {
        font-size: 9px;
        margin-top: -5px;
    }

    .row.available-fund-row .bg-shadow {
        min-height: 210px;
    }

    .show_progress {
        width: 50%;
    }

    .progress-amount {
        width: 33%;
    }

    .progress-plan {
        width: 17%;
    }

    .progress-plan select {
        /* padding: 0px 5px; */
        font-size: 12px;
        background-size: 12px;
        padding: 11px 5px;
    }

    .progress-amount legend {
        font-size: 12px;
        left: 50px;
    }

    .progress-amount span {
        font-size: 26px;
        width: 40px;
        line-height: 55px;
    }

    .progress-amount input {
        font-size: 32px;
        padding-left: 40px;
    }

    .bg-shadow {
        padding: 20px;
    }

    .row.major-row h2.dash_h2 span {
        font-size: 18px;
    }

    .detailCntnt .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }

    /*
    .unactive_market, .active_market {
        height: 300px;
    }*/
    .share-company ul li h3 {
        font-size: 17px;
    }
	.share-company ul li h3 span.font-regular {
		font-size: 17px;
	}
    .share-company ul li {
        padding: 10px 15px;
		padding-left: 40px;
    }
	.share-company.ulborder-left ul li {
		padding-left: 15px;
	}
    .recommended {
        padding-right: 10px;
        font-size: 12px;
    }

    .mostly-row .progress-zero {
        width: 10%;
    }
}

@media (max-width: 991px) {
	.login-page.sidebar-collapsed-back .lines-button .lines,
.login-page.sidebar-collapsed-back .lines-button .lines:before,
.login-page.sidebar-collapsed-back .lines-button .lines:after,
.login-page.sidebar-collapsed-back .lines-button .lines > span {
	  background: #fff;
}


    .shadow-minheight .bg-shadow {
        min-height: 445px;
    }

    .sidebar-menu {
        position: absolute;
        left: -300px;
        width: 300px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 9;
        top: 0;
        padding-top: 72px;
        height: 100vh;
    }
	.login-page .sidebar-menu {
		z-index: 9;
	    padding: 0;
		padding-top: 72px;
	}
    .sidebar-collapsed .sidebar-menu {
        left: 0;
    }

    .login-left .login-logo {
        margin-left: auto;
        right: 30px;
    }

    .top_row ul li {
        width: 16.6%;
    }

    .top_row ul li span {
        padding: 4px 15px;
    }

    .Ytd-report ul li span {
        font-size: 24px;
    }

    .Ytd-report ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .Ytd-report {
        padding: 20px;
        width: 37%;
    }

    .Chart-report {
        width: 63%;
    }

    .login-left {
        padding: 0 15px;
    }

    .login-center img {
       /* height: 70px;*/
    }

    .Ytd-report h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .funts-invest h1 {
        font-size: 28px;
    }

    h2.dash_h2 {
        font-size: 16px;
    }

    .progress-plan select {
        /* padding: 0px 4px; */
        font-size: 10px;
    }

    .progress-amount legend {
        font-size: 10px;
        left: 50px;
        margin-top: -6px;
    }

   .active_market h4, .active_market h4 span {
        font-size: 18px;
    }

    .share-company ul li h3 {
        font-size: 15px;
    }
	.share-company ul li h3 span.font-regular {
		font-size: 15px;
	}
    .share-company ul li {
        padding: 10px;
		padding-left: 40px;
    }
	.share-company.ulborder-left ul li {
		padding-left: 10px;
	}
	.share-company ul li .form-check {
		height: 53px;
	}
    .progress-hundred {
        width: 60%;
    }

    .mostly-row .progress-hundred {
        width: 55%;
    }
	.login-right .login-logo {
		display: block;
	}
	.share-company ul li .share-company-name,
	.share-company ul li .share-open	{
		width: 50%;
	}
}
@media (max-width: 820px) {
	.shadow-minheight .bg-shadow {
    min-height: 430px;
}
.share-company-pd .col-sm-4 {
    width: 50%;
}
}
@media (max-width: 800px) {
    .Ytd-report h3 {
        font-size: 16px;
    }

    .Ytd-report ul li, .sidebar-collapsed .Ytd-report ul li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .Ytd-report ul li span {
        font-size: 20px;
    }

    .col-sm-4.State-funds canvas {
        margin-left: 0;
    }

    .row.available-fund-row .bg-shadow {
        min-height: 195px;
    }

    .sidebar-collapsed .row.available-fund-row .bg-shadow {
        min-height: 195px;
    }
}

@media (max-width: 767px) {
		.Ordermodal .col-6 {
		width: 100%;
	}

    button.btn.btn-primary {
        padding: 14px 15px;
        font-size: 18px;
    }

    .login-left h2 {
        font-size: 26px;
    }

    .login-left p {
        font-size: 16px;
    }

    form.form-floating {
        margin-top: 40px;
    }

    .login-right h3 {
        font-size: 24px;
    }

    .login-center img, .login-center.heading-cernter {
        height: 100px;
        display: none;
    }

    .login-right {
        min-height: 95px;
        position: fixed;
        z-index: 9;
    }

    .login-left {
        margin: 160px 0 60px;
    }

    .breadcrum h2 {
        font-size: 17px;
    }

    .breadcrum {
        margin-bottom: 18px;
        margin-top: 20px;
    }

    .login-right .login-logo {
        top: 37px;
        left: 20px;
    }

    .login-left .login-logo {
        right: 20px;
        width: 45px;
        background: transparent;
        top: 25px;
        height: 45px;
        line-height: 45px;
        margin-left: 0;
    }

    .Ytd-report ul li {
        margin-bottom: 15px;
    }

    .form-floating {
        margin-top: 0;
    }

    .top_row ul li span {
        padding: 4px 10px;
        text-align: center;
    }

    h2.dash_h2 {
        font-size: 16px;
    }

    .shadow-minheight .bg-shadow {
        min-height: 395px;
    }

    .login-left {
        padding: 0 5px;
    }

    .Ytd-report h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .Ytd-report ul li, .sidebar-collapsed .Ytd-report ul li {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .Ytd-report ul li span {
        font-size: 22px;
        line-height: 36px;
    }

    .bottom_row.trand_plan h4 {
        font-size: 14px;
    }

    .bottom_row.trand_plan a.review_alert_btn {
        padding: 10px 20px;
    }

    .shadow-minheight .bg-shadow {
        padding: 15px;
    }

    .Chart-report .top_row ul {
        display: none;
    }

    .top_row select.drop-time {
        display: inline-block;
        width: 45px;
        padding: 1px 5px;
        font-size: 12px;
        background: #4caf50;
        color: #fff;
        height: 22px;
        border-radius: 2px;
        border: 1px solid #1a981e;
        background: #4caf50 url(../images/select-down.png);
        background-position: 33px 8px;
        background-size: 6px 4px;
        background-repeat: no-repeat;
        -webkit-appearance: none;
        margin-right: 3px;
    }

    .row.major-row h2.dash_h2 span {
        font-size: 16px;
    }

    .admin-leftbar.helpform {
        padding: 35px 15px 10px;
    }

    .close-btn.sidebar-icon {
        top: 35px;
    }

    .funts-invest h1, .sidebar-collapsed .funts-invest h1 {
        font-size: 30px;
    }

    .market-progress-bar span {
        padding-right: 35px;
    }

    .progress-zero {
        width: 20%;
        max-width: 20px;
    }

    .progress-hundred {
        width: 55%;
        text-align: right;
    }

    .recommended {
        padding-right: 10px;
        font-size: 11px;
    }

    .progress-number {
        font-size: 11px;
    }

    .mostly-row .progress-hundred {
        width: 50%;
    }

    .detailCntnt .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 5px;
        background: #e9e6e6;
    }

    .detailCntnt .owl-theme .owl-dots .owl-dot.active span,
    .detailCntnt .owl-theme .owl-dots .owl-dot:hover span {
        background: #00ab00;
    }

    .market-open {
        padding-top: 40px;
    }

    .owl-dots {
        position: absolute;
        top: 0;
    }

.owl-carousel.owl-drag .owl-item .col-sm-4 {
    padding: 0 10px;
    width: 100%;
}

    .owl-carousel .owl-stage-outer {
        padding: 0;
    }

    .row.market-open.owl-carousel.owl-theme.owl-loaded.owl-drag {
        padding-left: 0;
        padding-right: 0;
      /*margin-left: 0;
        margin-right: 0;*/
    }
	.detailCntnt .share-company {
		margin-left: 18px;
		margin-right: 30px;
		position: relative;
		margin-right: 18px;
		/*max-width: 567px;*/
	}

    .unactive_market .number-trade:before, .active_market .number-trade:before {
        font-size: 500px;
        right: -85px;
        top: -85px;
    }

    .unactive_market.mrkt_3 .number-trade:before,
    .active_market.mrkt_3 .number-trade:before {
        right: -95px;
        top: -80px;
    }

    .mrkt_1 .number-trade:before {
        right: -25px;
        top: -125px;
    }

    .unactive_market, .active_market {
        height: 305px;
        margin-top: 0;
        margin-bottom: 0;
		    margin-bottom: 10px;
    }
.setup_line {
    left: 0;
    width: 100%;
    top: 0;
    /* position: relative; */
}
.detailCntnt .share-company {
    margin-top: -20px;
    margin-bottom: 10px;
}
.unactive_market {
    margin-top: 10px;
}
    .number-trade {
        height: 290px;
    }

    .unactive_market img {
        margin: 45px auto;
    }

    .detailCntnt .share-company:before {
        content: "";
        position: absolute;
        width: 100%;
        background: #fff;
        background: #fff;
        height: 20px;
        left: 0;
        -webkit-box-shadow: 10px 0 10px -10px rgb(0 0 0 / 10%), -10px 0 10px -10px rgb(0 0 0 / 10%);
        top: -10px;
        z-index: 9;
    }

    .active_market.after-shadow:after {
        height: 0;
    }

    .market-open {
        margin-bottom: 0;
    }

    .detailCntnt .share-company.open_record {
        padding-top: 10px;
    }

    .bottom-fix {
        bottom: 5px;
    }
	/*
	.setup_line {
		margin-top: -19px;
	}
	*/
    .progress-plan select {
		/* font-size: 15px; */
		padding: 10px 4px;
		text-align: left;
		height: 36px;
	}
	.progress-plan select {
		background-position: center right 5px;
	}

    .progress-amount input {
        font-size: 32px;
        padding-top: 6px;
    }
	.progress-amount legend {
		font-size: 9px;
		left: 38px;
	}
	.progress-amount span {
		font-size: 24px;
		width: 30px;
		line-height: 55px;
		height: 54px;
	}
    .Chart-report .top_row {
        margin-bottom: 0;
    }

    .top_row select.drop-time option {
        background: #fff;
        color: #000;
    }

    .top_row select.drop-time option:hover {
        background: #4caf50;
    }

    .arrow_img {
        right: 0;
        bottom: 0;
        height: 240px;
        width: 230px;
        background-size: 100% 100%;
        background-size: cover;
    }

    .Ytd-report.red_report .toparrow_img {
        right: inherit;
        left: 0px;
        background-size: cover;
        bottom: 0;
        height: 240px;
        width: 230px;
    }

    .footer-copyright p {
        margin-bottom: 10px;
    }

    .footer-copyright {
        display: block;
        text-align: center;
        font-size: 12px;
    }

    .row.major-row .bg-shadow.pd-remove,
    .row.major-row .bg-shadow {
        padding-bottom: 55px;
    }
	.losse-gain ul.profit-rate li {
		font-size: 14px;
	}
	.losse-gain ul.profit-rate span {
		width: 10px;
		height: 10px;
		margin-right: 5px;
	}
	.losse-gain ul.trader-number li span {
		font-size: 14px;
   }
   .losse-gain ul.trader-number li {
		font-size: 18px;
	}
	.upload-bg .form-floating {
	   margin-bottom: 16px;
	}
	table.table.table-bordered.trade-table {
    font-size: 14px;
}
.breadcrum ul {
    line-height: 1.3;
}

.share-company ul li {
   padding-left: 45px;
}

}

@media (max-width: 700px) {
    .funts-invest h1, .sidebar-collapsed .funts-invest h1 {
        font-size: 25px;
    }
	.progress-amount {
		padding-right: 0;
	}
	.progress-plan {
		width: 20%;
		padding-left: 0;
	}
	.show_progress {
    width: 45%;
}
.progress-amount {
    width: 35%;
    padding-right: 0;
}
.darkmode {
    margin-right: 20px;
}
.darkmode h4 {
    margin-right: 10px;
}
.profile-right .nav-tabs li.noti-bell {
    margin-right: 20px;
}
}
@media (max-width: 650px) {
.darkmode {
    margin-right: 10px;
}
.darkmode h4 {
    margin-right: 12px;
}
.profile-right .nav-tabs li.noti-bell {
    margin-right: 15px;
}
.dropdown-toggle::after {
    margin-left: 10px;
}
}
@media (max-width: 575px) {
    .pin-group .form-control {
        padding: 15px 12px;
        width: 60px;
        margin-right: 10px;
    }

    .admin-logo img {
        height: 35px;
    }

    .admin-top-header .login-logo {
        margin-right: 12px;
    }

    .sidebar-menu {
        padding-top: 70px;
    }
	/*
	section.login-page .sidebar-menu {
		z-index: 99;
		padding-top: 0;
	}*/
    .Chart-Yed {
        display: block;
    }

    .Chart-report, .Ytd-report {
        width: 100%;
        padding: 15px;
    }

    .Chart-report .top_row h2.dash_h2 {
        margin-bottom: 5px;
    }

    .admin-logo {
        display: none;
    }
.darkmode h4 {
    font-size: 13px;
}
    .mode-heading .darkmode {
        display: block;
    }

    .profile-right .nav-tabs {
		width: 50%;
		justify-content: flex-end;
		display: flex;
	}

    .profile-right {
        width: 90%;
    }
	.profile-right {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
    .profile-right .nav-tabs li.noti-bell {
        margin-right: 17px;
		margin-left: 15px;
    }

    .breadcrum h2 {
        font-size: 15px;
    }

    .progress-amount, .show_progress, .progress-plan {
		    padding: 0 10px;
        width: 100%;
    }

    .show_progress {
        margin: 20px 0;

    }


    .share-company ul li, .share-company ul li:last-child {
        margin-bottom: 20px;
    }

    .breadcrum ul li {
		font-size: 13px;
		margin-left: 2px;
	}
    .breadcrum i.icon-arrow-right.icons {
        font-size: 13px;
    }

    .row.available-fund-row .col-sm-4.hitrate-col .bg-shadow {
        min-height: inherit;
    }

    span.blockimg {
        display: block;
        margin-top: 5px;
    }

    .row.major-row h2.dash_h2 img {
        margin-left: 0;
        margin-right: 5px;
    }

    .progress-amount span {
        height: 75px;
        font-size: 36px;
        width: 50px;
        line-height: 75px;
    }

    .progress-amount input {
        font-size: 48px;
        padding-top: 12px;
        height: 75px;
    }

    .audio-progress {
        height: 40px;
        border-radius: 5px;
    }

    .progressbar-handle, .handle-icon {
        margin-top: 4px;
    }

    .progress-plan select {
        font-size: 16px;
        padding: 5px 10px;
        height: 40px;
        line-height: 16px;
    }

    .progress-plan {
		padding: 0 30px;
	}
    span.below_heading {
        font-size: 10px;
        line-height: 18px;
    }
	.bottom_row {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
	}
.losse-gain, .bottom_row, .bottom_row.trand_plan.bottom_planfix {

    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
}
.shadow-minheight .bg-shadow {
    min-height: inherit;
}
.losse-gain ul {
    float: none;
}
	.losse-gain {
    /* width: 100%; */
    display: flex;
}
.share-company ul li h3 {
    font-size: 14px;
}
.share-company-pd {
    padding: 30px 20px;
}
.progress-amount legend {
    font-size: 13px;
    left: 65px;
}
.breadcrum ul {
    line-height: 1.2;
}
.share-company ul li .form-check{
    height: 51px;
}
.share-company-pd .col-sm-4 {
    width: 100%;
}
.share-company ul li .form-check {
    height: 52px;
}
 .detailCntnt .share-company {
	/*max-width: 290px;*/
}
.Ordermodal h3.modal-title {
     font-size: 18px;
}
.Ordermodal .from-group {
    margin-bottom: 20px;
}
.row.flex-centre .from-group {
    min-height: inherit;
}
.nav-logo {
    margin-right: 5px;
}
}
@media (max-width: 415px) {
.profile-right .nav-link {
    font-size: 14px;
}
.profile-right .nav-tabs {
   /* width: 45%; */
}
.profile-right .nav-tabs li.noti-bell {
    margin-right: 10px;
    margin-left: 10px;
}
.darkmode {
    margin-right: 5px;
}
.breadcrum h2 {
    font-size: 14px;
}
.admin-top-header .login-logo {
    margin-right: 10px;
}
}
@media (max-width: 370px) {
.Ordermodal h3.modal-title {
    font-size: 15px;
}
.Ordermodal .modal-body p {
    font-size: 14px;
    line-height: 26px;
}
.profile-right .nav-link {
    font-size: 14px;
}

.darkmode {
    margin-right: 0;
}
.darkmode h4 {
    margin-right: 5px;
    font-size: 12px;
}
.profile-right .nav-tabs li.noti-bell {
    margin-left: 0;
}
}
@media (max-width: 350px) {
	.breadcrum h2 {
    font-size: 13px;
}
.breadcrum ul li {
    font-size: 12px;
}
}
@media (max-width: 340px) {
    .pin-group .form-control {
        padding: 15px 12px;
        width: 60px;
        margin-right: 10px;
    }

    .breadcrum h2, .breadcrum ul li {
    font-size: 12px;
}

    .arrow_img {
        height: 220px;
        width: 210px;
    }
	.progress-amount legend {
    font-size: 11px;
}
.nav-logo {
    margin-right: 0;
}
.profile-right .nav-tabs {
    width: 50%;
}
}
@media (max-width: 330px) {
.darkmode h4 {
    font-size: 11px;
}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.dark_mode::-webkit-scrollbar {
    width: 14px;
    height: 44px;
}

.dark_mode::-webkit-scrollbar-button {
    background-color: #3e4346 !important;
}

.dark_mode::-webkit-scrollbar-track-piece {
    background-color: #3e4346 !important;
}

.dark_mode::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #242424 !important;
    border: 2px solid #3e4346 !important;
}

.dark_mode::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(130deg, #696969 40%, rgba(255, 0, 0, 0) 41%),
    linear-gradient(230deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
    background-color: #b6b6b6;
}

.dark_mode::-webkit-scrollbar-button:vertical:end:increment {
    background: linear-gradient(310deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(50deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(180deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
    background-color: #b6b6b6;
}

.dark_mode::-webkit-scrollbar-button:horizontal:end:increment {
    background: linear-gradient(210deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(330deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(90deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #b6b6b6;
}

.dark_mode::-webkit-scrollbar-button:horizontal:start:decrement {
    background: linear-gradient(30deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(150deg, #696969 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(270deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #b6b6b6;
}
#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 3s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btn-xm{
    padding: .1rem .3rem;
    font-size: 0.8rem;
    border-radius: .2rem;
}
[x-cloak] { display: none !important; }
