/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Feb 14, 2023, 8:44:36 AM
    Author     : lenovo
*/
*{
    box-sizing: border-box;
    font-family: 'Open Sans', 'Trebuchet MS', Helvetica, sans-serif;
}
body {
    margin: 0;
    padding: 0;
}
.swal-footer{
    text-align: center;
}
.swal-title,.swal-text{
    color: black;
}
.apps_link{
    display: inline-block;
    -webkit-writing-mode: vertical-lr;
    margin-left: 15px;
    writing-mode: vertical-rl;
}
.select2-container{
    margin-bottom: 15px !important;
    margin-top: 20px !important;
    font-size: 16px;
}
.select2-dropdown{
    top: -20px;
}
.select2-search--dropdown .select2-search__field{
    max-width: 100%;
    background-color: white;
}
.select2-search--dropdown .select2-search__field:focus-visible{
    outline: none;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 400px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: black !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid rgb(118, 118, 118) !important;
}
.apps_link img{
    cursor: pointer;
}
.main_logo{
    height: 86px;
}
.swal-button{
    background: black;
}
button {
    border: none;
    background-color:white;
    height: 42px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.SB {
    background-color: #EFEFEF;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    border: solid 1px;
    width: 125px;
    padding: 5px 0;
}

body {
    background-color: white;
}

.main {
    width: 100%;
    height: 99%;
    background-color: white;
    font-family: 'Open Sans', 'Trebuchet MS', Helvetica, sans-serif;
    font-size:18px;
    text-align: left;
    padding-left: 60px;
}

input {
    background-color: #ccc;
    font-size: 16px;
    font-family: 'Open Sans', 'Trebuchet MS', Helvetica, sans-serif;
    max-width: 80%;
}

.TopRow {
    height: 60px;
}

.slider {
    width:300px;
    height:60px;
    padding:30px;
    padding-left:0;
    border-radius:12px;
    text-align: center;
    display:flex;
    align-items:center;

}
.slider p {
    font-size:32px;
    font-weight:600;
    padding-left:0px;
    color:#ffffff;
}
.slider input[type=”range”] {
    -webkit-appearance:none !important;
    width:420px;
    height:2px;
    background:#7E6D57;
    border:none;
    outline:none;
    padding: 20px;
}
.slider input[type=”range”]::-webkit-slider-thumb {
    -webkit-appearance:none !important;
    width:30px;
    height:30px;
    background:#fcfcfc;
    border:2px solid #7E6D57;
    border-radius:50%;
    cursor:pointer;
    padding: 20px;
}
.slider input[type=”range”]::-webkit-slider-thumb:hover {
    background:#ffffff;
}
.top-bg {
    width: 100%;
}
.title{
    margin-bottom: 18px;
}
table {
    width: 100%;
}
tr {
    vertical-align: top;
    background-color: white;
}

h3 {
    padding:0px;
    margin: 1px;
    min-width:180px;
}

.BigButtons {
    width: 50px;
    border: none;
    padding: 0px;
    margin: 1px;
}

/* Dropdown Button */
.dropbtn {
    background-color: white;
    color: black;
    padding: 1px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #987654;
}

.TheButtons {
    display: none;
    margin-top: 0px;
}

.prompt {
    margin-bottom: 1px;

}

.xcomposer {
    overflow-y: scroll;
}
.main_content{
    display: flex;
}
.left,
.right {
    flex: 1 0 49%;
}
#p0{
    width: 90%;
}
.main_content{
    padding-left: 40px;
}
#PromptsArea{
    padding-right: 30px;
}
.alert_unavailable{
    padding: 15px;
}
.alert_unavailable strong{
    display: inline-block;
    margin-bottom: 20px;
}
.alert_unavailable img{
    margin-bottom: 10px;
    height: 75px;
}
.sl_prompt {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 16px;
    width: 263px;
}
.btn_refresh {
    cursor: pointer;
}
.btn_bottom {
    margin-top: 0px;
    margin-left: 11px;
}
.btn_animation {
    height: 30px;
    cursor: pointer;
}
.help_link {
    margin-left: 3px;
}
.btn_help {
    height: 31px;
    cursor: pointer;
}
.btn-submit {
    background: #0075FF;
    color: white;
    padding: 6px 20px;
    border: none;
    font-size: 18px;
    font-weight: 600;
}
div.txt-copyright {
    margin-top: 22px;
    font-size: 12px;
}
.ch_hide{
    display: none !important;
}
#stuff{
    padding: 10px;
}
.TheButtons{
    display: block;
}
.TheButtons button{
    height: auto !important;
    margin: 0px;
    padding: 7px;
}
#mobile_banner{
    display: none;
}
#desktop_banner{
    display: inline-block;
}
.tlt_img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tlt_img .clr_custom_pro{
    height:24px;
    width: auto;
    margin-left: 15px;
    cursor: pointer;
}
@media screen and (min-width: 768px){
    .select2-container{
        width: 263px !important;
    }
}
@media screen and (max-width: 576px){
    .main_logo{
        height: 57px;
    }
    .apps_link{
        top: 26px;
    }
    #p0{
        width: 100%;
    }
    .left, .right {
        flex: 1 0 100%;
    }
    button{
        height: auto;
    }
    .main_content{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
    .TheButtons button{
        padding: 5px;
        margin: 5px 0;
    }
    .TheButtons button img{
        width: 35px;
    }
    .TheButtons{
        display: inline-block;
        position: relative;
    }
    .TheButtons .fa-spin{
        display: table;
    }
    #desktop_banner{
        display: none;
    }
    #mobile_banner{
        display: inline-block;
    }
}