@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.9);
    background-color: #f5faff;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 1650px) {
    body {
        font-size: 13px;
        line-height: 20px
    }
}

a,
a:focus,
a:hover {
    outline: none !important;
    text-decoration: none !important
}

.tc-color-blue {
    color: #007fff !important
}

.pl-0 {
    padding-left: 0 !important
}

.tc-border-radius-0 {
    border-radius: 0 !important
}

.btn {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    min-width: 120px
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

@media (max-width: 1650px) {
    .btn {
        font-size: 13px;
        padding: 6px 15px;
        min-width: 90px
    }
}

@media (max-width: 350px) {
    .btn {
        min-width: 60px
    }
}

.btn.btn-primary {
    box-shadow: 0 0 30px 0 rgba(0, 127, 255, 0.2)
}

.btn.btn-primary:hover {
    box-shadow: 0 0 30px 0 rgba(0, 127, 255, 0.4)
}

.btn.btn-small {
    font-size: 14px;
    padding: 7px 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width: 1650px) {
    .btn.btn-small {
        font-size: 9px;
        padding: 5px 20px
    }
}

.btn.btn-danger {
    background-color: rgba(255, 51, 61, 0.3);
    color: #ff333d;
    border-color: rgba(255, 51, 61, 0)
}

.btn.btn-danger:hover {
    background-color: #ff333d;
    color: white;
    box-shadow: 0 0 30px 0 rgba(255, 51, 61, 0.2)
}

.btn.btn-success {
    background-color: rgba(87, 183, 9, 0.3);
    color: #57b709;
    border-color: rgba(87, 183, 9, 0)
}

.btn.btn-success:hover {
    background-color: #57b709;
    color: white;
    box-shadow: 0 0 30px 0 rgba(87, 183, 9, 0.2)
}

.btn.btn-h-50 {
    height: 50px
}

@media (max-width: 1650px) {
    .btn.btn-h-50 {
        height: 40px
    }
}

.btn.tc-btn-icon {
    padding-right: 70px;
    position: relative
}

.btn.tc-btn-icon i {
    display: inline-block;
    font-size: 28px;
    position: absolute;
    top: 2px;
    right: 20px
}

@media (max-width: 1650px) {
    .btn.tc-btn-icon i {
        font-size: 22px
    }
}

.btn.tc-btn-icon i.tc-icon-switch {
    transform: rotate(90deg)
}

.btn.tc-btn-icon-small {
    padding-right: 35px;
    position: relative
}

.btn.tc-btn-icon-small i {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 4px;
    right: 15px
}

.btn.tc-btn-icon-small i.tc-icon-switch {
    transform: rotate(90deg)
}

.btn.tc-switch-btn {
    margin: 0 20px
}

@media (max-width: 990px) {
    .btn.tc-switch-btn {
        margin: 0 10px
    }
}

@media (max-width: 767px) {
    .btn.tc-switch-btn {
        min-width: 60px;
        padding: 10px
    }
}

@media (max-width: 767px) {
    .btn.tc-switch-btn span {
        display: none
    }
}

.dropdown .dropdown-toggle::after {
    font-family: "trade";
    content: '\6d';
    border: none;
    transform: rotate(90deg);
    transition: all 0.2s;
    position: absolute;
    right: 20px;
    top: 12px
}

@media (prefers-reduced-motion: reduce) {
    .dropdown .dropdown-toggle::after {
        transition: none
    }
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    background-color: white;
    border: none;
    padding: 15px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 45px;
    min-width: 280px;
    border-radius: 6px
}

@media (max-width: 620px) {
    .dropdown .dropdown-menu {
        margin-top: 25px
    }
}

@media (max-width: 400px) {
    .dropdown .dropdown-menu {
        min-width: 220px;
        left: 0 !important
    }
}

@media (max-width: 350px) {
    .dropdown .dropdown-menu {
        min-width: 200px;
        left: 0 !important
    }
}

.dropdown .dropdown-menu::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid white;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    left: 30px;
    top: -30px;
    position: absolute
}

.dropdown.tc-single-dropdown .dropdown-toggle {
    background-color: transparent;
    border: none;
    transform: rotate(90deg);
    color: white;
    font-size: 22px;
    padding: 0 0 !important;
    outline: none;
    width: 35px
}

@media (max-width: 1650px) {
    .dropdown.tc-single-dropdown .dropdown-toggle {
        font-size: 18px
    }
}

.dropdown.tc-single-dropdown .dropdown-toggle::after {
    display: none
}

.dropdown.tc-single-dropdown .dropdown-menu {
    padding: 10px;
    margin-top: 30px;
    min-width: 200px;
    right: 0;
    left: auto !important;
    transform: translate3d(0, 27px, 0px) !important
}

.dropdown.tc-single-dropdown .dropdown-menu::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: auto;
    top: -20px;
    position: absolute;
    right: 7px
}

.dropdown.tc-single-dropdown .dropdown-menu a {
    padding: 5px 10px !important;
    font-size: 14px !important;
    transition: all 0.2s;
    color: black !important
}

.tc-drodown-type-1 .btn.btn-secondary,
.tc-drodown-type-1 .btn.btn-secondary:active {
    background-color: #e4edf7 !important;
    color: black !important;
    min-width: 230px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    text-align: left;
    box-shadow: none !important;
    height: 50px
}

@media (max-width: 1650px) {
    .tc-drodown-type-1 .btn.btn-secondary,
    .tc-drodown-type-1 .btn.btn-secondary:active {
        font-size: 13px;
        min-width: 190px;
        height: 40px
    }
}

@media (max-width: 360px) {
    .tc-drodown-type-1 .btn.btn-secondary,
    .tc-drodown-type-1 .btn.btn-secondary:active {
        min-width: 170px
    }
}

@media (max-width: 350px) {
    .tc-drodown-type-1 .btn.btn-secondary,
    .tc-drodown-type-1 .btn.btn-secondary:active {
        min-width: 135px
    }
}

.tc-drodown-type-1 .btn.btn-secondary i,
.tc-drodown-type-1 .btn.btn-secondary:active i {
    color: #007fff;
    font-size: 24px;
    padding-right: 5px
}

@media (max-width: 1650px) {
    .tc-drodown-type-1 .btn.btn-secondary i,
    .tc-drodown-type-1 .btn.btn-secondary:active i {
        font-size: 20px
    }
}

.tc-drodown-type-1 .btn.btn-secondary span,
.tc-drodown-type-1 .btn.btn-secondary:active span {
    line-height: 1;
    font-weight: 500;
    max-width: 140px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 0;
    padding-left: 10px
}

.tc-drodown-type-1.show .btn {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1) !important
}

.tc-form-check {
    padding-left: 30px;
    line-height: 1.5;
    min-height: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 12px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 127, 255, 0.1);
    margin-bottom: 10px
}

@media (max-width: 1650px) {
    .tc-form-check {
        padding-left: 22px
    }
}

.tc-form-check:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 350px) {
    .tc-form-check {
        margin: 5px 0px 0px 0px
    }
}

.tc-form-check input {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0px;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    z-index: 99
}

.tc-form-check .form-check-label {
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 1650px) {
    .tc-form-check .form-check-label {
        font-size: 11px
    }
}

@media (max-width: 1250px) {
    .tc-form-check .form-check-label {
        font-size: 9px
    }
}

@media (max-width: 620px) {
    .tc-form-check .form-check-label {
        font-size: 10px
    }
}

.tc-form-check .form-check-label::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px rgba(0, 127, 255, 0.2);
    left: 0;
    top: 0;
    border-radius: 3px
}

@media (max-width: 1650px) {
    .tc-form-check .form-check-label::before {
        width: 16px;
        height: 16px;
        top: 3px
    }
}

.tc-form-check .form-check-label::after {
    content: '\71';
    font-family: "trade";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #007fff;
    opacity: 0;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0px 6px 16px -2px rgba(0, 127, 255, 0.6);
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .tc-form-check .form-check-label::after {
        transition: none
    }
}

@media (max-width: 1650px) {
    .tc-form-check .form-check-label::after {
        width: 16px;
        height: 16px;
        line-height: 16px;
        top: 3px
    }
}

.tc-form-check .form-check-label:empty {
    width: auto !important
}

.tc-form-check.tc-white-checkbox .form-check-label::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px #fff;
    background-color: white;
    left: 0;
    top: 0;
    border-radius: 3px
}

@media (max-width: 1650px) {
    .tc-form-check.tc-white-checkbox .form-check-label::before {
        width: 16px;
        height: 16px;
        top: 3px
    }
}

.tc-form-check input:checked~.form-check-label::after {
    opacity: 1;
    transition: all 0.3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .tc-form-check input:checked~.form-check-label::after {
        transition: none
    }
}

.tc-form-check.text-white .form-check-label::before {
    border-color: rgba(255, 255, 255, 0.4)
}

.tc-form-check.text-white .form-check-label::after {
    background-color: #fff !important
}

.mCSB_scrollTools {
    opacity: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #007fff !important;
    width: 8px !important
}

@media (max-width: 1650px) {
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        width: 6px !important
    }
}

