@import url(font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Days+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css');

@font-face {
    font-family: 'hellios';
    src: url('../fonts/hellios.eot?#iefix') format('embedded-opentype'), url('../fonts/hellios.woff') format('woff'), url('../fonts/hellios.ttf') format('truetype'), url('../fonts/hellios.svg#hellios') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../Montserrat-Regular.woff') format('woff'), url('../Montserrat-Regular.ttf') format('truetype'), url('../Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../Montserrat-Bold.woff') format('woff'), url('../Montserrat-Bold.ttf') format('truetype'), url('../Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


.new-font {
    font-family: 'Montserrat-Light';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #292929;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
}

nav.navbar {
    display: block;
    width: 150px;
    z-index: 10000;
    position: fixed;
    height: 100%;
}

nav.navbar ul {
    float: none !important;
    margin: 0
}

nav.navbar ul li {
    float: none;
}

/*.wrapper.login{
  top: 0px;
}*/
/*.login .container {
  padding: 80px 0;
}*/
.dashboard_form li {
    margin-top: 20px;
    width: 7%;
}

button:focus {
    outline: none;
}

.view-imgg {
    margin: 0 !important;
    width: 14% !important;
}

.container.view-contain {
    max-width: 960px;
}

.admin-wrapper.chat-page .no-messages .chat-user-content-main {
    width: calc(100% - 15px);
}

.wrapper {
    /*    background-image: url("basic_orange_and_blue_background_by_berethead-d70bmh6.jpg");*/
    background: #e7ecf9;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%;*/
    margin-top: 0px;
    background-size: cover;
}

.wrapper.admin-wrapper {
        background: #0f1011;
}

.dashboard_form .form-group {
    background: #f7f7f7;
    margin: 0;
    height: auto;
    /*overflow: hidden;*/
    margin-bottom: 0;
    padding: 7px;
    box-shadow: none;
    position: relative;
    float: left;
    width: 100%;
}

.dashboard_form .input-light label.error {
    bottom: -22px;
    background: none;
    left: 0px;
}

.dashboard_form .input-light.file-upload label.error {
    bottom: -22px;
    padding: 5px;
}

.dashboard_form .input-light.file-upload label {
    background: transparent;
    padding: 8px 15px 8px;
    background: #fff;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea span.input-light.file-upload label {
    background: #ccc;
    padding: 15px;
}

.dashboard_form .input-light.file-upload label i.fa {
    font-size: 14px;
    font-weight: 400;
}

.dashboard_form .input-light.file-upload label span {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.dashboard_form .input-light.file-upload label * {
    color: #444;
}

.dashboard_form .input-light {
    background: #fff;
    border-radius: 0;
    /* display: block; */
    padding: 0;
    box-shadow: none;
    margin: 0;
    box-shadow: none;
    float: left;
    width: 100%;
    position: relative;
    overflow: visible;
}

.dashboard_form .input-light:before {
    position: absolute;
    left: 0px;
    background: #ddcb75;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    display: none;
}

.dashboard_form .input-light input,
.dashboard_form .input-light textarea,
.dashboard_form .input-light select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 7px;
    margin: 0;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    opacity: 1;
    z-index: 2;
    border: 1px solid #e2e2e2;
    letter-spacing: 0;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.dashboard_form .input-light input::placeholder,
.dashboard_form .input-light textarea::placeholder,
.dashboard_form .input-light select::placeholder {
    font-weight: 500 !important;
}

#dashboard_form.admin-dashboard-form textarea::placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.sidebar[data-background-color=black] {
    background: transparent;
    box-shadow: none;
}

.admin-wrapper.chat-page .chat-textarea textarea::placeholder {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

.dashboard_form .input-light input::placeholder {
    color: #999 !important;
}

.dashboard_form.admin-dashboard-form textarea {
    height: 52px !important;
}

.dashboard_form button#login-button {
    background: #09c5b4;
    border: none;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.428571;
    width: auto;
    text-align: left;
    margin-bottom: 0;
    padding: 12px 28px !important;
    border-radius: 80px;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px !important;
}

.dashboard_form button#login-button:hover {
    background: #292929;
    color: #fff;
    box-shadow: none;
}

.dashboard_wrapper .dashboard_form form {
    max-width: 100%;
}

.wrapper.login.login-page {
    /*background: #e7ecf9;*/
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.wrapper.form-success .container h1 {
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
}

.profile_panel {
    overflow: hidden;
}

.message {
    color: red;

}

.error-page .dashboard_form img {
    max-width: 100%;
}

/*.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0;
  height: 100%;
  text-align: center;
}*/
.dashboard_form.login-block.vertical-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px 30px;
    border-radius: 8px;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.15), -20px -20px 0 rgba(0, 0, 0, 0.15);
}

.container h1 {
    font-size: 40px;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-put;
    transition-timing-function: ease-in-put;
    font-weight: 200;
}

/*.dashboard_form select, .dashboard_form input,
.dashboard_form textarea{
  display: inline-block!important;
  width: 70%!important; float: none!important; background: rgba(158, 158, 158, 0.4);
   border: 1px solid #668C85; color: #333; padding: 8px 15px;
}*/
.dashboard_form label {
    display: inline-block;
    width: 115px;
    font-weight: 300;
    text-align: left;
    vertical-align: top;
    background: #cccccc;
    width: 100%;
    padding: 7px;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
}

form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.admin .login-form form input,
.admin .login-form textarea,
.admin .login-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #3c3c3c;
    letter-spacing: 0px;
    font-weight: 400;
    background: transparent;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;

}

/*.admin .login-form .form-group, .admin .login-form .form-group, .admin .login-form .form-group {
    padding: 15px;
}*/
.admin .login-form .form-group.submit-btnn {
    padding-top: 0;
    padding-bottom: 0;
}

.admin .login-form form input::placeholder {
    font-size: 14px;
    color: #3c3c3c;
    letter-spacing: 0px;
    font-weight: 400;
}

#dashboard_form .input-light input::placeholder,
#dashboard_form .input-light select::placeholder {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 400;
}

form input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    border-radius: 0;
    padding: 5px 15px;
    margin: 0;
    display: block;
    text-align: left;
    font-size: 18px;
    color: white;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
}

form input:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

form input:focus {
    background-color: white;
    width: 300px;
    color: #53e3a6;
}


form select:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

form select:focus {
    background-color: white;
    width: 300px;
    color: #53e3a6;
}


form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 10px 15px;
    color: #53e3a6;
    border-radius: 3px;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

form button:hover {
    background-color: #f5f7f9;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    display: none;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
    right: 0;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

label.error {
    color: red;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

/*.dashboard_form {
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255,0.4);
  padding: 25px;
  text-align: center;
  z-index: 99;
}*/
.logo {
    text-align: center;
}

/*.admin.login-page .logo img.login-sc-icon {
    max-width: 50px;
}*/
/*.logo img {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    transition-property: top,bottom,width;
    transition-duration: .2s,.2s,.35s;
    transition-timing-function: linear,linear,ease;
    -webkit-overflow-scrolling: touch;
}*/

.admin.login-page .logo img.login-logo {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}

.login-form {
    max-width: 420px;
    border: 0px solid;
    height: auto;
    margin: 9px auto 0;
    /* height: auto; */
    /* overflow: hidden; */
}

.login-page .login-terms {
    color: #c6c6c6;
    font-size: 15px;
    max-width: 236px;
    margin: 18px auto 0;
    /* margin-right: auto; */
    border: 0px solid;
    position: relative;
    /* display: inherit; */
    width: auto;
    margin-left: auto;
    display: table;
    margin-right: auto;
}

.login-page .checkbox label {
    min-height: 20px;
    padding-left: 22px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    color: #aaa;
    padding-right: 0;
}

.login-page span.login-text {
    float: left;
    margin-top: -2px;
    font-size: 11.7px;
    font-weight: 400;
    line-height: 15px;
}

.login-page .container input,
.fileupload-buttonbar .custom-check input,
table.table.table-striped tr.template-download.fade.in label.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-page .checkmark,
.fileupload-buttonbar .custom-check .checkmark,
table.table.table-striped tr.template-download.fade.in label.custom-check .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #d8d8d8;
    border-radius: 4px;
}

.sidebar[data-background-color=black] .nav .nav-item .nav-link i.fa {
    font-size: 18px !important;
}

.login-page .container:hover input~.checkmark,
.fileupload-buttonbar .custom-check:hover input~.checkmark,
table.table.table-striped tr.template-download.fade.in label.custom-check:hover input~.checkmark {
    background-color: #526a84;
}

.signature-img {
    text-align: center;
    margin-top: 20px;
}

.signature-img img {
    margin: 0 auto;
}

.dashboard_wrapper {
    /*    display: inline-block;
        width: 100%; min-height:657px;
        z-index: 9999;
        position: relative;*/
}

.admin-login-right .vertical-mid {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(50%, -50%);
    width: 50%;
}

.admin .dashboard_wrapper .dashboard_form.login-block.vertical-mid {
    display: inline-block;
    width: 100%;
    min-height: 521px;
    max-height: 521px;
    z-index: 9999;
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    padding: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px #b8b8b8;
}

.login-form .input-light {
    background: #eaeaea;
    border-radius: 0px;
    /* display: block; */
    padding: 0;
    box-shadow: none;
    margin: 0;
    box-shadow: none;
    float: left;
    width: 100%;
}

.login-form .input-light:before {
    position: absolute;
    left: 0px;
    background: #ddcb75;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    display: none;
}

.login-form .message {
    padding: 5px 15px;
    text-align: center;
    color: red;
}

.login-form p.imltv-logo {
    margin-bottom: 0;
}

.login-form .container input:checked~.checkmark:after,
.fileupload-buttonbar .custom-check input:checked~.checkmark:after,
table.table.table-striped tr.template-download.fade.in label.custom-check input:checked~.checkmark:after {
    display: block;
}

.login-form .container .checkmark:after,
.fileupload-buttonbar .custom-check .checkmark:after,
table.table.table-striped tr.template-download.fade.in label.custom-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    ;
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: block;
}


/* When the checkbox is checked, add a blue background */
.login-page input:checked~.checkmark {
    background-color: #526a84;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.login-page input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.login-page .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*.login-form .input-light i.fa, .login-form .input-light input {
    display: inline-block;
    width: auto;
    background-image: none;
}*/
.pagination-block ul.pagination li:last-child {
    margin-left: 1px;
}

.pagination-block ul.pagination li:first-child {
    margin-right: 1px;
}

.pagination-block ul.pagination li.disabled {
    margin-left: 1px;
}

.login-form .message {
    background: #44585d;
    color: #fff;
    margin: 0;
    border-radius: 7px 15px 7px 15px;
    padding: 5px 10px 5px 10px;
    position: relative;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    border-radius: 54px;
}

.inputfile-1+label {
    color: #292929;
    background-color: transparent;
}

