/*-------------------------------------------------------------------
  ===== Table of Contents =====
  * Template mixins
    + Animation Mixins
    + Button Mixins
    + Miscellaneous Mixins
    + Cards Mixins
    + Color Functions Mixins
    + Badge Mixins
    + Blockquote Mixins

  * Core Styles
    + Reset Styles
    + Fonts
    + Functions
    + Backgrounds
    + Typography
    + Miscellaneous
    + Footer
    + Utilities
    + Demo styles
  * Components
    + Buttons
    + Badges
    + Bootstrap Progress
    + Cards
    + Checkboxes and Radios
    + Dropdowns
    + Forms
    + Icons
    + Lists
    + Tables
  * Plugin overrides
    + Data-tables
  * Landing screens
    + Auth
  * Layout
    + Vertical wrapper
    + Sidebar
    + Navbar
    + Layouts
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/* === Core Styles === */
/* Reset Styles */
*{
    scrollbar-width:thin
}

:root {
    --clr-primary: #0d4c94;
}


.form-control, .dataTables_wrapper select, .form-control:focus, .dataTables_wrapper select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
    outline: 0;
}

input, .form-control:focus, .dataTables_wrapper select:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    outline-style: none;
}

textarea {
    resize: none;
    overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
    outline: 0;
    outline-offset: 0;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0;
    outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
    outline: 0;
}

a:focus,
input:focus {
    border-color: transparent;
    outline: none;
}

/* Typography */
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #323232;
    -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1;
}

p {
    font-size: 14px;
    margin-bottom: .5rem;
    line-height: 24px;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 1.875rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 14px;
}
@media screen and (max-width:600px){
    .clearfix .d-flex {
        display: block!important;
    }
}

.error-page h1 {
    font-size: 12rem;
}
@media (max-width: 991px) {
    .error-page h1 {
        font-size: 8rem;
    }
}

/*iframe#videoDiamond {
   width:100%;
   height:92%;
}


#videoDiamondDivs {
       height: 800px;
   }
@media (max-width: 2000px) {
   #videoDiamondDivs {
       height: 750px;
   }
}
@media (max-width: 1650px) {
   #videoDiamondDivs {
       height: 650px;
   }
   iframe#videoDiamond {
   height:92%;
}
}
@media (max-width: 1430px) {
   #videoDiamondDivs {
       height: 580px;
   }
    iframe#videoDiamond {
   height:91%;
}
}
@media (max-width: 1330px) {
   #videoDiamondDivs {
       height: 550px;
   }
    iframe#videoDiamond {
   height:91%;
}
}
@media (max-width: 1210px) {
   #videoDiamondDivs {
       height: 500px;
   }
}
@media (max-width: 900px) {
   #videoDiamondDivs {
       height: 400px;
   }

}
@media (max-width: 762px) {
   #videoDiamondDivs {
       height: 600px;
   }
    iframe#videoDiamond {
   height:93%;
}
}
@media (max-width: 550px) {
   #videoDiamondDivs {
       height: 500px;
   }
    iframe#videoDiamond {
   height:91%;
}
}
@media (max-width: 400px) {
   #videoDiamondDivs {
       height: 400px;
   }
    iframe#videoDiamond {
   height:85%;
}
}*/

/* Miscellanoeous */
body,
html {
    overflow-x: hidden;
    padding-right: 0 !important;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
    overflow: auto;
}

.container-scroller {
    overflow: hidden;
}

/* Utilities */
.grid-margin {
    margin-bottom: 1.875rem;
}

.img-lg {
    width: 92px;
    height: 92px;
}

.img-sm {
    width: 43px;
    height: 43px;
}

.img-xs {
    width: 37px;
    height: 37px;
}

.img-ss {
    width: 26px;
    height: 26px;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}

.text-gray, .card .card-subtitle {
    color: #8c8c8c;
}

.text-black {
    color: #000;
}

.text-small {
    font-size: 12px;
}

.flex-grow {
    flex-grow: 1;
}

.border-top {
    border-top: 1px solid #e6e6e6;
}

.border-right {
    border-right: 1px solid #e6e6e6;
}

.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

.border-left {
    border-left: 1px solid #e6e6e6;
}

.hover-cursor:hover {
    cursor: pointer;
}

/* Demo Styles */

.nav-tabs {
    border: 1px solid #e6e6e6;
}

.nav-tabs .nav-link {
    background: #f6f8fa;
    color: #000000;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    padding: 1rem 1.5rem .2rem 1.5rem;
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
}

.nav-tabs .nav-item .nav-link.active {
    border: 0;
    border-bottom: 3px solid #666666;
    color: #666666;
}

/*-------------------------------------------------------------------*/
/* === Components === */
/* Buttons */
.btn {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    /* Buttons with only icons */
    /* Buttons with icon and text */
}

.btn i {
    font-size: 1.25rem;
}

.btn.btn-rounded {
    border-radius: 50px;
}


.btn-primary, .btn-primary:hover {
    box-shadow: 0 2px 2px 0 rgba(77, 131, 255, 0.14), 0 3px 1px -2px rgba(77, 131, 255, 0.2), 0 1px 5px 0 rgba(77, 131, 255, 0.12);
}

.btn-secondary, .btn-secondary:hover {
    box-shadow: 0 2px 2px 0 rgba(104, 104, 104, 0.14), 0 3px 1px -2px rgba(104, 104, 104, 0.2), 0 1px 5px 0 rgba(104, 104, 104, 0.12);
}

.btn-inverse-success {
    background-color: rgba(113, 192, 22, 0.2);
    background-image: none;
    border-color: rgba(113, 192, 22, 0);
}


.btn-success, .btn-success:hover {
    box-shadow: 0 2px 2px 0 rgba(113, 192, 22, 0.14), 0 3px 1px -2px rgba(113, 192, 22, 0.2), 0 1px 5px 0 rgba(113, 192, 22, 0.12);
}

.btn-inverse-info {
    background-color: rgba(120, 89, 223, 0.2);
    background-image: none;
    border-color: rgba(120, 89, 223, 0);
}

.btn-inverse-info:not(.btn-inverse-light) {
    color: #7859df;
}

.btn-inverse-info:hover {
    color: #ffffff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-inverse-info.focus, .btn-inverse-info:focus {
    box-shadow: 0 0 0 3px rgba(120, 89, 223, 0.5);
}

.btn-inverse-info.disabled, .btn-inverse-info:disabled {
    color: #7859df;
    background-color: transparent;
}

.btn-inverse-info.active, .btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
    color: #ffffff;
    background-color: #7859df;
    border-color: #7859df;
}

.btn-info, .btn-info:hover {
    box-shadow: 0 2px 2px 0 rgba(120, 89, 223, 0.14), 0 3px 1px -2px rgba(120, 89, 223, 0.2), 0 1px 5px 0 rgba(120, 89, 223, 0.12);
}

.btn-inverse-warning {
    background-color: rgba(255, 193, 0, 0.2);
    background-image: none;
    border-color: rgba(255, 193, 0, 0);
}

.btn-inverse-warning:not(.btn-inverse-light) {
    color: #ffc100;
}

.btn-inverse-warning:hover {
    color: #ffffff;
    background-color: #ffc100;
    border-color: #ffc100;
}

.btn-inverse-warning.focus, .btn-inverse-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 0, 0.5);
}

.btn-inverse-warning.disabled, .btn-inverse-warning:disabled {
    color: #ffc100;
    background-color: transparent;
}

.btn-inverse-warning.active, .btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ffc100;
    border-color: #ffc100;
}

.btn-warning, .btn-warning:hover {
    box-shadow: 0 2px 2px 0 rgba(255, 193, 0, 0.14), 0 3px 1px -2px rgba(255, 193, 0, 0.2), 0 1px 5px 0 rgba(255, 193, 0, 0.12);
}

.btn-inverse-danger {
    background-color: rgba(255, 71, 71, 0.2);
    background-image: none;
    border-color: rgba(255, 71, 71, 0);
}

.btn-inverse-danger:not(.btn-inverse-light) {
    color: #ff4747;
}

.btn-inverse-danger:hover {
    color: #ffffff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-inverse-danger.focus, .btn-inverse-danger:focus {
    box-shadow: 0 0 0 3px rgba(255, 71, 71, 0.5);
}

.btn-inverse-danger.disabled, .btn-inverse-danger:disabled {
    color: #ff4747;
    background-color: transparent;
}

.btn-inverse-danger.active, .btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #ff4747;
    border-color: #ff4747;
}

.btn-danger, .btn-danger:hover {
    box-shadow: 0 2px 2px 0 rgba(255, 71, 71, 0.14), 0 3px 1px -2px rgba(255, 71, 71, 0.2), 0 1px 5px 0 rgba(255, 71, 71, 0.12);
}

.btn-inverse-light {
    background-color: rgba(248, 249, 250, 0.2);
    background-image: none;
    border-color: rgba(248, 249, 250, 0);
}

.btn-inverse-light:not(.btn-inverse-light) {
    color: #f8f9fa;
}

.btn-inverse-light:hover {
    color: #ffffff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-inverse-light.focus, .btn-inverse-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-inverse-light.disabled, .btn-inverse-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-inverse-light.active, .btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
    color: #ffffff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light, .btn-light:hover {
    box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

.btn-inverse-dark {
    background-color: rgba(40, 47, 58, 0.2);
    background-image: none;
    border-color: rgba(40, 47, 58, 0);
}

.btn-inverse-dark:not(.btn-inverse-light) {
    color: #282f3a;
}

.btn-inverse-dark:hover {
    color: #ffffff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-inverse-dark.focus, .btn-inverse-dark:focus {
    box-shadow: 0 0 0 3px rgba(40, 47, 58, 0.5);
}

.btn-inverse-dark.disabled, .btn-inverse-dark:disabled {
    color: #282f3a;
    background-color: transparent;
}

.btn-inverse-dark.active, .btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #282f3a;
    border-color: #282f3a;
}