.tc-file-upload {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    margin-top: 0;
    width: 100%;
    height: 45px
}

@media (max-width: 1650px) {
    .tc-file-upload {
        height: 35px;
        font-size: 9px
    }
}

@media (max-width: 767px) {
    .tc-file-upload {
        width: 100%;
        display: inline-block
    }
}

.tc-file-upload .tc-file-select {
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    text-align: left;
    background: white;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    border-radius: 6px;
    padding: 6px
}

@media (max-width: 1650px) {
    .tc-file-upload .tc-file-select {
        height: 40px;
        font-size: 9px
    }
}

@media (max-width: 767px) {
    .tc-file-upload .tc-file-select {
        width: 100%
    }
}

.tc-file-upload .tc-file-select .tc-file-select-button {
    background: #007fff;
    padding: 2px 25px;
    height: auto;
    line-height: normal;
    position: relative;
    top: 0;
    color: white;
    font-size: 14px;
    border-radius: 6px;
    float: left;
    margin-top: 3px;
    margin-left: 10px
}

@media (max-width: 1650px) {
    .tc-file-upload .tc-file-select .tc-file-select-button {
        font-size: 13px;
        border-radius: 3px
    }
}

.tc-file-upload .tc-file-select .tc-file-select-name {
    padding: 3px 10px;
    font-size: 14px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    float: left;
    height: auto;
    color: rgba(0, 0, 0, 0.7)
}

@media (max-width: 1650px) {
    .tc-file-upload .tc-file-select .tc-file-select-name {
        font-size: 13px;
        line-height: 20px
    }
}

.tc-file-upload .tc-file-select:hover {
    border-color: #000;
    transition: all 0.2s all
}

@media (prefers-reduced-motion: reduce) {
    .tc-file-upload .tc-file-select:hover {
        transition: none
    }
}

.tc-file-upload .tc-file-select:hover .file-select-button {
    background: #007fff;
    color: #fff;
    transition: all 0.2s all
}

@media (prefers-reduced-motion: reduce) {
    .tc-file-upload .tc-file-select:hover .file-select-button {
        transition: none
    }
}

.tc-file-upload .tc-file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tc-file-upload .tc-file-select.tc-file-select-disabled {
    opacity: 0.65
}

.tc-file-upload .tc-file-select.tc-file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 1px solid #007fff;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative
}

.tc-file-upload .tc-file-select.tc-file-select-disabled:hover .file-select-button {
    background: rgba(0, 127, 255, 0.1);
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px
}

.tc-file-upload .tc-file-select.tc-file-select-disabled:hover .tc-file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px
}

.tc-file-upload.active .file-select {
    border-color: #007fff;
    transition: all 0.2s all
}

@media (prefers-reduced-motion: reduce) {
    .tc-file-upload.active .file-select {
        transition: none
    }
}

.tc-file-upload.active .file-select .file-select-button {
    background: #007fff;
    color: #fff;
    transition: all 0.2s all
}

@media (prefers-reduced-motion: reduce) {
    .tc-file-upload.active .file-select .file-select-button {
        transition: none
    }
}

@media (max-width: 1650px) {
    .form-group,
    .form-inline {
        margin-bottom: 10px
    }
}

.form-group label,
.form-inline label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9)
}

@media (max-width: 1650px) {
    .form-group label,
    .form-inline label {
        font-size: 11px;
        margin-bottom: 0
    }
}

.form-group .form-control,
.form-inline .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .75rem .75rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    background-color: white;
    background-clip: padding-box;
    border: none;
    border-radius: 6px
}

@media (max-width: 1650px) {
    .form-group .form-control,
    .form-inline .form-control {
        font-size: 13px;
        height: 35px;
        padding: 0 .75rem
    }
}

@media (max-width: 1250px) {
    .form-group .form-control,
    .form-inline .form-control {
        padding: 0 .75rem
    }
}

@media (max-width: 320px) {
    .form-group .form-control,
    .form-inline .form-control {
        padding: 0 5px
    }
}

.form-group .form-control::placeholder,
.form-inline .form-control::placeholder {
    color: black
}

.form-group .form-control.tc-small-input,
.form-inline .form-control.tc-small-input {
    height: 35px
}

.form-group .form-control.bootstrap-select,
.form-inline .form-control.bootstrap-select {
    padding: 0 10px
}

.form-group .form-control.bootstrap-select .btn.dropdown-toggle.btn-default,
.form-inline .form-control.bootstrap-select .btn.dropdown-toggle.btn-default {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 45px;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px
}

@media (max-width: 1650px) {
    .form-group .form-control.bootstrap-select .btn.dropdown-toggle.btn-default,
    .form-inline .form-control.bootstrap-select .btn.dropdown-toggle.btn-default {
        height: 35px;
        min-width: 100%;
        font-size: 9px
    }
}

.form-group .form-control.bootstrap-select .btn.dropdown-toggle.btn-default:after,
.form-inline .form-control.bootstrap-select .btn.dropdown-toggle.btn-default:after {
    font-family: "trade";
    content: '\6d';
    border: none;
    transform: rotate(90deg);
    transition: all 0.2s;
    position: absolute;
    right: 5px;
    top: 11px
}

.form-group .form-control.bootstrap-select .btn.dropdown-toggle.btn-default .bs-caret,
.form-inline .form-control.bootstrap-select .btn.dropdown-toggle.btn-default .bs-caret {
    display: none
}

.form-group .form-control.bootstrap-select.show .btn.dropdown-toggle.btn-default:after,
.form-inline .form-control.bootstrap-select.show .btn.dropdown-toggle.btn-default:after {
    transform: rotate(-90deg)
}

.form-group .form-control.bootstrap-select .dropdown-menu.open,
.form-inline .form-control.bootstrap-select .dropdown-menu.open {
    right: 10px;
    left: auto !important;
    min-width: 165px !important;
    border: none;
    margin-top: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 10px
}

@media (max-width: 1650px) {
    .form-group .form-control.bootstrap-select .dropdown-menu.open,
    .form-inline .form-control.bootstrap-select .dropdown-menu.open {
        min-width: 135px !important;
        width: 100%
    }
}

.form-group .form-control.bootstrap-select .dropdown-menu.open .dropdown-menu.inner,
.form-inline .form-control.bootstrap-select .dropdown-menu.open .dropdown-menu.inner {
    display: block
}

.form-group .form-control.bootstrap-select .dropdown-menu.open li,
.form-inline .form-control.bootstrap-select .dropdown-menu.open li {
    display: inline-block;
    width: 100%
}

.form-group .form-control.bootstrap-select .dropdown-menu.open li a,
.form-inline .form-control.bootstrap-select .dropdown-menu.open li a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 5px 0
}

@media (max-width: 1650px) {
    .form-group .form-control.bootstrap-select .dropdown-menu.open li a,
    .form-inline .form-control.bootstrap-select .dropdown-menu.open li a {
        font-size: 9px;
        padding: 0
    }
}

.form-group .form-control.bootstrap-select .dropdown-menu.open li a:hover,
.form-inline .form-control.bootstrap-select .dropdown-menu.open li a:hover {
    color: #007fff
}

.form-group textarea.form-control,
.form-inline textarea.form-control {
    height: 107px;
    padding: .75rem .75rem
}

@media (max-width: 1650px) {
    .form-group textarea.form-control,
    .form-inline textarea.form-control {
        height: 87px
    }
}

.form-group textarea.form-control::placeholder,
.form-inline textarea.form-control::placeholder {
    color: black
}

.form-group textarea.tc-height-90,
.form-inline textarea.tc-height-90 {
    height: 90px
}

.form-inline .form-control {
    width: 79%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width: 568px) {
    .form-inline .form-control {
        width: 70%
    }
}

.form-inline .btn.btn-primary {
    width: 20%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 6px;
    height: 45px
}

@media (max-width: 568px) {
    .form-inline .btn.btn-primary {
        width: 30%
    }
}

@media (max-width: 1650px) {
    .form-inline .btn.btn-primary {
        height: 35px
    }
}

.tc-date-picker {
    margin-bottom: 0
}

.tc-date-picker .form-control {
    background-color: #fff;
    width: 79%
}

@media (max-width: 1650px) {
    .tc-date-picker .form-control {
        width: 75%
    }
}