.inputfile+label {
    /* max-width: 80%; */
    /* font-size: 1.25rem; */
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 15px 15px 14px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile+label span {
    font-size: 14px;
    font-weight: 400;
}

svg:not(:root) {
    overflow: hidden;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.dashboard_form .input-light input.inputfile.inputfile-1 {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.login-form .message:before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 6px;
    position: relative;
    background: #44585d;
    color: #fff;
    border-radius: 0;
    width: 8px;
    height: 28px;
    top: 0;
    left: 0;
    text-align: left;
    line-height: 23px;
}

.login-form .input-light i.fa {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 20px;
    background: #fff;
    color: #292929;
    margin-right: 5px;
    position: relative;
}

form#login-form .col-md-12 {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}

form#login-form .col-md-12:last-child {
    margin-bottom: 0;
}

/*.dashboard_form form input[type="text"], .dashboard_form form input[type="password"], .dashboard_form form input[type="file"], .dashboard_form form textarea {
    width: calc(100% - 50px);
    color: #292929;
    background: transparent;
    display: inline-block;
    margin: 0;
    padding: .4375rem 0;
    border: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
     font-weight: 500; 
}*/
.login-form .submit-btnn {
    display: table;
    width: auto;
    float: left;
    text-align: left;
    float: none;
    margin: 25px auto 0;
    padding-bottom: 0;
    border-radius: 4px;
    box-shadow: none;
}

.login-form .pad-5 {
    padding-bottom: 5px;
}

.new-btn {
    background: #09c5b4;
    border: none;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.428571;
    width: auto;
    text-align: left;
    margin-bottom: 0;
    padding: 12px 45px;
    border-radius: 80px;
    box-shadow: none;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.new-btn:hover {
    background: #292929;
    color: #fff;
    box-shadow: none;
}

.navbar-minimize .btn.btn-fab.btn-round,
.navbar-minimize .btn.btn-just-icon.btn-round {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.btn.btn-fab .fa,
.btn.btn-fab .material-icons,
.btn.btn-just-icon .fa,
.btn.btn-just-icon .material-icons {
    background: #ddcb75;
    /* background: linear-gradient(180deg, rgba(255,175,2,1) 0%, rgba(195,133,0,1) 100%); */
    border-radius: 50px;
    box-shadow: none;
    color: #937f33;
}

.navbar.navbar-absolute {
    border-bottom: 0px solid #ddcb75;
}

.login-form .input-light i.fa.fa-key {
    transform: rotate(135deg);
    background: linear-gradient(65deg, rgba(255, 235, 46, 1) 0%, rgba(116, 67, 0, 1) 48%, rgba(1, 0, 0, 1) 100%);
}

.dashboard_form h1 {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 0 25px;
    width: 100%;
}

.dashboard_form form {
    display: inline-block;
    width: 100%;
    max-width: 420px;
}

/*.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 260px;
    height: 100%;
    max-height: 100%;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}*/
.sidebar .logo:after {
    display: none;
}

.sidebar .logo a.logo-mini img.main-logo {
    max-width: 232px;
    border: 0px solid #000;
}

body.sidebar-mini .sidebar .logo a.logo-mini img.main-logo {
    display: none;
}

body.sidebar-mini .sidebar .logo a.logo-mini img.main-logo {
    display: none;
}

body.sidebar-mini .ps-scrollbar-y-rail,
body.sidebar-mini .ps-scrollbar-x-rail {
    display: none !important;
}

form select:focus {
    color: #333
}

/*.dashboard_form .form-group{ margin-bottom:20px}*/
/*.dashboard_form button#login-button {
  width:172px;
  margin-top: 10px;
  background-color: #151715;
  color: #fff;
  text-transform: uppercase;
}*/
.dashboard_form label.error {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 10px;
    position: absolute;
    left: 4px;
    text-align: left;
    bottom: -16px;
    font-size: 13px;
    font-weight: 400;
}

.admin .dashboard_form label.error {
    background: transparent;
    bottom: -22px;
    left: 0px;
}

.wrapper.admin-wrapper .chat-main {
    margin-top: 0px;
    min-height: calc(100vh - 190px);
}

.wrapper.admin-wrapper.profile_panel .chat-main {
    margin-top: 0;
}

.dashboard_form .form-group.text-center.submit-btnn {
    margin-bottom: 0;
}

.admin-login-left {
    float: left;
    width: 50%;
    background: #000;
}

.admin-login-left .login-img-left {
    max-width: 100%;
}

.admin-login-right {
    float: right;
    width: 50%;
}

.admin-wrapper.chat-page .chat-area {
    padding: 15px;
    padding-right: 0;
    background: #fff;
    box-shadow: none;
    margin-bottom: 25px;
    margin-top: 0;
    width: 100%;
    overflow: visible;
    border-radius: 8px;
}

.admin-wrapper.chat-page .chat-area:last-child {
    margin-bottom: 0;
}

.admin-wrapper.chat-page .chat-area1 {
    padding: 15px;
    padding-right: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #b8b8b8;
    margin-bottom: 25px;
    margin-top: 0;
    width: 100%;
}

.admin-wrapper.chat-page .chat-text-main .chat-area {
    margin-bottom: 0px;
    max-width: 100%;
    border-radius: 0px;
    background: #09c5b4;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 {
    max-width: 100%;
    border-radius: 0px;
    background: #f7f7f7;
    box-shadow: none;
    margin-bottom: 0;
}

.admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea1 {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea {
    width: calc(50% - 15px);
    float: left;
    margin-left: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 10px #b8b8b8;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea {
    width: 100%;
    float: left;
    margin-left: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow:hover button.btn-submit {
    cursor: not-allowed;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow:hover button.btn-submit {
    background: #09c5b4;
}

.admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea i.fa {
    background: #09c5b4;
    color: #fff;
    border-radius: 0px;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea i.fa {
    background: #ddcb75;
    color: #fff;
    border-radius: 0px;
    font-size: 0;
    width: 5px;
    height: 49px;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea:first-child i.fa {
    height: 49px;
}

.admin-wrapper.chat-page span.chat-user-content * {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea:first-child {
    margin-right: 15px;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea:first-child {
    margin-right: 15px;
    box-shadow: none;
    padding: 0;
}

.admin-wrapper.chat-page .chat-user-content-main {
    float: left;
    width: calc(100% - 50px);
    background: transparent;
    border-radius: 4px;
    padding: 0;
    box-shadow: none;
}

.admin-wrapper.chat-page .chat-user-content-main.full-chat-width {
    width: calc(100% - 0px);
}

.card .card-body+.card-footer .stats .card-category i.fa.fa-calendar {
    background: transparent;
    float: right;
    right: 0;
    left: auto;
    color: #000;
    font-size: 15px;
}

.admin-wrapper.chat-page .chat-area .chat-user-img {
    border-radius: 100%;
    box-shadow: none;
    margin: 0px 5px 0 0;
    padding: 0;
    border: none;
    background: #cccccc;
}

.admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-name,
.admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-divider,
.admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-time {
    text-shadow: none;
    font-size: 14px;
    font-weight: 500;
}

.admin-wrapper.chat-page .chat-area span.all-chat-content {
    background: transparent;
    width: 100%;
    padding: 0 5px;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
}

.admin-wrapper.chat-page span.chat-user-content {
    float: left;
    width: calc(100% - 15px);
    line-height: 18px;
    color: #fff;
    text-shadow: none;
    background: #fff;
    font-size: 14px;
    color: #444444;
    font-weight: 500 !important;
    padding: 14px;
    position: relative;
    padding: 0 5px;
}

.video-shared-main .col-md-6.video-box {
    padding: 0px 0px 0px 0;
    width: calc(50% - 3.5px);
}

.video-shared-main {
    float: left;
    width: calc(100% + 15px);
    margin: 0 -15px;
}

.video-shared-main .col-md-6.video-box {
    padding: 0px 0px 0px 15px;
}

.admin-wrapper.chat-page span.chat-user-content:before {
    position: absolute;
    left: 0px;
    background: #ddcb75;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    display: none;
}

.content-area {
    padding: 0 30px;
}

.navbar .navbar-wrapper {
    margin-left: 30px;
}

.admin-wrapper.chat-page .content-area {
    background: transparent;
    background-attachment: fixed;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.mobile-login {
    display: none;
}

.admin-wrapper.chat-page .chat-textarea textarea {
    cursor: inherit;
    box-shadow: none;
    background: #cccccc;
    border-radius: 0;
    padding: 15px 15px;
    font-weight: 500;
    color: #444444;
}

/*.admin-wrapper.chat-page .chat-textarea input[type="file"] {
    float: left;
    width: calc(100% - 140px);
    padding: 11px 15px;
}*/
.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea span.input-light.file-upload {
    width: calc(100% - 156px);
    float: left;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea i.fa.fa-upload {
    background: transparent;
    color: #3c3c3c;
    border-radius: 0px;
    font-size: 14px;
    width: auto;
    height: auto;
    line-height: inherit;
    position: relative;
    float: none;
}

.admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea i.fa {
    background: #09c5b4;
    color: #fff;
    border-radius: 0px;
    font-size: 0;
    width: 5px;
}

.admin-wrapper.chat-page .chat-text-main {
    position: relative;
    margin-top: 25px;
    background: #f7f7f7;
    float: left;
    width: 100%;
}

.admin-wrapper.chat-page button.btn-submit {
    background: #09c5b4;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    box-shadow: none;
    padding: 15px 45px;
    border-radius: 80px;
    background: rgb(223, 203, 38) !important;
    border: none !important;
    border-radius: 44px !important;
    line-height: 18px !important;
    color: #fff !important;
    font-weight: bold !important;
    background: linear-gradient(80deg, rgba(223, 203, 38, 1) 0%, rgba(122, 110, 99, 1) 100%) !important;
    transition: all 0.5s;
}

.admin-wrapper.chat-page .chat-textarea button.btn-submit:hover {
    background: rgb(223, 203, 38) !important;
    background: linear-gradient(80deg, rgba(122, 110, 99, 1) 0%, rgba(223, 203, 38, 1) 100%) !important;
}

/*.dashboard_form .form-flt-left.postvideos-form .input-light label.error {
    bottom: -24px;
}*/
.mb-10 {
    margin-bottom: 10px !important;
}

.admin-wrapper.chat-page .chat-textarea button.btn-submit:hover {
    background: #292929;
    color: #fff;
    box-shadow: none;
}

img.navbar-icon {
    display: none;
}

.wrapper.admin-wrapper.profile_panel.chat-page .chat-area.user.no-messages {
    margin-bottom: 0;
}

body.body-login-page footer #footerContent span.white-round {
    background: #161616;
}

body.body-login-page footer #footerContent span.light-bg span {
    background: #161616;
}

footer.loin-footer #footerContent span a {
    color: #fff;
}

footer.loin-footer #footerContent span.copyright,
footer.loin-footer #footerContent span a,
body.body-login-page footer #footerContent span.white-round {
    color: #fff;
    font-size: 11px;
}

.wrapper.admin-wrapper.admin-video .card-product.card .card-title,
.wrapper.admin-wrapper.admin-video .card-product.card .card-date-time {
    padding: 15px;
}

.info-element {
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 5px;
    width: 14px;
    height: 15px;
    background: transparent;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    z-index: 99;
    color: #3c3c3c;
    opacity: 1;
    transition: width 0.5s ease-out;
    /*overflow: hidden;*/
    padding: 0;
    z-index: 9999;
}

span.info-li {
    float: right;
}

ul.more-info {
    margin: 0px;
    padding: 0;
    float: right;
    width: max-content;
    position: absolute;
    top: -32px;
    background: #fff;
    right: 0;
    /* top: auto; */
    list-style: none;
    box-shadow: none;
    padding: 0;
    border: 0px solid #ccc;
        right: -2px;
    border-radius: 8px 8px 0px 0;
    overflow: hidden;
}

ul.more-info li {
    float: right;
    width: auto;
    padding: 0 5px;
    /* display: inline-block; */
    margin: 0;
    transition: width 0.3s ease-out;
    /* width: 100%; */
    padding: 9px;
}

ul.more-info li.delete-li {
    color: #292929;
}

ul.more-info li.delete-li:hover {
    background: red;
    color: #fff;
}

ul.more-info li.edit-li {
    color: #3c3c3c;
}

ul.more-info li.edit-li:hover {
    background: #07f7e1;
}

/*.info-element:hover {
    height: auto;
    width: auto;
    overflow: visible;
}*/
.info-element:hover ul.more-info {
    box-shadow: 0px 0px 4px #b8b8b8;
    padding: 0;
    border: 0px solid #ccc;
}

ul.more-info li.delete-li:hover {
    background: red;
}

ul.more-info li.edit-li:hover {
    background: #526a84;
    color: #fff;
}

ul.more-info li:hover {
    color: #fff;
}

body abbr {
    cursor: pointer !important;
}

/*.chat-area.user .delete-element {
    right: -33px;
}*/
/*.chat-area.user:hover .delete-element {
    right: 1px;
}
.delete-element i.fa.fa-trash-o{
    width: 30px;
    height: 30px;
}*/
body .alert,
.alert * {
    color: #fff;
}

body .alert {
    background: #3c3c3c;
    color: #ddcb75;
}

body .alert {
    margin-top: 20px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: 0px 0px 10px #b8b8b8;
}

body .form .alert {
    margin-top: 0;
    margin-bottom: 20px;
}

body .alert *,
body .alert {
    font-weight: 400;
    font-size: 14px;
}

.wrapper.admin-wrapper .chat-main .alert {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

.navbar-toggler .icon-bar {
    background: #fff !important;
}

input.bor {
    border: 1px solid #000;
}

.up-down-chat {
    z-index: 99;
    background: #b9a229;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    border-radius: 4px;
    border: 0px solid #fff;
    cursor: pointer;
    box-shadow: none;
}

.object {
    animation: MoveUpDown 1s linear infinite;
    position: fixed;
    left: auto;
    right: 0px;
}

@keyframes MoveUpDown {

    0%,
    100% {
        top: 85px;
    }

    50% {
        top: 88px;
    }
}

.object2 {
    animation: MoveUpDown2 1s linear infinite;
    position: fixed;
    left: auto;
    right: 0px;
}

@keyframes MoveUpDown2 {

    0%,
    100% {
        bottom: 27px;
    }

    50% {
        bottom: 30px;
    }
}

.up-down-chat:hover {
    background: #44585d;
    color: #fff;
}

.sidebar .user.user-profile .user-info a span {
    font-weight: 500;
    font-size: 15px;
    color: #fff !important;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-dialog .modal-content {
    box-shadow: 0px 0px 10px #333;
    border-radius: 0;
    border: none;
    padding: 15px;
}

.modal-dialog form {
    padding: 0;
    margin: 0;
}

.modal-dialog .modal-header {
    border-bottom: none;
    padding: 0;
    border: 0px solid;
    background: #b9a229;
    text-align: left;
    display: block;
    padding: 15px;
    border-radius: 0;
}

.modal-dialog .modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    color: #fff;
    float: left;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    width: calc(100% - 30px);
}

.modal-dialog .modal-body {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

.green-bor-left {
    float: left;
    width: 100%;
    line-height: 18px;
    color: #fff;
    text-shadow: none;
    background: #cccccc;
    font-size: 14px;
    color: #292929;
    font-weight: 400 !important;
    padding: 15px;
    position: relative;
}

.green-bor-left:before {
    position: absolute;
    left: 0px;
    background: #ddcb75;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    display: none;
}

.green-bor-left input,
.green-bor-left select,
.green-bor-left textarea {
    padding: 0px;
    color: #3c3c3c;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
}

.green-bor-left input::placeholder,
.green-bor-left select::placeholder,
.green-bor-left textarea::placeholder {
    color: #3c3c3c;
}

.modal .modal-header .close:hover {
    background: #44585d;
    color: #fff;
}

.green-bor-left input:focus,
.green-bor-left input:hover {
    background: transparent;
    color: #292929;
}

.modal-dialog .modal-body .form-group:first-child,
.modal-dialog .modal-body .form-group:last-child {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.modal-dialog .modal-body .form-group {
    margin: 20px 0;
    float: left;
    width: 100%;
    padding: 0;
}

.modal-dialog .modal-body+.modal-footer {
    padding-top: 0;
    float: right;
    width: 100%;
    padding: 15px;
}

.modal-footer button.btn.btn-default {
    color: #fff;
    box-shadow: none;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 0;
    font-weight: bold;
    border-radius: 34px;
    background: rgb(223, 203, 38) !important;
    background: linear-gradient(80deg, rgba(223, 203, 38, 1) 0%, rgba(122, 110, 99, 1) 100%) !important;
    line-height: 18px;
}

.modal-footer button.btn.btn-default:hover {
    background: rgb(223, 203, 38) !important;
    background: linear-gradient(80deg, rgba(122, 110, 99, 1) 0%, rgba(223, 203, 38, 1) 100%) !important;
}

body .tradingview-widget-copyright a,
body .tradingview-widget-copyright a:visited,
body .tradingview-widget-copyright a:hover,
body .tradingview-widget-copyright a:focus,
body .tradingview-widget-copyright a span.blue-text,
body .tradingview-widget-copyright a:visited span.blue-text,
body .tradingview-widget-copyright a:hover span.blue-text,
body .tradingview-widget-copyright a:focus span.blue-text {
    color: #44585d !important;
    font-size: 15px;
    font-weight: bold;
}

.tradingview-widget-copyright {
    background: #E5E6E8;
    color: #333 !important;
}

.modal-footer button.btn.btn-default:hover {
    background: #44585d;
    /* color: #ddcb75; */
}

body .modal-dialog .main-btn {
    background: #09c5b4;
    border: none;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.428571;
    width: auto;
    text-align: left;
    margin-bottom: 0;
    padding: 8px 35px;
    border-radius: 80px;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body .modal-dialog .main-btn:hover,
body .modal-dialog .main-btn:focus,
body .modal-dialog .main-btn:active {
    background: #292929;
    color: #fff;
    box-shadow: none;
}

body .modal-dialog .btn:not(:disabled):not(.disabled).active,
body .modal-dialog .btn:not(:disabled):not(.disabled):active {
    background: #292929;
    color: #fff;
    box-shadow: none;
}

body .modal-dialog .main-btn.btn-black {
    background: #292929;
    color: #fff;
}

body .modal-dialog .main-btn.btn-black:hover,
body .modal-dialog .main-btn.btn-black:focus,
body .modal-dialog .main-btn.btn-black:active {
    background: #09c5b4;
    color: #fff;
    box-shadow: none;
}

body .modal-dialog .btn.main-btn.btn-black:not(:disabled):not(.disabled).active,
body .modal-dialog .btn.main-btn.btn-black:not(:disabled):not(.disabled):active {
    background: #09c5b4;
    color: #fff;
    box-shadow: none;
}

.homepage-main {
    position: relative;
}

section.top-nav {
    background: #3c3c3c;
}

.main-holder {
    position: relative;
    padding: 0;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

section.top-nav {
    padding: 13px 0;
}

.top-mid-logo {
    text-align: center;
    margin-top: 5px;
}

.top-mid-logo img {
    margin: 0 auto;
}

.top-mid-logo {
    margin-top: 9px;
}

.web-btn {
    background: rgba(241, 163, 26, 1) !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    text-transform: capitalize;
    color: #272727 !important;
    padding: 7px 15px 9px;
    line-height: inherit;
    font-weight: normal;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400 !important;
}

.web-btn:hover {
    background: rgba(241, 163, 26, 1) !important;
    border-radius: 25px !important;
}

.web-btn-2 {
    background: #272727 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 17px !important;
    text-transform: capitalize;
    color: #fff !important;
    padding: 7px 15px 9px;
    line-height: inherit;
    font-weight: normal;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    display: inline-block;
}

.web-btn-2:hover {
    background: rgba(241, 163, 26, 1) !important;
    border-radius: 25px !important;
}

a {
    cursor: pointer;
}

.top-right-sec {
    margin-top: 5px;
}

.top-right-sec i.fa {
    margin: 0 0 0 5px;
}

.sc-light-bg {
    background: #fff;
}

.sc-light-bg-2 {
    background: #ececec;
}

.sc-sec-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

h2.sc-heading {
    font-size: 40px;
    font-weight: bold;
    color: #3c3c3c;
    padding: 0;
    margin: 0;
    line-height: initial;
    position: relative;
    /* padding-left: 66px; */
    text-transform: inherit;
    text-align: center;
}

h2.sc-heading:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #333;
    left: 0;
    top: 12px;
    display: none;
}

.sc-title {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: initial;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.sc-content-con {
    /*background: #f0ecd7;
    border: 4px solid #fff;
    padding: 40px 15px;*/
}

.sc-content-con .sc-hiw-title {
    /*background: #fff;
    border: 3px solid #ebe7d0;
    width: 105px;
    height: 105px;
    border-radius: 100%;*/
    margin: 0 auto 15px;
}

.sc-content-con .sc-hiw-title img {
    /*margin: 20px auto;
    max-width: 56px;*/
    width: 100%;
}

.bor-top {
    border-top: 2px solid #fff;
}

.what-we-trade-sec .sc-content-con {
    padding: 0;
    background: transparent;
}

.sc-wwt-content {
    padding: 20px 0px 0;
    /*border-top: 4px solid #fff;
    background: rgb(246,244,241);
    background: linear-gradient(180deg, rgba(246,244,241,1) 0%, rgba(240,236,215,1) 100%);*/
}

.sc-wwt-content .sc-logo-left {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #b9a229;
    text-transform: uppercase;
}

.sc-wwt-content .sc-logo-right {
    float: right;
}

.sc-wwt-content p {
    clear: both;
}

.sc-wwt-content p {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    color: #3c3c3c;
    line-height: initial;
    font-family: 'Montserrat', sans-serif;
}

.expant-link {
    margin-top: 0px;
}

.expant-link a {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
}

.three-steps-sec .sc-content-con {
    border-radius: 50px;
    border: 5px solid #fff;
}

.three-steps-sec .sc-content-con {
    padding: 0;
    position: relative;
    border: none;
}

.three-steps-sec .sc-step-number {
    border: 4px solid #fff;
    background: rgb(246, 244, 241);
    background: linear-gradient(180deg, rgba(246, 244, 241, 1) 0%, rgba(240, 236, 215, 1) 100%);
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 100%;
    margin: -25px auto 0;
}

.three-steps-sec .sc-logo-right img {
    margin: 0;
    width: 100%;
}

.three-steps-sec .sc-step-title {
    font-size: 22px;
    color: #3c3c3c;
    font-weight: bold;
    text-transform: inherit;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.three-steps-sec p {
    font-size: 16px;
    line-height: inherit;
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif;
    max-width: 70%;
}

.about-traders-sec .sc-content-con {
    padding: 0;
}

.sc-edu-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #3c3c3c;
    margin: 25px 0px;
}

footer.footer.footer-dark.section-pt {
    min-height: 220px;
    background: #e5e6e8;
    border-top: 0px solid #937f33;
    padding: 20px 0 0;
}

footer.footer-dark .footer-logo-static img.homepage-logo-icon {
    max-width: 50px;
    width: 100%;
}

footer.footer-dark .footer-logo-static img.homepage-logo {
    max-width: 360px;
    width: 100%;
    margin-left: 98px;
}

.social-media-footer img {
    max-width: 30px;
}

span.light-bg.adress-links span {
    text-transform: initial !important;
}

div#footerContent a {
    font-size: 16px !important;
    font-weight: 500;
    color: #937f33 !important;
}

span.light-bg.adress-links {
    margin-top: 20px !important;
    float: left;
    width: 100%;
}

div#footerContent a {
    font-size: 14px !important;
    font-weight: normal;
    color: #595959 !important;
}

span.light-bg.adress-links span {
    text-transform: initial !important;
    color: #595959 !important;
    font-size: 15px !important;
}

span.light-bg {
    margin-top: 10px !important;
    float: left;
    width: 100%;
}

footer #footerContent span.app-icon * {
    color: #ddcb75;
    font-size: 16px;
    font-weight: 500;
}

footer #footerContent span.app-icon {
    display: inline-block;
    margin-bottom: 15px;
    background: #937f33;
    border-radius: 4px;
    padding: 4px 7px;
}

footer #footerContent span.app-icon * {
    color: #ddcb75 !important;
}

.footer-content {
    margin: 0 auto;
    width: 100%;
}

footer.footer .copyright {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    float: none !important;
    background: #937f33;
}

.copyright-links.my-2 {
    margin-bottom: 3rem !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px !important;
}

footer.footer .copyright {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    float: none !important;
    background: #937f33;
    color: #c8b65f;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
}

.educator-img img {
    width: 100%;
}

.banner-left-side {
    max-width: 25.5%;
    margin: 24px 0 0 20px;
    width: 100%;
}

.banner-heading {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #3c3c3c;
    margin-top: 5px;
    line-height: 51px;
}

.start-btn {
    margin-top: 4px;
    /* opacity: 0.5; */
    margin-bottom: 14px;
}

.start-btn a {
    /*background: #f1a31a;
    color: #5b4216;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    padding: 4px 13px;
    border-radius: 34px;*/
}

.banner-right-side {
    float: right;
    max-width: 73%;
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.banner-laptop img {
    max-width: 87%;
}

.banner-mobile {
    position: absolute;
    bottom: 19px;
    right: 15px;
}

.banner-mobile img.mobile-icon {
    max-width: 233px;
}

.banner-img {
    position: relative;
    background: #ddcb75;
}

.banner-laptop {
    position: relative;
}

img.laptop-imgg {
    max-width: 100%;
    position: relative;
}

.carousel {
    position: absolute;
    top: 75px;
    right: 46px;
    width: 194px;
    height: 346px;
    overflow: hidden;
}

.hover-effect {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.hover-effect:hover::before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.face {
    width: 193px;
    height: 193px;
    overflow: hidden;
    margin: 0 auto;
    border: 0px solid #cbc8c8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.265, 0, 0.635, 1), border .35s ease;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease;
    -moz-transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650);
    -o-transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650);
    transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease;
}

.face:hover {
    transform: scale(1.1);
    border: 10px solid #cbc8c8;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease;
    transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease;
}

.modal .modal-header .close {
    color: #b9a229;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    font-size: 24px;
    text-shadow: none;
    opacity: 1;
    border-radius: 0;
    padding: 0;
    text-align: center;
    border-radius: 4px;
}

.modal-dialog .modal-content {
    padding: 0;
    box-shadow: none;
}

.modal-dialog .modal-body {
    padding: 15px 15px 0 15px;
}

.modal-dialog {
    max-width: 980px;
}

.home-modal {
    height: 400px;
}

.sidebar .sidebar-background {
    /* background: #f7f7f7 !important; */
}

.sidebar .nav .nav-item .nav-link * {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: normal;
}

.sidebar .nav .nav-item .nav-link *, .sidebar .user .user-info>a>span {
    text-transform: capitalize;
    font-weight: 500;
}
.sidebar .nav .nav-item:hover .nav-link * {
    color: #000 !important;
}
.sidebar .user .user-info:hover a span{
   color: #000 !important; 
}
li#thechat:hover a span {
    color: #000 !important;
}
li#thechat:hover ul.nav.second-level a span {
    color: #fff !important;
}
li#thechat ul.nav.second-level a:hover span {
    color:  #000 !important;
}

.sidebar .nav .nav-item .nav-link i {
    font-size: 24px !important;
}

.sidebar[data-background-color=black] .nav .nav-item i {
    color: #3c3c3c;
}

.sidebar .user .user-info>a>span {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500;
}

.dashboard_wrapper {
    float: left;
    width: 100%;
}

.sidebar .nav-item .user .photo i.fa {
    font-size: 18px;
    color: #3c3c3c !important;
    width: 32px;
}

.sidebar[data-background-color=black] .nav .nav.second-level .nav-item .nav-link * {
    font-size: 16px !important;
}

.dashboard span.card-category.view-all .material-icons {
    font-size: 50px;
    color: #3c3c3c;
}

.wrapper.admin-wrapper.admin-video .card-product.card .card-date-time:before {
    display: none;
}

.sidebar .nav li ul.nav.second-level a.nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 35px !important;
    /* background: red; */
}

.sidebar .nav li ul.nav.second-level li {
    margin-bottom: 0px !important;
}

.sidebar .nav li ul.nav.second-level {
    margin: 0 0 0px 0;
}

.wrapper.admin-wrapper.admin-video .card-product.card .card-date-time {
    padding: 5px 15px;
    font-size: 12px;
}

.wrapper.admin-wrapper.admin-video .card-product.card .card-title {
    margin-bottom: 0;
}

.wrapper.admin-wrapper.admin-video .card-product.card .card-date-time {
    margin-right: 0;
}

/*.wrapper.admin-wrapper.admin-video .card-product.card .card-date-time * {
    font-size: 10px;
}*/
section.banner {
    background: #ddcb75;
}

.modal-dialog.modal-lg.small-modal {
    max-width: 650px;
}

.main-panel nav.navbar a.navbar-brand img.navbar-icon {
    display: none;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow textarea {
    padding-left: 41px;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow i.fa.fa-ban {
    background: transparent;
    color: red;
    position: relative;
    font-size: 25px;
    position: relative;
    left: 11px;
    width: 0;
}

.not-allow-all:hover * {
    filter: grayscale(1);
}

a.user-link abbr {
    text-decoration: none;
}

.nav li.logo-nav.nav-item a.user-link.nav-link {
    background: #ffffff;
    position: relative;
    height: auto;
    overflow: hidden;
    min-height: 44px;
}

.nav li.logo-nav.nav-item img.logo-icon {
    max-width: 28px;
    margin-right: 10px;
    float: left;
    position: absolute;
}

.nav li.logo-nav.nav-item img.logo-text {
    max-width: 84px;
    margin-top: 4px;
    float: left;
    position: absolute;
    left: 36px;
}

.nav li.logo-nav.nav-item:hover a.user-link.nav-link {
    opacity: 0.8;
}

.language-select {
    background: #fff;
    height: 40px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.language-select .sorting {
    padding: 0;
    border: 0px solid #eee;
    clear: both;
    background: #cccccc;
    height: 40px;
    border-radius: 0;
    overflow: hidden;
}

.card .card-body+.card-footer .stats .card-category,
.card .card-footer .stats .card-category img.sc-banner-logo {
    float: left;
    margin: 1px 8px 0 0px;
}

.language-select .sort {
    position: relative;
    padding-left: 0;
    float: left;
    width: 100%;
}

span.app-icon {
    float: left;
    width: 100%;
}

.language-select .sorting select {
    padding: 5px 20px 5px 7px !important;
    margin-left: 0;
    border: 0px solid #eee;
    background: none;
    height: 39px;
    position: relative;
    z-index: 2;
    width: 100%;
    background: transparent;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
}

.language-select .sort span.pointer {
    height: 40px;
    width: 25px;
    border-left: 0px solid #ddd;
    position: absolute;
    right: -4px;
    top: 0;
    text-align: center;
    color: transparent;
    font-size: 20px;
    z-index: 1;
    line-height: 40px;
    background: url(./../images/select-dropdown.png) no-repeat 0 #cccccc;
}

.login-page img.login-sc-icon {
    margin: 0 auto;
    width: 100%;
}

.language-select .sort span.pointer i {
    margin-top: 6px;
}

.language-select .sorting select option {
    font-size: 14px;
    font-weight: 500;
}

.banner-img {
    position: relative;
}

.banner-content {
    position: absolute;
    left: 2%;
    /* margin-left: -2px; */
    top: 50%;
    /* margin-top: -22px; */
    transform: translateY(-50%);
    max-width: 649px;
}

.banner-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 52px;
}

.banner-content h1.welcome-heading {
    margin-top: 8px;
}

.banner-content p {
    font-size: 25px;
    color: #fff;
    line-height: 28px;
    margin: 9px 0 0 3px;
}

.web-btn.filled-btn {
    background: #20e4da !important;
    border: 2px solid #20e4da !important;
    font-size: 19px !important;
    font-weight: bold !important;
    color: #fff !important;
    padding: 10px 35px 10px;
    border-radius: 44px !important;
}

.web-btn.empty-btn {
    background: transparent !important;
    border: 2px solid #fff !important;
    font-size: 19px !important;
    font-weight: normal !important;
    color: #fff !important;
    padding: 10px 35px 10px;
    margin-right: 25px;
    border-radius: 44px !important;
}

.banner-content img.sc-banner-logo {
    max-width: 114px;
    margin: 0 0 36px 4px;
}

.banner-btns {
    margin-top: 25px;
}

.web-btn.filled-btn:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
}

.web-btn.empty-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

.sc-heading-row {
    text-align: center;
}

.how-it-works-sec img.sc-banner-logo {
    max-width: 60px;
    margin: 0 auto 20px;
}

p.sub-heading {
    margin-top: 15px;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: normal;
    line-height: initial;
    max-width: 60%;
}

.sc-heading-row {
    text-align: center;
    margin-bottom: 30px;
}

.what-we-trade-sec img.banner-main-img {
    width: 100%;
}

.expant-link a.web-btn {
    padding: 0;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #3c3c3c !important;
    text-transform: inherit;
}

.grad-bg {
    background: rgb(178, 162, 65);
    background: linear-gradient(90deg, rgba(178, 162, 65, 1) 0%, rgba(125, 113, 97, 1) 100%);
}

.sub-text-right {
    float: left;
    padding: 0px 14px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    border-radius: 24px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.inner-sub-text:before {
    position: absolute;
    content: "";
    background: #b9a229;
    width: 120px;
    height: 6px;
    bottom: 0;
    display: none;
}

.sc-new-heading {
    float: left;
    margin-top: 19px;
    font-weight: 400;
    position: relative;
    top: 5px;
}

.meet-your-digital h3 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 54px;
}

.digital-con-img {
    text-align: left;
    border: 0px solid;
    max-width: 546px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
}

.footer-logo-small {
    float: left;
}

.footer-logo-small {
    float: left;
}

.footer-logo-large {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    display: inline-block;
}

.footer-logo-right {
    float: right;
}

.footer-logo-right a {
    float: left;
}

img.visa-icon {
    max-width: 85px;
    margin: 2px 20px 0 0;
}

img.master-icon {
    max-width: 45px;
}

.what-we-trade-sec .container,
.three-steps-sec .container,
.about-traders-sec .container {
    max-width: 80%;
}

.how-it-works-sec .container {
    max-width: 100%;
}

.footer ul li a {
    padding: 0 10px !important;
}

.how-it-works-sec p.sub-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 58%;
}

body.modal-open {
    padding: 0 !important;
}

.expant-link a.web-btn:hover {
    color: #af9621 !important;
    text-decoration: underline;
}

.bgfooter {
    /* background-color: #E5E6E8; */
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    clear: both;
    position: relative;
    z-index: 1;
    background: #0f1011;
}

footer.bgfooter.text-muted .ps-relative.d-flex {
    align-items: center;
}

.ps-relative {
    position: relative;
}

footer img.left-logo {
    float: left;
}

footer.bgfooter img.centerd {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

footer.bgfooter.text-muted .cards-logo {
    margin-left: auto;
}

.cards-logo img {
    max-height: 40px;
    max-width: 80px;
}

.cards-logo img:last-child {
    margin-left: 26px;
}

footer .container {
    max-width: 1140px;
}

footer ul.social_list {
    margin: -6px 0 32px 0;
}

footer.bgfooter ul {
    list-style-type: none;
    margin: -10px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.bgfooter ul li {
    margin: 0 16px;
}

footer ul.social_list li {
    margin: 0 5px;
}

ul.social_list li a {
    display: inline-block;
    text-decoration: none;
}

.cus-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #c5c5c5;
    background-repeat: no-repeat;
    background-image: url(/images/social_icons.png?1?1);
    background-size: 77px;
    background-position: center;
    border-radius: 4px;
    vertical-align: top;
}

footer .cus-icon {
    width: 30px;
    height: 30px;
    background-size: 94px;
}

footer ul.social_list li a i {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.cus-icon.icon-fb {
    background-position: right center;
}

.cus-icon.icon-tw {
    background-position: left center;
}

footer.bgfooter a:hover {
    text-decoration: underline;
}

footer ul.social_list li a:hover i {
    -webkit-filter: none;
    filter: none;
}

footer.bgfooter ul {
    list-style-type: none;
    margin: -10px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.bgfooter ul li {
    margin: 0 16px;
}

footer.bgfooter ul p a,
footer.bgfooter ul p {
    margin: 0;
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

footer ul.social_list {
    margin: -6px 0 22px 0;
}

span.app-icon {
    float: right;
    width: auto;
    margin-bottom: 0;
}

span.white-round {
    background: #44585d;
    padding: 0;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #44585d;
    /* display: inline-block; */
    float: left;
    margin-left: 7px;
    line-height: inherit;
}

span.white-round:hover {
    background: transparent;
    color: #44585d;
}

span.white-round.rec {
    background: #44585d;
    color: #fff;
    padding: 3px 13px;
    font-size: 12px;
    line-height: inherit;
}

span.white-round:hover a {
    text-decoration: none;
}

span.white-round a:hover {
    text-decoration: none !important;
}

span.white-round:hover a {
    color: #44585d;
}

span.white-round a {
    color: #fff;
    text-decoration: none;
    padding: 8px 10px 8px;
    font-size: 12px;
    /* line-height: inherit; */
    float: left;
}

footer.bgfooter ul p strong {
    font-weight: 500;
    color: #000;
    margin-right: 5px;
    font-family: 'Montserrat', sans-serif;
}

footer.bgfooter a:hover {
    text-decoration: underline;
}

.ft1 {
    font-size: 12px;
    margin-left: 16px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.text-muted {
    color: #928d8d !important;
}

footer .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

div#footerDisclaimer {
    padding: 19px 40px;
    font-size: 11px;
    line-height: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #928d8d;
    font-weight: 400;
    /* background: #fff; */
    position: relative;
    z-index: 1;
    background: #0f1011;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.right-sidebar {
    float: right;
    max-width: 240px;
    width: 100%;
}

.right-sidebar img {
    width: 100%;
}

/*.sidebar {
    display: none;
}*/
.imacedamy-icon {
    float: left;
    margin-right: 27px;
}

.zinrai-logo {
    max-width: 75px;
}

nav#educator-list-nav {
    float: left;
    max-width: 470px;
    display: inline !important;
    margin-top: 9px;
}

nav#educator-list-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav#educator-list-nav ul li {
    float: left;
    margin-right: 31px;
    position: relative;
}

nav#educator-list-nav ul li:last-child {
    margin-right: 0;
}

nav#educator-list-nav ul li a {
    color: #252525;
    padding: 8px 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.7s;
}

nav#educator-list-nav ul li:hover a {
    background-color: #f3f3f3;
}

div#accordion {
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: 99;
}

nav#educator-list-nav ul li div#accordion {
    display: none;
    height: 0;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.7s;
    background: #f3f3f3;
}