.btn-dark, .btn-dark:hover {
    box-shadow: 0 2px 2px 0 rgba(40, 47, 58, 0.14), 0 3px 1px -2px rgba(40, 47, 58, 0.2), 0 1px 5px 0 rgba(40, 47, 58, 0.12);
}


/* Cards */
.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.card .card-body {
    padding: 1.5rem 1.875rem;
}

.card .card-body + .card-body {
    padding-top: 1rem;
}

.card .card-title {
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: bold;
}

.card .card-subtitle {
    font-weight: 400;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    color: #76838f;
}

.card.card-outline-success {
    border: 1px solid #71c016;
}



.card.card-rounded {
    border-radius: 5px;
}

.card.card-faded {
    background: #b5b0b2;
    border-color: #b5b0b2;
}

.card.card-circle-progress {
    color: #ffffff;
    text-align: center;
}

.card.card-img-holder {
    position: relative;
}

.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.card.card-weather .weather-daily .weather-day {
    opacity: .5;
    font-weight: 900;
}

.card.card-weather .weather-daily i {
    font-size: 20px;
}

.card.card-weather .weather-daily .weather-temp {
    margin-top: .5rem;
    margin-bottom: 0;
    opacity: .5;
    font-size: .75rem;
}

.card-inverse-primary {
    background: rgba(77, 131, 255, 0.2);
    border: 1px solid #4779eb;
    color: #3b64c2;
}

.card-inverse-secondary {
    background: rgba(104, 104, 104, 0.2);
    border: 1px solid #606060;
    color: #4f4f4f;
}

.card-inverse-success {
    background: rgba(113, 192, 22, 0.2);
    border: 1px solid #68b114;
    color: #569211;
}

.card-inverse-info {
    background: rgba(120, 89, 223, 0.2);
    border: 1px solid #6e52cd;
    color: #5b44a9;
}

.card-inverse-warning {
    background: rgba(255, 193, 0, 0.2);
    border: 1px solid #ebb200;
    color: #c29300;
}

.card-inverse-danger {
    background: rgba(255, 71, 71, 0.2);
    border: 1px solid #eb4141;
    color: #c23636;
}

.card-inverse-light {
    background: rgba(248, 249, 250, 0.2);
    border: 1px solid #e4e5e6;
    color: #bcbdbe;
}

.card-inverse-dark {
    background: rgba(40, 47, 58, 0.2);
    border: 1px solid #252b35;
    color: #1e242c;
}

/* Checkboxes and Radios */
.form-check {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}

.form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}



.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: solid #5a5a5a;
    border-width: 1px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: "Font Awesome 5 Free";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\f00c';
    font-size: .9375rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 2px;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
    background: #4d83ff;
    border-width: 0;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    width: 22px;
    opacity: 1;
    line-height: 22px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.form-check .form-check-label input[type="checkbox"]:disabled + .input-helper:before {
    border-color: #e6e6e6;
}

.form-check .form-check-label input[type="checkbox"]:disabled:checked + .input-helper:after {
    background: #e6e6e6;
    color: #ffffff;
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid #4d83ff;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="radio"] + .input-helper:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
}


.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
    background: #4d83ff;
    border-width: 0;
}

.form-check .form-check-label input[type="radio"]:checked + .input-helper:after {
    opacity: 1;
    line-height: 1.5;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.form-check .form-check-label input[type="radio"]:disabled + .input-helper:before {
    border-color: #e6e6e6;
}

.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:before {
    background: #e6e6e6;
}

.form-check .form-check-label input[type="radio"]:disabled:checked + .input-helper:after {
    background: #ffffff;
}

.form-check-primary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-primary.form-check label input[type="radio"] + .input-helper:before {
    border-color: #4d83ff;
}

.form-check-primary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-primary.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #4d83ff;
}

.form-check-secondary.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"] + .input-helper:before {
    border-color: #5a5a5a;
}

.form-check-secondary.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-secondary.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #5a5a5a;
}

.form-check-success.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-success.form-check label input[type="radio"] + .input-helper:before {
    border-color: #71c016;
}

.form-check-success.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-success.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #71c016;
}

.form-check-info.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-info.form-check label input[type="radio"] + .input-helper:before {
    border-color: #7859df;
}

.form-check-info.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-info.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #7859df;
}

.form-check-warning.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-warning.form-check label input[type="radio"] + .input-helper:before {
    border-color: #ffc100;
}

.form-check-warning.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-warning.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #ffc100;
}

.form-check-danger.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-danger.form-check label input[type="radio"] + .input-helper:before {
    border-color: #ff4747;
}

.form-check-danger.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-danger.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #ff4747;
}

.form-check-light.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-light.form-check label input[type="radio"] + .input-helper:before {
    border-color: #f8f9fa;
}

.form-check-light.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-light.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #f8f9fa;
}

.form-check-dark.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-dark.form-check label input[type="radio"] + .input-helper:before {
    border-color: #282f3a;
}

.form-check-dark.form-check label input[type="checkbox"]:checked + .input-helper:before,
.form-check-dark.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #282f3a;
}

/* Dropdowns */
.dropdown .dropdown-toggle:after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    width: auto;
    height: auto;
    vertical-align: middle;
    line-height: .625rem;
    font-size: inherit;
    margin-left: 10px;
}

.dropdown .dropdown-menu {
    margin-top: .75rem;
    font-size: 0.875rem;
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .25rem 1.5rem;
}

.dropdown .dropdown-menu .dropdown-item:active {
    background: initial;
}

/* Forms */
.form-group {
    margin-bottom: 1.5rem;
}

.input-group-append,
.input-group-prepend {
    color: #c9c8c8;
    width: auto;
    border: none;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
    border-color: #e6e6e6;
    padding: 0.875rem 0.75rem;
    color: #c9c8c8;
}

.form-control, .dataTables_wrapper select {
    border: 1px solid #e6e6e6;
    font-weight: 400;
    font-size: 14px;
}

select.form-control, .dataTables_wrapper select {
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    color: #323232;
}

select.form-control:focus, .dataTables_wrapper select:focus {
    outline: none
}

.form-group label {
    font-size: 0.875rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
}

.form-group.has-danger .form-control, .form-group.has-danger .dataTables_wrapper select, .dataTables_wrapper .form-group.has-danger select {
    border-color: #ff4747;
}

.form-group .file-upload-default {
    visibility: hidden;
    position: absolute;
}

.form-group .file-upload-info {
    background: transparent;
}

/* Icons */
.icons-list {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.icons-list > div {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 15px;
    font-weight: 400;
    font-size: 0.875rem;
}

.icons-list > div i {
    display: inline-block;
    font-size: 20px;
    width: 40px;
    text-align: left;
    color: #4d83ff;
}

.icon-in-bg {
    width: 55px;
    height: 55px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.icon-lg {
    font-size: 2.5rem;
}

.icon-md {
    font-size: 1.875rem;
}

.icon-sm {
    font-size: 1rem;
}

/*icon boxes*/
.icon-box-primary {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #4d83ff;
}

.icon-box-primary i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-primary.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-primary.icon-box-lg i {
    font-size: 2.5rem;
}

.icon-box-secondary {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #686868;
}

.icon-box-secondary i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-secondary.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-secondary.icon-box-lg i {
    font-size: 2.5rem;
}

.icon-box-success {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #71c016;
}

.icon-box-success i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-success.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-success.icon-box-lg i {
    font-size: 2.5rem;
}

.icon-box-info {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #7859df;
}

.icon-box-info i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-info.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-info.icon-box-lg i {
    font-size: 2.5rem;
}

.icon-box-warning {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #ffc100;
}

.icon-box-warning i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-warning.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-warning.icon-box-lg i {
    font-size: 2.5rem;
}

.icon-box-danger {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #ff4747;
}

.icon-box-danger i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-danger.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-danger.icon-box-lg i {
    font-size: 2.5rem;
}

.icon-box-light {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #f8f9fa;
}

.icon-box-light i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-light.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-light.icon-box-lg i {
    font-size: 2.5rem;
}

.icon-box-dark {
    width: 2.812rem;
    height: 2.812rem;
    border-radius: 5px;
    line-height: 2.812rem;
    text-align: center;
    background: #282f3a;
}

.icon-box-dark i {
    color: white;
    font-size: 1.25rem;
}

.icon-box-dark.icon-box-lg {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
}

.icon-box-dark.icon-box-lg i {
    font-size: 2.5rem;
}

/* Lists */
ul,
ol,
dl {
    padding-left: 1rem;
    font-size: 0.875rem;
}

ul li,
ol li,
dl li {
    line-height: 1.8;
}

.list-ticked,
.list-arrow,
.list-star {
    list-style: none;
    padding: 0;
}

.list-ticked li,
.list-arrow li,
.list-star li {
    padding-left: 1.5rem;
}

.list-ticked li:before,
.list-arrow li:before,
.list-star li:before {
    font-family: "Material Design Icons";
    margin-left: -1.5rem;
    width: 1.5rem;
    margin-right: .5rem;
}

.list-ticked li:before {
    content: '\F12D';
    color: #ff4747;
}

.list-arrow li:before {
    content: '\F142';
    color: #71c016;
}

.list-star li:before {
    content: '\F4CE';
    color: #ffc100;
}

.solid-bullet-list {
    position: relative;
    padding-left: 0;
}

.solid-bullet-list li {
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    line-height: 1;
    padding-bottom: 2.125rem;
}

.solid-bullet-list li * {
    line-height: .8;
}

.solid-bullet-list li:before, .solid-bullet-list li:after {
    content: "";
    position: absolute;
}

.solid-bullet-list li:before {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #4d83ff;
    z-index: 1;
}

.solid-bullet-list:after {
    content: "";
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    z-index: 0;
}

.bullet-line-list {
    padding-left: 30px;
    position: relative;
    list-style-type: none;
}

.bullet-line-list li {
    position: relative;
}

.bullet-line-list li:before {
    width: 15px;
    height: 15px;
    left: -30px;
    top: 0;
    border: 4px solid #4d83ff;
    margin-right: 15px;
    z-index: 2;
    background: #ffffff;
}

.bullet-line-list li:before {
    content: "";
    position: absolute;
    border-radius: 100%;
}

.bullet-line-list:after {
    content: "";
    border: 1px solid #e6e6e6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
}


/* Tables */


.table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    /* font-weight: 500; */
    font-size: 12px;
    /*line-height: 22px;*/
}

.table thead th i {
    margin-left: 0.325rem;
}

.table th,
.table td {
    vertical-align: middle;
    line-height: 1;
    font-size: 12px;
}

.table td img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.table td .badge {
    margin-bottom: 0;
}

.table.table-borderless {
    border: none;
}

.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
    border: none;
}