.tc-date-picker .input-group-text {
    color: white;
    background-color: #007fff;
    border-color: #007fff;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

@media (max-width: 1650px) {
    .tc-date-picker .input-group-text {
        font-size: 12px
    }
}

@media (max-width: 1650px) {
    .tc-date-picker .input-group-prepend {
        width: 25%
    }
}

.tc-audio-btn-wrapper {
    font-size: 24px;
    color: #007fff
}

@media (max-width: 1650px) {
    .tc-audio-btn-wrapper {
        font-size: 18px
    }
}

.tc-audio-btn-wrapper.white {
    color: white
}

.tc-audio-btn-wrapper.white:hover {
    color: #002448
}

.tc-audio-btn-wrapper:hover {
    color: #007fff
}

.tc-delete-btn {
    font-size: 16px;
    background-color: #ff333d;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    line-height: 40px;
    color: white
}

@media (max-width: 1650px) {
    .tc-delete-btn {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
}

@media (max-width: 1250px) {
    .tc-delete-btn {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

.tc-delete-btn:hover {
    background-color: #df131d;
    color: white
}

.tc-delete-btn.tc-white-btn {
    background-color: white;
    color: #ff333d
}

.tc-delete-btn.tc-white-btn:hover {
    color: #df131d
}

.tc-delete-btn.tc-que-btn {
    position: relative
}

.tc-delete-btn.tc-que-btn span {
    position: absolute;
    top: -4px;
    right: -6px;
    background-color: #002448;
    font-size: 14px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    line-height: 19px;
    font-weight: 600;
    color: white
}

.tc-delete-btn.tc-que-btn span:hover {
    color: white
}

.tc-delete-btn.tc-que-btn i {
    color: #007fff
}

.tc-delete-btn .tc-icon-delete {
    font-size: 18px !important
}

@media (max-width: 1650px) {
    .tc-delete-btn .tc-icon-delete {
        font-size: 14px !important
    }
}

@media (max-width: 767px) {
    .ppr-15 {
        padding-right: 15px !important
    }
}

@media (max-width: 767px) {
    .ppl-15 {
        padding-left: 15px !important
    }
}

@media (max-width: 767px) {
    .ppb-15 {
        padding-bottom: 15px !important
    }
}

@media (max-width: 767px) {
    .ppt-15 {
        padding-top: 15px !important
    }
}

header {
    background-color: white;
    padding: 25px 30px;
    display: inline-block;
    width: 100%;
    height: 100px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width: 1650px) {
    header {
        padding: 20px 15px;
        height: auto
    }
}

header .tc-login-dropdown .tc-border-bottom {
    text-align: center;
    border-bottom: 1px solid rgba(0, 127, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-top: 10px
}

@media (max-width: 1650px) {
    header .tc-login-dropdown .tc-border-bottom {
        font-size: 13px
    }
}

header .tc-login-dropdown a.dropdown-item {
    font-size: 18px;
    color: #007fff;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 1650px) {
    header .tc-login-dropdown a.dropdown-item {
        font-size: 13px
    }
}

header .tc-login-dropdown a.dropdown-item i {
    padding-right: 10px;
    font-size: 22px
}

@media (max-width: 1650px) {
    header .tc-login-dropdown a.dropdown-item i {
        font-size: 16px
    }
}

header .tc-login-dropdown a.dropdown-item i.tc-icon-logout {
    transform: rotate(180deg);
    float: left;
    padding-right: 0 !important;
    padding-left: 10px
}

header .tc-login-dropdown a.dropdown-item.tc-logout-btn {
    font-size: 18px;
    color: #ff333d
}

@media (max-width: 1650px) {
    header .tc-login-dropdown a.dropdown-item.tc-logout-btn {
        font-size: 13px
    }
}

header .tc-login-dropdown a.dropdown-item:focus {
    background-color: transparent
}

@media (max-width: 990px) {
    header .tc-login-dropdown .tc-drodown-type-1 .btn.btn-secondary {
        min-width: 80px
    }
}

@media (max-width: 990px) {
    header .tc-login-dropdown .tc-drodown-type-1 .btn.btn-secondary span {
        display: none
    }
}

header .tc-right-menu .tc-drodown-type-1 .btn.btn-secondary span {
    font-size: 16px;
    top: 3px;
    font-weight: 500
}

@media (max-width: 1650px) {
    header .tc-right-menu .tc-drodown-type-1 .btn.btn-secondary span {
        font-size: 13px
    }
}

@media (max-width: 1199px) {
    header .tc-right-menu .tc-drodown-type-1 .btn.btn-secondary span {
        top: 0
    }
}

@media (max-width: 350px) {
    header .tc-right-menu .tc-drodown-type-1 .btn.btn-secondary span {
        font-size: 10px;
        top: 0
    }
}

@media (max-width: 620px) {
    header .tc-right-menu {
        margin-top: 55px
    }
    header .tc-right-menu .dropdown.tc-drodown-type-1 {
        position: absolute;
        right: 100px;
        top: 20px
    }
    header .tc-right-menu .tc-switch-btn.tc-btn-icon {
        position: absolute;
        top: 20px;
        right: 0
    }
}

@media (max-width: 400px) {
    header .tc-right-menu .dropdown.tc-drodown-type-1 {
        right: 80px
    }
}

@media (max-width: 350px) {
    header .tc-right-menu {
        margin-top: 15px
    }
}

.tc-menu-1 {
    padding: 0;
    padding-left: 0;
    display: inline-block;
    margin: 0
}

.tc-menu-1 li {
    display: inline-block;
    list-style: none
}

.tc-menu-1 li a {
    padding: 13px 35px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    position: relative;
    transition: all 0.2s;
    font-weight: 500
}

@media (prefers-reduced-motion: reduce) {
    .tc-menu-1 li a {
        transition: none
    }
}

@media (max-width: 1650px) {
    .tc-menu-1 li a {
        font-size: 13px;
        padding: 10px 25px
    }
}

@media (max-width: 1250px) {
    .tc-menu-1 li a {
        font-size: 12px;
        padding: 10px 15px
    }
}

.tc-menu-1 li a:hover {
    text-decoration: none;
    color: #007fff
}

.tc-menu-1 li a i {
    vertical-align: middle;
    font-size: 24px;
    padding-right: 10px
}

.tc-menu-1 li a::after {
    background: #000;
    background: -moz-linear-gradient(180deg, transparent 0%, #000 51%, transparent 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, #000 51%, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 51%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="black", endColorstr="black", GradientType=1);
    position: absolute;
    right: 0;
    content: "";
    height: 40px;
    width: 1px;
    top: 9px;
    opacity: 0.5;
    margin-left: 0;
    border: none
}

@media (max-width: 1650px) {
    .tc-menu-1 li a::after {
        top: 4px
    }
}

@media (max-width: 1199px) {
    .tc-menu-1 li a span {
        display: none
    }
}

.tc-menu-1 li:last-child a:after {
    display: none
}

.tc-menu-1 li.show a {
    color: #007fff
}

.tc-right-side-modal .modal-dialog {
    position: fixed;
    right: -40%;
    top: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 40%;
    transition: all 0.2s;
    transform: none !important
}

@media (prefers-reduced-motion: reduce) {
    .tc-right-side-modal .modal-dialog {
        transition: none
    }
}

@media (max-width: 1199px) {
    .tc-right-side-modal .modal-dialog {
        max-width: 60%
    }
}

@media (max-width: 1024px) {
    .tc-right-side-modal .modal-dialog {
        max-width: 80%
    }
}

@media (max-width: 620px) {
    .tc-right-side-modal .modal-dialog {
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .tc-right-side-modal .modal-dialog {
        position: absolute;
        height: auto;
        background-color: white
    }
}

.tc-right-side-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none
}

.tc-right-side-modal .modal-dialog .modal-header {
    border: none;
    height: 100px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 22px 20px;
    justify-content: flex-start
}

@media (max-width: 1650px) {
    .tc-right-side-modal .modal-dialog .modal-header {
        padding: 10px 20px;
        height: 65px
    }
}

@media (max-width: 470px) {
    .tc-right-side-modal .modal-dialog .modal-header {
        padding: 10px 10px;
        height: auto
    }
}

.tc-right-side-modal .modal-dialog .modal-header .close {
    padding: 0;
    margin: 0;
    float: left;
    background-color: #007fff;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 16px;
    opacity: 1;
    box-shadow: 0 0 30px 0 rgba(0, 127, 255, 0.2)
}

@media (max-width: 1650px) {
    .tc-right-side-modal .modal-dialog .modal-header .close {
        width: 40px;
        height: 40px;
        font-size: 13px
    }
}

@media (max-width: 470px) {
    .tc-right-side-modal .modal-dialog .modal-header .close {
        width: 35px;
        height: 35px
    }
}

.tc-right-side-modal .modal-dialog .modal-header .modal-title {
    padding-left: 30px;
    font-size: 20px;
    padding-top: 6px
}

@media (max-width: 1650px) {
    .tc-right-side-modal .modal-dialog .modal-header .modal-title {
        font-size: 13px
    }
}

@media (max-width: 470px) {
    .tc-right-side-modal .modal-dialog .modal-header .modal-title {
        font-size: 12px;
        padding-left: 10px
    }
}

.tc-right-side-modal .modal-dialog .modal-header .modal-title i {
    font-size: 30px;
    vertical-align: middle
}

@media (max-width: 1650px) {
    .tc-right-side-modal .modal-dialog .modal-header .modal-title i {
        font-size: 20px
    }
}

@media (max-width: 470px) {
    .tc-right-side-modal .modal-dialog .modal-header .modal-title i {
        font-size: 18px
    }
}

.tc-right-side-modal .modal-dialog .modal-header .tc-search-bar {
    position: relative
}

.tc-right-side-modal .modal-dialog .modal-header .tc-search-bar .form-group .form-control {
    width: 100%;
    background-color: rgba(0, 127, 255, 0.1);
    border-radius: 30px;
    padding-left: 15px
}

@media (max-width: 375px) {
    .tc-right-side-modal .modal-dialog .modal-header .tc-search-bar .form-group .form-control {
        padding-left: 15px
    }
}

.tc-right-side-modal .modal-dialog .modal-header .tc-search-bar .form-group .tc-search-icon-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 20px
}

@media (max-width: 1650px) {
    .tc-right-side-modal .modal-dialog .modal-header .tc-search-bar .form-group .tc-search-icon-btn {
        top: 8px;
        font-size: 13px
    }
}

.tc-right-side-modal .modal-dialog .modal-footer {
    display: none
}

.tc-right-side-modal.show .modal-dialog {
    right: 0%
}

@media (max-width: 470px) {
    .tc-right-side-modal .tc-right-panel {
        max-width: 150px
    }
}

@media (max-width: 375px) {
    .tc-right-side-modal .tc-right-panel {
        max-width: 130px
    }
}

@media (max-width: 350px) {
    .tc-right-side-modal#notification .modal-header {
        display: flow-root
    }
    .tc-right-side-modal#notification .modal-header .tc-right-panel {
        max-width: 180px;
        margin-top: 10px !important
    }
}

.modal-backdrop {
    background-color: #030920
}

.modal-backdrop.show {
    opacity: 0.7
}

.tc-m-list-block .tc-member-info {
    border-bottom: 1px solid rgba(0, 127, 255, 0.1);
    margin-bottom: 10px
}

.tc-m-list-block .tc-member-info p {
    font-weight: 500
}

@media (max-width: 1650px) {
    .tc-m-list-block .tc-member-info p {
        font-size: 10px;
        margin-bottom: 10px
    }
}

.tc-m-list-block .tc-member-info .pt-2 {
    padding-top: 0.1rem !important
}

@media (max-width: 767px) {
    .tc-m-list-block .tc-member-info {
        padding-bottom: 15px
    }
    .tc-m-list-block .tc-member-info .text-right {
        text-align: left !important
    }
}

.tc-bottom-form {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px
}

@media (max-width: 767px) {
    .tc-bottom-form {
        position: relative
    }
}

.tc-bottom-form.tc-member-files-form {
    padding: 15px;
    padding-top: 10px
}

@media (max-width: 767px) {
    .tc-bottom-form.tc-member-files-form {
        padding: 15px 0
    }
}

.tc-bottom-form.tc-member-files-form form {
    background-color: rgba(0, 127, 255, 0.3);
    border-radius: 6px;
    padding: 10px 20px 10px;
    position: relative;
    top: -7px
}

@media (max-width: 1650px) {
    .tc-bottom-form.tc-member-files-form form {
        padding: 10px 10px 10px
    }
}

@media (max-width: 1650px) {
    .tc-bottom-form.tc-member-files-form form textarea {
        height: 65px
    }
}

.tc-coupons-info {
    background-color: rgba(0, 127, 255, 0.15);
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 15px
}

.tc-coupons-info h6 {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 127, 255, 0.3);
    padding-bottom: 15px
}

@media (max-width: 1650px) {
    .tc-coupons-info h6 {
        margin-bottom: 10px;
        font-size: 12px;
        padding-bottom: 10px
    }
}

.tc-coupons-info h6 span {
    float: right;
    padding-right: 5px
}

.tc-coupons-info .tc-only-icon-btn {
    width: 100%;
    background-color: #ff333d;
    box-shadow: 0 0 30px 0 rgba(255, 51, 61, 0.1);
    color: white;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 6px;
    transition: all 0.2s
}

@media (prefers-reduced-motion: reduce) {
    .tc-coupons-info .tc-only-icon-btn {
        transition: none
    }
}

@media (max-width: 1650px) {
    .tc-coupons-info .tc-only-icon-btn {
        height: 35px;
        line-height: 35px
    }
}

.tc-coupons-info .tc-only-icon-btn:hover {
    background-color: white;
    color: #ff333d;
    box-shadow: 0 0 30px 0 rgba(255, 51, 61, 0.2)
}

.form-inline.tc-coupon-form {
    margin-bottom: 15px
}

.form-inline.tc-coupon-form label {
    width: 20%;
    text-align: left;
    font-weight: 500
}

.form-inline.tc-coupon-form .form-control {
    width: 60%
}

@media (max-width: 470px) {
    .form-inline.tc-coupon-form .form-control {
        width: 50%
    }
}

@media (max-width: 350px) {
    .form-inline.tc-coupon-form .form-control {
        width: 40%
    }
}

.form-inline.tc-coupon-form .btn.btn-primary {
    padding: 0
}

.form-inline.tc-coupon-form .btn.btn-primary .tc-icon-switch {
    transform: rotate(90deg);
    display: inline-block;
    font-size: 24px;
    vertical-align: middle
}

@media (max-width: 470px) {
    .form-inline.tc-coupon-form .btn.btn-primary .tc-icon-switch {
        font-size: 18px
    }
}

.ad-middle-section {
    padding: 15px 0
}

.nav-tabs {
    border: none
}

@media (min-width: 1025px) {
    .nav-tabs {
        display: none
    }
}

@media (max-width: 1024px) {
    .nav-tabs {
        justify-content: center
    }
}

@media (max-width: 470px) {
    .nav-tabs {
        margin-bottom: 15px
    }
}

.nav-tabs .nav-item {
    margin-bottom: 0
}

.nav-tabs .nav-item .nav-link {
    background-color: rgba(0, 127, 255, 0.2);
    border: none;
    border-radius: 4px;
    margin: 0 2px;
    margin-bottom: 0px;
    font-size: 15px;
    position: relative;
    color: #007fff;
    margin-bottom: 25px;
    font-weight: 500
}

@media (max-width: 1024px) {
    .nav-tabs .nav-item .nav-link {
        font-size: 12px
    }
}

@media (max-width: 667px) {
    .nav-tabs .nav-item .nav-link {
        font-size: 10px
    }
}

@media (max-width: 470px) {
    .nav-tabs .nav-item .nav-link {
        font-size: 10px;
        padding: 5px 10px;
        margin-bottom: 5px;
        text-align: center
    }
}

.nav-tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -18px;
    border-top: 8px solid rgba(0, 127, 255, 0.2);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translate(-50%, 0);
    display: none
}

@media (max-width: 620px) {
    .nav-tabs .nav-item .nav-link::after {
        bottom: -16px;
        border-bottom: 8px solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent
    }
}

@media (max-width: 470px) {
    .nav-tabs .nav-item .nav-link::after {
        display: none !important
    }
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
    background-color: #007fff;
    color: white
}

.nav-tabs .nav-item .nav-link.active::after,
.nav-tabs .nav-item .nav-link:hover::after {
    border-top: 8px solid #007fff;
    display: block
}

@media (max-width: 470px) {
    .nav-tabs .nav-item {
        display: inline-block;
        width: 32.5%;
        margin-bottom: 0
    }
}

@media (max-width: 350px) {
    .nav-tabs .nav-item {
        display: inline-block;
        width: 49%;
        margin-bottom: 0
    }
}

.tab-content {
    width: 100%
}

.tab-content .fade:not(.show) {
    display: none
}

@media (min-width: 1025px) {
    .tab-content .fade:not(.show) {
        opacity: 1;
        display: block
    }
}

.tab-content .tab-pane {
    margin-bottom: 30px
}

.tab-content .tab-pane.tc-video-con-block,
.tab-content .tab-pane.tc-commentary-block {
    position: unset !important
}

.tab-content .tab-pane.tc-video-con-block.tc-video-full-view,
.tab-content .tab-pane.tc-commentary-block.tc-video-full-view {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    max-width: 100%;
    padding: 50px;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 36, 72, 0.9);
    display: flex;
    justify-content: center;
    align-items: center
}