nav#educator-list-nav ul li:hover div#accordion {
    height: auto;
    opacity: 1;
    /* position: absolute; */
    width: 330px;
    padding-top: 10px;
    display: block;
}

nav#educator-list-nav ul li h4.panel-title a {
    font-weight: 500;
    font-size: 18px;
    padding: 7px 23px 7px 27px;
    position: relative;
}

nav#educator-list-nav ul li ul.nav-secong-level li a {
    display: block;
    position: relative;
    padding-left: 25px;
}

nav#educator-list-nav ul li i.more-less.glyphicon.glyphicon-minus,
nav#educator-list-nav ul li i.more-less.glyphicon.glyphicon-plus {
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
}

nav#educator-list-nav ul li .more-less {
    float: left;
    margin-right: 5px;
    left: 15px;
}

nav#educator-list-nav ul li ul.nav-secong-level li a:before {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 18px;
    top: 8px;
    left: 14px;
}

nav#educator-list-nav ul li i.more-less.glyphicon.glyphicon-minus,
nav#educator-list-nav ul li i.more-less.glyphicon.glyphicon-plus {
    font-family: FontAwesome;
}

nav#educator-list-nav ul li i.more-less.glyphicon.glyphicon-minus:before {
    content: "\f0d7";
}

nav#educator-list-nav ul li i.more-less.glyphicon.glyphicon-plus:before {
    content: "\f0da";
}