.table.table-bordered {
    border-top: 1px solid #e6e6e6;
}

/*-------------------------------------------------------------------*/
/* === Plugin overrides === */
/* Data Tables */
.dataTables_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.dataTables_wrapper label {
    font-size: 0;
}

.dataTables_wrapper select {
    padding: 3px 10px;
    height: 29px;
}

.dataTables_wrapper .dataTables_length select {
    margin-top: 15px;
    margin-left: 15px;
}

.dataTables_wrapper .dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper .dataTable .btn {
    padding: 0.1rem 1rem;
    vertical-align: top;
}

.dataTables_wrapper .dataTable thead th,
.table thead th {
    border-bottom-width: 0;
    border: 1px solid #e6e6e6;
    /*padding: 6px 15px;*/
    font-weight: 400;
    white-space: nowrap;
    background-color: #666666;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
    /*content: "\F05D";*/
    right: 2.4em;
    bottom: 1.5rem;
}

.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    /*content: "\F045";*/
    right: 2em;
    bottom: 1.1rem;
}

.dataTables_wrapper .dataTable tbody tr td,
.table td {
    border: 1px solid rgba(151, 151, 151, 0.18);
    color: #08113b;
    white-space: nowrap;
    font-weight: 300;
    padding: 8px 5px;
    text-align: center;
}

.dataTables_wrapper .dataTable tbody tr:nth-child(odd),
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e6e6e6;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 13px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.875rem;
}

.table.dataTable tbody td.select-checkbox:before,
.table.dataTable tbody td.select-checkbox:after,
.table.dataTable tbody th.select-checkbox:before,
.table.dataTable tbody th.select-checkbox:after {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: -10px;
    margin-top: -10px;
}

.table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -10px;
    margin-left: -10px;
    text-shadow: none;
    background-color: #666666;
    color: #fff;
    border-radius: 4px;
}

.dataTables_filter label {
    font-size: 0;
}

.dataTables_filter label input {
    border: 1px solid #e6e6e6;
    line-height: 28px;
    padding: 10px 15px;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    font-size: 14px;
}

.table_main_wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table_main_wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.table_main_wrap .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.table_main_wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: 0 0;
    background-color: #666666;
    color: #ffffff !important;
    border-color: #666666;
}

.table_main_wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #e6e6e6;
    padding: 6px 8px;
    line-height: 15px;
    display: inline-block;
}

.table_main_wrap .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 576px) {
    .dataTables_wrapper .dataTables_info {
        margin-bottom: 5px;
    }
}

/*-------------------------------------------------------------------*/
/* === Landing screens === */
/* Auth */
.auth .login-half-bg {
    background: url("../images/auth/login-bg.jpg");
    background-size: cover;
}

.auth .register-half-bg {
    background: url("../images/auth/register-bg.jpg");
    background-size: cover;
}

.auth.lock-full-bg {
    background: url("../images/auth/lockscreen-bg.jpg");
    background-size: cover;
}

.auth .lock-profile-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.auth .auth-form-light {
    background: #ffffff;
}

.auth .auth-form-light select {
    color: #c9c8c8;
}

.auth .auth-form-light .input-group .form-control:focus, .auth .auth-form-light .input-group .dataTables_wrapper select:focus, .dataTables_wrapper .auth .auth-form-light .input-group select:focus, .auth .auth-form-light .input-group .form-control:active, .auth .auth-form-light .input-group .dataTables_wrapper select:active, .dataTables_wrapper .auth .auth-form-light .input-group select:active {
    border-color: #e6e6e6;
}

.auth .auth-form-transparent {
    background: transparent;
}

.auth .auth-form-transparent .form-control, .auth .auth-form-transparent .dataTables_wrapper select, .dataTables_wrapper .auth .auth-form-transparent select,
.auth .auth-form-transparent .input-group-text {
    border-color: #686868;
}

.auth .auth-form-transparent .form-control:focus, .auth .auth-form-transparent .dataTables_wrapper select:focus, .dataTables_wrapper .auth .auth-form-transparent select:focus, .auth .auth-form-transparent .form-control:active, .auth .auth-form-transparent .dataTables_wrapper select:active, .dataTables_wrapper .auth .auth-form-transparent select:active,
.auth .auth-form-transparent .input-group-text:focus,
.auth .auth-form-transparent .input-group-text:active {
    border-color: #686868;
}

.auth .auth-form-transparent select {
    outline-color: #686868;
}

.auth.auth-img-bg {
    padding: 0;
}

@media (min-width: 768px) {
    .auth.auth-img-bg .auth-form-transparent {
        width: 55%;
        margin: auto;
    }
}

.auth .brand-logo {
    margin-bottom: 2rem;
}

.auth .brand-logo img {
    width: 150px;
}

.auth form .form-group {
    margin-bottom: 1.5rem;
}

.auth form .form-group label {
    font-size: .8125rem;
}

.auth form .form-group .form-control, .auth form .form-group .dataTables_wrapper select, .dataTables_wrapper .auth form .form-group select {
    background: transparent;
    border-radius: 0;
    font-size: .9375rem;
}

.auth form .auth-form-btn {
    height: 50px;
    line-height: 1.5;
}

.auth form .auth-link {
    font-size: 0.875rem;
}

.auth form .auth-link:hover {
    color: initial;
}

.page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    position: relative;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 257px);
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 991px) {
    .main-panel {
        margin-left: 0;
        width: 100%;
    }
}

.content-wrapper {
    /*background: #f5f5f5;*/
    padding: 20px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .content-wrapper {
        padding: 1.5rem 1.5rem;
    }
}

/* Sidebar */
.sidebar {
    min-height: calc(100vh - 60px);
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 0;
    width: 257px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    /* border-right: 1px solid #e3e3e3; */
    min-height: 100vh;
    height: 100%;
    position: absolute;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
}

.sidebar .nav .nav-item {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transition-property: background;
    -webkit-transition-property: background;
}

.sidebar .nav .nav-item .collapse {
    z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.75rem 2.5rem 0.75rem 1.25rem;
    color: #000;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
}

.sidebar .nav .nav-item .nav-link i {
    color: inherit;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 1.125rem;
    line-height: 1;
    margin-right: 1.125rem;
    color: inherit;
}

.sidebar .nav .nav-item .nav-link i.menu-icon:before {
    vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    color: #000;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    content: "\F140";
    font-family: "Material Design Icons";
    font-style: normal;
    display: block;
    font-size: 1rem;
    line-height: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0px;
}

.sidebar .nav .nav-item .nav-link .badge {
    margin-left: auto;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow:before {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar .nav .nav-item.active > .nav-link {
    background: initial;
    position: relative;
}

.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #4d83ff;
}

.sidebar .nav:not(.sub-menu) {
    margin-top: .3rem;
}

.sidebar .nav:not(.sub-menu) > .nav-item {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
    margin: 0;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
    background: transparent;
    color: #4d83ff;
}

.sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    padding: 0.25rem 0 0.6rem 3.55rem;
}

.sidebar .nav.sub-menu .nav-item {
    padding: 0;
}

.sidebar .nav.sub-menu .nav-item::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    margin-top: 15px;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #656565;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1;
    height: auto;
    border-top: 0;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #000;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #000;
    background: transparent;
}