.tab-content .tab-pane.tc-video-con-block.tc-video-full-view .tc-panel-card,
.tab-content .tab-pane.tc-commentary-block.tc-video-full-view .tc-panel-card {
    max-width: 650px;
    height: auto
}

.tc-panel-card {
    background-color: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    height: 100%
}

.tc-panel-card .tc-panel-header {
    padding: 15px;
    align-items: center;
    background-color: #007fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: move
}

@media (max-width: 1650px) {
    .tc-panel-card .tc-panel-header {
        height: 50px;
        padding: 10px
    }
}

@media (max-width: 470px) {
    .tc-panel-card .tc-panel-header {
        height: auto
    }
}

@media (max-width: 400px) {
    .tc-panel-card .tc-panel-header {
        flex-wrap: wrap !important
    }
}

@media (max-width: 360px) {
    .tc-panel-card .tc-panel-header {
        padding: 10px 5px
    }
}

.tc-panel-card .tc-panel-header h4 {
    font-size: 15px;
    margin: 0;
    color: white
}

@media (max-width: 1650px) {
    .tc-panel-card .tc-panel-header h4 {
        font-size: 13px
    }
}

@media (max-width: 1250px) {
    .tc-panel-card .tc-panel-header h4 {
        font-size: 11px
    }
}