nav#educator-list-nav ul li:hover {
    height: auto;
    opacity: 1;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

nav#educator-list-nav ul.nav-secong-level li {
    float: left;
    width: 100%;
}

nav#educator-list-nav ul li ul.nav-secong-level li {
    float: left;
    width: 100%;
    margin: 0;
}

nav#educator-list-nav ul li .more-less {
    float: left;
    margin-right: 5px;
}

nav#educator-list-nav ul li:hover .panel.panel-default {
    background: transparent;
    border: none;
}

nav#educator-list-nav ul li:hover .panel-heading {
    background: transparent;
    border: none;
}

section.top-main-bar {
    position: relative;
    z-index: 1000;
    /* background: #fff; */
    background: #0f1011;
    margin: 0 auto;
    padding: 15px 0;
}

.top-main-bar .top-main-right {
    float: right;
    position: relative;
}

.top-main-bar .top-main-right nav.navbar {
    position: relative;
    width: auto;
    display: inline-block;
}

.top-main-bar .top-main-right nav.navbar {
    position: relative;
    width: auto;
    display: inline-block;
    background: transparent !important;
    box-shadow: none !important;
}

.top-main-bar .dropdown-submenu {
    position: relative;
}

.top-main-bar .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.top-main-bar .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.top-main-bar .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.top-main-bar .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.top-main-bar .dropdown-submenu.pull-left {
    float: none;
}

.top-main-bar .dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.top-main-bar .top-main-right .topnav {
    background-color: #fff;
}

.top-main-bar .top-main-right .topnav .dropdown-toggle:after {
    display: none;
}

.top-main-bar .top-main-right .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.top-main-bar .top-main-right .topnav a:hover {
    background-color: #ddd;
    color: black;
}

.top-main-bar .top-main-right .topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.top-main-bar .top-main-right .topnav .icon {
    display: none;
}

.top-main-bar .top-main-right .topnav {
    background-color: transparent;
}

.top-main-bar .top-main-right .topnav ul {
    list-style: none;
}

.top-main-bar .top-main-right .topnav ul li {
    float: left;
}

.top-main-bar .top-main-right .topnav ul.first-level {
    float: right;
    margin-bottom: 0;
    margin-top: 24px;
}

.top-main-bar .top-main-right .topnav ul.first-level li {
    float: left;
    margin-left: 25px;
}

.top-main-bar .top-main-right .topnav ul.first-level li:first-child {
    margin-left: 0px;
}

.top-main-bar .top-main-right .topnav ul.first-level li a {
    padding: 0;
}

.top-main-bar .top-main-right .topnav ul.first-level li a:hover i.fa {
    /* background: red !important; */
    color: #fff !important;
}

.form-flt-left.postvideos-form .form-group {
    margin-bottom: 25px;
}

.top-main-bar .top-main-right .topnav ul.first-level i.fa {
    color: #fff;
    font-size: 24px;
}

.top-main-bar .top-main-right .topnav ul.first-level img {
    width: 24px;
    left: 0;
    border-radius: 100%;
    height: 24px;
}

.top-main-bar .top-main-right .topnav ul.first-level li.menu-dots.dropdown i.fa {
    margin-top: 2px;
    font-size: 26px;
}

.top-main-bar .top-main-right .topnav ul.first-level li i.fa.fa-sign-out {
    font-size: 24px;
    margin-top: 2px;
}

.top-main-bar .top-main-right .topnav ul.first-level li a:hover {
    background: transparent;
}

.top-main-bar .top-main-right .topnav ul.dropdown-menu {
    position: absolute !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #f1f1f1 !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto !important;
    right: 0;
    top: 23px !important;
    border: 0px solid;
    padding: 0;
    border-radius: 0px;
    z-index: 999;
    width: 160px;
}

.top-main-bar .top-main-right .topnav ul.dropdown-menu li {
    width: 100%;
    border-bottom: 0px solid #fff;
    padding: 0;
    margin: 0;
}

.top-main-bar .top-main-right .topnav ul.dropdown-menu li a {
    padding: 7px 10px;
    color: #878787;
    text-align: left;
    font-size: 14px;
    margin: 0px;
    width: 100%;
    box-shadow: none;
}