.sidebar .nav.sub-menu .nav-item:hover {
    background: transparent;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {
    .sidebar-offcanvas {
        position: fixed;
        max-height: calc(100vh - 60px);
        top: 60px;
        bottom: 0;
        overflow: auto;
        right: -257px;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .sidebar-offcanvas.active {
        right: 0;
    }
}

/* Navbar */
.navbar {
    font-weight: 400;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
}

.navbar .navbar-brand-wrapper {
    background: #ffffff;
    /* border-bottom: 1px solid #e3e3e3; */
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 257px;
    height: 60px;
    /* border-right: 1px solid #e3e3e3; */
}

/* .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper {
margin-left: 1.375rem;
margin-right: 1.375rem;
} */

.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    overflow: hidden;
    background-color: #ffffff;
    margin: auto;
    padding: 5px;
}

.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand.brand-logo-mini {
    display: none;
}

@media (max-width: 991px) {
    .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand.brand-logo-mini {
        display: inline-block;
        width: 1.875rem;
    }
}

.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand:active, .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand:focus, .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand:hover {
    color: #1b2658;
}

/* .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand img {
  width: calc(257px - 150px);
  max-width: 100%;
  height: 34px;
  margin: auto;
  vertical-align: middle;
} */

.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-toggler {
    border: 0;
    color: #4a4a4a;
    font-size: 1.5rem;
    padding: 0;
}

@media (max-width: 991px) {
    .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-toggler:not(.navbar-toggler-right) {
        display: none;
    }
}

.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .brand-logo-mini {
    padding-left: 0;
    text-align: center;
}

.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .brand-logo-mini img {
    width: calc(70px - 30px);
    max-width: 100%;
    margin: auto;
}

.navbar .navbar-menu-wrapper {
    background: #ffffff;
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    color: #9b9b9b;
    padding-left: 1.062rem;
    padding-right: 1.062rem;
    width: calc(100% - 257px);
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper {
        width: calc(100% - 55px);
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar .navbar-menu-wrapper .navbar-toggler {
    border: 0;
    color: inherit;
    font-size: 1.5rem;
    padding: 0;
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding-left: 15px;
        padding-right: 11px;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: inherit;
    font-size: 0.875rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search {
    margin-left: 0rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group {
    background: #ececec;
    border-radius: 4px;
    padding: 0 .75rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text {
    background: transparent;
    border: 0;
    color: #000;
    padding: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text i {
    color: #9b9b9b;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select {
    margin-left: .5rem;
    height: 2.5rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-webkit-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select::-webkit-input-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select::-webkit-input-placeholder {
    color: #9b9b9b;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select:-moz-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select:-moz-placeholder {
    color: #9b9b9b;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control::-moz-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select::-moz-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select::-moz-placeholder {
    color: #9b9b9b;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .form-control:-ms-input-placeholder, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .dataTables_wrapper select:-ms-input-placeholder, .dataTables_wrapper .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group select:-ms-input-placeholder {
    color: #9b9b9b;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings {
    margin: 0;
    padding-left: 1.5rem;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings .nav-link {
    padding: 0;
    text-align: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-settings i {
    font-size: 1.5rem;
    vertical-align: middle;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile {
        margin-left: .5rem;
        margin-right: .5rem;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-name {
    margin-left: .5rem;
    margin-right: .5rem;
    color: #4a4a4a;
    font-weight: 500;
}

@media (max-width: 767px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-name {
        display: none;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link::after {
    color: #4a4a4a;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 60px;
    border-radius: 10px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-divider {
    margin: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown i {
    margin-right: .5rem;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
        position: static;
    }

    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
        left: 20px;
        right: 20px;
        top: 60px;
        width: calc(100% - 40px);
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator {
    position: relative;
    padding: 0;
    text-align: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator i {
    font-size: 1.5rem;
    margin-right: 0;
    vertical-align: middle;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
    position: absolute;
    left: 59%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ff4747;
    top: 9px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
    display: none;
}

@media (min-width: 992px) {
    .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
        margin-left: auto;
    }

    .email_modal_wrap .modal-lg, .modal-xl {
        max-width: 700px;
    }

    #calculator_modal .modal-lg, .modal-xl {
        max-width: 880px;
    }
}

@media (max-width: 991px) {
    .navbar {
        flex-direction: row;
    }

    .navbar .navbar-brand-wrapper {
        width: 55px;
    }

    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo {
        display: none;
    }

    .navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
        display: inline-block;
    }

    .navbar-collapse {
        display: flex;
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .navbar .navbar-brand-wrapper {
        width: 55px;
    }

    .navbar .navbar-brand-wrapper .brand-logo-mini {
        padding-top: 0px;
    }
}

/* Layouts */
@media (min-width: 992px) {
    .sidebar-icon-only .navbar .navbar-brand-wrapper {
        width: 70px;
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper {
        margin-right: auto;
        padding: 7px 12px;
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .brand-logo {
        display: none;
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .brand-logo-mini {
        display: none;
    }

    .sidebar-icon-only .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px);
    }

    .sidebar-icon-only .sidebar {
        width: 70px;
    }

    .sidebar-icon-only .sidebar .nav {
        overflow: visible;
        width: 70px;
    }

    .sidebar-icon-only .sidebar .nav .nav-item {
        position: relative;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
        display: block;
        padding: 10px;
        text-align: center;
        position: static;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
        display: none;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
        border-radius: 0 5px 5px 0px;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
        display: none;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
        border-radius: 0 5px 0 0px;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .collapse {
        display: none;
    }

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        /*background-color: #666666;*/
        /*background-color: var(--clr-primary);*/
        background-image: linear-gradient(137deg, #2170cb, #2170cb, #2170cb, #5ba8ff);
        padding: 0.5rem 1.4rem;
        left: 70px;
        position: absolute;
        text-align: left;
        top: 5px;
        bottom: 0;
        color: #ffffff;
        width: 190px;
        z-index: 1;
        line-height: 1.8;
        height: 50px;
        box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
        border-radius: 0 50px 50px 0;
    }

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
        display: none;
    }

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
        /*background-color: #666666;*/
        /*background-color: var(--clr-primary);*/
        background-image: linear-gradient(137deg, #2170cb, #2170cb, #2170cb, #5ba8ff);
    }

    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
        display: block;
        padding: .5rem 0;
        background: #ffffff;
        border-radius: 0 0 5px 0;
        position: absolute;
        left: 70px;
        width: 190px;
        box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
    }

    .sidebar-icon-only .sidebar .nav.sub-menu {
        padding: 0 0 0 1.5rem;
    }

    .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
        text-align: left;
        padding-left: 20px;
    }

    .sidebar-icon-only .main-panel {
        width: calc(100% - 70px);
        padding-left: 70px;
        width: 100%;
    }
}

.bg-black {
    background-color: #323232;
}

.navbar-title h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar,
.navbar .navbar-brand-wrapper {
    /*background: #cacaca;*/
    background: #383838;
}

.sidebar .nav .nav-item {
    padding: 8px 12px;
}

.sidebar .nav:not(.sub-menu) > .nav-item {
    border-bottom: none;
    display: inline-block;
}

.sidebar .nav .nav-item .nav-link,
.sidebar .nav .nav-item .nav-link i.menu-arrow {
    color: #ffffff;
    transition: all ease 0.5s;
}

.sidebar .nav .nav-item .nav-link img {
    width: 20px;
    height: 20px;
}

.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #ffffff;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link,
.sidebar .nav .nav-item.active > .nav-link {
    /*background: #323232;*/
    background: #2170cb;
    color: #ffffff;
    border-radius: 5px;
}

.sidebar .nav .nav-item .icon_hover_show {
    transition: all ease 0.5s;
    display: none;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover .icon_hover_hide,
.sidebar .nav .nav-item:hover .icon_hover_hide,
.sidebar .nav .nav-item.active .icon_hover_hide {
    transition: all ease 0.5s;
    /*display: none;*/
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link .icon_hover_show,
.sidebar .nav .nav-item:hover .icon_hover_show,
.sidebar .nav .nav-item.active > .nav-link .icon_hover_show {
    display: inline-block;
    transition: all ease 0.5s;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-name {
    display: inline-block;
    vertical-align: middle;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-name .nav-profile-welcome {
    display: block;
}

.dsb_info.card {
    border-bottom: 3px solid #666666;
    border-radius: 5px;
}

.dsb_info_green {
    color: #00e396;
}

.dsb_info h5 {
    font-size: 36px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 1px;
    line-height: 24px;
}

.dsb_info p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #323232;
    font-weight: 500;
}

#chart_one .apexcharts-legend-text,
#chart_one .apexcharts-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

#chart_one .apexcharts-datalabel-value {
    font-size: 30px !important;
}

.dashboard-chart-legend li {
    display: inline-block;
}

#chart_one .apexcharts-legend-marker,
.dashboard-chart-legend li span {
    height: 15px !important;
    width: 15px !important;
    border-radius: 5px !important;
    margin-right: 10px !important;
}

.select2 {
    width: 100% !important;
}

.select2:focus,
.select2-selection--single:focus {
    outline: none;
    box-shadow: none;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    color: #323232;
    text-transform: uppercase;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    display: none;
}

.select2-container--default .select2-results > .select2-results__options {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

.chart_filter_wrap .select2-container--default .select2-selection--single {
    border-color: #e6e6e6;
    background-color: #f5f5f5;
    border-radius: 0;
}

.mount_buttons {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #666666;
}

.mount_buttons button {
    width: 33.33%;
    padding: 10px;
    display: block;
}

.mount_buttons .btn.active,
.mount_buttons .btn:hover,
.mount_buttons .btn:focus {
    background-color: #666666;
    color: #ffffff;
    border-radius: 3px !important;
}

.chart_datepicker input {
    width: 100%;
    height: 48px;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 10px 15px;
}

.btn_o_primary {
    border: 1px solid #666666;
    color: #666666;
}

.custom_btn {
    padding: 6px 15px;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn-pink {
    background-color: #303030;
    color: #ffffff;
}

.btn-pink:hover {
    background-color: #4c4c4c !important;
    border-color: #4c4c4c !important;
    color: #ffffff !important;
}

.btn-black {
    /*background-color: #323232;*/
    background-color: var(--clr-primary);
    color: #ffffff;
}

.btn-purple {
    background-color: #77326b;
    color: #ffffff;
}

.btn-purple:hover {
    background-color: #9a508d !important;
    border-color: #9a508d !important;
    color: #ffffff !important;
}

.btn-blue {
    background-color: #f98700;
    color: #ffffff;
}

.btn-blue:hover {
    background-color: #ff9a23 !important;
    border-color: #ff9a23 !important;
    color: #ffffff !important;
}

.btn-green {
    /*background-color: #3b5626;*/
    background-color: #4aaf38;
    color: #ffffff;
}

.btn-green:hover {
    background-color: #64ba54 !important;
    border-color: #64ba54 !important;
    color: #ffffff !important;
    background: none;
}

.custom_btn:hover {
    background-color: #2c63a2;
    border-color: #2c63a2;
    color: white;
    border-radius: 5px;
}


.input_hiddin {
    display: none;
}

.shape_item_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.shape_item_wrap li {
    text-align: center;
}

.shape_item_wrap li .shape_item {
    border: 1px solid #e6e6e6;
    padding: 12px 10px;
    border-radius: 5px;
    width: 92px;
    height: 92px;
    position: relative;
    margin-right: 10px;
}

.shape_item .selected_icn {
    position: absolute;
    right: 5px;
    top: 0px;
    color: #ffffff;
    display: none;
}

.shape_item.selected .selected_icn {
    display: block;
}

.shape_item .shape_icn {
    margin: 0 auto 10px;
}

.shape_item .shape_icn img {
    height: 40px;
}

.shape_item h5 {
    margin-bottom: 0;
}

.shape_item h5 a {
    color: #646464;
    font-size: 14px;
    font-weight: 500;
}

.shape_item_wrap li .shape_item.selected,
.shape_item_wrap li .shape_item:hover,
.shape_item_wrap li .shape_item:focus {
    /*background-color: #666666;*/
    background-color: var(--clr-primary);
}

.shape_item_wrap li .shape_item.selected img,
.shape_item_wrap li .shape_item:hover img,
.shape_item_wrap li .shape_item:focus img {
    filter: brightness(3)
}

.shape_item_wrap li .shape_item.selected h5 a,
.shape_item_wrap li .shape_item:hover h5 a,
.shape_item_wrap li .shape_item:focus h5 a {
    color: #ffffff;
}

.form-control {
    border-color: #c8c8c8;
    line-height: 28px;
    padding: 6px 15px;
    height: 38px;
    border-radius: 4px;
}

.color_item_wrap ul,
.select_item_main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select_item {
    padding: 4px 10px;
    border: 1px solid #e6e6e6;
    margin-right: 0;
    margin-bottom: 5px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    min-width: 32px;
}

.select_item h6 {
    margin-bottom: 0;
    font-size: 13px;
}

.select_item_main ul li.select_item:last-child {
    margin-right: 0;
}

.select_item a {
    font-size: 13px;
    line-height: 22px;
    color: #5a5a5a;
    display: block;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select_item.selected,
.select_item:hover,
.select_item:focus {
    /*background-color: #666666;*/
    background-color: var(--clr-primary);
}

.select_item.selected a,
.select_item:focus a,
.select_item:hover a {
    color: #ffffff;
    text-decoration: none;
}

.list_title h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    white-space: nowrap;
}

.list_title p {
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

.content_footer {
    z-index:5;
    padding: 15px;
    border-top: 1px solid #e6e6e6;
    position: fixed;
    width: calc(100% - 70px);
    bottom: 0;
    right: 0;
    background-color: #ffffff;
}

.content_footer .custom_btn img {
    width: 18px;
}

.rightside_button {
    position: fixed;
    bottom: 100px;
    z-index: 8;
    transform: rotate(-90deg);
    right: -40px;
    bottom: 160px;
}

/*.rightside_button .custom_btn {*/
/*    border-radius: 5px 5px 0 0;*/
/*}*/

.custom_btn i {
    font-size: 16px;
}

/* .search_result_wrap{
    margin-bottom: 90px;
} */
.search_result_wrap .table thead th i {
    font-size: 20px;
    color: #ffffff;
}

.search_result_text .search_result_span_cmn {
    font-size: 12px;
}

.search_result_text .search_result_span_cmn:after {
    display: inline-block;
    content: '|';
    margin-left: 6px;
    margin-right: 6px;
}

.search_result_text .search_result_span_cmn:last-child:after {
    content: '';
    display: none;
}

.icon_with_btn i {
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
}

/*.search_result_text,
.search_result_button {
    margin-bottom: 15px;
    font-size: 14px;*/
/*display: contents;*/
/*}*/

.search_result_text {
    margin-bottom: 5px;
    font-size: 14px;
}

.search_result_button {
    margin-bottom: 8px;
    font-size: 14px;
}

.search_result_span_mg {
    margin-right: 10px;
}

.lable_icon {
    padding: 5px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}

.search_result_available.lable_icon {
    background-color: #2f8917;
    color: #ffffff;
}

.search_result_available {
    color: #2f8917;
    font-size: 14px;
    font-weight: 400;
}

.search_result_memo.lable_icon {
    background-color: #dbb01b;
    color: #ffffff;
}

.search_result_memo {
    color: #dbb01b;
    font-size: 14px;
    font-weight: 400;
}

.search_result_hold.lable_icon {
    background-color: #db1b1b;
    color: #ffffff;
}

.search_result_hold {
    color: #db1b1b;
    font-size: 14px;
    font-weight: 400;
}

.search_result_pending.lable_icon {
    background-color: #eb9ea2;
    color: #ffffff;
}

.search_result_pending {
    color: #eb9ea2;
    font-size: 14px;
    font-weight: 400;
}

.dropdown .dropdown-menu.srm_dropdown {
    border-radius: 10px;
    background-color: #ffffff;
}

.dropdown-item {
    padding: 10px 15px !important;
    color: #323232;
}

.dropdown-item i {
    margin-right: 10px;
}

.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover {
    background-color: #e9dce5;
    color: #666666;
}

.serach_advance_label p {
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
}

.serach_main_wrpa {
    padding-bottom: 80px;
}

.memo_date_wrap,
.memo_no_wrap {
    margin-bottom: 15px;
}


.table_rapaort tbody tr th {
    background-color: #323232;
    color: #ffffff;
    padding: 8px 5px;
    text-align: center;
    font-weight: 400;
}

.email_modal_wrap .modal-header {
    background-color: #666666;
    color: #ffffff;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}

.email_modal_form .form-check {
    margin-bottom: 10px;
}

.form-nots {
    margin-bottom: 20px;
    font-weight: 600;
}

.form-group label span.req {
    color: #ff0000;
}

.modal-footer .custom_btn {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-content {
    border-radius: 10px;
    border: none;
}

.email_modal_form .modal-footer {
    border-color: #e6e6e6;
}

.email_modal_wrap .modal-body {
    padding: 20px;
}

.modal-backdrop.show {
    opacity: .7;
}

.profile_wrpa {
    padding: 20px 0 50px;
}

.profile_pic {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.profile_img {
    width: 124px;
    height: 124px;
    border: 3px solid #666666;
    border-radius: 124px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.profile_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_pic .file-upload {
    display: none;
}

.compare-stone-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.compare-stone-main ul li:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    background-color: #fafafa;
}

.compare-stone-main ul:first-child li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e6e6e6;
}

.compare-stone-main ul li {
    font-size: 14px;
    width: 25%;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 8px 30px;
    position: relative;
    text-align: left;
}

.compare-stone-main ul li p {
    margin-bottom: 0;
}

.compare-stone-main ul li .comper_stone_img {
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    text-align: center;
}

.comper_stone_title {
    text-align: left;
}

.comper_stone_title h5 {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.stone_add_btn {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.stone_slider .stone_img img {
    margin: auto;
    border-radius:17px;
}

.slider_nav .item {
    border: 1px solid #e6e6e6;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
}

.dimond_details_main {
    padding-bottom: 40px;
}
.stone_slider .item,.imageVideoSection
.dimond_item_video .stone_video {
    /*border: 2px solid #e6e6e6;*/
    /*margin-left: 5px;
    margin-right: 5px;*/
    padding: 0px 30px 0px 30px;
    /*margin-bottom: 15px;*/
}
.dimond_item_video .stone_video,.slick-initialized .slick-slide {
    background-color:white;
    /*border-radius:10px;*/
    /*-webkit-box-shadow: 0px 0px 15px 0px rgb(80 80 80 / 19%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(80,80,80,0.19);
    box-shadow: 0px 0px 15px 0px rgb(80 80 80 / 19%);*/
}
/*Give video height or width*/
/*.stone_video iframe{
    width:auto;
    height:auto;
}*/

.dimond_tabs_wrap .nav-pills .nav-link,
.product_stone_wrap .nav-pills .nav-link {
    background-color: transparent;
    color: #323232;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}

.dimond_tabs_wrap .nav-pills .nav-item,
.product_stone_wrap .nav-pills .nav-item {
    position: relative;
    padding-right: 7px;
}

/*.dimond_tabs_wrap .nav-pills .nav-item:after,
.product_stone_wrap .nav-pills .nav-item:after {
    right: 0;
    content: '/';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

.dimond_tabs_wrap .nav-pills .nav-item:last-child:after,
.product_stone_wrap .nav-pills .nav-item:last-child:after {
    content: '';
    display: none;
}

.dimond_tabs_wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.product_stone_wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
    font-weight: 700;
    color: #666666;
}

.dimond_tabs_action {
    margin-left: auto;
}

.dimond_tabs_action li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    border: 1px solid #e6e6e6;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.dimond_tabs_action li:hover {
    background-color: #666666;
    border-color: #666666;
}

.dimond_tabs_action li:hover a {
    color: #ffffff;
}

.dimond_tabs_action li a {
    color: #323232;
    display: block;
}

.dimond_desc_table {
    border: 1px solid #e6e6e6;
    height: 97%;
    background-color:#F0F0F0;
    /*border-radius:10px;*/
    margin-bottom:27px;
}

.dimond_desc_table .table th, .dimond_desc_table .table td {
    text-align: left;
    vertical-align: top;
    border: 0;
    padding: 9px;
    white-space: normal;
}

.dimond_desc_table .table tr td:first-child {
    width: 45%;
    padding-right: 0;
    padding-left: 15px;
}

.dimond_desc_table .table tr:first-child td {
    padding-top: 10px
}

.dimond_desc_table .table tr:last-child td {
    /*padding-bottom: 15px*/
}

.dimond_desc_table .table tr td:last-child {
    width: 55%;
    padding-left: 0;
    padding-right: 15px;
}

.dimond_desc_table .table tr td b {
    font-weight: 600;
}

.d_desc_title {
    padding-bottom: 16px;
}

.carat_tabs_wrap .nav-pills .nav-link,
.color_tabs_wrap .nav-pills .nav-link {
    background-color: transparent;
    color: #323232;
    padding: 5px 0;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 3px;
    transition: all 0.2s ease;
}

.carat_tabs_wrap .nav-pills .nav-item,
.color_tabs_wrap .nav-pills .nav-item {
    position: relative;
    padding-right: 7px;
    margin-right: 3px;
}

.carat_tabs_wrap .nav-pills .nav-item:after,
.color_tabs_wrap .nav-pills .nav-item:after {
    right: 0;
    content: '|';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carat_tabs_wrap .nav-pills .nav-item:last-child:after,
.color_tabs_wrap .nav-pills .nav-item:last-child:after {
    content: '';
    display: none;
}

.carat_tabs_wrap .nav-pills .nav-link.active, .carat_tabs_wrap .nav-pills .show > .nav-link,
.color_tabs_wrap .nav-pills .nav-link.active, .color_tabs_wrap .nav-pills .show > .nav-link {
    background-color: transparent;
    font-weight: 700;
    color: #323232;
    background-color: #e6f2ff;
    color: #000000;
}

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

.page_item {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background-color: #323232;
    border: 1px solid #323232;
    color: #ffffff;
    text-align: center;
    margin-left: 5px;
}

.page_item a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.page_item:hover,
.page_item:focus,
.page_item.active {
    background-color: #666666;
    border-color: #666666;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #666666;
    border: 1px solid #666666;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

.bgm_title {
    max-width: 20%;
}

.search_result_status {
    margin-top: -30px;
}

.cng_passwoad_wrap {
    position: relative;
    padding: 100px 0;
}

.cng_passwoad_wrap form {
    border: 1px solid #e6e6e6;
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    /*transform: translateY(-50%); */
}

.dataTables_scrollBody {
    overflow: auto;
}


.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #666666;
    border-radius: 6px;
}

.status.available {
    padding: 2px 5px;
    background-color: #2f8917;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
}

.status.pending {
    padding: 2px 5px;
    background-color: #eb9ea2;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
}

.login_bg {
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 60px 60px 60px 40px;
    left: 0;
}

.custom-checkbox {
    padding: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #666666;
    background-color: #666666;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label {
    padding-left: 30px;
    position: relative;
}

.custom-control-input:focus,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:active {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.custom-control-label::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #c8c8c8 solid 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: '\f00c';
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.custom-control-label::after {
    position: absolute;
    content: '\f00c';
    color: #ffffff;
    top: 2px;
    left: 2px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.irs--flat .irs-line {
    background-color: #cacaca;
}

.irs--flat .irs-bar {
    background-color: #666666;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #666666;
}

.irs--flat .irs-handle {
    width: 18px;
    height: 18px;
    background-color: #323232;
    border-radius: 3px;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #323232;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #666666;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #666666;
}

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

.social_info li {
    margin-bottom: 5px;
}

.social_info li a {
    color: #666666;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.social_info li a:hover {
    color: #323232;
}

.social_info li a i {
    margin-right: 10px;
    font-size: 16px;
    color: #323232;
    line-height: 24px;
}

/* owl nav */
.owl-prev span, .owl-next span {
    color: #FFF;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

.owl-prev i, .owl-next i {
    font-size: 20px;
    color: #cacaca;
}

.owl-prev:hover i, .owl-next:hover i {
    color: #323232;
}
/* removing blue outline from buttons */
button:focus, button:active {
    outline: none;
}

.dimond_card_wrap {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 15px;
}
.grid-seleted {
    border: 1px solid #0d4c94;
    box-shadow: 0px 1px 10px #02448f66;
}
.d_price {
    float: right;
}

.dimond_desc {
    padding: 15px 10px 10px;
}

.dimond_img {
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    transition: all ease 0.5s;
    text-align: center;
}

.dimond_desc .dim_id {
    font-size: 14px;
    line-height: 14px;
}

.dim_details_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.dim_details_list li {
    padding: 5px 0px;
    padding-right: 5px;
    max-width: 25%;
    width: 100%;
    text-align: center;
}

.dim_details_list li:nth-child(4n+4) {
    padding-right: 0;
}

.dim_details_list li a {
    display: block;
    color: #666666;
    font-size: 12px;
    line-height: 12px;
}

.dim_dic {
    position: absolute;
    top: 20px;
    right: 20px;
}

.dimond_desc .dim_id a {
    color: #323232;
}

.sale {
    position: relative;
    display: inline-block;
    background: #02448f;
    color: white;
    height: 1.9rem;
    width: 1.9rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1.9rem;
    font-size: 12px;
    transform: rotate(-20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}

.sale:before, .sale:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(30deg);
}

.sale:after {
    transform: rotate(60deg);
}

.login .divider {
    width: 40%;
    height: 10px;
    background-color: #cacaca;
    margin-top: -15px;
    margin-bottom: 15px;
}

.login .sub-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

@-webkit-keyframes beat {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(0deg) scale(1.1);
    }
}

.add_caret_pin .form-control {
    padding: 6px 15px 6px 25px;
}

.carat_search_fromto {
    position: relative;
}

.add_carat {
    position: absolute;
    top: 7px;
    right: -20px;
    display: inline-block;
}

.delete_carat {
    position: absolute;
    top: -10px;
    right: -7px;
    display: inline-block;
}

.delete_carat a {
    color: #666666;
}

.add_carat a {
    color: #323232;
    display: inline-block;
}

.salse_item_desc h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.list_show {
    display: none;
}

.table_show.hide {
    display: none;
}

.list_show.show {
    display: block;
}

.modal-header {
    background-color: #666666;
    border-radius: 10px 10px 0 0;
    padding: 10px 1rem;
}

.modal-header .close {
    color: #ffffff;
    opacity: 1;
}

.modal-title {
    color: #ffffff;
    font-size: 20px;
}

.signup_link a {
    font-weight: 600;
    color: #323232;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay.bg_white:before {
    background-color: rgba(255,255,255,0.8);
}

.logo_wrap img {
    max-width: 30%;
}

.forgot_ps a {
    color: #323232;
    font-weight: 600;
    text-decoration: none;
}

.login_button {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.other_login {
}

.btn-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-app i {
    font-size: 30px;
    margin-right: 10px;
}

.btn.btn-sm {
    padding: 6px 24px;
}

.product_stone_wrap {
    margin-bottom: 30px;
}

.product_stone_wrap .card-header {
    padding: 5px 15px;
}

.product_stone_wrap .scrollbar {
    max-height: 15rem;
}

.product_stone_wrap .card-body {
    padding: 20px;
}

.product_stone_list_item .dimond_img {
    background-color: transparent;
    border-right: 1px solid #e6e6e6;
    height: 100%;
}

.product_stone_list_item {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.product_stone_list_item:last-child,
.dashboard_serach_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.product_stone_list_item .dimond_desc {
    padding: 15px;
}

.product_stone_list_item .dim_details_list li {
    padding: 10px 0px;
    max-width: 20%;
    text-align: left;
}

.product_stone_list_item .product_action_btn {
    margin-top: 10px;
}

.product_stone_list_item .dimond_desc .dim_id {
    font-size: 16px;
}

.dashboard_serach_item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.dashboard_serach_item a {
    color: inherit;
    text-decoration: none;
}

.dashboard_serach_item h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.5;
}

.dashboard_serach_item p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.scrollbar {
    height: 75vh;
    background: #fff;
    overflow-y: scroll;
}

.scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 5px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #fff
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
}

.scrollbar::-webkit-scrollbar-button {
    display: none;
}

@media (max-width: 1199px) {
    /*  .dsb_info.card{
        margin-bottom: 20px;
    } */
    .dsb_info.card .card-body {
        padding: 20px;
    }

    .dsb_info h5 {
        font-size: 26px;
        line-height: 34px;
    }

    .select_item a {
        font-size: 12px;
        line-height: 22px;
    }

    .shape_item_wrap li .shape_item {
        border: 1px solid #e6e6e6;
        padding: 5px;
        border-radius: 5px;
        width: 75px;
        height: 75px;
        position: relative;
        margin-right: 8px;
    }

    .shape_item .shape_icn {
        margin: 0 auto 5px;
    }

    .list_title {
        margin-bottom: 10px;
    }

    .comper_stone_title {
        margin-bottom: 10px;
    }

    .product_stone_list_item .product_action_btn a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .custom_btn i {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .content_footer {
        width: 100%;
    }

    .email_modal_form .select_item_main {
        margin-bottom: 10px !important;
    }

    .cng_passwoad_wrap {
        padding: 60px 0;
    }

    .compare-stone-main ul li,
    .compare-stone-main ul:first-child li {
        padding: 15px;
    }

    .compare-stone-main ul li .comper_stone_img {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile .nav-link .nav-profile-name {
        display: none;
    }

    .custom_btn {
        padding: 5px 10px;
        line-height: 20px;
        font-size: 12px;
        margin:2px;
    }

    .price_select_wrap {
        margin-bottom: 15px;
    }

    .select_item_main {
        margin-bottom: 10px;
    }

    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        text-align: right;
        float: none;
    }

    .dataTables_wrapper .dataTables_length select {
        margin-top: 2px;
    }

    .dataTables_wrapper .dataTables_length {
        text-align: center;
        margin-top: 15px;
        display: block !important;
        margin-bottom: -12px;
        margin-left: 0px;
        float: none !important;
    }

    .dataTables_wrapper .bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .search_result_status {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .search_result_span_mg {
        margin-right: 0px;
    }

    .cng_passwoad_wrap {
        padding: 30px 0;
    }

    .comper_stone_title h5 {
        font-size: 14px;
    }

    .d_desc_title {
        margin-top: 20px;
    }

    .dimond_desc_table .table th, .dimond_desc_table .table td {
        font-size: 12px;
    }

    .rightside_button {
        right: -80px;
    }

    .dim_dic {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 576px) {
    .navbar-title h4 {
        font-size: 16px;
    }

    .select_item {
        margin-right: 2px;
        margin-bottom: 5px;
        padding: 3px 10px;
        min-width: 30px;
    }

    .custom_btn {
        margin-bottom: 5px;
    }

    .content_footer .button_wrap {
        text-align: center !important;
    }

    .rightside_button {
        right: -80px;
    }

    .profile_wrpa {
        padding-top: 0;
    }

    .profile_pic {
        padding-bottom: 10px;
    }

    .cng_passwoad_wrap {
        padding: 0px 0;
    }

    .compare-stone-main ul li .comper_stone_img {
        padding: 3px;
    }

    .compare-stone-main ul li,
    .compare-stone-main ul:first-child li {
        padding: 10px;
    }

    .compare-stone-main ul li:first-child {
        padding-left: 10px;
    }

    .compare-stone-main ul li p {
        font-size: 12px;
    }

    .comper_stone_title h5 {
        font-size: 12px;
    }

    .add_carat {
        position: absolute;
        top: -10px;
        right: -10px;
        display: inline-block;
    }

    .dimond_card_wrap {
        margin-right: 0;
    }

    .product_stone_wrap .card-body {
        padding: 15px;
    }

    .product_stone_list_item .product_action_btn {
        text-align: center;
    }

    .product_stone_list_item .product_action_btn a {
        margin-right: 0 !important;
    }

    .product_stone_tabs .btn_link {
        width: 100px;
    }
}

@media (max-width: 413px) {
    .dataTables_wrapper .bottom .dataTables_length,
    .dataTables_wrapper .bottom .dataTables_paginate {
        width: 100%;
        text-align: center;
    }
}




/*This changes for setting Diamond Discription Page*/
/*.socialMediaIcons {
    display:flex;
    flex-direction:column;
}*/
.socialMediaIcons {
    display:grid;

    flex-direction:column;
    position:relative;
}
.socialMediaIcons a {
    margin: 10px;

}
.socialMediaIcons {
    text-align:center;
    justify-content:center;
}
@media screen and (max-width: 765px) {
    .socialMediaIcons {
        display:flex;
        flex-direction: row;
    }
}

.imageTitle h4 {
    margin-bottom:0px;
    color:white;
}
.imageTitle{
    font-size:18px;
    font-weight:500;
    /*background-color:#b2b2b2;*/
    /*padding: 5px;*/
    /*margin-top:10px;*/
}
.diamondDetailsSection {
    margin-top:50px;
}
.underline {
    text-decoration: none;
    position: relative;
}
.tileUnderline:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 140px;
    background: grey;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.tileUnderline:hover:after {
    width: 220px;
    background: gray;
}
.imageTitle a {
    /*color:white;*/
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
}
.a-regular {
    font-family: 'Poppins', sans-serif;
    font-weight:200;
}
/*.imageTitle a:hover {
    color:white;
}*/
.imageTitle .nav-link {
    padding: .1rem 0.9rem;
}
/*.stone_video iframe{
    border-radius:19px;
}*/
/*tr:nth-of-type(odd){
    background-color: #dcdbdb;
}*/

.table {
    margin-bottom: 0px;
}
.dimond_certificate_wrap .col-md-12 {
    padding-left:0px;
    padding-right:0px;

}


/*This changes is for create Table align*/
.table2 tr:nth-of-type(odd) {
    background-color:white;
}
.table2 tr,.table2 td{
    border:none;
}
b, strong {
    font-weight:600;
}
.removeMargin {
    padding-left:0px;
    padding-right:0px;
}
.imageVideoSection {
    /*background-color:#E0E0E0;*/
    padding-bottom:20px;
}
.regularBgColor {
    background-color:#666666;
    color:white;
    padding:7px;
}
.regularBgColor2 {
    background-color:#a09e9e;
    color:white;
    padding:7px;
}

.regularBgColor h4 {
    margin-bottom:0px;
}
.tableWidth .table tr td:first-child {
    width:17%;
}
.tableWidth .table tr td{
    width:17%;
}
.tableWidth {
    overflow:auto;
}
.tableWidth:before {
    background-color:black;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
}
table {
    background-color:#d9d9d9;
}
/*.cardShadow{
    -moz-box-shadow: 0 0 3px 2px #c9c9c9;
    -webkit-box-shadow: 0 0 7px 3px #c9c9c9;
    padding:0px;
}*/
table tr:nth-child(odd) {
    background-color:white;
}
table tr:nth-child(even) {
    background-color:#F0F0F0;
}
.customRowColor table tr:nth-child(odd) {
    background-color:#F0F0F0;
}

.item2 {
    background-color:white;
    margin-top:20px;
}
.imageVideoSection .dimond_item_video .stone_video {
    padding:0px;
    /*padding-top:30px;*/
}
.socialMediaIcons {
    display: flex;
    flex-direction: row;
}
/*.border_left_top {
    border-left:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;

}
.border_right_bottom{
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
}
@media (max-width: 762px) {
    .border_right_bottom {
        border:none;
    }
    .border_left_top {
        border:none;
    }
}*/
.navbar-titletileUnderline h4 {
    margin-bottom:0px;
    padding:0.5rem 0;
    color:white;
}

#SelectedStones, #CurrentPage, #AllStoneList {
    transform: translateY(3px);
    margin-right: 5px;
    -ms-transform:translateY(1px)
}

#SelectedStones:-moz-read-only,
#CurrentPage:-moz-read-only {
    transform: translateY(1px);
}

.dropdown .dropdown-menu.srm_dropdown:-moz-read-only {
    overflow-y: scroll;
}
.dropdown .dropdown-menu.srm_dropdown::-moz-scrollbar {
    display:none
}
.dropdown .dropdown-menu.srm_dropdown::-webkit-scrollbar {
    display:none
}

.dimond_tabs_wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .product_stone_wrap .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #185599;
    color: #ffffff;
    font-weight: 500;
    /*box-shadow: rgb(0 143 251 / 29%) 0px 4px 12px;*/
    box-shadow: 0 2px 4px rgb(0 0 0 / 48%);
}
.product_stone_wrap .nav-pills .nav-link:hover {
    /*box-shadow: rgb(0 143 251 / 29%) 0px 4px 12px;*/
    box-shadow: 0 2px 4px rgb(0 0 0 / 48%);
}
.dimond_tabs_wrap .nav-pills .nav-link, .product_stone_wrap .nav-pills .nav-link {
    background-color: transparent;
    color: #323232;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: box-shadow 0.2s 0.25s ease, background-color 0.1s ease;
}
.product_stone_list .dashboard_serach_item .custom_btn {
    padding: 3px 6px;
    color: white;
    font-weight: 600;
    background-color: red;
    border-color: red;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.2s ease;
}

.product_stone_list .dashboard_serach_item .custom_btn:hover {
    letter-spacing: 0.1rem;
}
.product_stone_list .dashboard_serach_item div:last-child {
    height: 30px;
}

.product_stone_list .dashboard_serach_item .custom_btn:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.dashboard_serach_item h5 {
    display: inline-block;
    position: relative;
}

.dashboard_serach_item h5:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: currentcolor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.dashboard_serach_item h5:hover {
    color: #185599;
}
.dashboard_serach_item h5:hover:after {
    width: 100%;
    left: 0;
}
/*.select_item_main {
    height: 36px;
}
.select_item {
    margin-bottom: 1px;
}*/

/*22/01/2024*/

.sidebar .nav .nav-item.active > .nav-link {
    background: #2170cb;
    /*background-image: linear-gradient(to right, #2170cb, #2170cb, #3281dd, #81bcff);*/
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav .nav-item.active > .nav-link {
    background: #2170cb;
    background-image: linear-gradient(137deg, #2170cb, #2170cb, #2170cb, #5ba8ff);
}

.search_result_nav {
    display: flex;
    padding: 0px 15px;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .status_label_container {
        padding-top: 40px;
    }

    .status_label {
        max-width: fit-content;
        flex: none;
    }
}

.owl-carousel .owl-stage {
    overflow: hidden;
    display: flex;
    /*margin-left: 1px;*/
    overflow-x: hidden;
    overflow-y: hidden;
}

/*.owl-carousel.owl-drag .owl-item .item {
    overflow: hidden;
    display: flex;*/
/*margin-left: 1px;*/
/*overflow-x: hidden;
overflow-y: hidden;
}*/

/*24-01-2024/*/

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 3px;
}

.dataTables_wrapper .dataTables_length {
    display: contents;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    .search_result_button a {
        float: left;
    }
    .search_result_button .btn-group {
        float: left;
    }

    .search_result_nav_buttons {
        margin-bottom: 10px;
    }
}

.serach_advance_label p {
    background-color: #0d4c94;
}

.login_bg #event_update {
    width: 100%;
}

#event_update .event_close {
    position: absolute;
    right: 10px;
    top: -8px;
    z-index: 999;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    width: unset;
    height: unset;
    padding: 0px;
    border: none;
    font-size: 35px;
    background-color: transparent;
}

#event_update .event_close:hover {
    color: #fff;
}

#event_update .event_modal {
    width: 100%;
    max-width: 400px;
}

#event_update .event_modal .modal-content .modal-header {
    background-color: #fff;
    padding: 15px !important;
}

#event_update .event_modal .modal-content .modal-body {
    padding: 0px;
}

#event_update .event_modal .modal-content .modal-body img {
    width: 100%;
}

#event_update .event_modal .modal-content .modal-header {
    padding: 0px !important;
    border: none !important;
}

@media only screen and (max-width: 1024px) {
    #event_update .event_modal {
        max-width: 350px;
    }
}

@media only screen and (max-width: 768px) {
    #event_update .event_modal {
        max-width: 300px;
        margin: 35px auto;
    }
}

@media only screen and (max-width: 319px) {
    #event_update .event_modal {
        max-width: 90%;
        margin: 35px auto;
    }
}

/*diamond details*/
.padding_row {
    padding: 10px 24px 0px 24px;
}

.first-section_elements {
    display: grid;
    grid-template-columns: 1fr 1fr 0.85fr;
    grid-template-rows: 1fr;
    grid-gap: 16px 16px;
    gap: 0 16px;
    grid-template-areas: "image iframe certificate";
    margin: 16px;
}

.image-container_elements {
    width: 100%;
    height: auto;
    padding: 16px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%);
}

.ifream-container_elements {
    width: 100%;
    height: 100%;
    padding: 16px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%);
}

.main-parameters-container_elements {
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%);
    border: 1px solid #edf2f6;
    background-color: #fff;
    padding: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.info-row {
    display: flex;
    margin-bottom: 16px;
}

.info-row h4 {
    font-size: 14px;
    min-width: 164px;
    color: #212121;
    opacity: 0.6;
    font-weight: 600
}

.info-row p {
    font-size: 14px;
    color: #212121;
    line-height: 18px;
    font-weight: 600
}

.end_button {
    width: 100%;
    height: 45px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 8%);
    border: 1px solid var( --clr-primary);
    background-color: var( --clr-primary);
    font-size: 16px;
    margin-bottom: 12px;
}

.start {
    align-items: center;
    justify-content: space-between;
}

.detailpage_rightbtn {
    float: right;
}

.dropdown-toggle:after {
    display: none !important;
}

.dropdown-menu[class*='date'] table th {
    font-weight: 700;
}

.dropdown-menu[class*='date'] table td {
    font-weight: 400;
    transition: all 0.2s ease;
}

.datetimepicker table tr td {
    transition: all 0.2s ease;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: var(--screen_selection);
    background-image: linear-gradient(to bottom,#65c1c6,#33a4ab) !important;
}



.share-popup {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 -6px 30px 0 rgb(202 215 227 / 32%);
    border: 1px solid #edf2f6;
}

.model_bg {
    background-color: rgba(0,0,0,.4);
}

.share-popup h2 {
    font-size: 21px;
    color: #212121;
}

.share-popup p {
    font-size: 16px;
    line-height: 1.71;
    color: rgba(33,33,33,.8);
}

.buttons-container {
    margin-top: 32px;
    width: 100%;
    display: flex;
    align-items: center;
}

.share-btn {
    padding: 8px 16px;
    border-radius: 5px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 8%);
    border: 1px solid #edf2f6;
    background-color: #fff;
    color: #212121;
    font-size: 16px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}

.Close-button {
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%) !important;
    border: 1px solid #edf2f6;
    background-color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*second section*/
.second-section_detail {
    display: flex;
}

.third-section_detail {
    display: flex;
    margin: 16px 0px;
}

.diamond-table_elements {
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%);
    border: 1px solid #edf2f6;
    background-color: #fff;
    padding: 16px 32px;
    width: calc(50% - 1.8%);
    height: 342px;
    max-width: 100%;
    display: unset;
    position: relative;
    margin: 0 16px;
}

.diamond-table_elements_part {
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%);
    border: 1px solid #edf2f6;
    background-color: #fff;
    padding: 16px 32px;
    width: calc(50% - 1.8%);
    height: 342px;
    max-width: 100%;
    display: unset;
    position: relative;
}

.diamond-table_elements_Inclusiion {
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%);
    border: 1px solid #edf2f6;
    background-color: #fff;
    padding: 16px 32px;
    width: calc(50% - 1.8%);
    /*height: 432px;*/
    max-width: 100%;
    display: unset;
    position: relative;
    margin: 0 16px;
}

.diamond-table_elements_Supplier {
    border-radius: 8px;
    box-shadow: 0 5px 30px 0 rgb(202 215 227 / 32%);
    border: 1px solid #edf2f6;
    background-color: #fff;
    padding: 16px 32px;
    width: calc(50% - 1.8%);
    /*height: 432px;*/
    max-width: 100%;
    display: unset;
    position: relative;
}

.diamond {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.33;
    color: #212121;
}

.table_diamonddetil {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 281px;
}

.table_diamonddetil_fr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 281px;
}

.diamond-param {
    display: flex;
    align-items: center;
    width: 246px;
    margin-bottom: 16px;
    font-weight: bold;
}

.diamond-param h4 {
    width: 138px;
    opacity: .6;
    font-size: 14px;
    color: #212121;
    white-space: nowrap;
}

.diamond-param p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
}

.shape_item_wrap li .divDiamondShape.selected h6 a,
.shape_item_wrap li .shape_item:hover h6 a {
    color: #fff;
}
/*media quary*/
@media (max-width: 768px) {
    .first-section_elements {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex: 1 1;
        grid-gap: 16px 16px;
        margin: 4px;
    }

    .none_text {
        display: none;
    }

    .dropdown-menu {
        left: 22px !important;
    }

    .share-popup {
        width: 100%;
        height: 100%;
    }

    .second-section_detail {
        height: auto;
        flex-direction: column;
        margin: 16px 4px;
    }

    .third-section_detail {
        display: flex;
        height: auto;
        flex-direction: column;
        margin: 4px;
    }

    .diamond-table_elements {
        height: auto;
        padding: 14px;
        width: 100%;
        margin: 0px;
    }

    .diamond-table_elements_part {
        height: auto;
        padding: 14px;
        width: 100%;
        margin-top: 16px;
    }

    .diamond-table_elements_Inclusiion {
        height: auto;
        padding: 14px;
        width: 100%;
        margin: 0px;
    }

    .diamond-table_elements_Supplier {
        height: auto;
        padding: 14px;
        width: 100%;
        margin-top: 16px;
    }

    .table_diamonddetil {
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .table_diamonddetil_fr {
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .diamond-param {
        width: 100%;
    }

    .diamond-param h4 {
        width: 224px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 498px;
    }
}

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


.download {
    background-color: var(--screen_selection) !important;
    color: #fff;
}

.download:hover {
    color: #fff !important;
}

.table_show a.cartStone {
    margin-left: -10px;
}

.cartStone:after {
    content: "";
    position: absolute;
    display: inline-block;
    --wh: 14px;
    width: calc(var(--wh));
    height: calc(var(--wh));
    margin-left: 1px;
    top: 30%;
    /*background-image: url(../Content/images/icon/cart4.svg);*/
    background-image: url(../images/icon/cart4.svg);
    background-size: cover;
    /*filter: drop-shadow(3px 1px 0px black);*/
}

.grid-first .cartStone:after {
    --wh: 15px;
    margin-left: 2px;
    top: 5%;
}

.grid-first .cartStone:after {
    --wh: 13px;
    left: -7%;
    top: -85%;
}

.dsb_info .dsb_desc {
    min-width: 102px;
}

#pills-tab {
    row-gap: 7px;
}

@media (max-width: 374px) {
    .chart_wrap {
        overflow: auto;
    }
    .chart_wrap .card-body {
        overflow: auto;
    }
}

@media (max-width: 605px) {
    .serach_main_wrpa {
        padding-bottom: 120px;
    }
}

@media (max-width: 445px) {
    .serach_main_wrpa {
        padding-bottom: 155px;
    }
}

@media (max-width: 315px) {
    .serach_main_wrpa {
        padding-bottom: 225px;
    }
}

@media (max-width: 284px) {
    .serach_main_wrpa {
        padding-bottom: 260px;
    }
}

/*Added By @Krutik On 05/09/2024 */

.Pagination_Container > div:first-child {
    width: 100%;
}

.dimond_list_wrap {
    border-bottom: 1px solid #000;
}

@media (max-width: 409px) {
    .serach_main_wrpa {
        padding-bottom: 190px;
    }
}

@media (max-width: 298px) {
    .serach_main_wrpa {
        padding-bottom: 260px;
    }
}


/* START TOOLTIP STYLES */
/*[tooltip] {
    position: relative;
}*/

/* Applies to all tooltips */
/*[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: inherit;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1050;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip='']::before,
[tooltip='']::after {
display: none !important;
}*/

/* FLOW: UP */
/*[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}*/

/* KEYFRAMES */
/*@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}*/

/* FX All The Things */
/*[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

.search_result_button .btn-group {
    z-index: 1050;
}*/

.search_result_button .btn-group .custom_btn {
    border-radius: 4px !important;
}