@media (max-width: 400px) {
    .tc-panel-card .tc-panel-header h4 {
        width: 100%
    }
}

.tc-panel-card .tc-panel-header .tc-button-wrapper {
    position: relative;
    display: flex
}

.tc-panel-card .tc-panel-header .tc-button-wrapper:after {
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 51%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 51%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 51%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=1);
    position: absolute;
    left: -10px;
    content: "";
    height: 40px;
    width: 1px;
    top: -7px;
    opacity: 0.5;
    margin-left: 0;
    border: none;
    display: none
}

.tc-panel-card .tc-panel-header .tc-button-wrapper a {
    padding: 0 5px;
    font-size: 20px;
    color: white;
    transition: all 0.2s
}

@media (prefers-reduced-motion: reduce) {
    .tc-panel-card .tc-panel-header .tc-button-wrapper a {
        transition: none
    }
}

@media (max-width: 1650px) {
    .tc-panel-card .tc-panel-header .tc-button-wrapper a {
        padding: 0 5px;
        font-size: 16px
    }
}

@media (min-width: 1651px) {
    .tc-panel-card .tc-panel-header .tc-button-wrapper a {
        padding: 1px;
    }
}

.tc-panel-card .tc-panel-header .tc-button-wrapper a:hover {
    color: white
}

.tc-panel-card .tc-panel-header .tc-button-wrapper.tc-pannel-search-wrapper:after {
    top: 0
}

@media (max-width: 400px) {
    .tc-panel-card .tc-panel-header .tc-button-wrapper {
        width: 100%;
        margin-top: 10px;
        padding-left: 0
    }
}

.tc-panel-card .tc-panel-header .tc-white-checkbox {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 20px;
    margin-left: 10px
}

.tc-panel-card .tc-panel-header .tc-white-checkbox .form-check-label {
    color: white
}

.tc-panel-card .tc-panel-header .tc-white-checkbox .form-check-label::after {
    background-color: white;
    color: #007fff
}

.tc-panel-card .tc-panel-header .tc-search-bar .form-group .form-control {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding-left: 30px;
    display: none;
    position: absolute;
    z-index: 999;
    right: -2px;
    min-width: 170px;
    top: -2px;
    transition: all 0.2s ease-in-out
}

@media (max-width: 1650px) {
    .tc-panel-card .tc-panel-header .tc-search-bar .form-group .form-control {
        min-width: 150px
    }
}

@media (max-width: 375px) {
    .tc-panel-card .tc-panel-header .tc-search-bar .form-group .form-control {
        padding-left: 15px
    }
}

.tc-panel-card .tc-panel-header .tc-search-bar .form-group .tc-search-icon-btn {
    position: relative;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 20px;
    color: white;
    outline: none !important;
    z-index: 999;
    background-color: #007fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.2s ease-in-out
}

.tc-panel-card .tc-panel-header .tc-search-bar .form-group .tc-search-icon-btn:hover {
    color: white
}

@media (max-width: 1650px) {
    .tc-panel-card .tc-panel-header .tc-search-bar .form-group .tc-search-icon-btn {
        top: 0;
        font-size: 16px;
        height: 31px;
        width: 31px
    }
}

.tc-panel-card .tc-panel-header .tc-popout-div {
    cursor: pointer
}

.tc-panel-card .tc-panel-body {
    display: flow-root;
    height: 100%;
}

@media (max-width: 400px) {
    .tc-commentary-block .tc-panel-card .tc-panel-header .tc-search-bar .form-group .form-control,
    .tc-alerts-block .tc-panel-card .tc-panel-header .tc-search-bar .form-group .form-control {
        padding-left: 40px;
        right: auto;
        left: -2px
    }
}

.tc-video-block {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center
}

.tc-video-block .tc-video-btn-1 {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    background-color: white;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2)
}

@media (prefers-reduced-motion: reduce) {
    .tc-video-block .tc-video-btn-1 {
        transition: none
    }
}

@media (max-width: 1650px) {
    .tc-video-block .tc-video-btn-1 {
        width: 50px;
        height: 50px;
        font-size: 14px
    }
}

.tc-video-block .tc-video-btn-1:hover {
    background-color: #007fff;
    color: white
}

.tc-video-block .tc-video-btn-1 i::before {
    width: auto
}

.tc-video-block .tc-bottom-video-btns {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center
}

.tc-video-block .tc-bottom-video-btns a {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 127, 255, 0.2);
    display: inline-block;
    margin: 0 10px;
    line-height: 70px;
    border-radius: 50%;
    color: white;
    font-size: 28px;
    transition: all 0.2s
}

@media (prefers-reduced-motion: reduce) {
    .tc-video-block .tc-bottom-video-btns a {
        transition: none
    }
}

@media (max-width: 1650px) {
    .tc-video-block .tc-bottom-video-btns a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px
    }
}

.tc-video-block .tc-bottom-video-btns a:hover {
    background-color: #007fff
}

.tc-video-block .tc-bottom-video-btns a.tc-video-btn-2 {
    font-size: 16px;
    position: relative;
    opacity: 0.3
}

@media (max-width: 1650px) {
    .tc-video-block .tc-bottom-video-btns a.tc-video-btn-2 {
        font-size: 12px
    }
}

.tc-video-block .tc-bottom-video-btns a.tc-video-btn-2::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 13%;
    width: 1px;
    height: 70%;
    background-color: white;
    transform: rotate(30deg)
}

.tc-video-block .tc-bottom-video-btns a.tc-video-btn-2 i::before {
    width: auto
}

.tc-search-bar {
    position: relative
}

@media (max-width: 360px) {
    .tc-search-bar {
        padding-left: 5px
    }
}

.tc-search-bar .form-group .form-control {
    width: 170px;
    background-color: #fff;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 40px;
    height: 40px
}

@media (max-width: 1650px) {
    .tc-search-bar .form-group .form-control {
        height: 35px;
        width: 140px
    }
}

@media (max-width: 1250px) {
    .tc-search-bar .form-group .form-control {
        width: 100px
    }
}

@media (max-width: 1024px) {
    .tc-search-bar .form-group .form-control {
        width: 160px
    }
}

@media (max-width: 620px) {
    .tc-search-bar .form-group .form-control {
        width: 100px
    }
}

@media (max-width: 414px) {
    .tc-search-bar .form-group .form-control {
        width: 130px
    }
}

.tc-search-bar .form-group .tc-search-icon-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px
}

@media (max-width: 1650px) {
    .tc-search-bar .form-group .tc-search-icon-btn {
        right: 5px;
        top: 5px;
        font-size: 14px
    }
}

.tc-commentary-info {
    padding: 0 15px;
    height: 500px;
    margin-top: 15px;
    margin-bottom: 30px
}

@media (max-width: 1650px) {
    .tc-commentary-info {
        height: 350px
    }
}

.tc-commentary-info .tc-commentary-listing {
    padding: 25px 0 5px 0px;
    border-bottom: 1px solid rgba(0, 127, 255, 0.2);
    min-height: 95px
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-commentary-listing {
        padding: 15px 0 5px 0px
    }
}

.tc-commentary-info .tc-commentary-listing h4 {
    font-size: 13px
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-commentary-listing h4 {
        font-size: 11px
    }
}

.tc-commentary-info .tc-commentary-listing h4 strong {
    font-weight: 700
}

.tc-commentary-info .tc-commentary-listing h4 span {
    color: #007fff
}

.tc-commentary-info .tc-commentary-listing small {
    font-size: 11px;
    font-weight: 500;
    display: flex;
    margin-top: 20px
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-commentary-listing small {
        font-size: 9px;
        margin-top: 10px
    }
}

.tc-commentary-info .tc-commentary-listing .tc-gallery {
    margin: 0
}

.tc-commentary-info .tc-commentary-listing .tc-gallery a {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    height: 70px;
    width: 100px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    object-fit: cover
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-commentary-listing .tc-gallery a {
        height: 50px;
        width: 65px
    }
}

@media (max-width: 1024px) {
    .tc-commentary-info .tc-commentary-listing .tc-gallery a {
        width: 55px
    }
}

.tc-commentary-info .tc-commentary-listing .tc-gallery a img {
    width: 100%;
    height: 100%
}

.tc-commentary-info .tc-per-btn {
    background-color: rgba(255, 51, 61, 0.2);
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    width: 100%;
    text-align: center
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-per-btn {
        padding: 0 5px;
        font-size: 9px
    }
}

@media (max-width: 1250px) {
    .tc-commentary-info .tc-per-btn {
        padding: 0 2px;
        font-size: 7px
    }
}

@media (max-width: 767px) {
    .tc-commentary-info .tc-per-btn {
        font-size: 10px;
        width: auto;
        padding: 5px 20px
    }
}

.tc-commentary-info .tc-per-btn.tc-per-btn-green {
    background-color: rgba(87, 183, 9, 0.2)
}

.tc-commentary-info .tc-risk-btn {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-risk-btn {
        font-size: 10px
    }
}

@media (max-width: 1250px) {
    .tc-commentary-info .tc-risk-btn {
        font-size: 8px
    }
}

