/*================================================================================
	Item Name: Robust - Responsive Admin Theme
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.mt-33 {
    margin-top: 33px !important;
}

.rmc_hoarding {
    color: white;
    margin: 0 70px;
}

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

.mb-top {
    margin-top: 10px;
}

.card-bg {
    background: #f1ebff;
}

.my-card-title {
    color: #804dff !important;
}

.spin-label {
    width: 200px;
    font-size: 16px;
}

.spin-separator {
    width: 20px;
}

.spin-valuearea {
    width: 100%;
}

.spin-valuearea {
    width: 100%;
    font-size: large;
}

.text-danger {
    color: #a94442;
}

.spin-star {
    color: red;
}

.nav.nav-pills.nav-justified .nav-link {
    margin-right: 0;
    border-radius: 0.18rem;
    border: 1px solid blueviolet;
}

.alert-success {
    border-color: #37bc9b !important;
    background-color: #68d3b8 !important;
    color: #f2fffb !important;
}

.scroll {
    height: 400px;
    overflow-y: scroll;
}

.nav.nav-pills.nav-justified .nav-link.active {
    border: none;
    text-align: left !important;
    font-weight: bold !important;
}

/* datatable button css */
button.dt-button.buttons-pdf.buttons-html5.pdfButton {
    border-color: #37bc9b !important;
    background-color: #37bc9b !important;
    color: #ffffff !important;
}

button.dt-button.buttons-copy.buttons-html5.copyButton {
    border-color: #967adc;
    background-color: #967adc;
    color: #ffffff;
}

button.dt-button.buttons-csv.buttons-html5.csvButton {
    border-color: #37bc9b !important;
    background-color: #37bc9b !important;
    color: #ffffff !important;
}

button.dt-button.buttons-excel.buttons-html5.excelButton {
    border-color: #da4453;
    background-color: #da4453;
    color: #ffffff;
}

button.dt-button.buttons-print.printButton {
    border-color: #3bafda;
    background-color: #3bafda;
    color: #ffffff;
}

.printButton:hover {
    background: #3bafda !important;
    border: #38a5a9 !important;
}

.btn-padding {
    padding: 2px 10px !important;
}

/* datatable button css */
.header-navbar .navbar-container ul.nav li a.upgrade-to-pro {
    margin-top: 9px;
    font-weight: bold;
    font-size: 20px;
}

/* Previous Comments */
body {
    background: #eee;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ffffff;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.blog-comment {
    padding-left: 5%;
}

.blog-comment ul {
    list-style-type: none;
    padding: 0;
}

.blog-comment img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
}

.blog-comment .post-comments {
    border: 1px solid #eee;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    /* color: #008765; */
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #37bc9b;
}

.blog-comment ul.comments ul {
    list-style-type: none;
    padding: 0;
    margin-left: 85px;
}

.blog-comment-form {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3 {
    /* margin-bottom: 40px; */
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}

.CommentUser {
    font-size: 14px;
    color: #00c191;
    font-weight: 500;
}

.comment_color {
    color: #7349dd;
}

/* Previous Comments*/

/* Loader */
.uploader {
    width: 100%;
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}

.uploader input[type="file"] {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 36px;
    border: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
}

.uploader .filename {
    color: #999999;
    height: 36px;
    padding: 7px 12px;
    padding-right: 45px;
    cursor: pointer;
    width: 100%;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    text-align: left;
}

.uploader[class*="bg-"] .action {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.uploader .action>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128, 128, 128, 0.2);
    z-index: 2147483647;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

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

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

/* Loader */

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

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

span.dt-down-arrow {
    color: white !important;
}

button.dt-button.buttons-collection.buttons-page-length.pdfButton.btn-padding {
    color: white;
    background: crimson;
}

.fl-right {
    float: right !important;
    margin-left: 1px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #f32121;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Image/Pdf Preview */
.modal-dialog.modal-xl {
    max-width: 1200px;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dynamic-text {
    border-bottom: 1px dotted black;
    font-weight: 800;
}

.lh-30 {
    line-height: 30px;
}

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

.rupees {
    border: 1px solid black;
    padding: 5px 50px;
}

.footer {
    margin-top: 450px;
}


.back-img {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    opacity: 0.1;
    top: 200px;
}

.h-w-160{
    height: 160px;
    width: 160px;
}

.w-h-400{
    height:400px;
    width:400px;
}