.top-main-bar .top-main-right .topnav ul.dropdown-menu li a img {
    width: 16px;
    max-width: inherit;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.top-main-bar .top-main-right .topnav ul.dropdown-menu li a:hover {
    background: #b9a229;
    color: #fff;
}

.navbar .navbar-wrapper h2.inner-title-heading {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b9a229;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

section.top-logo-bar {
    position: relative;
    z-index: 2;
    /* background: #fff;
    background: #f1f1f1; */
    background: #0f1011;
    padding: 15px 0;
    display: none;
}

.top-logo-bar .sc-logo-text {
    float: left;
}

.top-logo-bar .golive-youtube-logo {
    float: right;
}

.top-logo-bar .master-im-academy-logo {
    margin: 0 auto;
    text-align: center;
}

.top-logo-bar .master-im-academy-logo img {
    margin: 10px auto 0;
}

.golive-youtube-logo img {
    margin-top: 8px;
}

.sidebar {
    position: absolute;
    top: 156px;
    box-shadow: none;
    max-width: 240px;
    width: 100%;
    z-index: 1;
}

.sidebar .sidebar-wrapper {
    width: 240px;
    background: #0f1011;
}

.main-panel {
    position: relative;
    float: left;
    width: calc(100% - 480px);
    transition: .33s, cubic-bezier(.685, .0473, .346, 1);
    margin-left: 240px;
    padding: 40px 30px;
    background: #0f1011;
}
.single.dashboard .card .card-body .flex-col .col.card-detail {
    background: #fff;
    box-shadow: none;
    padding-right: 0;
    border-radius: 8px;
        padding: 15px;
        max-width: 50%;
}
.single.dashboard .card .card-body .flex-col .col.card-detail .card-body{
    background: #fff;
    padding: 0;
    text-align: center;
}
.idea-ceta {
    background: linear-gradient(250deg, rgba(23, 23, 23, 1) 0%, rgba(91, 164, 250, 1) 100%);
    transition: all 0.5s;
    padding: 10px 100px;
    display: inline-block;
    border-radius: 16px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 0 auto;
}
.idea-type {
    color: #5BA4FA;
    font-size: 22px;
    font-weight: 500;
}
.idea-type span {
    font-weight: 700;
}
.idea-author-name {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
.idea-enty-level-con {
    max-width: 298px;
    margin: 0 auto;
    border: 0px solid;
    text-align: left;
        margin-bottom: 15px;
}
.bearish-bull{
    background: #970010;
    padding: 5px 7px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    font-weight: 400;
}
span.idea-time {
    color: #970010;
    font-weight: 700;
}
.idea-title {
    color: #171717;
    font-size: 12px;
    font-weight: normal;
}
.idea-left {
    background: #171717;
    border-radius: 8px;
    padding: 8px;
    color: #fff;
        min-width: 77%;
}
.idea-rgt {
    background: #171717;
    border-radius: 8px;
    padding: 8px;
    color: #fff;
        min-width: 20%;
}
.red-idea-con .idea-left, .red-idea-con .idea-rgt {
    background: #970010;
}
.green-idea-con .idea-left, .green-idea-con .idea-rgt {
    background: #009705;
}
.idea-entry-con {
    display: flex;
        gap: 3%;
}
.idea-sub-heading {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
}
.idea-price {
    font-size: 16px;
    font-weight: 700;
}
.idea-rgt.copy-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.idea-rgt.copy-text a{
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
}
html .main-panel {
    width: calc(100% - 238px);
}

html.have-rgt-sidebar .main-panel {
    width: calc(100% - 480px);
}

.sidebar.right-sidebar {
    left: auto;
    right: 0;
}

.dashboard_form .form.dashboard-layout .col-md-4.two-mobile {
    padding: 15px 0px 0px 15px;
    /* background: #f7f7f7; */
    width: calc(33.33% - 5px);
}

.dashboard_form .form.dashboard-layout .min-pad {
    padding: 7px 0px 0px 7px;
    width: calc(50% - 3.5px);
    box-shadow: none;
}

.dashboard_form .form.dashboard-layout {
    padding: 0 0 7px;
}

.dashboard_form .form.dashboard-layout .col-md-4.two-mobile .card.card-product {
    padding: 12px;
    margin-bottom: 0;
        border-radius: 8px;
}
body .card-product .card-body+.card-footer{
    border-radius: 8px;
}

.right-sidebar {
    float: right;
}

.navbar.navbar-absolute .container-fluid {
    padding: 0;
}

.navbar .navbar-wrapper {
    margin-left: 0;
    display: block;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.navbar .navbar-wrapper h2.inner-title-heading {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #b9a229;
    margin-bottom: 27px;
}

.inner-sub-text {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 12px;
}

span.sub-text-left {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    float: left;
}

.inner-sub-text {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.wrapper.admin-wrapper .dashboard_wrapper .form.dashboard-layout.admin-dashboard-form {
    padding: 0px 7px 15px 0;
}

.dashboard_form .form-flt-left .input-light label.error {
    bottom: -32px;
    left: -10px;
    z-index: 999;
    padding-left: 7px;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
}

.dashboard_form .form-flt-left .input-light.file-upload label {
    background: transparent;
    padding: 9px 15px 8px;
    background: transparent;
}

.wrapper.admin-wrapper .dashboard_wrapper .form.dashboard-layout {
    max-width: 100%;
    padding: 0 0 7px;
    background: transparent;
    margin-left: -15px;
}

.submit-btn-form.no-left-rgt-pad {
    padding: 0;
    margin: 25px 0 0 15px;
}
.dashboard .row.disclaimer .card.card-product {
    background: #fff !important;
    padding: 15px;
    border-radius: 8px;
}

.grad-bg-light {
    background: rgb(246, 231, 83);
    background: linear-gradient(180deg, rgba(246, 231, 83, 1) 0%, rgba(175, 150, 33, 1) 100%);
}

.dashboard_form .form.dashboard-layout .min-pad {
    padding: 15px 0px 0px 15px;
    width: calc(50% - 3.5px);
    box-shadow: none;
}

.nav li.nav-item.logo-nav.special-nav a.user-link.nav-link {
    background: transparent !important;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}

.nav li.nav-item.logo-nav.special-nav a.user-link.nav-link:hover {
    color: #b9a229;
}

.nav li.nav-item.logo-nav.special-nav a.user-link.nav-link:before {
    display: none;
}

span.new-video-shared {
    font-weight: 500;
}

span.idea-footer-text {
    float: left;
    width: calc(100% - 28px);
    font-weight: 400;
}

.video-date-mobile {
    display: none;
}

span.new-video-shared {
    float: left;
    width: calc(100% - 57px);
    border: 0px solid;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow {
    background: #ccc;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow i.fa.fa-ban {
    float: left;
    width: 27px;
    padding: 0;
    margin: 0px 7px 0 0px;
    line-height: 49px;
    height: auto;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow textarea {
    float: left;
    width: calc(100% - 42px);
    padding: 7px;
    margin-top: 7px;
    padding-bottom: 0;
}

.admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow {
    background: #ccc;
    float: left;
    width: calc(100% - 160px);
}

.error-page img {
    width: 100%;
}

.sidebar .user .user-info>a {
    padding-left: 20px !important;
}

.container-fluid.pad-le-rgt-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.language-select.language-list-sel {
    margin-bottom: 0;
}

.language-select.language-list-sel .sorting {
    background: #fff;
}

.language-select.language-list-sel .sort span.pointer {
    background: url(./../images/select-dropdown.png) no-repeat 0 #fff;
}

.video-box-details .card-body {
    background: #f7f7f7;
}

.panel-group.video-description {
    opacity: 1 !important;
    height: auto !important;
    position: relative !important;
    overflow-y: scroll;
    max-height: 236px;
    min-height: 236px;
    margin-bottom: 0;
}

.panel-group.video-description h4.panel-title,
.panel-group.video-description h4.panel-title * {
    background: #ccc;
    color: #3c3c3c;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 !important;
}

.panel-group.video-description h4.panel-title {
    padding: 11px 4px 10px 7px !important;
    text-transform: capitalize;
}

.panel-group.video-description .panel-body {
    padding: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #3c3c3c;
    border-color: #ddd !important;
}

.video-box-details .language-select * {
    text-transform: capitalize !important;
}

.panel-group.video-description .panel {
    margin-bottom: 10px;
    border-color: #ddd;
    width: calc(100% - 5px);
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

textarea.min-height-input {
    min-height: 75px !important;
}

div#player {
    width: 100% !important;
    max-width: 100% !important;
}

.video-box.big-frame {
    padding-right: 0;
    /*overflow: hidden;*/
}

.video-details {
    transition-timing-function: ease-out;
}

.video-details {
    position: absolute;
    top: auto;
    bottom: 23px;
    width: auto;
    right: 0;
}

.video-details.easy-out.full-width {
    width: calc(100% - 15px);
}

.video-details i.fa {
    position: absolute;
    right: 5px;
    left: auto;
    left: auto;
    bottom: -4px;
    z-index: 9;
    cursor: pointer;
}

.video-details ul {
    background: #fff;
    opacity: 0;
    position: absolute;
    left: auto;
    bottom: -17px;
    right: 0;
    overflow: hidden;
}

.video-details .overhidden.slide-in-out-block ul {
    width: 100%;
    height: auto;
    opacity: 1;
    right: 0;
}

.video-details ul li {
    list-style: none;
    margin: 0;
    padding: 8px;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    border-bottom: 1px solid #cecece;
}

.video-details ul li strong {
    text-transform: capitalize;
}

.video-details ul li:last-child {
    border-bottom: 0px solid;
}

.modal-dialog .modal-body .form-group.priority-modal label {
    background: #ccc;
    margin-bottom: 0 !important;
    padding: 11px 7px 10px;
}

.modal-dialog .modal-body .form-group.priority-modal span.input-light {
    border: 1px solid #ccc;
}

.panel-group.video-description h4.panel-title img.play-icon {
    float: left;
    margin-right: 5px;
    max-width: 22px;
    margin-top: 2px;
}

.video-box-details .card-body .pagination-block {
    margin: 15px 0 0 0;
}

.video-box-details .card-body .pagination-block ul {
    margin: 0 auto;
    width: auto;
    float: none;
}

.video-box-details .card-body .pagination-block ul li {
    margin-top: 0;
    width: auto;
    padding-bottom: 0;
    border: none;
}

.video-box-details .card-body .pagination-block ul li a {
    padding: 6px 8px 5px;
    font-size: 10px;
    line-height: 15px;
    min-height: 28px;
}

.admin-all-videos .dashboard_form .form {
    overflow: visible;
}

.admin-all-videos .overhidden {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 156px;
    position: relative;
    bottom: -8px;
}

.custom-select {
    position: relative;
    font-family: Arial;
    width: 100% !important;
    padding: 0;
    border-radius: 0;
    border: 0px solid #d2d2d2;
    min-height: 39px;
    border-radius: 0px !important;
    margin-bottom: 10px;
    z-index: 999;
}

.custom-select.zindexmore {
    z-index: 1000;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #cccccc;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "\f078";
    top: 6px;
    right: 20px;
    width: 0;
    height: 0;
    /* border: 6px solid transparent; */
    /* border-color: #fff transparent transparent transparent; */
    font-family: FontAwesome;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 5px;
    content: "\f077";
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #ffffff;
    padding: 5px 20px 5px 7px !important;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    min-height: 39px;
    line-height: 29px;
    border-bottom: 1px solid #ccc;
    font-family: 'Montserrat', sans-serif;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #cccccc;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.select-selected {
    background: #ccc;
}

.select-items div {
    background: #ececec;
    line-height: 24px;
    min-height: 24px;
    font-size: 12px;
}

.select-items div:hover,
.same-as-selected {
    background-color: #ccc;
}

span#auth {
    display: block !important;
}

.mobile-notifications {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.mobile-notifications .email-subscription {
    float: left;
    width: 100%;
}

.mobile-notifications .email-subscription-inner {
    background: #ececec;
    float: left;
    width: 100%;
    min-height: 150px;
    padding: 15px;
}

.mobile-notifications .email-subscription-inner .email-subscription-box {
    position: relative;
    top: 0;
    transform: none;
    border-bottom: 1px solid #ccc;
    left: 0;
    float: left;
    width: 100%;
}

.email-subscription-box h1 {
    color: #44585d;
}

.email-subscription-box h1 {
    color: #44585d;
    text-transform: capitalize;
    font-size: 26px;
}

.mobile-notifications .email-subscription-inner .email-subscription-box .switch-toggle * {
    color: #3c3c3c !important;
}

span.label-right {
    float: left;
    margin: 2px 0 0 7px;
    font-weight: 500;
}

.small-toogl.switch-toggle label.switch {
    width: 60px;
    height: 24px;
}

.mobile-notifications .email-subscription-inner .email-subscription-box:last-child {
    border: none;
    padding-bottom: 0;
}

.mobile-notifications .email-subscription-inner .email-subscription-box:last-child .small-toogl.switch-toggle {
    margin-bottom: 0;
}

.mobile-notifications .email-subscription-inner .email-subscription-box:last-child .small-toogl.switch-toggle {
    margin-bottom: 10px;
    width: 100%;
}

.mobile-notifications .email-subscription-inner .email-subscription-box:last-child .small-toogl.switch-toggle:last-child {
    margin-bottom: 0;
}

.loadermain {
    position: relative;
    height: auto;
    width: 100%;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #b9a229 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderoverlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    top: 0;
}

span.successnotificationsettings {
    font-size: 14px;
    position: relative;
    top: -2px;
    float: left;
    width: 100%;
}

.custom-select.zindexmore1 {
    z-index: 10000;
}

.link-direct {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 8px 5px 8px 5px;
    background: rgb(178, 162, 65);
    background: linear-gradient(90deg, rgba(178, 162, 65, 1) 0%, rgba(125, 113, 97, 1) 100%);
}

.link-direct a {
    color: #fff;
}

.orange-con img {
    float: left;
    /* display: inline-block; */
}

.orange-con span.text-uppercase {
    color: #fff;
    display: inline-block;
    margin-left: -100px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.orange-con a.btn {
    border: 1px solid #343a40;
    color: #343a40;
    font-weight: 700;
    display: inline-block;
    margin-left: 110px;
    box-shadow: none !important;
    background: transparent;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
}

.orange-con i.fa {
    color: #fff !important;
    float: right;
    margin: 10px 0px;
    outline: none !important;
    cursor: pointer;
}

.orange-con i.fa:hover {
    color: #343a40 !important;
}

.orange-con a.btn:hover,
.orange-con a.btn:focus,
.orange-con a.btn:active {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.orange-con {
    padding: 5px 5px !important;
    background: url(./../images/background-banner.jpg);
}

.symbol-card {
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.btn-style {
    padding: 10px 100px;
    display: inline-block;
    border-radius: 16px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: all 0.5s;
}
.forex-btn {
    background: #171717;
    background: linear-gradient(250deg, rgba(23, 23, 23, 1) 0%, rgba(91, 164, 250, 1) 100%);
    transition: all 0.5s;
}
.forex-btn:hover{
    background: #171717;
    background: linear-gradient(250deg,  rgba(91, 164, 250, 1) 0%, rgba(23, 23, 23, 1) 100%);
}

.bitcoin-btn {
    background: #171717;
    background: linear-gradient(250deg, rgba(23, 23, 23, 1) 0%, rgba(250, 145, 57, 1) 100%);
    transition: all 0.5s;
}
.bitcoin-btn:hover {
    background: #171717;
    background: linear-gradient(250deg, rgba(250, 145, 57, 1) 0%, rgba(23, 23, 23, 1) 100%);
}

.symbol-category {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #5BA4FA;
    margin-top: 10px;
}

.bitcoin-card .symbol-category {
    color: #FA9139;
}
.img-icon {
    margin-bottom: 20px;
}
.symbol-type{
    margin-top: 10px;
}
.symbol-type {
    margin-top: 10px;
    font-size: 12px;
    color: #171717;
}
.symbol-card {
    margin-top: 15px;
    padding: 25px 15px;
}
.sidebar ul.nav li a:before, .sidebar ul.nav li li a:before{
        background: #000;
}
.view-signal{
    background: #000;
}
.login-page{
    background: #000;
}
.round-white-bg {
    background: url(../images/login-bg.png);
    background-size: cover;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-position: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    overflow: hidden;
}
button#submit_btn, button#login-button{
        background: #222C37 !important;
    background: linear-gradient(80deg, #526a84 0%, #222C37 100%) !important;
}
button#submit_btn:hover, button#login-button:hover{
        background: #222C37 !important;
    background: linear-gradient(80deg, #222C37 0%, #526a84 100%) !important;
}
.logo-icon-zin {
    max-width: 100px;
    margin: 0 auto;
}
.logo-text-zin {
    max-width: 150px;
    margin: 10px auto 10px;
}
img.zinrai-text-logo-inner {
    max-width: 200px;
    width: 100%;
}
.card-product.card .card-header{
    padding: 0;
}
.card-header h2 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}
.dashboard .content .card-footer .stats{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    display: block;
    float: left;
    width: 100%;
    font-weight: 700;
}
.main-panel.ps-container.ps-theme-default {
    min-height: 100vh;
    /* background: url(../images/login-bg.png) #0f1011; */
    background: #0f1011;
}
.dashboard_form .form{
    background: transparent;
}
.admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-name {
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}
.admin-wrapper.chat-page .chat-user-content-main {
    width: calc(100% - 10px);
}
.admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-time {
    text-align: right;
    float: right;
}
.navbar-wrapper .app-icon{
    display: none;
}
span#chat-down {
    display: none;
}
span#chat-up{
    display: none;
}
h2.inner-title-heading.center-text {
    text-align: center !important;
    height: auto;
    overflow: hidden;
    margin-bottom: 0 !important;
}
h2.inner-title-heading.center-text span.sub-text-left {
    float: none;
}
.form.dashboard-layout.idea-symbols {
    display: flex;
    justify-content: center;
}
/*.error-img{
background: url("http://myswipecoin.im/images/coming-soon.jpeg");
}*/
/* MEDIA SECREEN CHANGES 1200, 1025*/
@media (min-width: 991px) {
    .sidebar-mini .nav li.logo-nav.nav-item p {
        opacity: 0;
        transform: translate3d(-25px, 0, 0);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}

.container {
    max-width: 100%;
    width: 100%;
}

.footer-logo-large {
    margin-top: 10px;
}
.sidebar .nav .nav-item.active .nav-link p, .sidebar .nav .nav-item.active span {
    color: #000 !important;
}

@media (max-width: 1200px) {
    .bitcoin-btn, .forex-btn{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .admin .dashboard_wrapper .dashboard_form.login-block.vertical-mid {
        width: 90%;
        min-height: inherit;
        max-height: inherit;
    }

    .banner-content img.sc-banner-logo {
        max-width: 90px;
        margin: 0 0 6px 4px;
    }

    .banner-btns {
        margin-top: 15px;
    }

    .banner-content h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .banner-content p {
        font-size: 20px;
        line-height: 26px;
    }

    .digital-con-img {
        left: 10%;
        transform: translate(-5%, -50%);
        width: 90%;
    }

    .login-form {
        max-width: 100%;
    }

    .dashboard_form .form.dashboard-layout .col-md-4.two-mobile {
        width: calc(50% - 3.5px);
        max-width: 50%;
    }
}

@media (max-width: 1024px) {
    .orange-con {
        text-align: left !important;
    }

    .orange-con img {
        max-width: 240px;
        margin: 6px 0 0 0;
        display: none;
    }

    .orange-con span.text-uppercase {
        margin-left: 0;
    }

    .orange-con a.btn {
        margin-left: 20px;
    }

    img.login-sc-icon.mobile-hide {
        height: 100vh;
    }

    .login-form {
        max-width: 100%;
    }

    @keyframes MoveUpDown2 {

        0%,
        100% {
            bottom: 27px;
        }

        50% {
            bottom: 30px;
        }
    }

    .banner-right-side {
        max-width: 70%;
    }

    .banner-heading {
        font-size: 25px;
        line-height: 29px;
    }

    .sc-content-con {
        margin-bottom: 30px;
    }

    .about-traders-sec .sc-content-con {
        margin-bottom: 0;
    }

    .three-steps-sec .sc-content-con {
        margin-bottom: 48px;
    }

    .mob-mar-bottom {
        margin-bottom: 0;
    }

    .banner-content img.sc-banner-logo {
        max-width: 50px;
        margin-bottom: 6px;
    }

    .banner-content h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .banner-btns {
        margin-top: 13px;
    }

    .web-btn.empty-btn {
        font-size: 14px !important;
        padding: 7px 20px 7px;
        margin-right: 5px;
    }

    .web-btn.filled-btn {
        font-size: 14px !important;
        padding: 7px 20px 7px;
    }

    .sc-sec-pad {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .how-it-works-sec img.sc-banner-logo {
        max-width: 50px;
        margin: 0 auto 10px;
    }

    h2.sc-heading {
        font-size: 30px;
    }

    p.sub-heading {
        margin-top: 5px;
        font-size: 16px;
    }

    .sc-heading-row {
        margin-bottom: 10px;
    }

    .sc-content-con .sc-hiw-title {
        margin: 0 auto 10px;
    }

    .sc-title {
        font-size: 18px;
    }

    .sc-content-con {
        margin-bottom: 20px;
    }

    .sc-wwt-content p {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .what-we-trade-sec .sc-content-con {
        padding: 0;
        background: transparent;
        margin-bottom: 0;
    }

    .three-steps-sec p {
        font-size: 14px;
    }

    .sc-wwt-content {
        padding: 15px 0px 0;
    }

    .sc-wwt-content .sc-logo-left {
        font-size: 18px;
    }

    .three-steps-sec .sc-step-title {
        font-size: 18px;
        line-height: initial;
        margin-bottom: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .three-steps-sec .sc-content-con {
        margin-bottom: 0;
    }

    .meet-your-digital h3 {
        font-size: 22px;
        line-height: initial;
    }

    .sc-edu-title {
        font-size: 16px;
        margin: 15px 0 0;
    }

    span.light-bg.adress-links span {
        padding: 0 !important;
        width: 100%;
        float: left;
    }

    span.light-bg.adress-links span {
        font-size: 13px !important;
    }

    footer #footerContent a,
    footer #footerContent,
    footer #footerContent span {
        padding: 3px 10px;
    }

    div#footerContent a {
        font-size: 13px !important;
    }

    .how-it-works-sec p.sub-heading {
        max-width: 90%;
    }

    .three-steps-sec p {
        font-size: 14px;
        max-width: 100%;
    }

    .navbar .navbar-wrapper h2.inner-title-heading {
        font-size: 30px;
    }

    .main-panel {
        padding: 20px 15px;
    }

    span.sub-text-left {
        font-size: 22px;
    }

    .sub-text-right {
        font-size: 14px;
    }

    .inner-sub-text {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 8px;
    }

    .dashboard .row.disclaimer .card.card-product {
        padding: 5px;
    }

    .pagination-block ul.pagination {
        padding: 0;
        height: auto;
        display: inline-block;
        margin: 0 auto 0px;
        border-radius: 0;
        float: none;
    }

    .pagination>li:first-child>a {
        padding: 3px 7px;
    }

    .pagination>li>a,
    .pagination>li>span {
        padding: 3px 7px;
        margin-left: 0;
        font-size: 11px;
        margin: 0 2px;
        transition: all 0.5s;
    }

    .dashboard .row.disclaimer {
        margin: 10px 0 0 0;
    }

    .dashboard .row.disclaimer .card.card-product {
        padding: 5px;
        margin-bottom: 0;
    }

    .wrapper.admin-wrapper.chat-page.front .dashboard .disclaimer .card .card-body {
        padding: 5px;
    }

    .wrapper.admin-wrapper .dashboard_wrapper .form.dashboard-layout {
        max-width: 100%;
        padding: 15px 0;
        margin: 0px 15px;
    }

    .pagination-block {
        margin: 20px auto 0;
    }

    .dashboard_form .form {
        padding: 15px;
        margin: 0 15px;
    }

    .single.dashboard .card .card-body .flex-col .col.card-detail {
        margin: 0 0px;
        width: 100%;
        flex: 1;
        max-width: 100%;
        margin-left: 0;
        background: #ececec;
        box-shadow: none;
        padding-right: 15px;
        flex: none;
    }

    .single.dashboard .card .card-body .flex-col .card-detail.notes.col {
        max-width: 100%;
        flex: none;
        padding-right: 15px;
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    body .sidebar {
    transform: translate3d(0, 0, 0) !important;
    left: 0 !important;
    right: auto !important;
    display: none;
    background: #191919;
    z-index: 9;
}
    .sidebar.added {
    transform: translate3d(0, 0, 0);
    right: auto;
    left: 0;
    top: 186px;
    display: block;
    left: 0;
}
    .video-box.big-frame {
        max-width: 100%;
    }

    .col-md-4.video-box-details {
        max-width: 100%;
        padding-right: 0;
    }

    html .main-panel {
        width: 100%;
    }

    .object,
    .object2 {
        right: 7px;
    }

    img.navbar-icon {
        float: left;
        max-width: 24px;
        margin: 2px 5px 0 0;
        display: block;
    }

    .admin-wrapper .navbar .navbar-wrapper {
        margin-left: 0;
    }

    .admin-wrapper .navbar.navbar-absolute a.navbar-brand {
        margin-left: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        right: 0;
        background: #000;
        height: 15px;
        height: 28px;
        width: 36px;
        padding: 0;
    }

    .content-area {
        padding: 0 15px;
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .admin-wrapper.chat-page .chat-area {
        max-width: 100%;
    }

    .chat-main .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-form {
        margin: 10px auto 0;
    }

    .admin.login-page .logo img.login-logo {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }

    .main-panel {
        width: 100%;
        margin-left: 0;
    }

    .sc-logo-text img {
        max-width: 160px;
    }

    .golive-youtube-logo img {
        max-width: 81px;
        margin-top: 2px;
    }

    .top-logo-bar .master-im-academy-logo img {
        margin: 2px auto 0;
        max-width: 250px;
    }

    .video-shared-main .col-md-6.video-box {
        /* padding: 0px 0px 0px 0; */
        width: calc(100% - 3.5px);
        /* flex: none; */
        /* max-width: 100%; */
        /* overflow: hidden; */
        float: left;
    }

    .sidebar {
        position: absolute;
        top: 124px;
    }

    .sidebar .user.user-profile {
        margin: 0px 0px 15px 0;
    }
}

@media (max-width: 767px) {
    .admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-time {
    text-align: left;
    }
    .sidebar.added{
        top: 143px !important;
    }
    .orange-con img {
        display: none;
    }
    .admin-wrapper.chat-page .chat-user-content-main {
        width: 100% !important;
    }
        .wrapper.admin-wrapper .dashboard_wrapper .form.dashboard-layout {
        flex-wrap: wrap;
    }

    .orange-con span.text-uppercase {
        font-size: 13px;
    }

    .orange-con a.btn {
        padding: 4px 7px;
        margin-left: 10px;
        font-size: 12px;
    }

    .orange-con i.fa {
        color: #fff !important;
        float: right;
        margin: 8px 3px;
    }

    .link-direct {
        font-size: 10px;
        padding: 5px 3px 5px 3px;
        line-height: 15px;
    }

    .lds-ring div {
        width: 40px;
        height: 40px;
        margin: 13px;
        border-width: 5px;
    }

    .col-md-4.video-box-details {
        padding-right: 15px;
    }

    .admin-all-videos .overhidden {
        bottom: -23px;
        overflow: visible;
        height: auto;
    }

    .modal-dialog .modal-body .form-group.priority-modal label {

        font-weight: 400;
    }

    .modal-open .modal {
        padding: 0 10px !important;
    }

    .video-details ul li {
        padding: 3px 7px;
        font-size: 11px;
    }

    .video-shared-main {
        width: calc(100% + 30px);
    }

    .error-page img.mobile-hide {
        display: none;
    }

    .error-page img.desktop-hide {
        display: block;
    }

    .desktop-hide {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .card-product .card-category,
    .card-product .card-description,
    .card-product .card-title {
        text-align: left;
    }

    .dashboard_form .input-light:before,
    .card-product.card .card-date-time:before,
    body .card-product .card-body+.card-footer:before,
    .wrapper.admin-wrapper.chat-page.admin-video .dashboard .card .card-body:before,
    .admin-wrapper.chat-page span.chat-user-content:before {
        width: 3px;
    }

    .card-product.card .card-date-time ul li {
        margin-right: 15px;
        color: #292929;
        font-size: 12px;
        font-weight: 400;
    }

    .admin .dashboard_wrapper .dashboard_form.login-block.vertical-mid {
        width: 90%;
        max-width: 420px;
    }

    .admin-login-left {
        width: 100%;
    }

    .admin-login-right {
        width: 100%;
    }

    .admin-login-right .vertical-mid {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        margin: 15px auto;
    }

    .login-form {
        max-width: 100%;
        margin: 15px auto;
    }

    .desktop-login {
        display: none;
    }

    .mobile-login {
        display: block;
    }

    .admin.login-page .logo img.login-logo {
        max-width: 150px;
        display: block;
    }

    .admin .login-form form input,
    .admin .login-form textarea,
    .admin .login-form select {
        padding: 0;
        font-size: 13px;
    }

    .admin .login-form .form-group,
    .admin .login-form .form-group,
    .admin .login-form .form-group {
        padding: 7px;
    }

    .admin .login-form .form-group.submit-btnn {
        padding-top: 0;
        padding-bottom: 0;
    }

    .admin .login-form .form-group .admin .login-form form input::placeholder {
        font-size: 13px;
    }

    .admin form#login-form .col-md-12 {
        margin-bottom: 20px;
    }

    .admin .login-form .submit-btnn button {
        font-size: 16px;
        margin-bottom: 0;
        padding: 8px 35px;
    }

    .admin form#login-form .col-md-12:last-child {
        margin-bottom: 0px;
    }

    .admin .dashboard_form label.error {
        bottom: -19px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    .login-form .message {
        margin: 0 0px 15px;
        font-size: 12px;
        width: auto;
        max-width: max-content;
        margin: 0 auto 15px;
    }

    .dashboard_form h1.heading-h1 {
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 0;
    }

    #dashboard_form .form-group {
        margin-bottom: 15px;
        padding: 7px;
        overflow: visible;
        display: table;
        width: 100%;
    }

    #dashboard_form .input-light input,
    #dashboard_form .input-light textarea,
    #dashboard_form .input-light select {
        padding: 7px;
    }

    #dashboard_form {
        margin-bottom: 0;
    }

    .admin-wrapper.chat-page .content-area {
        padding: 0 15px;
    }

    .wrapper.admin-wrapper .chat-main {
        margin-top: 0px;
        min-height: calc(70vh - 190px);
    }

    .admin-wrapper.chat-page .chat-area {
        padding: 7px;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .admin-wrapper.chat-page .chat-user-content-main {
        width: calc(100% - 35px);
        border-radius: 0px;
    }

    .admin-wrapper.chat-page .chat-area span.all-chat-content {
        margin-bottom: 7px;
        font-size: 8px;
        line-height: 15px;
        padding: 3px 5px 0 5px;
        min-height: 33px;
    }

    .admin-wrapper.chat-page span.chat-user-content {
        width: calc(100% + 35px);
        margin-left: -35px;
    }

    .admin-wrapper.chat-page .chat-area .chat-user-img img {
        max-width: 20px;
    }

    .admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-name,
    .admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-divider,
    .admin-wrapper.chat-page .chat-area span.all-chat-content span.chat-user-time {
        text-shadow: none;
        font-size: 12px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea {
        width: 100%;
        padding: 7px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea:first-child {
        margin-bottom: 7px;
    }

    .admin-wrapper.chat-page button.btn-submit {
        font-size: 16px;
        padding: 5px 20px;
        margin-top: 15px;
        font-size: 12px !important;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea i.fa {
        height: 49px;
    }

    .admin-wrapper.chat-page .chat-textarea textarea,
    .admin-wrapper.chat-page .chat-textarea input[type="file"] {
        padding: 7px;
        width: 100%;
    }

    .admin-wrapper.chat-page .chat-text-main.file-choose .chat-area .chat-textarea i.fa {
        height: 48px;
    }

    .dashboard_form label {
        font-size: 13px;
        font-weight: 600;
    }

    #dashboard_form .input-light input,
    #dashboard_form .input-light textarea,
    #dashboard_form .input-light select {
        font-size: 13px;
        font-weight: 500;
    }

    .admin-wrapper.chat-page span.chat-user-content * {
        font-size: 13px;
    }

    #dashboard_form .input-light input::placeholder,
    #dashboard_form .input-light select::placeholder {
        font-size: 13px;
        font-weight: 500;
    }

    .admin-wrapper.chat-page .user.no-messages span.chat-user-content {
        margin-left: 0;
    }

    .admin-wrapper.chat-page .chat-textarea textarea {
        min-height: 100px;
        font-size: 13px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area .chat-textarea:first-child i.fa {
        height: 100px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea i.fa.fa-upload {
        font-size: 13px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea:first-child {
        margin-bottom: 7px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea:first-child {
        margin-right: 15px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea {
        width: 100%;
        padding: 7px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea:first-child i.fa {
        height: 100px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea i.fa {
        height: 49px;
    }

    .admin-wrapper.chat-page .chat-text-main.file-choose .chat-area1 .chat-textarea i.fa {
        height: 100px;
        display: none;
    }

    .admin-wrapper.chat-page .chat-text-main.file-choose .chat-area1 .chat-textarea:first-child i.fa {
        width: 3px;
        display: block;
    }

    .admin-wrapper.chat-page .chat-text-main.file-choose .chat-area1 .chat-textarea i.fa.fa-upload {
        display: inline-block;
        width: auto;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen span.input-light.file-upload {
        width: 100%;
        float: left;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen i.fa {
        height: auto;
    }

    #dashboard_form.admin-dashboard-form textarea {
        min-height: 70px !important;
    }

    .inputfile+label {
        padding: 7px;
    }

    .navbar.navbar-absolute a.navbar-brand strong {
        float: left;
        margin-top: 0px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen span.input-light.file-upload label {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen i.fa {
        height: 19px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen i.fa.fa-info-circle {
        height: 39px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen {
        margin-top: 15px;
    }

    .admin-wrapper.chat-page .no-messages .chat-user-content-main {
        width: calc(100% - 0px);
        overflow: hidden;
    }

    .admin-wrapper.chat-page .chat-text-main {
        position: relative;
        margin-left: 15px;
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 {
        padding: 15px;
    }

    .admin-wrapper.chat-page .content-area {
        padding: 0px;
    }

    .setting-page .content.content-area {
        min-height: inherit;
    }

    .setting-page .dashboard_form .form {
        min-height: inherit;
    }

    .admin-wrapper.chat-page span.chat-user-content {
        padding: 7px;
    }

    .admin-wrapper.chat-page span.chat-user-content video {
        max-width: 100%;
    }

    .inputfile+label span {
        font-size: 13px;
    }

    .card-product.card .card-title {
        padding: 7px;
        font-size: 13px;
    }

    .card-product.card .card-date-time {
        padding: 7px;
        font-size: 13px;
        font-weight: 400;
    }

    .admin-video .card-product .card-detail .video-discription {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }

    .admin-video .card-product .card-detail .video-discription {
        font-weight: 600;
    }

    .wrapper.admin-wrapper.admin-video .card-product.card .card-title,
    .wrapper.admin-wrapper.admin-video .card-product.card .card-date-time {
        font-weight: 600;
    }

    .wrapper.admin-wrapper.profile_panel.chat-page .dashboard_form.chat-main {
        margin-top: 0;
    }

    .wrapper.admin-wrapper.admin-video .card-product.card .card-title,
    .wrapper.admin-wrapper.admin-video .card-product.card .card-date-time {
        padding: 7px;
    }

    /*    .delete-element {
            width: 24px;
            height: 24px;
            line-height: 24px;
            font-size: 16px;
        }
        .chat-area.user .delete-element {
            right: 2px;
        }
        .delete-element i.fa.fa-trash-o {
            width: 24px;
            height: 24px;
        }*/
    .dashboard_form .form.video-upload .form-group {
        padding: 7px;
        margin-bottom: 15px;
        overflow: visible;
        display: table;
        width: 100%;
    }

    body .alert {
        padding: 7px;
    }

    .wrapper.admin-wrapper .chat-main .alert {
        max-width: 100%;
        font-size: 13px;
        display: table;
        width: 100%;
        overflow: visible;
    }

    .modal-dialog .modal-content {
        padding: 7px;
    }

    .modal-dialog .modal-header {
        padding: 7px;
    }

    .modal-dialog .modal-header .modal-title {
        font-size: 13px;
        line-height: 25px;
    }

    /*.modal .modal-header .close {
        right: 2px;
        top: -27px;
    }*/
    .modal-dialog .modal-body {
        margin: 7px 0;
        padding: 0;
    }

    .modal-dialog .modal-body+.modal-footer {
        padding-top: 0;
        float: right;
        width: 100%;
        padding: 0px 0;
    }

    .modal-footer button.btn.btn-default {
        font-size: 12px;
        padding: 5px 20px;
    }

    body .modal-dialog .main-btn,
    .dashboard_form button#login-button,
    #dashboard_form button#login-button {
        font-size: 16px;
        padding: 5px 20px !important;
        font-size: 12px !important;
        font-weight: 500;
    }

    .info-element {
        top: -3px;
        right: 2px;
        width: 14px;
        height: 12px;
        line-height: 12px;
    }

    span.info-li {
        float: right;
        margin-top: 0px;
        margin-right: 0px;
    }

    ul.more-info {
        right: -3px;
    }

    .dashboard_form .input-light input,
    .dashboard_form .input-light textarea,
    .dashboard_form .input-light select {
        padding: 7px;
        font-size: 13px;
        font-weight: 400;
    }

    .green-bor-left input,
    .green-bor-left select,
    .green-bor-left textarea {
        font-size: 13px;
        font-weight: 400;
    }

    .green-bor-left {
        padding: 7px;
    }

    .green-bor-left:before {
        width: 3px;
    }

    .dashboard_form .input-light label.error {
        bottom: -17px;
        background: none;
        left: 0px;
        font-size: 11px;
        background: transparent;
        color: red;
        padding: 1px 5px;
        margin: 0;
        left: 0;
        font-weight: 500;
    }

    .dashboard_form .input-light.file-upload label.error {
        bottom: -17px;
        padding: 1px 5px;
    }

    .up-down-chat {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }

    .admin .login-form form input::placeholder {
        font-size: 13px;
        font-weight: 400;
        color: #3c3c3c;
    }

    .dashboard_form .input-light.file-upload label {
        padding: 7px;
    }

    .dashboard_form .input-light.file-upload label i.fa,
    .dashboard_form .input-light.file-upload label span {
        font-size: 13px;
    }

    .email-subscription h1 {
        font-size: 18px;
        margin: 0;
        margin-bottom: 6px;
        line-height: initial;
    }

    section.top-nav .row {
        display: block;
    }

    section.top-nav .col-xs-3 {
        padding-right: 5px;
        padding-left: 5px;
        width: auto;
    }

    .top-left-logo {
        margin-top: 0px;
    }

    .top-left-logo img.homepage-logo-icon.img-responsive {
        margin-right: 0 !important;
        max-width: 31px;
    }

    .top-nav .col-xs-6 {
        padding: 0 5px;
        width: 59%;
    }

    .top-mid-logo {
        margin-top: 10px;
    }

    .top-mid-logo img {
        margin: 0 auto;
        /* max-width: 118px; */
        width: 100%;
    }

    section.top-nav .col-xs-3:last-child {
        float: right;
    }

    .top-right-sec {
        margin-top: 0;
        float: right;
    }

    .web-btn {
        font-size: 14px !important;
        padding: 3px 5px 5px;
    }

    .banner-left-side {
        max-width: 100%;
        margin: 15px;
        width: 100%;
    }

    .strips {
        display: none;
    }

    .banner-right-side {
        max-width: 100%;
        padding: 0 15px;
        margin-top: 0;
    }

    .banner-heading {
        font-size: 22px;
        line-height: 26px;
        margin-top: 0;
        float: left;
    }

    .start-btn {
        margin-bottom: 0;
        float: right;
    }

    .sc-sec-pad {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    h2.sc-heading {
        font-size: 22px;
        margin: 0 0 5px 0;
    }

    h2.sc-heading:before {
        width: 30px;
        height: 4px;
        top: 13px;
    }

    .mb-50 {
        margin-bottom: 20px;
    }

    .how-it-works-sec .sc-content-con.hover-effect {
        margin-bottom: 20px;
        padding: 15px;
    }

    .how-it-works-sec .sc-con-sec .col-lg-3.col-md-6:last-child .sc-content-con.hover-effect {
        margin-bottom: 0;
    }

    .what-we-trade-sec .sc-content-con {
        margin-bottom: 20px;
    }

    .what-we-trade-sec .col-lg-4.col-md-6:last-child .sc-content-con {
        margin-bottom: 0;
    }

    .three-steps-sec .col-md-6.col-lg-4:last-child .sc-content-con {
        margin-bottom: 0;
    }

    .about-traders-sec .col-md-4:last-child .sc-content-con {
        margin-bottom: 0;
    }

    .about-traders-sec .sc-content-con {
        margin-bottom: 20px;
    }

    .about-traders-sec .col-md-4:last-child .sc-content-con {
        margin-bottom: 0;
    }

    .sc-title {
        font-size: 14px;
    }

    .sc-wwt-content .sc-logo-left {
        font-size: 16px;
    }

    .row.sc-heading-row.mb-50 {
        margin-bottom: 10px;
    }

    .three-steps-sec .sc-logo-right img {
        margin: 0;
        max-width: 100%;
    }

    .three-steps-sec .sc-step-title {
        font-size: 16px;
        line-height: initial;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .three-steps-sec .row.sc-con-sec .col-md-4.col-lg-4:last-child p {
        margin-bottom: 0;
    }

    .sc-content-con .sc-hiw-title {
        margin: 0 auto 5px;
    }

    .how-it-works-sec .row.sc-con-sec .col-lg-3.col-md-6:last-child .sc-content-con {
        margin-bottom: 0;
    }

    .three-steps-sec .sc-content-con {
        padding: 0px;
    }

    .copyright-links.my-2 {
        margin-bottom: 10px !important;
    }

    footer.footer.footer-dark.section-pt {
        padding: 20px 0 0;
    }

    .sc-edu-title {
        font-size: 16px;
        margin: 5px 0 15px;
    }

    .about-traders-sec .row.sc-con-sec .col-md-4:last-child .sc-edu-title {
        margin-bottom: 0;
    }

    div#footerContent a {
        font-size: 13px !important;
    }

    .sc-wwt-content {
        padding: 5px 0px 0;
    }

    .sc-wwt-content p {
        margin-top: 3px;
        margin-bottom: 0;
    }

    .sc-wwt-content .sc-logo-left img.img-responsive {
        max-width: 70px;
    }

    .sc-wwt-content .sc-logo-right img {
        max-width: 23px;
    }

    .login-form form .input-light input,
    .login-form form .input-light input::placeholder,
    .login-form form .input-light textarea,
    .login-form form .input-light textarea::placeholder,
    .login-form form .input-light select,
    .login-form form .input-light select::placeholder {
        font-size: 13px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow textarea {
        padding-left: 7px;
        font-weight: 600 !important;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow textarea::placeholder {
        font-weight: 600 !important;
    }

    .mob-dis-none {
        display: none;
    }

    .banner-content img.sc-banner-logo {
        max-width: 30px;
        margin-bottom: 5px;
    }

    .banner-content h1.welcome-heading {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0px;
        margin-top: 9px;
    }

    .banner-btns {
        max-width: 140px;
        margin-top: 9px;
    }

    .what-we-trade-sec .container,
    .three-steps-sec .container,
    .about-traders-sec .container {
        max-width: 100%;
    }

    .web-btn.empty-btn {
        font-size: 10px !important;
        padding: 1px 10px;
        margin-bottom: 8px;
        line-height: 20px;
    }

    .web-btn.filled-btn {
        font-size: 10px !important;
        padding: 1px 10px;
        /*line-height: 20px;*/
    }

    p.sub-heading {
        margin-top: 0;
        font-size: 12px;
    }

    .how-it-works-sec img.sc-banner-logo {
        max-width: 30px;
        margin: 0 auto 5px;
    }

    .mob-pos-rel .digital-con-img {
        position: relative;
        transform: translate(0%, -50%);
        left: 0;
        padding: 20px 0 5px;
    }

    div#footerDisclaimer {
        padding: 10px;
    }

    .footer-logo-small {
        float: left;
        width: 100%;
    }

    .footer-logo-small a.footer-logo-static {
        margin-bottom: 0 !important;
    }

    footer.footer-dark .footer-logo-static img.homepage-logo-icon {
        max-width: 35px;
        width: 100%;
    }

    .footer-logo-large {
        margin: 15px 0 5px;
    }

    footer.footer-dark .footer-logo-static img.homepage-logo {
        max-width: 280px;
        width: 100%;
        margin-left: 0;
    }

    .footer-logo-right {
        float: right;
        width: 100%;
        text-align: center;
    }

    .footer-logo-right a {
        float: none;
        display: inline-block !important;
    }

    img.visa-icon {
        max-width: 55px;
        margin: 2px 20px 0 0;
    }

    img.master-icon {
        max-width: 35px;
    }

    .social-media-footer ul li a img {
        max-width: 25px;
    }

    .social-media-footer ul li a {
        padding: 0 2px !important;
    }

    span.light-bg.adress-links {
        margin-top: 10px !important;
    }

    span.light-bg.adress-links span {
        font-size: 11px !important;
        float: left !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    span.light-bg.adress-links span strong {
        font-size: 11px !important;
    }

    div#footerContent a {
        font-size: 11px !important;
        padding: 0 0px !important;
    }

    footer #footerContent a,
    footer #footerContent,
    footer #footerContent span {
        font-size: 11px;
    }

    footer.footer-dark #footerContent span.light-bg.adress-links {
        margin-top: 10px !important;
    }

    footer.footer-dark #footerContent span.light-bg {
        float: left;
        width: 100%;
        margin-top: 15px !important;
        padding: 0;
    }

    footer #footerContent span.light-bg span {
        float: left;
        width: 100%;
        line-height: initial;
        margin: 0 0 7px 0;
        padding: 0;
    }

    .what-we-trade-sec .row.sc-con-sec .col-lg-4.col-md-4:last-child .sc-content-con.mob-mar-bottom {
        margin-bottom: 0;
    }

    .three-steps-sec p {
        font-size: 13px;
    }

    .educate-row,
    .d-flex {
        flex-wrap: wrap;
    }

    footer.bgfooter.text-muted .ps-relative.d-flex {
        align-items: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    img.left-logo {
        display: none;
    }

    img.left-logo {
        float: none;
    }

    footer.bgfooter.text-muted .cards-logo {
        margin-left: 0;
    }

    footer.bgfooter ul.social_list {
        flex-direction: row;
    }

    footer.bgfooter ul {
        flex-direction: column;
        margin: 10px 0 16px 0;
    }

    footer.bgfooter ul li {
        margin: 8px 16px;
    }

    footer.bgfooter ul {
        flex-direction: column;
        margin: 10px 0 16px 0;
    }

    .ft1 {
        font-size: 10px;
        margin-left: 6px;
    }

    footer.bgfooter img.centerd {
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
    }

    footer.bgfooter img.centerd {
        margin: 16px auto;
    }

    footer.bgfooter ul.social_list+ul li {
        margin: 0;
    }

    .login-wrap {
        max-width: 352px;
        margin: 20px auto 15px;
        padding: 0 15px;
    }

    .login-page .logo img.login-sc-icon {
        max-width: 150px;
        width: 100%;
    }

    .login-form form .form-input {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .login-page .checkbox label {
        padding-top: 0 !important;
    }

    span.forget-password {
        margin-top: 0;
    }

    .login-big-logo img {
        max-width: 250px;
    }

    button#submit_btn,
    button#login-button {
        font-size: 16px !important;
        width: 140px;
        padding: 10px 0 !important;
    }

    .signature-img img {
        margin: 0 auto;
        max-width: 290px;
    }

    .front-side .login-form .input-light {
        padding: 7px 15px;
    }

    .front-side .login-form input.form-control,
    .front-side .login-form input.form-control::placeholder {
        font-size: 15px;
    }

    .top-main-bar .top-main-right .topnav a:not(:first-child) {
        display: none;
    }

    .top-main-bar .top-main-right .topnav a.icon {
        float: right;
        display: block;
        background: #b9a229;
        padding: 7px 12px;
        font-size: 24px;
        display: none;
    }

    .top-main-bar .top-main-right .topnav.responsive {
        position: relative;
    }

    .top-main-bar .top-main-right .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .top-main-bar .top-main-right .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .top-main-bar .top-main-right .topnav.responsive ul {
        display: block;
    }

    .top-main-bar .top-main-right .topnav ul {
        display: block;
        position: absolute;
        right: 0;
        width: max-content;
        top: 0;
        background: transparent;
    }

    .top-main-bar .top-main-right .topnav .icon {
        display: block;
        float: right;

    }

    .top-main-bar .top-main-right .topnav.responsive ul.dropdown-menu {
        float: right;
        margin-bottom: 0;
        margin-top: 4px;
        display: table-header-group;
        top: 0;
        width: initial;
        background: transparent;
        min-width: 100px;
        border: 1px solid;
    }

    .top-logo-bar .master-im-academy-logo img {
        margin: 3px auto 0;
        max-width: 130px;
    }

    .golive-youtube-logo img {
        max-width: 53px;
        margin-top: 0px;
    }

    .sc-logo-text img {
        max-width: 100px;
    }

    .wrapper.admin-wrapper .dashboard_wrapper .form.dashboard-layout {
        margin: 0px 0;
        padding-top: 0;
    }

    .dashboard .row.disclaimer {
        margin: 10px -15px 0 -15px;
    }

    .imacedamy-icon img {
        max-width: 50px;
    }
    .imacedamy-icon img.zinrai-logo {
    max-width: 50px;
    width: 100%;
}
.imacedamy-icon img.zinrai-text-logo-inner {
    max-width: 100px;
    width: 100%;
}


    section.top-main-bar {
        padding: 15px 0;
    }

    .top-main-bar .top-main-right .topnav ul.first-level {
        margin-top: 9px;
    }

    .top-main-bar .top-main-right .topnav ul.first-level li {
        margin-left: 15px;
    }

    .navbar .navbar-wrapper h2.inner-title-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }

    span.sub-text-left {
        font-size: 16px;
    }

    .sub-text-right {
        font-size: 10px;
        margin-top: -1px;
        padding: 1px 10px;
        font-weight: 600;
    }

    .card .card-body+.card-footer .stats .card-category,
    .card .card-footer .stats .card-category img.sc-banner-logo {
        font-weight: 600;
    }

    .pagination>li:first-child>a {
        padding: 2px 7px;
    }

    .inner-sub-text {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 5px;
    }

    .inner-sub-text:before {
        width: 50px;
        height: 3px;
    }

    .dashboard_form .form {
        padding: 15px;
        margin: 0;
    }

    .content.dashboard.single .top-area .col:first-child {
        padding-right: 15px !important;
    }

    .dashboard .card.card-product .card-header.card-header-image .row.flex-col .col {
        padding: 0px;
        flex: none;
        float: left;
    }

    .front .card .card-header.card-header-image {
        padding: 0;
    }

    .single.dashboard .card-header.card-header-image {
        margin-bottom: 0;
    }

    .wrapper.admin-wrapper.chat-page.front .dashboard.single .disclaimer .card .card-body {
        padding: 0;
        margin-top: 0;
    }

    .single.dashboard .card .card-body .flex-col {
        display: block;
        max-width: 100%;
        flex-wrap: nowrap;
        /* float: left; */
        margin: 0;
    }

    .single.dashboard .card .card-body .flex-col .col.card-detail {
        margin: 0 0px;
        width: 100%;
        flex: 1;
        max-width: 100%;
        margin-left: 0;
        background: #ececec;
        box-shadow: none;
        padding-right: 15px;
        flex: none;
        padding: 0;
    }

    .wrapper.admin-wrapper.chat-page.front .dashboard.single .card .card-detail.notes .card-body {
        padding: 7px;
        width: calc(100% + 15px);
    }

    .dashboard .disclaimer .card.card-product .card-body p {
        margin: 0px;
        color: #3c3c3c;
        font-size: 13px;
        line-height: 20px;
    }

    .content.dashboard.single .top-area .col .div_gallery_img {
        padding: 15px;
    }

    .single.dashboard .content .card-body ul {
        padding: 0 15px;
    }

    .wrapper.admin-wrapper.chat-page.front .dashboard.single .card .card-detail.notes .card-body {
        padding: 15px;
        width: calc(100% + 15px);
    }

    .admin-wrapper.chat-page span.chat-user-content {
        padding: 7px;
        margin-left: 0;
        width: 100%;
        font-weight: 600 !important;
    }

    .admin-wrapper.chat-page .chat-text-main.file-choose .chat-area1 .chat-textarea:first-child i.fa {
        width: 100%;
        display: block;
        text-align: left;
        background: #cccccc;
        left: 0;
        height: auto;
        padding-left: 10px;
        line-height: inherit;
        padding: 10px 0 0px 8px;
        font-size: 18px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 {
        padding: 15px 15px 7px 15px;
        margin-top: 0;
    }

    .admin-wrapper.chat-page .chat-text-main {
        position: relative;
        margin-left: 15px;
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }

    .video-shared.second-new {
        margin-left: 0;
    }

    span.msg-enable-disable {
        font-size: 14px;
    }

    span.msg-enable-disable {
        margin-top: 3px;
        float: left;
        font-size: 13px;
        font-weight: 700;
        width: 100%;
    }

    .switch-toggle {
        margin-bottom: 0;
    }

    .sidebar {
        top: 90px;
    }

    section.top-logo-bar {
        z-index: 2;
    }

    .bgfooter {
        z-index: 1;
    }

    .navbar.navbar-absolute {
        z-index: 2;
    }

    .video-shared.second-new {
        overflow: hidden !important;
        height: auto;
        padding: 0;
    }

    .video-shared.second-new.show nav.video-shared-nav.not-show {
        padding: 7px;
        margin-top: -6px;
    }

    .video-shared ul li {
        margin: 0 4px 0px 0;
        /* line-height: 27px; */
    }

    .video-shared ul li a {
        padding: 5px 8px;
        font-weight: 600;
        font-size: 12px;
        text-transform: capitalize;
        line-height: 30px;
        transition: all 0.5s ease-in-out;
    }

    .video-shared .title {
        font-weight: 600;
    }

    .card .card-body+.card-footer .stats .card-category i.fa.fa-calendar {
        background: transparent;
        float: right;
        right: 0;
        left: auto;
        color: #000;
        font-size: 15px;
        width: 25px;
        border: 0px solid;
        height: 32px;
        line-height: 32px;
        display: none;
    }

    span.new-video-shared {
        float: left;
        width: 100%;
        font-size: 12px;
        font-weight: 600;
        margin-top: 5px;
    }

    .card .card-footer .stats .card-category img.sc-banner-logo {
        max-width: 15px !important;
        margin-top: 3px;
    }

    span.msg-enable-disable * {
        font-weight: 600;
    }

    .faq-sec p.title strong {
        font-weight: 700;
        font-size: 14px;
    }

    .dashboard_form .form.dashboard-layout .min-pad {
        padding: 15px 0px 0px 15px;
        width: calc(100% - 3.5px);
        box-shadow: none;
    }

    .dashboard_form .form-flt-left .input-light label.error {
        bottom: -24px;
        left: 0;
    }

    .home-modal {
        height: 250px;
    }

    .card .card-body+.card-footer .stats .card-category span.idea-footer-text {
        font-weight: 600;
    }

    span.idea-footer-text {
        font-weight: 600;
    }

    .simple-lightbox button.sl-close {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-weight: 600;
    }

    .up-down-chat i.fa {
        font-weight: 600;
    }

    .video-date-mobile {
        display: block;
        font-size: 14px;
        color: #3c3c3c;
        margin-top: 10px;
        font-weight: 600 !important;
        border-bottom: 1px solid #cecece;
        padding: 10px 0 !important;
    }

    .video-date-mobile * {
        font-weight: 600 !important;
    }

    span.new-video-shared {
        float: left;
        width: calc(100% - 24px);
        border: 0px solid;
        margin-top: 0;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea span.input-light.file-upload label {
        padding: 7px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen span.input-light.file-upload label i.fa.fa-upload {
        float: left;
        width: auto;
        padding: 0;
        margin-right: 7px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.chat-screen span.input-light.file-upload label span {
        margin: 2px 0 0 0;
        float: left;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow {
        background: #ccc;
        width: 100%;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow i.fa.fa-ban {
        float: left;
        width: 15px;
        padding: 0;
        margin: 7px 0 0 7px;
    }

    .admin-wrapper.chat-page .chat-text-main .chat-area1 .chat-textarea.cursor-not-allow textarea {
        float: left;
        width: calc(100% - 40px);
        padding: 7px;
        margin-top: 2px;
    }

    .dashboard_form .form.faq-form {
        padding: 0;
    }

    .faq-sec p.title {
        margin-top: 0;
        color: #09c5b4;
        margin-bottom: 15px;
        min-height: inherit;
        margin-bottom: 8px;
    }

    .faq-sec ul li {
        padding: 0;
        margin-bottom: 0;
        padding: 7px;
        margin-top: 7px;
    }

    .dashboard_form .form-flt-left .input-light.file-upload label {
        padding: 9px 7px 8px 7px;
    }

    span.app-icon {
        float: left;
        width: auto;
        margin-bottom: 10px;
    }

    .navbar .navbar-wrapper h2.inner-title-heading {
        font-size: 20px;
        margin-bottom: 0;
        float: left;
        width: 100%;
    }

    .sub-text-right {
        font-size: 10px;
        margin-top: 0;
        padding: 6px 10px;
        font-weight: 600;
        /* clear: both; */
        margin-left: 10px;
        line-height: initial;
        background: transparent;
    }

    span.white-round {
        float: left;
        margin-left: 0;
        margin-right: 7px;
    }

    .switch-toggle label.switch {
        float: left;
        margin-right: 0px;
        height: 22px;
        margin-bottom: 0;
    }

    .mobile-notifications .email-subscription-inner .email-subscription-box {
        position: relative;
        top: 0;
        transform: none;
        border-bottom: 1px solid #ccc;
        left: 0;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .small-toogl.switch-toggle label.switch {
        width: 60px;
        height: 22px;
    }

    .switch-toggle .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 6px;
        bottom: 5px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }
}

@media (max-width: 640px) {
    .dashboard_form .form.dashboard-layout .col-md-4.two-mobile {
        width: calc(100% - 7px);
        max-width: 100%;
    }

    .sc-logo-text img {
        max-width: 90px;
    }

    .dashboard .card.card-product .card-header.card-header-image .row.flex-col .col {
        width: 100%;
        padding-right: 0 !important;
    }

    .wrapper.admin-wrapper.chat-page.front .dashboard.single .card .card-body {
        padding: 0;
        margin-top: 7.5px;
    }

    .single.dashboard .card .card-body .flex-col .card-detail.notes.col {
        margin-top: 15px;
    }

}


@media (max-width: 480px) {}
}

@media (min-width: 768px) {
    .dashboard_form .input-light {
        min-height: 36px;
        background: #fff;
    }
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.user_block .userlist,
.user_block .user_login {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user_block .userlist li {
    display: inline-block;
    width: 8.68%;
    margin: 0;
    height: 62px;
    border-right: 1px solid;
    vertical-align: middle;
    padding: 20px 0;
}

.user_block .userlist li img {
    max-width: 100%;
    height: 100%;
}

.user_block {
    padding: 0;
}

.user_block .userlist li.user_img {
    padding: 4px 3px 4px 0
}

.user_block .userlist li:last-child {
    border: none;
}

.dashboard_form.user_block .user_login li {
    display: block;
    padding: 30px 25px;
    width: 100%;
    text-align: left;
    margin: 0;
}

.dashboard_form .trade-size select.limit {
    width: 15% !important;
    padding: 0;
}
.idea-rgt.copied {
    background: #0af429 !important;
}
.idea-rgt.copied a{
    color: #000;
}