.tc-commentary-info .tc-risk-btn .tc-yellow {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0px;
    margin-right: 0px;
    background-color: #ff0;
    border: 1px solid #ffc000;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 5px
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-risk-btn .tc-yellow {
        width: 15px;
        height: 15px;
        top: 4px
    }
}

.tc-commentary-info .tc-risk-btn .tc-red {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0px;
    margin-right: 0px;
    background-color: #ff333d;
    border: 1px solid #df131d;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 5px
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-risk-btn .tc-red {
        width: 15px;
        height: 15px;
        top: 4px
    }
}

.tc-commentary-info .tc-risk-btn .tc-green {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0px;
    margin-right: 0px;
    background-color: #57b709;
    border: 1px solid #407f0c;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 5px
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-risk-btn .tc-green {
        width: 15px;
        height: 15px;
        top: 4px
    }
}

.tc-commentary-info .tc-facebook-btn {
    background-color: #007fff;
    width: 100%;
    display: inline-block;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 0;
    color: white;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 0 30px 0 rgba(0, 127, 255, 0.1)
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-facebook-btn {
        font-size: 8px;
        padding: 0 0
    }
}

@media (max-width: 1024px) {
    .tc-commentary-info .tc-facebook-btn {
        font-size: 10px;
        padding: 5px 0
    }
}

@media (max-width: 1024px) {
    .tc-commentary-info .tc-facebook-btn {
        width: auto;
        padding: 5px 20px
    }
}

.tc-commentary-info .tc-date-time-text p {
    font-size: 11px;
    margin-top: 5px;
    font-weight: 500
}

@media (max-width: 1650px) {
    .tc-commentary-info .tc-date-time-text p {
        font-size: 8px;
        margin-top: 0;
        margin-bottom: 5px
    }
}

@media (max-width: 767px) {
    .tc-commentary-info .tc-date-time-text p {
        margin-top: 5px;
        margin-bottom: 15px;
        padding-left: 25px
    }
}

.tc-commentary-info.tc-alerts-info {
    padding-left: 0
}

.tc-commentary-info.tc-alerts-info .tc-commentary-listing {
    padding-top: 0;
    padding-left: 30px;
    position: relative
}

@media (max-width: 1650px) {
    .tc-commentary-info.tc-alerts-info .tc-commentary-listing {
        padding-left: 25px
    }
}

.tc-commentary-info.tc-alerts-info .tc-commentary-listing::after {
    content: "";
    left: 0px;
    top: 0;
    height: 80%;
    width: 8px;
    background-color: #007fff;
    z-index: 9;
    position: absolute;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.tc-commentary-info.tc-alerts-info .tc-commentary-listing.tc-open-block::after {
    background-color: #57b709
}

.tc-commentary-info.tc-alerts-info .tc-commentary-listing.tc-closed-block::after {
    background-color: #ff333d
}

.tc-form-wrapper {
    height: 100%;
    background-color: rgba(0, 127, 255, 0.2);
    padding: 15px;
    margin-top: 20px
}

.tc-form-wrapper.tc-commentary-form .tc-drag-drop-block {
    background-color: #dfefff;
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    border: 1px dashed #002448;
    margin-bottom: 15px;
    font-weight: 500
}

@media (max-width: 1650px) {
    .tc-form-wrapper.tc-commentary-form .tc-drag-drop-block {
        font-size: 11px;
        line-height: 20px
    }
}

.tc-form-wrapper.tc-commentary-form .tc-white-checkbox {
    width: auto;
    margin-bottom: 20px;
    margin-top: 10px
}

@media (max-width: 1650px) {
    .tc-form-wrapper.tc-commentary-form .tc-white-checkbox {
        margin-bottom: 10px
    }
}

.tc-form-wrapper.tc-alerts-form .tc-price-input .form-group {
    border-radius: 6px;
    overflow: hidden
}

.tc-form-wrapper.tc-alerts-form .tc-price-input .form-group .form-control {
    width: 40%;
    float: left;
    border-radius: 0;
    border-right: 1px solid rgba(0, 127, 255, 0.1);
    text-align: center
}

.tc-form-wrapper.tc-alerts-form .tc-price-input .form-group span {
    width: 20%;
    height: 45px;
    text-align: center;
    background-color: #007fff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1650px) {
    .tc-form-wrapper.tc-alerts-form .tc-price-input .form-group span {
        height: 35px
    }
}

.tc-form-wrapper.tc-alerts-form .tc-white-checkbox {
    width: auto;
    margin-bottom: 15px;
    margin-top: 0
}

@media (max-width: 1650px) {
    .tc-form-wrapper.tc-alerts-form .tc-white-checkbox {
        margin-bottom: 10px
    }
}

.tc-chat-block {
    padding: 15px
}

.tc-chat-block .tc-chat-user-list {
    margin: 0;
    background-color: rgba(0, 127, 255, 0.1);
    padding: 10px;
    border-radius: 6px;
    display: flow-root;
    height: 100%
}

.tc-chat-block .tc-chat-user-list li {
    list-style: none;
    font-size: 14px;
    padding: 10px 0px;
    position: relative;
    width: 100%;
    display: inline-block
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chat-user-list li {
        font-size: 10px
    }
}

.tc-chat-block .tc-chat-user-list li a {
    display: inline-block;
    width: 100%;
    padding-right: 35px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 36, 72, 0.1);
    padding-bottom: 15px
}

