.panel-header, .color-or, .header-modal {
    background-color: #d2a355;
    color: white;
    overflow: hidden;
}

.titledis h2, .panel-header, .subtitle-lg, .color-or, .header-modal {
    font-size: 18px;
}

.desc_footer, .titledis h2, .titledis h1, .panel-header, .subtitle-lg, .header-modal {
    /* font-family: oswald; */
    font-style: normal;
}

.panel-content, .panel-header {
    padding: 15px;
}

.custom-1, .cont-panel {
    background-color: #fff;
}

.footer_img, .custom-1 {
    margin-top: 5px;
}

.desc-text-lg {
    font-size: x-large;
}

.desc-text-sm {
    font-size: small;
}

.row .p2 {
    right: calc(-11% - 15px);
}

.auto-margin {
    margin: auto !important;
}

.subtitle-lg {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f3f3f3;
    border-top: 1px solid rgb(202, 202, 202);
    border-bottom: 1px solid rgb(202, 202, 202);
    padding-left: 40px;
}

.text_left, .subtitle-lg {
    text-align: left;
}

.form-content {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
}

.checkmark, .radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.form-check-label input, .radio-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 5px !important;
    width: 5px !important;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
    background: none;
}

.no-padding {
	padding: 0;
}

.d-block {
	display: block;
}

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

.file {
    margin: 0px !important;
    display: block;
}

input[type="file"] {
    /*display: none !important;*/
    position: absolute !important;
    z-index: 0 !important;
    opacity: 0 !important;
    width: 0px !important;
}
input[disabled] {
    position: absolute !important;
    z-index: 0;
    opacity: 0;
    width: 0px;
}
.mb-3 {
    margin-bottom: 2rem !important;
}

.mr-3 {
    margin-right: 2rem !important;
}

.pb-3 {
    padding-bottom: 2rem !important;
}

.pt-3 {
    padding-top: 2rem !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

.swal-wide{
      width:650px !important;
}