.tc-chat-block .tc-chat-user-list li a span {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-color: #007fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-left: 5px;
    color: white
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chat-user-list li a span {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.tc-chat-block .tc-chat-user-list li a.tc-close-btn {
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #ff333d;
    padding: 0;
    border-radius: 50%;
    right: 0;
    text-align: center;
    line-height: 28px;
    color: white;
    z-index: 99
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chat-user-list li a.tc-close-btn {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

.tc-chat-block .tc-chat-user-list li a.tc-close-btn:hover {
    background-color: #df131d
}

.tc-chat-block .tc-top-title {
    background-color: rgba(87, 183, 9, 0.2);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 5px;
    width: 70%;
    color: #407f0c
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-top-title {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .tc-chat-block .tc-top-title {
        margin-top: 30px
    }
}

.tc-chat-block .tc-chatting-block {
    height: 420px
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chatting-block {
        height: 300px
    }
}

.tc-chat-block .tc-chatting-block .tc-chat-user-img {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #007bff;
    object-fit: cover
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chatting-block .tc-chat-user-img {
        width: 55px;
        height: 55px
    }
}

@media (max-width: 384px) {
    .tc-chat-block .tc-chatting-block .tc-chat-user-img {
        width: 45px;
        height: 45px
    }
}

@media (max-width: 384px) {
    .tc-chat-block .tc-chatting-block .tc-chat-user-img {
        width: 35px;
        height: 35px
    }
}

.tc-chat-block .tc-chatting-block .tc-chat-user-img img {
    height: 100%;
    width: 100%
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block {
    margin-bottom: 5px
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text {
    padding: 2px 5px;
    border-radius: 6px;
    border-top-left-radius: 0
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text h4 {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text h4 {
        font-size: 12px
    }
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text h4 span {
    float: right;
    font-size: 9px;
    font-weight: 600
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text h4 span {
        font-size: 10px
    }
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text p {
    font-size: 10px;
    margin-bottom: 0
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text p {
        font-size: 10px
    }
}

@media (max-width: 384px) {
    .tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text p {
        font-size: 9px;
        line-height: 16px
    }
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block.tc-received-chat-block .tc-chat-user-text {
    background-color: rgba(0, 127, 255, 0.1)
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block.tc-send-chat-block .tc-chat-user-text {
    background-color: rgba(87, 183, 9, 0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 0
}

.tc-chat-block .tc-send-msg-block {
    border-top: 1px solid rgba(0, 127, 255, 0.2);
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-top: 15px
}

.tc-chat-block .tc-send-msg-block form {
    width: 100%;
    position: relative
}

.tc-chat-block .tc-send-msg-block form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 2px solid rgba(0, 127, 255, 0.3);
    padding-left: 15px
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-send-msg-block form .form-control {
        height: 40px
    }
}

.tc-chat-block .tc-send-msg-block form .btn-send {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    background-color: #007fff;
    border-radius: 30px;
    border: none;
    width: 80px;
    font-size: 26px;
    z-index: 99;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    color: white
}

@media (max-width: 1650px) {
    .tc-chat-block .tc-send-msg-block form .btn-send {
        height: 30px;
        font-size: 18px
    }
}

.tc-chat-block .tc-send-msg-block form .btn-send:hover {
    background-color: #002448
}

.tc-table-tabs {
    padding: 15px
}

.tc-table-tabs .nav-tabs {
    display: block
}

.tc-table-tabs .nav-tabs .nav-item {
    display: inline-block
}

.tc-table-tabs .nav-tabs .nav-item .nav-link {
    padding: 8px 30px
}

@media (max-width: 1650px) {
    .tc-table-tabs .nav-tabs .nav-item .nav-link {
        padding: 5px 20px;
        font-size: 11px
    }
}

@media (max-width: 667px) {
    .tc-table-tabs .nav-tabs .nav-item .nav-link {
        padding: 5px 10px;
        font-size: 10px
    }
}

@media (max-width: 470px) {
    .tc-table-tabs .nav-tabs .nav-item .nav-link {
        margin-bottom: 10px
    }
    .tc-table-tabs .nav-tabs .nav-item .nav-link:after {
        display: none !important
    }
}

@media (max-width: 470px) {
    .tc-table-tabs .nav-tabs .nav-item {
        display: inline-block;
        width: 32.5%
    }
}

@media (max-width: 360px) {
    .tc-table-tabs .nav-tabs .nav-item {
        display: inline-block;
        width: 49%
    }
}

.tc-table-tabs .tab-content .fade:not(.show) {
    opacity: 0;
    display: none
}

.tc-table-tabs .tc-risk-btn {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px
}

.tc-table-tabs .tc-risk-btn .tc-yellow {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    margin-right: 0px;
    background-color: #ff0;
    border: 1px solid #ffc000;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 5px
}

.tc-table-tabs .tc-risk-btn .tc-red {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    margin-right: 0px;
    background-color: #ff333d;
    border: 1px solid #df131d;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 5px
}

.tc-table-tabs .tc-risk-btn .tc-green {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    margin-right: 0px;
    background-color: #57b709;
    border: 1px solid #407f0c;
    border-radius: 50%;
    position: relative;
    top: 6px;
    margin-right: 5px
}

.tc-table-tabs .tc-table {
    border-color: rgba(0, 127, 255, 0.2);
    margin-bottom: 25px
}

.tc-table-tabs .tc-table thead th {
    background-color: rgba(0, 127, 255, 0.3);
    font-size: 13px;
    font-weight: 600;
    border-color: rgba(0, 127, 255, 0.2);
    line-height: 15px;
    vertical-align: middle;
    border-bottom: none
}

.tc-table-tabs .tc-table thead th:first-child {
    min-width: 170px
}

@media (max-width: 1650px) {
    .tc-table-tabs .tc-table thead th:first-child {
        min-width: 210px
    }
}

.tc-table-tabs .tc-table thead th.sorting_asc::before,
.tc-table-tabs .tc-table thead th.sorting::before {
    top: 8px;
    font-size: 16px
}

.tc-table-tabs .tc-table thead th.sorting_asc::after,
.tc-table-tabs .tc-table thead th.sorting::after {
    top: 14px;
    font-size: 16px
}

.tc-table-tabs .tc-table tbody tr td {
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    border-bottom: none;
    position: relative;
    word-break: break-word
}

.tc-table-tabs .tc-table tbody tr td .tc-form-check.tc-white-checkbox {
    border: none;
    width: 20%;
    float: left;
    padding: 0;
    margin-bottom: 0;
    margin-top: 7px
}

@media (max-width: 1650px) {
    .tc-table-tabs .tc-table tbody tr td .tc-form-check.tc-white-checkbox {
        margin-top: 4px
    }
}

.tc-table-tabs .tc-table tbody tr td .tc-risk-btn {
    display: inline-block;
    width: 70%;
    font-weight: 600;
    margin-top: 0;
    font-size: 12px
}

.tc-table-tabs .tc-table tbody tr td .tc-btn-open-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 8%;
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.2s
}

@media (prefers-reduced-motion: reduce) {
    .tc-table-tabs .tc-table tbody tr td .tc-btn-open-btn {
        transition: none
    }
}

.tc-table-tabs .tc-table tbody tr td .tc-btn-open-btn.active {
    transform: rotate(-90deg)
}

.tc-table-tabs .tc-table tbody tr td .tc-table-price {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 10px;
    color: #007fff
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block {
    display: flex;
    justify-content: left;
    align-items: center
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .form-group {
    margin: 0;
    width: 130px
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .form-group span {
    float: left;
    width: 30%;
    height: 40px;
    text-align: center;
    background-color: #007fff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #007fff;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px
}

@media (max-width: 1650px) {
    .tc-table-tabs .tc-table tbody tr td .tc-notes-block .form-group span {
        height: 35px;
        font-size: 14px
    }
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .form-group input {
    width: 70%;
    height: 40px;
    border: 1px solid #007fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width: 1650px) {
    .tc-table-tabs .tc-table tbody tr td .tc-notes-block .form-group input {
        height: 35px
    }
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-cancel-btn,
.tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-hide-btn {
    height: 37px;
    width: 37px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    margin-left: 10px;
    display: flex;
    transition: all 0.2s;
    font-size: 16px
}

@media (prefers-reduced-motion: reduce) {
    .tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-cancel-btn,
    .tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-hide-btn {
        transition: none
    }
}

@media (max-width: 1650px) {
    .tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-cancel-btn,
    .tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-hide-btn {
        height: 30px;
        width: 30px
    }
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-cancel-btn {
    background-color: rgba(255, 51, 61, 0.2);
    color: #ff333d
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-cancel-btn:hover {
    background-color: #ff333d;
    color: white
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-hide-btn {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.9)
}

.tc-table-tabs .tc-table tbody tr td .tc-notes-block .tc-hide-btn:hover {
    background-color: #007fff;
    color: white
}

.tc-table-tabs .tc-table tbody tr.tc-closed {
    background-color: rgba(255, 51, 61, 0.1) !important
}

.tc-table-tabs .tc-table tbody tr.tc-closed.tc-sub-list {
    background-color: rgba(255, 51, 61, 0.15) !important;
    position: relative;
    display: none
}

.tc-table-tabs .tc-table tbody tr.tc-closed.tc-sub-list td:first-child {
    padding-left: 25px
}

.tc-table-tabs .tc-table tbody tr.tc-closed.tc-sub-list .tc-left-border {
    height: 100%;
    width: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0
}

.tc-table-tabs .tc-table tbody tr.tc-closed.tc-sub-list .tc-left-border::after {
    content: "";
    height: 3px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 3px
}

.tc-table-tabs .tc-table tbody tr.tc-open {
    background-color: rgba(87, 183, 9, 0.1) !important
}

.tc-table-tabs .tc-table tbody tr.tc-open.tc-sub-list {
    background-color: rgba(87, 183, 9, 0.2) !important;
    position: relative;
    display: none
}

.tc-table-tabs .tc-table tbody tr.tc-open.tc-sub-list td:first-child {
    padding-left: 25px
}

.tc-table-tabs .tc-table tbody tr.tc-open.tc-sub-list .tc-left-border {
    height: 100%;
    width: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0
}

.tc-table-tabs .tc-table tbody tr.tc-open.tc-sub-list .tc-left-border::after {
    content: "";
    height: 3px;
    width: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 3px
}

.tc-center-modal .modal-content {
    overflow: hidden;
    border: none
}

.tc-center-modal .modal-content .modal-header {
    background-color: #007fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    color: white;
    padding: 20px
}

.tc-center-modal .modal-content .modal-header button.close {
    font-size: 14px;
    background-color: #cce5ff;
    opacity: 1;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    top: 10px;
    position: relative;
    right: 10px;
    color: #007fff;
    transition: all 0.2s;
    text-shadow: none
}

@media (prefers-reduced-motion: reduce) {
    .tc-center-modal .modal-content .modal-header button.close {
        transition: none
    }
}

.tc-center-modal .modal-content .modal-header button.close:hover {
    background-color: white
}

.tc-center-modal .modal-content .modal-body {
    min-height: 500px
}

@media (max-width: 1024px) {
    .tc-center-modal .modal-content .modal-body {
        min-height: 400px
    }
}

.tc-question-block {
    padding: 30px
}

@media (max-width: 1024px) {
    .tc-center-modal .modal-content .modal-body .tc-question-block {
        padding: 0
    }
}


/* .tc-center-modal .modal-content .modal-body .tc-question-block .tc-table-tabs .nav-tabs {
    display: flex;
    justify-content: center
} */

@media (max-width: 620px) {
    .tc-center-modal .modal-content .modal-body .tc-question-block .tc-table-tabs .nav-tabs .nav-item {
        width: auto !important
    }
}

.tc-center-modal .modal-content .modal-body .tc-question-block .tab-content .tab-pane {
    margin-bottom: 10px
}

.tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form {
    padding: 50px 100px 0;
    text-align: center
}

@media (max-width: 1650px) {
    .tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form {
        padding: 20px 150px 0
    }
}

@media (max-width: 1100px) {
    .tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form {
        padding: 20px 30px 0
    }
}

@media (max-width: 620px) {
    .tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form {
        padding: 20px 0 0
    }
}

.tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form .tc-top-title {
    background-color: rgba(87, 183, 9, 0.2);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 5px;
    width: 70%;
    color: #407f0c;
    text-align: center
}

@media (max-width: 1650px) {
    .tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form .tc-top-title {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form .tc-top-title {
        margin-top: 30px
    }
}

.tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form form .form-group {
    text-align: left
}

.tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form form .form-group label {
    text-align: left
}

.tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form form .form-group .form-control {
    background-color: rgba(0, 127, 255, 0.2)
}

.tc-center-modal .modal-content .modal-body .tc-question-block .tc-question-form form .btn.btn-primary {
    margin-top: 10px
}

.tc-center-modal .modal-content .modal-body.tc-lightblue-bg {
    background-color: rgba(0, 127, 255, 0.05)
}

.tc-center-modal .modal-content .modal-body.tc-lightblue-bg .tc-form-wrapper {
    background-color: transparent
}

.mCustomScrollbar {
    padding-right: 5px
}

@media (max-width: 1650px) {
    .mCSB_inside>.mCSB_container {
        margin-right: 20px
    }
}

.tc-horizontal-scroll .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 0
}

.tc-horizontal-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100% !important;
    height: 8px;
    margin: 4px auto
}

.tc-horizontal-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.tc-horizontal-scroll .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    width: auto
}

.tc-horizontal-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.tc-horizontal-scroll .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.tc-horizontal-scroll .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 8px;
    margin: 4px auto
}

@media (max-width: 470px) {
    .tc-open-trades-block .tc-panel-card .tc-panel-header {
        flex-wrap: wrap !important
    }
    .tc-open-trades-block .tc-panel-card .tc-panel-header .tc-button-wrapper {
        position: relative;
        width: 100%;
        margin-top: 10px;
        padding-left: 0
    }
}

@media (max-width: 470px) and (max-width: 350px) {
    .tc-open-trades-block .tc-panel-card .tc-panel-header .tc-button-wrapper {
        flex-wrap: wrap
    }
}

@media (max-width: 470px) and (max-width: 350px) {
    .tc-open-trades-block .tc-panel-card .tc-panel-header .tc-white-checkbox {
        margin-bottom: 10px
    }
}

@media (max-width: 470px) {
    .tc-video-con-block .tc-panel-card .tc-panel-header {
        flex-wrap: initial !important
    }
    .tc-video-con-block .tc-panel-card .tc-panel-header .tc-button-wrapper {
        position: relative;
        width: auto;
        margin-top: 0;
        padding-left: 0;
        text-align: right
    }
    .tc-text-chatting-block .tc-panel-card .tc-panel-header {
        flex-wrap: initial !important
    }
    .tc-text-chatting-block .tc-panel-card .tc-panel-header .tc-button-wrapper {
        position: relative;
        width: auto;
        margin-top: 0;
        padding-left: 0;
        text-align: right
    }
}

@media (max-width: 400px) {
    .tc-video-con-block .tc-panel-card .tc-panel-header .tc-button-wrapper {
        min-width: 30%
    }
}

@media (max-width: 350px) {
    .tc-video-con-block .tc-panel-card .tc-panel-header .tc-button-wrapper {
        min-width: 40%
    }
}

.tc-resizable-pages .tc-panel-card {
    border-radius: 0
}

.tc-resizable-pages .tc-panel-card .tc-panel-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tc-logn-wrapper {
    height: 100vh;
    display: flex;
    width: 100%
}

@media (min-width: 568px) and (max-width: 767px) {
    .tc-logn-wrapper {
        height: auto
    }
}

.tc-logn-wrapper .tc-left-login-wrapper {
    background-color: white;
    display: flex;
    max-width: 35%;
    width: 35%;
    align-items: center;
    padding: 0 50px
}

@media (max-width: 1199px) {
    .tc-logn-wrapper .tc-left-login-wrapper {
        max-width: 65%;
        width: 65%;
        padding: 30px 30px
    }
}

@media (max-width: 767px) {
    .tc-logn-wrapper .tc-left-login-wrapper {
        padding: 30px 30px
    }
}

@media (max-width: 667px) {
    .tc-logn-wrapper .tc-left-login-wrapper {
        background-color: white;
        display: flex;
        max-width: 100%;
        width: 100%;
        align-items: center;
        padding: 0 30px;
        margin: 30px 20px;
        border-radius: 10px
    }
}

@media (max-width: 414px) {
    .tc-logn-wrapper .tc-left-login-wrapper {
        background-color: white;
        display: block;
        max-width: 100%;
        width: 100%;
        align-items: center;
        padding: 0 20px;
        margin: 0 0;
        border-radius: 0
    }
}

.tc-logn-wrapper .tc-left-login-wrapper form {
    width: 100%
}

.tc-logn-wrapper .tc-left-login-wrapper form h2 {
    position: relative;
    font-weight: 900;
    font-size: 38px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 25px
}

.tc-logn-wrapper .tc-left-login-wrapper form h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 6px;
    width: 70px;
    background-color: #007fff;
    border-radius: 15px
}

.tc-logn-wrapper .tc-left-login-wrapper form .form-control {
    border-radius: 30px;
    margin-bottom: 15px;
    height: 50px;
    border: none;
    padding-left: 20px;
    background-color: rgba(0, 127, 255, 0.1)
}

.tc-logn-wrapper .tc-left-login-wrapper form .form-group.form-check-inline.tc-form-check {
    border: none;
    margin-top: 10px;
    padding-left: 40px;
    line-height: 2
}

@media (max-width: 1450px) {
    .tc-logn-wrapper .tc-left-login-wrapper form .form-group.form-check-inline.tc-form-check {
        margin-top: 0;
        padding-left: 35px;
        line-height: 2.2
    }
}

.tc-logn-wrapper .tc-left-login-wrapper form .form-group.form-check-inline.tc-form-check .form-check-label::before {
    width: 30px;
    height: 30px;
    border-radius: 30px
}

@media (max-width: 1450px) {
    .tc-logn-wrapper .tc-left-login-wrapper form .form-group.form-check-inline.tc-form-check .form-check-label::before {
        width: 27px;
        height: 27px
    }
}

.tc-logn-wrapper .tc-left-login-wrapper form .form-group.form-check-inline.tc-form-check .form-check-label::after {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px
}

@media (max-width: 1450px) {
    .tc-logn-wrapper .tc-left-login-wrapper form .form-group.form-check-inline.tc-form-check .form-check-label::after {
        width: 27px;
        height: 27px;
        line-height: 27px
    }
}

.tc-logn-wrapper .tc-left-login-wrapper form .btn.btn-primary {
    min-width: 160px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px
}

@media (max-width: 414px) {
    .tc-logn-wrapper .tc-left-login-wrapper form .btn.btn-primary {
        min-width: 130px;
        text-align: left;
        font-size: 11px;
        line-height: 24px;
        padding-right: 10px
    }
}

.tc-logn-wrapper .tc-left-login-wrapper form .btn.btn-primary img {
    max-width: 25px;
    float: right
}

.tc-left-login-wrapper .tc-error {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    width: 100%
}

.tc-left-login-wrapper .tc-reg-link {
    margin-top: 20px
}

.tc-left-login-wrapper .tc-reg-link a {
    padding-left: 5px !important;
    text-decoration: underline !important;
    display: inline-block
}

.tc-drodown-type-1 .btn.btn-secondary .tc-icon-switch {
    position: relative;
    right: -10px
}

@media (max-width: 767px) {
    .tc-drodown-type-1 .btn.btn-secondary .tc-icon-switch {
        display: none
    }
}

#notification .tc-bottom-form.tc-member-files-form form .tc-error {
    position: absolute;
    font-size: 12px;
    margin-top: 4px
}

#notification .tc-bottom-form.tc-member-files-form form .tc-form-check {
    top: 10px
}

.e-daterangepicker.e-popup,
.e-bigger.e-small .e-daterangepicker.e-popup {
    bottom: 0 !important;
    top: auto !important
}

@media (max-width: 767px) {
    .popover.right.popover-right.bs-popover-right.ng-star-inserted {
        right: 70px !important;
        left: auto !important;
        overflow: hidden
    }
}

.tc-chat-block .tc-send-msg-block form .form-control {
    padding-right: 95px
}

@media (max-width: 767px) {
    .tc-right-menu .tc-drodown-type-1 .btn.btn-secondary i.tc-icon-switch {
        display: none !important
    }
}

@media (max-width: 767px) {
    .tc-right-menu .float-left .tc-drodown-type-1>.btn.btn-secondary {
        min-width: 40px !important
    }
}

.camera_toolbar {
    position: inherit;
    left: 10px;
    top: 5px;
    z-index: 30;
    font-size: 18px;
    line-height: 20px;
    color: #007fff;
}

.anchorList a {
    height: 25px;
    width: 25px;
    display: inline-block;
    background-color: #007fff;
    text-align: center;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 5px;
    line-height: 25px;
    border-radius: 50%;
    color: white!important;
    cursor: pointer;
}

.anchorList a.active {
    color: #007fff!important;
    background-color: #FFF;
    border: 1px solid #007fff;
    font-weight: bold;
}

.iconButton {
    background: #f2f2f2;
    padding: 0.7em;
    color: #007fff;
    border-radius: 50%;
}

.settingsButton {
    background-color: #007fff;
}

.tc-chat-block .tc-chatting-block .tc-chat-list-block .tc-chat-user-text strong {
    font-weight: bold;
    color: rgb(0, 127, 255)!important;
    font-size: 10px;
    line-height: 1em;
    float: left;
    /* min-width: 75px; */
}